Pull request #3030 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 FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at c7b5d06303d1c1949c9ce5e99765f1d861064f89 rather than be6d57fa439772e4a3647b699ea935d606c43f14 Obtained Jenkinsfile from c7b5d06303d1c1949c9ce5e99765f1d861064f89 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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-22242 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [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/15 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c7b5d06303d1c1949c9ce5e99765f1d861064f89 into PR head commit be6d57fa439772e4a3647b699ea935d606c43f14 Merge succeeded, producing ab971426e09d93a2aadc827a1dc66e9768f776ec Checking out Revision ab971426e09d93a2aadc827a1dc66e9768f776ec (PR-3030) > git config core.sparsecheckout # timeout=10 > git checkout -f be6d57fa439772e4a3647b699ea935d606c43f14 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c7b5d06303d1c1949c9ce5e99765f1d861064f89 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ab971426e09d93a2aadc827a1dc66e9768f776ec # timeout=10 Commit message: "Merge commit 'c7b5d06303d1c1949c9ce5e99765f1d861064f89' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:23:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:23:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:23:43 ========================================================= 08:23:43 EdgeX Global Pipelines Version Info 08:23:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c314ff5a6c8ba0f2d5a03b91bbdd966e345d4970 # timeout=10 08:23:44 ------------------- 08:23:44 stable info: 08:23:44 ------------------- 08:23:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:23:44 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:23:44 Message: update stable to v1.0.179 08:23:45 ------------------- 08:23:45 experimental info: 08:23:45 ------------------- 08:23:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:23:45 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:23:45 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:23:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:23:46 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:23:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:23:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:23:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:23:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:23:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:23:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:23:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:23:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:23:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:23:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:23:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:23:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:23:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:23:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:23:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:23:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:23:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:23:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:23:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:23:48 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:23:48 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 08:23:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3030 [Pipeline] echo 08:23:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3030 [Pipeline] echo 08:23:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3030 [Pipeline] echo 08:23:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ab971426e09d93a2aadc827a1dc66e9768f776ec [Pipeline] echo 08:23:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ab97142 [Pipeline] echo 08:23:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:23:49 provisioning config files... 08:23:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config2870914790349774948tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:23:49 ---> docker-login.sh 08:23:49 nexus3.edgexfoundry.org:10001 08:23:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:23:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:23:49 Configure a credential helper to remove this warning. See 08:23:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:23:49 08:23:50 Login Succeeded 08:23:50 nexus3.edgexfoundry.org:10002 08:23:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:23:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:23:50 Configure a credential helper to remove this warning. See 08:23:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:23:50 08:23:50 Login Succeeded 08:23:50 nexus3.edgexfoundry.org:10003 08:23:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:23:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:23:50 Configure a credential helper to remove this warning. See 08:23:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:23:50 08:23:50 Login Succeeded 08:23:50 nexus3.edgexfoundry.org:10004 08:23:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:23:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:23:50 Configure a credential helper to remove this warning. See 08:23:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:23:50 08:23:50 Login Succeeded 08:23:50 docker.io 08:23:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:23:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:23:50 Configure a credential helper to remove this warning. See 08:23:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:23:50 08:23:50 Login Succeeded 08:23:50 ---> docker-login.sh ends [Pipeline] } 08:23:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:23:51 ++ 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 08:23:51 + for file in '`ls cmd/**/Dockerfile`' 08:23:51 ++ dirname cmd/core-command/Dockerfile 08:23:51 ++ cut -d/ -f2 08:23:51 + echo core-command,cmd/core-command/Dockerfile 08:23:51 + for file in '`ls cmd/**/Dockerfile`' 08:23:51 ++ dirname cmd/core-data/Dockerfile 08:23:51 ++ cut -d/ -f2 08:23:51 + echo core-data,cmd/core-data/Dockerfile 08:23:51 + for file in '`ls cmd/**/Dockerfile`' 08:23:51 ++ dirname cmd/core-metadata/Dockerfile 08:23:51 ++ cut -d/ -f2 08:23:51 + echo core-metadata,cmd/core-metadata/Dockerfile 08:23:51 + for file in '`ls cmd/**/Dockerfile`' 08:23:51 ++ dirname cmd/security-bootstrapper/Dockerfile 08:23:51 ++ cut -d/ -f2 08:23:51 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:23:51 + for file in '`ls cmd/**/Dockerfile`' 08:23:51 ++ dirname cmd/security-proxy-setup/Dockerfile 08:23:51 ++ cut -d/ -f2 08:23:51 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:23:51 + for file in '`ls cmd/**/Dockerfile`' 08:23:51 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:23:51 ++ cut -d/ -f2 08:23:51 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:23:51 + for file in '`ls cmd/**/Dockerfile`' 08:23:51 ++ dirname cmd/support-notifications/Dockerfile 08:23:51 ++ cut -d/ -f2 08:23:51 + echo support-notifications,cmd/support-notifications/Dockerfile 08:23:51 + for file in '`ls cmd/**/Dockerfile`' 08:23:51 ++ dirname cmd/support-scheduler/Dockerfile 08:23:51 ++ cut -d/ -f2 08:23:51 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:23:51 + for file in '`ls cmd/**/Dockerfile`' 08:23:51 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:23:51 ++ cut -d/ -f2 08:23:51 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:23:51 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 08:23:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:23:53 08:23:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:23:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:23:53 latest: Pulling from edgex-devops/git-semver 08:23:53 31603596830f: Pulling fs layer 08:23:53 2a8b12db71e7: Pulling fs layer 08:23:53 6ca5941a6612: Pulling fs layer 08:23:53 ecc8261a40a4: Pulling fs layer 08:23:53 ecc8261a40a4: Waiting 08:23:53 2a8b12db71e7: Verifying Checksum 08:23:53 2a8b12db71e7: Download complete 08:23:53 31603596830f: Verifying Checksum 08:23:53 31603596830f: Download complete 08:23:53 ecc8261a40a4: Verifying Checksum 08:23:53 ecc8261a40a4: Download complete 08:23:53 6ca5941a6612: Verifying Checksum 08:23:53 6ca5941a6612: Download complete 08:23:54 31603596830f: Pull complete 08:23:54 2a8b12db71e7: Pull complete 08:23:55 6ca5941a6612: Pull complete 08:23:56 ecc8261a40a4: Pull complete 08:23:56 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:23:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:23:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:23:56 prd-centos7-docker-4c-2g-22242 does not seem to be running inside a container 08:23:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 08:24:00 $ docker top 9de390da784e452f450ec3a631b467a37850e3109ba5545f05bc9eefcf6dfb5e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:24:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:24:00 [ssh-agent] Looking for ssh-agent implementation... 08:24:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:24:00 $ docker exec 9de390da784e452f450ec3a631b467a37850e3109ba5545f05bc9eefcf6dfb5e ssh-agent 08:24:00 SSH_AUTH_SOCK=/tmp/ssh-ChJbJPEDAdJu/agent.12 08:24:00 SSH_AGENT_PID=18 08:24:00 Running ssh-add (command line suppressed) 08:24:00 Identity added: /w/workspace/edgex-go/15@tmp/private_key_7819494114431433106.key (/w/workspace/edgex-go/15@tmp/private_key_7819494114431433106.key) 08:24:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:24:01 + git tag --points-at HEAD [Pipeline] } 08:24:01 $ docker exec --env ******** --env ******** 9de390da784e452f450ec3a631b467a37850e3109ba5545f05bc9eefcf6dfb5e ssh-agent -k 08:24:01 unset SSH_AUTH_SOCK; 08:24:01 unset SSH_AGENT_PID; 08:24:01 echo Agent pid 18 killed; 08:24:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:24:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:24:01 [ssh-agent] Looking for ssh-agent implementation... 08:24:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:24:01 $ docker exec 9de390da784e452f450ec3a631b467a37850e3109ba5545f05bc9eefcf6dfb5e ssh-agent 08:24:02 SSH_AUTH_SOCK=/tmp/ssh-GHGeNTyja5Nb/agent.46 08:24:02 SSH_AGENT_PID=51 08:24:02 Running ssh-add (command line suppressed) 08:24:02 Identity added: /w/workspace/edgex-go/15@tmp/private_key_4540287188354646759.key (/w/workspace/edgex-go/15@tmp/private_key_4540287188354646759.key) 08:24:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:24:02 + git semver init 08:24:02 # -> Open(): unable to determine branch for HEAD 08:24:02 # $GIT_DIR = /w/workspace/edgex-go/15/.git 08:24:02 # $GIT_WORK_TREE = /w/workspace/edgex-go/15 08:24:02 # $SEMVER_REMOTE_NAME = origin 08:24:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:24:02 # $SEMVER_USER_NAME = edgex-jenkins 08:24:02 # $SEMVER_BRANCH = PR-3030 08:24:02 # $SEMVER_TEMP = /tmp/semver-045710159 08:24:02 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:24:20 # '/tmp/semver-045710159' -> '/w/workspace/edgex-go/15/.semver' 08:24:20 # -> Force: false 08:24:20 # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } 08:24:20 $ docker exec --env ******** --env ******** 9de390da784e452f450ec3a631b467a37850e3109ba5545f05bc9eefcf6dfb5e ssh-agent -k 08:24:21 unset SSH_AUTH_SOCK; 08:24:21 unset SSH_AGENT_PID; 08:24:21 echo Agent pid 51 killed; 08:24:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:24:21 + git semver [Pipeline] } 08:24:21 $ docker stop --time=1 9de390da784e452f450ec3a631b467a37850e3109ba5545f05bc9eefcf6dfb5e 08:24:23 $ docker rm -f 9de390da784e452f450ec3a631b467a37850e3109ba5545f05bc9eefcf6dfb5e [Pipeline] // withDockerContainer [Pipeline] sh 08:24:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:24:24 Stashed 1 file(s) [Pipeline] echo 08:24:24 [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 08:24:25 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:24:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:24:26 + true 08:24:26 + sudo service docker restart 08:24:26 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:24:26 ========================================================= 08:24:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:24:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:24:27 + 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 . 08:24:30 Sending build context to Docker daemon 327.1MB 08:24:30 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:24:30 Step 2/6 : FROM ${BASE} 08:24:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:24:30 188c0c94c7c5: Pulling fs layer 08:24:30 0ef7d3d256c8: Pulling fs layer 08:24:30 de9db76c5a1d: Pulling fs layer 08:24:30 bca2f99d35d6: Pulling fs layer 08:24:30 93359f2a8cfa: Pulling fs layer 08:24:30 7c6f9722023f: Pulling fs layer 08:24:30 a35cf1a2eb13: Pulling fs layer 08:24:30 bca2f99d35d6: Waiting 08:24:30 93359f2a8cfa: Waiting 08:24:30 7c6f9722023f: Waiting 08:24:30 a35cf1a2eb13: Waiting 08:24:30 de9db76c5a1d: Verifying Checksum 08:24:30 de9db76c5a1d: Download complete 08:24:30 0ef7d3d256c8: Verifying Checksum 08:24:30 0ef7d3d256c8: Download complete 08:24:30 93359f2a8cfa: Verifying Checksum 08:24:30 93359f2a8cfa: Download complete 08:24:30 7c6f9722023f: Verifying Checksum 08:24:30 7c6f9722023f: Download complete 08:24:30 188c0c94c7c5: Verifying Checksum 08:24:30 188c0c94c7c5: Download complete 08:24:30 188c0c94c7c5: Pull complete 08:24:30 0ef7d3d256c8: Pull complete 08:24:31 de9db76c5a1d: Pull complete 08:24:32 a35cf1a2eb13: Verifying Checksum 08:24:32 a35cf1a2eb13: Download complete 08:24:32 bca2f99d35d6: Verifying Checksum 08:24:32 bca2f99d35d6: Download complete 08:24:39 bca2f99d35d6: Pull complete 08:24:39 93359f2a8cfa: Pull complete 08:24:39 7c6f9722023f: Pull complete 08:24:40 Still waiting to schedule task 08:24:40 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 08:24:46 a35cf1a2eb13: Pull complete 08:24:46 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:24:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:24:46 ---> a62c8e92a672 08:24:46 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 08:24:46 ---> Running in 7a189bccb87f 08:24:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:24:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:24:46 (1/12) Installing libmagic (5.38-r0) 08:24:47 (2/12) Installing file (5.38-r0) 08:24:47 (3/12) Installing libc-dev (0.7.2-r3) 08:24:47 (4/12) Installing g++ (9.3.0-r2) 08:24:50 (5/12) Installing fortify-headers (1.1-r0) 08:24:50 (6/12) Installing patch (2.7.6-r6) 08:24:51 (7/12) Installing build-base (0.5-r2) 08:24:51 (8/12) Installing libsodium (1.0.18-r0) 08:24:51 (9/12) Installing pkgconf (1.7.2-r0) 08:24:51 (10/12) Installing libsodium-dev (1.0.18-r0) 08:24:51 (11/12) Installing libzmq (4.3.3-r0) 08:24:51 (12/12) Installing zeromq-dev (4.3.3-r0) 08:24:51 Executing busybox-1.31.1-r19.trigger 08:24:51 OK: 233 MiB in 51 packages 08:24:55 Removing intermediate container 7a189bccb87f 08:24:55 ---> b603a71915a5 08:24:55 Step 4/6 : WORKDIR /edgex-go 08:24:55 ---> Running in f798c89da7fa 08:24:55 Removing intermediate container f798c89da7fa 08:24:55 ---> 0422831e72bc 08:24:55 Step 5/6 : COPY go.mod . 08:24:56 ---> d83997fe69c5 08:24:56 Step 6/6 : RUN go mod download 08:24:56 ---> Running in 94a13cc9ac3d 08:25:22 Removing intermediate container 94a13cc9ac3d 08:25:22 ---> 00cf621696d3 08:25:22 Successfully built 00cf621696d3 08:25:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:25:23 + docker inspect -f . ci-base-image-x86_64 08:25:23 . [Pipeline] withDockerContainer 08:25:24 prd-centos7-docker-4c-2g-22242 does not seem to be running inside a container 08:25:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 08:25:25 $ docker top 9e34fee76ff8b4698d8fd9df3b0f57f09a72d1167d7351ad8567bf8e12bc25ab -eo pid,comm [Pipeline] { [Pipeline] sh 08:25:25 + go version 08:25:25 go version go1.15.5 linux/amd64 [Pipeline] } 08:25:25 $ docker stop --time=1 9e34fee76ff8b4698d8fd9df3b0f57f09a72d1167d7351ad8567bf8e12bc25ab 08:25:27 $ docker rm -f 9e34fee76ff8b4698d8fd9df3b0f57f09a72d1167d7351ad8567bf8e12bc25ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:25:28 + docker inspect -f . ci-base-image-x86_64 08:25:28 . [Pipeline] withDockerContainer 08:25:28 prd-centos7-docker-4c-2g-22242 does not seem to be running inside a container 08:25:28 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 08:25:30 $ docker top 5412341c6540d0ba7e67eb460e6c30f9e10dd62c8bfa1a85186a814faffa275e -eo pid,comm [Pipeline] { [Pipeline] echo 08:25:30 ========================================================= 08:25:30 [edgeXBuildGoParallel] Running Tests and Build... 08:25:30 ========================================================= [Pipeline] sh 08:25:31 + make test 08:25:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:25:39 ? github.com/edgexfoundry/edgex-go [no test files] 08:25:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:25:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:25:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:25:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:25:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 08:26:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:26:01 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:26:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:26:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:26:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:26:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:26:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:26:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:26:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:26:05 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.075s coverage: 46.6% of statements 08:26:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:26:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:26:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:26:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:26:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:26:08 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.146s coverage: 27.0% of statements 08:26:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:26:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:26:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:26:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:26:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:26:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:26:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements 08:26:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:26:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.032s coverage: 100.0% of statements 08:26:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:26:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:26:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.077s coverage: 66.7% of statements 08:26:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:26:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:26:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.427s coverage: 82.3% of statements 08:26:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:26:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:26:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:26:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:26:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.310s coverage: 28.6% of statements 08:26:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:26:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:26:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:26:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:26:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:26:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.073s coverage: 100.0% of statements 08:26:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:26:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements 08:26:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:26:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.105s coverage: 86.7% of statements 08:26:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:26:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.129s coverage: 97.5% of statements 08:26:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:26:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements 08:26:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:26:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:26:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:26:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:26:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.378s coverage: 92.8% of statements 08:26:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:26:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:26:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:26:14 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:26:14 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:26:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:26:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:26:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:26:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:26:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:26:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:26:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:26:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:26:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:26:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:26:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:26:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:26:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:26:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements 08:26:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:26:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:26:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.046s coverage: 0.1% of statements 08:26:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:26:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:26:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:26:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.025s coverage: 43.8% of statements 08:26:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.047s coverage: 79.5% of statements 08:26:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.027s coverage: 94.1% of statements 08:26:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.039s coverage: 96.3% of statements 08:26:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.085s coverage: 94.4% of statements 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.026s coverage: 44.8% of statements 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.039s coverage: 84.2% of statements 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.065s coverage: 91.4% of statements 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.143s coverage: 63.5% of statements 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.248s coverage: 68.9% of statements 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 37.0% of statements 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.238s coverage: 84.0% of statements 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.089s coverage: 47.1% of statements 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.043s coverage: 100.0% of statements 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.639s coverage: 29.1% of statements 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:26:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:26:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 08:26:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 08:26:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 08:26:27 GO111MODULE=on go vet ./... 08:26:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22243 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws 08:26:28 Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout 08:26:33 using credential edgex-jenkins-ssh 08:26:33 Cloning the remote Git repository 08:26:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:26:34 > git init /w/workspace/edgex-go/15 # timeout=10 08:26:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:26:34 > git --version # timeout=10 08:26:34 > git --version # 'git version 2.17.1' 08:26:34 using GIT_SSH to set credentials SSH Credentials for GitHub 08:26:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:26:50 Merging remotes/origin/master commit c7b5d06303d1c1949c9ce5e99765f1d861064f89 into PR head commit be6d57fa439772e4a3647b699ea935d606c43f14 08:26:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:26:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:26:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:26:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:26:49 using GIT_SSH to set credentials SSH Credentials for GitHub 08:26:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:26:50 > git config core.sparsecheckout # timeout=10 08:26:50 > git checkout -f be6d57fa439772e4a3647b699ea935d606c43f14 # timeout=10 08:26:50 > git remote # timeout=10 08:26:50 > git config --get remote.origin.url # timeout=10 08:26:50 using GIT_SSH to set credentials SSH Credentials for GitHub 08:26:50 > git merge c7b5d06303d1c1949c9ce5e99765f1d861064f89 # timeout=10 08:26:51 Merge succeeded, producing 64b9c4b9136ab64acd5733859a47ec25364625e9 08:26:51 Checking out Revision 64b9c4b9136ab64acd5733859a47ec25364625e9 (PR-3030) 08:26:51 > git rev-parse HEAD^{commit} # timeout=10 08:26:51 > git config core.sparsecheckout # timeout=10 08:26:51 > git checkout -f 64b9c4b9136ab64acd5733859a47ec25364625e9 # timeout=10 08:26:54 gofmt -l . 08:26:54 [ "`gofmt -l .`" = "" ] 08:26:54 ./bin/test-go-mod-tidy.sh 08:26:54 ./bin/test-attribution-txt.sh [Pipeline] sh 08:26:54 + ls -al . 08:26:54 total 668 08:26:54 drwxrwxr-x 10 1001 1001 4096 Jan 22 08:26 . 08:26:54 drwxr-xr-x 4 root root 30 Jan 22 08:25 .. 08:26:54 -rw-rw-r-- 1 1001 1001 11 Jan 22 08:23 .dockerignore 08:26:54 drwxrwxr-x 8 1001 1001 179 Jan 22 08:23 .git 08:26:54 drwxrwxr-x 3 1001 1001 125 Jan 22 08:23 .github 08:26:54 -rw-rw-r-- 1 1001 1001 872 Jan 22 08:23 .gitignore 08:26:54 drwx------ 3 1001 1001 47 Jan 22 08:24 .semver 08:26:54 -rw-rw-r-- 1 1001 1001 166 Jan 22 08:23 .sonarcloud.properties 08:26:54 -rw-rw-r-- 1 1001 1001 7859 Jan 22 08:23 Attribution.txt 08:26:54 -rw-rw-r-- 1 1001 1001 3804 Jan 22 08:23 CONTRIBUTING.md 08:26:54 -rw-rw-r-- 1 1001 1001 931 Jan 22 08:23 Dockerfile.build 08:26:54 -rw-rw-r-- 1 1001 1001 863 Jan 22 08:23 Jenkinsfile 08:26:54 -rw-rw-r-- 1 1001 1001 10775 Jan 22 08:23 LICENSE 08:26:54 -rw-rw-r-- 1 1001 1001 6001 Jan 22 08:23 Makefile 08:26:54 -rw-rw-r-- 1 1001 1001 6524 Jan 22 08:23 README.md 08:26:54 -rw-rw-r-- 1 1001 1001 6755 Jan 22 08:23 SECURITY.md 08:26:54 -rw-rw-r-- 1 1001 1001 5 Jan 22 08:24 VERSION 08:26:54 -rw-rw-r-- 1 1001 1001 4131 Jan 22 08:23 ZMQWindows.md 08:26:54 drwxrwxr-x 2 1001 1001 117 Jan 22 08:23 bin 08:26:54 drwxrwxr-x 15 1001 1001 4096 Jan 22 08:23 cmd 08:26:54 -rw-r--r-- 1 root root 563886 Jan 22 08:26 coverage.out 08:26:54 -rw-r--r-- 1 root root 1053 Jan 22 08:26 go.mod 08:26:54 -rw-r--r-- 1 root root 18878 Jan 22 08:26 go.sum 08:26:54 drwxrwxr-x 8 1001 1001 127 Jan 22 08:23 internal 08:26:54 drwxrwxr-x 4 1001 1001 26 Jan 22 08:23 openapi 08:26:54 drwxrwxr-x 4 1001 1001 71 Jan 22 08:23 snap 08:26:54 -rw-rw-r-- 1 1001 1001 168 Jan 22 08:23 version.go [Pipeline] sh 08:26:54 + '[' -e coverage.out ] 08:26:54 + chown 1001:1001 coverage.out [Pipeline] stash 08:26:54 Stashed 1 file(s) [Pipeline] sh 08:26:55 + make build 08:26:55 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:26:55 Commit message: "Merge commit 'c7b5d06303d1c1949c9ce5e99765f1d861064f89' into HEAD" 08:26:55 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:26:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:26:55 > git rev-list --no-walk c314ff5a6c8ba0f2d5a03b91bbdd966e345d4970 # timeout=10 08:26:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:26:58 + sudo service docker restart 08:26:58 + true 08:26:59 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:27:00 provisioning config files... 08:27:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config4947075712853541083tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:27:01 ---> docker-login.sh 08:27:01 nexus3.edgexfoundry.org:10001 08:27:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:27:02 Configure a credential helper to remove this warning. See 08:27:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:27:02 08:27:02 Login Succeeded 08:27:02 nexus3.edgexfoundry.org:10002 08:27:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:27:03 Configure a credential helper to remove this warning. See 08:27:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:27:03 08:27:03 Login Succeeded 08:27:03 nexus3.edgexfoundry.org:10003 08:27:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:27:03 Configure a credential helper to remove this warning. See 08:27:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:27:03 08:27:03 Login Succeeded 08:27:03 nexus3.edgexfoundry.org:10004 08:27:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:27:04 Configure a credential helper to remove this warning. See 08:27:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:27:04 08:27:04 Login Succeeded 08:27:04 docker.io 08:27:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:27:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:27:05 Configure a credential helper to remove this warning. See 08:27:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:27:05 08:27:05 Login Succeeded 08:27:05 ---> docker-login.sh ends [Pipeline] } 08:27:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:27:05 ========================================================= 08:27:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:27:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:27:06 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 08:27:07 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 08:27:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:27:08 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 08:27:08 Sending build context to Docker daemon 165.9MB 08:27:08 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:27:08 Step 2/6 : FROM ${BASE} 08:27:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:27:08 5f621e34cdf4: Pulling fs layer 08:27:08 a4357932f1b6: Pulling fs layer 08:27:08 18c013af1878: Pulling fs layer 08:27:08 00ac8860ef70: Pulling fs layer 08:27:08 63d7cb157983: Pulling fs layer 08:27:08 b116817d02f9: Pulling fs layer 08:27:08 745a02a5169b: Pulling fs layer 08:27:08 00ac8860ef70: Waiting 08:27:08 63d7cb157983: Waiting 08:27:08 b116817d02f9: Waiting 08:27:08 745a02a5169b: Waiting 08:27:08 18c013af1878: Verifying Checksum 08:27:08 18c013af1878: Download complete 08:27:08 a4357932f1b6: Verifying Checksum 08:27:08 a4357932f1b6: Download complete 08:27:08 63d7cb157983: Verifying Checksum 08:27:08 63d7cb157983: Download complete 08:27:08 b116817d02f9: Verifying Checksum 08:27:08 b116817d02f9: Download complete 08:27:08 5f621e34cdf4: Verifying Checksum 08:27:08 5f621e34cdf4: Download complete 08:27: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 08:27:09 5f621e34cdf4: Pull complete 08:27:09 a4357932f1b6: Pull complete 08:27:10 18c013af1878: Pull complete 08:27:10 745a02a5169b: Verifying Checksum 08:27:10 745a02a5169b: Download complete 08:27:10 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 08:27:11 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 08:27:11 00ac8860ef70: Download complete 08:27:12 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 08:27:13 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 08:27: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 08:27:15 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 08:27:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 08:27:17 $ docker stop --time=1 5412341c6540d0ba7e67eb460e6c30f9e10dd62c8bfa1a85186a814faffa275e 08:27:19 $ docker rm -f 5412341c6540d0ba7e67eb460e6c30f9e10dd62c8bfa1a85186a814faffa275e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 08:27:22 00ac8860ef70: Pull complete 08:27:22 63d7cb157983: Pull complete 08:27:22 b116817d02f9: Pull complete [Pipeline] isUnix [Pipeline] sh 08:27:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:27:22 08:27:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:27:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:27:23 latest: Pulling from edgex-devops/edgex-compose 08:27:23 cbdbe7a5bc2a: Pulling fs layer 08:27:23 ca9280d653b3: Pulling fs layer 08:27:23 7e9c9ca2126c: Pulling fs layer 08:27:23 cbdbe7a5bc2a: Verifying Checksum 08:27:23 cbdbe7a5bc2a: Download complete 08:27:23 cbdbe7a5bc2a: Pull complete 08:27:24 ca9280d653b3: Verifying Checksum 08:27:24 ca9280d653b3: Download complete 08:27:25 ca9280d653b3: Pull complete 08:27:25 7e9c9ca2126c: Verifying Checksum 08:27:25 7e9c9ca2126c: Download complete 08:27:25 745a02a5169b: Pull complete 08:27:25 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:27:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:27:25 ---> b7e6874047d6 08:27:25 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 08:27:29 ---> Running in 473cd373083d 08:27:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:27:30 7e9c9ca2126c: Pull complete 08:27:30 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:27:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:27:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:27:30 prd-centos7-docker-4c-2g-22242 does not seem to be running inside a container 08:27:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 08:27:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:27:31 (1/12) Installing libmagic (5.38-r0) 08:27:31 (2/12) Installing file (5.38-r0) 08:27:32 (3/12) Installing libc-dev (0.7.2-r3) 08:27:32 (4/12) Installing g++ (9.3.0-r2) 08:27:33 $ docker top b7d4c1dc9644c170d9a446d73c9087163261524c41736725fbe8ccba41484cb1 -eo pid,comm [Pipeline] { [Pipeline] sh 08:27:33 + docker-compose build --help 08:27:33 + grep parallel 08:27:34 --parallel Build images in parallel. [Pipeline] } 08:27:34 $ docker stop --time=1 b7d4c1dc9644c170d9a446d73c9087163261524c41736725fbe8ccba41484cb1 08:27:36 $ docker rm -f b7d4c1dc9644c170d9a446d73c9087163261524c41736725fbe8ccba41484cb1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:27:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:27:36 . [Pipeline] withDockerContainer 08:27:36 prd-centos7-docker-4c-2g-22242 does not seem to be running inside a container 08:27:36 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 08:27:37 (5/12) Installing fortify-headers (1.1-r0) 08:27:37 (6/12) Installing patch (2.7.6-r6) 08:27:37 (7/12) Installing build-base (0.5-r2) 08:27:37 (8/12) Installing libsodium (1.0.18-r0) 08:27:37 (9/12) Installing pkgconf (1.7.2-r0) 08:27:37 (10/12) Installing libsodium-dev (1.0.18-r0) 08:27:37 (11/12) Installing libzmq (4.3.3-r0) 08:27:37 (12/12) Installing zeromq-dev (4.3.3-r0) 08:27:37 $ docker top dc37cb2f145a360eddd5a29a3479ca72b0f9b80c0b8d1b033c9d2a76d8199c65 -eo pid,comm 08:27:37 Executing busybox-1.31.1-r19.trigger 08:27:37 OK: 217 MiB in 51 packages [Pipeline] { [Pipeline] sh 08:27:38 + docker-compose -f ./docker-compose-build.yml build --parallel 08:27:39 Building docker-core-command-go ... 08:27:39 Building docker-core-data-go ... 08:27:39 Building docker-core-metadata-go ... 08:27:39 Building docker-security-bootstrapper-go ... 08:27:39 Building docker-security-proxy-setup-go ... 08:27:39 Building docker-security-secretstore-setup-go ... 08:27:39 Building docker-support-notifications-go ... 08:27:39 Building docker-support-scheduler-go ... 08:27:39 Building docker-sys-mgmt-agent-go ... 08:27:39 Building docker-support-notifications-go 08:27:39 Building docker-core-command-go 08:27:39 Building docker-core-data-go 08:27:39 Building docker-support-scheduler-go 08:27:39 Building docker-security-bootstrapper-go 08:27:42 Removing intermediate container 473cd373083d 08:27:42 ---> 2b3bb93e8d39 08:27:42 Step 4/6 : WORKDIR /edgex-go 08:27:42 ---> Running in fb5adbed7c3a 08:27:42 Removing intermediate container fb5adbed7c3a 08:27:42 ---> 7772e09aa03c 08:27:42 Step 5/6 : COPY go.mod . 08:27:43 ---> d8c812b24f65 08:27:43 Step 6/6 : RUN go mod download 08:27:43 ---> Running in ca407305d08e 08:28:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:28:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:28:05 ---> 00cf621696d3 08:28:05 Step 3/22 : WORKDIR /edgex-go 08:28:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:28:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:28:05 ---> 00cf621696d3 08:28:05 Step 3/23 : WORKDIR /edgex-go 08:28:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:28:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:28:05 ---> 00cf621696d3 08:28:05 Step 3/23 : WORKDIR /edgex-go 08:28:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:28:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:28:05 ---> 00cf621696d3 08:28:05 Step 3/22 : WORKDIR /edgex-go 08:28:05 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:28:05 Step 2/33 : FROM ${BUILDER_BASE} AS builder 08:28:05 ---> 00cf621696d3 08:28:05 Step 3/33 : WORKDIR /edgex-go 08:28:06 ---> Running in ee0dde7979f3 08:28:06 ---> Running in 4ce6d09efd8d 08:28:06 ---> Running in 45fcbfab335d 08:28:06 ---> Running in 5faf34178b42 08:28:06 ---> Running in 35a0d345e61f 08:28:07 Removing intermediate container 4ce6d09efd8d 08:28:07 ---> 83f2e6749133 08:28:07 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:28:07 Removing intermediate container 5faf34178b42 08:28:07 ---> 754b6828dd20 08:28:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:28:07 Removing intermediate container 35a0d345e61f 08:28:07 ---> efc6418b67e2 08:28:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:28:07 Removing intermediate container 45fcbfab335d 08:28:07 ---> d6dd52b9336e 08:28:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:28:07 Removing intermediate container ee0dde7979f3 08:28:07 ---> 567baced54ba 08:28:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:28:07 ---> Running in 04368495c339 08:28:07 ---> Running in 4714d418ca2e 08:28:07 ---> Running in 682d3e35f43b 08:28:07 ---> Running in 7c6aca8b8cca 08:28:07 ---> Running in 93523b17ea79 08:28:09 Removing intermediate container 682d3e35f43b 08:28:09 ---> 3eff968bea90 08:28:09 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:28:09 Removing intermediate container 4714d418ca2e 08:28:09 ---> 70b85750775d 08:28:09 Step 5/33 : RUN apk add --update --no-cache make git 08:28:09 ---> Running in e702d8a0ae41 08:28:09 Removing intermediate container 04368495c339 08:28:09 ---> a474f59506b5 08:28:09 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:28:09 ---> Running in 8368f23d6665 08:28:09 Removing intermediate container ca407305d08e 08:28:09 ---> bd379429a67b 08:28:09 Successfully built bd379429a67b 08:28:09 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:28:09 ---> Running in f6b61e09de2d 08:28:09 Removing intermediate container 7c6aca8b8cca 08:28:09 ---> 29425cc99901 08:28:09 Step 5/23 : RUN apk add --update --no-cache make git 08:28:09 ---> Running in cc378fd2a436 08:28:09 Removing intermediate container 93523b17ea79 08:28:09 ---> eba9cedb77a0 08:28:09 Step 5/22 : RUN apk add --update --no-cache make git 08:28:10 ---> Running in 8706abc87967 08:28:10 + docker inspect -f . ci-base-image-arm64 08:28:10 . [Pipeline] withDockerContainer 08:28:10 prd-ubuntu18.04-docker-arm64-4c-16g-22243 does not seem to be running inside a container 08:28:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 08:28:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:28:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:28:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:28:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:28:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:28:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:28:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:28:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:28:11 OK: 233 MiB in 51 packages 08:28:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:28:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:28:11 OK: 233 MiB in 51 packages 08:28:11 OK: 233 MiB in 51 packages 08:28:11 Removing intermediate container e702d8a0ae41 08:28:11 ---> ab261c0628ad 08:28:11 Step 6/23 : COPY go.mod . 08:28:12 $ docker top 4f17f90f01e4d130bf1b0e572180aa04967940249bd1c391a4f0344b75c2c69c -eo pid,comm 08:28:12 OK: 233 MiB in 51 packages 08:28:12 OK: 233 MiB in 51 packages [Pipeline] { [Pipeline] sh 08:28:12 ---> 0886831b3869 08:28:12 Step 7/23 : RUN go mod download 08:28:12 Removing intermediate container f6b61e09de2d 08:28:12 ---> 905beb58cf74 08:28:12 Step 6/22 : COPY go.mod . 08:28:12 Removing intermediate container 8368f23d6665 08:28:12 ---> 5c2dfb6d9bf2 08:28:12 Step 6/33 : COPY go.mod . 08:28:12 ---> Running in edd77592c8ac 08:28:12 ---> b86d5e5a5e32 08:28:12 Step 7/22 : RUN go mod download 08:28:13 + go version 08:28:13 go version go1.15.5 linux/arm64 [Pipeline] } 08:28:13 $ docker stop --time=1 4f17f90f01e4d130bf1b0e572180aa04967940249bd1c391a4f0344b75c2c69c 08:28:13 ---> Running in d78ff3b4f7f1 08:28:13 ---> a5586ffd2dcb 08:28:13 Step 7/33 : RUN go mod download 08:28:13 Removing intermediate container cc378fd2a436 08:28:13 ---> f7fcf06b931b 08:28:13 Step 6/23 : COPY go.mod . 08:28:13 Removing intermediate container 8706abc87967 08:28:13 ---> 1afb97a45b1a 08:28:13 Step 6/22 : COPY go.mod . 08:28:13 ---> Running in b63bf4e5d3f7 08:28:13 ---> 9cccb352033d 08:28:13 Step 7/23 : RUN go mod download 08:28:13 ---> 4f5a33f44788 08:28:13 Step 7/22 : RUN go mod download 08:28:14 ---> Running in d58aaa5ebaee 08:28:14 ---> Running in 2f6aab56165d 08:28:15 $ docker rm -f 4f17f90f01e4d130bf1b0e572180aa04967940249bd1c391a4f0344b75c2c69c 08:28:15 Removing intermediate container edd77592c8ac 08:28:15 ---> d12c206c4f01 08:28:15 Step 8/23 : COPY . . 08:28:15 Removing intermediate container b63bf4e5d3f7 08:28:15 ---> 6148c03693fe 08:28:15 Step 8/33 : COPY . . [Pipeline] // withDockerContainer 08:28:15 Removing intermediate container d78ff3b4f7f1 08:28:15 ---> cddcd2d06d97 08:28:15 Step 8/22 : COPY . . [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:28:16 + docker inspect -f . ci-base-image-arm64 08:28:16 . [Pipeline] withDockerContainer 08:28:16 prd-ubuntu18.04-docker-arm64-4c-16g-22243 does not seem to be running inside a container 08:28:16 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 08:28:17 $ docker top 57f3760c0ee2710a143182f55a2c270f5ddaed82092262d8434fb573d9cba3a8 -eo pid,comm [Pipeline] { [Pipeline] echo 08:28:18 ========================================================= 08:28:18 [edgeXBuildGoParallel] Running Tests and Build... 08:28:18 ========================================================= [Pipeline] sh 08:28:19 + make test 08:28:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:28:27 Removing intermediate container d58aaa5ebaee 08:28:27 ---> 34ffa815738b 08:28:27 Step 8/23 : COPY . . 08:28:27 Removing intermediate container 2f6aab56165d 08:28:27 ---> 3ab621ecc5cb 08:28:27 Step 8/22 : COPY . . 08:28:41 ? github.com/edgexfoundry/edgex-go [no test files] 08:28:54 ---> e33df51d74b7 08:28:54 Step 9/23 : RUN make cmd/core-data/core-data 08:28:55 ---> 9635ba024fc8 08:28:55 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:28:56 ---> e4e8df3b4bfc 08:28:56 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 08:28:57 ---> Running in eb994104168a 08:28:57 ---> Running in 10f8f2cb74e7 08:28:57 ---> Running in d52e33f801ca 08:28:59 ---> 37dbbe35aa57 08:28:59 Step 9/23 : RUN make cmd/core-command/core-command 08:28:59 ---> Running in bfc8b8d48a7c 08:29:00 ---> c6797f633b02 08:29:00 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:29:00 ---> Running in 9559a702a65f 08:29:00 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:29:00 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 08:29:00 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 08:29:01 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 08:29:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:29:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:29:28 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 08:29:31 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:29:33 Removing intermediate container 9559a702a65f 08:29:33 ---> ce50b0ba8f17 08:29:33 08:29:33 Step 10/22 : FROM alpine:3.12 08:29:34 3.12: Pulling from library/alpine 08:29:34 Removing intermediate container 10f8f2cb74e7 08:29:34 ---> 0477dbdabdd7 08:29:34 08:29:34 Step 10/22 : FROM alpine:3.12 08:29:34 Removing intermediate container bfc8b8d48a7c 08:29:34 ---> 9482e0432be4 08:29:34 08:29:34 Step 10/23 : FROM alpine:3.12 08:29:34 3.12: Pulling from library/alpine 08:29:34 3.12: Pulling from library/alpine 08:29:34 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:29:34 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:29:34 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:29:34 Status: Image is up to date for alpine:3.12 08:29:34 ---> 389fef711851 08:29:34 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:29:34 Status: Downloaded newer image for alpine:3.12 08:29:34 ---> 389fef711851 08:29:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:29:34 Status: Downloaded newer image for alpine:3.12 08:29:34 ---> 389fef711851 08:29:34 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:29:35 ---> Running in 2afeb618a477 08:29:35 ---> Running in 24910f84e313 08:29:35 ---> Running in 9b9759acc978 08:29:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:29:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:29:36 (1/2) Installing ca-certificates (20191127-r4) 08:29:36 (2/2) Installing dumb-init (1.2.2-r1) 08:29:36 Executing busybox-1.31.1-r19.trigger 08:29:36 Executing ca-certificates-20191127-r4.trigger 08:29:36 OK: 6 MiB in 16 packages 08:29:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:29:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:29:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:29:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:29:36 (1/1) Installing dumb-init (1.2.2-r1) 08:29:36 Executing busybox-1.31.1-r19.trigger 08:29:36 OK: 6 MiB in 15 packages 08:29:36 (1/1) Installing dumb-init (1.2.2-r1) 08:29:36 Executing busybox-1.31.1-r19.trigger 08:29:36 OK: 6 MiB in 15 packages 08:29:37 Removing intermediate container eb994104168a 08:29:37 ---> 5d3337e488f6 08:29:37 08:29:37 Step 10/23 : FROM alpine:3.12 08:29:37 ---> 389fef711851 08:29:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:29:38 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:29:38 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:29:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 08:29:39 ---> Running in 3ec91a62622a 08:29:40 Removing intermediate container d52e33f801ca 08:29:40 ---> b3c61cb4af6d 08:29:40 08:29:40 Step 10/33 : FROM alpine:3.12 08:29:40 ---> 389fef711851 08:29:40 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 08:29:40 Removing intermediate container 2afeb618a477 08:29:40 ---> 88e89a941fe1 08:29:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:29:40 ---> Running in 1ae738c1e444 08:29:40 ---> Running in f90a536be3a3 08:29:40 Removing intermediate container 24910f84e313 08:29:40 ---> 5f64f4843205 08:29:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:29:40 Removing intermediate container 3ec91a62622a 08:29:40 ---> 0b1fa220b1f5 08:29:40 Step 12/23 : ENV APP_PORT=48080 08:29:40 Removing intermediate container 9b9759acc978 08:29:40 ---> af220555ed61 08:29:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:29:41 ---> Running in e45a1eb1d1a1 08:29:41 ---> Running in 49c893bd75c2 08:29:41 ---> Running in cf52483f0abe 08:29:41 Removing intermediate container f90a536be3a3 08:29:41 ---> b0bb8dfda70f 08:29:41 Step 13/22 : ENV APP_PORT=48060 08:29:41 ---> Running in 911d557a380e 08:29:41 Removing intermediate container e45a1eb1d1a1 08:29:41 ---> cd15a6cfde31 08:29:41 Step 13/22 : ENV APP_PORT=48085 08:29:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:29:41 Removing intermediate container 49c893bd75c2 08:29:41 ---> 074c510e32bf 08:29:41 Step 13/23 : EXPOSE $APP_PORT 08:29:41 Removing intermediate container cf52483f0abe 08:29:41 ---> 7d83260b20e7 08:29:41 Step 13/23 : ENV APP_PORT=48082 08:29:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:29:41 ---> Running in d741ac414747 08:29:41 ---> Running in 59594af48e4e 08:29:41 (1/3) Installing dumb-init (1.2.2-r1) 08:29:41 (2/3) Installing openssl (1.1.1i-r0) 08:29:41 ---> Running in 60a8a40adcce 08:29:41 (3/3) Installing su-exec (0.2-r1) 08:29:41 Executing busybox-1.31.1-r19.trigger 08:29:41 OK: 6 MiB in 17 packages 08:29:41 Removing intermediate container 911d557a380e 08:29:41 ---> 8a85b823a7a7 08:29:41 Step 14/22 : EXPOSE $APP_PORT 08:29:42 ---> Running in 05cdb8e93e6e 08:29:42 Removing intermediate container d741ac414747 08:29:42 ---> e10cf7520b6f 08:29:42 Step 14/22 : EXPOSE $APP_PORT 08:29:42 Removing intermediate container 60a8a40adcce 08:29:42 ---> a93443fb202f 08:29:42 Step 14/23 : EXPOSE $APP_PORT 08:29:42 Removing intermediate container 59594af48e4e 08:29:42 ---> ff3f0fababaa 08:29:42 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:29:42 ---> Running in b936cde68897 08:29:43 ---> Running in a0ba2b56c988 08:29:43 ---> Running in c883c8bd0445 08:29:43 Removing intermediate container 05cdb8e93e6e 08:29:43 ---> 3b0ff61feb76 08:29:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:29:43 Removing intermediate container b936cde68897 08:29:43 ---> 643eb8205174 08:29:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:29:43 Removing intermediate container 1ae738c1e444 08:29:43 ---> 708f2b9cf3cb 08:29:43 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:29:43 Removing intermediate container c883c8bd0445 08:29:43 ---> 45e099a1296e 08:29:43 Step 15/23 : WORKDIR / 08:29:43 ---> 8b5aefd1d8b4 08:29:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:29:43 ---> Running in ddd97da6bc39 08:29:43 ---> Running in edaa65fe09ac 08:29:44 ---> 0fc637811eff 08:29:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:29:44 Removing intermediate container ddd97da6bc39 08:29:44 ---> 80aee3652cc3 08:29:44 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 08:29:44 ---> Running in 2410fa86df1b 08:29:44 Removing intermediate container edaa65fe09ac 08:29:44 ---> a727dce8d2b4 08:29:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:29:44 ---> 1bf8842c85b9 08:29:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:29:44 Removing intermediate container a0ba2b56c988 08:29:44 ---> f55bd2916df2 08:29:44 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:29:44 Removing intermediate container 2410fa86df1b 08:29:44 ---> d31e4dbfb323 08:29:44 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 08:29:44 ---> Running in 1705c32c96fb 08:29:44 ---> 724339d796c9 08:29:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:29:44 ---> b2f118be385c 08:29:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:29:45 ---> 5d0bbe1ee96f 08:29:45 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:29:45 ---> Running in 879c265a4bdd 08:29:45 ---> Running in 7ff7dcb37a68 08:29:45 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:29:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:29:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:29:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:29:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:29:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:29:45 ---> 203cd1d7e8dd 08:29:45 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:29:45 ---> d5103e09fd7d 08:29:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:29:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:29:46 ---> Running in 07e8b5237f6c 08:29:46 Connecting to github.com (140.82.114.3:443) 08:29:46 Removing intermediate container 7ff7dcb37a68 08:29:46 ---> 59c13c615b5a 08:29:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:29:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:29:46 ---> 2072a7203b9c 08:29:46 Step 19/23 : ENTRYPOINT ["/core-command"] 08:29:46 ---> Running in f8de2c7f3eaa 08:29:46 Removing intermediate container 07e8b5237f6c 08:29:46 ---> e27906cf579e 08:29:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:29:46 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.74.172:443) 08:29:46  ---> Running in 53e82b11a1d0 08:29:46 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 08:29:46  ---> Running in 56279f71ef0b 08:29:46 Removing intermediate container f8de2c7f3eaa 08:29:46 ---> 2d43a09cd58f 08:29:46 Step 20/22 : LABEL arch=x86_64 08:29:46 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 08:29:46 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 08:29:46 dockerize 08:29:46 Removing intermediate container 53e82b11a1d0 08:29:46 ---> e98832721867 08:29:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:29:46 ---> Running in f91f80d2e09c 08:29:46 (1/6) Installing dumb-init (1.2.2-r1) 08:29:46 ---> Running in 3118ca09716a 08:29:46 Removing intermediate container 56279f71ef0b 08:29:46 ---> ef14611d0635 08:29:46 Step 20/22 : LABEL arch=x86_64 08:29:46 (2/6) Installing libgcc (9.3.0-r2) 08:29:46 (3/6) Installing libsodium (1.0.18-r0) 08:29:47 ---> Running in e5767a31b7b2 08:29:47 (4/6) Installing libstdc++ (9.3.0-r2) 08:29:47 (5/6) Installing libzmq (4.3.3-r0) 08:29:47 Removing intermediate container f91f80d2e09c 08:29:47 ---> f50c89a2b795 08:29:47 Step 21/22 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec 08:29:47 Removing intermediate container 3118ca09716a 08:29:47 ---> 3c666a1eee1a 08:29:47 Step 21/23 : LABEL arch=x86_64 08:29:47 (6/6) Installing zeromq (4.3.3-r0) 08:29:47 Executing busybox-1.31.1-r19.trigger 08:29:47 OK: 8 MiB in 20 packages 08:29:47 ---> Running in 73bc222e72a3 08:29:47 Removing intermediate container e5767a31b7b2 08:29:47 ---> d06ee3c14cdf 08:29:47 Step 21/22 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec 08:29:47 ---> Running in a6cbec58062f 08:29:47 ---> Running in bcfbc58e7169 08:29:47 Removing intermediate container 879c265a4bdd 08:29:47 ---> 073af00c17e0 08:29:47 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 08:29:48 ---> Running in f1075d8ae320 08:29:48 Removing intermediate container 73bc222e72a3 08:29:48 ---> 2b5a380ae853 08:29:48 Step 22/22 : LABEL version=0.0.0 08:29:48 Removing intermediate container a6cbec58062f 08:29:48 ---> 36c2f8140e18 08:29:48 Step 22/23 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec 08:29:48 Removing intermediate container bcfbc58e7169 08:29:48 ---> cc1c6dc1975d 08:29:48 Step 22/22 : LABEL version=0.0.0 08:29:48 ---> Running in bc634859912b 08:29:48 ---> Running in 77adc6dc6468 08:29:48 ---> Running in daab2afe2ca9 08:29:48 Removing intermediate container 1705c32c96fb 08:29:48 ---> a520496f47ae 08:29:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:29:48 Removing intermediate container f1075d8ae320 08:29:48 ---> 6ad3fec9b00a 08:29:48 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:29:48 ---> Running in d1a943429371 08:29:48 Removing intermediate container bc634859912b 08:29:48 ---> f286d5451ab6 08:29:48 Step 23/23 : LABEL version=0.0.0 08:29:48 Removing intermediate container 77adc6dc6468 08:29:48 ---> e65cb186bfd8 08:29:48 08:29:48 Removing intermediate container daab2afe2ca9 08:29:48 ---> cde1073cc948 08:29:48 08:29:49 Successfully built cde1073cc948 08:29:49 Successfully built e65cb186bfd8 08:29:49 ---> deb148c07b7a 08:29:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:29:49 Successfully tagged docker-support-scheduler-go:latest 08:29:49  Building docker-support-scheduler-go ... done  ---> Running in 9e3cefc783ed 08:29:49 Building docker-security-proxy-setup-go 08:29:49 Successfully tagged docker-support-notifications-go:latest 08:29:49 Building docker-security-secretstore-setup-go 08:29:49  Building docker-support-notifications-go ... done Removing intermediate container d1a943429371 08:29:49 ---> c3962ac3b4b9 08:29:49 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} 08:29:49 ---> Running in 5c637f7afb4c 08:29:49 Removing intermediate container 9e3cefc783ed 08:29:49 ---> b67b46e9dede 08:29:49 08:29:49 Successfully built b67b46e9dede 08:29:49 Successfully tagged docker-core-command-go:latest 08:29:49 Building docker-core-metadata-go 08:29:49  Building docker-core-command-go ... done  ---> 4e1ae13a5752 08:29:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:29:49 Move dockerize executable 08:29:50 ---> 1498e571e24b 08:29:50 Step 19/23 : ENTRYPOINT ["/core-data"] 08:29:50 ---> Running in e957dc4386ec 08:29:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:29:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:29:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:29:53 Removing intermediate container e957dc4386ec 08:29:53 ---> 9f5a0623abf4 08:29:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:29:53 Removing intermediate container 5c637f7afb4c 08:29:53 ---> 3b37de57b420 08:29:53 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 08:29:57 ---> Running in 87ab6f8505c9 08:29:57 ---> Running in 7000cff7d1d2 08:29:57 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.333s coverage: 46.6% of statements 08:29:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:29:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:29:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:29:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:29:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:29:57 Removing intermediate container 7000cff7d1d2 08:29:57 ---> 930e24d5ed85 08:29:57 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:29:57 Removing intermediate container 87ab6f8505c9 08:29:57 ---> 51e58a38c9f9 08:29:57 Step 21/23 : LABEL arch=x86_64 08:29:57 ---> Running in d10da720d711 08:29:57 ---> b13e867298cb 08:29:57 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:29:57 Removing intermediate container d10da720d711 08:29:57 ---> b5ca29572920 08:29:57 Step 22/23 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec 08:29:58 ---> Running in c982ede1a16a 08:29:58 ---> Running in 6f8edffdaa4c 08:29:58 Removing intermediate container 6f8edffdaa4c 08:29:58 ---> d9db3d2535de 08:29:58 Step 23/23 : LABEL version=0.0.0 08:30:01 ---> Running in 6562a2910cca 08:30:04 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.495s coverage: 27.0% of statements 08:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:30:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements 08:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:30:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.168s coverage: 100.0% of statements 08:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:30:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.298s coverage: 66.7% of statements 08:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:30:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.692s coverage: 82.3% of statements 08:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:30:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:30:06 Removing intermediate container 6562a2910cca 08:30:06 ---> 396e6704d1db 08:30:06 08:30:06 Successfully built 396e6704d1db 08:30:06 Successfully tagged docker-core-data-go:latest 08:30:06  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go 08:30:07 Removing intermediate container c982ede1a16a 08:30:07 ---> 1efb7e7a93b5 08:30:07 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 08:30:10 ---> 98e899259278 08:30:10 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:30:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:30:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:30:10 ---> 00cf621696d3 08:30:10 Step 3/23 : WORKDIR /edgex-go 08:30:10 ---> Using cache 08:30:10 ---> 567baced54ba 08:30:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:30:10 ---> Using cache 08:30:10 ---> eba9cedb77a0 08:30:10 Step 5/23 : RUN apk add --update --no-cache make git 08:30:10 ---> Using cache 08:30:10 ---> 1afb97a45b1a 08:30:10 Step 6/23 : COPY go.mod . 08:30:10 ---> Using cache 08:30:10 ---> 4f5a33f44788 08:30:10 Step 7/23 : RUN go mod download 08:30:10 ---> Using cache 08:30:10 ---> 3ab621ecc5cb 08:30:10 Step 8/23 : COPY . . 08:30:10 ---> Using cache 08:30:10 ---> c6797f633b02 08:30:10 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:30:10 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:30:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:30:10 ---> 00cf621696d3 08:30:10 Step 3/24 : WORKDIR /edgex-go 08:30:10 ---> Using cache 08:30:10 ---> 567baced54ba 08:30:10 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:30:10 ---> Using cache 08:30:10 ---> eba9cedb77a0 08:30:10 Step 5/24 : RUN apk add --update --no-cache make git 08:30:10 ---> Using cache 08:30:10 ---> 1afb97a45b1a 08:30:10 Step 6/24 : COPY go.mod . 08:30:10 ---> Using cache 08:30:10 ---> 4f5a33f44788 08:30:10 Step 7/24 : RUN go mod download 08:30:10 ---> Using cache 08:30:10 ---> 3ab621ecc5cb 08:30:10 Step 8/24 : COPY . . 08:30:10 ---> Using cache 08:30:10 ---> c6797f633b02 08:30:10 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:30:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:30:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:30:11 ---> 00cf621696d3 08:30:11 Step 3/21 : WORKDIR /edgex-go 08:30:11 ---> Using cache 08:30:11 ---> 567baced54ba 08:30:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:30:11 ---> Using cache 08:30:11 ---> eba9cedb77a0 08:30:11 Step 5/21 : RUN apk add --update --no-cache make git 08:30:11 ---> Using cache 08:30:11 ---> 1afb97a45b1a 08:30:11 Step 6/21 : COPY go.mod . 08:30:11 ---> Using cache 08:30:11 ---> 4f5a33f44788 08:30:11 Step 7/21 : RUN go mod download 08:30:11 ---> Using cache 08:30:11 ---> 3ab621ecc5cb 08:30:11 Step 8/21 : COPY . . 08:30:11 ---> Using cache 08:30:11 ---> c6797f633b02 08:30:11 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:30:12 ---> Running in 10b712267d60 08:30:12 ---> Running in c92290e4d8f5 08:30:12 ---> Running in 33d289e27071 08:30:12 ---> 5ff0d06053d1 08:30:12 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:30:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.256s coverage: 28.6% of statements 08:30:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:30:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:30:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:30:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:30:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:30:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.137s coverage: 100.0% of statements 08:30:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:30:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements 08:30:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:30:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.326s coverage: 86.7% of statements 08:30:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:30:13 ---> 986d223ebe8b 08:30:13 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 08:30:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:30:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.297s coverage: 97.5% of statements 08:30:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:30:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.192s coverage: 78.3% of statements 08:30:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:30:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:30:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:30:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:30: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 08:30:14 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 08:30:14 ---> 8443f226b8c3 08:30:14 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:30:15 ---> aae0325f7380 08:30:15 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 08:30:16 ---> Running in fa7ee27b1044 08:30:18 Removing intermediate container fa7ee27b1044 08:30:18 ---> 22326d27deb8 08:30:18 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:30:18 ---> a76e44ac9ee6 08:30:18 Step 28/33 : RUN chmod +x /entrypoint.sh 08:30:20 ---> Running in f33c8876027b 08:30:22 Removing intermediate container f33c8876027b 08:30:22 ---> 97ed0fb26c01 08:30:22 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 08:30:23 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:30:23 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:30:23 ---> 00cf621696d3 08:30:23 Step 3/26 : WORKDIR /edgex-go 08:30:23 ---> Using cache 08:30:23 ---> 567baced54ba 08:30:23 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:30:23 ---> Using cache 08:30:23 ---> eba9cedb77a0 08:30:23 Step 5/26 : RUN apk add --update --no-cache make bash git 08:30:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.260s coverage: 92.8% of statements 08:30:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:30:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:30:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:30:24 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:30:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 08:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:30:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.155s coverage: 0.1% of statements 08:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:30:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:30:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:30:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.089s coverage: 43.8% of statements 08:30:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.094s coverage: 79.5% of statements 08:30:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements 08:30:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.149s coverage: 96.3% of statements 08:30:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements 08:30:24 ---> Running in 483ea51a48a4 08:30:24 ---> Running in 18f5864cfebe 08:30:24 Removing intermediate container 483ea51a48a4 08:30:24 ---> 552fdcbecf7e 08:30:24 Step 30/33 : CMD ["gate"] 08:30:25 ---> Running in c00fcd1bd471 08:30:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:30:25 Removing intermediate container c00fcd1bd471 08:30:25 ---> fb7e73c05ad4 08:30:25 Step 31/33 : LABEL arch=x86_64 08:30:25 ---> Running in ab32820a77e1 08:30:25 Removing intermediate container ab32820a77e1 08:30:25 ---> 3ffcae1ca18c 08:30:25 Step 32/33 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec 08:30:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:30:26 ---> Running in 608c64fc808d 08:30:26 Removing intermediate container 608c64fc808d 08:30:26 ---> eb4915f6af89 08:30:26 Step 33/33 : LABEL version=0.0.0 08:30:26 ---> Running in 7fab887e7455 08:30:26 OK: 233 MiB in 51 packages 08:30:27 Removing intermediate container 7fab887e7455 08:30:27 ---> 90f6d2539a26 08:30:27 08:30:27 Successfully built 90f6d2539a26 08:30:27 Successfully tagged docker-security-bootstrapper-go:latest 08:30:27  Building docker-security-bootstrapper-go ... done Removing intermediate container 18f5864cfebe 08:30:27 ---> ef9af6a5e8e4 08:30:27 Step 6/26 : COPY go.mod . 08:30:28 ---> 9cf6f5e28caa 08:30:28 Step 7/26 : RUN go mod download 08:30:28 ---> Running in e6cfb56199ee 08:30:32 Removing intermediate container e6cfb56199ee 08:30:32 ---> ed2cf041c6ab 08:30:32 Step 8/26 : COPY . . 08:30:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.067s coverage: 94.4% of statements 08:30:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements 08:30:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:30:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:30:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:30:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:30:35 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 08:30:35 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 08:30:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.088s coverage: 87.2% of statements 08:30:36 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:30:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:30:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 08:30:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:30:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements 08:30:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:30:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 08:30:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements 08:30:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.123s coverage: 84.2% of statements 08:30:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.175s coverage: 91.4% of statements 08:30:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:30:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.693s coverage: 63.5% of statements 08:30:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:30:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:30:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.094s coverage: 100.0% of statements 08:30:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.076s coverage: 91.3% of statements 08:30:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements 08:30:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.104s coverage: 73.7% of statements 08:30:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements 08:30:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.826s coverage: 68.9% of statements 08:30:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:30:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:30:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 08:30:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 08:30:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 08:30:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.421s coverage: 37.0% of statements 08:30:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:30:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:30:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.726s coverage: 84.0% of statements 08:30:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.122s coverage: 100.0% of statements 08:30:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.343s coverage: 47.1% of statements 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:30:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:30:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements 08:30:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:30:53 Removing intermediate container 33d289e27071 08:30:53 ---> e9d3a412a784 08:30:53 08:30:53 Step 10/24 : FROM alpine:3.12 08:30:53 ---> 389fef711851 08:30:53 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 08:30:53 Removing intermediate container c92290e4d8f5 08:30:53 ---> ba10fd5082fa 08:30:53 08:30:53 Step 10/21 : FROM alpine:3.12 08:30:53 ---> 389fef711851 08:30:53 Step 11/21 : RUN apk add --update --no-cache curl 08:30:53 ---> Running in 8a905c705ec5 08:30:54 ---> Running in 739a37a1e07f 08:30:54 Removing intermediate container 10b712267d60 08:30:54 ---> 545c8c289718 08:30:54 08:30:54 Step 10/23 : FROM alpine:3.12 08:30:54 ---> 389fef711851 08:30:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:30:54 ---> Using cache 08:30:54 ---> af220555ed61 08:30:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:30:54 ---> Using cache 08:30:54 ---> 7d83260b20e7 08:30:54 Step 13/23 : ENV APP_PORT=48081 08:30:54 ---> 808caacc0ef8 08:30:54 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:30:54 ---> Running in 647b17feaa8e 08:30:54 ---> Running in bf5b96f8175f 08:30:55 Removing intermediate container 647b17feaa8e 08:30:55 ---> ac2bb87e9a75 08:30:55 Step 14/23 : EXPOSE $APP_PORT 08:30:55 ---> Running in ca94d6a1857c 08:30:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:30:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:30:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:30:55 Removing intermediate container ca94d6a1857c 08:30:55 ---> ab15e74794d3 08:30:55 Step 15/23 : WORKDIR / 08:30:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:30:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:30:55 ---> Running in d4c75dba2fd9 08:30:55 (1/5) Installing ca-certificates (20191127-r4) 08:30:55 (1/4) Installing ca-certificates (20191127-r4) 08:30:55 (2/5) Installing nghttp2-libs (1.41.0-r0) 08:30:55 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:30:55 (3/5) Installing libcurl (7.69.1-r3) 08:30:55 (3/4) Installing libcurl (7.69.1-r3) 08:30:55 (4/4) Installing curl (7.69.1-r3) 08:30:55 (4/5) Installing curl (7.69.1-r3) 08:30:55 Executing busybox-1.31.1-r19.trigger 08:30:55 (5/5) Installing dumb-init (1.2.2-r1) 08:30:55 Executing busybox-1.31.1-r19.trigger 08:30:55 Executing ca-certificates-20191127-r4.trigger 08:30:55 Executing ca-certificates-20191127-r4.trigger 08:30:56 OK: 7 MiB in 18 packages 08:30:56 OK: 7 MiB in 19 packages 08:30:56 Removing intermediate container d4c75dba2fd9 08:30:56 ---> c47b6567d7e8 08:30:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:30:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.970s coverage: 29.1% of statements 08:30:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:30:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:30:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:30:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:30:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:30:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.172s coverage: 99.0% of statements 08:30:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:30:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements 08:30:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:30:56 ok github.com/edgexfoundry/edgex-go/internal/system 0.058s coverage: 0.0% of statements 08:30:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:30:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements 08:30:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:30:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:30:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:30:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:30:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements 08:30:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:30:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:30:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 08:30:57 ---> 6fc07a070a5e 08:30:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:30:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 08:30:57 Removing intermediate container 739a37a1e07f 08:30:57 ---> ee78a0d9eb98 08:30:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:30:58 Removing intermediate container 8a905c705ec5 08:30:58 ---> 1473346338a9 08:30:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:30:58 ---> Running in 2e5e580566be 08:30:58 ---> 5d64dedd1e0c 08:30:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:30:58 ---> Running in 88d7d1439dd8 08:30:58 Removing intermediate container 2e5e580566be 08:30:58 ---> b93eee4dc610 08:30:58 Step 13/21 : WORKDIR /edgex 08:30:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 100.0% of statements 08:30:59 GO111MODULE=on go vet ./... 08:31:00 ---> Running in 29969c1cd23d 08:31:00 Removing intermediate container 88d7d1439dd8 08:31:00 ---> 07a311fe39e7 08:31:00 Step 13/24 : WORKDIR / 08:31:00 ---> a4bf98d14272 08:31:00 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:31:00 ---> Running in 64ece4aafb5e 08:31:00 ---> Running in 2e2bc69a3bc4 08:31:00 Removing intermediate container 29969c1cd23d 08:31:00 ---> b9679b1b2ba5 08:31:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:31:00 Removing intermediate container 64ece4aafb5e 08:31:00 ---> b0f8caaf55ca 08:31:00 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:31:00 Removing intermediate container 2e2bc69a3bc4 08:31:00 ---> 0ad5bbd47595 08:31:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:31:00 ---> Running in 9742d0ce2de7 08:31:01 ---> d6fc8a8b9b65 08:31:01 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:31:01 Removing intermediate container 9742d0ce2de7 08:31:01 ---> 9344c86215d5 08:31:01 Step 21/23 : LABEL arch=x86_64 08:31:01 ---> f13d1373bae7 08:31:01 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:31:01 ---> Running in 3cce3a3e32de 08:31:01 ---> c0bf1d9ee602 08:31:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:31:02 ---> 4e0e093738fa 08:31:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:31:02 Removing intermediate container 3cce3a3e32de 08:31:02 ---> 3d8e33f49983 08:31:02 Step 22/23 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec 08:31:02 ---> Running in cb91d85ec91d 08:31:02 ---> 3035c1dc5544 08:31:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:31:02 ---> 180219893d18 08:31:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:31:03 ---> Running in c6a4ed0b87b1 08:31:03 Removing intermediate container cb91d85ec91d 08:31:03 ---> fe76c2420b94 08:31:03 Step 23/23 : LABEL version=0.0.0 08:31:03 ---> Running in a51c2d253803 08:31:03 ---> 7ccf44d4e3e3 08:31:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:31:03 Removing intermediate container c6a4ed0b87b1 08:31:03 ---> 560349d37b08 08:31:03 Step 18/21 : CMD ["--init=true"] 08:31:03 Removing intermediate container a51c2d253803 08:31:03 ---> 01dffa09dd4f 08:31:03 08:31:03 ---> Running in f745565e417a 08:31:04 ---> b375734037f9 08:31:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:31:04 Successfully built 01dffa09dd4f 08:31:04 Successfully tagged docker-core-metadata-go:latest 08:31:04  Building docker-core-metadata-go ... done Removing intermediate container f745565e417a 08:31:04 ---> cab98b81ac8a 08:31:04 Step 19/21 : LABEL arch=x86_64 08:31:04 ---> Running in f310fd5de606 08:31:04 ---> da0dffb32c90 08:31:04 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/ 08:31:04 Removing intermediate container f310fd5de606 08:31:04 ---> 204373093f6d 08:31:04 Step 20/21 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec 08:31:04 ---> Running in 2a2723d1f36b 08:31:04 ---> Running in 1c23174bdd08 08:31:05 Removing intermediate container 1c23174bdd08 08:31:05 ---> 12e6471f9748 08:31:05 Step 21/21 : LABEL version=0.0.0 08:31:05 ---> Running in 0a159e805ca4 08:31:05 Removing intermediate container 0a159e805ca4 08:31:05 ---> 08232bade376 08:31:05 08:31:06 Successfully built 08232bade376 08:31:06 Successfully tagged docker-security-proxy-setup-go:latest 08:31:06  Building docker-security-proxy-setup-go ... done Removing intermediate container bf5b96f8175f 08:31:06 ---> 7800f3f49d63 08:31:06 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:31:06 ---> Running in afbcc7547f29 08:31:06 Removing intermediate container 2a2723d1f36b 08:31:06 ---> fe5980a08c18 08:31:06 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:31:06 ---> Running in e8672065e5a8 08:31:07 Removing intermediate container e8672065e5a8 08:31:07 ---> 371262d53d3e 08:31:07 Step 22/24 : LABEL arch=x86_64 08:31:07 ---> Running in b27c3579e75d 08:31:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:31:07 Removing intermediate container b27c3579e75d 08:31:07 ---> 4a8b776bd069 08:31:07 Step 23/24 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec 08:31:07 ---> Running in c7a87418226c 08:31:07 Removing intermediate container c7a87418226c 08:31:07 ---> a2409c1e4729 08:31:07 Step 24/24 : LABEL version=0.0.0 08:31:07 ---> Running in 94b3e584957d 08:31:08 Removing intermediate container 94b3e584957d 08:31:08 ---> e87b807073da 08:31:08 08:31:08 Successfully built e87b807073da 08:31:08 Successfully tagged docker-security-secretstore-setup-go:latest 08:31:08  Building docker-security-secretstore-setup-go ... done Removing intermediate container afbcc7547f29 08:31:08 ---> 2b87606ccdce 08:31:08 08:31:08 Step 11/26 : FROM docker:20.10.0 08:31:08 20.10.0: Pulling from library/docker 08:31:13 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:31:13 Status: Downloaded newer image for docker:20.10.0 08:31:13 ---> aefe523efa57 08:31:13 Step 12/26 : RUN apk add --no-cache bash 08:31:13 ---> Running in c6324ba2ed55 08:31:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:31:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:31:14 (1/2) Installing readline (8.0.4-r0) 08:31:14 (2/2) Installing bash (5.0.17-r0) 08:31:14 Executing bash-5.0.17-r0.post-install 08:31:14 Executing busybox-1.31.1-r19.trigger 08:31:14 OK: 12 MiB in 22 packages 08:31:14 Removing intermediate container c6324ba2ed55 08:31:14 ---> cd44cecb0356 08:31:14 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:31:14 ---> Running in d57abbf0cca0 08:31:14 Removing intermediate container d57abbf0cca0 08:31:14 ---> 9f71b8e54693 08:31:14 Step 14/26 : ENV APP_PORT=48090 08:31:14 ---> Running in 527e72939b48 08:31:14 Removing intermediate container 527e72939b48 08:31:14 ---> 7c2413e53012 08:31:14 Step 15/26 : EXPOSE $APP_PORT 08:31:15 ---> Running in bd1779e23a63 08:31:15 Removing intermediate container bd1779e23a63 08:31:15 ---> dd6377d71830 08:31:15 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:31:15 ---> fc908211c5a8 08:31:15 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:31:16 ---> ec9eaf6091b6 08:31:16 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:31:16 ---> 109acaefc3bc 08:31:16 Step 19/26 : RUN apk --no-cache add py3-pip 08:31:16 ---> Running in fec7d924e22e 08:31:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:31:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:31:17 (1/33) Installing libbz2 (1.0.8-r1) 08:31:17 (2/33) Installing expat (2.2.9-r1) 08:31:17 (3/33) Installing libffi (3.3-r2) 08:31:17 (4/33) Installing gdbm (1.13-r1) 08:31:17 (5/33) Installing xz-libs (5.2.5-r0) 08:31:17 (6/33) Installing sqlite-libs (3.32.1-r0) 08:31:17 (7/33) Installing python3 (3.8.5-r0) 08:31:18 (8/33) Installing py3-appdirs (1.4.4-r1) 08:31:18 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:31:18 (10/33) Installing py3-parsing (2.4.7-r0) 08:31:18 (11/33) Installing py3-six (1.15.0-r0) 08:31:18 (12/33) Installing py3-packaging (20.4-r0) 08:31:18 (13/33) Installing py3-setuptools (47.0.0-r0) 08:31:18 (14/33) Installing py3-chardet (3.0.4-r4) 08:31:18 (15/33) Installing py3-idna (2.9-r0) 08:31:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:31:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:31:18 (18/33) Installing py3-requests (2.23.0-r0) 08:31:18 (19/33) Installing py3-msgpack (1.0.0-r0) 08:31:18 (20/33) Installing py3-lockfile (0.12.2-r3) 08:31:18 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:31:18 (22/33) Installing py3-colorama (0.4.3-r0) 08:31:18 (23/33) Installing py3-distlib (0.3.0-r0) 08:31:18 (24/33) Installing py3-distro (1.5.0-r1) 08:31:18 (25/33) Installing py3-webencodings (0.5.1-r3) 08:31:18 (26/33) Installing py3-html5lib (1.0.1-r4) 08:31:18 (27/33) Installing py3-pytoml (0.1.21-r0) 08:31:18 (28/33) Installing py3-pep517 (0.8.2-r0) 08:31:18 (29/33) Installing py3-progress (1.5-r0) 08:31:18 (30/33) Installing py3-toml (0.10.1-r0) 08:31:18 (31/33) Installing py3-retrying (1.3.3-r0) 08:31:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:31:18 (33/33) Installing py3-pip (20.1.1-r0) 08:31:18 Executing busybox-1.31.1-r19.trigger 08:31:18 OK: 71 MiB in 55 packages 08:31:26 Removing intermediate container fec7d924e22e 08:31:26 ---> a6c9355e2b4e 08:31:26 Step 20/26 : RUN pip install docker-compose==1.23.2 08:31:26 ---> Running in 1ab66f38cdad 08:31:27 Collecting docker-compose==1.23.2 08:31:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:31:27 Collecting docopt<0.7,>=0.6.1 08:31:27 Downloading docopt-0.6.2.tar.gz (25 kB) 08:31:27 Collecting PyYAML<4,>=3.10 08:31:28 Downloading PyYAML-3.13.tar.gz (270 kB) 08:31:28 Collecting websocket-client<1.0,>=0.32.0 08:31:28 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:31:29 Collecting texttable<0.10,>=0.9.0 08:31:29 Downloading texttable-0.9.1.tar.gz (11 kB) 08:31:29 Collecting cached-property<2,>=1.2.0 08:31:29 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:31:29 Collecting docker<4.0,>=3.6.0 08:31:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:31:29 Collecting dockerpty<0.5,>=0.4.1 08:31:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:31:30 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:31:30 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:31:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:31:30 Collecting jsonschema<3,>=2.5.1 08:31:30 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:31:30 Collecting docker-pycreds>=0.4.0 08:31:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:31:30 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) 08:31:30 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) 08:31:30 Collecting urllib3<1.25,>=1.21.1 08:31:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:31:31 Collecting idna<2.8,>=2.5 08:31:31 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:31:31 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:31:31 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:31:31 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:31:31 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:31:31 Installing collected packages: docopt, PyYAML, websocket-client, texttable, cached-property, docker-pycreds, urllib3, idna, requests, docker, dockerpty, jsonschema, docker-compose 08:31:31 Running setup.py install for docopt: started 08:31:32 Running setup.py install for docopt: finished with status 'done' 08:31:32 Running setup.py install for PyYAML: started 08:31:33 Running setup.py install for PyYAML: finished with status 'done' 08:31:33 Running setup.py install for texttable: started 08:31:33 Running setup.py install for texttable: finished with status 'done' 08:31:33 Attempting uninstall: urllib3 08:31:33 Found existing installation: urllib3 1.25.9 08:31:33 Uninstalling urllib3-1.25.9: 08:31:33 Successfully uninstalled urllib3-1.25.9 08:31:33 Attempting uninstall: idna 08:31:33 Found existing installation: idna 2.9 08:31:33 Uninstalling idna-2.9: 08:31:33 Successfully uninstalled idna-2.9 08:31:33 Attempting uninstall: requests 08:31:33 Found existing installation: requests 2.23.0 08:31:33 Uninstalling requests-2.23.0: 08:31:34 Successfully uninstalled requests-2.23.0 08:31:34 Running setup.py install for dockerpty: started 08:31:34 Running setup.py install for dockerpty: finished with status 'done' 08:31:35 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 08:31:37 Removing intermediate container 1ab66f38cdad 08:31:37 ---> c0311a73c9a7 08:31:37 Step 21/26 : RUN apk --no-cache add curl 08:31:37 ---> Running in b7faa0207a8f 08:31:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:31:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:31:38 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:31:38 (2/3) Installing libcurl (7.69.1-r3) 08:31:38 (3/3) Installing curl (7.69.1-r3) 08:31:38 Executing busybox-1.31.1-r19.trigger 08:31:38 OK: 72 MiB in 58 packages 08:31:38 Removing intermediate container b7faa0207a8f 08:31:38 ---> 79e403615e03 08:31:38 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 08:31:38 ---> Running in 5125f9b4c757 08:31:39 Removing intermediate container 5125f9b4c757 08:31:39 ---> 9108976cacf6 08:31:39 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:31:39 ---> Running in 0b3cc2dcdf9e 08:31:39 Removing intermediate container 0b3cc2dcdf9e 08:31:39 ---> 1559e5a9a063 08:31:39 Step 24/26 : LABEL arch=x86_64 08:31:39 ---> Running in 7d0af5f1beaf 08:31:39 Removing intermediate container 7d0af5f1beaf 08:31:39 ---> a3c938927709 08:31:39 Step 25/26 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec 08:31:39 ---> Running in 27a3ab43a6ce 08:31:39 Removing intermediate container 27a3ab43a6ce 08:31:39 ---> e7d1151bb8e8 08:31:39 Step 26/26 : LABEL version=0.0.0 08:31:39 ---> Running in b7afc712cf08 08:31:39 Removing intermediate container b7afc712cf08 08:31:39 ---> 4be8af7cb89f 08:31:39 08:31:40 Successfully built 4be8af7cb89f 08:31:40 Successfully tagged docker-sys-mgmt-agent-go:latest 08:31:40  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:31:40 $ docker stop --time=1 dc37cb2f145a360eddd5a29a3479ca72b0f9b80c0b8d1b033c9d2a76d8199c65 08:31:42 $ docker rm -f dc37cb2f145a360eddd5a29a3479ca72b0f9b80c0b8d1b033c9d2a76d8199c65 [Pipeline] // withDockerContainer [Pipeline] sh 08:31:42 + docker images 08:31:42 + grep docker 08:31:43 docker-sys-mgmt-agent-go latest 4be8af7cb89f 4 seconds ago 313MB 08:31:43 docker-security-secretstore-setup-go latest e87b807073da 36 seconds ago 24.6MB 08:31:43 docker-security-proxy-setup-go latest 08232bade376 38 seconds ago 24.4MB 08:31:43 docker-core-metadata-go latest 01dffa09dd4f 40 seconds ago 18.8MB 08:31:43 docker-security-bootstrapper-go latest 90f6d2539a26 About a minute ago 41.5MB 08:31:43 docker-core-data-go latest 396e6704d1db About a minute ago 22.3MB 08:31:43 docker-core-command-go latest b67b46e9dede About a minute ago 16.3MB 08:31:43 docker-support-scheduler-go latest cde1073cc948 About a minute ago 16.4MB 08:31:43 docker-support-notifications-go latest e65cb186bfd8 About a minute ago 16.9MB 08:31:43 docker 20.10.0 aefe523efa57 6 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 08:31:59 Still waiting to schedule task 08:31:59 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 08:32:07 gofmt -l . 08:32:08 [ "`gofmt -l .`" = "" ] 08:32:10 ./bin/test-go-mod-tidy.sh 08:32:11 ./bin/test-attribution-txt.sh [Pipeline] sh 08:32:13 + ls -al . 08:32:13 total 696 08:32:13 drwxrwxr-x 9 1001 1001 4096 Jan 22 08:32 . 08:32:13 drwxr-xr-x 4 root root 4096 Jan 22 08:28 .. 08:32:13 -rw-rw-r-- 1 1001 1001 11 Jan 22 08:26 .dockerignore 08:32:13 drwxrwxr-x 8 1001 1001 4096 Jan 22 08:26 .git 08:32:13 drwxrwxr-x 3 1001 1001 4096 Jan 22 08:26 .github 08:32:13 -rw-rw-r-- 1 1001 1001 872 Jan 22 08:26 .gitignore 08:32:13 -rw-rw-r-- 1 1001 1001 166 Jan 22 08:26 .sonarcloud.properties 08:32:13 -rw-rw-r-- 1 1001 1001 7859 Jan 22 08:26 Attribution.txt 08:32:13 -rw-rw-r-- 1 1001 1001 3804 Jan 22 08:26 CONTRIBUTING.md 08:32:13 -rw-rw-r-- 1 1001 1001 931 Jan 22 08:26 Dockerfile.build 08:32:13 -rw-rw-r-- 1 1001 1001 863 Jan 22 08:26 Jenkinsfile 08:32:13 -rw-rw-r-- 1 1001 1001 10775 Jan 22 08:26 LICENSE 08:32:13 -rw-rw-r-- 1 1001 1001 6001 Jan 22 08:26 Makefile 08:32:13 -rw-rw-r-- 1 1001 1001 6524 Jan 22 08:26 README.md 08:32:13 -rw-rw-r-- 1 1001 1001 6755 Jan 22 08:26 SECURITY.md 08:32:13 -rw-rw-r-- 1 1001 1001 5 Jan 22 08:24 VERSION 08:32:13 -rw-rw-r-- 1 1001 1001 4131 Jan 22 08:26 ZMQWindows.md 08:32:13 drwxrwxr-x 2 1001 1001 4096 Jan 22 08:26 bin 08:32:13 drwxrwxr-x 15 1001 1001 4096 Jan 22 08:26 cmd 08:32:13 -rw-r--r-- 1 root root 563886 Jan 22 08:30 coverage.out 08:32:13 -rw-r--r-- 1 root root 1053 Jan 22 08:32 go.mod 08:32:13 -rw-r--r-- 1 root root 18878 Jan 22 08:32 go.sum 08:32:13 drwxrwxr-x 8 1001 1001 4096 Jan 22 08:26 internal 08:32:13 drwxrwxr-x 4 1001 1001 4096 Jan 22 08:26 openapi 08:32:13 drwxrwxr-x 4 1001 1001 4096 Jan 22 08:26 snap 08:32:13 -rw-rw-r-- 1 1001 1001 168 Jan 22 08:26 version.go [Pipeline] sh 08:32:13 + '[' -e coverage.out ] 08:32:13 + chown 1001:1001 coverage.out [Pipeline] stash 08:32:14 Warning: overwriting stash ‘coverage-report’ 08:32:15 Stashed 1 file(s) [Pipeline] sh 08:32:16 + make build 08:32:16 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 08:32:28 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 08:32:47 Running on prd-ubuntu18.04-docker-8c-8g-22244 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws 08:32:47 Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout 08:32:49 using credential edgex-jenkins-ssh 08:32:49 Cloning the remote Git repository 08:32:49 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:32:49 > git init /w/workspace/edgex-go/15 # timeout=10 08:32:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:32:49 > git --version # timeout=10 08:32:49 > git --version # 'git version 2.17.1' 08:32:49 using GIT_SSH to set credentials SSH Credentials for GitHub 08:32:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:32:50 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 08:32:53 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 08:32:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:32:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:32:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:32:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:32:55 using GIT_SSH to set credentials SSH Credentials for GitHub 08:32:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:32:56 Merging remotes/origin/master commit c7b5d06303d1c1949c9ce5e99765f1d861064f89 into PR head commit be6d57fa439772e4a3647b699ea935d606c43f14 08:32:56 Merge succeeded, producing a02596a4c56ad68a003be570749166c72afff91e 08:32:56 Checking out Revision a02596a4c56ad68a003be570749166c72afff91e (PR-3030) 08:32:56 > git config core.sparsecheckout # timeout=10 08:32:56 > git checkout -f be6d57fa439772e4a3647b699ea935d606c43f14 # timeout=10 08:32:56 > git remote # timeout=10 08:32:56 > git config --get remote.origin.url # timeout=10 08:32:56 using GIT_SSH to set credentials SSH Credentials for GitHub 08:32:56 > git merge c7b5d06303d1c1949c9ce5e99765f1d861064f89 # timeout=10 08:32:56 > git rev-parse HEAD^{commit} # timeout=10 08:32:56 > git config core.sparsecheckout # timeout=10 08:32:56 > git checkout -f a02596a4c56ad68a003be570749166c72afff91e # timeout=10 08:32:57 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 08:32:59 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 08:33:00 Commit message: "Merge commit 'c7b5d06303d1c1949c9ce5e99765f1d861064f89' into HEAD" 08:33:00 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:33:01 + echo snap-build.sh 08:33:01 snap-build.sh 08:33:01 + SNAP_BASE_DIR=. 08:33:01 + '[' '!' -z /w/workspace/edgex-go/15 ']' 08:33:01 + SNAP_BASE_DIR=/w/workspace/edgex-go/15 08:33:01 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/15]' 08:33:01 [snap-build] Building snap in dir [/w/workspace/edgex-go/15] 08:33:01 + cd /w/workspace/edgex-go/15 08:33:01 + sudo apt-get remove -qy --purge lxd lxd-client 08:33:01 Reading package lists... 08:33:00 > git rev-list --no-walk c314ff5a6c8ba0f2d5a03b91bbdd966e345d4970 # timeout=10 08:33:01 Building dependency tree... 08:33:01 Reading state information... 08:33:02 The following packages were automatically installed and are no longer required: 08:33:02 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 08:33:02 uidmap xdelta3 08:33:02 Use 'sudo apt autoremove' to remove them. 08:33:02 The following packages will be REMOVED: 08:33:02 lxd* lxd-client* 08:33:02 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 08:33:02 After this operation, 31.7 MB disk space will be freed. 08:33:03 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 08:33:03 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 08:33:04 Removing lxd dnsmasq configuration 08:33:04 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 08:33:04 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 08:33:04 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 08:33:05 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 08:33:05 (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.) 08:33:05 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 08:33:07 Processing triggers for systemd (237-3ubuntu10.42) ... 08:33:07 Processing triggers for ureadahead (0.100.0-21) ... 08:33:07 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 08:33:08 + sudo snap remove --purge lxd 08:33:08 snap "lxd" is not installed 08:33:08 + sudo groupadd --force --system lxd 08:33:08 ++ whoami 08:33:08 + sudo /usr/sbin/usermod -G lxd -a jenkins 08:33:08 + newgrp - lxd 08:33:08 + sudo snap install lxd 08:33: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 08:33:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:33:20 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 08:33:21 2021-01-22T08:33:18Z INFO Waiting for automatic snapd restart... 08:33: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 08:33:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 08:33:35 $ docker stop --time=1 57f3760c0ee2710a143182f55a2c270f5ddaed82092262d8434fb573d9cba3a8 08:33:36 lxd 4.10 from Canonical* installed 08:33:36 + sudo lxd init --auto 08:33:37 $ docker rm -f 57f3760c0ee2710a143182f55a2c270f5ddaed82092262d8434fb573d9cba3a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:33:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:33:39 08:33:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:33:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:33:40 latest: Pulling from edgex-devops/edgex-compose-arm64 08:33:40 29e5d40040c1: Pulling fs layer 08:33:40 1ce36da41761: Pulling fs layer 08:33:40 25b303627fd3: Pulling fs layer 08:33:40 29e5d40040c1: Verifying Checksum 08:33:40 29e5d40040c1: Download complete 08:33:41 1ce36da41761: Download complete 08:33:41 29e5d40040c1: Pull complete 08:33:42 1ce36da41761: Pull complete 08:33:42 25b303627fd3: Verifying Checksum 08:33:42 25b303627fd3: Download complete 08:33:46 + sudo snap install --classic snapcraft 08:33:50 snapcraft 4.4.4 from Canonical* installed 08:33:50 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 08:33:50 + patch --verbose -p1 08:33:50 Hmm... Looks like a unified diff to me... 08:33:50 The text leading up to this was: 08:33:50 -------------------------- 08:33:50 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 08:33:50 |From: Tony Espy 08:33:50 |Date: Wed, 16 Dec 2020 16:34:55 -0500 08:33:50 |Subject: [PATCH] optimize snap build for pipeline CI check 08:33:50 | 08:33:50 |This patch is used by the EdgeX CI pipeline builds to 08:33:50 |optimize the snap CI check run for pull requests. When 08:33:50 |applied, it essentially strips out everything (apps and 08:33:50 |parts) from the snapcraft.yaml file except those required 08:33:50 |to build edgex-go, as the whole idea of the CI check is to 08:33:50 |catch changes to edgex-go that break the snap build. 08:33:50 | 08:33:50 |In general, anyone updating snapcraft.yaml will also need 08:33:50 |to update this patch file, otherwise it may fail to apply, 08:33:50 |resulting in a failed snap build CI check in the associated 08:33:50 |pull request. 08:33:50 | 08:33:50 |Note - in addition to applying this patch, the pipeline also 08:33:50 |only primes the snap (e.g. `snapcraft prime`), as there's no 08:33:50 |need to build the finally binary .snap file (and it won't 08:33:50 |work with the patch applied). This further reduces the build 08:33:50 |time. 08:33:50 |--- 08:33:50 | snap/snapcraft.yaml | 461 +------------------------------------------- 08:33:50 | 1 file changed, 2 insertions(+), 459 deletions(-) 08:33:50 | 08:33:50 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 08:33:50 |index 1e537489..faf42425 100644 08:33:50 |--- a/snap/snapcraft.yaml 08:33:50 |+++ b/snap/snapcraft.yaml 08:33:50 -------------------------- 08:33:50 patching file snap/snapcraft.yaml 08:33:50 Using Plan A... 08:33:50 Hunk #1 succeeded at 73. 08:33:50 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 08:33:50 Hunk #3 succeeded at 214 (offset -1 lines). 08:33:50 Hunk #4 succeeded at 222 (offset -1 lines). 08:33:50 Hunk #5 succeeded at 229 (offset -1 lines). 08:33:50 Hunk #6 succeeded at 256 (offset -1 lines). 08:33:50 Hunk #7 succeeded at 290 (offset -1 lines). 08:33:50 Hunk #8 succeeded at 342. 08:33:50 Hmm... Ignoring the trailing garbage. 08:33:50 done 08:33:50 + sudo snapcraft prime --use-lxd 08:33:51 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 08:33:51 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: 08:33:51 - README.md 08:33:51 - snapcraft.yaml.orig 08:33:51 08:33:51 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:33:52 Launching a container. 08:33:53 25b303627fd3: Pull complete 08:33:53 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:33:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:33:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:33:53 prd-ubuntu18.04-docker-arm64-4c-16g-22243 does not seem to be running inside a container 08:33:53 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 08:33:56 $ docker top a243f405d942e47ed852fb6b9a90dc2e5538ada133ad600b4adab530e7801ace -eo pid,comm [Pipeline] { [Pipeline] sh 08:33:57 + docker-compose build --help 08:33:57 + grep parallel 08:34:01 --parallel Build images in parallel. [Pipeline] } 08:34:01 $ docker stop --time=1 a243f405d942e47ed852fb6b9a90dc2e5538ada133ad600b4adab530e7801ace 08:34:03 $ docker rm -f a243f405d942e47ed852fb6b9a90dc2e5538ada133ad600b4adab530e7801ace [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:34:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:34:04 . [Pipeline] withDockerContainer 08:34:04 Waiting for container to be ready 08:34:04 To start your first instance, try: lxc launch ubuntu:18.04 08:34:04 08:34:04 prd-ubuntu18.04-docker-arm64-4c-16g-22243 does not seem to be running inside a container 08:34:04 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 08:34:05 $ docker top 6bce2f2a31e3b6b50012b1664799c6aa73c707e3c56c02d756d21cd593ecda97 -eo pid,comm [Pipeline] { [Pipeline] sh 08:34:06 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 08:34:07 + docker-compose -f ./docker-compose-build.yml build --parallel 08:34:07 Waiting for network to be ready... 08:34:07 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:34:07 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:34:08 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:34:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 08:34:08 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:34:08 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:34:08 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:34:08 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:34:08 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:34:08 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:34:08 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:34:08 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 08:34:08 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 08:34:08 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 08:34:08 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 08:34:08 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 08:34:08 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 08:34:08 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 08:34:08 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:34:09 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 08:34:09 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 08:34:09 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 08:34:09 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 08:34:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 08:34:09 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 08:34:09 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 08:34:09 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 08:34:11 Building docker-core-command-go ... 08:34:11 Building docker-core-data-go ... 08:34:11 Building docker-core-metadata-go ... 08:34:11 Building docker-security-bootstrapper-go ... 08:34:11 Building docker-security-proxy-setup-go ... 08:34:11 Building docker-security-secretstore-setup-go ... 08:34:11 Building docker-support-notifications-go ... 08:34:11 Building docker-support-scheduler-go ... 08:34:11 Building docker-sys-mgmt-agent-go ... 08:34:11 Building docker-core-metadata-go 08:34:11 Building docker-security-secretstore-setup-go 08:34:11 Building docker-core-command-go 08:34:11 Building docker-sys-mgmt-agent-go 08:34:11 Building docker-security-proxy-setup-go 08:34:11 Fetched 23.8 MB in 4s (5441 kB/s) 08:34:12 Reading package lists... 08:34:12 Reading package lists... 08:34:12 Building dependency tree... 08:34:12 Reading state information... 08:34:12 The following additional packages will be installed: 08:34:12 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:34:12 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:34:12 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:34:12 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 08:34:12 Suggested packages: 08:34:12 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 08:34:12 Recommended packages: 08:34:12 gnupg libsasl2-modules 08:34:12 The following NEW packages will be installed: 08:34:12 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:34:12 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:34:12 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:34:12 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 08:34:12 The following packages will be upgraded: 08:34:12 gpg gpg-agent gpgconf libudev1 08:34:12 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 08:34:12 Need to get 3533 kB of archives. 08:34:12 After this operation, 13.3 MB of additional disk space will be used. 08:34:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 08:34:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 08:34:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 08:34:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 08:34:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 08:34:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 08:34:13 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 08:34:13 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 08:34:13 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 08:34:13 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 08:34:14 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 08:34:14 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 08:34:14 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 08:34:14 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 08:34:14 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 08:34:14 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 08:34:14 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 08:34:14 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 08:34:14 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 08:34:14 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 08:34:14 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 08:34:14 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 08:34:14 debconf: delaying package configuration, since apt-utils is not installed 08:34:14 Fetched 3533 kB in 1s (3203 kB/s) 08:34:14 (Reading database ... 12511 files and directories currently installed.) 08:34:14 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 08:34:14 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 08:34:14 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 08:34:14 Selecting previously unselected package udev. 08:34:14 (Reading database ... 12511 files and directories currently installed.) 08:34:14 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 08:34:14 Unpacking udev (237-3ubuntu10.44) ... 08:34:14 Selecting previously unselected package libfuse2:amd64. 08:34:14 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 08:34:14 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:34:14 Selecting previously unselected package fuse. 08:34:14 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 08:34:14 Unpacking fuse (2.9.7-1ubuntu1) ... 08:34:14 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 08:34:15 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:34:15 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 08:34:15 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:34:15 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 08:34:15 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:34:15 Selecting previously unselected package libksba8:amd64. 08:34:15 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 08:34:15 Unpacking libksba8:amd64 (1.3.5-2) ... 08:34:15 Selecting previously unselected package libroken18-heimdal:amd64. 08:34:15 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:34:15 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:34:15 Selecting previously unselected package libasn1-8-heimdal:amd64. 08:34:15 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:34:15 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:34:15 Selecting previously unselected package libheimbase1-heimdal:amd64. 08:34:15 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:34:15 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:34:15 Selecting previously unselected package libhcrypto4-heimdal:amd64. 08:34:15 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:34:15 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:34:15 Selecting previously unselected package libwind0-heimdal:amd64. 08:34:15 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:34:15 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:34:15 Selecting previously unselected package libhx509-5-heimdal:amd64. 08:34:15 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:34:15 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:34:16 Selecting previously unselected package libkrb5-26-heimdal:amd64. 08:34:16 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:34:16 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:34:16 Selecting previously unselected package libheimntlm0-heimdal:amd64. 08:34:16 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:34:16 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:34:16 Selecting previously unselected package libgssapi3-heimdal:amd64. 08:34:16 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:34:16 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:34:16 Selecting previously unselected package libsasl2-modules-db:amd64. 08:34:16 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:34:16 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:34:16 Selecting previously unselected package libsasl2-2:amd64. 08:34:16 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:34:16 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:34:16 Selecting previously unselected package libldap-common. 08:34:16 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 08:34:16 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 08:34:16 Selecting previously unselected package libldap-2.4-2:amd64. 08:34:16 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 08:34:16 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 08:34:16 Selecting previously unselected package dirmngr. 08:34:16 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 08:34:16 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 08:34:16 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 08:34:16 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 08:34:16 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:34:16 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:34:17 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:34:17 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 08:34:17 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:34:17 Setting up libksba8:amd64 (1.3.5-2) ... 08:34:17 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:34:17 Setting up udev (237-3ubuntu10.44) ... 08:34:17 invoke-rc.d: policy-rc.d denied execution of start. 08:34:17 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:34:17 Processing triggers for systemd (237-3ubuntu10) ... 08:34:17 Setting up fuse (2.9.7-1ubuntu1) ... 08:34:17 Setting up gpg (2.2.4-1ubuntu1.3) ... 08:34:17 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:34:17 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:34:17 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:34:17 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:34:17 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:34:18 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:34:18 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:34:18 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 08:34:18 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 08:34:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:34:18 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 08:34:18 settings in the [Install] section, and DefaultInstance for template units). 08:34:18 This means they are not meant to be enabled using systemctl. 08:34:18 Possible reasons for having this kind of units are: 08:34:18 1) A unit may be statically enabled by being symlinked from another unit's 08:34:18 .wants/ or .requires/ directory. 08:34:18 2) A unit's purpose may be to act as a helper for some other unit which has 08:34:18 a requirement dependency on it. 08:34:18 3) A unit may be started when needed via activation (socket, path, timer, 08:34:18 D-Bus, udev, scripted systemctl call, ...). 08:34:18 4) In case of template units, the unit is meant to be enabled with some 08:34:18 instance name specified. 08:34:19 Reading package lists... 08:34:19 Building dependency tree... 08:34:19 Reading state information... 08:34:19 The following additional packages will be installed: 08:34:19 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 08:34:19 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 08:34:19 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 08:34:19 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 08:34:19 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 08:34:19 Suggested packages: 08:34:19 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 08:34:19 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 08:34:19 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 08:34:19 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 08:34:19 systemd-container policykit-1 08:34:19 Recommended packages: 08:34:19 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 08:34:19 The following NEW packages will be installed: 08:34:19 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 08:34:19 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 08:34:19 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 08:34:19 multiarch-support openssh-client python3 python3-minimal python3.6 08:34:19 python3.6-minimal snapd squashfs-tools sudo 08:34:19 The following packages will be upgraded: 08:34:19 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 08:34:19 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 08:34:19 Need to get 35.2 MB of archives. 08:34:19 After this operation, 141 MB of additional disk space will be used. 08:34:19 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 08:34:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 08:34:20 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 08:34:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 08:34:20 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 08:34:20 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 08:34:20 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 08:34:20 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 08:34:20 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 08:34:20 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 08:34:20 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 08:34:20 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 08:34:20 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 08:34:20 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 08:34:20 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 08:34:20 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 08:34:20 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 08:34:20 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 08:34:20 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 08:34:20 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 08:34:20 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 08:34:20 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 08:34:20 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 08:34:20 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 08:34:20 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 08:34:20 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 08:34:20 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 08:34:20 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 08:34:20 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 08:34:20 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 08:34:21 debconf: delaying package configuration, since apt-utils is not installed 08:34:21 Fetched 35.2 MB in 2s (14.7 MB/s) 08:34:21 (Reading database ... 12757 files and directories currently installed.) 08:34:21 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 08:34:21 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 08:34:22 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 08:34:22 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 08:34:22 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 08:34:23 (Reading database ... 12757 files and directories currently installed.) 08:34:23 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 08:34:23 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 08:34:23 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 08:34:23 (Reading database ... 12757 files and directories currently installed.) 08:34:23 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 08:34:23 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 08:34:23 Setting up apt (1.6.12ubuntu0.2) ... 08:34:23 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 08:34:24 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 08:34:24 (Reading database ... 12764 files and directories currently installed.) 08:34:24 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 08:34:24 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 08:34:24 Selecting previously unselected package libpython3.6-minimal:amd64. 08:34:24 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:34:24 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:34:24 Selecting previously unselected package libexpat1:amd64. 08:34:24 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 08:34:24 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:34:24 Selecting previously unselected package python3.6-minimal. 08:34:24 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:34:24 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 08:34:25 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 08:34:25 Checking for services that may need to be restarted...done. 08:34:25 Checking for services that may need to be restarted...done. 08:34:25 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:34:25 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:34:25 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 08:34:25 Selecting previously unselected package python3-minimal. 08:34:25 (Reading database ... 13012 files and directories currently installed.) 08:34:25 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 08:34:25 Unpacking python3-minimal (3.6.7-1~18.04) ... 08:34:25 Selecting previously unselected package mime-support. 08:34:25 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 08:34:25 Unpacking mime-support (3.60ubuntu1) ... 08:34:25 Selecting previously unselected package libmpdec2:amd64. 08:34:25 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 08:34:25 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:34:26 Selecting previously unselected package libpython3.6-stdlib:amd64. 08:34:26 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:34:26 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:34:26 Selecting previously unselected package python3.6. 08:34:26 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:34:26 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 08:34:26 Selecting previously unselected package libpython3-stdlib:amd64. 08:34:26 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 08:34:26 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:34:26 Setting up python3-minimal (3.6.7-1~18.04) ... 08:34:26 Selecting previously unselected package python3. 08:34:26 (Reading database ... 13442 files and directories currently installed.) 08:34:26 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 08:34:26 Unpacking python3 (3.6.7-1~18.04) ... 08:34:26 Selecting previously unselected package multiarch-support. 08:34:26 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 08:34:26 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 08:34:26 Setting up multiarch-support (2.27-3ubuntu1.4) ... 08:34:26 Selecting previously unselected package liblzo2-2:amd64. 08:34:26 (Reading database ... 13479 files and directories currently installed.) 08:34:26 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 08:34:26 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 08:34:27 Selecting previously unselected package libbsd0:amd64. 08:34:27 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 08:34:27 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:34:27 Selecting previously unselected package sudo. 08:34:27 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 08:34:27 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 08:34:27 Selecting previously unselected package apparmor. 08:34:27 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 08:34:27 Unpacking apparmor (2.12-4ubuntu5.1) ... 08:34:27 Selecting previously unselected package libedit2:amd64. 08:34:27 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 08:34:27 Unpacking libedit2:amd64 (3.1-20170329-1) ... 08:34:27 Selecting previously unselected package libkrb5support0:amd64. 08:34:27 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 08:34:27 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:34:27 Selecting previously unselected package libk5crypto3:amd64. 08:34:27 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 08:34:27 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:34:27 Selecting previously unselected package libkeyutils1:amd64. 08:34:27 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 08:34:27 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:34:28 Selecting previously unselected package libkrb5-3:amd64. 08:34:28 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 08:34:28 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:34:28 Selecting previously unselected package libgssapi-krb5-2:amd64. 08:34:28 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 08:34:28 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:34:28 Selecting previously unselected package libssl1.0.0:amd64. 08:34:28 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 08:34:28 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 08:34:28 Selecting previously unselected package openssh-client. 08:34:28 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 08:34:28 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 08:34:28 Selecting previously unselected package squashfs-tools. 08:34:28 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 08:34:28 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:34:28 Selecting previously unselected package snapd. 08:34:28 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 08:34:28 Unpacking snapd (2.48+18.04) ... 08:34:30 Setting up libedit2:amd64 (3.1-20170329-1) ... 08:34:30 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 08:34:30 Setting up mime-support (3.60ubuntu1) ... 08:34:30 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 08:34:30 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:34:30 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:34:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:34:30 Setting up systemd (237-3ubuntu10.44) ... 08:34:31 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 08:34:32 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:34:32 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:34:32 Setting up liblzo2-2:amd64 (2.08-1.2) ... 08:34:32 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:34:32 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:34:32 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 08:34:32 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:34:32 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:34:32 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:34:32 Setting up python3 (3.6.7-1~18.04) ... 08:34:32 running python rtupdate hooks for python3.6... 08:34:32 running python post-rtupdate hooks for python3.6... 08:34:33 Setting up apparmor (2.12-4ubuntu5.1) ... 08:34:35 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 08:34:35 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:34:35 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 08:34:35 Setting up snapd (2.48+18.04) ... 08:34:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 08:34:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 08:34:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 08:34:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 08:34:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:34:36 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:34:37 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 08:34:37 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 08:34:37 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 08:34:37 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 08:34:37 /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' 08:34:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:34:37 Processing triggers for systemd (237-3ubuntu10.44) ... 08:34:38 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 08:34:38 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:34:38 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:34:39 Reading package lists... 08:34:40 Reading package lists... 08:34:40 Building dependency tree... 08:34:40 Reading state information... 08:34:40 Calculating upgrade... 08:34:40 The following packages will be upgraded: 08:34:40 advancecomp base-files bash binutils binutils-common 08:34:40 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 08:34:40 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 08:34:40 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 08:34:40 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 08:34:40 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 08:34:40 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 08:34:40 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 08:34:40 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 08:34:40 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 08:34:40 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 08:34:40 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 08:34:40 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 08:34:40 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 08:34:40 ubuntu-keyring util-linux 08:34:40 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 08:34:40 Need to get 63.7 MB of archives. 08:34:40 After this operation, 5203 kB of additional disk space will be used. 08:34:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 08:34:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 08:34:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 08:34:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 08:34:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 08:34:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 08:34:40 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 08:34:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 08:34:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 08:34:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 08:34:40 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 08:34:40 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 08:34:40 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 08:34:40 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 08:34:40 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 08:34:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 08:34:40 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 08:34:40 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 08:34:40 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 08:34:40 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:34:40 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 08:34:40 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 08:34:40 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 08:34:40 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 08:34:40 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 08:34:40 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 08:34:40 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 08:34:40 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 08:34:40 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 08:34:40 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 08:34:40 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 08:34:40 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 08:34:40 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 08:34:40 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 08:34:40 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 08:34:40 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 08:34:40 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 08:34:40 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 08:34:40 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 08:34:40 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 08:34:40 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 08:34:40 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 08:34:40 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 08:34:40 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 08:34:40 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 08:34:40 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 08:34:40 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 08:34:40 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 08:34:40 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 08:34:40 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 08:34:40 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 08:34:40 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 08:34:40 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 08:34:40 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 08:34:40 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 08:34:41 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 08:34:41 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 08:34:41 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 08:34:41 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 08:34:41 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 08:34:41 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 08:34:41 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:34:41 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 08:34:41 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 08:34:41 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 08:34:41 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] 08:34:41 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 08:34:41 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 08:34:41 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 08:34:41 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 08:34:41 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 08:34:41 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 08:34:41 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 08:34:41 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 08:34:41 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 08:34:41 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 08:34:41 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 08:34:41 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 08:34:41 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 08:34:42 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 08:34:42 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 08:34:42 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 08:34:42 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 08:34:42 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 08:34:42 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 08:34:42 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 08:34:42 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 08:34:42 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 08:34:42 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 08:34:42 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 08:34:42 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 08:34:42 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 08:34:42 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 08:34:42 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 08:34:42 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 08:34:42 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 08:34:42 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 08:34:42 debconf: delaying package configuration, since apt-utils is not installed 08:34:42 Fetched 63.7 MB in 2s (32.3 MB/s) 08:34:42 (Reading database ... 13912 files and directories currently installed.) 08:34:42 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 08:34:42 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:34:43 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 08:34:43 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:34:43 Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... 08:34:43 Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... 08:34:44 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:34:44 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:34:44 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:34:44 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:34:44 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:34:44 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:34:44 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:34:44 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:34:44 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:34:44 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:34:45 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:34:45 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:34:45 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:34:45 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:34:45 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 08:34:45 (Reading database ... 13911 files and directories currently installed.) 08:34:45 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 08:34:45 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 08:34:45 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 08:34:45 (Reading database ... 13911 files and directories currently installed.) 08:34:45 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:34:45 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:34:45 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:34:45 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:34:45 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:34:46 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:34:46 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 08:34:46 (Reading database ... 13911 files and directories currently installed.) 08:34:46 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 08:34:46 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:34:46 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 08:34:47 (Reading database ... 13911 files and directories currently installed.) 08:34:47 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 08:34:47 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 08:34:47 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 08:34:47 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 08:34:47 Setting up base-files (10.1ubuntu2.10) ... 08:34:47 Installing new version of config file /etc/issue ... 08:34:47 Installing new version of config file /etc/issue.net ... 08:34:47 Installing new version of config file /etc/lsb-release ... 08:34:47 Installing new version of config file /etc/update-motd.d/50-motd-news ... 08:34:47 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 08:34:47 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 08:34:47 Removing obsolete conffile /etc/default/motd-news ... 08:34:47 (Reading database ... 13912 files and directories currently installed.) 08:34:47 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 08:34:47 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 08:34:48 Setting up bash (4.4.18-2ubuntu1.2) ... 08:34:48 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 08:34:48 (Reading database ... 13912 files and directories currently installed.) 08:34:48 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 08:34:48 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 08:34:48 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 08:34:48 (Reading database ... 13912 files and directories currently installed.) 08:34:48 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 08:34:48 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 08:34:48 Setting up tar (1.29b-2ubuntu0.2) ... 08:34:48 (Reading database ... 13912 files and directories currently installed.) 08:34:48 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 08:34:48 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:34:49 Setting up dpkg (1.19.0.5ubuntu2.3) ... 08:34:49 (Reading database ... 13912 files and directories currently installed.) 08:34:49 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 08:34:49 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:34:49 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 08:34:49 (Reading database ... 13912 files and directories currently installed.) 08:34:49 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 08:34:49 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:34:49 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 08:34:49 (Reading database ... 13912 files and directories currently installed.) 08:34:49 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 08:34:49 Unpacking grep (3.1-2build1) over (3.1-2) ... 08:34:49 Setting up grep (3.1-2build1) ... 08:34:49 (Reading database ... 13912 files and directories currently installed.) 08:34:49 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 08:34:49 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:34:50 Setting up login (1:4.5-1ubuntu2) ... 08:34:50 (Reading database ... 13912 files and directories currently installed.) 08:34:50 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 08:34:50 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:34:50 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 08:34:50 (Reading database ... 13912 files and directories currently installed.) 08:34:50 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 08:34:50 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:34:51 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 08:34:51 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:34:51 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 08:34:51 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:34:51 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:34:51 (Reading database ... 13912 files and directories currently installed.) 08:34:51 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:34:51 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:34:52 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:34:52 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:34:53 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:34:53 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:34:53 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 08:34:53 (Reading database ... 13912 files and directories currently installed.) 08:34:53 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 08:34:53 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 08:34:53 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 08:34:53 (Reading database ... 13912 files and directories currently installed.) 08:34:53 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:34:53 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:34:53 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:34:53 (Reading database ... 13912 files and directories currently installed.) 08:34:53 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:34:53 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:34:53 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:34:54 (Reading database ... 13912 files and directories currently installed.) 08:34:54 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:34:54 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:34:54 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:34:54 (Reading database ... 13912 files and directories currently installed.) 08:34:54 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:34:54 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:34:54 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:34:54 (Reading database ... 13912 files and directories currently installed.) 08:34:54 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 08:34:54 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:34:54 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 08:34:54 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:34:54 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 08:34:54 (Reading database ... 13912 files and directories currently installed.) 08:34:54 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 08:34:54 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:34:55 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 08:34:55 (Reading database ... 13912 files and directories currently installed.) 08:34:55 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:34:55 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:34:55 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:34:55 (Reading database ... 13912 files and directories currently installed.) 08:34:55 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:34:55 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:34:55 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 08:34:55 (Reading database ... 13912 files and directories currently installed.) 08:34:55 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:34:55 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:34:56 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 08:34:56 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 08:34:56 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 08:34:57 (Reading database ... 13912 files and directories currently installed.) 08:34:57 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 08:34:57 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:34:57 Setting up libc-bin (2.27-3ubuntu1.4) ... 08:34:57 (Reading database ... 13912 files and directories currently installed.) 08:34:57 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 08:34:57 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:34:57 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 08:34:57 (Reading database ... 13914 files and directories currently installed.) 08:34:57 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 08:34:57 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 08:34:57 Setting up debconf (1.5.66ubuntu1) ... 08:34:58 (Reading database ... 13914 files and directories currently installed.) 08:34:58 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:34:58 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:34:58 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:34:58 (Reading database ... 13914 files and directories currently installed.) 08:34:58 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:34:58 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:34:58 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 08:34:58 (Reading database ... 13914 files and directories currently installed.) 08:34:58 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:34:58 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:34:59 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:34:59 (Reading database ... 13914 files and directories currently installed.) 08:34:59 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:34:59 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:34:59 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 08:34:59 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 08:34:59 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 08:34:59 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:35:00 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 08:35:00 (Reading database ... 13914 files and directories currently installed.) 08:35:00 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 08:35:00 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 08:35:00 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 08:35:00 (Reading database ... 13914 files and directories currently installed.) 08:35:00 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 08:35:00 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:35:00 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 08:35:00 (Reading database ... 13914 files and directories currently installed.) 08:35:00 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 08:35:01 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:35:01 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 08:35:01 (Reading database ... 13914 files and directories currently installed.) 08:35:01 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 08:35:01 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 08:35:01 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 08:35:01 (Reading database ... 13914 files and directories currently installed.) 08:35:01 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 08:35:01 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:35:01 Setting up passwd (1:4.5-1ubuntu2) ... 08:35:02 (Reading database ... 13914 files and directories currently installed.) 08:35:02 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 08:35:02 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:35:02 Setting up gpgv (2.2.4-1ubuntu1.3) ... 08:35:02 (Reading database ... 13914 files and directories currently installed.) 08:35:02 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 08:35:02 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 08:35:02 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 08:35:02 (Reading database ... 13914 files and directories currently installed.) 08:35:02 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 08:35:02 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 08:35:02 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 08:35:02 (Reading database ... 13914 files and directories currently installed.) 08:35:02 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 08:35:02 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 08:35:03 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 08:35:03 (Reading database ... 13914 files and directories currently installed.) 08:35:03 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 08:35:03 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 08:35:03 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 08:35:03 (Reading database ... 13914 files and directories currently installed.) 08:35:03 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 08:35:03 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 08:35:03 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 08:35:03 (Reading database ... 13914 files and directories currently installed.) 08:35:03 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 08:35:03 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 08:35:03 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 08:35:03 (Reading database ... 13915 files and directories currently installed.) 08:35:03 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:35:04 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:35:04 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:35:04 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:35:04 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 08:35:04 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 08:35:04 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 08:35:04 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 08:35:05 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 08:35:05 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 08:35:05 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 08:35:05 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 08:35:05 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 08:35:05 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 08:35:05 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 08:35:05 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 08:35:05 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 08:35:05 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 08:35:05 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 08:35:05 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 08:35:06 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 08:35:06 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 08:35:06 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 08:35:06 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 08:35:07 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 08:35:07 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 08:35:07 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 08:35:07 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 08:35:07 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:35:07 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:35:08 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:35:08 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:35:08 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:35:08 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:35:08 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:35:08 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:35:08 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:35:08 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:35:08 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:35:08 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:35:09 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:35:09 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:35:09 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:35:09 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:35:10 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:35:10 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:35:10 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:35:11 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:35:11 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:35:11 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:35:12 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:35:12 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:35:13 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:35:13 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:35:13 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:35:13 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:35:13 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 08:35:13 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:35:13 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 08:35:13 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:35:13 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:35:13 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 08:35:13 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:35:13 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:35:14 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:35:14 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:35:14 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 08:35:14 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 08:35:14 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:35:14 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 08:35:14 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:35:14 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:35:14 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:35:14 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 08:35:14 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 08:35:14 Setting up tzdata (2020f-0ubuntu0.18.04) ... 08:35:14 08:35:14 Current default time zone: 'Etc/UTC' 08:35:14 Local time is now: Fri Jan 22 08:35:14 UTC 2021. 08:35:14 Universal Time is now: Fri Jan 22 08:35:14 UTC 2021. 08:35:14 Run 'dpkg-reconfigure tzdata' if you wish to change it. 08:35:14 08:35:14 Setting up systemd-sysv (237-3ubuntu10.44) ... 08:35:14 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:35:14 Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... 08:35:14 Setting up mount (2.31.1-0.4ubuntu3.7) ... 08:35:14 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 08:35:14 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 08:35:14 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:35:14 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 08:35:14 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 08:35:14 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 08:35:14 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:35:15 Setting up procps (2:3.3.12-3ubuntu1.2) ... 08:35:15 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:35:15 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 08:35:15 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:35:15 Setting up patch (2.7.6-2ubuntu1.1) ... 08:35:15 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:35:15 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 08:35:15 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 08:35:15 Installing new version of config file /etc/ssl/openssl.cnf ... 08:35:15 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 08:35:15 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 08:35:15 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 08:35:17 Updating certificates in /etc/ssl/certs... 08:35:18 22 added, 17 removed; done. 08:35:18 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 08:35:18 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:35:18 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 08:35:18 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 08:35:18 Setting up pkgbinarymangler (138.18.04.1) ... 08:35:18 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:35:18 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 08:35:18 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:35:18 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:35:18 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:35:18 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:35:18 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:35:18 Setting up perl (5.26.1-6ubuntu0.5) ... 08:35:18 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 08:35:18 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 08:35:18 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:35:18 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 08:35:18 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:35:18 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 08:35:18 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 08:35:18 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 08:35:19 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 08:35:19 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:35:19 Processing triggers for systemd (237-3ubuntu10.44) ... 08:35:19 Processing triggers for mime-support (3.60ubuntu1) ... 08:35:19 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 08:35:19 Updating certificates in /etc/ssl/certs... 08:35:20 0 added, 0 removed; done. 08:35:20 Running hooks in /etc/ca-certificates/update.d... 08:35:20 done. 08:35:20 Reading package lists... 08:35:20 Building dependency tree... 08:35:20 Reading state information... 08:35:20 The following NEW packages will be installed: 08:35:20 apt-transport-https 08:35:20 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 08:35:20 Need to get 1696 B of archives. 08:35:20 After this operation, 153 kB of additional disk space will be used. 08:35:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 08:35:20 debconf: delaying package configuration, since apt-utils is not installed 08:35:20 Fetched 1696 B in 0s (23.9 kB/s) 08:35:20 Selecting previously unselected package apt-transport-https. 08:35:20 (Reading database ... 13929 files and directories currently installed.) 08:35:20 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 08:35:20 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 08:35:21 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 08:35:21 Waiting for network to be ready... 08:35:26 2021-01-22T08:35:24Z INFO Waiting for automatic snapd restart... 08:35:27 snapd 2.48.2 from Canonical* installed 08:35:28 "snapd" switched to the "latest/stable" channel 08:35:28 08:35:31 core18 20201210 from Canonical* installed 08:35:31 "core18" switched to the "latest/stable" channel 08:35:31 08:35:33 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:35:33 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:35:33 ---> bd379429a67b 08:35:33 Step 3/26 : WORKDIR /edgex-go 08:35:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:35:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:35:33 ---> bd379429a67b 08:35:33 Step 3/23 : WORKDIR /edgex-go 08:35:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:35:33 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:35:33 08:35:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder ---> bd379429a67b 08:35:33 Step 3/23 : WORKDIR /edgex-go 08:35:33 08:35:33 ---> bd379429a67b 08:35:33 Step 3/24 : WORKDIR /edgex-go 08:35:33 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:35:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:35:33 ---> bd379429a67b 08:35:33 Step 3/21 : WORKDIR /edgex-go 08:35:33 ---> Running in 82c110c4e309 08:35:33 ---> Running in 06b1d1bc51fb 08:35:33 ---> Running in 336f006a9c06 08:35:33 ---> Running in 929169f67b34 08:35:33 ---> Running in 1849b08e9a79 08:35:33 Removing intermediate container 336f006a9c06 08:35:33 ---> 8ed5380f437b 08:35:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:35:33 Removing intermediate container 06b1d1bc51fb 08:35:33 ---> d29c8efbf54d 08:35:33 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:35:33 Removing intermediate container 929169f67b34 08:35:33 ---> 08ae8872b96c 08:35:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:35:33 Removing intermediate container 82c110c4e309 08:35:33 ---> 1aa64135700a 08:35:33 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:35:33 Removing intermediate container 1849b08e9a79 08:35:33 ---> 7520e880f88f 08:35:33 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:35:33 ---> Running in 6ac2963b22a5 08:35:33 ---> Running in a502cb1c8091 08:35:33 ---> Running in 23dd0e330176 08:35:33 ---> Running in 59848a9b0616 08:35:33 ---> Running in 743e956c9540 08:35:33 Removing intermediate container 6ac2963b22a5 08:35:33 ---> d2314b2b6b11 08:35:33 Step 5/23 : RUN apk add --update --no-cache make git 08:35:33 ---> Running in 42f5cb6076f7 08:35:33 Removing intermediate container a502cb1c8091 08:35:33 ---> dc65e7c7e8a5 08:35:33 Step 5/24 : RUN apk add --update --no-cache make git 08:35:33 ---> Running in 12708108418d 08:35:33 Removing intermediate container 743e956c9540 08:35:33 ---> 3ea2be7e1f8e 08:35:33 Step 5/21 : RUN apk add --update --no-cache make git 08:35:33 Removing intermediate container 59848a9b0616 08:35:33 Removing intermediate container 23dd0e330176 08:35:33 ---> 5ff4e0c45f47 08:35:33 Step 5/26 : RUN apk add --update --no-cache make bash git 08:35:33 ---> 5cbd858c86be 08:35:33 Step 5/23 : RUN apk add --update --no-cache make git 08:35:33 ---> Running in e713bf0f36f3 08:35:33 ---> Running in 02c6af300c01 08:35:33 ---> Running in a022516147c7 08:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:35:33 OK: 217 MiB in 51 packages 08:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:35:33 OK: 217 MiB in 51 packages 08:35:34 OK: 217 MiB in 51 packages 08:35:34 OK: 217 MiB in 51 packages 08:35:34 OK: 217 MiB in 51 packages 08:35:34 Removing intermediate container 42f5cb6076f7 08:35:34 ---> f4c98ae994f1 08:35:34 Step 6/23 : COPY go.mod . 08:35:34 snapcraft 4.4.4 from Canonical* installed 08:35:34 "snapcraft" switched to the "latest/stable" channel 08:35:34 08:35:35 Removing intermediate container 12708108418d 08:35:35 ---> 7bbd1997c7d8 08:35:35 Step 6/24 : COPY go.mod . 08:35:35 ---> 67627fafb897 08:35:35 Step 7/23 : RUN go mod download 08:35:35 ---> Running in a4e9f9399d6f 08:35:36 ---> 158a16280259 08:35:36 Step 7/24 : RUN go mod download 08:35:36 Removing intermediate container e713bf0f36f3 08:35:36 ---> c26fc09894a4 08:35:36 Step 6/21 : COPY go.mod . 08:35:36 ---> Running in fbf63dcb3e9b 08:35:36 Removing intermediate container 02c6af300c01 08:35:36 ---> 0a459f021ed1 08:35:36 Step 6/26 : COPY go.mod . 08:35:36 Removing intermediate container a022516147c7 08:35:36 ---> 7af9fbdc2773 08:35:36 Step 6/23 : COPY go.mod . 08:35:37 ---> c832e787ebd4 08:35:37 Step 7/21 : RUN go mod download 08:35:37 ---> 4dc6e5ef579e 08:35:37 Step 7/26 : RUN go mod download 08:35:37 ---> Running in a1dc3a12dc17 08:35:37 ---> 656a21ae5b05 08:35:37 Step 7/23 : RUN go mod download 08:35:37 ---> Running in bde03f58cab3 08:35:38 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: 08:35:38 - README.md 08:35:38 - snapcraft.yaml.orig 08:35:38 08:35:38 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:35:38 ---> Running in 34399b7614d3 08:35:40 Removing intermediate container a4e9f9399d6f 08:35:40 ---> 50ee4c3b45f8 08:35:40 Step 8/23 : COPY . . 08:35:40 Removing intermediate container fbf63dcb3e9b 08:35:40 ---> cdb98bda8f6d 08:35:40 Step 8/24 : COPY . . 08:35:43 Removing intermediate container a1dc3a12dc17 08:35:43 ---> eeb79a0389f1 08:35:43 Step 8/21 : COPY . . 08:35:44 Removing intermediate container 34399b7614d3 08:35:44 ---> 757608275d82 08:35:44 Step 8/23 : COPY . . 08:35:44 Removing intermediate container bde03f58cab3 08:35:44 ---> 576f0402449c 08:35:44 Step 8/26 : COPY . . 08:35:44 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:35:44 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:35:44 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:35:44 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:35:46 Reading package lists... 08:35:46 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 08:35:52 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:35:52 Reading package lists... 08:35:52 Building dependency tree... 08:35:52 Reading state information... 08:35:52 Suggested packages: 08:35:52 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:35:52 git-gui gitk gitweb git-cvs git-mediawiki git-svn 08:35:52 Recommended packages: 08:35:52 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 08:35:52 The following NEW packages will be installed: 08:35:52 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 08:35:52 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 08:35:52 pkg-config zip 08:35:52 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 08:35:52 Need to get 7655 kB of archives. 08:35:52 After this operation, 43.7 MB of additional disk space will be used. 08:35:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 08:35:52 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 08:35:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 08:35:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 08:35:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 08:35:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 08:35:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 08:35:53 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 08:35:53 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 08:35:53 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:35:53 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 08:35:53 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 08:35:53 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 08:35:53 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 08:35:53 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 08:35:53 debconf: delaying package configuration, since apt-utils is not installed 08:35:53 Fetched 7655 kB in 1s (9870 kB/s) 08:35:53 Selecting previously unselected package libglib2.0-0:amd64. 08:35:53 (Reading database ... 13933 files and directories currently installed.) 08:35:53 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 08:35:54 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 08:35:54 Selecting previously unselected package libpsl5:amd64. 08:35:54 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 08:35:54 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 08:35:54 Selecting previously unselected package libnghttp2-14:amd64. 08:35:54 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 08:35:54 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:35:54 Selecting previously unselected package librtmp1:amd64. 08:35:54 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 08:35:54 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:35:54 Selecting previously unselected package libcurl3-gnutls:amd64. 08:35:54 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 08:35:54 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 08:35:54 Selecting previously unselected package liberror-perl. 08:35:54 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 08:35:54 Unpacking liberror-perl (0.17025-1) ... 08:35:54 Selecting previously unselected package git-man. 08:35:54 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 08:35:54 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 08:35:54 Selecting previously unselected package git. 08:35:54 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 08:35:54 Unpacking git (1:2.17.1-1ubuntu0.7) ... 08:35:55 Selecting previously unselected package libnorm1:amd64. 08:35:55 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 08:35:55 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:35:55 Selecting previously unselected package libpgm-5.2-0:amd64. 08:35:55 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 08:35:55 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:35:55 Selecting previously unselected package libsodium23:amd64. 08:35:55 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 08:35:55 Unpacking libsodium23:amd64 (1.0.16-2) ... 08:35:55 Selecting previously unselected package libzmq5:amd64. 08:35:55 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 08:35:55 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:35:55 Selecting previously unselected package libzmq3-dev:amd64. 08:35:55 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 08:35:55 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:35:56 Selecting previously unselected package pkg-config. 08:35:56 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 08:35:56 Unpacking pkg-config (0.29.1-0ubuntu2) ... 08:35:56 Selecting previously unselected package zip. 08:35:56 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 08:35:56 Unpacking zip (3.0-11build1) ... 08:35:56 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:35:56 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 08:35:56 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:35:56 Setting up liberror-perl (0.17025-1) ... 08:35:56 Setting up libpsl5:amd64 (0.19.1-5build1) ... 08:35:56 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 08:35:56 No schema files found: doing nothing. 08:35:56 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:35:56 Setting up zip (3.0-11build1) ... 08:35:56 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:35:56 Setting up libsodium23:amd64 (1.0.16-2) ... 08:35:56 Setting up pkg-config (0.29.1-0ubuntu2) ... 08:35:56 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:35:56 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 08:35:56 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:35:56 Setting up git (1:2.17.1-1ubuntu0.7) ... 08:35:57 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:36:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:36:03 git set to automatically installed. 08:36:03 git-man set to automatically installed. 08:36:03 libcurl3-gnutls set to automatically installed. 08:36:03 liberror-perl set to automatically installed. 08:36:03 libglib2.0-0 set to automatically installed. 08:36:03 libnghttp2-14 set to automatically installed. 08:36:03 libnorm1 set to automatically installed. 08:36:03 libpgm-5.2-0 set to automatically installed. 08:36:03 libpsl5 set to automatically installed. 08:36:03 librtmp1 set to automatically installed. 08:36:03 libsodium23 set to automatically installed. 08:36:03 libzmq3-dev set to automatically installed. 08:36:03 libzmq5 set to automatically installed. 08:36:03 pkg-config set to automatically installed. 08:36:03 zip set to automatically installed. 08:36:05 snapd is not logged in, snap install commands will use sudo 08:36:10 ---> 182045f440a5 08:36:10 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:36:10 ---> 2f81f5147b95 08:36:10 Step 9/23 : RUN make cmd/core-command/core-command 08:36:10 ---> 8c5ceee81946 08:36:10 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:36:10 ---> 0c5b9a0a7472 08:36:10 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:36:10 ---> Running in 0eca5970f788 08:36:10 ---> 5159c1676e8a 08:36:10 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:36:10 ---> Running in db6e9d0d7b28 08:36:10 ---> Running in 639077fe78a3 08:36:10 ---> Running in 9882365345d1 08:36:10 ---> Running in 6d10b4b566c2 08:36: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 08:36:10 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 08:36:10 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 08:36:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:36:10 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 08:36:12 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:36:12 snap "core18" has no updates available 08:36:13 Pulling config-common 08:36:14 Pulling go-build-helper 08:36:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:36:36 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:36:36 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:36:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 08:36:36 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:36:36 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:36:36 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:36:36 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:36:36 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:36:36 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:36:36 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:36:36 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 08:36:36 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 08:36:36 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 08:36:36 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 08:36:36 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 08:36:36 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 08:36:36 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 08:36:36 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:36:36 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 08:36:36 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 08:36:36 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 08:36:36 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 08:36:36 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 08:36:36 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 08:36:36 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 08:36:36 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 08:36:36 Fetched 23.8 MB in 0s (0 B/s) 08:36:36 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 08:36:36 Fetched 96.5 kB in 0s (0 B/s) 08:36:36 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 08:36:36 Fetched 279 kB in 0s (0 B/s) 08:36:36 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 08:36:36 Fetched 122 kB in 0s (0 B/s) 08:36:36 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 08:36:36 Fetched 77.8 kB in 0s (0 B/s) 08:36:36 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 08:36:36 Fetched 8848 B in 0s (0 B/s) 08:36:36 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 08:36:36 Fetched 47.8 kB in 0s (0 B/s) 08:36:36 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 08:36:36 Fetched 45.6 kB in 0s (0 B/s) 08:36:36 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 08:36:36 Fetched 15.0 kB in 0s (0 B/s) 08:36:36 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 08:36:36 Fetched 214 kB in 0s (0 B/s) 08:36:36 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 08:36:36 Fetched 155 kB in 0s (0 B/s) 08:36:36 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 08:36:36 Fetched 50.6 kB in 0s (0 B/s) 08:36:36 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 08:36:36 Fetched 14.8 kB in 0s (0 B/s) 08:36:36 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 08:36:36 Fetched 41.8 kB in 0s (0 B/s) 08:36:36 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 08:36:36 Fetched 499 kB in 0s (0 B/s) 08:36:36 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 08:36:36 Fetched 111 kB in 0s (0 B/s) 08:36:36 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 08:36:36 Fetched 240 kB in 0s (0 B/s) 08:36:36 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 08:36:36 Fetched 29.3 kB in 0s (0 B/s) 08:36:36 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 08:36:36 Fetched 85.5 kB in 0s (0 B/s) 08:36:36 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 08:36:36 Fetched 24.5 kB in 0s (0 B/s) 08:36:36 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 08:36:36 Fetched 49.2 kB in 0s (0 B/s) 08:36:36 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 08:36:36 Fetched 54.2 kB in 0s (0 B/s) 08:36:36 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 08:36:36 Fetched 30.8 kB in 0s (0 B/s) 08:36:36 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 08:36:36 Fetched 17.0 kB in 0s (0 B/s) 08:36:36 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 08:36:36 Fetched 85.9 kB in 0s (0 B/s) 08:36:36 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 08:36:36 Fetched 8720 B in 0s (0 B/s) 08:36:36 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 08:36:36 Fetched 137 kB in 0s (0 B/s) 08:36:36 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 08:36:36 Fetched 119 kB in 0s (0 B/s) 08:36:36 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 08:36:36 Fetched 109 kB in 0s (0 B/s) 08:36:36 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 08:36:36 Fetched 11.1 kB in 0s (0 B/s) 08:36:36 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 08:36:36 Fetched 645 kB in 0s (0 B/s) 08:36:36 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 08:36:36 Fetched 41.3 kB in 0s (0 B/s) 08:36:36 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 08:36:36 Fetched 17.9 kB in 0s (0 B/s) 08:36:36 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 08:36:36 Fetched 368 kB in 0s (0 B/s) 08:36:36 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 08:36:36 Fetched 187 kB in 0s (0 B/s) 08:36:36 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 08:36:36 Fetched 175 kB in 0s (0 B/s) 08:36:36 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 08:36:39 Fetched 206 kB in 0s (0 B/s) 08:36:39 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 08:36:39 Fetched 1301 kB in 0s (0 B/s) 08:36:39 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 08:36:39 Fetched 36.2 kB in 0s (0 B/s) 08:36:39 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 08:36:39 Fetched 159 kB in 0s (0 B/s) 08:36:39 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 08:36:39 Fetched 107 kB in 0s (0 B/s) 08:36:39 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 08:36:39 Fetched 48.7 kB in 0s (0 B/s) 08:36:39 Pulling static-packages 08:36:40 'go115' has dependencies that need to be staged: static-packages go-build-helper 08:36:40 Skipping pull go-build-helper (already ran) 08:36:40 Skipping pull static-packages (already ran) 08:36:40 Building go-build-helper 08:36:44 Building static-packages 08:36:46 Staging go-build-helper 08:36:47 Staging static-packages 08:36:48 Pulling go115 08:36:49 'edgex-go' has dependencies that need to be staged: go115 08:36:49 Skipping pull go115 (already ran) 08:36:49 Building go115 08:36:49 % Total % Received % Xferd Average Speed Time Time Time Current 08:36:49 Dload Upload Total Spent Left Speed 08:36:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 18 115M 18 21.4M 0 0 26.2M 0 0:00:04 --:--:-- 0:00:04 26.2M 53 115M 53 61.7M 0 0 33.9M 0 0:00:03 0:00:01 0:00:02 33.9M 90 115M 90 105M 0 0 37.1M 0 0:00:03 0:00:02 0:00:01 37.1M 100 115M 100 115M 0 0 37.4M 0 0:00:03 0:00:03 --:--:-- 37.4M 08:36:52 go1.15.2.linux-amd64.tar.gz: OK 08:36:56 Staging go115 08:37:02 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:37:02 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:37:02 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:37:02 Fetched 0 B in 0s (0 B/s) 08:37:02 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:37:02 Fetched 224 kB in 0s (0 B/s) 08:37:02 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:37:02 Fetched 157 kB in 0s (0 B/s) 08:37:02 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:37:02 Fetched 221 kB in 0s (0 B/s) 08:37:02 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:37:02 Fetched 143 kB in 0s (0 B/s) 08:37:02 Pulling edgex-go 08:37:02 Pulling version 08:37:04 Building config-common 08:37:06 Skipping build go-build-helper (already ran) 08:37:06 Skipping build static-packages (already ran) 08:37:06 Skipping build go115 (already ran) 08:37:06 Building edgex-go 08:37:06 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 08:37:08 go: downloading github.com/gorilla/mux v1.8.0 08:37:08 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:37:08 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 08:37:08 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 08:37:08 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 08:37:08 go: downloading github.com/pelletier/go-toml v1.2.0 08:37:08 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 08:37:08 go: downloading github.com/pkg/errors v0.8.1 08:37:08 go: downloading github.com/imdario/mergo v0.3.11 08:37:08 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 08:37:08 go: downloading github.com/go-playground/validator/v10 v10.3.0 08:37:08 go: downloading github.com/x448/float16 v0.8.4 08:37:08 go: downloading github.com/OneOfOne/xxhash v1.2.8 08:37:08 go: downloading github.com/go-kit/kit v0.8.0 08:37:08 go: downloading github.com/google/uuid v1.1.5 08:37:08 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 08:37:08 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 08:37:08 go: downloading github.com/pebbe/zmq4 v1.2.2 08:37:08 go: downloading github.com/go-redis/redis/v7 v7.2.0 08:37:08 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 08:37:08 go: downloading github.com/hashicorp/consul/api v1.1.0 08:37:08 go: downloading github.com/BurntSushi/toml v0.3.1 08:37:08 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 08:37:08 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:37:08 go: downloading github.com/go-playground/universal-translator v0.17.0 08:37:08 go: downloading github.com/leodido/go-urn v1.2.0 08:37:08 go: downloading gopkg.in/yaml.v2 v2.4.0 08:37:08 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 08:37:08 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:37:08 go: downloading github.com/mitchellh/copystructure v1.0.0 08:37:08 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:37:08 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 08:37:08 go: downloading github.com/go-playground/locales v0.13.0 08:37:08 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:37:08 go: downloading github.com/hashicorp/serf v0.8.2 08:37:08 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:37:08 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:37:08 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:37:08 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:37:09 go: downloading github.com/hashicorp/golang-lru v0.5.0 08:37:15 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 08:37:20 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 08:37:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:37:21 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 08:37:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:37:22 go: downloading github.com/stretchr/testify v1.6.1 08:37:22 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 08:37:22 go: downloading github.com/pmezard/go-difflib v1.0.0 08:37:22 go: downloading github.com/davecgh/go-spew v1.1.1 08:37:24 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 08:37:24 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 08:37:24 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 08:37:25 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 08:37:26 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 08:37:26 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 08:37:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:37:29 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 08:37:30 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 08:37:30 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 08:37:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:37:31 go: downloading github.com/lib/pq v1.9.0 08:37:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:37:32 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 08:37:34 Building version 08:37:35 Staging config-common 08:37:36 Skipping stage go-build-helper (already ran) 08:37:36 Skipping stage static-packages (already ran) 08:37:36 Skipping stage go115 (already ran) 08:37:36 Staging edgex-go 08:37:37 Staging version 08:37:38 Priming config-common 08:37:39 Priming go-build-helper 08:37:40 Priming static-packages 08:37:41 Removing intermediate container 0eca5970f788 08:37:41 ---> 89a4b388cc9a 08:37:41 08:37:41 Step 10/24 : FROM alpine:3.12 08:37:41 3.12: Pulling from library/alpine 08:37:43 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:37:43 Status: Downloaded newer image for alpine:3.12 08:37:43 ---> afeebe901d6b 08:37:43 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 08:37:43 Priming go115 08:37:44 Priming edgex-go 08:37:44 ---> Running in 79a9cb4fe51a 08:37:45 Priming version 08:37:45 Removing intermediate container 6d10b4b566c2 08:37:45 ---> 6945cca9d7bf 08:37:45 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:37:46 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 08:37:46 ---> Running in f9191cbe76d8 08:37:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:37:46 Removing intermediate container 9882365345d1 08:37:46 ---> ca51b834fd2f 08:37:46 08:37:46 Step 10/21 : FROM alpine:3.12 08:37:46 ---> afeebe901d6b 08:37:46 Step 11/21 : RUN apk add --update --no-cache curl 08:37:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:37:46 ---> Running in 07a549ae8483 08:37:46 Removing intermediate container db6e9d0d7b28 08:37:46 ---> 08497576d180 08:37:46 08:37:46 Step 10/23 : FROM alpine:3.12 08:37:46 ---> afeebe901d6b 08:37:46 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:37:46 ---> Running in f21646807842 08:37:47 (1/5) Installing ca-certificates (20191127-r4) 08:37:47 (2/5) Installing nghttp2-libs (1.41.0-r0) 08:37:47 (3/5) Installing libcurl (7.69.1-r3) 08:37:47 (4/5) Installing curl (7.69.1-r3) 08:37:47 (5/5) Installing dumb-init (1.2.2-r1) 08:37:47 Executing busybox-1.31.1-r19.trigger 08:37:47 Executing ca-certificates-20191127-r4.trigger [Pipeline] } [Pipeline] // withEnv 08:37:48 OK: 7 MiB in 19 packages [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 08:37:48 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] // stage [Pipeline] } 08:37:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:37:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:37:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:37:49 (1/4) Installing ca-certificates (20191127-r4) 08:37:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:37:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:37:50 (3/4) Installing libcurl (7.69.1-r3) 08:37:50 (4/4) Installing curl (7.69.1-r3) 08:37:50 Executing busybox-1.31.1-r19.trigger 08:37:50 Executing ca-certificates-20191127-r4.trigger 08:37:50 OK: 7 MiB in 18 packages 08:37:50 (1/1) Installing dumb-init (1.2.2-r1) 08:37:50 Executing busybox-1.31.1-r19.trigger 08:37:50 OK: 5 MiB in 15 packages 08:37:50 Removing intermediate container 79a9cb4fe51a 08:37:50 ---> 9babe435afc4 08:37:50 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:37:50 ---> Running in 09c8c1d6c4f7 08:37:51 Removing intermediate container 09c8c1d6c4f7 08:37:51 ---> 49ff832a3ba2 08:37:51 Step 13/24 : WORKDIR / 08:37:52 ---> Running in e3a09964eadc 08:37:52 Removing intermediate container f21646807842 08:37:52 ---> 7666c7a979a8 08:37:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:37:52 Removing intermediate container 07a549ae8483 08:37:52 ---> 448d6e275a7c 08:37:52 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:37:52 ---> Running in 133f04b3052b 08:37:53 Removing intermediate container e3a09964eadc 08:37:53 ---> 3d14dd5f3c1e 08:37:53 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:37:53 ---> Running in a17c8965798d 08:37:53 Removing intermediate container f9191cbe76d8 08:37:53 ---> cc22f314c569 08:37:53 08:37:53 Step 11/26 : FROM docker:20.10.0 08:37:53 Removing intermediate container 133f04b3052b 08:37:53 ---> f367365ab22b 08:37:53 Step 13/23 : ENV APP_PORT=48082 08:37:53 20.10.0: Pulling from library/docker 08:37:54 ---> Running in 81d11d3b2956 08:37:54 Removing intermediate container a17c8965798d 08:37:54 ---> 2c8993c9cf4b 08:37:54 Step 13/21 : WORKDIR /edgex 08:37:54 ---> Running in 09041ea180f2 08:37:54 ---> 5f5ee38c61dc 08:37:54 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:37:55 Removing intermediate container 81d11d3b2956 08:37:55 ---> 1af65b3c2fe9 08:37:55 Step 14/23 : EXPOSE $APP_PORT 08:37:55 ---> Running in 1ad569baf047 08:37:56 Removing intermediate container 09041ea180f2 08:37:56 ---> cfce44d925a7 08:37:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:37:56 ---> b4a807cc8d06 08:37:56 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:37:56 Removing intermediate container 1ad569baf047 08:37:56 ---> 628ce753c122 08:37:56 Step 15/23 : WORKDIR / 08:37:57 ---> Running in 26061fe67618 08:37:58 ---> 4d083e405062 08:37:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:37:58 ---> 3dc93eeb006e 08:37:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:37:59 Removing intermediate container 26061fe67618 08:37:59 ---> cfe034c461f0 08:37:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:37:59 Removing intermediate container 639077fe78a3 08:37:59 ---> 8848419053da 08:37:59 08:37:59 Step 10/23 : FROM alpine:3.12 08:37:59 ---> afeebe901d6b 08:37:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:37:59 ---> Using cache 08:37:59 ---> 7666c7a979a8 08:37:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:37:59 ---> Using cache 08:37:59 ---> f367365ab22b 08:37:59 Step 13/23 : ENV APP_PORT=48081 08:38:00 ---> 33a81932980d 08:38:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:38:00 ---> aab1002ff7af 08:38:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:38:00 ---> Running in 6d63ec2d0264 08:38:00 ---> d4d7ca16a252 08:38:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:38:01 Removing intermediate container 6d63ec2d0264 08:38:01 ---> 4038f022bf9d 08:38:01 Step 14/23 : EXPOSE $APP_PORT 08:38:02 ---> cd8f81e0cf2c 08:38:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:38:02 ---> Running in 0b394f6c0e18 08:38:02 ---> 0b178259b163 08:38:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:38:02 ---> Running in 554a2a8d9737 08:38:02 ---> e2e2af6c93a2 08:38:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:38:03 Removing intermediate container 0b394f6c0e18 08:38:03 ---> 23fbdac6783d 08:38:03 Step 15/23 : WORKDIR / 08:38:03 ---> Running in f55d90179f62 08:38:03 Removing intermediate container 554a2a8d9737 08:38:03 ---> b3d392e03d70 08:38:03 Step 18/21 : CMD ["--init=true"] 08:38:04 ---> 954b50624ed8 08:38:04 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/ 08:38:04 ---> 495026a7b4d7 08:38:04 Step 19/23 : ENTRYPOINT ["/core-command"] 08:38:04 ---> Running in 3c0beeb5f5d2 08:38:04 ---> Running in 903910c09364 08:38:04 Removing intermediate container f55d90179f62 08:38:04 ---> bca1bc213813 08:38:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:38:05 ---> Running in 35008774c9cf 08:38:05 Removing intermediate container 903910c09364 08:38:05 ---> cf213d67d949 08:38:05 Step 19/21 : LABEL arch=arm64 08:38:06 ---> Running in db6f6d637086 08:38:06 Removing intermediate container 35008774c9cf 08:38:06 ---> 5d0976f8b29a 08:38:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:38:06 ---> 780cc66ce6b2 08:38:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:38:06 ---> Running in a9730e154a4f 08:38:06 Removing intermediate container db6f6d637086 08:38:06 ---> 28d487faff88 08:38:06 Step 20/21 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec 08:38:07 ---> Running in 27704f46d29d 08:38:07 Removing intermediate container a9730e154a4f 08:38:07 ---> c14191a53644 08:38:07 Step 21/23 : LABEL arch=arm64 08:38:07 ---> Running in ed14c7ed6f02 08:38:08 Removing intermediate container 27704f46d29d 08:38:08 ---> 64a49d4922dc 08:38:08 Step 21/21 : LABEL version=0.0.0 08:38:08 ---> Running in 1588ea7c07c0 08:38:08 Removing intermediate container ed14c7ed6f02 08:38:08 ---> 3637b775e62e 08:38:08 Step 22/23 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec 08:38:08 Removing intermediate container 3c0beeb5f5d2 08:38:08 ---> b582b0d7da74 08:38:08 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:38:08 ---> ea2e2870fa3b 08:38:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:38:08 ---> Running in ec4713c73c17 08:38:08 ---> Running in b38d3cc72526 08:38:09 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:38:09 Status: Downloaded newer image for docker:20.10.0 08:38:09 ---> eeaf43b92773 08:38:09 Step 12/26 : RUN apk add --no-cache bash 08:38:09 Removing intermediate container 1588ea7c07c0 08:38:09 ---> 724af1641f09 08:38:09 08:38:09 ---> Running in 18407d27fc50 08:38:09 Removing intermediate container ec4713c73c17 08:38:09 ---> 7a90733cbfe4 08:38:09 Step 22/24 : LABEL arch=arm64 08:38:09 Removing intermediate container b38d3cc72526 08:38:09 ---> d65d9c17af42 08:38:09 Step 23/23 : LABEL version=0.0.0 08:38:10 Successfully built 724af1641f09 08:38:10 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:38:10 ---> 505e1fe3a275 08:38:10  Building docker-security-proxy-setup-go ... done Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:38:10 Building docker-security-bootstrapper-go 08:38:10 ---> Running in 61a8f8f739d6 08:38:10 ---> Running in 0438def90b2e 08:38:10 ---> Running in fda1c64701d5 08:38:10 Removing intermediate container 0438def90b2e 08:38:10 ---> 83edb265c6af 08:38:10 Step 23/24 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec 08:38:10 Removing intermediate container 61a8f8f739d6 08:38:10 ---> 4f116e690f49 08:38:10 08:38:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:38:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:38:11 ---> Running in 37608892af2f 08:38:11 Removing intermediate container fda1c64701d5 08:38:11 ---> 2c6df2f527d5 08:38:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:38:11 Successfully built 4f116e690f49 08:38:11 Successfully tagged docker-core-command-go-arm64:latest 08:38:11  Building docker-core-command-go ... done Building docker-support-notifications-go 08:38:11 (1/2) Installing readline (8.0.4-r0) 08:38:11 (2/2) Installing bash (5.0.17-r0) 08:38:11 Executing bash-5.0.17-r0.post-install 08:38:11 Executing busybox-1.31.1-r19.trigger 08:38:12 OK: 12 MiB in 22 packages 08:38:12 ---> Running in a8bd3789c67b 08:38:12 Removing intermediate container 37608892af2f 08:38:12 ---> bdaa0a54a550 08:38:12 Step 24/24 : LABEL version=0.0.0 08:38:12 ---> Running in 6afce894d019 08:38:12 Removing intermediate container a8bd3789c67b 08:38:12 ---> 0bc42a5494c7 08:38:12 Step 21/23 : LABEL arch=arm64 08:38:13 ---> Running in 8121d241cd07 08:38:13 Removing intermediate container 6afce894d019 08:38:13 ---> 95e4edb8fb32 08:38:13 08:38:14 Successfully built 95e4edb8fb32 08:38:15 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:38:15  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 08:38:15 Removing intermediate container 8121d241cd07 08:38:15 ---> cb5451c35097 08:38:15 Step 22/23 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec 08:38:15 Removing intermediate container 18407d27fc50 08:38:15 ---> 185dd841b074 08:38:15 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:38:15 ---> Running in cf6eefa27957 08:38:15 ---> Running in 998c06b9a0f2 08:38:16 Removing intermediate container 998c06b9a0f2 08:38:16 ---> 6b6138e0cb91 08:38:16 Step 14/26 : ENV APP_PORT=48090 08:38:16 Removing intermediate container cf6eefa27957 08:38:16 ---> 662f8778e9c6 08:38:16 Step 23/23 : LABEL version=0.0.0 08:38:16 ---> Running in f88660939831 08:38:16 ---> Running in 9e7949a1dd23 08:38:17 Removing intermediate container f88660939831 08:38:17 ---> 0feb2c13e5fe 08:38:17 Step 15/26 : EXPOSE $APP_PORT 08:38:17 Removing intermediate container 9e7949a1dd23 08:38:17 ---> 3ddd246b8d06 08:38:17 08:38:17 ---> Running in 06f1ef20c5be 08:38:17 Successfully built 3ddd246b8d06 08:38:17 Successfully tagged docker-core-metadata-go-arm64:latest 08:38:17 Building docker-support-scheduler-go 08:38:18  Building docker-core-metadata-go ... done Removing intermediate container 06f1ef20c5be 08:38:18 ---> fc44fdb26875 08:38:18 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:38:20 ---> 661cf3cf5416 08:38:20 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:38:22 ---> e6a469ac9d77 08:38:22 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:38:23 ---> 712fef66aac3 08:38:23 Step 19/26 : RUN apk --no-cache add py3-pip 08:38:24 ---> Running in f3f7d630d854 08:38:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:38:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:38:26 (1/33) Installing libbz2 (1.0.8-r1) 08:38:26 (2/33) Installing expat (2.2.9-r1) 08:38:26 (3/33) Installing libffi (3.3-r2) 08:38:26 (4/33) Installing gdbm (1.13-r1) 08:38:26 (5/33) Installing xz-libs (5.2.5-r0) 08:38:26 (6/33) Installing sqlite-libs (3.32.1-r0) 08:38:26 (7/33) Installing python3 (3.8.5-r0) 08:38:28 (8/33) Installing py3-appdirs (1.4.4-r1) 08:38:28 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:38:28 (10/33) Installing py3-parsing (2.4.7-r0) 08:38:28 (11/33) Installing py3-six (1.15.0-r0) 08:38:28 (12/33) Installing py3-packaging (20.4-r0) 08:38:28 (13/33) Installing py3-setuptools (47.0.0-r0) 08:38:28 (14/33) Installing py3-chardet (3.0.4-r4) 08:38:28 (15/33) Installing py3-idna (2.9-r0) 08:38:28 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:38:28 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:38:28 (18/33) Installing py3-requests (2.23.0-r0) 08:38:28 (19/33) Installing py3-msgpack (1.0.0-r0) 08:38:28 (20/33) Installing py3-lockfile (0.12.2-r3) 08:38:28 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:38:28 (22/33) Installing py3-colorama (0.4.3-r0) 08:38:28 (23/33) Installing py3-distlib (0.3.0-r0) 08:38:28 (24/33) Installing py3-distro (1.5.0-r1) 08:38:28 (25/33) Installing py3-webencodings (0.5.1-r3) 08:38:28 (26/33) Installing py3-html5lib (1.0.1-r4) 08:38:28 (27/33) Installing py3-pytoml (0.1.21-r0) 08:38:28 (28/33) Installing py3-pep517 (0.8.2-r0) 08:38:28 (29/33) Installing py3-progress (1.5-r0) 08:38:28 (30/33) Installing py3-toml (0.10.1-r0) 08:38:28 (31/33) Installing py3-retrying (1.3.3-r0) 08:38:28 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:38:28 (33/33) Installing py3-pip (20.1.1-r0) 08:38:28 Executing busybox-1.31.1-r19.trigger 08:38:28 OK: 71 MiB in 55 packages 08:38:44 Removing intermediate container f3f7d630d854 08:38:44 ---> 6c3d0e518e16 08:38:44 Step 20/26 : RUN pip install docker-compose==1.23.2 08:38:44 ---> Running in 899633963a5a 08:38:49 Collecting docker-compose==1.23.2 08:38:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:38:50 Collecting texttable<0.10,>=0.9.0 08:38:50 Downloading texttable-0.9.1.tar.gz (11 kB) 08:38:52 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:38:52 Collecting docker<4.0,>=3.6.0 08:38:52 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:38:53 Collecting dockerpty<0.5,>=0.4.1 08:38:53 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:38:56 Collecting websocket-client<1.0,>=0.32.0 08:38:56 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:38:56 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:38:56 Step 2/33 : FROM ${BUILDER_BASE} AS builder 08:38:56 ---> bd379429a67b 08:38:56 Step 3/33 : WORKDIR /edgex-go 08:38:56 ---> Using cache 08:38:56 ---> 1aa64135700a 08:38:56 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:38:56 ---> Using cache 08:38:56 ---> 5ff4e0c45f47 08:38:56 Step 5/33 : RUN apk add --update --no-cache make git 08:38:57 Collecting cached-property<2,>=1.2.0 08:38:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:38:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:38:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:38:58 ---> bd379429a67b 08:38:58 Step 3/22 : WORKDIR /edgex-go 08:38:58 ---> Using cache 08:38:58 ---> 1aa64135700a 08:38:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:38:58 ---> Using cache 08:38:58 ---> 5ff4e0c45f47 08:38:58 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:38:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:38:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:38:59 ---> bd379429a67b 08:38:59 Step 3/23 : WORKDIR /edgex-go 08:38:59 ---> Using cache 08:38:59 ---> 1aa64135700a 08:38:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:38:59 ---> Using cache 08:38:59 ---> 5ff4e0c45f47 08:38:59 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:38:59 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:38:59 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:39:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:39:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:39:00 ---> bd379429a67b 08:39:00 Step 3/22 : WORKDIR /edgex-go 08:39:00 ---> Using cache 08:39:00 ---> 1aa64135700a 08:39:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:39:00 ---> Using cache 08:39:00 ---> 5ff4e0c45f47 08:39:00 Step 5/22 : RUN apk add --update --no-cache make git 08:39:00 ---> Running in 5aa319a440ab 08:39:00 ---> Running in a6e03442207f 08:39:00 ---> Running in 7d3bd510ec71 08:39:00 ---> Running in cfce2b636151 08:39:01 Collecting PyYAML<4,>=3.10 08:39:01 Downloading PyYAML-3.13.tar.gz (270 kB) 08:39:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:39:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:39:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:39:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:39:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:39:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:39:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:39:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:39:04 OK: 217 MiB in 51 packages 08:39:04 OK: 217 MiB in 51 packages 08:39:04 OK: 217 MiB in 51 packages 08:39:04 OK: 217 MiB in 51 packages 08:39:05 Collecting docopt<0.7,>=0.6.1 08:39:05 Downloading docopt-0.6.2.tar.gz (25 kB) 08:39:06 Removing intermediate container a6e03442207f 08:39:06 ---> 21812542ac1b 08:39:06 Step 6/33 : COPY go.mod . 08:39:06 Removing intermediate container 5aa319a440ab 08:39:06 ---> 010e849fe1e6 08:39:06 Step 6/22 : COPY go.mod . 08:39:06 Removing intermediate container 7d3bd510ec71 08:39:06 ---> 08234fc26104 08:39:06 Step 6/23 : COPY go.mod . 08:39:07 Removing intermediate container cfce2b636151 08:39:07 ---> d5dfece956bd 08:39:07 Step 6/22 : COPY go.mod . 08:39:07 ---> 130a68da6534 08:39:07 Step 7/33 : RUN go mod download 08:39:07 ---> 7ca3480e80a5 08:39:07 Step 7/22 : RUN go mod download 08:39:08 ---> Running in e409caf05fb8 08:39:08 ---> Running in 5c5b19fcd0c5 08:39:08 ---> 4e8f9015c44c 08:39:08 Step 7/22 : RUN go mod download 08:39:08 ---> efec13d84acc 08:39:08 Step 7/23 : RUN go mod download 08:39:08 Collecting jsonschema<3,>=2.5.1 08:39:08 ---> Running in ae7cd686bafc 08:39:08 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:39:08 ---> Running in 2b28ecae660b 08:39:09 Collecting docker-pycreds>=0.4.0 08:39:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:39:09 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) 08:39:10 Collecting urllib3<1.25,>=1.21.1 08:39:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:39:10 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) 08:39:10 Collecting idna<2.8,>=2.5 08:39:10 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:39:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:39:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:39:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:39:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:39:12 Installing collected packages: texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, cached-property, PyYAML, docopt, jsonschema, docker-compose 08:39:12 Running setup.py install for texttable: started 08:39:12 Removing intermediate container e409caf05fb8 08:39:12 ---> 1d2678532089 08:39:12 Step 8/33 : COPY . . 08:39:12 Removing intermediate container 5c5b19fcd0c5 08:39:12 ---> 415f1c84ae8a 08:39:12 Step 8/22 : COPY . . 08:39:13 Removing intermediate container ae7cd686bafc 08:39:13 ---> 1737d272fbfe 08:39:13 Step 8/22 : COPY . . 08:39:13 Removing intermediate container 2b28ecae660b 08:39:13 ---> 608641544ea8 08:39:13 Step 8/23 : COPY . . 08:39:15 Running setup.py install for texttable: finished with status 'done' 08:39:15 Attempting uninstall: urllib3 08:39:15 Found existing installation: urllib3 1.25.9 08:39:15 Uninstalling urllib3-1.25.9: 08:39:15 Successfully uninstalled urllib3-1.25.9 08:39:15 Attempting uninstall: idna 08:39:15 Found existing installation: idna 2.9 08:39:15 Uninstalling idna-2.9: 08:39:16 Successfully uninstalled idna-2.9 08:39:16 Attempting uninstall: requests 08:39:16 Found existing installation: requests 2.23.0 08:39:16 Uninstalling requests-2.23.0: 08:39:16 Successfully uninstalled requests-2.23.0 08:39:18 Running setup.py install for dockerpty: started 08:39:20 Running setup.py install for dockerpty: finished with status 'done' 08:39:20 Running setup.py install for PyYAML: started 08:39:22 Running setup.py install for PyYAML: finished with status 'done' 08:39:22 Running setup.py install for docopt: started 08:39:25 Running setup.py install for docopt: finished with status 'done' 08:39:26 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 08:39:38 ---> db580b43cc3c 08:39:38 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 08:39:38 ---> ecf6de35b6d1 08:39:38 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:39:38 ---> 7692609df0df 08:39:38 Step 9/23 : RUN make cmd/core-data/core-data 08:39:38 ---> dd29e8701304 08:39:38 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:39:38 ---> Running in 9c57501a059e 08:39:38 ---> Running in 26c486229277 08:39:38 ---> Running in 9afed8c29aa9 08:39:38 ---> Running in 24324e928c99 08:39:39 Removing intermediate container 899633963a5a 08:39:39 ---> 7cbb11df9777 08:39:39 Step 21/26 : RUN apk --no-cache add curl 08:39:39 ---> Running in b516229d71a8 08:39:40 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 08:39:40 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 08:39:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:39:41 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 08:39:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:39:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:39:42 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:39:42 (2/3) Installing libcurl (7.69.1-r3) 08:39:42 (3/3) Installing curl (7.69.1-r3) 08:39:42 Executing busybox-1.31.1-r19.trigger 08:39:42 OK: 71 MiB in 58 packages 08:39:44 Removing intermediate container b516229d71a8 08:39:44 ---> 7c7258b855a6 08:39:44 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 08:39:44 ---> Running in fffc82a8b233 08:39:45 Removing intermediate container fffc82a8b233 08:39:45 ---> 2ff0a5fd8ae6 08:39:45 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:39:45 ---> Running in 58bb6115ba69 08:39:46 Removing intermediate container 58bb6115ba69 08:39:46 ---> 4b8bf29aed00 08:39:46 Step 24/26 : LABEL arch=arm64 08:39:46 ---> Running in 65ae3eac98f5 08:39:47 Removing intermediate container 65ae3eac98f5 08:39:47 ---> ec75945ca012 08:39:47 Step 25/26 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec 08:39:47 ---> Running in c463f13374b3 08:39:48 Removing intermediate container c463f13374b3 08:39:48 ---> 5458d6cc0fb7 08:39:48 Step 26/26 : LABEL version=0.0.0 08:39:48 ---> Running in 5af60e30ecb2 08:39:48 Removing intermediate container 5af60e30ecb2 08:39:48 ---> 73de23066f95 08:39:48 08:39:49 Successfully built 73de23066f95 08:39:49 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:40:57  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 08:41:01 Removing intermediate container 24324e928c99 08:41:01 ---> 705db2fdfdeb 08:41:01 08:41:01 Step 10/22 : FROM alpine:3.12 08:41:01 ---> afeebe901d6b 08:41:01 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:41:01 Removing intermediate container 9afed8c29aa9 08:41:01 ---> 38189edf5d69 08:41:01 08:41:01 Step 10/22 : FROM alpine:3.12 08:41:01 ---> afeebe901d6b 08:41:01 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:41:01 ---> Using cache 08:41:01 ---> 7666c7a979a8 08:41:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:41:01 ---> Using cache 08:41:01 ---> f367365ab22b 08:41:01 Step 13/22 : ENV APP_PORT=48085 08:41:01 ---> Running in 46a9caae4cf1 08:41:01 ---> Running in a1d106174a3b 08:41:02 Removing intermediate container a1d106174a3b 08:41:02 ---> ac8989670dcf 08:41:02 Step 14/22 : EXPOSE $APP_PORT 08:41:03 ---> Running in 183ffc1c4d28 08:41:04 Removing intermediate container 183ffc1c4d28 08:41:04 ---> 5ac2d2e0b2b8 08:41:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:41:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:41:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:41:04 (1/2) Installing ca-certificates (20191127-r4) 08:41:04 (2/2) Installing dumb-init (1.2.2-r1) 08:41:04 Executing busybox-1.31.1-r19.trigger 08:41:05 Executing ca-certificates-20191127-r4.trigger 08:41:05 ---> a03d2ad950f5 08:41:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:41:05 OK: 6 MiB in 16 packages 08:41:07 ---> 559fabccf2e0 08:41:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:41:07 Removing intermediate container 46a9caae4cf1 08:41:07 ---> fb93bc345914 08:41:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:41:07 Removing intermediate container 9c57501a059e 08:41:07 ---> e1750405ae52 08:41:07 08:41:07 Step 10/33 : FROM alpine:3.12 08:41:07 ---> afeebe901d6b 08:41:07 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 08:41:08 ---> Running in ca5330ec3c8d 08:41:08 ---> Running in a34a091e26bd 08:41:08 ---> 091705fce376 08:41:08 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:41:09 Removing intermediate container a34a091e26bd 08:41:09 ---> 769d57f2ca3a 08:41:09 Step 13/22 : ENV APP_PORT=48060 08:41:09 ---> Running in 46e168e910b1 08:41:09 ---> Running in 5a17f1d307b9 08:41:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:41:09 Removing intermediate container 5a17f1d307b9 08:41:09 ---> 96c3d9a128a5 08:41:09 Step 14/22 : EXPOSE $APP_PORT 08:41:09 Removing intermediate container 46e168e910b1 08:41:09 ---> 03b3c08929ad 08:41:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:41:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:41:09 ---> Running in 976b9b95e73f 08:41:09 ---> Running in 695098596b5d 08:41:10 (1/3) Installing dumb-init (1.2.2-r1) 08:41:10 (2/3) Installing openssl (1.1.1i-r0) 08:41:10 (3/3) Installing su-exec (0.2-r1) 08:41:10 Executing busybox-1.31.1-r19.trigger 08:41:10 OK: 6 MiB in 17 packages 08:41:10 Removing intermediate container 976b9b95e73f 08:41:10 ---> fe127236e554 08:41:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:41:10 Removing intermediate container 695098596b5d 08:41:10 ---> 14f217a80d16 08:41:10 Step 20/22 : LABEL arch=arm64 08:41:10 ---> Running in e575b64ed393 08:41:12 Removing intermediate container e575b64ed393 08:41:12 ---> 3d6dd6a7e27b 08:41:12 Step 21/22 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec 08:41:12 ---> 95a55156909e 08:41:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:41:12 ---> Running in 97df4b3ecaae 08:41:12 Removing intermediate container ca5330ec3c8d 08:41:12 ---> bd4f3279af21 08:41:12 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:41:12 ---> Running in 029b45e360ae 08:41:13 Removing intermediate container 97df4b3ecaae 08:41:13 ---> f2ca246c19bc 08:41:13 Step 22/22 : LABEL version=0.0.0 08:41:13 ---> Running in b4a23c7dc90d 08:41:13 Removing intermediate container 029b45e360ae 08:41:13 ---> 750722436b8d 08:41:13 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 08:41:13 ---> Running in d11454d5f910 08:41:14 ---> 8603505e2a19 08:41:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:41:14 Removing intermediate container b4a23c7dc90d 08:41:14 ---> 63b1de71b076 08:41:14 08:41:14 Removing intermediate container d11454d5f910 08:41:14 ---> 4a3d07a83380 08:41:14 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 08:41:14 Successfully built 63b1de71b076 08:41:14 Successfully tagged docker-support-scheduler-go-arm64:latest 08:41:15  Building docker-support-scheduler-go ... done  ---> Running in d8b50e835be7 08:41:15 ---> 5e353d4fa2a7 08:41:15 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:41:15 ---> Running in 13c0329221ba 08:41:15 Removing intermediate container 13c0329221ba 08:41:15 ---> c4b100b935a9 08:41:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:41:15 ---> Running in 20d945e2b404 08:41:16 Connecting to github.com (140.82.112.3:443) 08:41:16 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.153.20:443) 08:41:16 Removing intermediate container 20d945e2b404 08:41:16 ---> 4ab03c44934f 08:41:16 Step 20/22 : LABEL arch=arm64 08:41:16 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 08:41:16  ---> Running in cb132a4d8410 08:41:16 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 08:41:16 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 08:41:16 dockerize 08:41:17 Removing intermediate container cb132a4d8410 08:41:17 ---> 73b73fd5e35b 08:41:17 Step 21/22 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec 08:41:17 ---> Running in df39cad66adb 08:41:18 Removing intermediate container df39cad66adb 08:41:18 ---> 4fe025426e7e 08:41:18 Step 22/22 : LABEL version=0.0.0 08:41:18 ---> Running in 2fa7cafca0e7 08:41:18 Removing intermediate container d8b50e835be7 08:41:18 ---> cd3a6b2805f9 08:41:18 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 08:41:19 ---> Running in 2ae70bfdd13f 08:41:19 Removing intermediate container 2fa7cafca0e7 08:41:19 ---> 7bd9b8c8497c 08:41:19 08:41:19 Successfully built 7bd9b8c8497c 08:41:19 Successfully tagged docker-support-notifications-go-arm64:latest 08:41:19  Building docker-support-notifications-go ... done Removing intermediate container 2ae70bfdd13f 08:41:19 ---> b4c118479449 08:41:19 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:41:20 ---> Running in b101db5e481d 08:41:20 Removing intermediate container 26c486229277 08:41:20 ---> e9f356aea114 08:41:20 08:41:20 Step 10/23 : FROM alpine:3.12 08:41:20 ---> afeebe901d6b 08:41:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:41:20 Removing intermediate container b101db5e481d 08:41:20 ---> 005c6cefba68 08:41:20 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} 08:41:20 ---> Running in 57086f57d3b4 08:41:20 ---> Running in 77efd80cb6f3 08:41:21 Removing intermediate container 57086f57d3b4 08:41:21 ---> ff8fcf01082e 08:41:21 Step 12/23 : ENV APP_PORT=48080 08:41:21 ---> Running in 6a550c31cc84 08:41:21 Removing intermediate container 6a550c31cc84 08:41:21 ---> 7193f0abc482 08:41:21 Step 13/23 : EXPOSE $APP_PORT 08:41:21 Move dockerize executable 08:41:22 ---> Running in b0053bd6001c 08:41:22 Removing intermediate container b0053bd6001c 08:41:22 ---> 4801fa3f971a 08:41:22 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:41:22 ---> Running in 288d507a80db 08:41:23 Removing intermediate container 77efd80cb6f3 08:41:23 ---> 6b076df5f213 08:41:23 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 08:41:23 ---> Running in c06f50df5c72 08:41:24 Removing intermediate container c06f50df5c72 08:41:24 ---> a5b02c471d8d 08:41:24 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:41:24 ---> 4b225e0f7a30 08:41:24 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:41:24 ---> Running in 27e3f696681e 08:41:24 Removing intermediate container 288d507a80db 08:41:24 ---> 6eee1c732108 08:41:24 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:41:25 ---> Running in ef968f10a8f2 08:41:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:41:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:41:27 Removing intermediate container 27e3f696681e 08:41:27 ---> 68f608c62cf5 08:41:27 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 08:41:27 (1/6) Installing dumb-init (1.2.2-r1) 08:41:27 (2/6) Installing libgcc (9.3.0-r2) 08:41:27 ---> 4fa932b0c7ed 08:41:27 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:41:27 (3/6) Installing libsodium (1.0.18-r0) 08:41:27 (4/6) Installing libstdc++ (9.3.0-r2) 08:41:28 (5/6) Installing libzmq (4.3.3-r0) 08:41:28 (6/6) Installing zeromq (4.3.3-r0) 08:41:28 Executing busybox-1.31.1-r19.trigger 08:41:28 OK: 8 MiB in 20 packages 08:41:29 ---> 07b2f9ac2160 08:41:29 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:41:29 Removing intermediate container ef968f10a8f2 08:41:29 ---> 6407c168568f 08:41:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:41:29 ---> 50662defa709 08:41:29 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 08:41:30 ---> feda0cfba2e1 08:41:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:41:30 ---> d3d1f1e7c78d 08:41:30 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:41:31 ---> e684dc327253 08:41:31 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 08:41:31 ---> 6fa882887052 08:41:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:41:32 ---> Running in 7a0a7c1381ed 08:41:32 ---> f1a595fc5a01 08:41:32 Step 19/23 : ENTRYPOINT ["/core-data"] 08:41:33 Removing intermediate container 7a0a7c1381ed 08:41:33 ---> fbfd686974f5 08:41:33 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:41:33 ---> Running in beccf5792053 08:41:33 Removing intermediate container beccf5792053 08:41:33 ---> 7f8c8646c7b6 08:41:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:41:33 ---> Running in 3542c84761fc 08:41:33 ---> e0d0e824ec28 08:41:33 Step 28/33 : RUN chmod +x /entrypoint.sh 08:41:34 ---> Running in 5e0ba39fc56d 08:41:34 Removing intermediate container 3542c84761fc 08:41:34 ---> 90905b9c005b 08:41:34 Step 21/23 : LABEL arch=arm64 08:41:34 ---> Running in ac7911a75247 08:41:35 Removing intermediate container ac7911a75247 08:41:35 ---> b13954dfa9dd 08:41:35 Step 22/23 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec 08:41:35 ---> Running in 25515c2a9db5 08:41:35 Removing intermediate container 25515c2a9db5 08:41:35 ---> e56b205cd4b9 08:41:35 Step 23/23 : LABEL version=0.0.0 08:41:35 ---> Running in b58b9a5b5944 08:41:36 Removing intermediate container b58b9a5b5944 08:41:36 ---> 922d0e8eb7a4 08:41:36 08:41:36 Successfully built 922d0e8eb7a4 08:41:37 Successfully tagged docker-core-data-go-arm64:latest 08:41:37  Building docker-core-data-go ... done Removing intermediate container 5e0ba39fc56d 08:41:37 ---> e92c566c670c 08:41:37 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 08:41:37 ---> Running in 34edaa2be6ff 08:41:37 Removing intermediate container 34edaa2be6ff 08:41:37 ---> 701d6ce48b46 08:41:37 Step 30/33 : CMD ["gate"] 08:41:38 ---> Running in 6636709113cb 08:41:38 Removing intermediate container 6636709113cb 08:41:38 ---> a8ab86a29d3e 08:41:38 Step 31/33 : LABEL arch=arm64 08:41:39 ---> Running in 51c99641345e 08:41:39 Removing intermediate container 51c99641345e 08:41:39 ---> 4c6c4fb43600 08:41:39 Step 32/33 : LABEL git_sha=ab971426e09d93a2aadc827a1dc66e9768f776ec 08:41:40 ---> Running in 6d0fe6f7c175 08:41:40 Removing intermediate container 6d0fe6f7c175 08:41:40 ---> 42d24a2c8c35 08:41:40 Step 33/33 : LABEL version=0.0.0 08:41:41 ---> Running in 69198aa26026 08:41:42 Removing intermediate container 69198aa26026 08:41:42 ---> 0b24db0fb331 08:41:42 08:41:42 Successfully built 0b24db0fb331 08:41:42 Successfully tagged docker-security-bootstrapper-go-arm64:latest 08:41:42  Building docker-security-bootstrapper-go ... done  [Pipeline] } 08:41:42 $ docker stop --time=1 6bce2f2a31e3b6b50012b1664799c6aa73c707e3c56c02d756d21cd593ecda97 08:41:44 $ docker rm -f 6bce2f2a31e3b6b50012b1664799c6aa73c707e3c56c02d756d21cd593ecda97 [Pipeline] // withDockerContainer [Pipeline] sh 08:41:45 + docker images+ 08:41:45 grep docker 08:41:45 docker-security-bootstrapper-go-arm64 latest 0b24db0fb331 4 seconds ago 40.3MB 08:41:45 docker-core-data-go-arm64 latest 922d0e8eb7a4 9 seconds ago 21MB 08:41:45 docker-support-notifications-go-arm64 latest 7bd9b8c8497c 27 seconds ago 16MB 08:41:45 docker-support-scheduler-go-arm64 latest 63b1de71b076 32 seconds ago 15.5MB 08:41:45 docker-sys-mgmt-agent-go-arm64 latest 73de23066f95 About a minute ago 300MB 08:41:45 docker-core-metadata-go-arm64 latest 3ddd246b8d06 3 minutes ago 17.7MB 08:41:45 docker-security-secretstore-setup-go-arm64 latest 95e4edb8fb32 3 minutes ago 23.4MB 08:41:45 docker-core-command-go-arm64 latest 4f116e690f49 3 minutes ago 15.4MB 08:41:45 docker-security-proxy-setup-go-arm64 latest 724af1641f09 3 minutes ago 23.2MB 08:41:45 docker 20.10.0 eeaf43b92773 6 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 08:41:47 provisioning config files... 08:41:47 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/15@tmp/config6702901354381802527tmp [Pipeline] { [Pipeline] sh 08:41:47 + set +x 08:41:47 + curl -s https://codecov.io/bash 08:41:47 + bash -s -- 08:41:48 08:41:48 _____ _ 08:41:48 / ____| | | 08:41:48 | | ___ __| | ___ ___ _____ __ 08:41:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:41:48 | |___| (_) | (_| | __/ (_| (_) \ V / 08:41:48 \_____\___/ \__,_|\___|\___\___/ \_/ 08:41:48 Bash-20210115-cec3c92 08:41:48 08:41:48 08:41:48 ==> git version 2.24.3 found 08:41:48 ==> 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 08:41:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:41:48 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:41:48 ==> Jenkins CI detected. 08:41:48 project root: . 08:41:48 --> token set from env 08:41:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:41:48 ==> Running gcov in . (disable via -X gcov) 08:41:48 ==> Python coveragepy not found 08:41:48 ==> Searching for coverage reports in: 08:41:48 + . 08:41:48 -> Found 1 reports 08:41:48 ==> Detecting git/mercurial file structure 08:41:48 ==> Reading reports 08:41:48 + ./coverage.out bytes=563886 08:41:48 ==> Appending adjustments 08:41:48 https://docs.codecov.io/docs/fixing-reports 08:41:51 + Found adjustments 08:41:51 ==> Gzipping contents 08:41:51 84K /tmp/codecov.roImVm.gz 08:41:51 ==> Uploading reports 08:41:51 url: https://codecov.io 08:41:51 query: branch=PR-3030&commit=ab971426e09d93a2aadc827a1dc66e9768f776ec&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= 08:41:51 -> Pinging Codecov 08:41:51 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3030&commit=ab971426e09d93a2aadc827a1dc66e9768f776ec&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= 08:41:51 -> Uploading to 08:41:51 https://storage.googleapis.com/codecov/v4/raw/2021-01-22/00271124DB129430A58F1EEE437C3FCB/ab971426e09d93a2aadc827a1dc66e9768f776ec/4675a1ed-5bba-4822-92de-c47c8810efde.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T084151Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=57638aede0f157c9f29606ebed02b8983c2570e2863289358b7fca1572481211 08:41:51 % Total % Received % Xferd Average Speed Time Time Time Current 08:41:51 Dload Upload Total Spent Left Speed 08:41:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85460 0 0 100 85460 0 155k --:--:-- --:--:-- --:--:-- 155k 100 85460 0 0 100 85460 0 155k --:--:-- --:--:-- --:--:-- 155k 08:41:52 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ab971426e09d93a2aadc827a1dc66e9768f776ec [Pipeline] } 08:41:52 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 08:41:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:41:55 ---> package-listing.sh 08:41:55 ++ facter osfamily 08:41:55 ++ tr '[:upper:]' '[:lower:]' 08:41:55 + OS_FAMILY=redhat 08:41:55 + workspace=/w/workspace/edgex-go/15 08:41:55 + START_PACKAGES=/tmp/packages_start.txt 08:41:55 + END_PACKAGES=/tmp/packages_end.txt 08:41:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:41:55 + PACKAGES=/tmp/packages_start.txt 08:41:55 + '[' /w/workspace/edgex-go/15 ']' 08:41:55 + PACKAGES=/tmp/packages_end.txt 08:41:55 + case "${OS_FAMILY}" in 08:41:55 + rpm -qa 08:41:55 + sort 08:42:00 + '[' -f /tmp/packages_start.txt ']' 08:42:00 + '[' -f /tmp/packages_end.txt ']' 08:42:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:42:00 + '[' /w/workspace/edgex-go/15 ']' 08:42:00 + mkdir -p /w/workspace/edgex-go/15/archives/ 08:42:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] echo 08:42:00 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/15/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:42:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:42:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:42:01 08:42:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:42:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:42:01 alpine: Pulling from edgex-lftools-log-publisher 08:42:01 df20fa9351a1: Pulling fs layer 08:42:01 36b3adc4ff6f: Pulling fs layer 08:42:01 8ad3a11d3b57: Pulling fs layer 08:42:01 46f8f816bc3b: Pulling fs layer 08:42:01 93b61091891f: Pulling fs layer 08:42:01 93b9cdb0e59b: Pulling fs layer 08:42:01 5e14af77c1be: Pulling fs layer 08:42:01 01666e4c0597: Pulling fs layer 08:42:01 aa168da1d23b: Pulling fs layer 08:42:01 93b9cdb0e59b: Waiting 08:42:01 5e14af77c1be: Waiting 08:42:01 01666e4c0597: Waiting 08:42:01 aa168da1d23b: Waiting 08:42:01 46f8f816bc3b: Waiting 08:42:01 93b61091891f: Waiting 08:42:01 36b3adc4ff6f: Verifying Checksum 08:42:01 36b3adc4ff6f: Download complete 08:42:01 46f8f816bc3b: Verifying Checksum 08:42:01 46f8f816bc3b: Download complete 08:42:01 df20fa9351a1: Verifying Checksum 08:42:01 df20fa9351a1: Download complete 08:42:01 93b61091891f: Verifying Checksum 08:42:01 93b61091891f: Download complete 08:42:01 93b9cdb0e59b: Verifying Checksum 08:42:01 93b9cdb0e59b: Download complete 08:42:01 5e14af77c1be: Verifying Checksum 08:42:01 5e14af77c1be: Download complete 08:42:01 01666e4c0597: Verifying Checksum 08:42:01 01666e4c0597: Download complete 08:42:01 8ad3a11d3b57: Verifying Checksum 08:42:01 8ad3a11d3b57: Download complete 08:42:02 df20fa9351a1: Pull complete 08:42:02 36b3adc4ff6f: Pull complete 08:42:03 aa168da1d23b: Download complete 08:42:04 8ad3a11d3b57: Pull complete 08:42:04 46f8f816bc3b: Pull complete 08:42:05 93b61091891f: Pull complete 08:42:05 93b9cdb0e59b: Pull complete 08:42:05 5e14af77c1be: Pull complete 08:42:05 01666e4c0597: Pull complete 08:42:17 aa168da1d23b: Pull complete 08:42:17 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:42:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:42:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:42:17 prd-centos7-docker-4c-2g-22242 does not seem to be running inside a container 08:42:18 $ 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/15/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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 08:42:20 $ docker top 73cc77820e9fcc52f32857d01d27ae5e310efd83a30c7887fd68c09b0ad89a90 -eo pid,comm [Pipeline] { [Pipeline] sh 08:42:20 + touch /tmp/pre-build-complete [Pipeline] sh 08:42:21 + mkdir -p /var/log/sa [Pipeline] sh 08:42:21 + ls /var/log/sa-host 08:42:21 + sadf -c /var/log/sa-host/sa22 08:42:21 file_magic: OK 08:42:21 HZ: Using current value: 100 08:42:21 file_header: OK 08:42:21 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 08:42:21 Statistics: 08:42:21 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... 08:42:21 File successfully converted to sysstat format version 12.2.1 08:42:21 + sadf -c /var/log/sa-host/sa23 08:42:21 file_magic: OK 08:42:21 HZ: Using current value: 100 08:42:21 file_header: OK 08:42:21 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 08:42:21 Statistics: 08:42:21 Hnuu...uuuununununu... 08:42:21 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:42:22 provisioning config files... 08:42:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config4781210669507737317tmp [Pipeline] { [Pipeline] echo 08:42:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:42:22 ---> create-netrc.sh [Pipeline] } 08:42:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:42:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:42:22 ---> python-tools-install.sh [Pipeline] echo 08:42:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:42:23 ---> sudo-logs.sh 08:42:23 Archiving 'sudo' log.. [Pipeline] echo 08:42:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:42:23 ---> job-cost.sh 08:42:23 lf-activate-venv: SKIPPING 08:42:23 INFO: No Stack... 08:42:24 INFO: Retrieving Pricing Info for: v1-standard-2 08:42:24 INFO: Archiving Costs [Pipeline] echo 08:42:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:42:25 ---> logs-deploy.sh 08:42:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3030/15 08:42:25 INFO: archiving workspace using pattern(s): 08:42:26 Archives upload complete. 08:42:26 INFO: archiving logs to Nexus 08:42:27 ---> uname -a: 08:42:27 Linux prd-centos7-docker-4c-2g-22242.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:42:27 08:42:27 08:42:27 ---> lscpu: 08:42:27 Architecture: x86_64 08:42:27 CPU op-mode(s): 32-bit, 64-bit 08:42:27 Byte Order: Little Endian 08:42:27 Address sizes: 40 bits physical, 48 bits virtual 08:42:27 CPU(s): 4 08:42:27 On-line CPU(s) list: 0-3 08:42:27 Thread(s) per core: 1 08:42:27 Core(s) per socket: 1 08:42:27 Socket(s): 4 08:42:27 NUMA node(s): 1 08:42:27 Vendor ID: GenuineIntel 08:42:27 CPU family: 6 08:42:27 Model: 44 08:42:27 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:42:27 Stepping: 1 08:42:27 CPU MHz: 2933.442 08:42:27 BogoMIPS: 5866.88 08:42:27 Virtualization: VT-x 08:42:27 Hypervisor vendor: KVM 08:42:27 Virtualization type: full 08:42:27 L1d cache: 128 KiB 08:42:27 L1i cache: 128 KiB 08:42:27 L2 cache: 16 MiB 08:42:27 L3 cache: 64 MiB 08:42:27 NUMA node0 CPU(s): 0-3 08:42:27 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:42:27 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:42:27 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:42:27 Vulnerability Meltdown: Mitigation; PTI 08:42:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:42:27 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:42:27 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:42:27 Vulnerability Srbds: Not affected 08:42:27 Vulnerability Tsx async abort: Not affected 08:42:27 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 08:42:27 08:42:27 08:42:27 ---> nproc: 08:42:27 4 08:42:27 08:42:27 08:42:27 ---> df -h: 08:42:27 Filesystem Size Used Available Use% Mounted on 08:42:27 overlay 50.0G 11.3G 38.7G 23% / 08:42:27 tmpfs 64.0M 0 64.0M 0% /dev 08:42:27 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:42:27 shm 64.0M 0 64.0M 0% /dev/shm 08:42:27 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 08:42:27 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 08:42:27 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 08:42:27 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 08:42:27 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 08:42:27 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 08:42:27 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 08:42:27 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 08:42:27 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/15 08:42:27 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/15@tmp 08:42:27 08:42:27 08:42:27 ---> free -m: 08:42:27 total used free shared buff/cache available 08:42:27 Mem: 1837 725 127 0 984 1027 08:42:27 Swap: 1023 72 951 08:42:27 08:42:27 08:42:27 ---> ip addr: 08:42:27 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:42:27 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:42:27 inet 127.0.0.1/8 scope host lo 08:42:27 valid_lft forever preferred_lft forever 08:42:27 inet6 ::1/128 scope host 08:42:27 valid_lft forever preferred_lft forever 08:42:27 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:42:27 link/ether fa:16:3e:05:d5:e7 brd ff:ff:ff:ff:ff:ff 08:42:27 inet 10.30.122.19/23 brd 10.30.123.255 scope global dynamic eth0 08:42:27 valid_lft 85241sec preferred_lft 85241sec 08:42:27 inet6 fe80::f816:3eff:fe05:d5e7/64 scope link 08:42:27 valid_lft forever preferred_lft forever 08:42:27 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:42:27 link/ether 02:42:b7:e5:55:39 brd ff:ff:ff:ff:ff:ff 08:42:27 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:42:27 valid_lft forever preferred_lft forever 08:42:27 inet6 fe80::42:b7ff:fee5:5539/64 scope link 08:42:27 valid_lft forever preferred_lft forever 08:42:27 08:42:27 08:42:27 ---> sar -b -r -n DEV: 08:42:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/22/21 _x86_64_ (4 CPU) 08:42:27 08:42:27 08:22:58 LINUX RESTART (4 CPU) 08:42:27 08:42:27 08:24:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:42:27 08:25:01 222.20 83.48 138.72 0.00 6118.40 49936.10 0.00 08:42:27 08:26:01 233.97 90.77 143.20 0.00 3056.13 19396.07 0.00 08:42:27 08:27:01 178.47 86.39 92.08 0.00 4068.30 10179.35 0.00 08:42:27 08:28:02 632.06 407.13 224.93 0.00 78538.54 153041.88 0.00 08:42:27 08:29:02 2928.42 2563.52 364.90 0.00 156349.74 169040.33 0.00 08:42:27 08:30:01 501.52 222.31 279.21 0.00 50738.24 88477.92 0.00 08:42:27 08:31:02 2169.75 1832.59 337.16 0.00 92410.34 115518.39 0.00 08:42:27 08:32:01 180.87 44.81 136.06 0.00 4824.92 21515.78 0.00 08:42:27 08:33:01 2.73 0.60 2.13 0.00 6.66 55.33 0.00 08:42:27 08:34:01 1.17 0.87 0.30 0.00 178.68 3.33 0.00 08:42:27 08:35:01 1.45 1.22 0.23 0.00 93.80 2.07 0.00 08:42:27 08:36:01 0.27 0.02 0.25 0.00 0.27 2.85 0.00 08:42:27 08:37:01 0.32 0.00 0.32 0.00 0.00 3.85 0.00 08:42:27 08:38:01 0.55 0.20 0.35 0.00 7.86 4.76 0.00 08:42:27 08:39:01 2.07 1.33 0.73 0.00 45.70 13.76 0.00 08:42:27 08:40:01 0.47 0.02 0.45 0.00 0.53 7.23 0.00 08:42:27 08:41:01 0.32 0.00 0.32 0.00 0.00 4.35 0.00 08:42:27 08:42:01 67.35 66.90 0.45 0.00 5545.79 24.68 0.00 08:42:27 Average: 395.15 299.55 95.60 0.00 22355.53 34916.25 0.00 08:42:27 08:42:27 08:24:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:42:27 08:25:01 136848 0 683168 36.31 2052 1059476 1538856 52.52 568792 929292 1088 08:42:27 08:26:01 155316 0 800244 42.53 944 925040 1644192 56.11 670192 771652 51740 08:42:27 08:27:01 270664 0 794940 42.25 592 815348 1503200 51.30 632624 682400 51744 08:42:27 08:28:02 74828 0 828536 44.03 0 978180 2254168 76.93 730512 871480 70604 08:42:27 08:29:02 430428 0 874324 46.47 0 576792 3569968 121.84 626108 560564 732 08:42:27 08:30:01 73836 0 781820 41.55 0 1025888 2051808 70.02 710756 861216 89492 08:42:27 08:31:02 257484 0 811824 43.15 0 812236 2372944 80.98 625324 759216 180 08:42:27 08:32:01 206300 0 641140 34.08 0 1034104 1201940 41.02 498016 929948 20 08:42:27 08:33:01 210316 0 637108 33.86 0 1034120 1181488 40.32 497044 929532 12 08:42:27 08:34:01 202220 0 639900 34.01 0 1039424 1180340 40.28 503240 931044 12 08:42:27 08:35:01 200584 0 638708 33.95 0 1042252 1172116 40.00 502688 933720 8 08:42:27 08:36:01 200400 0 638892 33.96 0 1042252 1172116 40.00 502660 933720 8 08:42:27 08:37:01 200760 0 638512 33.94 0 1042272 1172116 40.00 502668 933728 8 08:42:27 08:38:01 199996 0 639104 33.97 0 1042444 1172568 40.02 502920 933852 8 08:42:27 08:39:01 198612 0 639824 34.01 0 1043108 1172200 40.01 502896 934536 8 08:42:27 08:40:01 198792 0 639640 34.00 0 1043112 1172164 40.00 502960 934536 8 08:42:27 08:41:01 198916 0 639508 33.99 0 1043120 1172180 40.00 502952 934536 8 08:42:27 08:42:01 64332 0 673248 35.78 0 1143964 1369360 46.73 531964 1036336 7812 08:42:27 Average: 193368 0 702247 37.32 199 985730 1559651 53.23 561906 877850 15194 08:42:27 08:42:27 08:24:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:42:27 08:25:01 eth0 1356.66 1253.29 6007.78 145.04 0.00 0.00 0.00 0.00 08:42:27 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:25:01 veth4a9872d 19.87 22.41 1.92 14.75 0.00 0.00 0.00 0.00 08:42:27 08:25:01 docker0 954.70 998.53 76.41 3110.19 0.00 0.00 0.00 0.00 08:42:27 08:26:01 veth4a00941 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:42:27 08:26:01 eth0 119.38 92.38 482.21 17.94 0.00 0.00 0.00 0.00 08:42:27 08:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:26:01 docker0 74.10 88.14 5.58 451.26 0.00 0.00 0.00 0.00 08:42:27 08:27:01 veth4a00941 0.43 0.43 0.04 0.04 0.00 0.00 0.00 0.00 08:42:27 08:27:01 eth0 33.45 21.93 23.80 69.22 0.00 0.00 0.00 0.00 08:42:27 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:27:01 docker0 0.43 0.43 0.03 0.04 0.00 0.00 0.00 0.00 08:42:27 08:28:02 veth471c2f1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:42:27 08:28:02 eth0 192.90 160.50 1661.76 23.81 0.00 0.00 0.00 0.00 08:42:27 08:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:29:02 veth471c2f1 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 08:42:27 08:29:02 veth8ccc166 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:29:02 eth0 72.02 48.59 171.97 70.32 0.00 0.00 0.00 0.00 08:42:27 08:29:02 veth58f4a1e 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 08:42:27 08:30:01 veth471c2f1 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 08:42:27 08:30:01 vethf5130a4 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 08:42:27 08:30:01 eth0 76.97 44.12 294.37 15.68 0.00 0.00 0.00 0.00 08:42:27 08:30:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:42:27 08:31:02 veth471c2f1 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:42:27 08:31:02 eth0 63.63 38.10 135.98 88.96 0.00 0.00 0.00 0.00 08:42:27 08:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:31:02 veth863f17b 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 08:42:27 08:32:01 eth0 201.88 148.26 1674.30 23.73 0.00 0.00 0.00 0.00 08:42:27 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:32:01 docker0 1099.90 1222.06 86.31 4458.70 0.00 0.00 0.00 0.00 08:42:27 08:33:01 eth0 1.42 0.68 0.69 0.23 0.00 0.00 0.00 0.00 08:42:27 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:34:01 eth0 0.37 0.25 0.15 0.08 0.00 0.00 0.00 0.00 08:42:27 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:35:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:42:27 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:36:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:42:27 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:37:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:42:27 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:38:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:42:27 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:39:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 08:42:27 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:40:01 eth0 0.18 0.12 0.07 0.01 0.00 0.00 0.00 0.00 08:42:27 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:41:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:42:27 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:42:01 eth0 58.09 49.48 149.82 65.68 0.00 0.00 0.00 0.00 08:42:27 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 Average: eth0 119.93 102.29 584.88 28.82 0.00 0.00 0.00 0.00 08:42:27 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:42:27 Average: docker0 60.18 66.85 4.72 243.93 0.00 0.00 0.00 0.00 08:42:27 08:42:27 08:42:27 ---> sar -P ALL: 08:42:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/22/21 _x86_64_ (4 CPU) 08:42:27 08:42:27 08:22:58 LINUX RESTART (4 CPU) 08:42:27 08:42:27 08:24:02 CPU %user %nice %system %iowait %steal %idle 08:42:27 08:25:01 all 15.09 0.00 6.17 2.53 0.04 76.17 08:42:27 08:25:01 0 16.17 0.00 7.46 1.87 0.03 74.45 08:42:27 08:25:01 1 12.29 0.00 5.88 4.18 0.03 77.61 08:42:27 08:25:01 2 14.10 0.00 5.46 1.79 0.07 78.57 08:42:27 08:25:01 3 17.79 0.00 5.88 2.26 0.03 74.03 08:42:27 08:26:01 all 33.17 0.00 8.42 6.58 0.04 51.80 08:42:27 08:26:01 0 33.79 0.00 8.68 4.73 0.02 52.77 08:42:27 08:26:01 1 34.55 0.00 8.20 8.25 0.05 48.95 08:42:27 08:26:01 2 32.10 0.00 8.55 4.53 0.03 54.79 08:42:27 08:26:01 3 32.23 0.00 8.23 8.83 0.05 50.66 08:42:27 08:27:01 all 50.55 0.00 11.88 5.53 0.03 32.01 08:42:27 08:27:01 0 50.09 0.00 11.55 7.03 0.05 31.28 08:42:27 08:27:01 1 50.02 0.00 11.52 4.12 0.02 34.32 08:42:27 08:27:01 2 51.90 0.00 12.18 5.64 0.03 30.25 08:42:27 08:27:01 3 50.21 0.00 12.26 5.31 0.03 32.18 08:42:27 08:28:02 all 25.64 0.00 14.31 8.67 0.04 51.33 08:42:27 08:28:02 0 26.05 0.00 14.35 8.55 0.03 51.01 08:42:27 08:28:02 1 26.06 0.00 14.16 9.71 0.05 50.02 08:42:27 08:28:02 2 24.84 0.00 14.89 9.43 0.05 50.79 08:42:27 08:28:02 3 25.62 0.00 13.83 7.00 0.03 53.52 08:42:27 08:29:02 all 16.98 0.00 18.38 36.16 0.07 28.41 08:42:27 08:29:02 0 16.52 0.00 17.33 37.09 0.05 29.01 08:42:27 08:29:02 1 16.73 0.00 18.75 38.28 0.05 26.19 08:42:27 08:29:02 2 17.05 0.00 18.86 35.44 0.09 28.56 08:42:27 08:29:02 3 17.63 0.00 18.58 33.80 0.07 29.91 08:42:27 08:30:01 all 48.69 0.00 13.82 17.38 0.04 20.07 08:42:27 08:30:01 0 48.81 0.00 13.53 18.41 0.05 19.20 08:42:27 08:30:01 1 49.53 0.00 13.42 14.67 0.05 22.33 08:42:27 08:30:01 2 47.90 0.00 14.59 19.64 0.03 17.83 08:42:27 08:30:01 3 48.52 0.00 13.75 16.76 0.03 20.94 08:42:27 08:31:02 all 42.56 0.00 16.76 23.89 0.04 16.75 08:42:27 08:31:02 0 42.24 0.00 15.78 21.63 0.05 20.30 08:42:27 08:31:02 1 41.70 0.00 16.75 25.85 0.03 15.67 08:42:27 08:31:02 2 41.93 0.00 17.83 24.46 0.03 15.75 08:42:27 08:31:02 3 44.39 0.00 16.68 23.61 0.05 15.26 08:42:27 08:32:01 all 9.45 0.00 5.39 4.72 0.04 80.40 08:42:27 08:32:01 0 8.39 0.00 5.19 5.49 0.02 80.91 08:42:27 08:32:01 1 9.84 0.00 5.63 2.95 0.03 81.54 08:42:27 08:32:01 2 10.26 0.00 5.34 6.05 0.05 78.30 08:42:27 08:32:01 3 9.31 0.00 5.39 4.39 0.05 80.87 08:42:27 08:33:01 all 0.15 0.00 0.03 0.02 0.00 99.80 08:42:27 08:33:01 0 0.02 0.00 0.03 0.02 0.00 99.93 08:42:27 08:33:01 1 0.52 0.00 0.03 0.02 0.00 99.43 08:42:27 08:33:01 2 0.03 0.00 0.03 0.02 0.00 99.92 08:42:27 08:33:01 3 0.03 0.00 0.02 0.02 0.00 99.93 08:42:27 08:34:01 all 0.15 0.00 0.04 0.01 0.00 99.80 08:42:27 08:34:01 0 0.07 0.00 0.08 0.05 0.00 99.80 08:42:27 08:34:01 1 0.48 0.00 0.02 0.00 0.00 99.50 08:42:27 08:34:01 2 0.02 0.00 0.03 0.00 0.00 99.95 08:42:27 08:34:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:42:27 08:35:01 all 0.14 0.00 0.01 0.00 0.00 99.85 08:42:27 08:35:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:42:27 08:35:01 1 0.50 0.00 0.02 0.00 0.00 99.48 08:42:27 08:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:42:27 08:35:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:42:27 08:42:27 08:35:01 CPU %user %nice %system %iowait %steal %idle 08:42:27 08:36:01 all 0.17 0.00 0.05 0.00 0.00 99.78 08:42:27 08:36:01 0 0.05 0.00 0.05 0.00 0.00 99.90 08:42:27 08:36:01 1 0.52 0.00 0.02 0.00 0.00 99.47 08:42:27 08:36:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:42:27 08:36:01 3 0.07 0.00 0.13 0.00 0.00 99.80 08:42:27 08:37:01 all 0.15 0.00 0.02 0.00 0.00 99.83 08:42:27 08:37:01 0 0.05 0.00 0.03 0.00 0.00 99.92 08:42:27 08:37:01 1 0.50 0.00 0.00 0.00 0.00 99.50 08:42:27 08:37:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:42:27 08:37:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:42:27 08:38:01 all 0.14 0.00 0.03 0.00 0.01 99.82 08:42:27 08:38:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:42:27 08:38:01 1 0.50 0.00 0.02 0.00 0.00 99.48 08:42:27 08:38:01 2 0.03 0.00 0.05 0.00 0.02 99.90 08:42:27 08:38:01 3 0.02 0.00 0.02 0.02 0.00 99.95 08:42:27 08:39:01 all 0.16 0.00 0.04 0.02 0.00 99.79 08:42:27 08:39:01 0 0.05 0.00 0.05 0.07 0.00 99.83 08:42:27 08:39:01 1 0.03 0.00 0.05 0.00 0.00 99.92 08:42:27 08:39:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:42:27 08:39:01 3 0.52 0.00 0.02 0.00 0.00 99.47 08:42:27 08:40:01 all 0.14 0.00 0.02 0.00 0.00 99.84 08:42:27 08:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:42:27 08:40:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:42:27 08:40:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:42:27 08:40:01 3 0.52 0.00 0.02 0.00 0.00 99.47 08:42:27 08:41:01 all 0.14 0.00 0.02 0.00 0.00 99.84 08:42:27 08:41:01 0 0.05 0.00 0.02 0.00 0.00 99.93 08:42:27 08:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:42:27 08:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:42:27 08:41:01 3 0.45 0.00 0.03 0.00 0.00 99.52 08:42:27 08:42:01 all 1.96 0.00 0.94 1.84 0.00 95.26 08:42:27 08:42:01 0 2.12 0.00 1.07 2.44 0.00 94.38 08:42:27 08:42:01 1 2.29 0.00 0.83 1.42 0.00 95.46 08:42:27 08:42:01 2 1.42 0.00 0.75 1.45 0.00 96.38 08:42:27 08:42:01 3 2.01 0.00 1.09 2.06 0.02 94.82 08:42:27 Average: all 13.42 0.00 5.25 5.82 0.02 75.48 08:42:27 Average: 0 13.41 0.00 5.21 5.85 0.02 75.51 08:42:27 Average: 1 13.46 0.00 5.20 5.94 0.02 75.39 08:42:27 Average: 2 13.21 0.00 5.38 5.88 0.02 75.51 08:42:27 Average: 3 13.61 0.00 5.22 5.62 0.02 75.52 08:42:27 08:42:27 08:42:27