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 2446ae070c94bfb7a7192148f0019dace426896f+c2d5dc167efdba7037e3dd944aa45209cd29109f (b0fa9e45cd525f5c56263e0fa986f5a07b58ba8a) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-20680 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/28 [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/28 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 2446ae070c94bfb7a7192148f0019dace426896f > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 2446ae070c94bfb7a7192148f0019dace426896f # timeout=10 Merge succeeded, producing 2446ae070c94bfb7a7192148f0019dace426896f Checking out Revision 2446ae070c94bfb7a7192148f0019dace426896f (PR-2970) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2446ae070c94bfb7a7192148f0019dace426896f # timeout=10 Commit message: "feat(security): Change entrypoint scripts to use env overrides from compose env files" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:55:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:55:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk d1b6f8cb6c14c156082104a9acd2063c8ad82e6b # timeout=10 [Pipeline] echo 22:55:31 ========================================================= 22:55:31 EdgeX Global Pipelines Version Info 22:55:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:55:33 ------------------- 22:55:33 stable info: 22:55:33 ------------------- 22:55:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:55:33 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 22:55:33 Message: update stable to v1.0.177 22:55:33 ------------------- 22:55:33 experimental info: 22:55:33 ------------------- 22:55:33 Commited By: **** collab-it+edgex@linuxfoundation.org 22:55:33 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 22:55:33 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:55:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:55:33 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:55:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:55:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:55:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:55:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:55:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:55:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:55:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:55:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:55:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:55:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:55:34 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:55:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:55:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:55:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:55:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:55:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:55:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:55:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:55:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:55:35 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:55:35 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 22:55:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo 22:55:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo 22:55:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo 22:55:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2446ae070c94bfb7a7192148f0019dace426896f [Pipeline] echo 22:55:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2446ae0 [Pipeline] echo 22:55:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:55:36 provisioning config files... 22:55:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/28@tmp/config59541700563123980tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:55:36 ---> docker-login.sh 22:55:36 nexus3.edgexfoundry.org:10001 22:55:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:55:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:55:37 Configure a credential helper to remove this warning. See 22:55:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:55:37 22:55:37 Login Succeeded 22:55:37 nexus3.edgexfoundry.org:10002 22:55:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:55:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:55:37 Configure a credential helper to remove this warning. See 22:55:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:55:37 22:55:37 Login Succeeded 22:55:37 nexus3.edgexfoundry.org:10003 22:55:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:55:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:55:37 Configure a credential helper to remove this warning. See 22:55:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:55:37 22:55:37 Login Succeeded 22:55:37 nexus3.edgexfoundry.org:10004 22:55:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:55:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:55:37 Configure a credential helper to remove this warning. See 22:55:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:55:37 22:55:37 Login Succeeded 22:55:37 docker.io 22:55:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:55:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:55:38 Configure a credential helper to remove this warning. See 22:55:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:55:38 22:55:38 Login Succeeded 22:55:38 ---> docker-login.sh ends [Pipeline] } 22:55:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:55:38 ++ 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:55:38 + for file in '`ls cmd/**/Dockerfile`' 22:55:38 ++ dirname cmd/core-command/Dockerfile 22:55:38 ++ cut -d/ -f2 22:55:38 + echo core-command,cmd/core-command/Dockerfile 22:55:38 + for file in '`ls cmd/**/Dockerfile`' 22:55:38 ++ dirname cmd/core-data/Dockerfile 22:55:38 ++ cut -d/ -f2 22:55:38 + echo core-data,cmd/core-data/Dockerfile 22:55:38 + for file in '`ls cmd/**/Dockerfile`' 22:55:38 ++ dirname cmd/core-metadata/Dockerfile 22:55:38 ++ cut -d/ -f2 22:55:38 + echo core-metadata,cmd/core-metadata/Dockerfile 22:55:38 + for file in '`ls cmd/**/Dockerfile`' 22:55:38 ++ dirname cmd/security-bootstrapper/Dockerfile 22:55:38 ++ cut -d/ -f2 22:55:38 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:55:38 + for file in '`ls cmd/**/Dockerfile`' 22:55:38 ++ dirname cmd/security-proxy-setup/Dockerfile 22:55:38 ++ cut -d/ -f2 22:55:38 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:55:38 + for file in '`ls cmd/**/Dockerfile`' 22:55:38 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:55:38 ++ cut -d/ -f2 22:55:38 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:55:38 + for file in '`ls cmd/**/Dockerfile`' 22:55:38 ++ dirname cmd/support-notifications/Dockerfile 22:55:38 ++ cut -d/ -f2 22:55:38 + echo support-notifications,cmd/support-notifications/Dockerfile 22:55:38 + for file in '`ls cmd/**/Dockerfile`' 22:55:38 ++ dirname cmd/support-scheduler/Dockerfile 22:55:38 ++ cut -d/ -f2 22:55:38 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:55:38 + for file in '`ls cmd/**/Dockerfile`' 22:55:38 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:55:38 ++ cut -d/ -f2 22:55:38 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:55:39 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:55:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:55:40 22:55:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:55:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:55:40 latest: Pulling from edgex-devops/git-semver 22:55:40 31603596830f: Pulling fs layer 22:55:40 2a8b12db71e7: Pulling fs layer 22:55:40 6ca5941a6612: Pulling fs layer 22:55:40 ecc8261a40a4: Pulling fs layer 22:55:40 ecc8261a40a4: Waiting 22:55:40 2a8b12db71e7: Verifying Checksum 22:55:40 2a8b12db71e7: Download complete 22:55:40 31603596830f: Verifying Checksum 22:55:40 31603596830f: Download complete 22:55:40 ecc8261a40a4: Verifying Checksum 22:55:40 ecc8261a40a4: Download complete 22:55:40 6ca5941a6612: Verifying Checksum 22:55:40 6ca5941a6612: Download complete 22:55:41 31603596830f: Pull complete 22:55:41 2a8b12db71e7: Pull complete 22:55:42 6ca5941a6612: Pull complete 22:55:42 ecc8261a40a4: Pull complete 22:55:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:55:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:55:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:55:42 prd-centos7-docker-4c-2g-20680 does not seem to be running inside a container 22:55:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:55:45 $ docker top 1c53275972c67e28ccc24556ef3413e58cb9c90fb2911d6602d79d784add3517 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:55:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:55:45 [ssh-agent] Looking for ssh-agent implementation... 22:55:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:55:45 $ docker exec 1c53275972c67e28ccc24556ef3413e58cb9c90fb2911d6602d79d784add3517 ssh-agent 22:55:45 SSH_AUTH_SOCK=/tmp/ssh-9C4vx1HEHjcX/agent.12 22:55:45 SSH_AGENT_PID=18 22:55:45 Running ssh-add (command line suppressed) 22:55:46 Identity added: /w/workspace/edgex-go/28@tmp/private_key_1305037290499699991.key (/w/workspace/edgex-go/28@tmp/private_key_1305037290499699991.key) 22:55:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:55:46 + git tag --points-at HEAD [Pipeline] } 22:55:46 $ docker exec --env ******** --env ******** 1c53275972c67e28ccc24556ef3413e58cb9c90fb2911d6602d79d784add3517 ssh-agent -k 22:55:46 unset SSH_AUTH_SOCK; 22:55:46 unset SSH_AGENT_PID; 22:55:46 echo Agent pid 18 killed; 22:55:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:55:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:55:46 [ssh-agent] Looking for ssh-agent implementation... 22:55:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:55:46 $ docker exec 1c53275972c67e28ccc24556ef3413e58cb9c90fb2911d6602d79d784add3517 ssh-agent 22:55:47 SSH_AUTH_SOCK=/tmp/ssh-tqmZuWJcjNj7/agent.48 22:55:47 SSH_AGENT_PID=53 22:55:47 Running ssh-add (command line suppressed) 22:55:47 Identity added: /w/workspace/edgex-go/28@tmp/private_key_2710654243577398758.key (/w/workspace/edgex-go/28@tmp/private_key_2710654243577398758.key) 22:55:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:55:47 + git semver init 22:55:47 # -> Open(): unable to determine branch for HEAD 22:55:47 # $GIT_DIR = /w/workspace/edgex-go/28/.git 22:55:47 # $GIT_WORK_TREE = /w/workspace/edgex-go/28 22:55:47 # $SEMVER_REMOTE_NAME = origin 22:55:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:55:47 # $SEMVER_USER_NAME = edgex-jenkins 22:55:47 # $SEMVER_BRANCH = PR-2970 22:55:47 # $SEMVER_TEMP = /tmp/semver-199504605 22:55:47 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:56:05 # '/tmp/semver-199504605' -> '/w/workspace/edgex-go/28/.semver' 22:56:05 # -> Force: false 22:56:05 # $SEMVER_DIR = /w/workspace/edgex-go/28/.semver [Pipeline] } 22:56:05 $ docker exec --env ******** --env ******** 1c53275972c67e28ccc24556ef3413e58cb9c90fb2911d6602d79d784add3517 ssh-agent -k 22:56:06 unset SSH_AUTH_SOCK; 22:56:06 unset SSH_AGENT_PID; 22:56:06 echo Agent pid 53 killed; 22:56:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:56:06 + git semver [Pipeline] } 22:56:06 $ docker stop --time=1 1c53275972c67e28ccc24556ef3413e58cb9c90fb2911d6602d79d784add3517 22:56:08 $ docker rm -f 1c53275972c67e28ccc24556ef3413e58cb9c90fb2911d6602d79d784add3517 [Pipeline] // withDockerContainer [Pipeline] sh 22:56:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:56:09 Stashed 1 file(s) [Pipeline] echo 22:56:09 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:56:10 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:56:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:56:10 + sudo service docker restart 22:56:10 + true 22:56:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:56:11 ========================================================= 22:56:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:56:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:56: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:56:15 Sending build context to Docker daemon 326.7MB 22:56:15 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:56:15 Step 2/6 : FROM ${BASE} 22:56:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:56:15 188c0c94c7c5: Pulling fs layer 22:56:15 0ef7d3d256c8: Pulling fs layer 22:56:15 de9db76c5a1d: Pulling fs layer 22:56:15 bca2f99d35d6: Pulling fs layer 22:56:15 93359f2a8cfa: Pulling fs layer 22:56:15 7c6f9722023f: Pulling fs layer 22:56:15 a35cf1a2eb13: Pulling fs layer 22:56:15 a35cf1a2eb13: Waiting 22:56:15 7c6f9722023f: Waiting 22:56:15 bca2f99d35d6: Waiting 22:56:15 93359f2a8cfa: Waiting 22:56:15 de9db76c5a1d: Download complete 22:56:15 0ef7d3d256c8: Download complete 22:56:15 93359f2a8cfa: Verifying Checksum 22:56:15 93359f2a8cfa: Download complete 22:56:15 188c0c94c7c5: Verifying Checksum 22:56:15 188c0c94c7c5: Download complete 22:56:15 7c6f9722023f: Verifying Checksum 22:56:15 7c6f9722023f: Download complete 22:56:15 188c0c94c7c5: Pull complete 22:56:15 0ef7d3d256c8: Pull complete 22:56:16 de9db76c5a1d: Pull complete 22:56:17 a35cf1a2eb13: Verifying Checksum 22:56:17 a35cf1a2eb13: Download complete 22:56:18 bca2f99d35d6: Verifying Checksum 22:56:18 bca2f99d35d6: Download complete 22:56:23 bca2f99d35d6: Pull complete 22:56:23 93359f2a8cfa: Pull complete 22:56:23 7c6f9722023f: Pull complete 22:56:24 Still waiting to schedule task 22:56:24 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 22:56:27 a35cf1a2eb13: Pull complete 22:56:27 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:56:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:56:27 ---> a62c8e92a672 22:56: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:56:27 ---> Running in 45c9ffd44185 22:56:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:56:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:56:29 (1/12) Installing libmagic (5.38-r0) 22:56:29 (2/12) Installing file (5.38-r0) 22:56:29 (3/12) Installing libc-dev (0.7.2-r3) 22:56:29 (4/12) Installing g++ (9.3.0-r2) 22:56:34 (5/12) Installing fortify-headers (1.1-r0) 22:56:34 (6/12) Installing patch (2.7.6-r6) 22:56:34 (7/12) Installing build-base (0.5-r2) 22:56:34 (8/12) Installing libsodium (1.0.18-r0) 22:56:34 (9/12) Installing pkgconf (1.7.2-r0) 22:56:34 (10/12) Installing libsodium-dev (1.0.18-r0) 22:56:34 (11/12) Installing libzmq (4.3.3-r0) 22:56:34 (12/12) Installing zeromq-dev (4.3.3-r0) 22:56:34 Executing busybox-1.31.1-r19.trigger 22:56:34 OK: 233 MiB in 51 packages 22:56:39 Removing intermediate container 45c9ffd44185 22:56:39 ---> 87605ce7a514 22:56:39 Step 4/6 : WORKDIR /edgex-go 22:56:39 ---> Running in 2e265140d0bc 22:56:39 Removing intermediate container 2e265140d0bc 22:56:39 ---> c0f054ef50d8 22:56:39 Step 5/6 : COPY go.mod . 22:56:39 ---> 7a3e14a81b5a 22:56:39 Step 6/6 : RUN go mod download 22:56:39 ---> Running in 028d07a7b780 22:57:01 Removing intermediate container 028d07a7b780 22:57:01 ---> 25133e25ac12 22:57:01 Successfully built 25133e25ac12 22:57:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:57:01 + docker inspect -f . ci-base-image-x86_64 22:57:01 . [Pipeline] withDockerContainer 22:57:01 prd-centos7-docker-4c-2g-20680 does not seem to be running inside a container 22:57:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:57:02 $ docker top 3fecc09fbcb80b97dbf48651a9256605e7fcf1a3fefe8fad0fa79eda12b9e52c -eo pid,comm [Pipeline] { [Pipeline] sh 22:57:03 + go version 22:57:03 go version go1.15.5 linux/amd64 [Pipeline] } 22:57:03 $ docker stop --time=1 3fecc09fbcb80b97dbf48651a9256605e7fcf1a3fefe8fad0fa79eda12b9e52c 22:57:04 $ docker rm -f 3fecc09fbcb80b97dbf48651a9256605e7fcf1a3fefe8fad0fa79eda12b9e52c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:57:05 + docker inspect -f . ci-base-image-x86_64 22:57:05 . [Pipeline] withDockerContainer 22:57:05 prd-centos7-docker-4c-2g-20680 does not seem to be running inside a container 22:57:05 $ 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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:57:06 $ docker top 9c11f1ef97febe6b2844a1e448558a14762136501846cba944156a52f2ba4c44 -eo pid,comm [Pipeline] { [Pipeline] echo 22:57:06 ========================================================= 22:57:06 [edgeXBuildGoParallel] Running Tests and Build... 22:57:06 ========================================================= [Pipeline] sh 22:57:06 + make test 22:57:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:57:15 ? github.com/edgexfoundry/edgex-go [no test files] 22:57:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:57:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:57:36 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:57:36 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:57:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 22:57:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:57:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:57:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:57:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:57:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:57:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:57:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:57:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:57:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:57:42 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.083s coverage: 46.6% of statements 22:57:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:57:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:57:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:57:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:57:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:57:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.186s coverage: 27.0% of statements 22:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:57:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements 22:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:57:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements 22:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:57:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 67.9% of statements 22:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:57:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.132s coverage: 82.3% of statements 22:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:57:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.321s coverage: 28.6% of statements 22:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:57:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements 22:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:57:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements 22:57:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:57:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 86.7% of statements 22:57:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:57:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.091s coverage: 97.5% of statements 22:57:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:57:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.050s coverage: 78.3% of statements 22:57:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:57:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:57:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:57:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:57:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.358s coverage: 92.8% of statements 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:57:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:57:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.064s coverage: 0.1% of statements 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:57:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 43.8% of statements 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 22:57:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:57:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.052s coverage: 88.6% of statements 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.052s coverage: 75.5% of statements 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.075s coverage: 87.2% of statements 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.039s coverage: 84.2% of statements 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.164s coverage: 63.5% of statements 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.030s coverage: 100.0% of statements 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.296s coverage: 68.9% of statements 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 37.0% of statements 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.272s coverage: 84.0% of statements 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.101s coverage: 47.1% of statements 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.702s coverage: 29.1% of statements 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.059s coverage: 100.0% of statements 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:58:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.026s coverage: 100.0% of statements 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements 22:58:06 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 22:58:06 GO111MODULE=on go vet ./... 22:58:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20682 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 22:58:20 Running in /w/workspace/edgex-go/28 [Pipeline] { [Pipeline] checkout 22:58:25 using credential edgex-jenkins-ssh 22:58:25 Cloning the remote Git repository 22:58:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:58:25 > git init /w/workspace/edgex-go/28 # timeout=10 22:58:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:58:25 > git --version # timeout=10 22:58:25 > git --version # 'git version 2.17.1' 22:58:25 using GIT_SSH to set credentials SSH Credentials for GitHub 22:58:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:58:28 gofmt -l . 22:58:28 [ "`gofmt -l .`" = "" ] 22:58:29 ./bin/test-go-mod-tidy.sh 22:58:29 ./bin/test-attribution-txt.sh [Pipeline] sh 22:58:30 + ls -al . 22:58:30 total 660 22:58:30 drwxrwxr-x 10 1001 1001 4096 Jan 15 22:58 . 22:58:30 drwxr-xr-x 4 root root 30 Jan 15 22:57 .. 22:58:30 -rw-rw-r-- 1 1001 1001 11 Jan 15 22:55 .dockerignore 22:58:30 drwxrwxr-x 8 1001 1001 179 Jan 15 22:55 .git 22:58:30 drwxrwxr-x 3 1001 1001 125 Jan 15 22:55 .github 22:58:30 -rw-rw-r-- 1 1001 1001 872 Jan 15 22:55 .gitignore 22:58:30 drwx------ 3 1001 1001 47 Jan 15 22:56 .semver 22:58:30 -rw-rw-r-- 1 1001 1001 166 Jan 15 22:55 .sonarcloud.properties 22:58:30 -rw-rw-r-- 1 1001 1001 7844 Jan 15 22:55 Attribution.txt 22:58:30 -rw-rw-r-- 1 1001 1001 3804 Jan 15 22:55 CONTRIBUTING.md 22:58:30 -rw-rw-r-- 1 1001 1001 931 Jan 15 22:55 Dockerfile.build 22:58:30 -rw-rw-r-- 1 1001 1001 863 Jan 15 22:55 Jenkinsfile 22:58:30 -rw-rw-r-- 1 1001 1001 10775 Jan 15 22:55 LICENSE 22:58:30 -rw-rw-r-- 1 1001 1001 6001 Jan 15 22:55 Makefile 22:58:30 -rw-rw-r-- 1 1001 1001 6524 Jan 15 22:55 README.md 22:58:30 -rw-rw-r-- 1 1001 1001 6744 Jan 15 22:55 SECURITY.md 22:58:30 -rw-rw-r-- 1 1001 1001 5 Jan 15 22:56 VERSION 22:58:30 -rw-rw-r-- 1 1001 1001 4131 Jan 15 22:55 ZMQWindows.md 22:58:30 drwxrwxr-x 2 1001 1001 117 Jan 15 22:55 bin 22:58:30 drwxrwxr-x 15 1001 1001 4096 Jan 15 22:55 cmd 22:58:30 -rw-r--r-- 1 root root 555355 Jan 15 22:58 coverage.out 22:58:30 -rw-r--r-- 1 root root 1007 Jan 15 22:58 go.mod 22:58:30 -rw-r--r-- 1 root root 19394 Jan 15 22:58 go.sum 22:58:30 drwxrwxr-x 8 1001 1001 127 Jan 15 22:55 internal 22:58:30 drwxrwxr-x 4 1001 1001 26 Jan 15 22:55 openapi 22:58:30 drwxrwxr-x 4 1001 1001 71 Jan 15 22:55 snap 22:58:30 -rw-rw-r-- 1 1001 1001 168 Jan 15 22:55 version.go [Pipeline] sh 22:58:31 + '[' -e coverage.out ] 22:58:31 + chown 1001:1001 coverage.out [Pipeline] stash 22:58:31 Stashed 1 file(s) [Pipeline] sh 22:58:31 + make build 22:58:31 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:58:35 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:58:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:58:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:58:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:58:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:58:40 using GIT_SSH to set credentials SSH Credentials for GitHub 22:58:40 > 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:58:41 Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 2446ae070c94bfb7a7192148f0019dace426896f 22:58:42 Merge succeeded, producing 2446ae070c94bfb7a7192148f0019dace426896f 22:58:42 Checking out Revision 2446ae070c94bfb7a7192148f0019dace426896f (PR-2970) 22:58:41 > git config core.sparsecheckout # timeout=10 22:58:41 > git checkout -f 2446ae070c94bfb7a7192148f0019dace426896f # timeout=10 22:58:42 > git remote # timeout=10 22:58:42 > git config --get remote.origin.url # timeout=10 22:58:42 using GIT_SSH to set credentials SSH Credentials for GitHub 22:58:42 > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 22:58:42 > git rev-parse HEAD^{commit} # timeout=10 22:58:42 > git config core.sparsecheckout # timeout=10 22:58:42 > git checkout -f 2446ae070c94bfb7a7192148f0019dace426896f # timeout=10 22:58:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:58:43 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:58:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:58:45 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:58:46 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:58:46 Commit message: "feat(security): Change entrypoint scripts to use env overrides from compose env files" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:58:48 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:58:48 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:58:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:58:48 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:58:49 + true 22:58:49 + sudo service docker restart 22:58:50 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:58:51 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:58:51 provisioning config files... 22:58:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/28@tmp/config4685616972968640041tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:58:52 ---> docker-login.sh 22:58:52 nexus3.edgexfoundry.org:10001 22:58:52 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:58:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:53 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:58:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:53 Configure a credential helper to remove this warning. See 22:58:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:53 22:58:53 Login Succeeded 22:58:53 nexus3.edgexfoundry.org:10002 22:58:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:53 Configure a credential helper to remove this warning. See 22:58:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:53 22:58:53 Login Succeeded 22:58:53 nexus3.edgexfoundry.org:10003 22:58:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:54 Configure a credential helper to remove this warning. See 22:58:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:54 22:58:54 Login Succeeded 22:58:54 nexus3.edgexfoundry.org:10004 22:58:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:54 Configure a credential helper to remove this warning. See 22:58:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:54 22:58:54 Login Succeeded 22:58:54 docker.io [Pipeline] } 22:58:55 $ docker stop --time=1 9c11f1ef97febe6b2844a1e448558a14762136501846cba944156a52f2ba4c44 22:58:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:58:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:58:55 Configure a credential helper to remove this warning. See 22:58:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:58:55 22:58:55 Login Succeeded 22:58:55 ---> docker-login.sh ends 22:58:56 $ docker rm -f 9c11f1ef97febe6b2844a1e448558a14762136501846cba944156a52f2ba4c44 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 22:58:57 Deleting 1 temporary files [Pipeline] // script [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] echo 22:58:59 ========================================================= 22:58:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:58:59 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 22:58:59 + 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:58:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:58:59 22:58:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:58:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:58:59 latest: Pulling from edgex-devops/edgex-compose 22:58:59 cbdbe7a5bc2a: Pulling fs layer 22:58:59 ca9280d653b3: Pulling fs layer 22:58:59 7e9c9ca2126c: Pulling fs layer 22:59:00 cbdbe7a5bc2a: Verifying Checksum 22:59:00 cbdbe7a5bc2a: Download complete 22:59:00 cbdbe7a5bc2a: Pull complete 22:59:00 ca9280d653b3: Verifying Checksum 22:59:00 ca9280d653b3: Download complete 22:59:01 7e9c9ca2126c: Verifying Checksum 22:59:01 7e9c9ca2126c: Download complete 22:59:01 ca9280d653b3: Pull complete 22:59:02 Sending build context to Docker daemon 165.7MB 22:59:02 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:59:02 Step 2/6 : FROM ${BASE} 22:59:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:59:02 5f621e34cdf4: Pulling fs layer 22:59:02 a4357932f1b6: Pulling fs layer 22:59:02 18c013af1878: Pulling fs layer 22:59:02 00ac8860ef70: Pulling fs layer 22:59:02 63d7cb157983: Pulling fs layer 22:59:02 b116817d02f9: Pulling fs layer 22:59:02 745a02a5169b: Pulling fs layer 22:59:02 00ac8860ef70: Waiting 22:59:02 63d7cb157983: Waiting 22:59:02 b116817d02f9: Waiting 22:59:02 745a02a5169b: Waiting 22:59:02 18c013af1878: Download complete 22:59:02 a4357932f1b6: Verifying Checksum 22:59:02 a4357932f1b6: Download complete 22:59:02 63d7cb157983: Verifying Checksum 22:59:02 63d7cb157983: Download complete 22:59:02 5f621e34cdf4: Verifying Checksum 22:59:02 5f621e34cdf4: Download complete 22:59:02 b116817d02f9: Download complete 22:59:02 5f621e34cdf4: Pull complete 22:59:03 a4357932f1b6: Pull complete 22:59:03 18c013af1878: Pull complete 22:59:04 745a02a5169b: Verifying Checksum 22:59:04 745a02a5169b: Download complete 22:59:05 00ac8860ef70: Verifying Checksum 22:59:05 00ac8860ef70: Download complete 22:59:08 7e9c9ca2126c: Pull complete 22:59:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:59:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:59:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:59:08 prd-centos7-docker-4c-2g-20680 does not seem to be running inside a container 22:59:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:59:10 $ docker top 35986b1a4443676e1bd8d1cececb84978188b5142881da0dccd3e8123985ff74 -eo pid,comm [Pipeline] { [Pipeline] sh 22:59:11 + docker-compose build --help 22:59:11 + grep parallel 22:59:12 --parallel Build images in parallel. [Pipeline] } 22:59:12 $ docker stop --time=1 35986b1a4443676e1bd8d1cececb84978188b5142881da0dccd3e8123985ff74 22:59:13 $ docker rm -f 35986b1a4443676e1bd8d1cececb84978188b5142881da0dccd3e8123985ff74 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:59:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:59:14 . [Pipeline] withDockerContainer 22:59:14 prd-centos7-docker-4c-2g-20680 does not seem to be running inside a container 22:59:14 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@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:59:14 $ docker top 6991f0f75cfd9392a05891a0cf5f09505215bde8b5656cb903cd44a04dd60e9c -eo pid,comm [Pipeline] { [Pipeline] sh 22:59:15 00ac8860ef70: Pull complete 22:59:15 + docker-compose -f ./docker-compose-build.yml build --parallel 22:59:15 63d7cb157983: Pull complete 22:59:16 b116817d02f9: Pull complete 22:59:16 Building docker-core-command-go ... 22:59:16 Building docker-core-data-go ... 22:59:16 Building docker-core-metadata-go ... 22:59:16 Building docker-security-bootstrapper-go ... 22:59:16 Building docker-security-proxy-setup-go ... 22:59:16 Building docker-security-secretstore-setup-go ... 22:59:16 Building docker-support-notifications-go ... 22:59:16 Building docker-support-scheduler-go ... 22:59:16 Building docker-sys-mgmt-agent-go ... 22:59:16 Building docker-security-secretstore-setup-go 22:59:16 Building docker-core-command-go 22:59:16 Building docker-support-notifications-go 22:59:16 Building docker-support-scheduler-go 22:59:16 Building docker-core-metadata-go 22:59:19 745a02a5169b: Pull complete 22:59:19 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:59:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:59:19 ---> b7e6874047d6 22:59:19 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:59:23 ---> Running in f087dc189fae 22:59:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:59:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:59:25 (1/12) Installing libmagic (5.38-r0) 22:59:25 (2/12) Installing file (5.38-r0) 22:59:25 (3/12) Installing libc-dev (0.7.2-r3) 22:59:25 (4/12) Installing g++ (9.3.0-r2) 22:59:30 (5/12) Installing fortify-headers (1.1-r0) 22:59:30 (6/12) Installing patch (2.7.6-r6) 22:59:30 (7/12) Installing build-base (0.5-r2) 22:59:30 (8/12) Installing libsodium (1.0.18-r0) 22:59:30 (9/12) Installing pkgconf (1.7.2-r0) 22:59:30 (10/12) Installing libsodium-dev (1.0.18-r0) 22:59:30 (11/12) Installing libzmq (4.3.3-r0) 22:59:30 (12/12) Installing zeromq-dev (4.3.3-r0) 22:59:30 Executing busybox-1.31.1-r19.trigger 22:59:30 OK: 217 MiB in 51 packages 22:59:35 Removing intermediate container f087dc189fae 22:59:35 ---> 2dcee322db56 22:59:35 Step 4/6 : WORKDIR /edgex-go 22:59:35 ---> Running in 3652f07d87bf 22:59:35 Removing intermediate container 3652f07d87bf 22:59:35 ---> c0f7936ab554 22:59:35 Step 5/6 : COPY go.mod . 22:59:36 ---> 26ca756b4523 22:59:36 Step 6/6 : RUN go mod download 22:59:36 ---> Running in a84dec22baaa 22:59:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:59:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:59:48 ---> 25133e25ac12 22:59:48 Step 3/23 : WORKDIR /edgex-go 22:59:48 ---> Running in 78740c990436 22:59:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:59:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:59:48 ---> 25133e25ac12 22:59:48 Step 3/22 : WORKDIR /edgex-go 22:59:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:59:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:59:48 ---> 25133e25ac12 22:59:48 Step 3/24 : WORKDIR /edgex-go 22:59:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:59:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:59:48 ---> 25133e25ac12 22:59:48 Step 3/22 : WORKDIR /edgex-go 22:59:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:59:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:59:48 ---> 25133e25ac12 22:59:48 Step 3/23 : WORKDIR /edgex-go 22:59:48 ---> Running in 51ab2c1ae4c4 22:59:48 ---> Running in f17bdbf5c159 22:59:48 ---> Running in 023e3bcc563e 22:59:48 ---> Running in ed25f1658a29 22:59:48 Removing intermediate container 78740c990436 22:59:48 ---> 6c7543496bbe 22:59:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:59:48 ---> Running in 681508e25003 22:59:48 Removing intermediate container f17bdbf5c159 22:59:48 ---> 9fef8bfa7f22 22:59:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:59:48 Removing intermediate container 51ab2c1ae4c4 22:59:48 ---> 0ea2a7121251 22:59:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:59:48 Removing intermediate container ed25f1658a29 22:59:48 ---> d57c527b5d1e 22:59:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:59:48 Removing intermediate container 023e3bcc563e 22:59:48 ---> 45b4c7ed7cc0 22:59:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:59:48 ---> Running in 3d702a57c531 22:59:48 ---> Running in 09c035e836dd 22:59:48 ---> Running in 1bde81ed8884 22:59:48 ---> Running in 91b912c92783 22:59:49 Removing intermediate container 681508e25003 22:59:49 ---> 6e6b57f62e5d 22:59:49 Step 5/23 : RUN apk add --update --no-cache make git 22:59:49 ---> Running in 715ba2cc2233 22:59:50 Removing intermediate container 09c035e836dd 22:59:50 ---> bd1a50aaf422 22:59:50 Step 5/22 : RUN apk add --update --no-cache make git 22:59:50 Removing intermediate container 3d702a57c531 22:59:50 ---> fcd79942c580 22:59:50 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:59:50 Removing intermediate container 1bde81ed8884 22:59:50 ---> b00f7013cb5d 22:59:50 Step 5/23 : RUN apk add --update --no-cache make git 22:59:50 ---> Running in db653e5699e2 22:59:51 ---> Running in 54c572179f19 22:59:51 ---> Running in 705b4ad3c2ac 22:59:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:59:51 Removing intermediate container 91b912c92783 22:59:51 ---> 30bf9d3c0b70 22:59:51 Step 5/24 : RUN apk add --update --no-cache make git 22:59:51 ---> Running in 1b3bd717f76a 22:59:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:59:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:59:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:59:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:59:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:59:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:59:52 OK: 233 MiB in 51 packages 22:59:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:59:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:59:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:59:53 Removing intermediate container 715ba2cc2233 22:59:53 ---> 128415977d2d 22:59:53 Step 6/23 : COPY go.mod . 22:59:53 OK: 233 MiB in 51 packages 22:59:53 ---> 5a5bf8bb0eae 22:59:53 Step 7/23 : RUN go mod download 22:59:53 OK: 233 MiB in 51 packages 22:59:53 ---> Running in 4c5339b92df7 22:59:53 OK: 233 MiB in 51 packages 22:59:53 OK: 233 MiB in 51 packages 22:59:53 Removing intermediate container db653e5699e2 22:59:53 ---> 62dd26da7345 22:59:53 Step 6/22 : COPY go.mod . 22:59:54 ---> 3352af0a5783 22:59:54 Step 7/22 : RUN go mod download 22:59:54 ---> Running in d0d9f805bc92 22:59:54 Removing intermediate container 54c572179f19 22:59:54 ---> 00c55494fedb 22:59:54 Step 6/22 : COPY go.mod . 22:59:54 Removing intermediate container 1b3bd717f76a 22:59:54 ---> 7ea65c2e79a3 22:59:54 Step 6/24 : COPY go.mod . 22:59:54 Removing intermediate container 705b4ad3c2ac 22:59:54 ---> 87685de5ecc4 22:59:54 Step 6/23 : COPY go.mod . 22:59:54 ---> 3e794d1cd601 22:59:54 Step 7/22 : RUN go mod download 22:59:55 ---> 454d29e58358 22:59:55 Step 7/24 : RUN go mod download 22:59:55 ---> Running in 71c9791ddf68 22:59:55 ---> Running in aa4f0358ae52 22:59:55 ---> bd8c6f85984d 22:59:55 Step 7/23 : RUN go mod download 22:59:55 ---> Running in baa67fb6eec8 22:59:56 Removing intermediate container 4c5339b92df7 22:59:56 ---> 596ed9923990 22:59:56 Step 8/23 : COPY . . 22:59:56 Removing intermediate container d0d9f805bc92 22:59:56 ---> 92cfd7967123 22:59:56 Step 8/22 : COPY . . 23:00:03 Removing intermediate container 71c9791ddf68 23:00:03 ---> 33923e818e28 23:00:03 Step 8/22 : COPY . . 23:00:03 Removing intermediate container aa4f0358ae52 23:00:03 ---> 258839cfff0a 23:00:03 Step 8/24 : COPY . . 23:00:03 Removing intermediate container a84dec22baaa 23:00:03 ---> 643838efc97f 23:00:03 Successfully built 643838efc97f 23:00:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:00:03 + docker inspect -f . ci-base-image-arm64 23:00:03 . [Pipeline] withDockerContainer 23:00:03 prd-ubuntu18.04-docker-arm64-4c-16g-20682 does not seem to be running inside a container 23:00:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@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 23:00:05 $ docker top 786456910f05f14a91d6f23f4a4c23f3310b3e3c325c7dca6de90cad25aa81fb -eo pid,comm [Pipeline] { [Pipeline] sh 23:00:06 Removing intermediate container baa67fb6eec8 23:00:06 ---> c61970110c5b 23:00:06 Step 8/23 : COPY . . 23:00:06 + go version 23:00:06 go version go1.15.5 linux/arm64 [Pipeline] } 23:00:06 $ docker stop --time=1 786456910f05f14a91d6f23f4a4c23f3310b3e3c325c7dca6de90cad25aa81fb 23:00:08 $ docker rm -f 786456910f05f14a91d6f23f4a4c23f3310b3e3c325c7dca6de90cad25aa81fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:00:09 + docker inspect -f . ci-base-image-arm64 23:00:09 . [Pipeline] withDockerContainer 23:00:09 prd-ubuntu18.04-docker-arm64-4c-16g-20682 does not seem to be running inside a container 23:00:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@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 23:00:11 $ docker top 22d074721f975f3af699f2f9afd2de1c20b7c8425888ebb8669592a9f39cb77f -eo pid,comm [Pipeline] { [Pipeline] echo 23:00:11 ========================================================= 23:00:11 [edgeXBuildGoParallel] Running Tests and Build... 23:00:11 ========================================================= [Pipeline] sh 23:00:12 + make test 23:00:12 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:00:34 ? github.com/edgexfoundry/edgex-go [no test files] 23:00:38 ---> 6091f1bc6426 23:00:38 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 23:00:38 ---> 4bdc2749b1c0 23:00:38 Step 9/23 : RUN make cmd/core-metadata/core-metadata 23:00:38 ---> Running in a9762f2e0550 23:00:38 ---> 792f6fd531d7 23:00:38 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:00:38 ---> Running in 8276c94a4cc5 23:00:38 ---> cfa65a76f3f4 23:00:38 Step 9/22 : RUN make cmd/support-notifications/support-notifications 23:00:38 ---> Running in acc9afdc0242 23:00:38 ---> Running in f64b023cc2d1 23:00:38 ---> 0f1fe64db58a 23:00:38 Step 9/23 : RUN make cmd/core-command/core-command 23:00:38 ---> Running in ad3f604e3d1a 23:00:39 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 23:00:39 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 23:00:39 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 23:00:39 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 23:00: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 23:01:06 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 23:01:13 Removing intermediate container 8276c94a4cc5 23:01:13 ---> a73b8e045426 23:01:13 23:01:13 Step 10/22 : FROM alpine:3.12 23:01:13 3.12: Pulling from library/alpine 23:01:13 Removing intermediate container f64b023cc2d1 23:01:13 ---> b000a8565cb8 23:01:13 23:01:13 Step 10/22 : FROM alpine:3.12 23:01:13 3.12: Pulling from library/alpine 23:01:13 Removing intermediate container acc9afdc0242 23:01:13 ---> e32126d25f2c 23:01:13 23:01:13 Step 10/24 : FROM alpine:3.12 23:01:13 Removing intermediate container ad3f604e3d1a 23:01:13 ---> 57f71381596f 23:01:13 23:01:13 Step 10/23 : FROM alpine:3.12 23:01:13 3.12: Pulling from library/alpine 23:01:13 3.12: Pulling from library/alpine 23:01:13 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:01:13 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:01:13 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:01:13 Status: Downloaded newer image for alpine:3.12 23:01:13 Status: Image is up to date for alpine:3.12 23:01:13 Status: Downloaded newer image for alpine:3.12 23:01:13 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:01:13 ---> 389fef711851 23:01:13 Status: Image is up to date for alpine:3.12 23:01:13 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 23:01:13 ---> 389fef711851 23:01:13 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 23:01:13 ---> 389fef711851 23:01:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:01:13 ---> 389fef711851 23:01:13 Step 11/22 : RUN apk add --update --no-cache dumb-init 23:01:15 ---> Running in 95904bd86500 23:01:15 ---> Running in b21a609f651f 23:01:15 ---> Running in 0929b3c162e9 23:01:15 ---> Running in 8e63a8101d45 23:01:16 Removing intermediate container a9762f2e0550 23:01:16 ---> fcd4f0a92077 23:01:16 23:01:16 Step 10/23 : FROM alpine:3.12 23:01:16 ---> 389fef711851 23:01:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:01:16 ---> Running in f4b6eab0d824 23:01:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:01:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:01:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:01:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:01:17 (1/1) Installing dumb-init (1.2.2-r1) 23:01:17 Executing busybox-1.31.1-r19.trigger 23:01:17 OK: 6 MiB in 15 packages 23:01:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:01:17 (1/1) Installing dumb-init (1.2.2-r1) 23:01:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:01:17 Executing busybox-1.31.1-r19.trigger 23:01:17 OK: 6 MiB in 15 packages 23:01:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:01:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:01:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:01:17 (1/5) Installing ca-certificates (20191127-r4) 23:01:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:01:17 (2/5) Installing nghttp2-libs (1.41.0-r0) 23:01:17 (3/5) Installing libcurl (7.69.1-r3) 23:01:17 (4/5) Installing curl (7.69.1-r3) 23:01:17 (5/5) Installing dumb-init (1.2.2-r1) 23:01:17 Executing busybox-1.31.1-r19.trigger 23:01:17 Executing ca-certificates-20191127-r4.trigger 23:01:17 OK: 7 MiB in 19 packages 23:01:17 (1/2) Installing ca-certificates (20191127-r4) 23:01:17 (1/1) Installing dumb-init (1.2.2-r1) 23:01:17 Executing busybox-1.31.1-r19.trigger 23:01:17 (2/2) Installing dumb-init (1.2.2-r1) 23:01:17 OK: 6 MiB in 15 packages 23:01:18 Executing busybox-1.31.1-r19.trigger 23:01:18 Executing ca-certificates-20191127-r4.trigger 23:01:18 OK: 6 MiB in 16 packages 23:01:19 Removing intermediate container 95904bd86500 23:01:19 ---> 61b79b03f882 23:01:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:01:19 ---> Running in 1dc41610c4c4 23:01:19 Removing intermediate container b21a609f651f 23:01:19 ---> ef2609f36022 23:01:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:01:19 ---> Running in 3187e9b4645f 23:01:19 Removing intermediate container 1dc41610c4c4 23:01:19 ---> 292a1b055ea9 23:01:19 Step 13/22 : ENV APP_PORT=48085 23:01:20 Removing intermediate container 0929b3c162e9 23:01:20 ---> ccb84b620010 23:01:20 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:01:20 Removing intermediate container f4b6eab0d824 23:01:20 ---> 5a8a3db28c7b 23:01:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:01:20 ---> Running in 47eb3b02c8bd 23:01:20 ---> Running in cab29fe42bfd 23:01:20 ---> Running in 016a3b0f70c2 23:01:20 Removing intermediate container 3187e9b4645f 23:01:20 ---> 66b79e5b0b72 23:01:20 Step 13/23 : ENV APP_PORT=48082 23:01:20 Removing intermediate container 8e63a8101d45 23:01:20 ---> c6f37520d49b 23:01:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:01:20 ---> Running in 6d0ed073f741 23:01:21 ---> Running in 0d02f610e1e6 23:01:21 Removing intermediate container 47eb3b02c8bd 23:01:21 ---> 6e62327ab0dc 23:01:21 Step 14/22 : EXPOSE $APP_PORT 23:01:21 Removing intermediate container cab29fe42bfd 23:01:21 ---> 3a72a1ff87d3 23:01:21 Step 13/24 : WORKDIR / 23:01:21 Removing intermediate container 016a3b0f70c2 23:01:21 ---> 8f8ef1e360d1 23:01:21 Step 13/23 : ENV APP_PORT=48081 23:01:21 Removing intermediate container 6d0ed073f741 23:01:21 ---> 112b23cb5be2 23:01:21 Step 14/23 : EXPOSE $APP_PORT 23:01:21 ---> Running in 14ce9ccd1e8f 23:01:21 ---> Running in 60e70e06a3ad 23:01:21 ---> Running in 2152c7ec85c1 23:01:21 ---> Running in e07c2f9b3488 23:01:21 Removing intermediate container 0d02f610e1e6 23:01:21 ---> 8a73b5581d12 23:01:21 Step 13/22 : ENV APP_PORT=48060 23:01:21 Removing intermediate container 14ce9ccd1e8f 23:01:21 ---> 3ea6ea90c6c8 23:01:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:01:21 ---> Running in 73036f54b786 23:01:21 Removing intermediate container 60e70e06a3ad 23:01:21 ---> b9ba0921596a 23:01:21 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:01:21 Removing intermediate container e07c2f9b3488 23:01:21 ---> 01033c12403e 23:01:21 Step 15/23 : WORKDIR / 23:01:21 Removing intermediate container 2152c7ec85c1 23:01:21 ---> 67a4e3068684 23:01:21 Step 14/23 : EXPOSE $APP_PORT 23:01:21 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:01:22 ---> Running in 5b20b0d1604a 23:01:22 ---> Running in a982734bf37c 23:01:22 ---> d632abf930c9 23:01:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:01:22 Removing intermediate container 73036f54b786 23:01:22 ---> 1227ad968907 23:01:22 Step 14/22 : EXPOSE $APP_PORT 23:01:22 ---> dc58a86461c0 23:01:22 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:01:22 ---> Running in 9caa85c13a5c 23:01:23 Removing intermediate container 5b20b0d1604a 23:01:23 ---> 8e1898f27fd2 23:01:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:01:23 Removing intermediate container a982734bf37c 23:01:23 ---> 52e901ed6f60 23:01:23 Step 15/23 : WORKDIR / 23:01:23 ---> d0cbb6198128 23:01:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:01:23 ---> Running in 07d07ded6807 23:01:23 Removing intermediate container 9caa85c13a5c 23:01:23 ---> 61655df9ebb9 23:01:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:01:23 ---> 71a4a23a06b4 23:01:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:01:23 ---> 172a8a986713 23:01:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:01:23 ---> a4c5a479a23a 23:01:23 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:01:23 Removing intermediate container 07d07ded6807 23:01:23 ---> 8467bc5a4ffa 23:01:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:01:23 ---> f366db154bfa 23:01:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:01:24 ---> b6c069197f96 23:01:24 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 23:01:24 ---> 5a02d968836f 23:01:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:01:24 ---> Running in 786641fa0e9a 23:01:24 ---> 5e0bd68f1da8 23:01:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:01:24 ---> fa5b20a80f07 23:01:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:01:24 ---> 0349431d999c 23:01:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:01:24 Removing intermediate container 786641fa0e9a 23:01:24 ---> 6a2e868316a5 23:01:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:01:25 ---> 99263e254a6c 23:01:25 Step 19/23 : ENTRYPOINT ["/core-command"] 23:01:25 ---> 30e2e911fff9 23:01:25 Step 18/22 : ENTRYPOINT ["/support-notifications"] 23:01:25 ---> Running in dc7507005130 23:01:25 ---> Running in 60e9bc763786 23:01:25 ---> 70109365894c 23:01:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:01:25 ---> 6996cd1b64a8 23:01:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:01:25 ---> Running in 8ea0b497c91d 23:01:25 Removing intermediate container dc7507005130 23:01:25 ---> 586a781e50d8 23:01:25 Step 20/22 : LABEL arch=x86_64 23:01:25 Removing intermediate container 60e9bc763786 23:01:25 ---> 28c5240fbf3a 23:01:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:01:25 ---> Running in dd1883aeb0a3 23:01:25 ---> Running in 4ec1a1a3fd0e 23:01:25 ---> a9576786c2f5 23:01:25 Step 19/23 : ENTRYPOINT ["/core-metadata"] 23:01:26 ---> 67fa39aec5e9 23:01:26 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/ 23:01:26 Removing intermediate container 8ea0b497c91d 23:01:26 ---> 44c36e276119 23:01:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:01:26 ---> Running in bc838003f0c6 23:01:26 ---> Running in 0d3060eee8c6 23:01:26 ---> Running in a42b671b0775 23:01:26 Removing intermediate container dd1883aeb0a3 23:01:26 ---> a5aa50caac10 23:01:26 Step 21/22 : LABEL git_sha=2446ae070c94bfb7a7192148f0019dace426896f 23:01:26 Removing intermediate container 4ec1a1a3fd0e 23:01:26 ---> 591592bc55ec 23:01:26 Step 21/23 : LABEL arch=x86_64 23:01:26 ---> Running in a0bc980df3f8 23:01:26 ---> Running in e5a0c1fe3f84 23:01:26 Removing intermediate container bc838003f0c6 23:01:26 ---> afd8913f5edc 23:01:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:01:26 Removing intermediate container a42b671b0775 23:01:26 ---> 504f596c67e1 23:01:26 Step 20/22 : LABEL arch=x86_64 23:01:26 ---> Running in de34ba5e90b2 23:01:26 ---> Running in b7dfbaa4b7b3 23:01:27 Removing intermediate container a0bc980df3f8 23:01:27 ---> 61102a00a133 23:01:27 Step 22/22 : LABEL version=0.0.0 23:01:27 Removing intermediate container e5a0c1fe3f84 23:01:27 ---> dbccb0154d02 23:01:27 Step 22/23 : LABEL git_sha=2446ae070c94bfb7a7192148f0019dace426896f 23:01:27 ---> Running in 7a8fc1c8d865 23:01:27 ---> Running in c0876b9f8599 23:01:27 Removing intermediate container de34ba5e90b2 23:01:27 ---> 1416992c91b6 23:01:27 Step 21/22 : LABEL git_sha=2446ae070c94bfb7a7192148f0019dace426896f 23:01:27 Removing intermediate container b7dfbaa4b7b3 23:01:27 ---> 18174e0b8dee 23:01:27 Step 21/23 : LABEL arch=x86_64 23:01:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:01:27 Removing intermediate container 7a8fc1c8d865 23:01:27 ---> 6a4b88734f33 23:01:27 23:01:27 Removing intermediate container c0876b9f8599 23:01:27 ---> addc6aaa8c78 23:01:27 Step 23/23 : LABEL version=0.0.0 23:01:27 ---> Running in 9a64402b59cf 23:01:27 ---> Running in ab3e6e58cc1a 23:01:27 Successfully built 6a4b88734f33 23:01:27 ---> Running in 83d66b03234e 23:01:27 Successfully tagged docker-support-scheduler-go:latest 23:01:27 Building docker-security-bootstrapper-go 23:01:27  Building docker-support-scheduler-go ... done Removing intermediate container 0d3060eee8c6 23:01:27 ---> 0b7a4c3f1d92 23:01:27 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:01:27 ---> Running in 3f46423c0ea1 23:01:28 Removing intermediate container 9a64402b59cf 23:01:28 ---> f084d972e1a7 23:01:28 Step 22/23 : LABEL git_sha=2446ae070c94bfb7a7192148f0019dace426896f 23:01:28 Removing intermediate container ab3e6e58cc1a 23:01:28 ---> aa0a38d2e59e 23:01:28 Step 22/22 : LABEL version=0.0.0 23:01:28 Removing intermediate container 83d66b03234e 23:01:28 ---> 3e91f3870dbf 23:01:28 23:01:28 Successfully built 3e91f3870dbf 23:01:28 ---> Running in 299ba3384111 23:01:28 ---> Running in 9f979ab31349 23:01:28 Successfully tagged docker-core-command-go:latest 23:01:28 Building docker-security-proxy-setup-go 23:01:28  Building docker-core-command-go ... done Removing intermediate container 3f46423c0ea1 23:01:28 ---> 5383ea5e1024 23:01:28 Step 22/24 : LABEL arch=x86_64 23:01:28 ---> Running in 386d611083b4 23:01:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:01:30 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:01:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 23:01:30 Removing intermediate container 299ba3384111 23:01:30 ---> c7ac207aecb1 23:01:30 Step 23/23 : LABEL version=0.0.0 23:01:34 Removing intermediate container 9f979ab31349 23:01:34 ---> 1e48d4e4124e 23:01:34 23:01:34 ---> Running in 5deda0d01f59 23:01:34 Successfully built 1e48d4e4124e 23:01:34 Removing intermediate container 386d611083b4 23:01:34 ---> 509e2f16ca48 23:01:34 Step 23/24 : LABEL git_sha=2446ae070c94bfb7a7192148f0019dace426896f 23:01:34 Successfully tagged docker-support-notifications-go:latest 23:01:34  Building docker-support-notifications-go ... done Building docker-core-data-go 23:01:34 ---> Running in 47d67254152a 23:01:36 Removing intermediate container 5deda0d01f59 23:01:36 ---> b753ebd6320e 23:01:36 23:01:39 Successfully built b753ebd6320e 23:01:40 Successfully tagged docker-core-metadata-go:latest 23:01:40 Building docker-sys-mgmt-agent-go 23:01:40  Building docker-core-metadata-go ... done Removing intermediate container 47d67254152a 23:01:40 ---> c3248225011c 23:01:40 Step 24/24 : LABEL version=0.0.0 23:01:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:01:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:01:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:01:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:01:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:01:45 ---> Running in e197d9ad67dc 23:01:50 Removing intermediate container e197d9ad67dc 23:01:50 ---> 7776625b4743 23:01:50 23:01:50 Successfully built 7776625b4743 23:01:50 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:01:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:01:51 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.238s coverage: 46.6% of statements 23:01:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:01:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:01:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 23:01:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 23:01:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 23:01:51 Successfully tagged docker-security-secretstore-setup-go:latest 23:01:51  Building docker-security-secretstore-setup-go ... done  ---> 25133e25ac12 23:01:51 Step 3/21 : WORKDIR /edgex-go 23:01:51 ---> Using cache 23:01:51 ---> 45b4c7ed7cc0 23:01:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:01:51 ---> Using cache 23:01:51 ---> 30bf9d3c0b70 23:01:51 Step 5/21 : RUN apk add --update --no-cache make git 23:01:51 ---> Using cache 23:01:51 ---> 7ea65c2e79a3 23:01:51 Step 6/21 : COPY go.mod . 23:01:51 ---> Using cache 23:01:51 ---> 454d29e58358 23:01:51 Step 7/21 : RUN go mod download 23:01:51 ---> Using cache 23:01:51 ---> 258839cfff0a 23:01:51 Step 8/21 : COPY . . 23:01:52 ---> Using cache 23:01:52 ---> 792f6fd531d7 23:01:52 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:01:54 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:01:54 Step 2/33 : FROM ${BUILDER_BASE} AS builder 23:01:54 ---> 25133e25ac12 23:01:54 Step 3/33 : WORKDIR /edgex-go 23:01:54 ---> Using cache 23:01:54 ---> 45b4c7ed7cc0 23:01:54 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:01:54 ---> Using cache 23:01:54 ---> 30bf9d3c0b70 23:01:54 Step 5/33 : RUN apk add --update --no-cache make git 23:01:54 ---> Using cache 23:01:54 ---> 7ea65c2e79a3 23:01:54 Step 6/33 : COPY go.mod . 23:01:54 ---> Using cache 23:01:54 ---> 454d29e58358 23:01:54 Step 7/33 : RUN go mod download 23:01:54 ---> Using cache 23:01:54 ---> 258839cfff0a 23:01:54 Step 8/33 : COPY . . 23:01:54 ---> Using cache 23:01:54 ---> 792f6fd531d7 23:01:54 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 23:01:55 ---> Running in ba19462f41b5 23:01:55 ---> Running in ae4e6303bb64 23:01:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:01:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:01:57 ---> 25133e25ac12 23:01:57 Step 3/23 : WORKDIR /edgex-go 23:01:57 ---> Using cache 23:01:57 ---> 45b4c7ed7cc0 23:01:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:01:57 ---> Using cache 23:01:57 ---> 30bf9d3c0b70 23:01:57 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 23:01:57 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.485s coverage: 27.0% of statements 23:01:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:01:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:01:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 23:01:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 23:01:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 23:01:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:01:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements 23:01:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 23:01:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements 23:01:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 23:01:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 23:01:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.302s coverage: 67.9% of statements 23:01:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 23:01:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 23:01:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.696s coverage: 82.3% of statements 23:01:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 23:01:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 23:01:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 23:01:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 23:01:58 ---> Running in 88d312d2015e 23:01:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 23:01:59 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 23:01:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:01:59 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:01:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:01:59 ---> 25133e25ac12 23:01:59 Step 3/26 : WORKDIR /edgex-go 23:01:59 ---> Using cache 23:01:59 ---> 45b4c7ed7cc0 23:01:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:01:59 ---> Using cache 23:01:59 ---> 30bf9d3c0b70 23:01:59 Step 5/26 : RUN apk add --update --no-cache make bash git 23:02:00 ---> Running in 53140ebd5b06 23:02:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:02:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:02:01 OK: 233 MiB in 51 packages 23:02:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:02:02 Removing intermediate container 88d312d2015e 23:02:02 ---> e801280c6b25 23:02:02 Step 6/23 : COPY go.mod . 23:02:02 OK: 233 MiB in 51 packages 23:02:02 ---> 04758b06b1b7 23:02:02 Step 7/23 : RUN go mod download 23:02:02 ---> Running in b082ce046892 23:02:04 Removing intermediate container 53140ebd5b06 23:02:04 ---> ef87a33ef96e 23:02:04 Step 6/26 : COPY go.mod . 23:02:05 ---> 15fff1252b3a 23:02:05 Step 7/26 : RUN go mod download 23:02:05 ---> Running in f56b0cbda927 23:02:05 Removing intermediate container b082ce046892 23:02:05 ---> f8196302b5f2 23:02:05 Step 8/23 : COPY . . 23:02:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.173s coverage: 28.6% of statements 23:02:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:02:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:02:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 23:02:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 23:02:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 23:02:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.149s coverage: 100.0% of statements 23:02:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 23:02:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements 23:02:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 23:02:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.335s coverage: 86.7% of statements 23:02:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 23:02:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.350s coverage: 97.5% of statements 23:02:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 23:02:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.175s coverage: 78.3% of statements 23:02:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 23:02:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 23:02:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 23:02:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 23:02:11 Removing intermediate container f56b0cbda927 23:02:11 ---> 2ee4d2fd8f90 23:02:11 Step 8/26 : COPY . . 23:02:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.099s coverage: 92.8% of statements 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 23:02:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 23:02:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.256s coverage: 0.1% of statements 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 23:02:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.070s coverage: 43.8% of statements 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 23:02:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.083s coverage: 87.5% of statements 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 23:02:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 23:02:26 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 23:02:26 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 23:02:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.073s coverage: 88.6% of statements 23:02:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:02:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:02:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements 23:02:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:02:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.106s coverage: 75.5% of statements 23:02:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:02:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 23:02:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements 23:02:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements 23:02:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.195s coverage: 91.4% of statements 23:02:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:02:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.503s coverage: 63.5% of statements 23:02:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:02:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:02:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 23:02:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements 23:02:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements 23:02:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.073s coverage: 73.7% of statements 23:02:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 23:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.895s coverage: 68.9% of statements 23:02:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:02:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:02:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 23:02:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 23:02:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 23:02:31 ---> a519960a8171 23:02:31 Step 9/23 : RUN make cmd/core-data/core-data 23:02:31 ---> Running in c932d62074c5 23:02:31 ---> 5723b1dcf04e 23:02:31 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:02:31 ---> Running in d9b072a87ce6 23:02:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.361s coverage: 37.0% of statements 23:02:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:02:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:02:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.622s coverage: 84.0% of statements 23:02:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.082s coverage: 100.0% of statements 23:02:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 23:02:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 23:02:34 Removing intermediate container ba19462f41b5 23:02:34 ---> 5c2a41c82fec 23:02:34 23:02:34 Step 10/21 : FROM alpine:3.12 23:02:34 ---> 389fef711851 23:02:34 Step 11/21 : RUN apk add --update --no-cache curl 23:02:35 Removing intermediate container ae4e6303bb64 23:02:35 ---> 2c08bda82924 23:02:35 23:02:35 Step 10/33 : FROM alpine:3.12 23:02:35 ---> 389fef711851 23:02:35 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 23:02:35 ---> Running in 418ee1279442 23:02:35 ---> Running in 81d83f6b06d2 23:02:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:02:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:02:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:02:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:02:36 (1/3) Installing dumb-init (1.2.2-r1) 23:02:36 (2/3) Installing openssl (1.1.1i-r0) 23:02:36 (3/3) Installing su-exec (0.2-r1) 23:02:36 (1/4) Installing ca-certificates (20191127-r4) 23:02:36 Executing busybox-1.31.1-r19.trigger 23:02:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:02:36 OK: 6 MiB in 17 packages 23:02:36 (3/4) Installing libcurl (7.69.1-r3) 23:02:36 (4/4) Installing curl (7.69.1-r3) 23:02:36 Executing busybox-1.31.1-r19.trigger 23:02:36 Executing ca-certificates-20191127-r4.trigger 23:02:37 OK: 7 MiB in 18 packages 23:02:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.402s coverage: 47.1% of statements 23:02:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:02:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:02:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 23:02:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 23:02:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 23:02:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements 23:02:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 23:02:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.123s coverage: 100.0% of statements 23:02:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 23:02:39 Removing intermediate container 81d83f6b06d2 23:02:39 ---> bd0b700fd047 23:02:39 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 23:02:40 ---> Running in 588d945eeea0 23:02:40 Removing intermediate container 418ee1279442 23:02:40 ---> 8d968599b8e9 23:02:40 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:02:41 ---> Running in f52271d201fb 23:02:41 Removing intermediate container 588d945eeea0 23:02:41 ---> 4887e618fe16 23:02:41 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 23:02:41 ---> Running in 049eb2e4fe42 23:02:41 Removing intermediate container f52271d201fb 23:02:41 ---> 0e60c7f287a9 23:02:41 Step 13/21 : WORKDIR /edgex 23:02:41 ---> Running in 317d24b8122c 23:02:41 Removing intermediate container 049eb2e4fe42 23:02:41 ---> 77c49218c219 23:02: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 23:02:41 Removing intermediate container 317d24b8122c 23:02:41 ---> 380a073e796c 23:02:41 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:02:41 ---> Running in 4768c63b17da 23:02:42 ---> 7de9b1c1b0e4 23:02:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:02:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.964s coverage: 29.1% of statements 23:02:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:02:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:02:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 23:02:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 23:02:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 23:02:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.187s coverage: 99.0% of statements 23:02:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 23:02:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.084s coverage: 100.0% of statements 23:02:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 23:02:42 ok github.com/edgexfoundry/edgex-go/internal/system 0.062s coverage: 0.0% of statements 23:02:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:02:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 23:02:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 23:02:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:02:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:02:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 23:02:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements 23:02:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 23:02:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:02:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 23:02:43 Connecting to github.com (140.82.113.3:443) 23:02:43 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.164.147:443) 23:02:43 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 23:02:43  ---> 6b65e7bfa5c4 23:02:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:02:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 23:02:43 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 23:02:43 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 23:02:43 dockerize 23:02:44 ---> 292c2261d9b3 23:02:44 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:02:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 23:02:44 ---> Running in 06037b31e069 23:02:44 Removing intermediate container 06037b31e069 23:02:44 ---> 5f8a2b375a1d 23:02:44 Step 18/21 : CMD ["--init=true"] 23:02:45 Removing intermediate container 4768c63b17da 23:02:45 ---> 489a88369af0 23:02:45 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 23:02:45 ---> Running in c9f32c272496 23:02:45 ---> Running in fca93b2b9829 23:02:45 Removing intermediate container c9f32c272496 23:02:45 ---> 30eab41883f3 23:02:45 Step 19/21 : LABEL arch=x86_64 23:02:45 GO111MODULE=on go vet ./... 23:02:45 ---> Running in 86ce234417f0 23:02:45 Removing intermediate container fca93b2b9829 23:02:45 ---> 7b6ce7f03092 23:02:45 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 23:02:46 ---> Running in 265790c45a52 23:02:46 Removing intermediate container 86ce234417f0 23:02:46 ---> dd460bc8de22 23:02:46 Step 20/21 : LABEL git_sha=2446ae070c94bfb7a7192148f0019dace426896f 23:02:46 Removing intermediate container 265790c45a52 23:02:46 ---> 4265a142b738 23:02:46 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} 23:02:46 ---> Running in 07707ea27068 23:02:47 ---> Running in 916efc059f28 23:02:47 Removing intermediate container 07707ea27068 23:02:47 ---> 4fbaf1903a89 23:02:47 Step 21/21 : LABEL version=0.0.0 23:02:47 ---> Running in b67f45acf754 23:02:48 Removing intermediate container b67f45acf754 23:02:48 ---> 91cfda6e7201 23:02:48 23:02:48 Move dockerize executable 23:02:48 Successfully built 91cfda6e7201 23:02:48 Successfully tagged docker-security-proxy-setup-go:latest 23:02:49  Building docker-security-proxy-setup-go ... done Removing intermediate container 916efc059f28 23:02:49 ---> 4ef508bb43d8 23:02:49 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 23:02:49 ---> Running in bfbdd3469f1f 23:02:50 Removing intermediate container bfbdd3469f1f 23:02:50 ---> aa2341aad95e 23:02:50 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 23:02:51 Removing intermediate container d9b072a87ce6 23:02:51 ---> ea4b3f94a20f 23:02:51 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:02:51 ---> 17012bbb4213 23:02:51 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 23:02:51 ---> Running in 88bbbbff6fda 23:02:51 ---> Running in c6cb5c265108 23:02:53 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 23:02:54 Removing intermediate container c6cb5c265108 23:02:54 ---> 9e26af5a303d 23:02:54 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 23:02:55 Removing intermediate container c932d62074c5 23:02:55 ---> e4cab67d91c7 23:02:55 23:02:55 Step 10/23 : FROM alpine:3.12 23:02:55 ---> 389fef711851 23:02:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:02:56 ---> 0fc28b605b71 23:02:56 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:02:56 Removing intermediate container 88bbbbff6fda 23:02:56 ---> 0def5ba6538e 23:02:56 23:02:56 Step 11/26 : FROM docker:20.10.0 23:02:56 ---> Running in 0f62dddfb32f 23:02:56 20.10.0: Pulling from library/docker 23:02:56 Removing intermediate container 0f62dddfb32f 23:02:56 ---> 1aa06146b3da 23:02:56 Step 12/23 : ENV APP_PORT=48080 23:02:56 ---> Running in 54458a5fbba9 23:02:56 ---> 73d0d13a1ef5 23:02:56 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:02:57 Removing intermediate container 54458a5fbba9 23:02:57 ---> ebacbd418685 23:02:57 Step 13/23 : EXPOSE $APP_PORT 23:02:57 ---> Running in 2bfe99a82e5c 23:02:57 ---> b7b1bf58ddf1 23:02:57 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 23:02:57 Removing intermediate container 2bfe99a82e5c 23:02:57 ---> e506992a20d4 23:02:57 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:02:58 ---> Running in 595c9ee3221b 23:02:58 ---> db9e17d99a27 23:02:58 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:02:58 ---> 80d5c63cd179 23:02:58 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 23:02:59 ---> Running in 9dac4077bef2 23:02:59 Removing intermediate container 9dac4077bef2 23:02:59 ---> 9e6da8d0e036 23:02:59 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:02:59 Removing intermediate container 595c9ee3221b 23:02:59 ---> dc32b5d8e56c 23:02:59 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 23:02:59 ---> Running in 9940785e5964 23:02:59 ---> 38aa21979db0 23:02:59 Step 28/33 : RUN chmod +x /entrypoint.sh 23:03:01 ---> Running in 91ea027b9758 23:03:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:03:02 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:03:02 Status: Downloaded newer image for docker:20.10.0 23:03:02 ---> aefe523efa57 23:03:02 Step 12/26 : RUN apk add --no-cache bash 23:03:02 ---> Running in be44727698b1 23:03:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:03:02 Removing intermediate container 91ea027b9758 23:03:02 ---> bb4b5c5765fb 23:03:02 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 23:03:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:03:03 ---> Running in 77b4675cdcab 23:03:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:03:03 Removing intermediate container 77b4675cdcab 23:03:03 ---> d5e1ca13d987 23:03:03 Step 30/33 : CMD ["gate"] 23:03:03 (1/2) Installing readline (8.0.4-r0) 23:03:03 (2/2) Installing bash (5.0.17-r0) 23:03:03 Executing bash-5.0.17-r0.post-install 23:03:03 Executing busybox-1.31.1-r19.trigger 23:03:03 OK: 12 MiB in 22 packages 23:03:03 ---> Running in f8cd86ebc1a9 23:03:03 Removing intermediate container f8cd86ebc1a9 23:03:03 ---> 0535fe1cadb5 23:03:03 Step 31/33 : LABEL arch=x86_64 23:03:03 (1/6) Installing dumb-init (1.2.2-r1) 23:03:03 (2/6) Installing libgcc (9.3.0-r2) 23:03:03 (3/6) Installing libsodium (1.0.18-r0) 23:03:03 ---> Running in b5189cf8a904 23:03:03 Removing intermediate container be44727698b1 23:03:03 ---> 43d715005880 23:03:03 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:03:03 (4/6) Installing libstdc++ (9.3.0-r2) 23:03:04 ---> Running in b3713b45225b 23:03:04 Removing intermediate container b5189cf8a904 23:03:04 ---> 32f0c3c96735 23:03:04 Step 32/33 : LABEL git_sha=2446ae070c94bfb7a7192148f0019dace426896f 23:03:04 (5/6) Installing libzmq (4.3.3-r0) 23:03:04 ---> Running in 3cb965cfa9ca 23:03:04 Removing intermediate container b3713b45225b 23:03:04 ---> d1113b60cea8 23:03:04 Step 14/26 : ENV APP_PORT=48090 23:03:04 ---> Running in 55bbf86b324a 23:03:04 (6/6) Installing zeromq (4.3.3-r0) 23:03:04 Removing intermediate container 3cb965cfa9ca 23:03:04 ---> 1d87843c8280 23:03:04 Step 33/33 : LABEL version=0.0.0 23:03:04 Executing busybox-1.31.1-r19.trigger 23:03:04 OK: 8 MiB in 20 packages 23:03:04 Removing intermediate container 55bbf86b324a 23:03:04 ---> aa270fb2143d 23:03:04 Step 15/26 : EXPOSE $APP_PORT 23:03:04 ---> Running in 7cc883f0d6cb 23:03:04 ---> Running in 5e0a635a1fb8 23:03:04 Removing intermediate container 7cc883f0d6cb 23:03:04 ---> 08a0a4f93178 23:03:04 23:03:05 Removing intermediate container 5e0a635a1fb8 23:03:05 ---> d0609336cb93 23:03:05 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:03:05 Successfully built 08a0a4f93178 23:03:05 Successfully tagged docker-security-bootstrapper-go:latest 23:03:05  Building docker-security-bootstrapper-go ... done Removing intermediate container 9940785e5964 23:03:05 ---> ddbf3ae74355 23:03:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:03:05 ---> fd70b6c55c69 23:03:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:03:05 ---> 5da5663e5122 23:03:05 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:03:05 ---> 0e7d40bfdc95 23:03:05 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:03:06 ---> 4a53cf5741b9 23:03:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:03:06 ---> a53b3a292668 23:03:06 Step 19/26 : RUN apk --no-cache add py3-pip 23:03:06 ---> Running in 4a2b40dd99b4 23:03:06 ---> 50d74781a1c3 23:03:06 Step 19/23 : ENTRYPOINT ["/core-data"] 23:03:06 ---> Running in 471b381b43e5 23:03:06 Removing intermediate container 471b381b43e5 23:03:06 ---> 697b461ab45d 23:03:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:03:06 ---> Running in 2e273d6548e7 23:03:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:03:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:03:06 Removing intermediate container 2e273d6548e7 23:03:06 ---> 8faf8cd17829 23:03:06 Step 21/23 : LABEL arch=x86_64 23:03:06 ---> Running in c7003060c709 23:03:06 (1/33) Installing libbz2 (1.0.8-r1) 23:03:06 (2/33) Installing expat (2.2.9-r1) 23:03:06 (3/33) Installing libffi (3.3-r2) 23:03:06 (4/33) Installing gdbm (1.13-r1) 23:03:06 (5/33) Installing xz-libs (5.2.5-r0) 23:03:06 (6/33) Installing sqlite-libs (3.32.1-r0) 23:03:07 (7/33) Installing python3 (3.8.5-r0) 23:03:07 Removing intermediate container c7003060c709 23:03:07 ---> 8117c19496cf 23:03:07 Step 22/23 : LABEL git_sha=2446ae070c94bfb7a7192148f0019dace426896f 23:03:07 ---> Running in f2c6cc2f56c1 23:03:09 (8/33) Installing py3-appdirs (1.4.4-r1) 23:03:09 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:03:09 (10/33) Installing py3-parsing (2.4.7-r0) 23:03:09 (11/33) Installing py3-six (1.15.0-r0) 23:03:09 (12/33) Installing py3-packaging (20.4-r0) 23:03:11 (13/33) Installing py3-setuptools (47.0.0-r0) 23:03:11 Removing intermediate container f2c6cc2f56c1 23:03:11 ---> a8481499c1e4 23:03:11 Step 23/23 : LABEL version=0.0.0 23:03:11 (14/33) Installing py3-chardet (3.0.4-r4) 23:03:11 (15/33) Installing py3-idna (2.9-r0) 23:03:11 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:03:11 ---> Running in 70d71e4317a4 23:03:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:03:12 (18/33) Installing py3-requests (2.23.0-r0) 23:03:12 (19/33) Installing py3-msgpack (1.0.0-r0) 23:03:12 (20/33) Installing py3-lockfile (0.12.2-r3) 23:03:12 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:03:12 (22/33) Installing py3-colorama (0.4.3-r0) 23:03:12 (23/33) Installing py3-distlib (0.3.0-r0) 23:03:12 (24/33) Installing py3-distro (1.5.0-r1) 23:03:12 (25/33) Installing py3-webencodings (0.5.1-r3) 23:03:12 (26/33) Installing py3-html5lib (1.0.1-r4) 23:03:12 (27/33) Installing py3-pytoml (0.1.21-r0) 23:03:12 Removing intermediate container 70d71e4317a4 23:03:12 ---> bf95e070376e 23:03:12 23:03:12 (28/33) Installing py3-pep517 (0.8.2-r0) 23:03:12 (29/33) Installing py3-progress (1.5-r0) 23:03:12 (30/33) Installing py3-toml (0.10.1-r0) 23:03:12 (31/33) Installing py3-retrying (1.3.3-r0) 23:03:12 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:03:12 (33/33) Installing py3-pip (20.1.1-r0) 23:03:12 Successfully built bf95e070376e 23:03:12 Executing busybox-1.31.1-r19.trigger 23:03:12 Successfully tagged docker-core-data-go:latest 23:03:12  Building docker-core-data-go ... done OK: 71 MiB in 55 packages 23:03:19 Removing intermediate container 4a2b40dd99b4 23:03:19 ---> fcd598ada6ce 23:03:19 Step 20/26 : RUN pip install docker-compose==1.23.2 23:03:19 ---> Running in b8871066d99a 23:03:20 Collecting docker-compose==1.23.2 23:03:20 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:03:20 Collecting docopt<0.7,>=0.6.1 23:03:20 Downloading docopt-0.6.2.tar.gz (25 kB) 23:03:21 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:03:21 Collecting PyYAML<4,>=3.10 23:03:21 Downloading PyYAML-3.13.tar.gz (270 kB) 23:03:22 Collecting websocket-client<1.0,>=0.32.0 23:03:22 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 23:03:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:03:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:03:22 Collecting jsonschema<3,>=2.5.1 23:03:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:03:22 Collecting cached-property<2,>=1.2.0 23:03:22 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:03:22 Collecting texttable<0.10,>=0.9.0 23:03:22 Downloading texttable-0.9.1.tar.gz (11 kB) 23:03:23 Collecting docker<4.0,>=3.6.0 23:03:23 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:03:23 Collecting dockerpty<0.5,>=0.4.1 23:03:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:03:24 Collecting idna<2.8,>=2.5 23:03:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:03:24 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) 23:03:24 Collecting urllib3<1.25,>=1.21.1 23:03:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:03:24 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) 23:03:24 Collecting docker-pycreds>=0.4.0 23:03:24 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:03:24 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:03:24 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:03:24 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:03:24 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:03:24 Installing collected packages: docopt, PyYAML, websocket-client, idna, urllib3, requests, jsonschema, cached-property, texttable, docker-pycreds, docker, dockerpty, docker-compose 23:03:24 Running setup.py install for docopt: started 23:03:24 Running setup.py install for docopt: finished with status 'done' 23:03:24 Running setup.py install for PyYAML: started 23:03:25 Running setup.py install for PyYAML: finished with status 'done' 23:03:25 Attempting uninstall: idna 23:03:25 Found existing installation: idna 2.9 23:03:25 Uninstalling idna-2.9: 23:03:25 Successfully uninstalled idna-2.9 23:03:25 Attempting uninstall: urllib3 23:03:25 Found existing installation: urllib3 1.25.9 23:03:25 Uninstalling urllib3-1.25.9: 23:03:25 Successfully uninstalled urllib3-1.25.9 23:03:26 Attempting uninstall: requests 23:03:26 Found existing installation: requests 2.23.0 23:03:26 Uninstalling requests-2.23.0: 23:03:26 Successfully uninstalled requests-2.23.0 23:03:26 Running setup.py install for texttable: started 23:03:26 Running setup.py install for texttable: finished with status 'done' 23:03:27 Running setup.py install for dockerpty: started 23:03:27 Running setup.py install for dockerpty: finished with status 'done' 23:03:27 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 23:03:31 Removing intermediate container b8871066d99a 23:03:31 ---> 46c9299d8d3f 23:03:31 Step 21/26 : RUN apk --no-cache add curl 23:03:31 ---> Running in 7b1af856c4f8 23:03:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:03:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:03:32 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:03:32 (2/3) Installing libcurl (7.69.1-r3) 23:03:32 (3/3) Installing curl (7.69.1-r3) 23:03:32 Executing busybox-1.31.1-r19.trigger 23:03:32 OK: 72 MiB in 58 packages 23:03:32 Removing intermediate container 7b1af856c4f8 23:03:32 ---> d1b2f13441b8 23:03:32 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 23:03:32 ---> Running in 641ca3e32429 23:03:32 Removing intermediate container 641ca3e32429 23:03:32 ---> c451afd5d7f0 23:03:32 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:03:33 ---> Running in cc17621438f8 23:03:33 Removing intermediate container cc17621438f8 23:03:33 ---> 910576d1348e 23:03:33 Step 24/26 : LABEL arch=x86_64 23:03:33 ---> Running in 6cc8f5e4f5c1 23:03:33 Removing intermediate container 6cc8f5e4f5c1 23:03:33 ---> 6c83b5c52fa1 23:03:33 Step 25/26 : LABEL git_sha=2446ae070c94bfb7a7192148f0019dace426896f 23:03:33 ---> Running in e3cd9ff83a2c 23:03:33 Removing intermediate container e3cd9ff83a2c 23:03:33 ---> 7de84fca379e 23:03:33 Step 26/26 : LABEL version=0.0.0 23:03:33 ---> Running in 6a4fa7939343 23:03:33 Removing intermediate container 6a4fa7939343 23:03:33 ---> 8475fe9bddfd 23:03:33 23:03:33 Successfully built 8475fe9bddfd 23:03:33 Successfully tagged docker-sys-mgmt-agent-go:latest 23:03:34  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 23:03:34 $ docker stop --time=1 6991f0f75cfd9392a05891a0cf5f09505215bde8b5656cb903cd44a04dd60e9c 23:03:35 $ docker rm -f 6991f0f75cfd9392a05891a0cf5f09505215bde8b5656cb903cd44a04dd60e9c [Pipeline] // withDockerContainer [Pipeline] sh 23:03:36 + docker images 23:03:36 + grep docker 23:03:36 docker-sys-mgmt-agent-go latest 8475fe9bddfd 3 seconds ago 313MB 23:03:36 docker-core-data-go latest bf95e070376e 24 seconds ago 22.3MB 23:03:36 docker-security-bootstrapper-go latest 08a0a4f93178 32 seconds ago 41.5MB 23:03:36 docker-security-proxy-setup-go latest 91cfda6e7201 49 seconds ago 24.4MB 23:03:36 docker-security-secretstore-setup-go latest 7776625b4743 About a minute ago 24.6MB 23:03:36 docker-core-metadata-go latest b753ebd6320e 2 minutes ago 18.7MB 23:03:36 docker-support-notifications-go latest 1e48d4e4124e 2 minutes ago 16.9MB 23:03:36 docker-support-scheduler-go latest 6a4b88734f33 2 minutes ago 16.4MB 23:03:36 docker-core-command-go latest 3e91f3870dbf 2 minutes ago 16.2MB 23:03:36 docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 23:03:52 Still waiting to schedule task 23:03:52 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 23:04:07 gofmt -l . 23:04:07 [ "`gofmt -l .`" = "" ] 23:04:07 ./bin/test-go-mod-tidy.sh 23:04:07 ./bin/test-attribution-txt.sh [Pipeline] sh 23:04:07 + ls -al . 23:04:07 total 688 23:04:07 drwxrwxr-x 9 1001 1001 4096 Jan 15 23:04 . 23:04:07 drwxr-xr-x 4 root root 4096 Jan 15 23:00 .. 23:04:07 -rw-rw-r-- 1 1001 1001 11 Jan 15 22:58 .dockerignore 23:04:07 drwxrwxr-x 8 1001 1001 4096 Jan 15 22:58 .git 23:04:07 drwxrwxr-x 3 1001 1001 4096 Jan 15 22:58 .github 23:04:07 -rw-rw-r-- 1 1001 1001 872 Jan 15 22:58 .gitignore 23:04:07 -rw-rw-r-- 1 1001 1001 166 Jan 15 22:58 .sonarcloud.properties 23:04:07 -rw-rw-r-- 1 1001 1001 7844 Jan 15 22:58 Attribution.txt 23:04:07 -rw-rw-r-- 1 1001 1001 3804 Jan 15 22:58 CONTRIBUTING.md 23:04:07 -rw-rw-r-- 1 1001 1001 931 Jan 15 22:58 Dockerfile.build 23:04:07 -rw-rw-r-- 1 1001 1001 863 Jan 15 22:58 Jenkinsfile 23:04:07 -rw-rw-r-- 1 1001 1001 10775 Jan 15 22:58 LICENSE 23:04:07 -rw-rw-r-- 1 1001 1001 6001 Jan 15 22:58 Makefile 23:04:07 -rw-rw-r-- 1 1001 1001 6524 Jan 15 22:58 README.md 23:04:07 -rw-rw-r-- 1 1001 1001 6744 Jan 15 22:58 SECURITY.md 23:04:07 -rw-rw-r-- 1 1001 1001 5 Jan 15 22:56 VERSION 23:04:07 -rw-rw-r-- 1 1001 1001 4131 Jan 15 22:58 ZMQWindows.md 23:04:07 drwxrwxr-x 2 1001 1001 4096 Jan 15 22:58 bin 23:04:07 drwxrwxr-x 15 1001 1001 4096 Jan 15 22:58 cmd 23:04:07 -rw-r--r-- 1 root root 555355 Jan 15 23:02 coverage.out 23:04:07 -rw-r--r-- 1 root root 1007 Jan 15 23:03 go.mod 23:04:07 -rw-r--r-- 1 root root 19394 Jan 15 23:04 go.sum 23:04:07 drwxrwxr-x 8 1001 1001 4096 Jan 15 22:58 internal 23:04:07 drwxrwxr-x 4 1001 1001 4096 Jan 15 22:58 openapi 23:04:07 drwxrwxr-x 4 1001 1001 4096 Jan 15 22:58 snap 23:04:07 -rw-rw-r-- 1 1001 1001 168 Jan 15 22:58 version.go [Pipeline] sh 23:04:08 + '[' -e coverage.out ] 23:04:08 + chown 1001:1001 coverage.out [Pipeline] stash 23:04:08 Warning: overwriting stash ‘coverage-report’ 23:04:09 Stashed 1 file(s) [Pipeline] sh 23:04:10 + make build 23:04:10 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 23:04:22 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 23:04:39 Running on prd-ubuntu18.04-docker-8c-8g-20684 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 23:04:39 Running in /w/workspace/edgex-go/28 [Pipeline] { [Pipeline] checkout 23:04:41 using credential edgex-jenkins-ssh 23:04:41 Cloning the remote Git repository 23:04:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:04:41 > git init /w/workspace/edgex-go/28 # timeout=10 23:04:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:04:41 > git --version # timeout=10 23:04:41 > git --version # 'git version 2.17.1' 23:04:41 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:04:44 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 23:04:47 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 23:04:48 Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 2446ae070c94bfb7a7192148f0019dace426896f 23:04:48 Merge succeeded, producing 2446ae070c94bfb7a7192148f0019dace426896f 23:04:48 Checking out Revision 2446ae070c94bfb7a7192148f0019dace426896f (PR-2970) 23:04:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:04:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:04:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:04:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:04:47 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:47 > 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 23:04:48 > git config core.sparsecheckout # timeout=10 23:04:48 > git checkout -f 2446ae070c94bfb7a7192148f0019dace426896f # timeout=10 23:04:48 > git remote # timeout=10 23:04:48 > git config --get remote.origin.url # timeout=10 23:04:48 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:48 > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 23:04:48 > git rev-parse HEAD^{commit} # timeout=10 23:04:48 > git config core.sparsecheckout # timeout=10 23:04:48 > git checkout -f 2446ae070c94bfb7a7192148f0019dace426896f # timeout=10 23:04:52 Commit message: "feat(security): Change entrypoint scripts to use env overrides from compose env files" 23:04:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:04:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 23:04:53 + echo snap-build.sh 23:04:53 snap-build.sh 23:04:53 + SNAP_BASE_DIR=. 23:04:53 + '[' '!' -z /w/workspace/edgex-go/28 ']' 23:04:53 + SNAP_BASE_DIR=/w/workspace/edgex-go/28 23:04:53 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/28]' 23:04:53 [snap-build] Building snap in dir [/w/workspace/edgex-go/28] 23:04:53 + cd /w/workspace/edgex-go/28 23:04:53 + sudo apt-get remove -qy --purge lxd lxd-client 23:04:53 Reading package lists... 23:04:53 Building dependency tree... 23:04:53 Reading state information... 23:04:53 The following packages were automatically installed and are no longer required: 23:04:53 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 23:04:53 uidmap xdelta3 23:04:53 Use 'sudo apt autoremove' to remove them. 23:04:53 The following packages will be REMOVED: 23:04:53 lxd* lxd-client* 23:04:54 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 23:04:54 After this operation, 31.7 MB disk space will be freed. 23:04:55 (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.) 23:04:55 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 23:04:56 Removing lxd dnsmasq configuration 23:04:56 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 23:04:56 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 23:04:57 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 23:04:57 (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.) 23:04:57 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 23:04:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:04:59 Processing triggers for systemd (237-3ubuntu10.42) ... 23:04:59 Processing triggers for ureadahead (0.100.0-21) ... 23:05:00 + sudo snap remove --purge lxd 23:05:00 snap "lxd" is not installed 23:05:00 + sudo groupadd --force --system lxd 23:05:00 ++ whoami 23:05:00 + sudo /usr/sbin/usermod -G lxd -a jenkins 23:05:00 + newgrp - lxd 23:05:00 + sudo snap install lxd 23:05: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 23:05:06 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 23:05:10 2021-01-15T23:05:07Z INFO Waiting for automatic snapd restart... 23:05:10 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 23:05:14 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 23:05:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 23:05:21 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 23:05:25 lxd 4.10 from Canonical* installed 23:05:25 + sudo lxd init --auto [Pipeline] } 23:05:27 $ docker stop --time=1 22d074721f975f3af699f2f9afd2de1c20b7c8425888ebb8669592a9f39cb77f 23:05:29 $ docker rm -f 22d074721f975f3af699f2f9afd2de1c20b7c8425888ebb8669592a9f39cb77f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:05:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:05:31 23:05:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:05:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:05:32 latest: Pulling from edgex-devops/edgex-compose-arm64 23:05:32 29e5d40040c1: Pulling fs layer 23:05:32 1ce36da41761: Pulling fs layer 23:05:32 25b303627fd3: Pulling fs layer 23:05:33 29e5d40040c1: Verifying Checksum 23:05:33 29e5d40040c1: Download complete 23:05:33 1ce36da41761: Verifying Checksum 23:05:33 1ce36da41761: Download complete 23:05:33 29e5d40040c1: Pull complete 23:05:35 1ce36da41761: Pull complete 23:05:35 25b303627fd3: Verifying Checksum 23:05:35 25b303627fd3: Download complete 23:05:35 + sudo snap install --classic snapcraft 23:05:39 snapcraft 4.4.4 from Canonical* installed 23:05:39 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 23:05:39 + patch --verbose -p1 23:05:39 Hmm... Looks like a unified diff to me... 23:05:39 The text leading up to this was: 23:05:39 -------------------------- 23:05:39 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 23:05:39 |From: Tony Espy 23:05:39 |Date: Wed, 16 Dec 2020 16:34:55 -0500 23:05:39 |Subject: [PATCH] optimize snap build for pipeline CI check 23:05:39 | 23:05:39 |This patch is used by the EdgeX CI pipeline builds to 23:05:39 |optimize the snap CI check run for pull requests. When 23:05:39 |applied, it essentially strips out everything (apps and 23:05:39 |parts) from the snapcraft.yaml file except those required 23:05:39 |to build edgex-go, as the whole idea of the CI check is to 23:05:39 |catch changes to edgex-go that break the snap build. 23:05:39 | 23:05:39 |In general, anyone updating snapcraft.yaml will also need 23:05:39 |to update this patch file, otherwise it may fail to apply, 23:05:39 |resulting in a failed snap build CI check in the associated 23:05:39 |pull request. 23:05:39 | 23:05:39 |Note - in addition to applying this patch, the pipeline also 23:05:39 |only primes the snap (e.g. `snapcraft prime`), as there's no 23:05:39 |need to build the finally binary .snap file (and it won't 23:05:39 |work with the patch applied). This further reduces the build 23:05:39 |time. 23:05:39 |--- 23:05:39 | snap/snapcraft.yaml | 461 +------------------------------------------- 23:05:39 | 1 file changed, 2 insertions(+), 459 deletions(-) 23:05:39 | 23:05:39 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 23:05:39 |index 1e537489..faf42425 100644 23:05:39 |--- a/snap/snapcraft.yaml 23:05:39 |+++ b/snap/snapcraft.yaml 23:05:39 -------------------------- 23:05:39 patching file snap/snapcraft.yaml 23:05:39 Using Plan A... 23:05:39 Hunk #1 succeeded at 73. 23:05:39 Hunk #2 succeeded at 202 with fuzz 1. 23:05:39 Hunk #3 succeeded at 214 (offset -3 lines). 23:05:39 Hunk #4 succeeded at 222 (offset -3 lines). 23:05:39 Hunk #5 succeeded at 229 (offset -3 lines). 23:05:39 Hunk #6 succeeded at 256 (offset -3 lines). 23:05:39 Hunk #7 succeeded at 290 (offset -3 lines). 23:05:39 Hunk #8 succeeded at 342 (offset -2 lines). 23:05:39 Hmm... Ignoring the trailing garbage. 23:05:39 done 23:05:39 + sudo snapcraft prime --use-lxd 23:05:40 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 23:05:40 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: 23:05:40 - README.md 23:05:40 - snapcraft.yaml.orig 23:05:40 23:05:40 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:05:41 Launching a container. 23:05:45 25b303627fd3: Pull complete 23:05:45 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 23:05:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:05:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 23:05:45 prd-ubuntu18.04-docker-arm64-4c-16g-20682 does not seem to be running inside a container 23:05:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@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 23:05:48 $ docker top d165baed51b4fd20d7991bcbb2db51e334c8cf0c7527e87e0b45010ea9ad68fc -eo pid,comm [Pipeline] { [Pipeline] sh 23:05:49 + grep+ docker-compose build --help 23:05:49 parallel 23:05:53 --parallel Build images in parallel. [Pipeline] } 23:05:53 $ docker stop --time=1 d165baed51b4fd20d7991bcbb2db51e334c8cf0c7527e87e0b45010ea9ad68fc 23:05:53 Waiting for container to be ready 23:05:53 To start your first instance, try: lxc launch ubuntu:18.04 23:05:53 23:05:55 $ docker rm -f d165baed51b4fd20d7991bcbb2db51e334c8cf0c7527e87e0b45010ea9ad68fc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:05:56 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 23:05:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:05:56 . [Pipeline] withDockerContainer 23:05:56 Waiting for network to be ready... 23:05:56 prd-ubuntu18.04-docker-arm64-4c-16g-20682 does not seem to be running inside a container 23:05:56 $ 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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@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 23:05:57 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:05:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:05:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 23:05:57 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:05:57 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:05:58 $ docker top e501d7398fc542771da3760be276537eb8b1a5e3990a91bf8077f238bcabe6df -eo pid,comm 23:05:58 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:05:58 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 23:05:58 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 23:05:58 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 23:05:58 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 23:05:58 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 23:05:58 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 23:05:58 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:05:58 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:05:58 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:05:58 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:05:58 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:05:58 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 23:05:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [Pipeline] { [Pipeline] sh 23:05:58 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 23:05:58 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 23:05:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 23:05:58 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 23:05:58 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 23:05:58 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 23:05:58 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 23:05:58 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 23:05:59 + docker-compose -f ./docker-compose-build.yml build --parallel 23:06:01 Fetched 23.7 MB in 4s (5439 kB/s) 23:06:01 Reading package lists... 23:06:02 Reading package lists... 23:06:02 Building dependency tree... 23:06:02 Reading state information... 23:06:02 The following additional packages will be installed: 23:06:02 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:06:02 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:06:02 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:06:02 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 23:06:02 Suggested packages: 23:06:02 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 23:06:02 Recommended packages: 23:06:02 gnupg libsasl2-modules 23:06:02 The following NEW packages will be installed: 23:06:02 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:06:02 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:06:02 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:06:02 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 23:06:02 The following packages will be upgraded: 23:06:02 gpg gpg-agent gpgconf libudev1 23:06:02 Building docker-core-command-go ... 23:06:02 Building docker-core-data-go ... 23:06:02 Building docker-core-metadata-go ... 23:06:02 Building docker-security-bootstrapper-go ... 23:06:02 Building docker-security-proxy-setup-go ... 23:06:02 Building docker-security-secretstore-setup-go ... 23:06:02 Building docker-support-notifications-go ... 23:06:02 Building docker-support-scheduler-go ... 23:06:02 Building docker-sys-mgmt-agent-go ... 23:06:02 Building docker-support-notifications-go 23:06:02 Building docker-support-scheduler-go 23:06:02 Building docker-security-secretstore-setup-go 23:06:02 Building docker-core-metadata-go 23:06:02 Building docker-security-proxy-setup-go 23:06:02 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 23:06:02 Need to get 3532 kB of archives. 23:06:02 After this operation, 13.3 MB of additional disk space will be used. 23:06:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 23:06:02 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 23:06:02 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 23:06:02 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 23:06:02 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 23:06:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 23:06:02 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 23:06:02 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 23:06:03 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 23:06:03 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 23:06:03 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 23:06:03 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 23:06:03 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 23:06:03 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 23:06:03 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 23:06:03 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 23:06:03 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 23:06:03 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 23:06:03 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 23:06:03 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 23:06:03 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] 23:06:03 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] 23:06:03 debconf: delaying package configuration, since apt-utils is not installed 23:06:03 Fetched 3532 kB in 1s (3497 kB/s) 23:06:03 (Reading database ... 12511 files and directories currently installed.) 23:06:03 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 23:06:03 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:06:03 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 23:06:04 Selecting previously unselected package udev. 23:06:04 (Reading database ... 12511 files and directories currently installed.) 23:06:04 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 23:06:04 Unpacking udev (237-3ubuntu10.43) ... 23:06:04 Selecting previously unselected package libfuse2:amd64. 23:06:04 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 23:06:04 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:06:04 Selecting previously unselected package fuse. 23:06:04 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 23:06:04 Unpacking fuse (2.9.7-1ubuntu1) ... 23:06:04 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 23:06:04 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:06:04 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 23:06:04 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:06:04 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 23:06:04 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:06:05 Selecting previously unselected package libksba8:amd64. 23:06:05 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 23:06:05 Unpacking libksba8:amd64 (1.3.5-2) ... 23:06:05 Selecting previously unselected package libroken18-heimdal:amd64. 23:06:05 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:06:05 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:06:05 Selecting previously unselected package libasn1-8-heimdal:amd64. 23:06:05 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:06:05 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:06:05 Selecting previously unselected package libheimbase1-heimdal:amd64. 23:06:05 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:06:05 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:06:05 Selecting previously unselected package libhcrypto4-heimdal:amd64. 23:06:05 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:06:05 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:06:05 Selecting previously unselected package libwind0-heimdal:amd64. 23:06:05 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:06:05 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:06:05 Selecting previously unselected package libhx509-5-heimdal:amd64. 23:06:05 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:06:05 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:06:05 Selecting previously unselected package libkrb5-26-heimdal:amd64. 23:06:05 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:06:05 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:06:06 Selecting previously unselected package libheimntlm0-heimdal:amd64. 23:06:06 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:06:06 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:06:06 Selecting previously unselected package libgssapi3-heimdal:amd64. 23:06:06 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:06:06 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:06:06 Selecting previously unselected package libsasl2-modules-db:amd64. 23:06:06 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 23:06:06 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:06:06 Selecting previously unselected package libsasl2-2:amd64. 23:06:06 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 23:06:06 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:06:06 Selecting previously unselected package libldap-common. 23:06:06 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 23:06:06 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 23:06:06 Selecting previously unselected package libldap-2.4-2:amd64. 23:06:06 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 23:06:06 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 23:06:06 Selecting previously unselected package dirmngr. 23:06:06 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 23:06:06 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 23:06:06 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 23:06:06 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 23:06:06 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:06:06 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:06:06 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:06:06 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 23:06:06 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:06:06 Setting up libksba8:amd64 (1.3.5-2) ... 23:06:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:06:07 Setting up udev (237-3ubuntu10.43) ... 23:06:07 invoke-rc.d: policy-rc.d denied execution of start. 23:06:07 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:06:07 Processing triggers for systemd (237-3ubuntu10) ... 23:06:07 Setting up fuse (2.9.7-1ubuntu1) ... 23:06:07 Setting up gpg (2.2.4-1ubuntu1.3) ... 23:06:07 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:06:07 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:06:07 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:06:07 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:06:07 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:06:07 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:06:07 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:06:07 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 23:06:07 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 23:06:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:06:08 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 23:06:08 settings in the [Install] section, and DefaultInstance for template units). 23:06:08 This means they are not meant to be enabled using systemctl. 23:06:08 Possible reasons for having this kind of units are: 23:06:08 1) A unit may be statically enabled by being symlinked from another unit's 23:06:08 .wants/ or .requires/ directory. 23:06:08 2) A unit's purpose may be to act as a helper for some other unit which has 23:06:08 a requirement dependency on it. 23:06:08 3) A unit may be started when needed via activation (socket, path, timer, 23:06:08 D-Bus, udev, scripted systemctl call, ...). 23:06:08 4) In case of template units, the unit is meant to be enabled with some 23:06:08 instance name specified. 23:06:08 Reading package lists... 23:06:08 Building dependency tree... 23:06:08 Reading state information... 23:06:08 The following additional packages will be installed: 23:06:08 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 23:06:08 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 23:06:08 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 23:06:08 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 23:06:08 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 23:06:08 Suggested packages: 23:06:08 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 23:06:08 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 23:06:08 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 23:06:08 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 23:06:08 systemd-container policykit-1 23:06:08 Recommended packages: 23:06:08 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 23:06:08 The following NEW packages will be installed: 23:06:08 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 23:06:08 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 23:06:08 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 23:06:08 multiarch-support openssh-client python3 python3-minimal python3.6 23:06:08 python3.6-minimal snapd squashfs-tools sudo 23:06:08 The following packages will be upgraded: 23:06:08 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 23:06:08 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 23:06:08 Need to get 35.2 MB of archives. 23:06:08 After this operation, 141 MB of additional disk space will be used. 23:06:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 23:06:08 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 23:06:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 23:06:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 23:06:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 23:06:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 23:06:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 23:06:09 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 23:06:09 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 23:06:09 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 23:06:09 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 23:06:09 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 23:06:09 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 23:06:09 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 23:06:09 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 23:06:09 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 23:06:09 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 23:06:09 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 23:06:09 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 23:06:09 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 23:06:09 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 23:06:10 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 23:06:10 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 23:06:10 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 23:06:10 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 23:06:10 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 23:06:10 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 23:06:10 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 23:06:10 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 23:06:10 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 23:06:11 debconf: delaying package configuration, since apt-utils is not installed 23:06:11 Fetched 35.2 MB in 2s (15.6 MB/s) 23:06:11 (Reading database ... 12757 files and directories currently installed.) 23:06:11 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 23:06:11 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:06:12 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 23:06:12 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:06:12 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 23:06:12 (Reading database ... 12757 files and directories currently installed.) 23:06:12 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 23:06:12 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 23:06:12 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 23:06:12 (Reading database ... 12757 files and directories currently installed.) 23:06:12 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 23:06:12 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 23:06:12 Setting up apt (1.6.12ubuntu0.2) ... 23:06:13 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 23:06:13 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 23:06:13 (Reading database ... 12764 files and directories currently installed.) 23:06:13 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 23:06:13 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 23:06:13 Selecting previously unselected package libpython3.6-minimal:amd64. 23:06:13 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:06:13 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:06:13 Selecting previously unselected package libexpat1:amd64. 23:06:13 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 23:06:13 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:06:13 Selecting previously unselected package python3.6-minimal. 23:06:13 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:06:13 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 23:06:14 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 23:06:14 Checking for services that may need to be restarted...done. 23:06:14 Checking for services that may need to be restarted...done. 23:06:14 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:06:14 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:06:14 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 23:06:15 Selecting previously unselected package python3-minimal. 23:06:15 (Reading database ... 13012 files and directories currently installed.) 23:06:15 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 23:06:15 Unpacking python3-minimal (3.6.7-1~18.04) ... 23:06:15 Selecting previously unselected package mime-support. 23:06:15 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 23:06:15 Unpacking mime-support (3.60ubuntu1) ... 23:06:15 Selecting previously unselected package libmpdec2:amd64. 23:06:15 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 23:06:15 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:06:15 Selecting previously unselected package libpython3.6-stdlib:amd64. 23:06:15 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:06:15 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:06:15 Selecting previously unselected package python3.6. 23:06:15 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:06:15 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 23:06:15 Selecting previously unselected package libpython3-stdlib:amd64. 23:06:15 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 23:06:15 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:06:15 Setting up python3-minimal (3.6.7-1~18.04) ... 23:06:16 Selecting previously unselected package python3. 23:06:16 (Reading database ... 13442 files and directories currently installed.) 23:06:16 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 23:06:16 Unpacking python3 (3.6.7-1~18.04) ... 23:06:16 Selecting previously unselected package multiarch-support. 23:06:16 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 23:06:16 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 23:06:16 Setting up multiarch-support (2.27-3ubuntu1.4) ... 23:06:16 Selecting previously unselected package liblzo2-2:amd64. 23:06:16 (Reading database ... 13479 files and directories currently installed.) 23:06:16 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 23:06:16 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 23:06:16 Selecting previously unselected package libbsd0:amd64. 23:06:16 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 23:06:16 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:06:16 Selecting previously unselected package sudo. 23:06:16 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 23:06:16 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 23:06:16 Selecting previously unselected package apparmor. 23:06:16 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 23:06:16 Unpacking apparmor (2.12-4ubuntu5.1) ... 23:06:16 Selecting previously unselected package libedit2:amd64. 23:06:16 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 23:06:16 Unpacking libedit2:amd64 (3.1-20170329-1) ... 23:06:16 Selecting previously unselected package libkrb5support0:amd64. 23:06:16 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 23:06:16 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:06:17 Selecting previously unselected package libk5crypto3:amd64. 23:06:17 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 23:06:17 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:06:17 Selecting previously unselected package libkeyutils1:amd64. 23:06:17 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 23:06:17 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:06:17 Selecting previously unselected package libkrb5-3:amd64. 23:06:17 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 23:06:17 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:06:17 Selecting previously unselected package libgssapi-krb5-2:amd64. 23:06:17 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 23:06:17 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:06:17 Selecting previously unselected package libssl1.0.0:amd64. 23:06:17 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 23:06:17 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 23:06:18 Selecting previously unselected package openssh-client. 23:06:18 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 23:06:18 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 23:06:18 Selecting previously unselected package squashfs-tools. 23:06:18 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 23:06:18 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:06:18 Selecting previously unselected package snapd. 23:06:18 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 23:06:18 Unpacking snapd (2.48+18.04) ... 23:06:20 Setting up libedit2:amd64 (3.1-20170329-1) ... 23:06:20 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 23:06:20 Setting up mime-support (3.60ubuntu1) ... 23:06:20 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 23:06:20 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:06:20 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:06:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:06:20 Setting up systemd (237-3ubuntu10.43) ... 23:06:20 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 23:06:21 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:06:21 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:06:21 Setting up liblzo2-2:amd64 (2.08-1.2) ... 23:06:21 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:06:21 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:06:21 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 23:06:22 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:06:22 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:06:23 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:06:23 Setting up python3 (3.6.7-1~18.04) ... 23:06:23 running python rtupdate hooks for python3.6... 23:06:23 running python post-rtupdate hooks for python3.6... 23:06:23 Setting up apparmor (2.12-4ubuntu5.1) ... 23:06:25 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 23:06:25 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:06:25 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 23:06:25 Setting up snapd (2.48+18.04) ... 23:06:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 23:06:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 23:06:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 23:06:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 23:06:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:06:26 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:06:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 23:06:26 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 23:06:27 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 23:06:27 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 23:06:27 /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' 23:06:27 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:06:27 Processing triggers for systemd (237-3ubuntu10.43) ... 23:06:28 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:06:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:06:28 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:06:29 Reading package lists... 23:06:29 Reading package lists... 23:06:29 Building dependency tree... 23:06:29 Reading state information... 23:06:30 Calculating upgrade... 23:06:30 The following packages will be upgraded: 23:06:30 advancecomp base-files bash binutils binutils-common 23:06:30 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 23:06:30 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 23:06:30 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 23:06:30 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 23:06:30 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 23:06:30 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 23:06:30 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 23:06:30 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 23:06:30 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 23:06:30 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 23:06:30 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 23:06:30 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 23:06:30 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 23:06:30 ubuntu-keyring util-linux 23:06:30 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 23:06:30 Need to get 63.7 MB of archives. 23:06:30 After this operation, 5203 kB of additional disk space will be used. 23:06:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 23:06:30 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 23:06:31 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 23:06:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 23:06:31 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 23:06:31 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 23:06:31 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 23:06:31 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 23:06:31 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 23:06:31 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 23:06:31 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 23:06:31 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 23:06:31 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 23:06:31 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 23:06:31 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 23:06:31 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 23:06:31 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 23:06:31 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 23:06:31 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 23:06:31 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 23:06:31 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 23:06:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 23:06:31 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 23:06:31 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 23:06:31 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 23:06:31 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 23:06:31 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 23:06:31 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 23:06:31 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 23:06:31 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 23:06:31 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 23:06:31 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 23:06:31 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 23:06:31 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 23:06:31 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 23:06:31 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 23:06:31 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 23:06:31 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 23:06:31 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 23:06:31 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 23:06:31 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 23:06:31 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 23:06:31 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 23:06:31 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 23:06:31 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 23:06:31 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 23:06:31 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 23:06:31 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 23:06:31 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 23:06:31 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 23:06:31 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 23:06:31 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 23:06:31 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 23:06:31 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 23:06:31 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 23:06:31 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 23:06:31 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 23:06:31 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 23:06:31 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 23:06:31 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 23:06:31 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 23:06:31 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 23:06:31 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 23:06:31 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 23:06:31 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 23:06:31 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 23:06:31 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 23:06:31 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 23:06:31 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 23:06:31 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 23:06:31 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 23:06:31 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 23:06:31 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 23:06:31 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 23:06:31 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 23:06:31 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 23:06:31 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 23:06:32 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 23:06:32 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 23:06:32 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 23:06:32 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 23:06:32 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 23:06:32 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 23:06:32 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 23:06:32 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 23:06:32 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 23:06:32 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 23:06:32 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 23:06:32 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 23:06:33 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 23:06:33 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 23:06:33 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 23:06:33 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 23:06:33 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 23:06:33 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 23:06:33 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 23:06:33 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 23:06:33 debconf: delaying package configuration, since apt-utils is not installed 23:06:33 Fetched 63.7 MB in 3s (19.1 MB/s) 23:06:33 (Reading database ... 13912 files and directories currently installed.) 23:06:33 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 23:06:33 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:06:34 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 23:06:34 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:06:34 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 23:06:34 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 23:06:35 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:06:35 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:06:35 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:06:35 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:06:35 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:06:36 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:06:36 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:06:36 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:06:36 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:06:36 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:06:36 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:06:36 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:06:36 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:06:36 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:06:36 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 23:06:36 (Reading database ... 13911 files and directories currently installed.) 23:06:36 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 23:06:36 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 23:06:36 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 23:06:37 (Reading database ... 13911 files and directories currently installed.) 23:06:37 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:06:37 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:06:37 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:06:37 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:06:37 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:06:37 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:06:37 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 23:06:37 (Reading database ... 13911 files and directories currently installed.) 23:06:37 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 23:06:37 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:06:38 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 23:06:38 (Reading database ... 13911 files and directories currently installed.) 23:06:38 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 23:06:38 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 23:06:38 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 23:06:38 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 23:06:38 Setting up base-files (10.1ubuntu2.10) ... 23:06:38 Installing new version of config file /etc/issue ... 23:06:38 Installing new version of config file /etc/issue.net ... 23:06:38 Installing new version of config file /etc/lsb-release ... 23:06:38 Installing new version of config file /etc/update-motd.d/50-motd-news ... 23:06:39 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 23:06:39 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 23:06:39 Removing obsolete conffile /etc/default/motd-news ... 23:06:39 (Reading database ... 13912 files and directories currently installed.) 23:06:39 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 23:06:39 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 23:06:39 Setting up bash (4.4.18-2ubuntu1.2) ... 23:06:39 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 23:06:39 (Reading database ... 13912 files and directories currently installed.) 23:06:39 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 23:06:39 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 23:06:39 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 23:06:39 (Reading database ... 13912 files and directories currently installed.) 23:06:39 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 23:06:39 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 23:06:39 Setting up tar (1.29b-2ubuntu0.2) ... 23:06:40 (Reading database ... 13912 files and directories currently installed.) 23:06:40 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 23:06:40 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:06:40 Setting up dpkg (1.19.0.5ubuntu2.3) ... 23:06:40 (Reading database ... 13912 files and directories currently installed.) 23:06:40 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 23:06:40 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:06:40 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 23:06:41 (Reading database ... 13912 files and directories currently installed.) 23:06:41 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 23:06:41 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:06:41 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 23:06:41 (Reading database ... 13912 files and directories currently installed.) 23:06:41 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 23:06:41 Unpacking grep (3.1-2build1) over (3.1-2) ... 23:06:41 Setting up grep (3.1-2build1) ... 23:06:41 (Reading database ... 13912 files and directories currently installed.) 23:06:41 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 23:06:41 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:06:41 Setting up login (1:4.5-1ubuntu2) ... 23:06:41 (Reading database ... 13912 files and directories currently installed.) 23:06:41 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 23:06:41 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:06:42 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 23:06:42 (Reading database ... 13912 files and directories currently installed.) 23:06:42 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 23:06:42 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:06:42 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 23:06:42 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:06:42 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 23:06:42 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:06:43 Setting up perl-base (5.26.1-6ubuntu0.5) ... 23:06:43 (Reading database ... 13912 files and directories currently installed.) 23:06:43 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 23:06:43 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:06:44 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:06:44 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:06:44 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:06:44 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:06:44 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 23:06:44 (Reading database ... 13912 files and directories currently installed.) 23:06:44 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 23:06:44 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 23:06:44 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 23:06:45 (Reading database ... 13912 files and directories currently installed.) 23:06:45 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:06:45 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:06:45 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:06:45 (Reading database ... 13912 files and directories currently installed.) 23:06:45 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:06:45 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:06:45 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:06:45 (Reading database ... 13912 files and directories currently installed.) 23:06:45 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:06:45 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:06:45 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:06:45 (Reading database ... 13912 files and directories currently installed.) 23:06:45 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:06:45 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:06:46 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:06:46 (Reading database ... 13912 files and directories currently installed.) 23:06:46 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 23:06:46 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:06:46 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 23:06:46 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:06:46 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 23:06:46 (Reading database ... 13912 files and directories currently installed.) 23:06:46 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 23:06:46 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:06:46 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 23:06:47 (Reading database ... 13912 files and directories currently installed.) 23:06:47 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:06:47 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:06:47 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:06:47 (Reading database ... 13912 files and directories currently installed.) 23:06:47 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:06:47 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:06:47 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 23:06:47 (Reading database ... 13912 files and directories currently installed.) 23:06:47 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:06:47 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:06:47 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 23:06:48 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 23:06:48 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 23:06:48 (Reading database ... 13912 files and directories currently installed.) 23:06:48 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 23:06:48 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:06:48 Setting up libc-bin (2.27-3ubuntu1.4) ... 23:06:48 (Reading database ... 13912 files and directories currently installed.) 23:06:48 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 23:06:49 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:06:49 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 23:06:49 (Reading database ... 13914 files and directories currently installed.) 23:06:49 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 23:06:49 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 23:06:49 Setting up debconf (1.5.66ubuntu1) ... 23:06:49 (Reading database ... 13914 files and directories currently installed.) 23:06:49 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:06:49 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:06:49 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:06:50 (Reading database ... 13914 files and directories currently installed.) 23:06:50 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:06:50 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:06:50 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 23:06:50 (Reading database ... 13914 files and directories currently installed.) 23:06:50 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:06:50 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:06:50 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:06:50 (Reading database ... 13914 files and directories currently installed.) 23:06:50 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:06:50 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:06:51 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 23:06:51 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:06:51 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 23:06:51 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:06:51 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 23:06:51 (Reading database ... 13914 files and directories currently installed.) 23:06:51 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 23:06:51 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 23:06:51 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 23:06:52 (Reading database ... 13914 files and directories currently installed.) 23:06:52 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 23:06:52 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:06:52 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 23:06:52 (Reading database ... 13914 files and directories currently installed.) 23:06:52 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 23:06:52 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:06:52 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 23:06:52 (Reading database ... 13914 files and directories currently installed.) 23:06:52 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 23:06:52 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 23:06:52 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 23:06:53 (Reading database ... 13914 files and directories currently installed.) 23:06:53 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 23:06:53 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:06:53 Setting up passwd (1:4.5-1ubuntu2) ... 23:06:53 (Reading database ... 13914 files and directories currently installed.) 23:06:53 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 23:06:53 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:06:53 Setting up gpgv (2.2.4-1ubuntu1.3) ... 23:06:53 (Reading database ... 13914 files and directories currently installed.) 23:06:53 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 23:06:53 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 23:06:54 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 23:06:54 (Reading database ... 13914 files and directories currently installed.) 23:06:54 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 23:06:54 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 23:06:54 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 23:06:54 (Reading database ... 13914 files and directories currently installed.) 23:06:54 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 23:06:54 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 23:06:54 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 23:06:54 (Reading database ... 13914 files and directories currently installed.) 23:06:54 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 23:06:54 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 23:06:54 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 23:06:55 (Reading database ... 13914 files and directories currently installed.) 23:06:55 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 23:06:55 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 23:06:55 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 23:06:55 (Reading database ... 13914 files and directories currently installed.) 23:06:55 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 23:06:55 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 23:06:55 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 23:06:55 (Reading database ... 13915 files and directories currently installed.) 23:06:55 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:06:55 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:06:55 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:06:55 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:06:55 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 23:06:55 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 23:06:56 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 23:06:56 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 23:06:56 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 23:06:56 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 23:06:56 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 23:06:56 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 23:06:56 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 23:06:56 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 23:06:56 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 23:06:56 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 23:06:56 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 23:06:56 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 23:06:57 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 23:06:57 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 23:06:57 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 23:06:57 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 23:06:57 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 23:06:57 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 23:06:58 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 23:06:58 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 23:06:58 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 23:06:58 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 23:06:58 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:06:58 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:06:58 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:06:58 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:06:59 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:06:59 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:06:59 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:06:59 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:06:59 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:07:00 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:07:00 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:07:00 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:07:00 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:07:00 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:07:00 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:07:00 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:07:01 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:07:01 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:07:02 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:07:02 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:07:02 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:07:02 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:07:03 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:07:03 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:07:04 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:07:04 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:07:04 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:07:04 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:07:04 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 23:07:04 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:07:04 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 23:07:04 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:07:04 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 23:07:05 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 23:07:05 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:07:05 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:07:05 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:07:05 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:07:05 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 23:07:05 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 23:07:05 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:07:05 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 23:07:05 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:07:05 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:07:05 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:07:05 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 23:07:05 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 23:07:05 Setting up tzdata (2020f-0ubuntu0.18.04) ... 23:07:05 23:07:05 Current default time zone: 'Etc/UTC' 23:07:05 Local time is now: Fri Jan 15 23:07:05 UTC 2021. 23:07:05 Universal Time is now: Fri Jan 15 23:07:05 UTC 2021. 23:07:05 Run 'dpkg-reconfigure tzdata' if you wish to change it. 23:07:05 23:07:05 Setting up systemd-sysv (237-3ubuntu10.43) ... 23:07:05 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:07:06 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 23:07:06 Setting up mount (2.31.1-0.4ubuntu3.7) ... 23:07:06 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 23:07:06 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 23:07:06 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 23:07:06 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 23:07:06 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 23:07:06 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 23:07:06 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:07:06 Setting up procps (2:3.3.12-3ubuntu1.2) ... 23:07:06 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 23:07:06 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 23:07:06 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 23:07:06 Setting up patch (2.7.6-2ubuntu1.1) ... 23:07:06 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 23:07:06 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 23:07:06 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 23:07:06 Installing new version of config file /etc/ssl/openssl.cnf ... 23:07:06 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 23:07:06 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 23:07:06 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 23:07:08 Updating certificates in /etc/ssl/certs... 23:07:09 22 added, 17 removed; done. 23:07:09 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 23:07:09 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:07:09 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 23:07:09 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 23:07:09 Setting up pkgbinarymangler (138.18.04.1) ... 23:07:09 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 23:07:09 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 23:07:09 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 23:07:09 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 23:07:09 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:07:09 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 23:07:09 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:07:09 Setting up perl (5.26.1-6ubuntu0.5) ... 23:07:09 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 23:07:09 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 23:07:09 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 23:07:09 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 23:07:09 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 23:07:10 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 23:07:10 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 23:07:10 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 23:07:10 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 23:07:10 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:07:10 Processing triggers for systemd (237-3ubuntu10.43) ... 23:07:10 Processing triggers for mime-support (3.60ubuntu1) ... 23:07:10 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 23:07:10 Updating certificates in /etc/ssl/certs... 23:07:11 0 added, 0 removed; done. 23:07:11 Running hooks in /etc/ca-certificates/update.d... 23:07:11 done. 23:07:11 Reading package lists... 23:07:11 Building dependency tree... 23:07:11 Reading state information... 23:07:11 The following NEW packages will be installed: 23:07:11 apt-transport-https 23:07:12 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 23:07:12 Need to get 1696 B of archives. 23:07:12 After this operation, 153 kB of additional disk space will be used. 23:07:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 23:07:12 debconf: delaying package configuration, since apt-utils is not installed 23:07:12 Fetched 1696 B in 0s (8432 B/s) 23:07:12 Selecting previously unselected package apt-transport-https. 23:07:12 (Reading database ... 13929 files and directories currently installed.) 23:07:12 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 23:07:12 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 23:07:12 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 23:07:12 Waiting for network to be ready... 23:07:17 2021-01-15T23:07:15Z INFO Waiting for automatic snapd restart... 23:07:18 snapd 2.48.2 from Canonical* installed 23:07:19 "snapd" switched to the "latest/stable" channel 23:07:19 23:07:21 core18 20201210 from Canonical* installed 23:07:22 "core18" switched to the "latest/stable" channel 23:07:22 23:07:24 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:07:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:07:24 ---> 643838efc97f 23:07:24 Step 3/21 : WORKDIR /edgex-go 23:07:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:07:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:07:24 ---> 643838efc97f 23:07:24 Step 3/22 : WORKDIR /edgex-go 23:07:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:07:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:07:24 ---> 643838efc97f 23:07:24 Step 3/22 : WORKDIR /edgex-go 23:07:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:07:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:07:24 ---> 643838efc97f 23:07:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 3/23 : WORKDIR /edgex-go 23:07:24 23:07:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:07:24 ---> 643838efc97f 23:07:24 Step 3/24 : WORKDIR /edgex-go 23:07:24 ---> Running in dc44e96847e6 23:07:24 ---> Running in c1d97229ddb5 23:07:24 ---> Running in 56ff3f801f47 23:07:24 ---> Running in 4b88f0e9a1af 23:07:24 ---> Running in 05ba5820404a 23:07:24 Removing intermediate container 4b88f0e9a1af 23:07:24 ---> 6413f31c7244 23:07:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:07:24 Removing intermediate container 05ba5820404a 23:07:24 ---> 8c139714a51b 23:07:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:07:24 ---> Running in de746a3800b9 23:07:24 Removing intermediate container 56ff3f801f47 23:07:24 ---> 127548cce619 23:07:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:07:24 ---> Running in d5757da964d6 23:07:24 Removing intermediate container c1d97229ddb5 23:07:24 ---> 25e4345a48e0 23:07:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:07:24 Removing intermediate container dc44e96847e6 23:07:24 ---> dc14351d127f 23:07:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:07:24 ---> Running in 8f426510bc07 23:07:24 ---> Running in 4567f028f52a 23:07:24 ---> Running in 846c1a21ad46 23:07:24 Removing intermediate container de746a3800b9 23:07:24 ---> 02692e289454 23:07:24 Step 5/21 : RUN apk add --update --no-cache make git 23:07:24 ---> Running in 6492a09a776d 23:07:24 Removing intermediate container d5757da964d6 23:07:24 ---> 993f74723ed4 23:07:24 Step 5/22 : RUN apk add --update --no-cache make git 23:07:24 Removing intermediate container 8f426510bc07 23:07:24 ---> c27279d20e08 23:07:24 Step 5/24 : RUN apk add --update --no-cache make git 23:07:24 ---> Running in db2689949737 23:07:24 ---> Running in 091bedf37d79 23:07:24 Removing intermediate container 846c1a21ad46 23:07:24 ---> 0133f64b8741 23:07:24 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 23:07:24 Removing intermediate container 4567f028f52a 23:07:24 ---> 0b2a4a67841a 23:07:24 Step 5/23 : RUN apk add --update --no-cache make git 23:07:24 ---> Running in af836aa8d25a 23:07:24 ---> Running in 54636bad6328 23:07:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:07:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:07:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:07:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:07:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:07:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:07:24 OK: 217 MiB in 51 packages 23:07:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:07:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:07:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:07:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:07:25 snapcraft 4.4.4 from Canonical* installed 23:07:25 "snapcraft" switched to the "latest/stable" channel 23:07:25 23:07:26 Removing intermediate container 6492a09a776d 23:07:26 ---> a5e559679496 23:07:26 Step 6/21 : COPY go.mod . 23:07:26 OK: 217 MiB in 51 packages 23:07:26 OK: 217 MiB in 51 packages 23:07:26 ---> df4a179dd292 23:07:26 Step 7/21 : RUN go mod download 23:07:26 ---> Running in fdb42a9459aa 23:07:27 OK: 217 MiB in 51 packages 23:07:27 Removing intermediate container db2689949737 23:07:27 ---> 4215f5747eab 23:07:27 Step 6/22 : COPY go.mod . 23:07:28 OK: 217 MiB in 51 packages 23:07:28 Removing intermediate container 091bedf37d79 23:07:28 ---> c48df27c9be7 23:07:28 Step 6/24 : COPY go.mod . 23:07:28 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: 23:07:28 - README.md 23:07:28 - snapcraft.yaml.orig 23:07:28 23:07:28 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:07:29 ---> 889c4409b227 23:07:29 Step 7/22 : RUN go mod download 23:07:29 ---> Running in 226130a5dc4d 23:07:29 Removing intermediate container 54636bad6328 23:07:29 ---> ae4979139eac 23:07:29 Step 6/23 : COPY go.mod . 23:07:29 ---> 8c637bfd23c3 23:07:29 Step 7/24 : RUN go mod download 23:07:29 ---> Running in d1353df55818 23:07:30 Removing intermediate container af836aa8d25a 23:07:30 ---> 2cf02dedcc70 23:07:30 Step 6/22 : COPY go.mod . 23:07:30 ---> 0aeae5dc42f0 23:07:30 Step 7/23 : RUN go mod download 23:07:31 ---> Running in c049492ae0ef 23:07:31 Removing intermediate container fdb42a9459aa 23:07:31 ---> 5d1c132df349 23:07:31 Step 8/21 : COPY . . 23:07:31 ---> 318c19850496 23:07:31 Step 7/22 : RUN go mod download 23:07:32 ---> Running in 582850aff13c 23:07:34 Removing intermediate container 226130a5dc4d 23:07:34 ---> 7365247edcb2 23:07:34 Step 8/22 : COPY . . 23:07:35 Removing intermediate container d1353df55818 23:07:35 ---> b74efdb6f254 23:07:35 Step 8/24 : COPY . . 23:07:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:07:35 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:07:35 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:07:35 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:07:35 Removing intermediate container c049492ae0ef 23:07:35 ---> 82d3f8f869e7 23:07:35 Step 8/23 : COPY . . 23:07:36 Reading package lists... 23:07:36 Removing intermediate container 582850aff13c 23:07:36 ---> 6ba90a2d5c79 23:07:36 Step 8/22 : COPY . . 23:07:36 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 23:07:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:07:43 Reading package lists... 23:07:43 Building dependency tree... 23:07:43 Reading state information... 23:07:43 Suggested packages: 23:07:43 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 23:07:43 git-gui gitk gitweb git-cvs git-mediawiki git-svn 23:07:43 Recommended packages: 23:07:43 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 23:07:43 The following NEW packages will be installed: 23:07:43 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 23:07:43 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 23:07:43 pkg-config zip 23:07:43 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 23:07:43 Need to get 7655 kB of archives. 23:07:43 After this operation, 43.7 MB of additional disk space will be used. 23:07:43 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 23:07:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 23:07:43 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 23:07:43 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 23:07:43 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 23:07:43 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 23:07:43 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 23:07:43 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 23:07:43 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 23:07:43 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 23:07:44 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 23:07:44 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 23:07:44 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 23:07:44 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 23:07:44 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 23:07:44 debconf: delaying package configuration, since apt-utils is not installed 23:07:44 Fetched 7655 kB in 1s (6892 kB/s) 23:07:44 Selecting previously unselected package libglib2.0-0:amd64. 23:07:44 (Reading database ... 13933 files and directories currently installed.) 23:07:44 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 23:07:44 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 23:07:44 Selecting previously unselected package libpsl5:amd64. 23:07:44 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 23:07:44 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 23:07:44 Selecting previously unselected package libnghttp2-14:amd64. 23:07:44 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 23:07:44 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:07:44 Selecting previously unselected package librtmp1:amd64. 23:07:44 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 23:07:44 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:07:45 Selecting previously unselected package libcurl3-gnutls:amd64. 23:07:45 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 23:07:45 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 23:07:45 Selecting previously unselected package liberror-perl. 23:07:45 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 23:07:45 Unpacking liberror-perl (0.17025-1) ... 23:07:45 Selecting previously unselected package git-man. 23:07:45 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 23:07:45 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 23:07:45 Selecting previously unselected package git. 23:07:45 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 23:07:45 Unpacking git (1:2.17.1-1ubuntu0.7) ... 23:07:46 Selecting previously unselected package libnorm1:amd64. 23:07:46 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 23:07:46 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:07:46 Selecting previously unselected package libpgm-5.2-0:amd64. 23:07:46 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 23:07:46 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:07:46 Selecting previously unselected package libsodium23:amd64. 23:07:46 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 23:07:46 Unpacking libsodium23:amd64 (1.0.16-2) ... 23:07:46 Selecting previously unselected package libzmq5:amd64. 23:07:46 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 23:07:46 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:07:46 Selecting previously unselected package libzmq3-dev:amd64. 23:07:46 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 23:07:46 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:07:46 Selecting previously unselected package pkg-config. 23:07:46 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 23:07:46 Unpacking pkg-config (0.29.1-0ubuntu2) ... 23:07:46 Selecting previously unselected package zip. 23:07:46 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 23:07:46 Unpacking zip (3.0-11build1) ... 23:07:47 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:07:47 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 23:07:47 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:07:47 Setting up liberror-perl (0.17025-1) ... 23:07:47 Setting up libpsl5:amd64 (0.19.1-5build1) ... 23:07:47 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 23:07:47 No schema files found: doing nothing. 23:07:47 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:07:47 Setting up zip (3.0-11build1) ... 23:07:47 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:07:47 Setting up libsodium23:amd64 (1.0.16-2) ... 23:07:47 Setting up pkg-config (0.29.1-0ubuntu2) ... 23:07:47 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:07:47 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 23:07:47 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:07:47 Setting up git (1:2.17.1-1ubuntu0.7) ... 23:07:47 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:07:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:07:54 git set to automatically installed. 23:07:54 git-man set to automatically installed. 23:07:54 libcurl3-gnutls set to automatically installed. 23:07:54 liberror-perl set to automatically installed. 23:07:54 libglib2.0-0 set to automatically installed. 23:07:54 libnghttp2-14 set to automatically installed. 23:07:54 libnorm1 set to automatically installed. 23:07:54 libpgm-5.2-0 set to automatically installed. 23:07:54 libpsl5 set to automatically installed. 23:07:54 librtmp1 set to automatically installed. 23:07:54 libsodium23 set to automatically installed. 23:07:54 libzmq3-dev set to automatically installed. 23:07:54 libzmq5 set to automatically installed. 23:07:54 pkg-config set to automatically installed. 23:07:54 zip set to automatically installed. 23:07:55 snapd is not logged in, snap install commands will use sudo 23:08:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:08:02 snap "core18" has no updates available 23:08:03 Pulling config-common 23:08:03 ---> 17f4f71860cf 23:08:03 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:08:03 ---> ddaf47df0d86 23:08:03 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 23:08:03 ---> 9a02e39b99fd 23:08:03 Step 9/22 : RUN make cmd/support-notifications/support-notifications 23:08:03 ---> Running in 11fad44fae59 23:08:03 ---> 9e916ad0bcea 23:08:03 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:08:03 ---> 460e25d8da52 23:08:03 Step 9/23 : RUN make cmd/core-metadata/core-metadata 23:08:03 ---> Running in c5bff9be14e4 23:08:03 ---> Running in 6879b51a3572 23:08:03 ---> Running in 1024b6da69ac 23:08:03 ---> Running in ebf3e5f578ef 23:08: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 23:08:03 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 23:08:03 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 23:08:03 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 23:08:03 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 23:08:03 Pulling go-build-helper 23:08:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:08:25 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:08:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 23:08:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 23:08:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 23:08:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 23:08:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 23:08:25 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 23:08:25 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 23:08:25 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 23:08:25 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:08:25 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:08:25 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:08:25 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:08:25 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:08:25 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:08:25 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:08:25 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:08:25 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 23:08:25 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 23:08:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 23:08:25 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 23:08:25 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 23:08:25 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 23:08:25 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 23:08:25 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 23:08:25 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 23:08:25 Fetched 23.7 MB in 0s (0 B/s) 23:08:25 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 23:08:25 Fetched 96.5 kB in 0s (0 B/s) 23:08:25 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 23:08:25 Fetched 279 kB in 0s (0 B/s) 23:08:25 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 23:08:25 Fetched 122 kB in 0s (0 B/s) 23:08:25 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 23:08:25 Fetched 77.8 kB in 0s (0 B/s) 23:08:25 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 23:08:25 Fetched 8848 B in 0s (0 B/s) 23:08:25 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 23:08:25 Fetched 47.8 kB in 0s (0 B/s) 23:08:25 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 23:08:25 Fetched 45.6 kB in 0s (0 B/s) 23:08:25 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 23:08:25 Fetched 15.0 kB in 0s (0 B/s) 23:08:25 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 23:08:25 Fetched 214 kB in 0s (0 B/s) 23:08:25 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 23:08:25 Fetched 155 kB in 0s (0 B/s) 23:08:25 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 23:08:25 Fetched 50.6 kB in 0s (0 B/s) 23:08:25 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 23:08:25 Fetched 14.8 kB in 0s (0 B/s) 23:08:25 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 23:08:25 Fetched 41.8 kB in 0s (0 B/s) 23:08:25 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 23:08:25 Fetched 499 kB in 0s (0 B/s) 23:08:25 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 23:08:25 Fetched 111 kB in 0s (0 B/s) 23:08:25 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 23:08:25 Fetched 240 kB in 0s (0 B/s) 23:08:25 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 23:08:25 Fetched 29.3 kB in 0s (0 B/s) 23:08:25 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 23:08:25 Fetched 85.5 kB in 0s (0 B/s) 23:08:25 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 23:08:25 Fetched 24.5 kB in 0s (0 B/s) 23:08:25 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 23:08:25 Fetched 49.2 kB in 0s (0 B/s) 23:08:25 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 23:08:25 Fetched 54.2 kB in 0s (0 B/s) 23:08:25 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 23:08:25 Fetched 30.8 kB in 0s (0 B/s) 23:08:25 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 23:08:25 Fetched 17.0 kB in 0s (0 B/s) 23:08:25 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 23:08:25 Fetched 85.9 kB in 0s (0 B/s) 23:08:25 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 23:08:25 Fetched 8720 B in 0s (0 B/s) 23:08:25 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 23:08:25 Fetched 137 kB in 0s (0 B/s) 23:08:25 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 23:08:25 Fetched 119 kB in 0s (0 B/s) 23:08:25 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 23:08:25 Fetched 109 kB in 0s (0 B/s) 23:08:25 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 23:08:25 Fetched 11.1 kB in 0s (0 B/s) 23:08:25 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 23:08:25 Fetched 645 kB in 0s (0 B/s) 23:08:25 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 23:08:25 Fetched 41.3 kB in 0s (0 B/s) 23:08:25 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 23:08:25 Fetched 17.9 kB in 0s (0 B/s) 23:08:25 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 23:08:25 Fetched 368 kB in 0s (0 B/s) 23:08:25 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 23:08:25 Fetched 187 kB in 0s (0 B/s) 23:08:25 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 23:08:25 Fetched 175 kB in 0s (0 B/s) 23:08:25 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 23:08:29 Fetched 206 kB in 0s (0 B/s) 23:08:29 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 23:08:29 Fetched 1301 kB in 0s (0 B/s) 23:08:29 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 23:08:29 Fetched 36.2 kB in 0s (0 B/s) 23:08:29 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 23:08:29 Fetched 159 kB in 0s (0 B/s) 23:08:29 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 23:08:29 Fetched 107 kB in 0s (0 B/s) 23:08:29 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 23:08:29 Fetched 48.7 kB in 0s (0 B/s) 23:08:29 Pulling static-packages 23:08:29 'go115' has dependencies that need to be staged: static-packages go-build-helper 23:08:29 Skipping pull go-build-helper (already ran) 23:08:29 Skipping pull static-packages (already ran) 23:08:29 Building go-build-helper 23:08:33 Building static-packages 23:08:35 Staging go-build-helper 23:08:35 Staging static-packages 23:08:36 Pulling go115 23:08:37 'edgex-go' has dependencies that need to be staged: go115 23:08:37 Skipping pull go115 (already ran) 23:08:37 Building go115 23:08:37 % Total % Received % Xferd Average Speed Time Time Time Current 23:08:37 Dload Upload Total Spent Left Speed 23:08:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 27 115M 27 31.4M 0 0 32.7M 0 0:00:03 --:--:-- 0:00:03 32.7M 69 115M 69 80.4M 0 0 41.0M 0 0:00:02 0:00:01 0:00:01 41.0M 100 115M 100 115M 0 0 42.6M 0 0:00:02 0:00:02 --:--:-- 42.6M 23:08:41 go1.15.2.linux-amd64.tar.gz: OK 23:08:45 Staging go115 23:08:50 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 23:08:50 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 23:08:50 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:08:50 Fetched 0 B in 0s (0 B/s) 23:08:50 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 23:08:50 Fetched 224 kB in 0s (0 B/s) 23:08:50 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 23:08:50 Fetched 157 kB in 0s (0 B/s) 23:08:50 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 23:08:50 Fetched 221 kB in 0s (0 B/s) 23:08:50 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 23:08:50 Fetched 143 kB in 0s (0 B/s) 23:08:50 Pulling edgex-go 23:08:51 Pulling version 23:08:52 Building config-common 23:08:53 Skipping build go-build-helper (already ran) 23:08:53 Skipping build static-packages (already ran) 23:08:53 Skipping build go115 (already ran) 23:08:54 Building edgex-go 23:08:54 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 23:08:56 go: downloading github.com/gorilla/mux v1.8.0 23:08:56 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 23:08:56 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 23:08:56 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 23:08:56 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 23:08:56 go: downloading github.com/OneOfOne/xxhash v1.2.8 23:08:56 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 23:08:56 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 23:08:56 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 23:08:56 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 23:08:56 go: downloading github.com/BurntSushi/toml v0.3.1 23:08:56 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 23:08:56 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:08:56 go: downloading github.com/pkg/errors v0.8.1 23:08:56 go: downloading github.com/imdario/mergo v0.3.11 23:08:56 go: downloading github.com/google/uuid v1.1.4 23:08:56 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 23:08:56 go: downloading github.com/go-redis/redis/v7 v7.2.0 23:08:56 go: downloading github.com/go-playground/validator/v10 v10.3.0 23:08:56 go: downloading github.com/x448/float16 v0.8.4 23:08:56 go: downloading github.com/go-kit/kit v0.8.0 23:08:56 go: downloading github.com/hashicorp/consul/api v1.1.0 23:08:56 go: downloading gopkg.in/yaml.v2 v2.4.0 23:08:56 go: downloading github.com/pelletier/go-toml v1.2.0 23:08:56 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:08:56 go: downloading github.com/pebbe/zmq4 v1.2.2 23:08:56 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:08:56 go: downloading github.com/go-playground/universal-translator v0.17.0 23:08:56 go: downloading github.com/leodido/go-urn v1.2.0 23:08:56 go: downloading github.com/mitchellh/copystructure v1.0.0 23:08:56 go: downloading github.com/mitchellh/mapstructure v1.1.2 23:08:56 go: downloading github.com/hashicorp/serf v0.8.2 23:08:56 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 23:08:56 go: downloading github.com/go-playground/locales v0.13.0 23:08:56 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 23:08:56 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 23:08:56 go: downloading github.com/go-logfmt/logfmt v0.4.0 23:08:56 go: downloading github.com/mitchellh/reflectwalk v1.0.0 23:08:57 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:08:57 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 23:08:57 go: downloading github.com/hashicorp/golang-lru v0.5.0 23:09:03 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 23:09:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 23:09:08 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 23:09:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 23:09:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 23:09:09 go: downloading github.com/stretchr/testify v1.6.1 23:09:09 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 23:09:09 go: downloading github.com/pmezard/go-difflib v1.0.0 23:09:09 go: downloading github.com/davecgh/go-spew v1.1.1 23:09:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:09:11 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 23:09:11 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 23:09:12 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 23:09:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:09:13 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 23:09:14 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 23:09: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 23:09:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 23:09:16 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 23:09:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 23:09:17 go: downloading github.com/lib/pq v1.9.0 23:09:19 Building version 23:09:21 Staging config-common 23:09:22 Skipping stage go-build-helper (already ran) 23:09:22 Skipping stage static-packages (already ran) 23:09:22 Skipping stage go115 (already ran) 23:09:22 Staging edgex-go 23:09:23 Staging version 23:09:24 Priming config-common 23:09:25 Priming go-build-helper 23:09:25 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 23:09:25 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 23:09:25 Priming static-packages 23:09:28 Priming go115 23:09:29 Priming edgex-go 23:09:30 Priming version 23:09:31 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:09:37 Removing intermediate container ebf3e5f578ef 23:09:37 ---> 08384dbfa5d4 23:09:37 23:09:37 Step 10/24 : FROM alpine:3.12 23:09:37 3.12: Pulling from library/alpine 23:09:38 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:09:39 Status: Downloaded newer image for alpine:3.12 23:09:39 ---> afeebe901d6b 23:09:39 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 23:09:39 Removing intermediate container c5bff9be14e4 23:09:39 ---> ba661140733d 23:09:39 23:09:39 Step 10/22 : FROM alpine:3.12 23:09:39 ---> afeebe901d6b 23:09:39 Step 11/22 : RUN apk add --update --no-cache dumb-init 23:09:39 ---> Running in d5baa7217d78 23:09:39 ---> Running in 4b85fc03c86b 23:09:40 Removing intermediate container 11fad44fae59 23:09:40 ---> a352f3da41b6 23:09:40 23:09:40 Step 10/21 : FROM alpine:3.12 23:09:40 ---> afeebe901d6b 23:09:40 Step 11/21 : RUN apk add --update --no-cache curl 23:09:40 Removing intermediate container 1024b6da69ac 23:09:40 ---> f924a9264db0 23:09:40 23:09:40 Step 10/22 : FROM alpine:3.12 23:09:40 ---> afeebe901d6b 23:09:40 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 23:09:40 ---> Running in 8777a2e7b15d 23:09:40 ---> Running in b7ec1d8c13cd 23:09:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:09:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:09:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:09:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:09:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:09:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:09:43 (1/5) Installing ca-certificates (20191127-r4) 23:09:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:09:43 (2/5) Installing nghttp2-libs (1.41.0-r0) 23:09:43 (3/5) Installing libcurl (7.69.1-r3) 23:09:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:09:43 (4/5) Installing curl (7.69.1-r3) 23:09:43 (5/5) Installing dumb-init (1.2.2-r1) 23:09:43 Executing busybox-1.31.1-r19.trigger 23:09:43 Executing ca-certificates-20191127-r4.trigger 23:09:43 OK: 7 MiB in 19 packages 23:09:43 (1/2) Installing ca-certificates (20191127-r4) 23:09:43 (2/2) Installing dumb-init (1.2.2-r1) 23:09:43 Executing busybox-1.31.1-r19.trigger 23:09:43 (1/4) Installing ca-certificates (20191127-r4) 23:09:43 (1/1) Installing dumb-init (1.2.2-r1) 23:09:44 Executing busybox-1.31.1-r19.trigger 23:09:44 Executing ca-certificates-20191127-r4.trigger 23:09:44 OK: 5 MiB in 15 packages 23:09:44 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:09:44 (3/4) Installing libcurl (7.69.1-r3) 23:09:44 (4/4) Installing curl (7.69.1-r3) 23:09:44 Executing busybox-1.31.1-r19.trigger 23:09:44 Executing ca-certificates-20191127-r4.trigger 23:09:44 OK: 6 MiB in 16 packages 23:09:44 OK: 7 MiB in 18 packages 23:09:46 Removing intermediate container d5baa7217d78 23:09:46 ---> 0b471a8281d7 23:09:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:09:46 ---> Running in aae1d6d6c960 23:09:47 Removing intermediate container 4b85fc03c86b 23:09:47 ---> c787f3880053 23:09:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:09:47 ---> Running in 6131c19a9997 23:09:47 Removing intermediate container aae1d6d6c960 23:09:47 ---> e2d477b069f4 23:09:47 Step 13/24 : WORKDIR / 23:09:48 Removing intermediate container b7ec1d8c13cd 23:09:48 ---> c04cb0c5e2c1 23:09:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:09:48 Removing intermediate container 8777a2e7b15d 23:09:48 ---> b82e1d0545ff 23:09:48 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:09:48 ---> Running in 71b771eab93e 23:09:48 ---> Running in 1d76007b960b 23:09:48 Removing intermediate container 6131c19a9997 23:09:48 ---> 71953baf17a0 23:09:48 Step 13/22 : ENV APP_PORT=48085 23:09:48 ---> Running in 2512931945d5 23:09:48 ---> Running in 2339c5743fe3 23:09:49 Removing intermediate container 71b771eab93e 23:09:49 ---> 5ccc002db5f7 23:09:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:09:49 Removing intermediate container 1d76007b960b 23:09:49 ---> bc17ab075338 23:09:49 Step 13/22 : ENV APP_PORT=48060 23:09:49 Removing intermediate container 2512931945d5 23:09:49 ---> 271504952c7a 23:09:49 Step 13/21 : WORKDIR /edgex 23:09:49 ---> Running in 28c24b3eda84 23:09:49 Removing intermediate container 2339c5743fe3 23:09:49 ---> d6da6d484058 23:09:49 Step 14/22 : EXPOSE $APP_PORT 23:09:49 ---> Running in bcaf63ee889f 23:09:50 ---> Running in 771b821677d3 23:09:50 Removing intermediate container 6879b51a3572 23:09:50 ---> 434cb5920967 23:09:50 23:09:50 Step 10/23 : FROM alpine:3.12 23:09:50 ---> afeebe901d6b 23:09:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:09:50 ---> Using cache 23:09:50 ---> c787f3880053 23:09:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:09:50 ---> Using cache 23:09:50 ---> 71953baf17a0 23:09:50 Step 13/23 : ENV APP_PORT=48081 23:09:50 ---> 7cb35c556835 23:09:50 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:09:50 ---> Running in 3afaf1da0c59 23:09:50 Removing intermediate container 28c24b3eda84 23:09:50 ---> 7e16d64433c4 23:09:50 Step 14/22 : EXPOSE $APP_PORT 23:09:50 Removing intermediate container bcaf63ee889f 23:09:50 ---> 64010534dc09 23:09:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:09:51 ---> Running in 885d7410a88e 23:09:51 Removing intermediate container 771b821677d3 23:09:51 ---> dffd314cfde6 23:09:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:09:51 Removing intermediate container 3afaf1da0c59 23:09:51 ---> 753f2d63e087 23:09:51 Step 14/23 : EXPOSE $APP_PORT 23:09:51 ---> 8a83b5d2c0cd 23:09:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:09:51 ---> Running in 23d266a4281b 23:09:51 Removing intermediate container 885d7410a88e 23:09:51 ---> 84b67860326f 23:09:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:09:51 ---> e3b2d0481fe7 23:09:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:09:52 ---> fe937e8a7fa8 23:09:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:09:52 Removing intermediate container 23d266a4281b 23:09:52 ---> dd185d54a335 23:09:52 Step 15/23 : WORKDIR / 23:09:52 ---> b9d3f4c99b71 23:09:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:09:52 ---> Running in 55bc270f562f 23:09:53 ---> c8b30d35d488 23:09:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:09:54 Removing intermediate container 55bc270f562f 23:09:54 ---> 5f02f5dac502 23:09:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:09:54 ---> db8cc10ca6dc 23:09:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:09:54 ---> e4b8268fcbc5 23:09:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:09:54 ---> 29dffe2f1595 23:09:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:09:54 ---> 3c693e1579d2 23:09:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:09:55 ---> 9e76598ded9d 23:09:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:09:55 ---> e0005c68e041 23:09:55 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 23:09:55 ---> a362a6233283 23:09:55 Step 18/22 : ENTRYPOINT ["/support-notifications"] 23:09:56 ---> fb31bd1cd351 23:09:56 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:09:56 ---> Running in 14e4916df958 23:09:56 ---> Running in a35591d7cce4 23:09:56 ---> 8472e2006a36 23:09:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:09:56 ---> Running in fe1f367becf9 23:09:56 Removing intermediate container 14e4916df958 23:09:56 ---> 44d55e884aed 23:09:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:09:57 ---> Running in 4038ff68490b 23:09:57 Removing intermediate container a35591d7cce4 23:09:57 ---> b7e8232b8354 23:09:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:09:57 Removing intermediate container fe1f367becf9 23:09:57 ---> f175b3a9501d 23:09:57 Step 18/21 : CMD ["--init=true"] 23:09:57 ---> 2ba67701c3d7 23:09:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:09:57 ---> 6d8dec95c608 23:09: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/ 23:09:57 ---> Running in bfe05b33f438 23:09:57 ---> Running in fb88dd426f71 23:09:57 ---> Running in 289864572edd 23:09:57 Removing intermediate container 4038ff68490b 23:09:57 ---> 8ba1d9df5c50 23:09:57 Step 20/22 : LABEL arch=arm64 23:09:58 Removing intermediate container bfe05b33f438 23:09:58 ---> dfb3f60b749c 23:09:58 Step 20/22 : LABEL arch=arm64 23:09:58 ---> Running in 772c661cf1d2 23:09:58 Removing intermediate container fb88dd426f71 23:09:58 ---> ad7706f393f3 23:09:58 Step 19/21 : LABEL arch=arm64 23:09:58 ---> d7d432f81f4e 23:09:58 Step 19/23 : ENTRYPOINT ["/core-metadata"] 23:09:58 ---> Running in 98345c05d521 23:09:58 ---> Running in 343a8a561d10 23:09:58 ---> Running in 3e8648a8d323 23:09:58 Removing intermediate container 772c661cf1d2 23:09:58 ---> 61f4b9db1356 23:09:58 Step 21/22 : LABEL git_sha=2446ae070c94bfb7a7192148f0019dace426896f 23:09:59 ---> Running in a8eee1d7c936 23:09:59 Removing intermediate container 98345c05d521 23:09:59 ---> ec0764eb741e 23:09:59 Step 21/22 : LABEL git_sha=2446ae070c94bfb7a7192148f0019dace426896f 23:09:59 Removing intermediate container 343a8a561d10 23:09:59 ---> 6f95785292b3 23:09:59 Step 20/21 : LABEL git_sha=2446ae070c94bfb7a7192148f0019dace426896f 23:09:59 Removing intermediate container 3e8648a8d323 23:09:59 ---> 7240175cd48e 23:09:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:09:59 ---> Running in c88dd44abc2b 23:09:59 ---> Running in 5f4788f66c7a 23:09:59 ---> Running in 9b5a8076d1c7 23:09:59 Removing intermediate container a8eee1d7c936 23:09:59 ---> c675aad232f3 23:09:59 Step 22/22 : LABEL version=0.0.0 23:10:00 Removing intermediate container c88dd44abc2b 23:10:00 ---> c0e0e0cce616 23:10:00 Step 22/22 : LABEL version=0.0.0 23:10:00 ---> Running in aafe1889f938 23:10:00 Removing intermediate container 5f4788f66c7a 23:10:00 ---> b54a1fb708aa 23:10:00 Step 21/21 : LABEL version=0.0.0 23:10:00 ---> Running in 1bf44f79bbf2 23:10:00 Removing intermediate container 9b5a8076d1c7 23:10:00 ---> d096f621f252 23:10:00 Step 21/23 : LABEL arch=arm64 23:10:00 ---> Running in 5c926736c0a6 23:10:00 Removing intermediate container 289864572edd 23:10:00 ---> a4483f790553 23:10:00 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:10:00 ---> Running in ab2e82d44f54 23:10:00 Removing intermediate container aafe1889f938 23:10:00 ---> 356d540031a1 23:10:00 23:10:00 ---> Running in fa6303deec4b 23:10:01 Removing intermediate container 1bf44f79bbf2 23:10:01 ---> 2bf6e35fb0fe 23:10:01 23:10:01 Successfully built 356d540031a1 23:10:01 Removing intermediate container 5c926736c0a6 23:10:01 ---> e01276ccf79c 23:10:01 23:10:01 Successfully tagged docker-support-scheduler-go-arm64:latest 23:10:01  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 23:10:01 Successfully built 2bf6e35fb0fe 23:10:01 Successfully tagged docker-support-notifications-go-arm64:latest 23:10:01 Building docker-core-command-go 23:10:01  Building docker-support-notifications-go ... done Removing intermediate container ab2e82d44f54 23:10:01 ---> faef80da942d 23:10:01 Step 22/23 : LABEL git_sha=2446ae070c94bfb7a7192148f0019dace426896f 23:10:01 Removing intermediate container fa6303deec4b 23:10:01 ---> 8aaada171dfd 23:10:01 Step 22/24 : LABEL arch=arm64 23:10:01 Successfully built e01276ccf79c 23:10:01 Successfully tagged docker-security-proxy-setup-go-arm64:latest 23:10:01  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 23:10:01 ---> Running in 29143d1ca20b 23:10:01 ---> Running in ef46e5448424 23:10:02 Removing intermediate container 29143d1ca20b 23:10:02 ---> 00c47819e145 23:10:02 Step 23/23 : LABEL version=0.0.0 23:10:02 Removing intermediate container ef46e5448424 23:10:02 ---> 693e2be2f706 23:10:02 Step 23/24 : LABEL git_sha=2446ae070c94bfb7a7192148f0019dace426896f 23:10:02 ---> Running in 701f46b19d9b 23:10:02 ---> Running in e84fe425d6ae 23:10:02 Removing intermediate container 701f46b19d9b 23:10:02 ---> f70420af9e94 23:10:02 23:10:03 Removing intermediate container e84fe425d6ae 23:10:03 ---> 7031bc763d66 23:10:03 Step 24/24 : LABEL version=0.0.0 23:10:03 Successfully built f70420af9e94 23:10:03 Successfully tagged docker-core-metadata-go-arm64:latest 23:10:03  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 23:10:03 ---> Running in 6d69dda524db 23:10:03 Removing intermediate container 6d69dda524db 23:10:03 ---> 877239dbc6f5 23:10:03 23:10:04 Successfully built 877239dbc6f5 23:10:04 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 23:11:00  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:11:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:11:00 ---> 643838efc97f 23:11:00 Step 3/23 : WORKDIR /edgex-go 23:11:00 ---> Using cache 23:11:00 ---> dc14351d127f 23:11:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:11:00 ---> Using cache 23:11:00 ---> 0b2a4a67841a 23:11:00 Step 5/23 : RUN apk add --update --no-cache make git 23:11:00 ---> Using cache 23:11:00 ---> ae4979139eac 23:11:00 Step 6/23 : COPY go.mod . 23:11:00 ---> Using cache 23:11:00 ---> 0aeae5dc42f0 23:11:00 Step 7/23 : RUN go mod download 23:11:00 ---> Using cache 23:11:00 ---> 82d3f8f869e7 23:11:00 Step 8/23 : COPY . . 23:11:00 ---> Using cache 23:11:00 ---> 460e25d8da52 23:11:00 Step 9/23 : RUN make cmd/core-command/core-command 23:11:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:11:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:11:00 ---> 643838efc97f 23:11:00 Step 3/23 : WORKDIR /edgex-go 23:11:00 ---> Using cache 23:11:00 ---> dc14351d127f 23:11:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:11:00 ---> Using cache 23:11:00 ---> 0b2a4a67841a 23:11:00 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 23:11:00 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:11:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:11:00 ---> 643838efc97f 23:11:00 Step 3/26 : WORKDIR /edgex-go 23:11:00 ---> Using cache 23:11:00 ---> dc14351d127f 23:11:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:11:00 ---> Using cache 23:11:00 ---> 0b2a4a67841a 23:11:00 Step 5/26 : RUN apk add --update --no-cache make bash git 23:11:00 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:11:00 Step 2/33 : FROM ${BUILDER_BASE} AS builder 23:11:00 ---> 643838efc97f 23:11:00 Step 3/33 : WORKDIR /edgex-go 23:11:00 ---> Using cache 23:11:00 ---> dc14351d127f 23:11:00 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:11:00 ---> Using cache 23:11:00 ---> 0b2a4a67841a 23:11:00 Step 5/33 : RUN apk add --update --no-cache make git 23:11:00 ---> Using cache 23:11:00 ---> ae4979139eac 23:11:00 Step 6/33 : COPY go.mod . 23:11:00 ---> Using cache 23:11:00 ---> 0aeae5dc42f0 23:11:00 Step 7/33 : RUN go mod download 23:11:00 ---> Using cache 23:11:00 ---> 82d3f8f869e7 23:11:00 Step 8/33 : COPY . . 23:11:00 ---> Using cache 23:11:00 ---> 460e25d8da52 23:11:00 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 23:11:00 ---> Running in 297fbc9b627c 23:11:00 ---> Running in b468c8562a67 23:11:00 ---> Running in 165f5a2018fe 23:11:00 ---> Running in d764b0c7daea 23:11:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:11: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 23:11: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 23:11:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:11:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:11:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:11:04 OK: 217 MiB in 51 packages 23:11:05 OK: 217 MiB in 51 packages 23:11:06 Removing intermediate container 165f5a2018fe 23:11:06 ---> cd077b3bf347 23:11:06 Step 6/26 : COPY go.mod . 23:11:07 Removing intermediate container b468c8562a67 23:11:07 ---> 7b7b49af7363 23:11:07 Step 6/23 : COPY go.mod . 23:11:07 ---> 0ae7a145f614 23:11:07 Step 7/26 : RUN go mod download 23:11:08 ---> Running in 26bce3567ef9 23:11:08 ---> c42d00404399 23:11:08 Step 7/23 : RUN go mod download 23:11:08 ---> Running in ea1632323b98 23:11:13 Removing intermediate container 26bce3567ef9 23:11:13 ---> 2b9a570ebd9f 23:11:13 Step 8/26 : COPY . . 23:11:13 Removing intermediate container ea1632323b98 23:11:13 ---> 138e72305f08 23:11:13 Step 8/23 : COPY . . 23:11:45 ---> aff3116762e8 23:11:45 Step 9/23 : RUN make cmd/core-data/core-data 23:11:45 ---> 82a2c1b20a44 23:11:45 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:11:45 ---> Running in bd02566c5f54 23:11:45 ---> Running in 8ecccb2c36c0 23:11: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 23:11:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 23:11:50 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 23:12:05 Removing intermediate container d764b0c7daea 23:12:05 ---> 634b18c99a20 23:12:05 23:12:05 Step 10/23 : FROM alpine:3.12 23:12:05 ---> afeebe901d6b 23:12:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:12:05 ---> Using cache 23:12:05 ---> c787f3880053 23:12:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:12:05 ---> Using cache 23:12:05 ---> 71953baf17a0 23:12:05 Step 13/23 : ENV APP_PORT=48082 23:12:05 ---> Running in b4352dd17952 23:12:05 Removing intermediate container b4352dd17952 23:12:05 ---> 787987d7d09c 23:12:05 Step 14/23 : EXPOSE $APP_PORT 23:12:05 ---> Running in 7acac7b60098 23:12:05 Removing intermediate container 7acac7b60098 23:12:05 ---> 3c6cd28e95af 23:12:05 Step 15/23 : WORKDIR / 23:12:05 ---> Running in 4727b697e00b 23:12:06 Removing intermediate container 4727b697e00b 23:12:06 ---> d3b2eb65e315 23:12:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:12:07 ---> fa82f84d9cb8 23:12:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:12:10 ---> 91587ec552e1 23:12:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:12:11 ---> cbf4ff093d3a 23:12:11 Step 19/23 : ENTRYPOINT ["/core-command"] 23:12:12 ---> Running in 32699baeb525 23:12:13 Removing intermediate container 32699baeb525 23:12:13 ---> bf866033c00f 23:12:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:12:13 Removing intermediate container 297fbc9b627c 23:12:13 ---> 9bed6b3779a5 23:12:13 23:12:13 Step 10/33 : FROM alpine:3.12 23:12:13 ---> afeebe901d6b 23:12:13 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 23:12:13 ---> Running in a3742e5dab75 23:12:14 ---> Running in 3d63241767d5 23:12:14 Removing intermediate container a3742e5dab75 23:12:14 ---> dca33ca13e3b 23:12:14 Step 21/23 : LABEL arch=arm64 23:12:14 ---> Running in 047c8d04ea70 23:12:15 Removing intermediate container 047c8d04ea70 23:12:15 ---> 5fd317af07d8 23:12:15 Step 22/23 : LABEL git_sha=2446ae070c94bfb7a7192148f0019dace426896f 23:12:15 ---> Running in ce0615277a94 23:12:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:12:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:12:16 Removing intermediate container ce0615277a94 23:12:16 ---> 8299c49a183d 23:12:16 Step 23/23 : LABEL version=0.0.0 23:12:16 ---> Running in bfcf455f017c 23:12:17 (1/3) Installing dumb-init (1.2.2-r1) 23:12:17 (2/3) Installing openssl (1.1.1i-r0) 23:12:17 (3/3) Installing su-exec (0.2-r1) 23:12:17 Executing busybox-1.31.1-r19.trigger 23:12:17 OK: 6 MiB in 17 packages 23:12:17 Removing intermediate container bfcf455f017c 23:12:17 ---> 0f6f12c019f9 23:12:17 23:12:17 Successfully built 0f6f12c019f9 23:12:17 Successfully tagged docker-core-command-go-arm64:latest 23:12:19  Building docker-core-command-go ... done Removing intermediate container 3d63241767d5 23:12:19 ---> d9ae30768878 23:12:19 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 23:12:19 ---> Running in 7dd2b6c6bfc4 23:12:20 Removing intermediate container 7dd2b6c6bfc4 23:12:20 ---> 8da30d6a6f98 23:12:20 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 23:12:20 ---> Running in 72e502a2f9e1 23:12:20 Removing intermediate container 72e502a2f9e1 23:12:20 ---> 344b4bf4d7d7 23:12:20 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 23:12:20 ---> Running in 20fed9c776bf 23:12:22 Connecting to github.com (140.82.112.3:443) 23:12:22 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.166.3:443) 23:12:22 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 23:12:23 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 23:12:23 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 23:12:23 dockerize 23:12:25 Removing intermediate container 20fed9c776bf 23:12:25 ---> 671574a18279 23:12:25 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 23:12:25 ---> Running in 04ac6f6190ca 23:12:26 Removing intermediate container 04ac6f6190ca 23:12:26 ---> 9ef1dd15fa34 23:12:26 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 23:12:26 ---> Running in 16c18356c890 23:12:27 Removing intermediate container 16c18356c890 23:12:27 ---> 433b4eb4f9de 23:12:27 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} 23:12:27 ---> Running in 867341403f34 23:12:29 Move dockerize executable 23:12:31 Removing intermediate container 867341403f34 23:12:31 ---> 5b889e34eeba 23:12:31 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 23:12:31 ---> Running in 5b5162f7e74b 23:12:32 Removing intermediate container 5b5162f7e74b 23:12:32 ---> 3a0f4d243010 23:12:32 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 23:12:33 ---> b5adf003fab5 23:12:33 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 23:12:33 ---> Running in 1c88d4488552 23:12:37 Removing intermediate container 1c88d4488552 23:12:37 ---> d9f2f7fb7fc5 23:12:37 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 23:12:38 ---> f1089bfa37a6 23:12:38 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:12:40 ---> 475c011843ca 23:12:40 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:12:41 ---> a67946a02dfa 23:12:41 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 23:12:43 ---> 9cd405d1e975 23:12:43 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:12:44 ---> 40c5e2c32dfb 23:12:44 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 23:12:45 ---> Running in a4763efa88c9 23:12:46 Removing intermediate container a4763efa88c9 23:12:46 ---> 8637b5a95108 23:12:46 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:12:47 ---> 147f80e599ac 23:12:47 Step 28/33 : RUN chmod +x /entrypoint.sh 23:12:48 ---> Running in 255963ee2e0b 23:12:49 Removing intermediate container 8ecccb2c36c0 23:12:49 ---> 0d3924194923 23:12:49 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:12:50 ---> Running in 53b154d7e724 23:12:51 Removing intermediate container 255963ee2e0b 23:12:51 ---> 1c6ab3124826 23:12:51 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 23:12:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 23:12:51 ---> Running in 22ccff16fedf 23:12:52 Removing intermediate container 22ccff16fedf 23:12:52 ---> 4105697b58fa 23:12:52 Step 30/33 : CMD ["gate"] 23:12:53 ---> Running in 141ecd7f342a 23:12:54 Removing intermediate container 141ecd7f342a 23:12:54 ---> e0dfd74caf58 23:12:54 Step 31/33 : LABEL arch=arm64 23:12:54 ---> Running in f177eb821072 23:12:55 Removing intermediate container f177eb821072 23:12:55 ---> 591bf22c3e93 23:12:55 Step 32/33 : LABEL git_sha=2446ae070c94bfb7a7192148f0019dace426896f 23:12:55 Removing intermediate container 53b154d7e724 23:12:55 ---> 97c91cba0f26 23:12:55 23:12:55 Step 11/26 : FROM docker:20.10.0 23:12:55 20.10.0: Pulling from library/docker 23:12:56 ---> Running in a30c88d63352 23:12:57 Removing intermediate container a30c88d63352 23:12:57 ---> 961df690045a 23:12:57 Step 33/33 : LABEL version=0.0.0 23:12:58 ---> Running in ab63d35e432a 23:12:59 Removing intermediate container ab63d35e432a 23:12:59 ---> 3dd7ebf96163 23:12:59 23:12:59 Successfully built 3dd7ebf96163 23:12:59 Successfully tagged docker-security-bootstrapper-go-arm64:latest 23:13:05  Building docker-security-bootstrapper-go ... done Removing intermediate container bd02566c5f54 23:13:05 ---> 5c0a76043b21 23:13:05 23:13:05 Step 10/23 : FROM alpine:3.12 23:13:05 ---> afeebe901d6b 23:13:05 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:13:05 ---> Running in ade679f6b29d 23:13:05 Removing intermediate container ade679f6b29d 23:13:05 ---> 19f111386ae8 23:13:05 Step 12/23 : ENV APP_PORT=48080 23:13:05 ---> Running in a70ca8ecf9ca 23:13:05 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:13:05 Status: Downloaded newer image for docker:20.10.0 23:13:05 ---> eeaf43b92773 23:13:05 Step 12/26 : RUN apk add --no-cache bash 23:13:05 ---> Running in c20af9f20e30 23:13:06 Removing intermediate container a70ca8ecf9ca 23:13:06 ---> 446ce04dd570 23:13:06 Step 13/23 : EXPOSE $APP_PORT 23:13:06 ---> Running in 59917d8483d4 23:13:06 Removing intermediate container 59917d8483d4 23:13:06 ---> bb773817377c 23:13:06 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:13:06 ---> Running in 77dd39e77561 23:13:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:13:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:13:08 (1/2) Installing readline (8.0.4-r0) 23:13:08 (2/2) Installing bash (5.0.17-r0) 23:13:08 Executing bash-5.0.17-r0.post-install 23:13:08 Executing busybox-1.31.1-r19.trigger 23:13:08 OK: 12 MiB in 22 packages 23:13:09 Removing intermediate container 77dd39e77561 23:13:09 ---> 786dea020e2e 23:13:09 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 23:13:09 ---> Running in 9a9df14732e6 23:13:09 Removing intermediate container c20af9f20e30 23:13:09 ---> 5e55dc66c1fb 23:13:09 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:13:09 ---> Running in 53bfaa3f3de0 23:13:10 Removing intermediate container 53bfaa3f3de0 23:13:10 ---> e749d4f5688a 23:13:10 Step 14/26 : ENV APP_PORT=48090 23:13:10 ---> Running in 2847218fb4a8 23:13:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:13:11 Removing intermediate container 2847218fb4a8 23:13:11 ---> a86763bc3a9a 23:13:11 Step 15/26 : EXPOSE $APP_PORT 23:13:11 ---> Running in 1a48456fe886 23:13:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:13:11 Removing intermediate container 1a48456fe886 23:13:11 ---> ebc38a373102 23:13:11 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:13:12 (1/6) Installing dumb-init (1.2.2-r1) 23:13:12 (2/6) Installing libgcc (9.3.0-r2) 23:13:12 (3/6) Installing libsodium (1.0.18-r0) 23:13:12 ---> f1457737a031 23:13:12 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:13:13 (4/6) Installing libstdc++ (9.3.0-r2) 23:13:13 (5/6) Installing libzmq (4.3.3-r0) 23:13:13 (6/6) Installing zeromq (4.3.3-r0) 23:13:13 Executing busybox-1.31.1-r19.trigger 23:13:13 OK: 8 MiB in 20 packages 23:13:13 ---> 5a1c4b73a338 23:13:13 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:13:14 ---> 8ca2e73fd877 23:13:14 Step 19/26 : RUN apk --no-cache add py3-pip 23:13:14 ---> Running in 904626abdd13 23:13:15 Removing intermediate container 9a9df14732e6 23:13:15 ---> fa2aff036add 23:13:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:13:15 ---> df474f791499 23:13:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:13:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:13:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:13:16 (1/33) Installing libbz2 (1.0.8-r1) 23:13:16 (2/33) Installing expat (2.2.9-r1) 23:13:16 (3/33) Installing libffi (3.3-r2) 23:13:16 (4/33) Installing gdbm (1.13-r1) 23:13:16 (5/33) Installing xz-libs (5.2.5-r0) 23:13:16 (6/33) Installing sqlite-libs (3.32.1-r0) 23:13:16 (7/33) Installing python3 (3.8.5-r0) 23:13:17 ---> e00995d9f1f8 23:13:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:13:18 (8/33) Installing py3-appdirs (1.4.4-r1) 23:13:18 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:13:18 (10/33) Installing py3-parsing (2.4.7-r0) 23:13:18 ---> df02f8a3c49a 23:13:18 Step 19/23 : ENTRYPOINT ["/core-data"] 23:13:18 (11/33) Installing py3-six (1.15.0-r0) 23:13:18 (12/33) Installing py3-packaging (20.4-r0) 23:13:18 (13/33) Installing py3-setuptools (47.0.0-r0) 23:13:18 (14/33) Installing py3-chardet (3.0.4-r4) 23:13:18 ---> Running in 62db1c660f02 23:13:18 (15/33) Installing py3-idna (2.9-r0) 23:13:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:13:19 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:13:19 (18/33) Installing py3-requests (2.23.0-r0) 23:13:19 (19/33) Installing py3-msgpack (1.0.0-r0) 23:13:19 (20/33) Installing py3-lockfile (0.12.2-r3) 23:13:19 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:13:19 (22/33) Installing py3-colorama (0.4.3-r0) 23:13:19 (23/33) Installing py3-distlib (0.3.0-r0) 23:13:19 (24/33) Installing py3-distro (1.5.0-r1) 23:13:19 (25/33) Installing py3-webencodings (0.5.1-r3) 23:13:19 (26/33) Installing py3-html5lib (1.0.1-r4) 23:13:19 (27/33) Installing py3-pytoml (0.1.21-r0) 23:13:19 (28/33) Installing py3-pep517 (0.8.2-r0) 23:13:19 (29/33) Installing py3-progress (1.5-r0) 23:13:19 (30/33) Installing py3-toml (0.10.1-r0) 23:13:19 Removing intermediate container 62db1c660f02 23:13:19 ---> 67d488d3536e 23:13:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:13:19 (31/33) Installing py3-retrying (1.3.3-r0) 23:13:19 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:13:19 (33/33) Installing py3-pip (20.1.1-r0) 23:13:19 ---> Running in cadeb6c9809d 23:13:19 Executing busybox-1.31.1-r19.trigger 23:13:19 OK: 71 MiB in 55 packages 23:13:20 Removing intermediate container cadeb6c9809d 23:13:20 ---> c97c953172e9 23:13:20 Step 21/23 : LABEL arch=arm64 23:13:20 ---> Running in 47821fa1c8b6 23:13:20 Removing intermediate container 47821fa1c8b6 23:13:20 ---> f420af91c158 23:13:20 Step 22/23 : LABEL git_sha=2446ae070c94bfb7a7192148f0019dace426896f 23:13:21 ---> Running in 998b26b22d9d 23:13:21 Removing intermediate container 998b26b22d9d 23:13:21 ---> df89ae02c823 23:13:21 Step 23/23 : LABEL version=0.0.0 23:13:22 ---> Running in 656539a355d8 23:13:22 Removing intermediate container 656539a355d8 23:13:22 ---> 990b73cb74da 23:13:22 23:13:22 Successfully built 990b73cb74da 23:13:22 Successfully tagged docker-core-data-go-arm64:latest 23:13:25  Building docker-core-data-go ... done Removing intermediate container 904626abdd13 23:13:25 ---> d3e589f9543d 23:13:25 Step 20/26 : RUN pip install docker-compose==1.23.2 23:13:25 ---> Running in f9f48b6f1657 23:13:30 Collecting docker-compose==1.23.2 23:13:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:13:31 Collecting docker<4.0,>=3.6.0 23:13:31 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:13:31 Collecting jsonschema<3,>=2.5.1 23:13:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:13:32 Collecting docopt<0.7,>=0.6.1 23:13:32 Downloading docopt-0.6.2.tar.gz (25 kB) 23:13:34 Collecting websocket-client<1.0,>=0.32.0 23:13:34 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 23:13:34 Collecting texttable<0.10,>=0.9.0 23:13:34 Downloading texttable-0.9.1.tar.gz (11 kB) 23:13:36 Collecting cached-property<2,>=1.2.0 23:13:36 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:13:37 Collecting dockerpty<0.5,>=0.4.1 23:13:37 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:13:39 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:13:39 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:13:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:13:40 Collecting PyYAML<4,>=3.10 23:13:40 Downloading PyYAML-3.13.tar.gz (270 kB) 23:13:43 Collecting docker-pycreds>=0.4.0 23:13:43 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:13:43 Collecting urllib3<1.25,>=1.21.1 23:13:43 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:13:44 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) 23:13:44 Collecting idna<2.8,>=2.5 23:13:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:13:44 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) 23:13:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:13:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:13:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:13:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:13:45 Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, jsonschema, docopt, texttable, cached-property, dockerpty, PyYAML, docker-compose 23:13:45 Attempting uninstall: urllib3 23:13:45 Found existing installation: urllib3 1.25.9 23:13:45 Uninstalling urllib3-1.25.9: 23:13:45 Successfully uninstalled urllib3-1.25.9 23:13:46 Attempting uninstall: idna 23:13:46 Found existing installation: idna 2.9 23:13:46 Uninstalling idna-2.9: 23:13:46 Successfully uninstalled idna-2.9 23:13:47 Attempting uninstall: requests 23:13:47 Found existing installation: requests 2.23.0 23:13:47 Uninstalling requests-2.23.0: 23:13:47 Successfully uninstalled requests-2.23.0 23:13:48 Running setup.py install for docopt: started 23:13:50 Running setup.py install for docopt: finished with status 'done' 23:13:50 Running setup.py install for texttable: started 23:13:51 Running setup.py install for texttable: finished with status 'done' 23:13:51 Running setup.py install for dockerpty: started 23:13:53 Running setup.py install for dockerpty: finished with status 'done' 23:13:53 Running setup.py install for PyYAML: started 23:13:55 Running setup.py install for PyYAML: finished with status 'done' 23:13:56 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 23:14:00 Removing intermediate container f9f48b6f1657 23:14:00 ---> 6d96ebec0701 23:14:00 Step 21/26 : RUN apk --no-cache add curl 23:14:00 ---> Running in 7a33aadb33e3 23:14:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:14:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:14:02 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:14:02 (2/3) Installing libcurl (7.69.1-r3) 23:14:02 (3/3) Installing curl (7.69.1-r3) 23:14:02 Executing busybox-1.31.1-r19.trigger 23:14:02 OK: 71 MiB in 58 packages 23:14:03 Removing intermediate container 7a33aadb33e3 23:14:03 ---> d08055448d1b 23:14:03 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 23:14:03 ---> Running in 7075fca0cd00 23:14:04 Removing intermediate container 7075fca0cd00 23:14:04 ---> 86b9233354fc 23:14:04 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:14:04 ---> Running in 95f2464190e6 23:14:04 Removing intermediate container 95f2464190e6 23:14:04 ---> 6cbc3115654f 23:14:04 Step 24/26 : LABEL arch=arm64 23:14:04 ---> Running in 368df7791c9a 23:14:05 Removing intermediate container 368df7791c9a 23:14:05 ---> 08cb0c3cfd08 23:14:05 Step 25/26 : LABEL git_sha=2446ae070c94bfb7a7192148f0019dace426896f 23:14:05 ---> Running in 099ba4089070 23:14:06 Removing intermediate container 099ba4089070 23:14:06 ---> 73e3f305079b 23:14:06 Step 26/26 : LABEL version=0.0.0 23:14:06 ---> Running in afaca768526b 23:14:06 Removing intermediate container afaca768526b 23:14:06 ---> e937fe15d737 23:14:06 23:14:06 Successfully built e937fe15d737 23:14:06 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 23:14:07  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 23:14:07 $ docker stop --time=1 e501d7398fc542771da3760be276537eb8b1a5e3990a91bf8077f238bcabe6df 23:14:09 $ docker rm -f e501d7398fc542771da3760be276537eb8b1a5e3990a91bf8077f238bcabe6df [Pipeline] // withDockerContainer [Pipeline] sh 23:14:09 + + grep docker 23:14:09 docker images 23:14:10 docker-sys-mgmt-agent-go-arm64 latest e937fe15d737 3 seconds ago 300MB 23:14:10 docker-core-data-go-arm64 latest 990b73cb74da 47 seconds ago 21MB 23:14:10 docker-security-bootstrapper-go-arm64 latest 3dd7ebf96163 About a minute ago 40.3MB 23:14:10 docker-core-command-go-arm64 latest 0f6f12c019f9 About a minute ago 15.4MB 23:14:10 docker-security-secretstore-setup-go-arm64 latest 877239dbc6f5 4 minutes ago 23.4MB 23:14:10 docker-core-metadata-go-arm64 latest f70420af9e94 4 minutes ago 17.7MB 23:14:10 docker-support-notifications-go-arm64 latest 2bf6e35fb0fe 4 minutes ago 15.9MB 23:14:10 docker-support-scheduler-go-arm64 latest 356d540031a1 4 minutes ago 15.5MB 23:14:10 docker-security-proxy-setup-go-arm64 latest e01276ccf79c 4 minutes ago 23.2MB 23:14:10 docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 23:14:11 provisioning config files... 23:14:11 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/28@tmp/config944082807535132710tmp [Pipeline] { [Pipeline] sh 23:14:12 + set +x 23:14:12 + curl -s https://codecov.io/bash 23:14:12 + bash -s -- 23:14:12 23:14:12 _____ _ 23:14:12 / ____| | | 23:14:12 | | ___ __| | ___ ___ _____ __ 23:14:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:14:12 | |___| (_) | (_| | __/ (_| (_) \ V / 23:14:12 \_____\___/ \__,_|\___|\___\___/ \_/ 23:14:12 Bash-20210115-cec3c92 23:14:12 23:14:12 23:14:12 ==> git version 2.24.3 found 23:14:12 ==> 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 23:14:12 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:14:12 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:14:12 ==> Jenkins CI detected. 23:14:12 project root: . 23:14:12 --> token set from env 23:14:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:14:12 ==> Running gcov in . (disable via -X gcov) 23:14:12 ==> Python coveragepy not found 23:14:12 ==> Searching for coverage reports in: 23:14:12 + . 23:14:12 -> Found 1 reports 23:14:12 ==> Detecting git/mercurial file structure 23:14:12 ==> Reading reports 23:14:12 + ./coverage.out bytes=555355 23:14:12 ==> Appending adjustments 23:14:12 https://docs.codecov.io/docs/fixing-reports 23:14:16 + Found adjustments 23:14:16 ==> Gzipping contents 23:14:16 84K /tmp/codecov.fVICmg.gz 23:14:16 ==> Uploading reports 23:14:16 url: https://codecov.io 23:14:16 query: branch=PR-2970&commit=2446ae070c94bfb7a7192148f0019dace426896f&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F28%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 23:14:16 -> Pinging Codecov 23:14:16 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-2970&commit=2446ae070c94bfb7a7192148f0019dace426896f&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F28%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 23:14:31 upstream connect error or disconnect/reset before headers. reset reason: local resetupstream connect error or disconnect/reset before headers. reset reason: local resetupstream connect error or disconnect/reset before headers. reset reason: local resetupstream connect error or disconnect/reset before headers. reset reason: local resetupstream connect error or disconnect/reset before headers. reset reason: local resetupstream connect error or disconnect/reset before headers. reset reason: local reset 23:14:31 503 23:14:31 ==> Uploading to Codecov 23:14:31 % Total % Received % Xferd Average Speed Time Time Time Current 23:14:31 Dload Upload Total Spent Left Speed 23:14:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 84514 0 0 100 84514 0 70834 0:00:01 0:00:01 --:--:-- 70901 100 84598 100 84 100 84514 49 49349 0:00:01 0:00:01 --:--:-- 49365 23:14:32 Warning: Transient problem: HTTP error Will retry in 2 seconds. 5 retries 23:14:32 Warning: left. 23:14:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 84598 100 84 100 84514 268 263k --:--:-- --:--:-- --:--:-- 263k 100 84598 100 84 100 84514 268 263k --:--:-- --:--:-- --:--:-- 263k 23:14:34 Warning: Transient problem: HTTP error Will retry in 2 seconds. 4 retries 23:14:34 Warning: left. 23:14:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 84598 100 84 100 84514 84 84958 0:00:01 --:--:-- 0:00:01 84938 100 84598 100 84 100 84514 84 84943 0:00:01 --:--:-- 0:00:01 84938 23:14:37 Warning: Transient problem: HTTP error Will retry in 2 seconds. 3 retries 23:14:37 Warning: left. 23:14:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 38 84598 100 84 38 32768 1205 459k --:--:-- --:--:-- --:--:-- 463k 23:14:39 Warning: Transient problem: HTTP error Will retry in 2 seconds. 2 retries 23:14:39 Warning: left. 23:14:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 84514 0 0 100 84514 0 82467 0:00:01 0:00:01 --:--:-- 82533 100 84514 0 0 100 84514 0 42232 0:00:02 0:00:02 --:--:-- 42257 100 84598 100 84 100 84514 28 29146 0:00:03 0:00:02 0:00:01 29142 100 84598 100 84 100 84514 28 29144 0:00:03 0:00:02 0:00:01 29142 23:14:44 Warning: Transient problem: HTTP error Will retry in 2 seconds. 1 retries 23:14:44 Warning: left. 23:14:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 84514 0 0 100 84514 0 82134 0:00:01 0:00:01 --:--:-- 82212 100 84605 100 91 100 84514 75 69693 0:00:01 0:00:01 --:--:-- 69731 23:14:47 upstream connect error or disconnect/reset before headers. reset reason: local resetupstream connect error or disconnect/reset before headers. reset reason: local resetupstream connect error or disconnect/reset before headers. reset reason: local resetupstream connect error or disconnect/reset before headers. reset reason: local resetupstream connect error or disconnect/reset before headers. reset reason: local resetupstream connect error or disconnect/reset before headers. reset reason: connection failure [Pipeline] } 23:14:47 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 23:14:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:14:51 ---> package-listing.sh 23:14:51 ++ facter osfamily 23:14:51 ++ tr '[:upper:]' '[:lower:]' 23:14:51 + OS_FAMILY=redhat 23:14:51 + workspace=/w/workspace/edgex-go/28 23:14:51 + START_PACKAGES=/tmp/packages_start.txt 23:14:51 + END_PACKAGES=/tmp/packages_end.txt 23:14:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:14:51 + PACKAGES=/tmp/packages_start.txt 23:14:51 + '[' /w/workspace/edgex-go/28 ']' 23:14:51 + PACKAGES=/tmp/packages_end.txt 23:14:51 + case "${OS_FAMILY}" in 23:14:51 + rpm -qa 23:14:51 + sort 23:14:56 + '[' -f /tmp/packages_start.txt ']' 23:14:56 + '[' -f /tmp/packages_end.txt ']' 23:14:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:14:56 + '[' /w/workspace/edgex-go/28 ']' 23:14:56 + mkdir -p /w/workspace/edgex-go/28/archives/ 23:14:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/28/archives/ [Pipeline] echo 23:14:56 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/28/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:14:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:14:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:14:56 23:14:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:14:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:14:57 alpine: Pulling from edgex-lftools-log-publisher 23:14:57 df20fa9351a1: Pulling fs layer 23:14:57 36b3adc4ff6f: Pulling fs layer 23:14:57 8ad3a11d3b57: Pulling fs layer 23:14:57 46f8f816bc3b: Pulling fs layer 23:14:57 93b61091891f: Pulling fs layer 23:14:57 93b9cdb0e59b: Pulling fs layer 23:14:57 5e14af77c1be: Pulling fs layer 23:14:57 01666e4c0597: Pulling fs layer 23:14:57 aa168da1d23b: Pulling fs layer 23:14:57 93b9cdb0e59b: Waiting 23:14:57 5e14af77c1be: Waiting 23:14:57 01666e4c0597: Waiting 23:14:57 46f8f816bc3b: Waiting 23:14:57 93b61091891f: Waiting 23:14:57 aa168da1d23b: Waiting 23:14:57 36b3adc4ff6f: Verifying Checksum 23:14:57 36b3adc4ff6f: Download complete 23:14:57 46f8f816bc3b: Verifying Checksum 23:14:57 46f8f816bc3b: Download complete 23:14:57 df20fa9351a1: Verifying Checksum 23:14:57 93b9cdb0e59b: Download complete 23:14:57 5e14af77c1be: Verifying Checksum 23:14:57 5e14af77c1be: Download complete 23:14:57 93b61091891f: Download complete 23:14:57 01666e4c0597: Verifying Checksum 23:14:57 01666e4c0597: Download complete 23:14:57 df20fa9351a1: Pull complete 23:14:57 8ad3a11d3b57: Verifying Checksum 23:14:57 8ad3a11d3b57: Download complete 23:14:58 36b3adc4ff6f: Pull complete 23:14:59 8ad3a11d3b57: Pull complete 23:14:59 46f8f816bc3b: Pull complete 23:15:00 aa168da1d23b: Verifying Checksum 23:15:00 aa168da1d23b: Download complete 23:15:01 93b61091891f: Pull complete 23:15:01 93b9cdb0e59b: Pull complete 23:15:01 5e14af77c1be: Pull complete 23:15:02 01666e4c0597: Pull complete 23:15:10 aa168da1d23b: Pull complete 23:15:10 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:15:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:15:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:15:10 prd-centos7-docker-4c-2g-20680 does not seem to be running inside a container 23:15:11 $ 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/28/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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:15:14 $ docker top b031efeb56a3ed7e5ce44aab93d3b04877b4578542de666fbfca1366de0d106e -eo pid,comm [Pipeline] { [Pipeline] sh 23:15:14 + touch /tmp/pre-build-complete [Pipeline] sh 23:15:15 + mkdir -p /var/log/sa [Pipeline] sh 23:15:15 + ls /var/log/sa-host 23:15:15 + sadf -c /var/log/sa-host/sa15 23:15:15 file_magic: OK 23:15:15 HZ: Using current value: 100 23:15:15 file_header: OK 23:15:15 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 23:15:15 Statistics: 23:15:15 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... 23:15:15 File successfully converted to sysstat format version 12.2.1 23:15:15 + sadf -c /var/log/sa-host/sa23 23:15:15 file_magic: OK 23:15:15 HZ: Using current value: 100 23:15:15 file_header: OK 23:15:15 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 23:15:15 Statistics: 23:15:15 Hnuu...uuuununununu... 23:15:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:15:15 provisioning config files... 23:15:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/28@tmp/config3970325845788201708tmp [Pipeline] { [Pipeline] echo 23:15:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:15:16 ---> create-netrc.sh [Pipeline] } 23:15:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:15:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:15:16 ---> python-tools-install.sh [Pipeline] echo 23:15:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:15:17 ---> sudo-logs.sh 23:15:17 Archiving 'sudo' log.. [Pipeline] echo 23:15:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:15:17 ---> job-cost.sh 23:15:17 lf-activate-venv: SKIPPING 23:15:17 INFO: No Stack... 23:15:18 INFO: Retrieving Pricing Info for: v1-standard-2 23:15:18 INFO: Archiving Costs [Pipeline] echo 23:15:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:15:19 ---> logs-deploy.sh 23:15:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/28 23:15:19 INFO: archiving workspace using pattern(s): 23:15:21 Archives upload complete. 23:15:21 INFO: archiving logs to Nexus 23:15:22 ---> uname -a: 23:15:22 Linux prd-centos7-docker-4c-2g-20680.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:15:22 23:15:22 23:15:22 ---> lscpu: 23:15:22 Architecture: x86_64 23:15:22 CPU op-mode(s): 32-bit, 64-bit 23:15:22 Byte Order: Little Endian 23:15:22 Address sizes: 40 bits physical, 48 bits virtual 23:15:22 CPU(s): 4 23:15:22 On-line CPU(s) list: 0-3 23:15:22 Thread(s) per core: 1 23:15:22 Core(s) per socket: 1 23:15:22 Socket(s): 4 23:15:22 NUMA node(s): 1 23:15:22 Vendor ID: GenuineIntel 23:15:22 CPU family: 6 23:15:22 Model: 44 23:15:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:15:22 Stepping: 1 23:15:22 CPU MHz: 2933.438 23:15:22 BogoMIPS: 5866.87 23:15:22 Virtualization: VT-x 23:15:22 Hypervisor vendor: KVM 23:15:22 Virtualization type: full 23:15:22 L1d cache: 128 KiB 23:15:22 L1i cache: 128 KiB 23:15:22 L2 cache: 16 MiB 23:15:22 L3 cache: 64 MiB 23:15:22 NUMA node0 CPU(s): 0-3 23:15:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:15:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:15:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:15:22 Vulnerability Meltdown: Mitigation; PTI 23:15:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:15:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:15:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:15:22 Vulnerability Srbds: Not affected 23:15:22 Vulnerability Tsx async abort: Not affected 23:15:22 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 23:15:22 23:15:22 23:15:22 ---> nproc: 23:15:22 4 23:15:22 23:15:22 23:15:22 ---> df -h: 23:15:22 Filesystem Size Used Available Use% Mounted on 23:15:22 overlay 50.0G 12.1G 37.9G 24% / 23:15:22 tmpfs 64.0M 0 64.0M 0% /dev 23:15:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:15:22 shm 64.0M 0 64.0M 0% /dev/shm 23:15:22 /dev/vda1 50.0G 12.1G 37.9G 24% /facter-os 23:15:22 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/resolv.conf 23:15:22 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hostname 23:15:22 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hosts 23:15:22 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/sa-host 23:15:22 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/secure 23:15:22 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/auth.log 23:15:22 /dev/vda1 50.0G 12.1G 37.9G 24% /run/cloud-init/result.json 23:15:22 /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/28 23:15:22 /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/28@tmp 23:15:22 23:15:22 23:15:22 ---> free -m: 23:15:22 total used free shared buff/cache available 23:15:22 Mem: 1837 722 207 0 906 1029 23:15:22 Swap: 1023 46 977 23:15:22 23:15:22 23:15:22 ---> ip addr: 23:15:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:15:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:15:22 inet 127.0.0.1/8 scope host lo 23:15:22 valid_lft forever preferred_lft forever 23:15:22 inet6 ::1/128 scope host 23:15:22 valid_lft forever preferred_lft forever 23:15:22 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:15:22 link/ether fa:16:3e:5b:1d:f8 brd ff:ff:ff:ff:ff:ff 23:15:22 inet 10.30.122.97/23 brd 10.30.123.255 scope global dynamic eth0 23:15:22 valid_lft 85167sec preferred_lft 85167sec 23:15:22 inet6 fe80::f816:3eff:fe5b:1df8/64 scope link 23:15:22 valid_lft forever preferred_lft forever 23:15:22 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:15:22 link/ether 02:42:2b:a2:ef:1d brd ff:ff:ff:ff:ff:ff 23:15:22 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:15:22 valid_lft forever preferred_lft forever 23:15:22 inet6 fe80::42:2bff:fea2:ef1d/64 scope link 23:15:22 valid_lft forever preferred_lft forever 23:15:22 23:15:22 23:15:22 ---> sar -b -r -n DEV: 23:15:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/15/21 _x86_64_ (4 CPU) 23:15:22 23:15:22 22:54:37 LINUX RESTART (4 CPU) 23:15:22 23:15:22 22:55:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:15:22 22:56:01 117.27 44.09 73.18 0.00 8171.71 23335.74 0.00 23:15:22 22:57:01 292.26 88.35 203.91 0.00 6546.02 56441.71 0.00 23:15:22 22:58:01 189.40 90.52 98.89 0.00 3082.35 10512.79 0.00 23:15:22 22:59:01 153.11 79.63 73.48 0.00 3832.01 15796.96 0.00 23:15:22 23:00:02 1379.26 1068.73 310.53 0.00 116507.45 180480.32 0.00 23:15:22 23:01:01 1324.43 1050.82 273.60 0.00 126029.34 136012.08 0.00 23:15:22 23:02:01 1328.94 989.69 339.25 0.00 95914.34 138812.40 0.00 23:15:22 23:03:02 991.51 679.46 312.05 0.00 69743.44 95616.95 0.00 23:15:22 23:04:01 135.13 16.98 118.15 0.00 3260.40 12735.47 0.00 23:15:22 23:05:01 1.97 0.45 1.52 0.00 13.19 27.08 0.00 23:15:22 23:06:01 0.30 0.00 0.30 0.00 0.00 3.70 0.00 23:15:22 23:07:01 0.25 0.00 0.25 0.00 0.00 2.75 0.00 23:15:22 23:08:01 0.28 0.02 0.27 0.00 0.13 3.43 0.00 23:15:22 23:09:01 0.22 0.02 0.20 0.00 0.27 1.48 0.00 23:15:22 23:10:01 1.95 1.76 0.18 0.00 54.08 1.38 0.00 23:15:22 23:11:01 3.05 2.23 0.82 0.00 216.22 15.45 0.00 23:15:22 23:12:01 0.28 0.02 0.27 0.00 0.13 3.01 0.00 23:15:22 23:13:01 0.18 0.00 0.18 0.00 0.00 2.46 0.00 23:15:22 23:14:01 0.82 0.63 0.18 0.00 37.71 1.97 0.00 23:15:22 23:15:01 91.89 73.26 18.63 0.00 6075.98 2187.18 0.00 23:15:22 Average: 300.84 209.52 91.32 0.00 21982.78 33635.85 0.00 23:15:22 23:15:22 22:55:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:15:22 22:56:01 72652 0 801768 42.61 2620 1004504 1463892 49.96 693920 910992 20 23:15:22 22:57:01 272372 0 735200 39.07 1492 872480 1291652 44.08 477324 845472 16 23:15:22 22:58:01 296556 0 747712 39.74 648 836628 1447056 49.39 621924 683340 72244 23:15:22 22:59:01 150672 0 765860 40.70 632 964380 1526332 52.09 614636 842164 21816 23:15:22 23:00:02 53112 0 753172 40.03 12 1075248 1780288 60.76 536240 1077360 101912 23:15:22 23:01:01 302228 0 1030588 54.77 12 548716 3975664 135.68 664208 647108 39020 23:15:22 23:02:01 122648 0 885108 47.04 12 873776 2625648 89.61 758700 770508 1308 23:15:22 23:03:02 158388 0 688368 36.59 12 1034776 1750864 59.75 638948 844924 12 23:15:22 23:04:01 143516 0 640740 34.05 12 1097276 1196172 40.82 612716 878136 20 23:15:22 23:05:01 146668 0 637160 33.86 12 1097704 1159200 39.56 610388 877592 16 23:15:22 23:06:01 147392 0 636428 33.82 12 1097712 1159152 39.56 610032 877596 12 23:15:22 23:07:01 147628 0 636188 33.81 12 1097716 1156020 39.45 609620 877572 8 23:15:22 23:08:01 148284 0 635524 33.78 12 1097724 1156020 39.45 609500 877576 8 23:15:22 23:09:01 148208 0 635600 33.78 12 1097724 1156020 39.45 609644 877576 8 23:15:22 23:10:01 146268 0 636584 33.83 12 1098680 1156020 39.45 610180 877996 24 23:15:22 23:11:01 139196 0 639896 34.01 12 1102440 1156164 39.46 614140 881624 20 23:15:22 23:12:01 139528 0 639564 33.99 12 1102440 1156020 39.45 613248 881624 12 23:15:22 23:13:01 139660 0 639420 33.98 12 1102452 1156020 39.45 613380 881628 8 23:15:22 23:14:01 137740 0 640460 34.04 12 1103332 1156244 39.46 614164 882748 20 23:15:22 23:15:01 95392 0 692476 36.80 12 1093664 1385044 47.27 677224 856244 103540 23:15:22 Average: 155405 0 705891 37.52 279 1019969 1500475 51.21 620507 857489 17002 23:15:22 23:15:22 22:55:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:15:22 22:56:01 eth0 1777.35 1450.33 6357.48 195.99 0.00 0.00 0.00 0.00 23:15:22 22:56:01 vethdcbc6ff 846.59 810.50 80.29 2675.42 0.00 0.00 0.00 0.00 23:15:22 22:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 22:56:01 docker0 846.59 810.37 68.72 2675.41 0.00 0.00 0.00 0.00 23:15:22 22:57:01 eth0 491.38 406.11 3677.89 51.08 0.00 0.00 0.00 0.00 23:15:22 22:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 22:57:01 docker0 138.44 181.05 10.20 831.16 0.00 0.00 0.00 0.00 23:15:22 22:58:01 eth0 39.16 22.38 34.97 14.96 0.00 0.00 0.00 0.00 23:15:22 22:58:01 veth62f82db 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:15:22 22:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 22:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 22:59:01 eth0 200.83 168.97 1692.10 92.22 0.00 0.00 0.00 0.00 23:15:22 22:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 22:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:00:02 eth0 76.90 49.06 178.67 56.22 0.00 0.00 0.00 0.00 23:15:22 23:00:02 vethc4cb9d9 0.00 0.43 0.00 0.02 0.00 0.00 0.00 0.00 23:15:22 23:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:00:02 docker0 10.30 25.34 0.54 145.78 0.00 0.00 0.00 0.00 23:15:22 23:01:01 veth58387b3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:15:22 23:01:01 eth0 12.85 6.61 10.72 5.62 0.00 0.00 0.00 0.00 23:15:22 23:01:01 vethc4cb9d9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:02:01 veth92ab65d 1.38 2.72 0.09 14.97 0.00 0.00 0.00 0.00 23:15:22 23:02:01 veth9d7a07a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:15:22 23:02:01 eth0 81.78 43.97 285.21 19.77 0.00 0.00 0.00 0.00 23:15:22 23:02:01 vethc4cb9d9 0.00 0.36 0.00 0.01 0.00 0.00 0.00 0.00 23:15:22 23:03:02 vetha2cc571 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:03:02 eth0 173.10 135.64 1408.33 95.31 0.00 0.00 0.00 0.00 23:15:22 23:03:02 vethc4cb9d9 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 23:15:22 23:03:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 23:15:22 23:04:01 eth0 130.61 75.91 478.63 72.06 0.00 0.00 0.00 0.00 23:15:22 23:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:04:01 docker0 1078.14 1168.92 84.72 4540.04 0.00 0.00 0.00 0.00 23:15:22 23:05:01 eth0 1.63 0.63 0.72 0.22 0.00 0.00 0.00 0.00 23:15:22 23:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:06:01 eth0 0.37 0.22 0.15 0.07 0.00 0.00 0.00 0.00 23:15:22 23:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:07:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:08:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 23:15:22 23:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:09:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 23:15:22 23:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:10:01 eth0 0.68 0.10 0.06 0.01 0.00 0.00 0.00 0.00 23:15:22 23:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:11:01 eth0 0.80 0.57 0.41 0.27 0.00 0.00 0.00 0.00 23:15:22 23:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:12:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:15:22 23:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:13:01 eth0 0.10 0.07 0.01 0.00 0.00 0.00 0.00 0.00 23:15:22 23:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:14:01 eth0 1.17 0.40 0.37 0.17 0.00 0.00 0.00 0.00 23:15:22 23:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:15:01 eth0 238.36 199.10 2187.27 83.65 0.00 0.00 0.00 0.00 23:15:22 23:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 23:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 Average: eth0 161.52 128.15 816.51 34.39 0.00 0.00 0.00 0.00 23:15:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:15:22 Average: docker0 53.06 57.52 4.17 223.42 0.00 0.00 0.00 0.00 23:15:22 23:15:22 23:15:22 ---> sar -P ALL: 23:15:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/15/21 _x86_64_ (4 CPU) 23:15:22 23:15:22 22:54:37 LINUX RESTART (4 CPU) 23:15:22 23:15:22 22:55:01 CPU %user %nice %system %iowait %steal %idle 23:15:22 22:56:01 all 21.04 0.00 8.51 3.10 0.07 67.28 23:15:22 22:56:01 0 18.52 0.00 10.65 4.58 0.07 66.18 23:15:22 22:56:01 1 20.42 0.00 7.68 2.17 0.08 69.65 23:15:22 22:56:01 2 19.80 0.00 7.69 3.06 0.07 69.38 23:15:22 22:56:01 3 25.39 0.00 8.05 2.60 0.07 63.89 23:15:22 22:57:01 all 12.16 0.00 9.13 5.97 0.08 72.67 23:15:22 22:57:01 0 13.19 0.00 8.91 3.14 0.09 74.67 23:15:22 22:57:01 1 11.14 0.00 9.86 8.30 0.07 70.63 23:15:22 22:57:01 2 11.04 0.00 8.18 4.87 0.09 75.83 23:15:22 22:57:01 3 13.27 0.00 9.56 7.57 0.07 69.54 23:15:22 22:58:01 all 53.74 0.00 13.20 4.31 0.06 28.69 23:15:22 22:58:01 0 53.43 0.00 13.13 5.71 0.05 27.68 23:15:22 22:58:01 1 53.43 0.00 13.56 3.57 0.07 29.37 23:15:22 22:58:01 2 53.20 0.00 13.27 5.01 0.07 28.44 23:15:22 22:58:01 3 54.89 0.00 12.82 2.96 0.05 29.28 23:15:22 22:59:01 all 41.69 0.00 13.19 3.57 0.06 41.49 23:15:22 22:59:01 0 40.72 0.00 13.34 3.82 0.07 42.05 23:15:22 22:59:01 1 41.47 0.00 13.40 4.59 0.05 40.49 23:15:22 22:59:01 2 42.90 0.00 12.96 2.75 0.05 41.34 23:15:22 22:59:01 3 41.65 0.00 13.07 3.12 0.07 42.10 23:15:22 23:00:02 all 21.70 0.00 25.77 12.75 0.10 39.68 23:15:22 23:00:02 0 21.92 0.00 25.12 10.29 0.09 42.59 23:15:22 23:00:02 1 22.31 0.00 26.16 15.55 0.12 35.85 23:15:22 23:00:02 2 20.26 0.00 26.38 11.25 0.12 41.99 23:15:22 23:00:02 3 22.31 0.00 25.42 13.89 0.09 38.29 23:15:22 23:01:01 all 43.26 0.00 19.88 20.50 0.11 16.24 23:15:22 23:01:01 0 42.94 0.00 19.93 19.96 0.12 17.05 23:15:22 23:01:01 1 42.98 0.00 20.13 21.06 0.12 15.71 23:15:22 23:01:01 2 43.58 0.00 19.55 21.33 0.11 15.44 23:15:22 23:01:01 3 43.56 0.00 19.93 19.65 0.11 16.76 23:15:22 23:02:01 all 27.79 0.00 21.20 21.67 0.10 29.24 23:15:22 23:02:01 0 27.25 0.00 20.26 19.17 0.10 33.21 23:15:22 23:02:01 1 27.71 0.00 20.92 26.02 0.12 25.22 23:15:22 23:02:01 2 28.98 0.00 22.39 21.37 0.07 27.20 23:15:22 23:02:01 3 27.22 0.00 21.25 20.12 0.09 31.32 23:15:22 23:03:02 all 45.30 0.00 20.09 19.60 0.10 14.91 23:15:22 23:03:02 0 44.56 0.00 20.04 18.11 0.12 17.17 23:15:22 23:03:02 1 44.02 0.00 21.98 17.40 0.07 16.53 23:15:22 23:03:02 2 46.13 0.00 18.80 20.13 0.10 14.84 23:15:22 23:03:02 3 46.50 0.00 19.55 22.76 0.10 11.09 23:15:22 23:04:01 all 6.17 0.00 4.41 4.63 0.03 84.76 23:15:22 23:04:01 0 7.33 0.00 5.26 4.11 0.02 83.28 23:15:22 23:04:01 1 4.72 0.00 4.02 3.53 0.03 87.69 23:15:22 23:04:01 2 6.02 0.00 4.10 5.13 0.05 84.70 23:15:22 23:04:01 3 6.60 0.00 4.26 5.77 0.03 83.34 23:15:22 23:05:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:15:22 23:05:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:15:22 23:05:01 1 0.03 0.00 0.03 0.00 0.00 99.93 23:15:22 23:05:01 2 0.52 0.00 0.03 0.00 0.00 99.45 23:15:22 23:05:01 3 0.02 0.00 0.03 0.00 0.00 99.95 23:15:22 23:06:01 all 0.16 0.00 0.02 0.00 0.00 99.82 23:15:22 23:06:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:15:22 23:06:01 1 0.05 0.00 0.02 0.00 0.02 99.92 23:15:22 23:06:01 2 0.35 0.00 0.00 0.00 0.00 99.65 23:15:22 23:06:01 3 0.22 0.00 0.03 0.00 0.00 99.75 23:15:22 23:15:22 23:06:01 CPU %user %nice %system %iowait %steal %idle 23:15:22 23:07:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:15:22 23:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:15:22 23:07:01 1 0.03 0.00 0.05 0.00 0.00 99.92 23:15:22 23:07:01 2 0.02 0.00 0.03 0.00 0.00 99.95 23:15:22 23:07:01 3 0.52 0.00 0.03 0.00 0.00 99.45 23:15:22 23:08:01 all 0.08 0.00 0.03 0.00 0.00 99.89 23:15:22 23:08:01 0 0.00 0.00 0.00 0.00 0.00 100.00 23:15:22 23:08:01 1 0.05 0.00 0.02 0.00 0.00 99.93 23:15:22 23:08:01 2 0.05 0.00 0.03 0.00 0.00 99.92 23:15:22 23:08:01 3 0.22 0.00 0.07 0.00 0.00 99.72 23:15:22 23:09:01 all 0.02 0.00 0.03 0.00 0.00 99.95 23:15:22 23:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:15:22 23:09:01 1 0.02 0.00 0.03 0.00 0.00 99.95 23:15:22 23:09:01 2 0.03 0.00 0.02 0.00 0.00 99.95 23:15:22 23:09:01 3 0.02 0.00 0.05 0.00 0.00 99.93 23:15:22 23:10:01 all 0.16 0.00 0.07 0.03 0.00 99.75 23:15:22 23:10:01 0 0.03 0.00 0.08 0.00 0.00 99.88 23:15:22 23:10:01 1 0.05 0.00 0.08 0.08 0.00 99.78 23:15:22 23:10:01 2 0.02 0.00 0.03 0.02 0.00 99.93 23:15:22 23:10:01 3 0.53 0.00 0.07 0.02 0.00 99.38 23:15:22 23:11:01 all 0.16 0.00 0.05 0.06 0.00 99.73 23:15:22 23:11:01 0 0.05 0.00 0.03 0.00 0.00 99.92 23:15:22 23:11:01 1 0.05 0.00 0.12 0.25 0.00 99.58 23:15:22 23:11:01 2 0.03 0.00 0.02 0.00 0.00 99.95 23:15:22 23:11:01 3 0.50 0.00 0.03 0.00 0.00 99.47 23:15:22 23:12:01 all 0.15 0.00 0.02 0.00 0.01 99.82 23:15:22 23:12:01 0 0.00 0.00 0.02 0.00 0.02 99.97 23:15:22 23:12:01 1 0.05 0.00 0.03 0.00 0.00 99.92 23:15:22 23:12:01 2 0.02 0.00 0.03 0.00 0.02 99.93 23:15:22 23:12:01 3 0.52 0.00 0.02 0.00 0.00 99.47 23:15:22 23:13:01 all 0.16 0.00 0.03 0.00 0.00 99.81 23:15:22 23:13:01 0 0.05 0.00 0.07 0.00 0.00 99.88 23:15:22 23:13:01 1 0.05 0.00 0.03 0.00 0.00 99.92 23:15:22 23:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 23:15:22 23:13:01 3 0.52 0.00 0.02 0.00 0.00 99.47 23:15:22 23:14:01 all 0.18 0.00 0.03 0.01 0.00 99.78 23:15:22 23:14:01 0 0.03 0.00 0.05 0.00 0.00 99.92 23:15:22 23:14:01 1 0.03 0.00 0.02 0.00 0.00 99.95 23:15:22 23:14:01 2 0.05 0.00 0.02 0.05 0.00 99.88 23:15:22 23:14:01 3 0.58 0.00 0.03 0.00 0.00 99.38 23:15:22 23:15:01 all 3.42 0.00 2.32 2.25 0.03 91.97 23:15:22 23:15:01 0 3.25 0.00 2.55 0.86 0.02 93.33 23:15:22 23:15:01 1 2.91 0.00 2.44 1.46 0.03 93.15 23:15:22 23:15:01 2 2.68 0.00 1.76 1.19 0.03 94.34 23:15:22 23:15:01 3 4.86 0.00 2.52 5.51 0.05 87.06 23:15:22 Average: all 13.61 0.00 6.76 4.81 0.04 74.79 23:15:22 Average: 0 13.40 0.00 6.83 4.39 0.04 75.34 23:15:22 Average: 1 13.31 0.00 6.88 5.08 0.04 74.69 23:15:22 Average: 2 13.50 0.00 6.62 4.70 0.04 75.14 23:15:22 Average: 3 14.22 0.00 6.69 5.08 0.04 73.98 23:15:22 23:15:22 23:15:22