Pull request #2980 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e2f90577c7b55940360c90d9f720bbb24f4e7146+68a8f910767166238b38b7946bcb5bba3869a893 (7b74a26723588ec187b2972103caf3181987a919) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2980/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-2980/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-17881 in /w/workspace/edgexfoundry_edgex-go_PR-2980 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit e2f90577c7b55940360c90d9f720bbb24f4e7146 Merge succeeded, producing e2f90577c7b55940360c90d9f720bbb24f4e7146 Checking out Revision e2f90577c7b55940360c90d9f720bbb24f4e7146 (PR-2980) > 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/2980/head:refs/remotes/origin/PR-2980 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e2f90577c7b55940360c90d9f720bbb24f4e7146 # 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 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e2f90577c7b55940360c90d9f720bbb24f4e7146 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:51:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:51:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:51:45 ========================================================= 05:51:45 EdgeX Global Pipelines Version Info 05:51:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:51:47 ------------------- 05:51:47 stable info: 05:51:47 ------------------- 05:51:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:51:47 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 05:51:47 Message: update stable to v1.0.173 05:51:48 ------------------- 05:51:48 experimental info: 05:51:48 ------------------- 05:51:48 Commited By: **** collab-it+edgex@linuxfoundation.org 05:51:48 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 05:51:48 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:51:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 05:51:48 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 05:51:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:51:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:51:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:51:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 05:51:49 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 05:51:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 05:51:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 05:51:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 05:51:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:51:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:51:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:51:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:51:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:51:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:51:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:51:50 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:51:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 05:51:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 05:51:51 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 05:51:51 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 05:51:51 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 05:51:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2980 [Pipeline] echo 05:51:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2980 [Pipeline] echo 05:51:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2980 [Pipeline] echo 05:51:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e2f90577c7b55940360c90d9f720bbb24f4e7146 [Pipeline] echo 05:51:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e2f9057 [Pipeline] echo 05:51:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:51:52 provisioning config files... 05:51:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4726768161936986578tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:51:53 ---> docker-login.sh 05:51:53 nexus3.edgexfoundry.org:10001 05:51:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:51:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:51:53 Configure a credential helper to remove this warning. See 05:51:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:51:53 05:51:53 Login Succeeded 05:51:53 nexus3.edgexfoundry.org:10002 05:51:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:51:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:51:53 Configure a credential helper to remove this warning. See 05:51:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:51:53 05:51:53 Login Succeeded 05:51:53 nexus3.edgexfoundry.org:10003 05:51:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:51:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:51:54 Configure a credential helper to remove this warning. See 05:51:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:51:54 05:51:54 Login Succeeded 05:51:54 nexus3.edgexfoundry.org:10004 05:51:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:51:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:51:54 Configure a credential helper to remove this warning. See 05:51:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:51:54 05:51:54 Login Succeeded 05:51:54 docker.io 05:51:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:51:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:51:54 Configure a credential helper to remove this warning. See 05:51:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:51:54 05:51:54 Login Succeeded 05:51:54 ---> docker-login.sh ends [Pipeline] } 05:51:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:51:55 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 05:51:55 + for file in '`ls cmd/**/Dockerfile`' 05:51:55 ++ dirname cmd/core-command/Dockerfile 05:51:55 ++ cut -d/ -f2 05:51:55 + echo core-command,cmd/core-command/Dockerfile 05:51:55 + for file in '`ls cmd/**/Dockerfile`' 05:51:55 ++ dirname cmd/core-data/Dockerfile 05:51:55 ++ cut -d/ -f2 05:51:55 + echo core-data,cmd/core-data/Dockerfile 05:51:55 + for file in '`ls cmd/**/Dockerfile`' 05:51:55 ++ dirname cmd/core-metadata/Dockerfile 05:51:55 ++ cut -d/ -f2 05:51:55 + echo core-metadata,cmd/core-metadata/Dockerfile 05:51:55 + for file in '`ls cmd/**/Dockerfile`' 05:51:55 ++ dirname cmd/security-bootstrap-redis/Dockerfile 05:51:55 ++ cut -d/ -f2 05:51:55 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 05:51:55 + for file in '`ls cmd/**/Dockerfile`' 05:51:55 ++ dirname cmd/security-proxy-setup/Dockerfile 05:51:55 ++ cut -d/ -f2 05:51:55 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 05:51:55 + for file in '`ls cmd/**/Dockerfile`' 05:51:55 ++ dirname cmd/security-secretstore-setup/Dockerfile 05:51:55 ++ cut -d/ -f2 05:51:55 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 05:51:55 + for file in '`ls cmd/**/Dockerfile`' 05:51:55 ++ cut -d/ -f2 05:51:55 ++ dirname cmd/support-notifications/Dockerfile 05:51:55 + echo support-notifications,cmd/support-notifications/Dockerfile 05:51:55 + for file in '`ls cmd/**/Dockerfile`' 05:51:55 ++ dirname cmd/support-scheduler/Dockerfile 05:51:55 ++ cut -d/ -f2 05:51:55 + echo support-scheduler,cmd/support-scheduler/Dockerfile 05:51:55 + for file in '`ls cmd/**/Dockerfile`' 05:51:55 ++ dirname cmd/sys-mgmt-agent/Dockerfile 05:51:55 ++ cut -d/ -f2 05:51:55 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 05:51:55 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 05:51:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:51:56 05:51:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:51:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:51:56 latest: Pulling from edgex-devops/git-semver 05:51:56 31603596830f: Pulling fs layer 05:51:56 2a8b12db71e7: Pulling fs layer 05:51:56 6ca5941a6612: Pulling fs layer 05:51:56 ecc8261a40a4: Pulling fs layer 05:51:56 ecc8261a40a4: Waiting 05:51:56 2a8b12db71e7: Verifying Checksum 05:51:56 2a8b12db71e7: Download complete 05:51:57 31603596830f: Verifying Checksum 05:51:57 31603596830f: Download complete 05:51:57 6ca5941a6612: Verifying Checksum 05:51:57 6ca5941a6612: Download complete 05:51:57 ecc8261a40a4: Verifying Checksum 05:51:57 ecc8261a40a4: Download complete 05:51:57 31603596830f: Pull complete 05:51:57 2a8b12db71e7: Pull complete 05:51:58 6ca5941a6612: Pull complete 05:51:58 ecc8261a40a4: Pull complete 05:51:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:51:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:51:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:51:58 prd-centos7-docker-4c-2g-17881 does not seem to be running inside a container 05:51:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:52:01 $ docker top 5e3ec7454a29933542011160da046e783a0e0e73292d9ac081aa6ad3ed3760da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:52:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:52:01 [ssh-agent] Looking for ssh-agent implementation... 05:52:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:52:02 $ docker exec 5e3ec7454a29933542011160da046e783a0e0e73292d9ac081aa6ad3ed3760da ssh-agent 05:52:02 SSH_AUTH_SOCK=/tmp/ssh-8or8HbjEAr27/agent.12 05:52:02 SSH_AGENT_PID=17 05:52:02 Running ssh-add (command line suppressed) 05:52:02 Identity added: /w/workspace/edgex-go/1@tmp/private_key_859114209267746399.key (/w/workspace/edgex-go/1@tmp/private_key_859114209267746399.key) 05:52:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:52:02 + git tag --points-at HEAD [Pipeline] } 05:52:02 $ docker exec --env ******** --env ******** 5e3ec7454a29933542011160da046e783a0e0e73292d9ac081aa6ad3ed3760da ssh-agent -k 05:52:03 unset SSH_AUTH_SOCK; 05:52:03 unset SSH_AGENT_PID; 05:52:03 echo Agent pid 17 killed; 05:52:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:52:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:52:03 [ssh-agent] Looking for ssh-agent implementation... 05:52:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:52:03 $ docker exec 5e3ec7454a29933542011160da046e783a0e0e73292d9ac081aa6ad3ed3760da ssh-agent 05:52:03 SSH_AUTH_SOCK=/tmp/ssh-WnRIVpG3Cby7/agent.47 05:52:03 SSH_AGENT_PID=52 05:52:03 Running ssh-add (command line suppressed) 05:52:04 Identity added: /w/workspace/edgex-go/1@tmp/private_key_4594553172070104601.key (/w/workspace/edgex-go/1@tmp/private_key_4594553172070104601.key) 05:52:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:52:04 + git semver init 05:52:04 # -> Open(): unable to determine branch for HEAD 05:52:04 # $GIT_DIR = /w/workspace/edgex-go/1/.git 05:52:04 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 05:52:04 # $SEMVER_REMOTE_NAME = origin 05:52:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:52:04 # $SEMVER_USER_NAME = edgex-jenkins 05:52:04 # $SEMVER_BRANCH = PR-2980 05:52:04 # $SEMVER_TEMP = /tmp/semver-993936112 05:52:04 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 05:52:26 # '/tmp/semver-993936112' -> '/w/workspace/edgex-go/1/.semver' 05:52:26 # -> Force: false 05:52:26 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 05:52:26 $ docker exec --env ******** --env ******** 5e3ec7454a29933542011160da046e783a0e0e73292d9ac081aa6ad3ed3760da ssh-agent -k 05:52:26 unset SSH_AUTH_SOCK; 05:52:26 unset SSH_AGENT_PID; 05:52:26 echo Agent pid 52 killed; 05:52:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:52:27 + git semver [Pipeline] } 05:52:27 $ docker stop --time=1 5e3ec7454a29933542011160da046e783a0e0e73292d9ac081aa6ad3ed3760da 05:52:29 $ docker rm -f 5e3ec7454a29933542011160da046e783a0e0e73292d9ac081aa6ad3ed3760da [Pipeline] // withDockerContainer [Pipeline] sh 05:52:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:52:30 Stashed 1 file(s) [Pipeline] echo 05:52:30 [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 05:52:31 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:52:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:52:32 + sudo service docker restart 05:52:32 + true 05:52:32 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 05:52:33 ========================================================= 05:52:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 05:52:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:52:33 + 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 . 05:52:37 Sending build context to Docker daemon 326.2MB 05:52:37 Step 1/7 : ARG BASE=golang:1.15-alpine 05:52:37 Step 2/7 : FROM ${BASE} 05:52:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 05:52:37 188c0c94c7c5: Pulling fs layer 05:52:37 0ef7d3d256c8: Pulling fs layer 05:52:37 de9db76c5a1d: Pulling fs layer 05:52:37 bca2f99d35d6: Pulling fs layer 05:52:37 93359f2a8cfa: Pulling fs layer 05:52:37 7c6f9722023f: Pulling fs layer 05:52:37 a35cf1a2eb13: Pulling fs layer 05:52:37 bca2f99d35d6: Waiting 05:52:37 a35cf1a2eb13: Waiting 05:52:37 93359f2a8cfa: Waiting 05:52:37 7c6f9722023f: Waiting 05:52:37 de9db76c5a1d: Verifying Checksum 05:52:37 de9db76c5a1d: Download complete 05:52:37 0ef7d3d256c8: Verifying Checksum 05:52:37 0ef7d3d256c8: Download complete 05:52:38 93359f2a8cfa: Verifying Checksum 05:52:38 93359f2a8cfa: Download complete 05:52:38 188c0c94c7c5: Verifying Checksum 05:52:38 188c0c94c7c5: Download complete 05:52:38 188c0c94c7c5: Pull complete 05:52:38 7c6f9722023f: Verifying Checksum 05:52:38 7c6f9722023f: Download complete 05:52:38 0ef7d3d256c8: Pull complete 05:52:38 de9db76c5a1d: Pull complete 05:52:40 a35cf1a2eb13: Verifying Checksum 05:52:40 a35cf1a2eb13: Download complete 05:52:42 bca2f99d35d6: Verifying Checksum 05:52:42 bca2f99d35d6: Download complete 05:52:46 Still waiting to schedule task 05:52:46 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 05:52:48 bca2f99d35d6: Pull complete 05:52:48 93359f2a8cfa: Pull complete 05:52:48 7c6f9722023f: Pull complete 05:52:52 a35cf1a2eb13: Pull complete 05:52:52 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 05:52:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 05:52:52 ---> a62c8e92a672 05:52:52 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 05:52:52 ---> Running in 03d097756c9a 05:52:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:52:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:52:55 (1/12) Installing libmagic (5.38-r0) 05:52:55 (2/12) Installing file (5.38-r0) 05:52:55 (3/12) Installing libc-dev (0.7.2-r3) 05:52:55 (4/12) Installing g++ (9.3.0-r2) 05:53:01 (5/12) Installing fortify-headers (1.1-r0) 05:53:01 (6/12) Installing patch (2.7.6-r6) 05:53:01 (7/12) Installing build-base (0.5-r2) 05:53:01 (8/12) Installing libsodium (1.0.18-r0) 05:53:01 (9/12) Installing pkgconf (1.7.2-r0) 05:53:01 (10/12) Installing libsodium-dev (1.0.18-r0) 05:53:01 (11/12) Installing libzmq (4.3.3-r0) 05:53:01 (12/12) Installing zeromq-dev (4.3.3-r0) 05:53:01 Executing busybox-1.31.1-r19.trigger 05:53:01 OK: 233 MiB in 51 packages 05:53:05 Removing intermediate container 03d097756c9a 05:53:05 ---> da08e638c6a3 05:53:05 Step 4/7 : WORKDIR /edgex-go 05:53:05 ---> Running in ceccbe978dfd 05:53:05 Removing intermediate container ceccbe978dfd 05:53:05 ---> 9072ad7e86a0 05:53:05 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 05:53:05 latest: Pulling from library/docker 05:53:06 801bfaa63ef2: Pulling fs layer 05:53:06 4f7dc993c79e: Pulling fs layer 05:53:06 d39d95e4997f: Pulling fs layer 05:53:06 1cda4b703d87: Pulling fs layer 05:53:06 54e5375350ea: Pulling fs layer 05:53:06 f08cd1b3bb1b: Pulling fs layer 05:53:06 8e17d04e0c68: Pulling fs layer 05:53:06 54e5375350ea: Waiting 05:53:06 f08cd1b3bb1b: Waiting 05:53:06 1cda4b703d87: Waiting 05:53:06 d39d95e4997f: Verifying Checksum 05:53:06 d39d95e4997f: Download complete 05:53:06 4f7dc993c79e: Download complete 05:53:06 54e5375350ea: Verifying Checksum 05:53:06 54e5375350ea: Download complete 05:53:06 801bfaa63ef2: Verifying Checksum 05:53:06 801bfaa63ef2: Download complete 05:53:06 f08cd1b3bb1b: Verifying Checksum 05:53:06 f08cd1b3bb1b: Download complete 05:53:06 8e17d04e0c68: Verifying Checksum 05:53:06 8e17d04e0c68: Download complete 05:53:06 801bfaa63ef2: Pull complete 05:53:07 4f7dc993c79e: Pull complete 05:53:07 d39d95e4997f: Pull complete 05:53:07 1cda4b703d87: Download complete 05:53:09 1cda4b703d87: Pull complete 05:53:09 54e5375350ea: Pull complete 05:53:10 f08cd1b3bb1b: Pull complete 05:53:10 8e17d04e0c68: Pull complete 05:53:10 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 05:53:10 Status: Downloaded newer image for docker:latest 05:53:11 ---> 800b95d3efe8 05:53:11 Step 6/7 : COPY go.mod . 05:53:11 ---> 8e9bfdc76cd5 05:53:11 Step 7/7 : RUN go mod download 05:53:11 ---> Running in 7d6c86e740a8 05:53:34 Removing intermediate container 7d6c86e740a8 05:53:34 ---> 06e049f69399 05:53:34 Successfully built 06e049f69399 05:53:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:53:34 + docker inspect -f . ci-base-image-x86_64 05:53:34 . [Pipeline] withDockerContainer 05:53:34 prd-centos7-docker-4c-2g-17881 does not seem to be running inside a container 05:53:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat 05:53:35 $ docker top 07b48739b2521fb5ab36c5f8ce9cec44b49cfdb502a166710c20f894176642d8 -eo pid,comm [Pipeline] { [Pipeline] sh 05:53:36 + go version 05:53:36 go version go1.15.5 linux/amd64 [Pipeline] } 05:53:36 $ docker stop --time=1 07b48739b2521fb5ab36c5f8ce9cec44b49cfdb502a166710c20f894176642d8 05:53:37 $ docker rm -f 07b48739b2521fb5ab36c5f8ce9cec44b49cfdb502a166710c20f894176642d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:53:39 + docker inspect -f . ci-base-image-x86_64 05:53:39 . [Pipeline] withDockerContainer 05:53:39 prd-centos7-docker-4c-2g-17881 does not seem to be running inside a container 05:53:39 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat 05:53:40 $ docker top 457c5c4b359968120cefdf73edd59d334953a5896b6ec8343a6a610842319e2d -eo pid,comm [Pipeline] { [Pipeline] echo 05:53:40 ========================================================= 05:53:40 [edgeXBuildGoParallel] Running Tests and Build... 05:53:40 ========================================================= [Pipeline] sh 05:53:40 + make test 05:53:40 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 05:53:50 ? github.com/edgexfoundry/edgex-go [no test files] 05:54:05 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 05:54:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 05:54:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 05:54:11 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 05:54:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 05:54:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 05:54:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 05:54:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 05:54:11 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 05:54:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 05:54:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 05:54:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 05:54:14 ? github.com/edgexfoundry/edgex-go/internal [no test files] 05:54:16 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.6% of statements 05:54:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 05:54:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 05:54:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 05:54:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 05:54:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 05:54:22 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.206s coverage: 27.0% of statements 05:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 05:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 05:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 05:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 05:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 05:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 05:54:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements 05:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 05:54:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements 05:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 05:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 05:54:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.382s coverage: 74.4% of statements 05:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 05:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 05:54:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.439s coverage: 83.3% of statements 05:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 05:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 05:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 05:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 05:54:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.352s coverage: 28.6% of statements 05:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 05:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 05:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 05:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 05:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 05:54:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements 05:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 05:54:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements 05:54:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 05:54:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.103s coverage: 86.7% of statements 05:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 05:54:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.131s coverage: 97.5% of statements 05:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 05:54:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements 05:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 05:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 05:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 05:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 05:54:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.308s coverage: 93.8% of statements 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 05:54:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.070s coverage: 58.8% of statements 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 05:54:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.1% of statements 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 05:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.038s coverage: 100.0% of statements 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 05:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.061s coverage: 75.5% of statements 05:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 05:54:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements 05:54:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.081s coverage: 87.2% of statements 05:54:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.051s coverage: 84.2% of statements 05:54:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.096s coverage: 91.4% of statements 05:54:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 05:54:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.220s coverage: 63.5% of statements 05:54:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 05:54:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 05:54:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 05:54:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 05:54:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.039s coverage: 100.0% of statements 05:54:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements 05:54:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements 05:54:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.341s coverage: 55.9% of statements 05:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 05:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 05:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 05:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 05:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 05:54:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 37.0% of statements 05:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 05:54:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 05:54:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.301s coverage: 84.0% of statements 05:54:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.055s coverage: 100.0% of statements 05:54:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.126s coverage: 47.1% of statements 05:54:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 05:54:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 05:54:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 05:54:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 05:54:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 05:54:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements 05:54:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 05:54:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.076s coverage: 100.0% of statements 05:54:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 05:54:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.703s coverage: 29.1% of statements 05:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 05:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 05:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 05:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 05:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 05:54:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.102s coverage: 99.0% of statements 05:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 05:54:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements 05:54:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 05:54:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 05:54:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 05:54:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements 05:54:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 05:54:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 05:54:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 05:54:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 05:54:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements 05:54:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 05:54:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 05:54:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements 05:54:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements 05:54:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 05:54:34 GO111MODULE=on go vet ./... 05:54:56 gofmt -l . 05:54:56 [ "`gofmt -l .`" = "" ] 05:54:57 ./bin/test-go-mod-tidy.sh 05:54:57 ./bin/test-attribution-txt.sh [Pipeline] sh 05:55:00 + ls -al . 05:55:00 total 636 05:55:00 drwxrwxr-x 10 1001 1001 4096 Dec 31 05:54 . 05:55:00 drwxr-xr-x 4 root root 28 Dec 31 05:53 .. 05:55:00 -rw-rw-r-- 1 1001 1001 11 Dec 31 05:51 .dockerignore 05:55:00 drwxrwxr-x 8 1001 1001 179 Dec 31 05:51 .git 05:55:00 drwxrwxr-x 3 1001 1001 125 Dec 31 05:51 .github 05:55:00 -rw-rw-r-- 1 1001 1001 824 Dec 31 05:51 .gitignore 05:55:00 drwx------ 3 1001 1001 47 Dec 31 05:52 .semver 05:55:00 -rw-rw-r-- 1 1001 1001 166 Dec 31 05:51 .sonarcloud.properties 05:55:00 -rw-rw-r-- 1 1001 1001 3804 Dec 31 05:51 CONTRIBUTING.md 05:55:00 -rw-rw-r-- 1 1001 1001 1035 Dec 31 05:51 Dockerfile.build 05:55:00 -rw-rw-r-- 1 1001 1001 863 Dec 31 05:51 Jenkinsfile 05:55:00 -rw-rw-r-- 1 1001 1001 10775 Dec 31 05:51 LICENSE 05:55:00 -rw-rw-r-- 1 1001 1001 5750 Dec 31 05:51 Makefile 05:55:00 -rw-rw-r-- 1 1001 1001 6511 Dec 31 05:51 README.md 05:55:00 -rw-rw-r-- 1 1001 1001 6744 Dec 31 05:51 SECURITY.md 05:55:00 -rw-rw-r-- 1 1001 1001 5 Dec 31 05:52 VERSION 05:55:00 -rw-rw-r-- 1 1001 1001 4131 Dec 31 05:51 ZMQWindows.md 05:55:00 drwxrwxr-x 2 1001 1001 117 Dec 31 05:51 bin 05:55:00 drwxrwxr-x 14 1001 1001 4096 Dec 31 05:51 cmd 05:55:00 -rw-r--r-- 1 root root 537189 Dec 31 05:54 coverage.out 05:55:00 -rw-r--r-- 1 root root 979 Dec 31 05:54 go.mod 05:55:00 -rw-r--r-- 1 root root 18849 Dec 31 05:54 go.sum 05:55:00 drwxrwxr-x 8 1001 1001 127 Dec 31 05:51 internal 05:55:00 drwxrwxr-x 4 1001 1001 26 Dec 31 05:51 openapi 05:55:00 drwxrwxr-x 4 1001 1001 71 Dec 31 05:51 snap 05:55:00 -rw-rw-r-- 1 1001 1001 168 Dec 31 05:51 version.go [Pipeline] sh 05:55:00 + '[' -e coverage.out ] 05:55:00 + chown 1001:1001 coverage.out [Pipeline] stash 05:55:00 Stashed 1 file(s) [Pipeline] sh 05:55:01 + make build 05:55:01 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 05:55:04 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 05:55:12 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 05:55:13 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 05:55:15 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 05:55:15 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 05:55:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:55:18 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 05:55:20 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 05:55:21 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 05:55:22 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 05:55:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 05:55:24 $ docker stop --time=1 457c5c4b359968120cefdf73edd59d334953a5896b6ec8343a6a610842319e2d 05:55:26 $ docker rm -f 457c5c4b359968120cefdf73edd59d334953a5896b6ec8343a6a610842319e2d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:55:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:55:28 05:55:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:55:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17886 in /w/workspace/edgexfoundry_edgex-go_PR-2980 [Pipeline] isUnix [Pipeline] { [Pipeline] sh [Pipeline] ws 05:55:28 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 05:55:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:55:29 latest: Pulling from edgex-devops/edgex-compose 05:55:29 cbdbe7a5bc2a: Pulling fs layer 05:55:29 ca9280d653b3: Pulling fs layer 05:55:29 7e9c9ca2126c: Pulling fs layer 05:55:29 cbdbe7a5bc2a: Download complete 05:55:29 ca9280d653b3: Verifying Checksum 05:55:29 ca9280d653b3: Download complete 05:55:29 cbdbe7a5bc2a: Pull complete 05:55:30 ca9280d653b3: Pull complete 05:55:30 7e9c9ca2126c: Verifying Checksum 05:55:30 7e9c9ca2126c: Download complete 05:55:34 using credential edgex-jenkins-ssh 05:55:34 Cloning the remote Git repository 05:55:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 05:55:34 > git init /w/workspace/edgex-go/1 # timeout=10 05:55:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:55:34 > git --version # timeout=10 05:55:34 > git --version # 'git version 2.17.1' 05:55:34 using GIT_SSH to set credentials SSH Credentials for GitHub 05:55:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:55:38 7e9c9ca2126c: Pull complete 05:55:38 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 05:55:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:55:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 05:55:39 prd-centos7-docker-4c-2g-17881 does not seem to be running inside a container 05:55:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 05:55:40 $ docker top ad1cb11a000dcc508d285b9de88b431470b044ea0656be3addaf13acdf51ddfc -eo pid,comm [Pipeline] { [Pipeline] sh 05:55:40 + docker-compose build --help 05:55:40 + grep parallel 05:55:42 --parallel Build images in parallel. [Pipeline] } 05:55:42 $ docker stop --time=1 ad1cb11a000dcc508d285b9de88b431470b044ea0656be3addaf13acdf51ddfc 05:55:44 $ docker rm -f ad1cb11a000dcc508d285b9de88b431470b044ea0656be3addaf13acdf51ddfc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:55:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:55:45 . [Pipeline] withDockerContainer 05:55:45 prd-centos7-docker-4c-2g-17881 does not seem to be running inside a container 05:55:45 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 05:55:46 $ docker top 9dac94ef8343b64e948c70f4af95946c59f5cca8030fdb5cdf816a0cb51b84ba -eo pid,comm [Pipeline] { [Pipeline] sh 05:55:46 + docker-compose -f ./docker-compose-build.yml build --parallel 05:55:48 Building docker-core-command-go ... 05:55:48 Building docker-core-data-go ... 05:55:48 Building docker-core-metadata-go ... 05:55:48 Building docker-security-bootstrap-redis-go ... 05:55:48 Building docker-security-proxy-setup-go ... 05:55:48 Building docker-security-secretstore-setup-go ... 05:55:48 Building docker-support-notifications-go ... 05:55:48 Building docker-support-scheduler-go ... 05:55:48 Building docker-sys-mgmt-agent-go ... 05:55:48 Building docker-security-secretstore-setup-go 05:55:48 Building docker-sys-mgmt-agent-go 05:55:48 Building docker-support-notifications-go 05:55:48 Building docker-security-bootstrap-redis-go 05:55:48 Building docker-core-command-go 05:55:54 Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit e2f90577c7b55940360c90d9f720bbb24f4e7146 05:55:54 Merge succeeded, producing e2f90577c7b55940360c90d9f720bbb24f4e7146 05:55:54 Checking out Revision e2f90577c7b55940360c90d9f720bbb24f4e7146 (PR-2980) 05:55:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:55:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:55:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:55:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:55:53 using GIT_SSH to set credentials SSH Credentials for GitHub 05:55:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2980/head:refs/remotes/origin/PR-2980 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:55:54 > git config core.sparsecheckout # timeout=10 05:55:54 > git checkout -f e2f90577c7b55940360c90d9f720bbb24f4e7146 # timeout=10 05:55:54 > git remote # timeout=10 05:55:54 > git config --get remote.origin.url # timeout=10 05:55:54 using GIT_SSH to set credentials SSH Credentials for GitHub 05:55:54 > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 05:55:54 > git rev-parse HEAD^{commit} # timeout=10 05:55:54 > git config core.sparsecheckout # timeout=10 05:55:54 > git checkout -f e2f90577c7b55940360c90d9f720bbb24f4e7146 # timeout=10 05:55:59 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" 05:55:59 > git --version # timeout=10 05:55:59 > git --version # 'git version 2.17.1' 05:55:59 fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:56:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 05:56:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:56:02 + sudo service docker restart 05:56:02 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:56:04 provisioning config files... 05:56:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2321825474365261755tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:56:04 ---> docker-login.sh 05:56:04 nexus3.edgexfoundry.org:10001 05:56:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:56:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:56:06 Configure a credential helper to remove this warning. See 05:56:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:56:06 05:56:06 Login Succeeded 05:56:06 nexus3.edgexfoundry.org:10002 05:56:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:56:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:56:06 Configure a credential helper to remove this warning. See 05:56:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:56:06 05:56:06 Login Succeeded 05:56:07 nexus3.edgexfoundry.org:10003 05:56:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:56:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:56:07 Configure a credential helper to remove this warning. See 05:56:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:56:07 05:56:07 Login Succeeded 05:56:07 nexus3.edgexfoundry.org:10004 05:56:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:56:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:56:08 Configure a credential helper to remove this warning. See 05:56:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:56:08 05:56:08 Login Succeeded 05:56:08 docker.io 05:56:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:56:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:56:09 Configure a credential helper to remove this warning. See 05:56:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:56:09 05:56:09 Login Succeeded 05:56:09 ---> docker-login.sh ends [Pipeline] } 05:56:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:56:09 ========================================================= 05:56:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 05:56:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:56:10 + 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 . 05:56:12 Sending build context to Docker daemon 165.3MB 05:56:12 Step 1/7 : ARG BASE=golang:1.15-alpine 05:56:12 Step 2/7 : FROM ${BASE} 05:56:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:56:12 5f621e34cdf4: Pulling fs layer 05:56:12 a4357932f1b6: Pulling fs layer 05:56:12 18c013af1878: Pulling fs layer 05:56:12 00ac8860ef70: Pulling fs layer 05:56:12 63d7cb157983: Pulling fs layer 05:56:12 b116817d02f9: Pulling fs layer 05:56:12 745a02a5169b: Pulling fs layer 05:56:12 00ac8860ef70: Waiting 05:56:12 b116817d02f9: Waiting 05:56:12 745a02a5169b: Waiting 05:56:12 18c013af1878: Download complete 05:56:12 a4357932f1b6: Verifying Checksum 05:56:12 a4357932f1b6: Download complete 05:56:12 63d7cb157983: Download complete 05:56:13 5f621e34cdf4: Verifying Checksum 05:56:13 5f621e34cdf4: Download complete 05:56:13 5f621e34cdf4: Pull complete 05:56:14 a4357932f1b6: Pull complete 05:56:14 18c013af1878: Pull complete 05:56:15 745a02a5169b: Verifying Checksum 05:56:15 745a02a5169b: Download complete 05:56:18 00ac8860ef70: Download complete 05:56:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 05:56:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:56:20 ---> 06e049f69399 05:56:20 Step 3/22 : WORKDIR /edgex-go 05:56:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 05:56:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:56:20 ---> 06e049f69399 05:56:20 Step 3/24 : WORKDIR /edgex-go 05:56:20 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 05:56:20 Step 2/27 : FROM ${BUILDER_BASE} AS builder 05:56:20 ---> 06e049f69399 05:56:20 Step 3/27 : WORKDIR /edgex-go 05:56:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 05:56:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:56:20 ---> 06e049f69399 05:56:20 Step 3/24 : WORKDIR /edgex-go 05:56:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 05:56:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:56:20 ---> 06e049f69399 05:56:20 Step 3/22 : WORKDIR /edgex-go 05:56:20 ---> Running in 49b3b6b2f04a 05:56:20 ---> Running in c41368e453de 05:56:20 ---> Running in 8b87e0bdb073 05:56:20 ---> Running in 2139e353b827 05:56:20 ---> Running in 44c22c57bd8f 05:56:20 Removing intermediate container 49b3b6b2f04a 05:56:20 ---> 477227b05e39 05:56:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:56:20 Removing intermediate container 8b87e0bdb073 05:56:20 ---> d5e52978016a 05:56:20 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:56:20 Removing intermediate container 2139e353b827 05:56:20 ---> b71481a3ac30 05:56:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:56:20 Removing intermediate container 44c22c57bd8f 05:56:20 ---> 8d2fd7e94afb 05:56:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:56:20 Removing intermediate container c41368e453de 05:56:20 ---> f4cacef8ca94 05:56:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:56:20 ---> Running in ea696a58df18 05:56:20 ---> Running in e2197b859fbe 05:56:20 ---> Running in 43a621a4dd9c 05:56:20 ---> Running in 83c2b2f3d999 05:56:20 ---> Running in d9403020b0e3 05:56:22 Removing intermediate container e2197b859fbe 05:56:22 ---> dedfe3f11d98 05:56:22 Step 5/27 : RUN apk update && apk add make bash git 05:56:23 ---> Running in d3452452b7ed 05:56:23 Removing intermediate container 43a621a4dd9c 05:56:23 ---> 19fe13877d72 05:56:23 Step 5/22 : RUN apk update && apk add make git 05:56:23 Removing intermediate container ea696a58df18 05:56:23 ---> 4c698ef1ab7e 05:56:23 Step 5/22 : RUN apk update && apk add make git 05:56:23 ---> Running in 15312630b0ec 05:56:23 ---> Running in 696d898cc76c 05:56:23 Removing intermediate container 83c2b2f3d999 05:56:23 ---> 5cddc2a25fbb 05:56:23 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 05:56:24 Removing intermediate container d9403020b0e3 05:56:24 ---> 918e17998b72 05:56:24 Step 5/24 : RUN apk update && apk add make git 05:56:24 ---> Running in 59f175564722 05:56:24 ---> Running in ae787ed938d8 05:56:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:56:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:56:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:56:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:56:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:56:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:56:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:56:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:56:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:56:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:56:26 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:56:26 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 05:56:26 OK: 12750 distinct packages available 05:56:26 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:56:26 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 05:56:26 OK: 12750 distinct packages available 05:56:26 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:56:26 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 05:56:26 OK: 12750 distinct packages available 05:56:26 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:56:26 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 05:56:26 OK: 12750 distinct packages available 05:56:26 OK: 233 MiB in 51 packages 05:56:26 OK: 233 MiB in 51 packages 05:56:27 OK: 233 MiB in 51 packages 05:56:27 OK: 233 MiB in 51 packages 05:56:27 Removing intermediate container 696d898cc76c 05:56:27 ---> 69f5be811305 05:56:27 Step 6/22 : COPY go.mod . 05:56:27 Removing intermediate container 15312630b0ec 05:56:27 ---> a264089796d3 05:56:27 Step 6/22 : COPY go.mod . 05:56:27 Removing intermediate container ae787ed938d8 05:56:27 ---> 55c03ab48cec 05:56:27 Step 6/24 : COPY go.mod . 05:56:27 Removing intermediate container 59f175564722 05:56:27 ---> 68a4838b3a4a 05:56:27 Step 6/24 : COPY go.mod . 05:56:27 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:56:27 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 05:56:27 OK: 12750 distinct packages available 05:56:28 ---> 7aceedb9d63e 05:56:28 Step 7/22 : RUN go mod download 05:56:28 ---> f8877b391d1f 05:56:28 Step 7/22 : RUN go mod download 05:56:28 ---> Running in d72e7a209d1c 05:56:28 ---> Running in dc5dd1541bd5 05:56:28 OK: 233 MiB in 51 packages 05:56:28 ---> e06566089180 05:56:28 Step 7/24 : RUN go mod download 05:56:28 ---> 3cca98f4034c 05:56:28 Step 7/24 : RUN go mod download 05:56:28 ---> Running in d4b6933e9897 05:56:28 00ac8860ef70: Pull complete 05:56:28 63d7cb157983: Pull complete 05:56:28 ---> Running in 068d3e73d75b 05:56:28 b116817d02f9: Pull complete 05:56:29 Removing intermediate container d3452452b7ed 05:56:29 ---> 2889d00b6787 05:56:29 Step 6/27 : COPY go.mod . 05:56:29 ---> 77d0b7c1b1d2 05:56:29 Step 7/27 : RUN go mod download 05:56:29 ---> Running in 57c2f886b63b 05:56:30 Removing intermediate container d4b6933e9897 05:56:30 ---> 37239da035ef 05:56:30 Step 8/24 : COPY . . 05:56:31 Removing intermediate container dc5dd1541bd5 05:56:31 ---> 574ccbfaa7f4 05:56:31 Step 8/22 : COPY . . 05:56:32 Removing intermediate container d72e7a209d1c 05:56:32 ---> 50828c91612d 05:56:32 Step 8/22 : COPY . . 05:56:33 745a02a5169b: Pull complete 05:56:33 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 05:56:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 05:56:33 ---> b7e6874047d6 05:56:33 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 05:56:35 Removing intermediate container 068d3e73d75b 05:56:35 ---> e8fc279854ea 05:56:35 Step 8/24 : COPY . . 05:56:36 ---> Running in eb4c7dc8e017 05:56:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:56:38 Removing intermediate container 57c2f886b63b 05:56:38 ---> be93ce371428 05:56:38 Step 8/27 : COPY . . 05:56:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:56:41 (1/12) Installing libmagic (5.38-r0) 05:56:41 (2/12) Installing file (5.38-r0) 05:56:41 (3/12) Installing libc-dev (0.7.2-r3) 05:56:41 (4/12) Installing g++ (9.3.0-r2) 05:56:57 (5/12) Installing fortify-headers (1.1-r0) 05:56:57 (6/12) Installing patch (2.7.6-r6) 05:56:57 (7/12) Installing build-base (0.5-r2) 05:56:57 (8/12) Installing libsodium (1.0.18-r0) 05:56:57 (9/12) Installing pkgconf (1.7.2-r0) 05:56:57 (10/12) Installing libsodium-dev (1.0.18-r0) 05:56:57 (11/12) Installing libzmq (4.3.3-r0) 05:56:57 (12/12) Installing zeromq-dev (4.3.3-r0) 05:56:57 Executing busybox-1.31.1-r19.trigger 05:56:57 OK: 217 MiB in 51 packages 05:57:01 Removing intermediate container eb4c7dc8e017 05:57:01 ---> 68a20c72ac99 05:57:01 Step 4/7 : WORKDIR /edgex-go 05:57:01 ---> Running in a6258f457925 05:57:02 Removing intermediate container a6258f457925 05:57:02 ---> 2fb00bf4c9b7 05:57:02 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 05:57:02 latest: Pulling from library/docker 05:57:03 159e5727ea61: Pulling fs layer 05:57:03 687389c36290: Pulling fs layer 05:57:03 94e28978939c: Pulling fs layer 05:57:03 ea42096754a7: Pulling fs layer 05:57:03 bd61cee6920e: Pulling fs layer 05:57:03 bd61cee6920e: Waiting 05:57:03 ea42096754a7: Waiting 05:57:03 87c4ece4675c: Pulling fs layer 05:57:03 90ca8b2ff088: Pulling fs layer 05:57:03 90ca8b2ff088: Waiting 05:57:03 87c4ece4675c: Waiting 05:57:03 94e28978939c: Verifying Checksum 05:57:03 94e28978939c: Download complete 05:57:03 687389c36290: Verifying Checksum 05:57:03 687389c36290: Download complete 05:57:03 159e5727ea61: Verifying Checksum 05:57:03 159e5727ea61: Download complete 05:57:03 bd61cee6920e: Verifying Checksum 05:57:03 bd61cee6920e: Download complete 05:57:03 87c4ece4675c: Verifying Checksum 05:57:03 87c4ece4675c: Download complete 05:57:03 90ca8b2ff088: Verifying Checksum 05:57:03 90ca8b2ff088: Download complete 05:57:04 159e5727ea61: Pull complete 05:57:04 687389c36290: Pull complete 05:57:04 ea42096754a7: Verifying Checksum 05:57:04 ea42096754a7: Download complete 05:57:05 94e28978939c: Pull complete 05:57:08 ea42096754a7: Pull complete 05:57:08 bd61cee6920e: Pull complete 05:57:09 87c4ece4675c: Pull complete 05:57:09 90ca8b2ff088: Pull complete 05:57:09 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 05:57:09 Status: Downloaded newer image for docker:latest 05:57:11 ---> 2fe097837b71 05:57:11 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:57:11 ---> 021208289747 05:57:11 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 05:57:11 ---> Running in 9a964d3bf7e3 05:57:11 ---> Running in 855326cd0ead 05:57:11 ---> ebb248816c82 05:57:11 Step 9/24 : RUN make cmd/support-notifications/support-notifications 05:57:11 ---> 9245865ccf2e 05:57:11 Step 9/22 : RUN make cmd/core-command/core-command 05:57:11 ---> 7b3d7c78f67d 05:57:11 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 05:57:11 ---> Running in c3d61b787c78 05:57:11 ---> Running in 60682aff7397 05:57:11 ---> Running in d83d9862becb 05:57:12 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 05:57:12 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 05:57:12 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 05:57:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:57:12 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 05:57:14 ---> cf18a57b6d06 05:57:14 Step 6/7 : COPY go.mod . 05:57:14 ---> 8f5198fa6d08 05:57:14 Step 7/7 : RUN go mod download 05:57:14 ---> Running in 9140bc9733d3 05:57:39 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 05:57:41 Removing intermediate container 9140bc9733d3 05:57:41 ---> 69ee97d13448 05:57:41 Successfully built 69ee97d13448 05:57:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:57:41 + docker inspect -f . ci-base-image-arm64 05:57:41 . [Pipeline] withDockerContainer 05:57:41 prd-ubuntu18.04-docker-arm64-4c-16g-17886 does not seem to be running inside a container 05:57:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 05:57:43 $ docker top eaec3602060d88e22f5881a54aefd74236faa87504f51fbe332d9c6fa04a75c6 -eo pid,comm [Pipeline] { [Pipeline] sh 05:57:44 + go version 05:57:44 go version go1.15.5 linux/arm64 [Pipeline] } 05:57:44 $ docker stop --time=1 eaec3602060d88e22f5881a54aefd74236faa87504f51fbe332d9c6fa04a75c6 05:57:46 $ docker rm -f eaec3602060d88e22f5881a54aefd74236faa87504f51fbe332d9c6fa04a75c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:57:47 Removing intermediate container 60682aff7397 05:57:47 ---> 65bc548df6f0 05:57:47 05:57:47 Step 10/24 : FROM scratch 05:57:47 ---> 05:57:47 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 05:57:47 Removing intermediate container 855326cd0ead 05:57:47 ---> 1fb752a4e1a5 05:57:47 05:57:47 Step 10/22 : FROM alpine:3.10 05:57:47 Removing intermediate container c3d61b787c78 05:57:47 ---> 3113e914474d 05:57:47 05:57:47 Step 10/22 : FROM scratch 05:57:47 ---> 05:57:47 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:57:47 Removing intermediate container d83d9862becb 05:57:47 ---> 009b4bf95123 05:57:47 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 05:57:47 3.10: Pulling from library/alpine 05:57:47 ---> Running in 8286d985997d 05:57:47 ---> Running in c9ba3c6d2c7a 05:57:47 ---> Running in b8e431719722 05:57:47 + docker inspect -f . ci-base-image-arm64 05:57:47 . [Pipeline] withDockerContainer 05:57:48 prd-ubuntu18.04-docker-arm64-4c-16g-17886 does not seem to be running inside a container 05:57:48 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 05:57:48 Removing intermediate container b8e431719722 05:57:48 ---> ed239ed5a3a9 05:57:48 Step 12/24 : ENV APP_PORT=48060 05:57:48 Removing intermediate container c9ba3c6d2c7a 05:57:48 ---> 4ff4455c0638 05:57:48 Step 12/22 : ENV APP_PORT=48082 05:57:49 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 05:57:49 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 05:57:49 ---> Running in e45501810f3a 05:57:49 ---> Running in dba9a5a4f73d 05:57:49 Status: Downloaded newer image for alpine:3.10 05:57:49 ---> be4e4bea2c2e 05:57:49 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 05:57:49 Removing intermediate container 9a964d3bf7e3 05:57:49 ---> 5ee02cc7787d 05:57:49 05:57:49 Step 10/24 : FROM alpine:3.10 05:57:49 ---> be4e4bea2c2e 05:57:49 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 05:57:49 ---> Running in 2ac463255d81 05:57:49 ---> Running in 204e4d79d4f5 05:57:49 Removing intermediate container dba9a5a4f73d 05:57:49 ---> 86bbea8c2cfa 05:57:49 Step 13/22 : EXPOSE $APP_PORT 05:57:49 Removing intermediate container e45501810f3a 05:57:49 ---> bc8b5cd3c7fa 05:57:49 Step 13/24 : EXPOSE $APP_PORT 05:57:50 $ docker top d6613c8d4a8ab7567afa989b32a0dbc8d16f62179cccd24fc9cee6306f65bea0 -eo pid,comm 05:57:50 ---> Running in 469f03b78abf 05:57:50 ---> Running in d672e68e413d 05:57:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 05:57:50 Removing intermediate container d672e68e413d 05:57:50 ---> ab8690a51d4c 05:57:50 Step 14/22 : WORKDIR / 05:57:50 Removing intermediate container 469f03b78abf 05:57:50 ---> 555ee1f3e4cd 05:57:50 Step 14/24 : COPY --from=builder /bin/sh /bin/sh [Pipeline] { [Pipeline] echo 05:57:50 ========================================================= 05:57:50 [edgeXBuildGoParallel] Running Tests and Build... 05:57:50 ========================================================= [Pipeline] sh 05:57:50 ---> Running in 7e388f8b04f4 05:57:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 05:57:50 v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 05:57:50 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 05:57:50 OK: 10350 distinct packages available 05:57:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 05:57:50 Removing intermediate container 8286d985997d 05:57:50 ---> 75e8a89fa830 05:57:50 05:57:50 Step 11/27 : FROM docker:latest 05:57:50 ---> 0040bc98e531 05:57:50 Step 12/27 : RUN apk add --no-cache bash 05:57:50 ---> 9c35274b7835 05:57:50 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 05:57:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 05:57:50 (1/5) Installing ca-certificates (20191127-r2) 05:57:50 (2/5) Installing nghttp2-libs (1.39.2-r1) 05:57:50 (3/5) Installing libcurl (7.66.0-r3) 05:57:50 (4/5) Installing curl (7.66.0-r3) 05:57:50 v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 05:57:50 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 05:57:50 OK: 10350 distinct packages available 05:57:50 (5/5) Installing dumb-init (1.2.2-r1) 05:57:50 Executing busybox-1.30.1-r3.trigger 05:57:51 (1/5) Installing ca-certificates (20191127-r2) 05:57:51 (2/5) Installing nghttp2-libs (1.39.2-r1) 05:57:51 (3/5) Installing libcurl (7.66.0-r3) 05:57:51 (4/5) Installing curl (7.66.0-r3) 05:57:51 (5/5) Installing dumb-init (1.2.2-r1) 05:57:51 Executing busybox-1.30.1-r3.trigger 05:57:51 Executing ca-certificates-20191127-r2.trigger 05:57:51 + make test 05:57:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 05:57:51 Executing ca-certificates-20191127-r2.trigger 05:57:51 OK: 7 MiB in 19 packages 05:57:52 OK: 7 MiB in 19 packages 05:57:52 ---> Running in 93161466f82f 05:57:52 Removing intermediate container 7e388f8b04f4 05:57:52 ---> 7ab37b4d2c89 05:57:52 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 05:57:52 ---> 1560eafa5383 05:57:52 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 05:57:53 ---> 172deb8062db 05:57:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:57:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:57:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:57:54 (1/2) Installing readline (8.0.4-r0) 05:57:54 (2/2) Installing bash (5.0.17-r0) 05:57:54 Executing bash-5.0.17-r0.post-install 05:57:54 Executing busybox-1.31.1-r19.trigger 05:57:54 Removing intermediate container 2ac463255d81 05:57:54 ---> 7a1de6d24397 05:57:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 05:57:54 OK: 12 MiB in 22 packages 05:57:54 ---> cb37ef3058da 05:57:54 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 05:57:54 ---> 2c4727749c50 05:57:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 05:57:54 Removing intermediate container 204e4d79d4f5 05:57:54 ---> b2f4bea1cb5e 05:57:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:57:54 ---> Running in 190b713a35d6 05:57:55 ---> Running in 0ed3bcf8ded9 05:57:55 ---> cd6d2407a416 05:57:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:57:55 Removing intermediate container 190b713a35d6 05:57:55 ---> 102d21697799 05:57:55 Step 13/22 : WORKDIR / 05:57:55 ---> dd3468c4e594 05:57:55 Step 18/22 : ENTRYPOINT ["/core-command"] 05:57:55 Removing intermediate container 0ed3bcf8ded9 05:57:55 ---> 5d3703dffe90 05:57:55 Step 13/24 : WORKDIR / 05:57:55 ---> Running in 523f0613b494 05:57:55 ---> Running in 51056ebc6d25 05:57:55 ---> Running in 609ccb945e9f 05:57:55 Removing intermediate container 93161466f82f 05:57:55 ---> a3bb082aab53 05:57:55 Step 13/27 : RUN rm -rf /var/cache/apk/* 05:57:55 ---> Running in a62b0b7532ae 05:57:56 Removing intermediate container 523f0613b494 05:57:56 ---> 29c352ca02c5 05:57:56 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 05:57:56 Removing intermediate container 51056ebc6d25 05:57:56 ---> b03d5974f497 05:57:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:57:56 ---> b8863e1b295a 05:57:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 05:57:56 Removing intermediate container 609ccb945e9f 05:57:56 ---> 3e10a7534af2 05:57:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 05:57:56 ---> Running in 28bb5efda218 05:57:56 ---> b1e169fb888c 05:57:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 05:57:56 ---> b132f926b2e2 05:57:56 Step 20/24 : ENTRYPOINT ["/support-notifications"] 05:57:56 Removing intermediate container 28bb5efda218 05:57:56 ---> dee1b99c7cab 05:57:56 Step 20/22 : LABEL arch=x86_64 05:57:57 ---> Running in 849c084e8c81 05:57:57 ---> Running in ff5e4f11b733 05:57:57 ---> d2e66131222b 05:57:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 05:57:57 ---> edce29ae6b18 05:57:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 05:57:57 Removing intermediate container 849c084e8c81 05:57:57 ---> 582d47d1700e 05:57:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:57:57 Removing intermediate container ff5e4f11b733 05:57:57 ---> 61d7257d7d35 05:57:57 Step 21/22 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 05:57:57 ---> Running in 3bc1f4b9bc9c 05:57:57 ---> Running in ece63271b22e 05:57:57 ---> 435fcacd7231 05:57:57 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 05:57:57 ---> 915c6840e9e3 05:57:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 05:57:57 Removing intermediate container a62b0b7532ae 05:57:57 ---> eb0040e21978 05:57:57 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 05:57:58 ---> Running in f31f4b4b1334 05:57:58 Removing intermediate container 3bc1f4b9bc9c 05:57:58 ---> 1ced788c9a85 05:57:58 Step 22/22 : LABEL version=0.0.0 05:57:58 Removing intermediate container ece63271b22e 05:57:58 ---> 3f8767ddf9f4 05:57:58 Step 22/24 : LABEL arch=x86_64 05:57:58 ---> dea6782ac994 05:57:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:57:58 ---> Running in 813dcd40a472 05:57:58 ---> 09706f3c7594 05:57:58 Step 18/22 : RUN chmod +x entrypoint.sh 05:57:58 ---> Running in 346cf39d0bfb 05:57:58 Removing intermediate container f31f4b4b1334 05:57:58 ---> f1f3bd1607b2 05:57:58 Step 15/27 : ENV APP_PORT=48090 05:57:58 Removing intermediate container 813dcd40a472 05:57:58 ---> 0d8bc6f26835 05:57:58 05:57:58 ---> Running in 878fc512e8c0 05:57:58 ---> 6c3ae16af3d8 05:57:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:57:59 ---> Running in 19fcad133578 05:57:59 Successfully built 0d8bc6f26835 05:57:59 Successfully tagged docker-core-command-go:latest 05:57:59 Removing intermediate container 346cf39d0bfb 05:57:59 ---> 4e39e2720fa9 05:57:59 Step 23/24 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 05:57:59 Building docker-security-proxy-setup-go 05:57:59  Building docker-core-command-go ... done Removing intermediate container 19fcad133578 05:57:59 ---> 62b66557aff4 05:57:59 Step 16/27 : EXPOSE $APP_PORT 05:57:59 ---> Running in 4dcdab3e7091 05:57:59 ---> 4d7fcd74e024 05:57:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:57:59 ---> Running in e7b8a4e42d05 05:58:00 Removing intermediate container 4dcdab3e7091 05:58:00 ---> 60da63d8ced0 05:58:00 Step 24/24 : LABEL version=0.0.0 05:58:00 Removing intermediate container e7b8a4e42d05 05:58:00 ---> 6fae551bbb73 05:58:00 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 05:58:00 ---> Running in ab35bdc587f9 05:58:00 ---> ba7a51692ef8 05:58:00 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:58:00 ---> Running in eeec87e6adf9 05:58:00 Removing intermediate container ab35bdc587f9 05:58:00 ---> 89d9da5dc26c 05:58:00 05:58:00 Successfully built 89d9da5dc26c 05:58:00 Successfully tagged docker-support-notifications-go:latest 05:58:00  Building docker-support-notifications-go ... done Building docker-core-metadata-go 05:58:01 Removing intermediate container 878fc512e8c0 05:58:01 ---> 983e8b572462 05:58:01 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 05:58:02 ---> 36e314f0663a 05:58:02 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 05:58:03 ---> Running in b7d417a3bd44 05:58:03 ---> 55392f8a684c 05:58:03 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 05:58:05 Removing intermediate container b7d417a3bd44 05:58:05 ---> c61bb0edd87d 05:58:05 Step 20/22 : LABEL arch=x86_64 05:58:07 ---> 07524c5110db 05:58:07 Step 20/27 : RUN apk --no-cache add py3-pip 05:58:07 ---> Running in 5bc6921888a2 05:58:07 Removing intermediate container eeec87e6adf9 05:58:07 ---> 1bf0f4a1dce6 05:58:07 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 05:58:08 ---> Running in c4d175a82615 05:58:08 ---> Running in e7fb963ce2d9 05:58:09 Removing intermediate container 5bc6921888a2 05:58:09 ---> 696cb85d0c51 05:58:09 Step 21/22 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 05:58:09 ---> Running in 6f1ba0ab9d71 05:58:10 Removing intermediate container c4d175a82615 05:58:10 ---> a7bdae2cdde9 05:58:10 Step 22/24 : LABEL arch=x86_64 05:58:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:58:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:58:11 (1/33) Installing libbz2 (1.0.8-r1) 05:58:11 (2/33) Installing expat (2.2.9-r1) 05:58:11 (3/33) Installing libffi (3.3-r2) 05:58:11 (4/33) Installing gdbm (1.13-r1) 05:58:11 (5/33) Installing xz-libs (5.2.5-r0) 05:58:11 ---> Running in 063d08faab92 05:58:11 Removing intermediate container 6f1ba0ab9d71 05:58:11 ---> 98f984562832 05:58:11 Step 22/22 : LABEL version=0.0.0 05:58:11 (6/33) Installing sqlite-libs (3.32.1-r0) 05:58:11 (7/33) Installing python3 (3.8.5-r0) 05:58:16 ---> Running in b0f723aaf5ef 05:58:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 05:58:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 05:58:17 ---> 06e049f69399 05:58:17 Step 3/21 : WORKDIR /edgex-go 05:58:17 ---> Using cache 05:58:17 ---> f4cacef8ca94 05:58:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:58:17 ---> Using cache 05:58:17 ---> 918e17998b72 05:58:17 Step 5/21 : RUN apk update && apk add make git 05:58:17 ---> Using cache 05:58:17 ---> 55c03ab48cec 05:58:17 Step 6/21 : COPY go.mod . 05:58:17 ---> Using cache 05:58:17 ---> e06566089180 05:58:17 Step 7/21 : RUN go mod download 05:58:17 ---> Using cache 05:58:17 ---> 37239da035ef 05:58:17 Step 8/21 : COPY . . 05:58:17 ---> Using cache 05:58:17 ---> 2fe097837b71 05:58:17 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 05:58:18 ? github.com/edgexfoundry/edgex-go [no test files] 05:58:18 (8/33) Installing py3-appdirs (1.4.4-r1) 05:58:18 (9/33) Installing py3-ordered-set (4.0.1-r0) 05:58:18 Removing intermediate container 063d08faab92 05:58:18 ---> 80843acb4f57 05:58:18 Step 23/24 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 05:58:18 (10/33) Installing py3-parsing (2.4.7-r0) 05:58:18 (11/33) Installing py3-six (1.15.0-r0) 05:58:18 (12/33) Installing py3-packaging (20.4-r0) 05:58:18 (13/33) Installing py3-setuptools (47.0.0-r0) 05:58:18 ---> Running in e97861791be3 05:58:18 (14/33) Installing py3-chardet (3.0.4-r4) 05:58:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 05:58:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:58:19 ---> 06e049f69399 05:58:19 Step 3/22 : WORKDIR /edgex-go 05:58:19 ---> Using cache 05:58:19 ---> f4cacef8ca94 05:58:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:58:19 ---> Using cache 05:58:19 ---> 918e17998b72 05:58:19 Step 5/22 : RUN apk update && apk add make git 05:58:19 ---> Using cache 05:58:19 ---> 55c03ab48cec 05:58:19 Step 6/22 : COPY go.mod . 05:58:19 ---> Using cache 05:58:19 ---> e06566089180 05:58:19 Step 7/22 : RUN go mod download 05:58:19 ---> Using cache 05:58:19 ---> 37239da035ef 05:58:19 Step 8/22 : COPY . . 05:58:19 ---> Using cache 05:58:19 ---> 2fe097837b71 05:58:19 Step 9/22 : RUN make cmd/core-metadata/core-metadata 05:58:19 (15/33) Installing py3-idna (2.9-r0) 05:58:19 (16/33) Installing py3-certifi (2020.4.5.1-r0) 05:58:19 ---> Running in 1a1dad4ba40c 05:58:19 (17/33) Installing py3-urllib3 (1.25.9-r0) 05:58:19 Removing intermediate container b0f723aaf5ef 05:58:19 ---> 4752579cabc2 05:58:19 05:58:20 (18/33) Installing py3-requests (2.23.0-r0) 05:58:20 (19/33) Installing py3-msgpack (1.0.0-r0) 05:58:20 (20/33) Installing py3-lockfile (0.12.2-r3) 05:58:20 ---> Running in 0ed6273a63c1 05:58:20 (21/33) Installing py3-cachecontrol (0.12.6-r0) 05:58:20 (22/33) Installing py3-colorama (0.4.3-r0) 05:58:20 Successfully built 4752579cabc2 05:58:21 (23/33) Installing py3-distlib (0.3.0-r0) 05:58:21 Successfully tagged docker-security-bootstrap-redis-go:latest 05:58:21  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go 05:58:21 (24/33) Installing py3-distro (1.5.0-r1) 05:58:21 Removing intermediate container 1a1dad4ba40c 05:58:21 ---> dd0c123a17fa 05:58:21 Step 24/24 : LABEL version=0.0.0 05:58:21 (25/33) Installing py3-webencodings (0.5.1-r3) 05:58:21 (26/33) Installing py3-html5lib (1.0.1-r4) 05:58:21 (27/33) Installing py3-pytoml (0.1.21-r0) 05:58:21 (28/33) Installing py3-pep517 (0.8.2-r0) 05:58:21 (29/33) Installing py3-progress (1.5-r0) 05:58:21 (30/33) Installing py3-toml (0.10.1-r0) 05:58:21 ---> Running in 9aebb16fba62 05:58:21 (31/33) Installing py3-retrying (1.3.3-r0) 05:58:21 (32/33) Installing py3-contextlib2 (0.6.0-r0) 05:58:21 (33/33) Installing py3-pip (20.1.1-r0) 05:58:21 Executing busybox-1.31.1-r19.trigger 05:58:21 OK: 71 MiB in 55 packages 05:58:21 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 05:58:23 Removing intermediate container 9aebb16fba62 05:58:23 ---> d83064f274aa 05:58:23 05:58:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:58:25 Successfully built d83064f274aa 05:58:26 Successfully tagged docker-security-secretstore-setup-go:latest 05:58:26 Building docker-core-data-go 05:58:45  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 05:58:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 05:58:45 ---> 06e049f69399 05:58:45 Step 3/21 : WORKDIR /edgex-go 05:58:45 ---> Using cache 05:58:45 ---> f4cacef8ca94 05:58:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:58:45 ---> Using cache 05:58:45 ---> 918e17998b72 05:58:45 Step 5/21 : RUN apk update && apk add make git 05:58:45 ---> Using cache 05:58:45 ---> 55c03ab48cec 05:58:45 Step 6/21 : COPY go.mod . 05:58:45 ---> Using cache 05:58:45 ---> e06566089180 05:58:45 Step 7/21 : RUN go mod download 05:58:45 ---> Using cache 05:58:45 ---> 37239da035ef 05:58:45 Step 8/21 : COPY . . 05:58:45 ---> Using cache 05:58:45 ---> 2fe097837b71 05:58:45 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 05:58:46 ---> Running in e8c210ad663e 05:58:48 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 05:58:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 05:58:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 05:58:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:58:50 ---> 06e049f69399 05:58:50 Step 3/23 : WORKDIR /edgex-go 05:58:50 ---> Using cache 05:58:50 ---> f4cacef8ca94 05:58:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:58:50 ---> Using cache 05:58:50 ---> 918e17998b72 05:58:50 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 05:58:51 ---> Running in eeb384760cf7 05:58:52 Removing intermediate container e7fb963ce2d9 05:58:52 ---> 9ca358df9c2a 05:58:52 Step 21/27 : RUN pip install docker-compose==1.23.2 05:58:52 ---> Running in 2bd86c5152c8 05:58:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:58:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:58:55 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:58:55 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 05:58:55 OK: 12750 distinct packages available 05:58:55 OK: 233 MiB in 51 packages 05:58:56 Collecting docker-compose==1.23.2 05:58:56 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 05:58:59 Collecting PyYAML<4,>=3.10 05:58:59 Downloading PyYAML-3.13.tar.gz (270 kB) 05:58:59 Removing intermediate container e97861791be3 05:58:59 ---> 1218c2daaaaf 05:58:59 05:58:59 Step 10/21 : FROM alpine 05:58:59 latest: Pulling from library/alpine 05:59:00 Removing intermediate container 0ed6273a63c1 05:59:00 ---> 9ed126f1d260 05:59:00 05:59:00 Step 10/22 : FROM scratch 05:59:00 ---> 05:59:00 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:59:00 ---> Using cache 05:59:00 ---> 4ff4455c0638 05:59:00 Step 12/22 : ENV APP_PORT=48081 05:59:00 Removing intermediate container eeb384760cf7 05:59:00 ---> f16bc018cfea 05:59:00 Step 6/23 : COPY go.mod . 05:59:00 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 05:59:00 Status: Downloaded newer image for alpine:latest 05:59:00 ---> 389fef711851 05:59:00 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 05:59:01 ---> Running in bcd9fc2339bc 05:59:01 Collecting docker<4.0,>=3.6.0 05:59:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 05:59:01 ---> Running in 6c029b8e9887 05:59:01 ---> 057051c41203 05:59:01 Step 7/23 : RUN go mod download 05:59:01 Collecting texttable<0.10,>=0.9.0 05:59:01 Downloading texttable-0.9.1.tar.gz (11 kB) 05:59:01 Removing intermediate container bcd9fc2339bc 05:59:01 ---> 323e57c81f16 05:59:01 Step 13/22 : EXPOSE $APP_PORT 05:59:02 ---> Running in 52dbaa144eac 05:59:02 ---> Running in 51ea29016af0 05:59:02 Collecting dockerpty<0.5,>=0.4.1 05:59:02 Downloading dockerpty-0.4.1.tar.gz (13 kB) 05:59:02 Removing intermediate container 51ea29016af0 05:59:02 ---> 6aa4ecb11fea 05:59:02 Step 14/22 : WORKDIR / 05:59:02 ---> Running in bf87321edd33 05:59:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:59:03 Removing intermediate container bf87321edd33 05:59:03 ---> 1b469f48153e 05:59:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 05:59:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:59:03 Collecting cached-property<2,>=1.2.0 05:59:03 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 05:59:03 Collecting docopt<0.7,>=0.6.1 05:59:03 Downloading docopt-0.6.2.tar.gz (25 kB) 05:59:03 v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 05:59:03 v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 05:59:03 OK: 12745 distinct packages available 05:59:03 ---> fd0e4ab3e69a 05:59:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:59:03 (1/4) Installing ca-certificates (20191127-r4) 05:59:03 (2/4) Installing nghttp2-libs (1.41.0-r0) 05:59:03 (3/4) Installing libcurl (7.69.1-r3) 05:59:03 (4/4) Installing curl (7.69.1-r3) 05:59:03 Executing busybox-1.31.1-r19.trigger 05:59:03 Executing ca-certificates-20191127-r4.trigger 05:59:03 OK: 7 MiB in 18 packages 05:59:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 05:59:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 05:59:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 05:59:04 Collecting jsonschema<3,>=2.5.1 05:59:04 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 05:59:04 ---> ea7c9729a3e0 05:59:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 05:59:04 Collecting websocket-client<1.0,>=0.32.0 05:59:04 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 05:59:04 Collecting docker-pycreds>=0.4.0 05:59:04 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 05:59:05 Collecting urllib3<1.25,>=1.21.1 05:59:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 05:59:06 ---> d34a62a3092d 05:59:06 Step 18/22 : ENTRYPOINT ["/core-metadata"] 05:59:06 Removing intermediate container 6c029b8e9887 05:59:06 ---> ceb06c6d0b5f 05:59:06 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:59:06 Collecting idna<2.8,>=2.5 05:59:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 05:59:06 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) 05:59:06 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 05:59:06 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 05:59:06 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 05:59:06 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 05:59:06 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 05:59:06 Installing collected packages: PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, texttable, dockerpty, cached-property, docopt, jsonschema, docker-compose 05:59:06 ---> Running in 0f9c9bae8401 05:59:06 ---> Running in 19b2b6e4601a 05:59:06 Running setup.py install for PyYAML: started 05:59:06 Removing intermediate container 52dbaa144eac 05:59:06 ---> a478f4cf7d7b 05:59:06 Step 8/23 : COPY . . 05:59:08 Running setup.py install for PyYAML: finished with status 'done' 05:59:09 Attempting uninstall: urllib3 05:59:09 Found existing installation: urllib3 1.25.9 05:59:09 Uninstalling urllib3-1.25.9: 05:59:10 Removing intermediate container 19b2b6e4601a 05:59:10 ---> ac38105f9f25 05:59:10 Step 13/21 : WORKDIR /edgex 05:59:10 Successfully uninstalled urllib3-1.25.9 05:59:10 Removing intermediate container 0f9c9bae8401 05:59:10 ---> 7d7ea1e019a4 05:59:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:59:11 Attempting uninstall: idna 05:59:11 Found existing installation: idna 2.9 05:59:11 Uninstalling idna-2.9: 05:59:11 Removing intermediate container e8c210ad663e 05:59:11 ---> bc4ba8153f8b 05:59:11 05:59:11 Step 10/21 : FROM scratch 05:59:11 ---> 05:59:11 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:59:11 ---> Using cache 05:59:11 ---> 4ff4455c0638 05:59:11 Step 12/21 : ENV APP_PORT=48085 05:59:12 Successfully uninstalled idna-2.9 05:59:12 ---> Running in 8ea387a397a0 05:59:13 ---> Running in 575b09bb7f50 05:59:13 Attempting uninstall: requests 05:59:13 Found existing installation: requests 2.23.0 05:59:13 Uninstalling requests-2.23.0: 05:59:13 ---> Running in f5afdaa368db 05:59:14 Successfully uninstalled requests-2.23.0 05:59:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 05:59:16 Removing intermediate container 575b09bb7f50 05:59:16 ---> 022a9a245067 05:59:16 Step 20/22 : LABEL arch=x86_64 05:59:16 Removing intermediate container 8ea387a397a0 05:59:16 ---> 29ff3a46d339 05:59:16 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 05:59:16 Removing intermediate container f5afdaa368db 05:59:16 ---> dc30a916e112 05:59:16 Step 13/21 : EXPOSE $APP_PORT 05:59:17 ---> Running in bafd130a0b37 05:59:17 ---> Running in ef4216f3c6db 05:59:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 05:59:19 ---> 6f1d06fa6b10 05:59:19 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 05:59:19 Running setup.py install for texttable: started 05:59:21 Running setup.py install for texttable: finished with status 'done' 05:59:21 Running setup.py install for dockerpty: started 05:59:21 Removing intermediate container ef4216f3c6db 05:59:21 ---> 0426d79e85cb 05:59:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 05:59:21 Removing intermediate container bafd130a0b37 05:59:21 ---> 107b00ad2cfe 05:59:21 Step 21/22 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 05:59:21 Running setup.py install for dockerpty: finished with status 'done' 05:59:22 Running setup.py install for docopt: started 05:59:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 05:59:22 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 05:59:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 05:59:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 05:59:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 05:59:22 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 05:59:23 ---> 37245eb570aa 05:59:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:59:23 Running setup.py install for docopt: finished with status 'done' 05:59:23 ---> Running in 2e895c63af73 05:59:23 ---> d80a3c4dc988 05:59:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:59:25 Removing intermediate container 2e895c63af73 05:59:25 ---> cc369aa8c799 05:59:25 Step 22/22 : LABEL version=0.0.0 05:59:25 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 05:59:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 05:59:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 05:59:28 ---> 41eb7ce863d5 05:59:28 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 05:59:28 ---> 365ec03db904 05:59:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 05:59:28 ---> Running in bee83d40792a 05:59:28 ---> Running in e76d210518c2 05:59:28 Removing intermediate container bee83d40792a 05:59:28 ---> 080d9883920e 05:59:28 05:59:28 ---> c49886190133 05:59:28 Step 9/23 : RUN make cmd/core-data/core-data 05:59:28 Successfully built 080d9883920e 05:59:29 ---> Running in e9af8f21e0d8 05:59:29 Removing intermediate container e76d210518c2 05:59:29 ---> 2e9457b86b57 05:59:29 Step 18/21 : CMD ["--init=true"] 05:59:29 Successfully tagged docker-core-metadata-go:latest 05:59:30  Building docker-core-metadata-go ... done  ---> 90474bd8f77e 05:59:30 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 05:59:30 ---> Running in 8e2daa1b7f12 05:59:30 ---> Running in 5276a8805593 05:59:30 Removing intermediate container 2bd86c5152c8 05:59:30 ---> 1eae444bd1c8 05:59:30 Step 22/27 : RUN apk --no-cache add curl 05:59:30 ---> Running in 362b7a465bc6 05:59:31 Removing intermediate container 5276a8805593 05:59:31 ---> 4d43e02d1a50 05:59:31 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:59:31 Removing intermediate container 8e2daa1b7f12 05:59:31 ---> 1f80ad0c4762 05:59:31 Step 19/21 : LABEL arch=x86_64 05:59:31 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 05:59:31 ---> Running in 59b7f41c56d6 05:59:31 ---> Running in cdf3b3cc4414 05:59:31 Removing intermediate container cdf3b3cc4414 05:59:31 ---> 3e6ae5cbc03c 05:59:31 Step 20/21 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 05:59:31 Removing intermediate container 59b7f41c56d6 05:59:31 ---> f2756191420c 05:59:31 Step 19/21 : LABEL arch=x86_64 05:59:31 ---> Running in e4fce181eafe 05:59:31 ---> Running in 8880d257b830 05:59:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:59:32 Removing intermediate container e4fce181eafe 05:59:32 ---> ce28857bac00 05:59:32 Step 21/21 : LABEL version=0.0.0 05:59:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:59:32 Removing intermediate container 8880d257b830 05:59:32 ---> 52a8e5624912 05:59:32 Step 20/21 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 05:59:32 ---> Running in 6d663d16e887 05:59:32 ---> Running in 7c2da0e4b642 05:59:32 (1/3) Installing nghttp2-libs (1.41.0-r0) 05:59:32 (2/3) Installing libcurl (7.69.1-r3) 05:59:32 (3/3) Installing curl (7.69.1-r3) 05:59:32 Executing busybox-1.31.1-r19.trigger 05:59:32 OK: 72 MiB in 58 packages 05:59:32 Removing intermediate container 6d663d16e887 05:59:32 ---> 67851bca079f 05:59:32 05:59:33 Successfully built 67851bca079f 05:59:33 Removing intermediate container 7c2da0e4b642 05:59:33 ---> 71abea81a8fb 05:59:33 Step 21/21 : LABEL version=0.0.0 05:59:33 Successfully tagged docker-security-proxy-setup-go:latest 05:59:33  Building docker-security-proxy-setup-go ... done  ---> Running in c5dffaf12069 05:59:34 Removing intermediate container c5dffaf12069 05:59:34 ---> 03000ac6bbfa 05:59:34 05:59:34 Removing intermediate container 362b7a465bc6 05:59:34 ---> 0b689dc2e138 05:59:34 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 05:59:34 Successfully built 03000ac6bbfa 05:59:34 ---> Running in 7b151ae05732 05:59:34 Successfully tagged docker-support-scheduler-go:latest 05:59:34  Building docker-support-scheduler-go ... done Removing intermediate container 7b151ae05732 05:59:34 ---> afe983743e55 05:59:34 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:59:34 ---> Running in 4955285300eb 05:59:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 05:59:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 05:59:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 05:59:35 Removing intermediate container 4955285300eb 05:59:35 ---> 464278cffd1d 05:59:35 Step 25/27 : LABEL arch=x86_64 05:59:35 ---> Running in af8d5d14fd26 05:59:36 Removing intermediate container af8d5d14fd26 05:59:36 ---> 6771590d0f61 05:59:36 Step 26/27 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 05:59:36 ---> Running in 81733866d5da 05:59:36 Removing intermediate container 81733866d5da 05:59:36 ---> f3778a58622b 05:59:36 Step 27/27 : LABEL version=0.0.0 05:59:37 ---> Running in 877c72661b5c 05:59:37 Removing intermediate container 877c72661b5c 05:59:37 ---> ad092205c871 05:59:37 05:59:37 Successfully built ad092205c871 05:59:37 Successfully tagged docker-sys-mgmt-agent-go:latest 05:59:40 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.298s coverage: 46.6% of statements 05:59:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 05:59:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 05:59:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 05:59:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 05:59:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 05:59:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.508s coverage: 27.0% of statements 05:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 05:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 05:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 05:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 05:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 05:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 05:59:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements 05:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 05:59:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.133s coverage: 100.0% of statements 05:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 05:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 05:59:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.539s coverage: 74.4% of statements 05:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 05:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 05:59:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.708s coverage: 83.3% of statements 05:59:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 05:59:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 05:59:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 05:59:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 05:59:49  Building docker-sys-mgmt-agent-go ... done Removing intermediate container e9af8f21e0d8 05:59:49 ---> 5a3bbbb0ed26 05:59:49 05:59:49 Step 10/23 : FROM alpine 05:59:49 ---> 389fef711851 05:59:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:59:49 ---> Running in b8f7c88622a2 05:59:49 Removing intermediate container b8f7c88622a2 05:59:49 ---> add6ad11e755 05:59:49 Step 12/23 : ENV APP_PORT=48080 05:59:49 ---> Running in c916260166e4 05:59:49 Removing intermediate container c916260166e4 05:59:49 ---> 33b9c917d510 05:59:49 Step 13/23 : EXPOSE $APP_PORT 05:59:49 ---> Running in a93e5e1c2242 05:59:49 Removing intermediate container a93e5e1c2242 05:59:49 ---> 02c70b2ac7ba 05:59:49 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:59:49 ---> Running in fdc365923e9e 05:59:50 Removing intermediate container fdc365923e9e 05:59:50 ---> 002dac89db6a 05:59:50 Step 15/23 : RUN apk --no-cache add zeromq 05:59:50 ---> Running in 4f958f4e351a 05:59:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:59:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:59:52 (1/5) Installing libgcc (9.3.0-r2) 05:59:52 (2/5) Installing libsodium (1.0.18-r0) 05:59:52 (3/5) Installing libstdc++ (9.3.0-r2) 05:59:52 (4/5) Installing libzmq (4.3.3-r0) 05:59:53 (5/5) Installing zeromq (4.3.3-r0) 05:59:53 Executing busybox-1.31.1-r19.trigger 05:59:53 OK: 8 MiB in 19 packages 05:59:54 Removing intermediate container 4f958f4e351a 05:59:54 ---> d50cb99bc43d 05:59:54 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 05:59:54 ---> 4db108e0a2fd 05:59:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:59:55 ---> 0471b2c2f222 05:59:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 05:59:55 ---> 6980b769de1f 05:59:55 Step 19/23 : ENTRYPOINT ["/core-data"] 05:59:55 ---> Running in 86c881ccd161 05:59:55 Removing intermediate container 86c881ccd161 05:59:55 ---> c2e5c1f90463 05:59:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:59:55 ---> Running in 6c1391171efd 05:59:55 Removing intermediate container 6c1391171efd 05:59:55 ---> 113e9b8defb7 05:59:55 Step 21/23 : LABEL arch=x86_64 05:59:55 ---> Running in d55e850daad7 05:59:55 Removing intermediate container d55e850daad7 05:59:55 ---> 112431c6d5a2 05:59:55 Step 22/23 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 05:59:55 ---> Running in 1b9497c5fa05 05:59:56 Removing intermediate container 1b9497c5fa05 05:59:56 ---> 00d826c3ff67 05:59:56 Step 23/23 : LABEL version=0.0.0 05:59:56 ---> Running in 565bf9ad4106 05:59:56 Removing intermediate container 565bf9ad4106 05:59:56 ---> 25b310e84b87 05:59:56 05:59:56 Successfully built 25b310e84b87 05:59:56 Successfully tagged docker-core-data-go:latest 05:59:56  Building docker-core-data-go ... done  [Pipeline] } 05:59:56 $ docker stop --time=1 9dac94ef8343b64e948c70f4af95946c59f5cca8030fdb5cdf816a0cb51b84ba 05:59:58 $ docker rm -f 9dac94ef8343b64e948c70f4af95946c59f5cca8030fdb5cdf816a0cb51b84ba [Pipeline] // withDockerContainer [Pipeline] sh 05:59:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.288s coverage: 28.6% of statements 05:59:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 05:59:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 05:59:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 05:59:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 05:59:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 05:59:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.246s coverage: 100.0% of statements 05:59:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 05:59:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements 05:59:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 05:59:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.327s coverage: 86.7% of statements 05:59:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 05:59:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.362s coverage: 97.5% of statements 05:59:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 05:59:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.154s coverage: 78.3% of statements 05:59:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 05:59:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 05:59:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 05:59:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 05:59:59 + docker images 05:59:59 + grep docker 05:59:59 docker-core-data-go latest 25b310e84b87 3 seconds ago 22.2MB 05:59:59 docker-sys-mgmt-agent-go latest ad092205c871 23 seconds ago 313MB 05:59:59 docker-support-scheduler-go latest 03000ac6bbfa 26 seconds ago 10.7MB 05:59:59 docker-security-proxy-setup-go latest 67851bca079f 27 seconds ago 24.5MB 05:59:59 docker-core-metadata-go latest 080d9883920e 31 seconds ago 13MB 05:59:59 docker-security-secretstore-setup-go latest d83064f274aa About a minute ago 24.6MB 05:59:59 docker-security-bootstrap-redis-go latest 4752579cabc2 About a minute ago 15.8MB 05:59:59 docker-support-notifications-go latest 89d9da5dc26c About a minute ago 12MB 05:59:59 docker-core-command-go latest 0d8bc6f26835 2 minutes ago 10.6MB 05:59:59 docker latest 0040bc98e531 13 days 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 06:00:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.230s coverage: 93.8% of statements 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:00:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:00:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.169s coverage: 0.1% of statements 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:00:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:00:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.136s coverage: 75.5% of statements 06:00:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:00:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements 06:00:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.165s coverage: 87.2% of statements 06:00:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.233s coverage: 84.2% of statements 06:00:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.247s coverage: 91.4% of statements 06:00:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.908s coverage: 63.5% of statements 06:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:00:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.095s coverage: 100.0% of statements 06:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements 06:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 06:00:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.081s coverage: 73.7% of statements 06:00:15 Still waiting to schedule task 06:00:15 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-17892’ 06:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements 06:00:21 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.899s coverage: 55.9% of statements 06:00:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:00:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:00:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 06:00:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 06:00:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 06:00:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.431s coverage: 37.0% of statements 06:00:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:00:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:00:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.845s coverage: 84.0% of statements 06:00:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.098s coverage: 100.0% of statements 06:00:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.425s coverage: 47.1% of statements 06:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:00:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.134s coverage: 100.0% of statements 06:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:00:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.134s coverage: 100.0% of statements 06:00:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:00:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.236s coverage: 29.1% of statements 06:00:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:00:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:00:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:00:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:00:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:00:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.229s coverage: 99.0% of statements 06:00:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:00:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements 06:00:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:00:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 06:00:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:00:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.064s coverage: 100.0% of statements 06:00:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:00:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:00:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:00:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:00:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements 06:00:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:00:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:00:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements 06:00:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements 06:00:35 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 06:00:35 GO111MODULE=on go vet ./... 06:01:44 gofmt -l . 06:01:44 [ "`gofmt -l .`" = "" ] 06:01:48 ./bin/test-go-mod-tidy.sh 06:01:48 ./bin/test-attribution-txt.sh [Pipeline] sh 06:01:53 + ls -al . 06:01:53 total 664 06:01:53 drwxrwxr-x 9 1001 1001 4096 Dec 31 06:01 . 06:01:53 drwxr-xr-x 4 root root 4096 Dec 31 05:57 .. 06:01:53 -rw-rw-r-- 1 1001 1001 11 Dec 31 05:55 .dockerignore 06:01:53 drwxrwxr-x 8 1001 1001 4096 Dec 31 05:55 .git 06:01:53 drwxrwxr-x 3 1001 1001 4096 Dec 31 05:55 .github 06:01:53 -rw-rw-r-- 1 1001 1001 824 Dec 31 05:55 .gitignore 06:01:53 -rw-rw-r-- 1 1001 1001 166 Dec 31 05:55 .sonarcloud.properties 06:01:53 -rw-rw-r-- 1 1001 1001 3804 Dec 31 05:55 CONTRIBUTING.md 06:01:53 -rw-rw-r-- 1 1001 1001 1035 Dec 31 05:55 Dockerfile.build 06:01:53 -rw-rw-r-- 1 1001 1001 863 Dec 31 05:55 Jenkinsfile 06:01:53 -rw-rw-r-- 1 1001 1001 10775 Dec 31 05:55 LICENSE 06:01:53 -rw-rw-r-- 1 1001 1001 5750 Dec 31 05:55 Makefile 06:01:53 -rw-rw-r-- 1 1001 1001 6511 Dec 31 05:55 README.md 06:01:53 -rw-rw-r-- 1 1001 1001 6744 Dec 31 05:55 SECURITY.md 06:01:53 -rw-rw-r-- 1 1001 1001 5 Dec 31 05:52 VERSION 06:01:53 -rw-rw-r-- 1 1001 1001 4131 Dec 31 05:55 ZMQWindows.md 06:01:53 drwxrwxr-x 2 1001 1001 4096 Dec 31 05:55 bin 06:01:53 drwxrwxr-x 14 1001 1001 4096 Dec 31 05:55 cmd 06:01:53 -rw-r--r-- 1 root root 537189 Dec 31 06:00 coverage.out 06:01:53 -rw-r--r-- 1 root root 979 Dec 31 06:01 go.mod 06:01:53 -rw-r--r-- 1 root root 18849 Dec 31 06:01 go.sum 06:01:53 drwxrwxr-x 8 1001 1001 4096 Dec 31 05:55 internal 06:01:53 drwxrwxr-x 4 1001 1001 4096 Dec 31 05:55 openapi 06:01:53 drwxrwxr-x 4 1001 1001 4096 Dec 31 05:55 snap 06:01:53 -rw-rw-r-- 1 1001 1001 168 Dec 31 05:55 version.go [Pipeline] sh 06:01:54 + '[' -e coverage.out ] 06:01:54 + chown 1001:1001 coverage.out [Pipeline] stash 06:01:54 Warning: overwriting stash ‘coverage-report’ 06:01:55 Stashed 1 file(s) [Pipeline] sh 06:01:56 + make build 06:01:56 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 06:02:02 Running on prd-ubuntu18.04-docker-8c-8g-17894 in /w/workspace/edgexfoundry_edgex-go_PR-2980 [Pipeline] { [Pipeline] ws 06:02:02 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 06:02:04 using credential edgex-jenkins-ssh 06:02:05 Cloning the remote Git repository 06:02:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:02:05 > git init /w/workspace/edgex-go/1 # timeout=10 06:02:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:02:05 > git --version # timeout=10 06:02:05 > git --version # 'git version 2.17.1' 06:02:05 using GIT_SSH to set credentials SSH Credentials for GitHub 06:02:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:02:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:02:23 Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit e2f90577c7b55940360c90d9f720bbb24f4e7146 06:02:23 Merge succeeded, producing e2f90577c7b55940360c90d9f720bbb24f4e7146 06:02:23 Checking out Revision e2f90577c7b55940360c90d9f720bbb24f4e7146 (PR-2980) 06:02:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:02:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:02:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:02:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:02:23 using GIT_SSH to set credentials SSH Credentials for GitHub 06:02:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2980/head:refs/remotes/origin/PR-2980 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:02:23 > git config core.sparsecheckout # timeout=10 06:02:23 > git checkout -f e2f90577c7b55940360c90d9f720bbb24f4e7146 # timeout=10 06:02:23 > git remote # timeout=10 06:02:23 > git config --get remote.origin.url # timeout=10 06:02:23 using GIT_SSH to set credentials SSH Credentials for GitHub 06:02:23 > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 06:02:23 > git rev-parse HEAD^{commit} # timeout=10 06:02:23 > git config core.sparsecheckout # timeout=10 06:02:23 > git checkout -f e2f90577c7b55940360c90d9f720bbb24f4e7146 # timeout=10 06:02:27 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" 06:02:27 > git --version # timeout=10 06:02:27 > git --version # 'git version 2.17.1' 06:02:27 fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:02:29 + echo snap-build.sh 06:02:29 snap-build.sh 06:02:29 + SNAP_BASE_DIR=. 06:02:29 + '[' '!' -z /w/workspace/edgex-go/1 ']' 06:02:29 + SNAP_BASE_DIR=/w/workspace/edgex-go/1 06:02:29 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' 06:02:29 [snap-build] Building snap in dir [/w/workspace/edgex-go/1] 06:02:29 + cd /w/workspace/edgex-go/1 06:02:29 + sudo apt-get remove -qy --purge lxd lxd-client 06:02:29 Reading package lists... 06:02:29 Building dependency tree... 06:02:29 Reading state information... 06:02:29 The following packages were automatically installed and are no longer required: 06:02:29 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 06:02:29 uidmap xdelta3 06:02:29 Use 'sudo apt autoremove' to remove them. 06:02:29 The following packages will be REMOVED: 06:02:29 lxd* lxd-client* 06:02:29 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 06:02:29 After this operation, 31.7 MB disk space will be freed. 06:02:30 (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.) 06:02:30 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 06:02:31 Removing lxd dnsmasq configuration 06:02:31 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 06:02:32 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 06:02:33 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 06:02:33 (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.) 06:02:33 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 06:02:34 Processing triggers for systemd (237-3ubuntu10.42) ... 06:02:34 Processing triggers for ureadahead (0.100.0-21) ... 06:02:35 + sudo snap remove --purge lxd 06:02:36 snap "lxd" is not installed 06:02:36 + sudo groupadd --force --system lxd 06:02:36 ++ whoami 06:02:36 + sudo /usr/sbin/usermod -G lxd -a jenkins 06:02:36 + newgrp - lxd 06:02:36 + sudo snap install lxd 06:02:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 06:02:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:02:46 2020-12-31T06:02:42Z INFO Waiting for automatic snapd restart... 06:02:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:02:49 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 06:02:54 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 06:02:56 lxd 4.9 from Canonical* installed 06:02:56 + sudo lxd init --auto 06:03:00 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 06:03:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:03:06 + sudo snap install --classic snapcraft 06:03:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:03:10 snapcraft 4.4.4 from Canonical* installed 06:03:10 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 06:03:10 + patch --verbose -p1 06:03:10 Hmm... Looks like a unified diff to me... 06:03:10 The text leading up to this was: 06:03:10 -------------------------- 06:03:10 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 06:03:10 |From: Tony Espy 06:03:10 |Date: Wed, 16 Dec 2020 16:34:55 -0500 06:03:10 |Subject: [PATCH] optimize snap build for pipeline CI check 06:03:10 | 06:03:10 |This patch is used by the EdgeX CI pipeline builds to 06:03:10 |optimize the snap CI check run for pull requests. When 06:03:10 |applied, it essentially strips out everything (apps and 06:03:10 |parts) from the snapcraft.yaml file except those required 06:03:10 |to build edgex-go, as the whole idea of the CI check is to 06:03:10 |catch changes to edgex-go that break the snap build. 06:03:10 | 06:03:10 |In general, anyone updating snapcraft.yaml will also need 06:03:10 |to update this patch file, otherwise it may fail to apply, 06:03:10 |resulting in a failed snap build CI check in the associated 06:03:10 |pull request. 06:03:10 | 06:03:10 |Note - in addition to applying this patch, the pipeline also 06:03:10 |only primes the snap (e.g. `snapcraft prime`), as there's no 06:03:10 |need to build the finally binary .snap file (and it won't 06:03:10 |work with the patch applied). This further reduces the build 06:03:10 |time. 06:03:10 |--- 06:03:10 | snap/snapcraft.yaml | 461 +------------------------------------------- 06:03:10 | 1 file changed, 2 insertions(+), 459 deletions(-) 06:03:10 | 06:03:10 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 06:03:10 |index 1e537489..faf42425 100644 06:03:10 |--- a/snap/snapcraft.yaml 06:03:10 |+++ b/snap/snapcraft.yaml 06:03:10 -------------------------- 06:03:10 patching file snap/snapcraft.yaml 06:03:10 Using Plan A... 06:03:10 Hunk #1 succeeded at 73. 06:03:10 Hunk #2 succeeded at 202. 06:03:10 Hunk #3 succeeded at 214. 06:03:10 Hunk #4 succeeded at 222. 06:03:10 Hunk #5 succeeded at 229. 06:03:10 Hunk #6 succeeded at 256. 06:03:10 Hunk #7 succeeded at 290. 06:03:10 Hunk #8 succeeded at 341. 06:03:10 Hmm... Ignoring the trailing garbage. 06:03:10 done 06:03:10 + sudo snapcraft prime --use-lxd 06:03:11 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 06:03:11 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: 06:03:11 - README.md 06:03:11 06:03:11 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 06:03:11 Launching a container. 06:03:12 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 06:03:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 06:03:21 $ docker stop --time=1 d6613c8d4a8ab7567afa989b32a0dbc8d16f62179cccd24fc9cee6306f65bea0 06:03:24 Waiting for container to be ready 06:03:24 To start your first instance, try: lxc launch ubuntu:18.04 06:03:24 06:03:24 $ docker rm -f d6613c8d4a8ab7567afa989b32a0dbc8d16f62179cccd24fc9cee6306f65bea0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:03:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:03:26 06:03:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:03:27 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 06:03:27 Waiting for network to be ready... 06:03:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:03:27 latest: Pulling from edgex-devops/edgex-compose-arm64 06:03:27 29e5d40040c1: Pulling fs layer 06:03:27 1ce36da41761: Pulling fs layer 06:03:27 25b303627fd3: Pulling fs layer 06:03:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:03:28 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 06:03:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 06:03:28 29e5d40040c1: Download complete 06:03:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 06:03:28 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 06:03:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 06:03:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 06:03:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 06:03:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 06:03:28 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 06:03:28 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 06:03:28 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 06:03:29 1ce36da41761: Verifying Checksum 06:03:29 1ce36da41761: Download complete 06:03:29 29e5d40040c1: Pull complete 06:03:29 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 06:03:29 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 06:03:29 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 06:03:29 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 06:03:29 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 06:03:29 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 06:03:30 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 06:03:30 1ce36da41761: Pull complete 06:03:30 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 06:03:30 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 06:03:30 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 06:03:30 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 06:03:30 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 06:03:30 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 06:03:30 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 06:03:30 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 06:03:30 25b303627fd3: Verifying Checksum 06:03:30 25b303627fd3: Download complete 06:03:32 Fetched 23.5 MB in 5s (4864 kB/s) 06:03:33 Reading package lists... 06:03:33 Reading package lists... 06:03:33 Building dependency tree... 06:03:33 Reading state information... 06:03:33 The following additional packages will be installed: 06:03:33 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 06:03:33 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 06:03:33 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 06:03:33 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 06:03:33 Suggested packages: 06:03:33 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 06:03:33 Recommended packages: 06:03:33 gnupg libsasl2-modules 06:03:33 The following NEW packages will be installed: 06:03:33 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 06:03:33 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 06:03:33 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 06:03:33 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 06:03:33 The following packages will be upgraded: 06:03:33 gpg gpg-agent gpgconf libudev1 06:03:34 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 06:03:34 Need to get 3531 kB of archives. 06:03:34 After this operation, 13.3 MB of additional disk space will be used. 06:03:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 06:03:34 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 06:03:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 06:03:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 06:03:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 06:03:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 06:03:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 06:03:34 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 06:03:34 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 06:03:34 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 06:03:34 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 06:03:34 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 06:03:34 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 06:03:34 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 06:03:34 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 06:03:34 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 06:03:34 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 06:03:34 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 06:03:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 06:03:34 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 06:03:34 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 06:03:34 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 06:03:34 debconf: delaying package configuration, since apt-utils is not installed 06:03:35 Fetched 3531 kB in 1s (3493 kB/s) 06:03:35 (Reading database ... 12511 files and directories currently installed.) 06:03:35 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 06:03:35 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 06:03:35 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 06:03:35 Selecting previously unselected package udev. 06:03:35 (Reading database ... 12511 files and directories currently installed.) 06:03:35 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 06:03:35 Unpacking udev (237-3ubuntu10.43) ... 06:03:35 Selecting previously unselected package libfuse2:amd64. 06:03:35 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 06:03:35 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 06:03:35 Selecting previously unselected package fuse. 06:03:35 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 06:03:35 Unpacking fuse (2.9.7-1ubuntu1) ... 06:03:36 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 06:03:36 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:03:36 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 06:03:36 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:03:36 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 06:03:36 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:03:36 Selecting previously unselected package libksba8:amd64. 06:03:36 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 06:03:36 Unpacking libksba8:amd64 (1.3.5-2) ... 06:03:36 Selecting previously unselected package libroken18-heimdal:amd64. 06:03:36 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:03:36 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 06:03:36 Selecting previously unselected package libasn1-8-heimdal:amd64. 06:03:36 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:03:36 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 06:03:36 Selecting previously unselected package libheimbase1-heimdal:amd64. 06:03:36 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:03:36 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 06:03:36 Selecting previously unselected package libhcrypto4-heimdal:amd64. 06:03:36 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:03:37 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 06:03:37 Selecting previously unselected package libwind0-heimdal:amd64. 06:03:37 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:03:37 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:03:37 Selecting previously unselected package libhx509-5-heimdal:amd64. 06:03:37 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:03:37 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 06:03:37 Selecting previously unselected package libkrb5-26-heimdal:amd64. 06:03:37 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:03:37 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 06:03:37 Selecting previously unselected package libheimntlm0-heimdal:amd64. 06:03:37 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:03:37 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:03:37 Selecting previously unselected package libgssapi3-heimdal:amd64. 06:03:37 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:03:37 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 06:03:37 Selecting previously unselected package libsasl2-modules-db:amd64. 06:03:37 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 06:03:37 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 06:03:37 Selecting previously unselected package libsasl2-2:amd64. 06:03:37 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 06:03:37 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 06:03:37 Selecting previously unselected package libldap-common. 06:03:37 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 06:03:37 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 06:03:38 Selecting previously unselected package libldap-2.4-2:amd64. 06:03:38 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 06:03:38 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 06:03:38 Selecting previously unselected package dirmngr. 06:03:38 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 06:03:38 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 06:03:38 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 06:03:38 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 06:03:38 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 06:03:38 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 06:03:38 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 06:03:38 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 06:03:38 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 06:03:38 Setting up libksba8:amd64 (1.3.5-2) ... 06:03:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:03:38 Setting up udev (237-3ubuntu10.43) ... 06:03:38 invoke-rc.d: policy-rc.d denied execution of start. 06:03:39 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 06:03:39 Processing triggers for systemd (237-3ubuntu10) ... 06:03:39 Setting up fuse (2.9.7-1ubuntu1) ... 06:03:39 Setting up gpg (2.2.4-1ubuntu1.3) ... 06:03:39 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:03:39 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 06:03:39 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 06:03:39 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 06:03:39 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 06:03:39 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:03:39 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 06:03:39 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 06:03:39 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 06:03:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:03:39 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 06:03:39 settings in the [Install] section, and DefaultInstance for template units). 06:03:39 This means they are not meant to be enabled using systemctl. 06:03:39 Possible reasons for having this kind of units are: 06:03:39 1) A unit may be statically enabled by being symlinked from another unit's 06:03:39 .wants/ or .requires/ directory. 06:03:39 2) A unit's purpose may be to act as a helper for some other unit which has 06:03:39 a requirement dependency on it. 06:03:39 3) A unit may be started when needed via activation (socket, path, timer, 06:03:39 D-Bus, udev, scripted systemctl call, ...). 06:03:39 4) In case of template units, the unit is meant to be enabled with some 06:03:39 instance name specified. 06:03:40 Reading package lists... 06:03:40 Building dependency tree... 06:03:40 Reading state information... 06:03:40 The following additional packages will be installed: 06:03:40 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 06:03:40 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 06:03:40 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 06:03:40 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 06:03:40 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 06:03:40 Suggested packages: 06:03:40 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 06:03:40 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 06:03:40 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 06:03:40 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 06:03:40 systemd-container policykit-1 06:03:40 Recommended packages: 06:03:40 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 06:03:40 The following NEW packages will be installed: 06:03:40 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 06:03:40 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 06:03:40 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 06:03:40 multiarch-support openssh-client python3 python3-minimal python3.6 06:03:40 python3.6-minimal snapd squashfs-tools sudo 06:03:40 The following packages will be upgraded: 06:03:40 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 06:03:40 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 06:03:40 Need to get 35.2 MB of archives. 06:03:40 After this operation, 141 MB of additional disk space will be used. 06:03:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 06:03:40 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 06:03:41 25b303627fd3: Pull complete 06:03:41 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:03:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:03:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 06:03:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 06:03:41 prd-ubuntu18.04-docker-arm64-4c-16g-17886 does not seem to be running inside a container 06:03:41 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:03:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 06:03:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 06:03:41 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 06:03:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 06:03:41 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 06:03:41 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 06:03:41 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 06:03:41 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 06:03:41 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 06:03:41 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 06:03:41 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 06:03:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 06:03:41 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 06:03:41 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 06:03:41 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 06:03:41 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 06:03:41 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 06:03:41 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 06:03:41 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 06:03:41 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 06:03:41 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 06:03:41 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 06:03:41 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 06:03:41 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 06:03:41 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 06:03:41 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 06:03:42 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 06:03:43 debconf: delaying package configuration, since apt-utils is not installed 06:03:43 Fetched 35.2 MB in 2s (14.9 MB/s) 06:03:43 (Reading database ... 12757 files and directories currently installed.) 06:03:43 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 06:03:43 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 06:03:43 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 06:03:43 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 06:03:43 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 06:03:44 (Reading database ... 12757 files and directories currently installed.) 06:03:44 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 06:03:44 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 06:03:44 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 06:03:44 (Reading database ... 12757 files and directories currently installed.) 06:03:44 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 06:03:44 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 06:03:44 Setting up apt (1.6.12ubuntu0.2) ... 06:03:44 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 06:03:45 $ docker top 1cc1d4c957fa021dcb2ab5d5aaa5ef40af854a58e5d0adf33ea94556d7014197 -eo pid,comm 06:03:45 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 06:03:45 (Reading database ... 12764 files and directories currently installed.) 06:03:45 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 06:03:45 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 06:03:45 Selecting previously unselected package libpython3.6-minimal:amd64. 06:03:45 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:03:45 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] { 06:03:45 Selecting previously unselected package libexpat1:amd64. 06:03:45 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 06:03:45 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 06:03:45 Selecting previously unselected package python3.6-minimal. 06:03:45 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:03:45 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] sh 06:03:46 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 06:03:46 Checking for services that may need to be restarted...done. 06:03:46 Checking for services that may need to be restarted...done. 06:03:46 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:03:46 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 06:03:46 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 06:03:46 + docker-compose build --help 06:03:46 + grep parallel 06:03:47 Selecting previously unselected package python3-minimal. 06:03:47 (Reading database ... 13012 files and directories currently installed.) 06:03:47 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 06:03:47 Unpacking python3-minimal (3.6.7-1~18.04) ... 06:03:47 Selecting previously unselected package mime-support. 06:03:47 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 06:03:47 Unpacking mime-support (3.60ubuntu1) ... 06:03:47 Selecting previously unselected package libmpdec2:amd64. 06:03:47 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 06:03:47 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 06:03:47 Selecting previously unselected package libpython3.6-stdlib:amd64. 06:03:47 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:03:47 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:03:47 Selecting previously unselected package python3.6. 06:03:47 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:03:47 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 06:03:47 Selecting previously unselected package libpython3-stdlib:amd64. 06:03:47 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 06:03:47 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 06:03:47 Setting up python3-minimal (3.6.7-1~18.04) ... 06:03:48 Selecting previously unselected package python3. 06:03:48 (Reading database ... 13442 files and directories currently installed.) 06:03:48 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 06:03:48 Unpacking python3 (3.6.7-1~18.04) ... 06:03:48 Selecting previously unselected package multiarch-support. 06:03:48 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 06:03:48 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 06:03:48 Setting up multiarch-support (2.27-3ubuntu1.4) ... 06:03:48 Selecting previously unselected package liblzo2-2:amd64. 06:03:48 (Reading database ... 13479 files and directories currently installed.) 06:03:48 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 06:03:48 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 06:03:48 Selecting previously unselected package libbsd0:amd64. 06:03:48 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 06:03:48 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 06:03:48 Selecting previously unselected package sudo. 06:03:48 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 06:03:48 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 06:03:48 Selecting previously unselected package apparmor. 06:03:48 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 06:03:48 Unpacking apparmor (2.12-4ubuntu5.1) ... 06:03:49 Selecting previously unselected package libedit2:amd64. 06:03:49 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 06:03:49 Unpacking libedit2:amd64 (3.1-20170329-1) ... 06:03:49 Selecting previously unselected package libkrb5support0:amd64. 06:03:49 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 06:03:49 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 06:03:49 Selecting previously unselected package libk5crypto3:amd64. 06:03:49 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 06:03:49 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 06:03:49 Selecting previously unselected package libkeyutils1:amd64. 06:03:49 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 06:03:49 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 06:03:49 Selecting previously unselected package libkrb5-3:amd64. 06:03:49 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 06:03:49 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 06:03:50 Selecting previously unselected package libgssapi-krb5-2:amd64. 06:03:50 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 06:03:50 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 06:03:50 Selecting previously unselected package libssl1.0.0:amd64. 06:03:50 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 06:03:50 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 06:03:50 Selecting previously unselected package openssh-client. 06:03:50 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 06:03:50 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 06:03:50 Selecting previously unselected package squashfs-tools. 06:03:50 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 06:03:50 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 06:03:50 Selecting previously unselected package snapd. 06:03:50 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 06:03:50 Unpacking snapd (2.48+18.04) ... 06:03:50 --parallel Build images in parallel. [Pipeline] } 06:03:50 $ docker stop --time=1 1cc1d4c957fa021dcb2ab5d5aaa5ef40af854a58e5d0adf33ea94556d7014197 06:03:52 $ docker rm -f 1cc1d4c957fa021dcb2ab5d5aaa5ef40af854a58e5d0adf33ea94556d7014197 [Pipeline] // withDockerContainer [Pipeline] writeFile 06:03:53 Setting up libedit2:amd64 (3.1-20170329-1) ... 06:03:53 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 06:03:53 Setting up mime-support (3.60ubuntu1) ... 06:03:53 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 06:03:53 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 06:03:53 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 06:03:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:03:53 Setting up systemd (237-3ubuntu10.43) ... 06:03:53 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:03:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:03:53 . [Pipeline] withDockerContainer 06:03:54 prd-ubuntu18.04-docker-arm64-4c-16g-17886 does not seem to be running inside a container 06:03:54 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:03:54 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 06:03:54 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 06:03:54 Setting up liblzo2-2:amd64 (2.08-1.2) ... 06:03:54 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:03:54 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 06:03:54 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 06:03:54 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 06:03:54 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 06:03:54 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 06:03:54 Setting up python3 (3.6.7-1~18.04) ... 06:03:54 running python rtupdate hooks for python3.6... 06:03:54 running python post-rtupdate hooks for python3.6... 06:03:55 Setting up apparmor (2.12-4ubuntu5.1) ... 06:03:55 $ docker top a2199837f90509c8fc68574c58c86a2ae4955bb53be8cb7df1d4b9679711c810 -eo pid,comm [Pipeline] { [Pipeline] sh 06:03:56 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 06:03:56 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 06:03:56 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 06:03:56 Setting up snapd (2.48+18.04) ... 06:03:56 + docker-compose -f ./docker-compose-build.yml build --parallel 06:03:57 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 06:03:57 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 06:03:57 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 06:03:57 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 06:03:57 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 06:03:57 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 06:03:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 06:03:58 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 06:03:58 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 06:03:58 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 06:03:58 /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' 06:03:58 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:03:58 Processing triggers for systemd (237-3ubuntu10.43) ... 06:03:59 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 06:03:59 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 06:04:00 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:04:00 Reading package lists... 06:04:01 Reading package lists... 06:04:01 Building dependency tree... 06:04:01 Reading state information... 06:04:01 Calculating upgrade... 06:04:01 The following packages will be upgraded: 06:04:01 advancecomp base-files bash binutils binutils-common 06:04:01 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 06:04:01 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 06:04:01 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 06:04:01 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 06:04:01 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 06:04:01 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 06:04:01 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 06:04:01 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 06:04:01 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 06:04:01 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 06:04:01 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 06:04:01 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 06:04:01 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 06:04:02 Building docker-core-command-go ... 06:04:02 Building docker-core-data-go ... 06:04:02 Building docker-core-metadata-go ... 06:04:02 Building docker-security-bootstrap-redis-go ... 06:04:02 Building docker-security-proxy-setup-go ... 06:04:02 Building docker-security-secretstore-setup-go ... 06:04:02 Building docker-support-notifications-go ... 06:04:02 Building docker-support-scheduler-go ... 06:04:02 Building docker-sys-mgmt-agent-go ... 06:04:02 Building docker-sys-mgmt-agent-go 06:04:02 Building docker-support-scheduler-go 06:04:02 Building docker-security-proxy-setup-go 06:04:02 Building docker-security-secretstore-setup-go 06:04:02 Building docker-core-command-go 06:04:02 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 06:04:02 Need to get 63.5 MB of archives. 06:04:02 After this operation, 5191 kB of additional disk space will be used. 06:04:02 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 06:04:02 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 06:04:02 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 06:04:02 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 06:04:02 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 06:04:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 06:04:02 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 06:04:02 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 06:04:02 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 06:04:02 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 06:04:02 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 06:04:02 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 06:04:02 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 06:04:02 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 06:04:02 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 06:04:02 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 06:04:02 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 06:04:03 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 06:04:03 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 06:04:03 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 06:04:03 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 06:04:03 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 06:04:03 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 06:04:03 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 06:04:03 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 06:04:03 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 06:04:03 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 06:04:03 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 06:04:03 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 06:04:03 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 06:04:03 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 06:04:03 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 06:04:03 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 06:04:03 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 06:04:03 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 06:04:03 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 06:04:03 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 06:04:03 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 06:04:03 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 06:04:03 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 06:04:03 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 06:04:03 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 06:04:03 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 06:04:03 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 06:04:03 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 06:04:03 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 06:04:03 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 06:04:03 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 06:04:03 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 06:04:03 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 06:04:03 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 06:04:03 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 06:04:03 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 06:04:03 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 06:04:03 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 06:04:03 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 06:04:03 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 06:04:03 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 06:04:03 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 06:04:03 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 06:04:03 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 06:04:03 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 06:04:03 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 06:04:03 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 06:04:03 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 06:04:03 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 06:04:03 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 06:04:03 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 06:04:03 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 06:04:03 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 06:04:03 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 06:04:03 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 06:04:03 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 06:04:03 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 06:04:03 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 06:04:03 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 06:04:03 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 06:04:03 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 06:04:03 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 06:04:03 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 06:04:03 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 06:04:03 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 06:04:03 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 06:04:04 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 06:04:04 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 06:04:04 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 06:04:04 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 06:04:04 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 06:04:05 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 06:04:05 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 06:04:05 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 06:04:05 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 06:04:05 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 06:04:05 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 06:04:05 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 06:04:05 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 06:04:05 debconf: delaying package configuration, since apt-utils is not installed 06:04:05 Fetched 63.5 MB in 4s (17.9 MB/s) 06:04:05 (Reading database ... 13912 files and directories currently installed.) 06:04:05 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 06:04:05 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:04:06 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 06:04:06 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:04:06 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 06:04:06 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 06:04:07 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:04:07 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:04:07 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:04:07 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:04:07 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:04:07 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:04:07 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:04:07 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:04:07 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:04:07 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:04:08 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:04:08 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:04:08 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:04:08 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:04:08 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 06:04:08 (Reading database ... 13911 files and directories currently installed.) 06:04:08 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 06:04:08 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 06:04:08 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 06:04:08 (Reading database ... 13911 files and directories currently installed.) 06:04:08 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:04:08 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:04:08 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:04:08 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:04:09 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:04:09 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:04:09 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 06:04:09 (Reading database ... 13911 files and directories currently installed.) 06:04:09 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 06:04:09 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:04:10 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 06:04:10 (Reading database ... 13911 files and directories currently installed.) 06:04:10 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 06:04:10 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 06:04:10 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 06:04:10 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 06:04:10 Setting up base-files (10.1ubuntu2.10) ... 06:04:10 Installing new version of config file /etc/issue ... 06:04:10 Installing new version of config file /etc/issue.net ... 06:04:10 Installing new version of config file /etc/lsb-release ... 06:04:10 Installing new version of config file /etc/update-motd.d/50-motd-news ... 06:04:10 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 06:04:11 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 06:04:11 Removing obsolete conffile /etc/default/motd-news ... 06:04:11 (Reading database ... 13912 files and directories currently installed.) 06:04:11 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 06:04:11 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 06:04:11 Setting up bash (4.4.18-2ubuntu1.2) ... 06:04:11 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 06:04:11 (Reading database ... 13912 files and directories currently installed.) 06:04:11 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 06:04:11 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 06:04:11 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 06:04:11 (Reading database ... 13912 files and directories currently installed.) 06:04:11 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 06:04:11 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 06:04:11 Setting up tar (1.29b-2ubuntu0.1) ... 06:04:12 (Reading database ... 13912 files and directories currently installed.) 06:04:12 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 06:04:12 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:04:12 Setting up dpkg (1.19.0.5ubuntu2.3) ... 06:04:12 (Reading database ... 13912 files and directories currently installed.) 06:04:12 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 06:04:12 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:04:12 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 06:04:12 (Reading database ... 13912 files and directories currently installed.) 06:04:12 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 06:04:12 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:04:12 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 06:04:12 (Reading database ... 13912 files and directories currently installed.) 06:04:12 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 06:04:12 Unpacking grep (3.1-2build1) over (3.1-2) ... 06:04:12 Setting up grep (3.1-2build1) ... 06:04:13 (Reading database ... 13912 files and directories currently installed.) 06:04:13 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 06:04:13 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 06:04:13 Setting up login (1:4.5-1ubuntu2) ... 06:04:13 (Reading database ... 13912 files and directories currently installed.) 06:04:13 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 06:04:13 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:04:13 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 06:04:13 (Reading database ... 13912 files and directories currently installed.) 06:04:13 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 06:04:13 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:04:14 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 06:04:14 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:04:14 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 06:04:14 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:04:14 Setting up perl-base (5.26.1-6ubuntu0.5) ... 06:04:14 (Reading database ... 13912 files and directories currently installed.) 06:04:14 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 06:04:14 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:04:16 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 06:04:16 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 06:04:16 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 06:04:16 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 06:04:16 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 06:04:16 (Reading database ... 13912 files and directories currently installed.) 06:04:16 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 06:04:16 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 06:04:16 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 06:04:16 (Reading database ... 13912 files and directories currently installed.) 06:04:16 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:04:16 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:04:16 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:04:17 (Reading database ... 13912 files and directories currently installed.) 06:04:17 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:04:17 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:04:17 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:04:17 (Reading database ... 13912 files and directories currently installed.) 06:04:17 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:04:17 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:04:17 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:04:17 (Reading database ... 13912 files and directories currently installed.) 06:04:17 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:04:17 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:04:17 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:04:17 (Reading database ... 13912 files and directories currently installed.) 06:04:17 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 06:04:17 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:04:17 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 06:04:17 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:04:18 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 06:04:18 (Reading database ... 13912 files and directories currently installed.) 06:04:18 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 06:04:18 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:04:18 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 06:04:18 (Reading database ... 13912 files and directories currently installed.) 06:04:18 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:04:18 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:04:18 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:04:18 (Reading database ... 13912 files and directories currently installed.) 06:04:18 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:04:18 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:04:18 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 06:04:18 (Reading database ... 13912 files and directories currently installed.) 06:04:18 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:04:19 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:04:19 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 06:04:20 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 06:04:20 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 06:04:20 (Reading database ... 13912 files and directories currently installed.) 06:04:20 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 06:04:20 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:04:20 Setting up libc-bin (2.27-3ubuntu1.4) ... 06:04:20 (Reading database ... 13912 files and directories currently installed.) 06:04:20 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 06:04:20 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:04:20 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 06:04:21 (Reading database ... 13914 files and directories currently installed.) 06:04:21 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 06:04:21 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 06:04:21 Setting up debconf (1.5.66ubuntu1) ... 06:04:21 (Reading database ... 13914 files and directories currently installed.) 06:04:21 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:04:21 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:04:21 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 06:04:21 (Reading database ... 13914 files and directories currently installed.) 06:04:21 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:04:21 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:04:21 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 06:04:22 (Reading database ... 13914 files and directories currently installed.) 06:04:22 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:04:22 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:04:22 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 06:04:22 (Reading database ... 13914 files and directories currently installed.) 06:04:22 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:04:22 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:04:22 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 06:04:22 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 06:04:22 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 06:04:22 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:04:22 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 06:04:23 (Reading database ... 13914 files and directories currently installed.) 06:04:23 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 06:04:23 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 06:04:23 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 06:04:23 (Reading database ... 13914 files and directories currently installed.) 06:04:23 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 06:04:23 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:04:23 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 06:04:24 (Reading database ... 13914 files and directories currently installed.) 06:04:24 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 06:04:24 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:04:24 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 06:04:24 (Reading database ... 13914 files and directories currently installed.) 06:04:24 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 06:04:24 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 06:04:24 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 06:04:24 (Reading database ... 13914 files and directories currently installed.) 06:04:24 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 06:04:24 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 06:04:24 Setting up passwd (1:4.5-1ubuntu2) ... 06:04:25 (Reading database ... 13914 files and directories currently installed.) 06:04:25 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 06:04:25 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:04:25 Setting up gpgv (2.2.4-1ubuntu1.3) ... 06:04:25 (Reading database ... 13914 files and directories currently installed.) 06:04:25 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 06:04:25 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 06:04:25 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 06:04:25 (Reading database ... 13914 files and directories currently installed.) 06:04:25 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 06:04:25 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 06:04:25 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 06:04:25 (Reading database ... 13914 files and directories currently installed.) 06:04:25 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 06:04:25 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 06:04:26 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 06:04:26 (Reading database ... 13914 files and directories currently installed.) 06:04:26 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 06:04:26 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 06:04:26 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 06:04:26 (Reading database ... 13914 files and directories currently installed.) 06:04:26 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 06:04:26 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 06:04:26 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 06:04:26 (Reading database ... 13915 files and directories currently installed.) 06:04:26 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 06:04:26 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 06:04:26 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 06:04:26 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 06:04:27 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 06:04:27 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 06:04:27 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 06:04:27 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 06:04:27 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 06:04:27 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 06:04:27 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 06:04:27 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 06:04:27 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 06:04:27 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 06:04:27 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 06:04:27 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 06:04:28 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 06:04:28 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 06:04:28 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 06:04:28 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 06:04:28 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 06:04:28 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 06:04:28 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 06:04:28 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 06:04:29 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 06:04:29 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 06:04:29 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 06:04:30 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 06:04:30 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:04:30 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:04:30 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:04:30 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:04:30 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:04:30 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:04:30 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:04:30 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:04:30 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:04:31 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:04:31 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:04:31 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:04:31 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:04:31 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:04:31 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:04:31 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:04:32 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:04:32 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:04:33 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:04:33 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:04:34 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:04:34 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:04:34 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:04:34 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:04:35 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:04:35 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:04:35 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:04:35 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:04:35 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 06:04:35 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:04:35 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 06:04:35 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:04:35 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 06:04:35 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 06:04:36 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:04:36 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:04:36 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:04:36 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:04:36 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 06:04:36 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 06:04:36 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:04:36 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 06:04:36 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:04:36 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:04:36 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:04:36 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 06:04:36 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 06:04:36 Setting up tzdata (2020d-0ubuntu0.18.04) ... 06:04:36 06:04:36 Current default time zone: 'Etc/UTC' 06:04:36 Local time is now: Thu Dec 31 06:04:36 UTC 2020. 06:04:36 Universal Time is now: Thu Dec 31 06:04:36 UTC 2020. 06:04:36 Run 'dpkg-reconfigure tzdata' if you wish to change it. 06:04:36 06:04:36 Setting up systemd-sysv (237-3ubuntu10.43) ... 06:04:36 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:04:36 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 06:04:36 Setting up mount (2.31.1-0.4ubuntu3.7) ... 06:04:37 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 06:04:37 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 06:04:37 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 06:04:37 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 06:04:37 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 06:04:37 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 06:04:37 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:04:37 Setting up procps (2:3.3.12-3ubuntu1.2) ... 06:04:37 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 06:04:37 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 06:04:37 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 06:04:37 Setting up patch (2.7.6-2ubuntu1.1) ... 06:04:37 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 06:04:37 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 06:04:37 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 06:04:37 Installing new version of config file /etc/ssl/openssl.cnf ... 06:04:37 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 06:04:38 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 06:04:38 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 06:04:39 Updating certificates in /etc/ssl/certs... 06:04:40 22 added, 17 removed; done. 06:04:40 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 06:04:40 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:04:40 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 06:04:40 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 06:04:40 Setting up pkgbinarymangler (138.18.04.1) ... 06:04:41 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 06:04:41 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 06:04:41 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 06:04:41 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 06:04:41 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:04:41 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 06:04:41 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:04:41 Setting up perl (5.26.1-6ubuntu0.5) ... 06:04:41 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 06:04:41 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 06:04:41 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 06:04:41 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 06:04:41 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 06:04:41 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 06:04:41 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 06:04:41 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 06:04:41 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 06:04:41 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 06:04:41 Processing triggers for systemd (237-3ubuntu10.43) ... 06:04:41 Processing triggers for mime-support (3.60ubuntu1) ... 06:04:41 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 06:04:41 Updating certificates in /etc/ssl/certs... 06:04:42 0 added, 0 removed; done. 06:04:42 Running hooks in /etc/ca-certificates/update.d... 06:04:42 done. 06:04:43 Reading package lists... 06:04:43 Building dependency tree... 06:04:43 Reading state information... 06:04:43 The following NEW packages will be installed: 06:04:43 apt-transport-https 06:04:43 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 06:04:43 Need to get 1696 B of archives. 06:04:43 After this operation, 153 kB of additional disk space will be used. 06:04:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 06:04:43 debconf: delaying package configuration, since apt-utils is not installed 06:04:43 Fetched 1696 B in 0s (9451 B/s) 06:04:43 Selecting previously unselected package apt-transport-https. 06:04:43 (Reading database ... 13929 files and directories currently installed.) 06:04:43 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 06:04:43 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 06:04:43 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 06:04:44 Waiting for network to be ready... 06:04:49 2020-12-31T06:04:47Z INFO Waiting for automatic snapd restart... 06:04:49 snapd 2.48.1 from Canonical* installed 06:04:50 "snapd" switched to the "latest/stable" channel 06:04:50 06:04:53 core18 20201210 from Canonical* installed 06:04:53 "core18" switched to the "latest/stable" channel 06:04:53 06:04:56 snapcraft 4.4.4 from Canonical* installed 06:04:57 "snapcraft" switched to the "latest/stable" channel 06:04:57 06:05:01 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: 06:05:01 - README.md 06:05:01 06:05:01 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 06:05:07 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:05:07 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 06:05:07 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 06:05:07 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:05:08 Reading package lists... 06:05:08 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 06:05:10 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:05:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:05:10 ---> 69ee97d13448 06:05:10 Step 3/24 : WORKDIR /edgex-go 06:05:10 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 06:05:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:05:10 ---> 69ee97d13448 06:05:10 Step 3/21 : WORKDIR /edgex-go 06:05:10 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 06:05:10 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:05:10 ---> 69ee97d13448 06:05:10 Step 3/27 : WORKDIR /edgex-go 06:05:10 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 06:05:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:05:10 ---> 69ee97d13448 06:05:10 Step 3/21 : WORKDIR /edgex-go 06:05:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:05:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:05:10 ---> 69ee97d13448 06:05:10 Step 3/22 : WORKDIR /edgex-go 06:05:10 ---> Running in fbafd789ac81 06:05:10 ---> Running in f371a76e47f2 06:05:10 ---> Running in 49c5211530e9 06:05:10 ---> Running in 65d7eee51f82 06:05:10 ---> Running in 05e87b4b32f6 06:05:11 Removing intermediate container 05e87b4b32f6 06:05:11 ---> c5f3863f3ae6 06:05:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:05:11 Removing intermediate container 49c5211530e9 06:05:11 ---> fbc3dacfa3c8 06:05:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:05:11 Removing intermediate container f371a76e47f2 06:05:11 ---> 4f0f69e3540a 06:05:11 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:05:11 Removing intermediate container 65d7eee51f82 06:05:11 ---> 3469f5e83a71 06:05:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:05:11 Removing intermediate container fbafd789ac81 06:05:11 ---> 9646c021c9bc 06:05:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:05:11 ---> Running in 1d9977281a5b 06:05:11 ---> Running in 56f562245992 06:05:11 ---> Running in 80481b868ed5 06:05:11 ---> Running in f18a740375e8 06:05:11 ---> Running in 0bc59c2838e5 06:05:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:05:15 Reading package lists... 06:05:15 Building dependency tree... 06:05:15 Reading state information... 06:05:15 Suggested packages: 06:05:15 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 06:05:15 git-gui gitk gitweb git-cvs git-mediawiki git-svn 06:05:15 Recommended packages: 06:05:15 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 06:05:15 The following NEW packages will be installed: 06:05:15 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 06:05:15 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 06:05:15 pkg-config zip 06:05:15 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 06:05:15 Need to get 7655 kB of archives. 06:05:15 After this operation, 43.7 MB of additional disk space will be used. 06:05:15 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 06:05:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 06:05:15 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 06:05:15 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 06:05:15 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 06:05:15 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 06:05:15 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 06:05:15 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 06:05:15 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 06:05:15 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 06:05:16 Removing intermediate container 1d9977281a5b 06:05:16 ---> 3e823cef22ca 06:05:16 Step 5/22 : RUN apk update && apk add make git 06:05:16 ---> Running in a75b7c9b04b1 06:05:16 Removing intermediate container 80481b868ed5 06:05:16 ---> 8904120029df 06:05:16 Step 5/24 : RUN apk update && apk add make git 06:05:16 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 06:05:16 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 06:05:16 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 06:05:16 ---> Running in 467fc207a499 06:05:16 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 06:05:16 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 06:05:16 debconf: delaying package configuration, since apt-utils is not installed 06:05:16 Fetched 7655 kB in 1s (6817 kB/s) 06:05:16 Removing intermediate container f18a740375e8 06:05:16 ---> 6a160d9d9ff3 06:05:16 Step 5/21 : RUN apk update && apk add make git 06:05:16 Removing intermediate container 0bc59c2838e5 06:05:16 ---> a456a53a9669 06:05:16 Step 5/21 : RUN apk update && apk add make git 06:05:16 Removing intermediate container 56f562245992 06:05:16 ---> e0a591dffea4 06:05:16 Step 5/27 : RUN apk update && apk add make bash git 06:05:16 Selecting previously unselected package libglib2.0-0:amd64. 06:05:16 (Reading database ... 13933 files and directories currently installed.) 06:05:16 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 06:05:16 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 06:05:16 Selecting previously unselected package libpsl5:amd64. 06:05:16 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 06:05:16 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 06:05:16 Selecting previously unselected package libnghttp2-14:amd64. 06:05:16 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 06:05:16 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 06:05:16 Selecting previously unselected package librtmp1:amd64. 06:05:16 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 06:05:16 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 06:05:16 ---> Running in 563a74e4e042 06:05:16 ---> Running in 25ca797d2d7a 06:05:17 Selecting previously unselected package libcurl3-gnutls:amd64. 06:05:17 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 06:05:17 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 06:05:17 Selecting previously unselected package liberror-perl. 06:05:17 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 06:05:17 Unpacking liberror-perl (0.17025-1) ... 06:05:17 Selecting previously unselected package git-man. 06:05:17 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 06:05:17 ---> Running in df095567e666 06:05:17 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 06:05:17 Selecting previously unselected package git. 06:05:17 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 06:05:17 Unpacking git (1:2.17.1-1ubuntu0.7) ... 06:05:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:05:18 Selecting previously unselected package libnorm1:amd64. 06:05:18 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 06:05:18 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 06:05:18 Selecting previously unselected package libpgm-5.2-0:amd64. 06:05:18 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 06:05:18 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 06:05:18 Selecting previously unselected package libsodium23:amd64. 06:05:18 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 06:05:18 Unpacking libsodium23:amd64 (1.0.16-2) ... 06:05:18 Selecting previously unselected package libzmq5:amd64. 06:05:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:05:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:05:18 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 06:05:18 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 06:05:18 Selecting previously unselected package libzmq3-dev:amd64. 06:05:18 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 06:05:18 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 06:05:18 Selecting previously unselected package pkg-config. 06:05:18 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 06:05:18 Unpacking pkg-config (0.29.1-0ubuntu2) ... 06:05:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:05:18 Selecting previously unselected package zip. 06:05:18 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 06:05:18 Unpacking zip (3.0-11build1) ... 06:05:18 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 06:05:18 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 06:05:18 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 06:05:18 Setting up liberror-perl (0.17025-1) ... 06:05:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:05:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:05:19 Setting up libpsl5:amd64 (0.19.1-5build1) ... 06:05:19 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 06:05:19 No schema files found: doing nothing. 06:05:19 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 06:05:19 Setting up zip (3.0-11build1) ... 06:05:19 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 06:05:19 Setting up libsodium23:amd64 (1.0.16-2) ... 06:05:19 Setting up pkg-config (0.29.1-0ubuntu2) ... 06:05:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:05:19 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 06:05:19 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 06:05:19 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 06:05:19 Setting up git (1:2.17.1-1ubuntu0.7) ... 06:05:19 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 06:05:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:05:19 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:05:19 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 06:05:19 OK: 12620 distinct packages available 06:05:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:05:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:05:20 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:05:20 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 06:05:20 OK: 12620 distinct packages available 06:05:20 OK: 217 MiB in 51 packages 06:05:20 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:05:20 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 06:05:20 OK: 12620 distinct packages available 06:05:20 OK: 217 MiB in 51 packages 06:05:21 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:05:21 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 06:05:21 OK: 12620 distinct packages available 06:05:21 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:05:21 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 06:05:21 OK: 12620 distinct packages available 06:05:21 OK: 217 MiB in 51 packages 06:05:22 OK: 217 MiB in 51 packages 06:05:22 OK: 217 MiB in 51 packages 06:05:23 Removing intermediate container a75b7c9b04b1 06:05:23 ---> e310722a3504 06:05:23 Step 6/22 : COPY go.mod . 06:05:23 Removing intermediate container 467fc207a499 06:05:23 ---> adc9e349e355 06:05:23 Step 6/24 : COPY go.mod . 06:05:23 Removing intermediate container 563a74e4e042 06:05:23 ---> 1c89d7dbdbb1 06:05:23 Step 6/27 : COPY go.mod . 06:05:24 Removing intermediate container 25ca797d2d7a 06:05:24 ---> 4a5bad25e67b 06:05:24 Step 6/21 : COPY go.mod . 06:05:24 Removing intermediate container df095567e666 06:05:24 ---> 587759f00b1e 06:05:24 Step 6/21 : COPY go.mod . 06:05:24 ---> 1c936e2ab07f 06:05:24 Step 7/22 : RUN go mod download 06:05:24 ---> b444df268e60 06:05:24 Step 7/24 : RUN go mod download 06:05:24 ---> Running in 88871dadff4f 06:05:24 ---> Running in 0d2778618079 06:05:25 ---> 8c2cedc70705 06:05:25 Step 7/27 : RUN go mod download 06:05:25 ---> Running in cb6db5722fb3 06:05:25 ---> 575bfe078657 06:05:25 Step 7/21 : RUN go mod download 06:05:25 ---> 0651ef42b408 06:05:25 Step 7/21 : RUN go mod download 06:05:26 ---> Running in c2249fd32844 06:05:26 ---> Running in 7172d9ab3d88 06:05:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:05:26 git set to automatically installed. 06:05:26 git-man set to automatically installed. 06:05:26 libcurl3-gnutls set to automatically installed. 06:05:26 liberror-perl set to automatically installed. 06:05:26 libglib2.0-0 set to automatically installed. 06:05:26 libnghttp2-14 set to automatically installed. 06:05:26 libnorm1 set to automatically installed. 06:05:26 libpgm-5.2-0 set to automatically installed. 06:05:26 libpsl5 set to automatically installed. 06:05:26 librtmp1 set to automatically installed. 06:05:26 libsodium23 set to automatically installed. 06:05:26 libzmq3-dev set to automatically installed. 06:05:26 libzmq5 set to automatically installed. 06:05:26 pkg-config set to automatically installed. 06:05:26 zip set to automatically installed. 06:05:27 snapd is not logged in, snap install commands will use sudo 06:05:29 Removing intermediate container 88871dadff4f 06:05:29 ---> f665916fb497 06:05:29 Step 8/22 : COPY . . 06:05:30 Removing intermediate container 0d2778618079 06:05:30 ---> 6e529afb3699 06:05:30 Step 8/24 : COPY . . 06:05:30 Removing intermediate container cb6db5722fb3 06:05:30 ---> 80fe43c7ef0b 06:05:30 Step 8/27 : COPY . . 06:05:31 Removing intermediate container c2249fd32844 06:05:31 ---> 019251fe87a6 06:05:31 Step 8/21 : COPY . . 06:05:31 Removing intermediate container 7172d9ab3d88 06:05:31 ---> 251da8303b00 06:05:31 Step 8/21 : COPY . . 06:05:34 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:05:34 snap "core18" has no updates available 06:05:35 Pulling config-common 06:05:36 Pulling go-build-helper 06:05:58 ---> 76729268b7b5 06:05:58 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:05:58 ---> 606e303350ec 06:05:58 Step 9/22 : RUN make cmd/core-command/core-command 06:05:58 ---> 0e05e9fb93ce 06:05:58 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 06:05:58 ---> 18804bef0687 06:05:58 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:05:58 ---> Running in e60aead645e5 06:05:58 ---> 26a16f4b56e9 06:05:58 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:05:58 ---> Running in 1898fde48e6b 06:05:58 ---> Running in 784d984ca48e 06:05:58 ---> Running in 46e4fdcfcfd8 06:05:58 ---> Running in 2595a4a752c6 06:05:59 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 06:05:59 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 06:05:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:05:59 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 06:05:59 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 06:05:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 06:05:59 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 06:05:59 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 06:05:59 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 06:05:59 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 06:05:59 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 06:05:59 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 06:05:59 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 06:05:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 06:05:59 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 06:05:59 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 06:05:59 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 06:05:59 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 06:05:59 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 06:05:59 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 06:05:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 06:05:59 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 06:05:59 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 06:05:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 06:05:59 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 06:05:59 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 06:05:59 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 06:05:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 06:05:59 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 06:05:59 Fetched 23.5 MB in 0s (0 B/s) 06:05:59 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 06:05:59 Fetched 96.5 kB in 0s (0 B/s) 06:05:59 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 06:05:59 Fetched 279 kB in 0s (0 B/s) 06:05:59 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 06:05:59 Fetched 122 kB in 0s (0 B/s) 06:05:59 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 06:05:59 Fetched 77.8 kB in 0s (0 B/s) 06:05:59 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 06:05:59 Fetched 8848 B in 0s (0 B/s) 06:05:59 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 06:05:59 Fetched 47.8 kB in 0s (0 B/s) 06:05:59 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 06:05:59 Fetched 45.6 kB in 0s (0 B/s) 06:05:59 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 06:05:59 Fetched 14.8 kB in 0s (0 B/s) 06:05:59 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 06:05:59 Fetched 214 kB in 0s (0 B/s) 06:05:59 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 06:05:59 Fetched 155 kB in 0s (0 B/s) 06:05:59 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 06:05:59 Fetched 50.6 kB in 0s (0 B/s) 06:05:59 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 06:05:59 Fetched 14.8 kB in 0s (0 B/s) 06:05:59 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 06:05:59 Fetched 41.8 kB in 0s (0 B/s) 06:05:59 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 06:05:59 Fetched 499 kB in 0s (0 B/s) 06:05:59 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 06:05:59 Fetched 111 kB in 0s (0 B/s) 06:05:59 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 06:05:59 Fetched 240 kB in 0s (0 B/s) 06:05:59 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 06:05:59 Fetched 29.3 kB in 0s (0 B/s) 06:05:59 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 06:05:59 Fetched 85.5 kB in 0s (0 B/s) 06:05:59 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 06:05:59 Fetched 24.5 kB in 0s (0 B/s) 06:05:59 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 06:05:59 Fetched 49.2 kB in 0s (0 B/s) 06:05:59 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 06:05:59 Fetched 54.2 kB in 0s (0 B/s) 06:05:59 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 06:05:59 Fetched 30.8 kB in 0s (0 B/s) 06:05:59 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 06:05:59 Fetched 17.0 kB in 0s (0 B/s) 06:05:59 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 06:05:59 Fetched 85.9 kB in 0s (0 B/s) 06:05:59 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 06:05:59 Fetched 8720 B in 0s (0 B/s) 06:05:59 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 06:05:59 Fetched 137 kB in 0s (0 B/s) 06:05:59 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 06:05:59 Fetched 119 kB in 0s (0 B/s) 06:05:59 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 06:05:59 Fetched 109 kB in 0s (0 B/s) 06:05:59 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 06:05:59 Fetched 11.1 kB in 0s (0 B/s) 06:05:59 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 06:05:59 Fetched 645 kB in 0s (0 B/s) 06:05:59 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 06:05:59 Fetched 41.3 kB in 0s (0 B/s) 06:05:59 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 06:05:59 Fetched 17.9 kB in 0s (0 B/s) 06:05:59 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 06:05:59 Fetched 368 kB in 0s (0 B/s) 06:05:59 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 06:05:59 Fetched 187 kB in 0s (0 B/s) 06:05:59 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 06:05:59 Fetched 175 kB in 0s (0 B/s) 06:05:59 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 06:05: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 06:05:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:06:00 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 06:06:00 Fetched 206 kB in 0s (0 B/s) 06:06:00 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 06:06:00 Fetched 1301 kB in 0s (0 B/s) 06:06:00 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 06:06:00 Fetched 36.2 kB in 0s (0 B/s) 06:06:00 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 06:06:00 Fetched 159 kB in 0s (0 B/s) 06:06:00 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 06:06:00 Fetched 107 kB in 0s (0 B/s) 06:06:00 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 06:06:00 Fetched 48.7 kB in 0s (0 B/s) 06:06:00 Pulling static-packages 06:06:01 'go115' has dependencies that need to be staged: go-build-helper static-packages 06:06:01 Skipping pull go-build-helper (already ran) 06:06:01 Skipping pull static-packages (already ran) 06:06:01 Building go-build-helper 06:06:06 Building static-packages 06:06:07 Staging go-build-helper 06:06:08 Staging static-packages 06:06:09 Pulling go115 06:06:10 'edgex-go' has dependencies that need to be staged: go115 06:06:10 Skipping pull go115 (already ran) 06:06:10 Building go115 06:06:10 % Total % Received % Xferd Average Speed Time Time Time Current 06:06:10 Dload Upload Total Spent Left Speed 06:06:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 7 115M 7 9423k 0 0 19.4M 0 0:00:05 --:--:-- 0:00:05 19.4M 38 115M 38 44.8M 0 0 30.4M 0 0:00:03 0:00:01 0:00:02 30.4M 77 115M 77 89.9M 0 0 36.3M 0 0:00:03 0:00:02 0:00:01 36.3M 100 115M 100 115M 0 0 38.7M 0 0:00:02 0:00:02 --:--:-- 38.7M 06:06:13 go1.15.2.linux-amd64.tar.gz: OK 06:06:18 Staging go115 06:06:23 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 06:06:23 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 06:06:23 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:06:23 Fetched 0 B in 0s (0 B/s) 06:06:23 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 06:06:23 Fetched 224 kB in 0s (0 B/s) 06:06:23 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 06:06:23 Fetched 157 kB in 0s (0 B/s) 06:06:23 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 06:06:23 Fetched 221 kB in 0s (0 B/s) 06:06:23 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 06:06:23 Fetched 143 kB in 0s (0 B/s) 06:06:23 Pulling edgex-go 06:06:23 Pulling version 06:06:24 Building config-common 06:06:26 Skipping build go-build-helper (already ran) 06:06:26 Skipping build static-packages (already ran) 06:06:26 Skipping build go115 (already ran) 06:06:26 Building edgex-go 06:06:26 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:06:27 go: downloading github.com/gorilla/mux v1.8.0 06:06:27 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.65 06:06:27 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.136 06:06:27 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 06:06:27 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 06:06:27 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 06:06:27 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 06:06:27 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 06:06:27 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 06:06:27 go: downloading github.com/google/uuid v1.1.2 06:06:27 go: downloading github.com/x448/float16 v0.8.4 06:06:27 go: downloading github.com/OneOfOne/xxhash v1.2.8 06:06:27 go: downloading github.com/BurntSushi/toml v0.3.1 06:06:27 go: downloading github.com/go-redis/redis/v7 v7.2.0 06:06:27 go: downloading github.com/pebbe/zmq4 v1.0.0 06:06:27 go: downloading github.com/imdario/mergo v0.3.11 06:06:27 go: downloading github.com/go-kit/kit v0.8.0 06:06:27 go: downloading github.com/pkg/errors v0.8.1 06:06:27 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 06:06:27 go: downloading github.com/go-playground/validator/v10 v10.3.0 06:06:27 go: downloading github.com/hashicorp/consul/api v1.1.0 06:06:27 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:06:27 go: downloading github.com/pelletier/go-toml v1.2.0 06:06:27 go: downloading github.com/mitchellh/mapstructure v1.1.2 06:06:27 go: downloading github.com/mitchellh/copystructure v1.0.0 06:06:27 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 06:06:28 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 06:06:28 go: downloading gopkg.in/yaml.v2 v2.4.0 06:06:28 go: downloading github.com/hashicorp/serf v0.8.2 06:06:28 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 06:06:28 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 06:06:28 go: downloading github.com/mitchellh/reflectwalk v1.0.0 06:06:28 go: downloading github.com/go-playground/universal-translator v0.17.0 06:06:28 go: downloading github.com/leodido/go-urn v1.2.0 06:06:28 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 06:06:28 go: downloading github.com/go-playground/locales v0.13.0 06:06:28 go: downloading github.com/go-logfmt/logfmt v0.4.0 06:06:28 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:06:28 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 06:06:28 go: downloading github.com/hashicorp/golang-lru v0.5.0 06:06:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:06:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 06:06:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:06:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:06:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:06:42 go: downloading github.com/stretchr/testify v1.6.1 06:06:42 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 06:06:42 go: downloading github.com/pmezard/go-difflib v1.0.0 06:06:42 go: downloading github.com/davecgh/go-spew v1.1.1 06:06:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:06:44 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 06:06:44 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 06:06:45 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 06:06:45 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 06:06:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:06:47 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 06:06:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:06:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 06:06:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 06:06:52 Building version 06:06:54 Staging config-common 06:06:55 Skipping stage go-build-helper (already ran) 06:06:55 Skipping stage static-packages (already ran) 06:06:55 Skipping stage go115 (already ran) 06:06:55 Staging edgex-go 06:06:56 Staging version 06:06:57 Priming config-common 06:06:57 Priming go-build-helper 06:06:58 Priming static-packages 06:07:01 Priming go115 06:07:02 Priming edgex-go 06:07:03 Priming version 06:07:04 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:07:36 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 06:07:36 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 06:07:40 Removing intermediate container e60aead645e5 06:07:40 ---> dbabe9f8a238 06:07:40 06:07:40 Step 10/24 : FROM alpine:3.10 06:07:40 3.10: Pulling from library/alpine 06:07:41 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 06:07:41 Status: Downloaded newer image for alpine:3.10 06:07:41 ---> 536a684cf733 06:07:41 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 06:07:43 ---> Running in 92ec736ec4ff 06:07:44 Removing intermediate container 784d984ca48e 06:07:44 ---> fc7b0d4e4442 06:07:44 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:07:44 Removing intermediate container 2595a4a752c6 06:07:44 ---> 4d1003545b17 06:07:44 06:07:44 Step 10/21 : FROM alpine 06:07:44 Removing intermediate container 46e4fdcfcfd8 06:07:44 ---> 1dd9131b130c 06:07:44 06:07:44 Step 10/21 : FROM scratch 06:07:44 ---> 06:07:44 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:07:44 Removing intermediate container 1898fde48e6b 06:07:44 ---> c4812c244811 06:07:44 06:07:44 Step 10/22 : FROM scratch 06:07:44 ---> 06:07:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:07:44 latest: Pulling from library/alpine 06:07:44 ---> Running in 8ddf7d9e9b9e 06:07:44 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:07:44 Status: Downloaded newer image for alpine:latest 06:07:44 ---> afeebe901d6b 06:07:44 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 06:07:44 ---> Running in 3bd1494e0e65 06:07:44 ---> Running in 21111c7d4cbc 06:07:44 ---> Running in 8c458da599a8 06:07:45 Removing intermediate container 3bd1494e0e65 06:07:45 ---> 784860d9bd5c 06:07:45 Step 12/21 : ENV APP_PORT=48085 06:07:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 06:07:45 Removing intermediate container 21111c7d4cbc 06:07:45 ---> 0578a7f69795 06:07:45 Step 12/22 : ENV APP_PORT=48082 06:07:45 ---> Running in 17c1410bc82a 06:07:45 ---> Running in 0d334b2814ea 06:07:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 06:07:46 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 06:07:46 Removing intermediate container 17c1410bc82a 06:07:46 ---> 2e805d3cbf43 06:07:46 Step 13/21 : EXPOSE $APP_PORT 06:07:46 v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 06:07:46 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 06:07:46 OK: 10171 distinct packages available 06:07:46 ---> Running in cba518d78dc9 06:07:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:07:46 Removing intermediate container 0d334b2814ea 06:07:46 ---> 56216b03664a 06:07:46 Step 13/22 : EXPOSE $APP_PORT 06:07:46 ---> Running in bce17b6de18f 06:07:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:07:46 (1/5) Installing ca-certificates (20191127-r2) 06:07:47 Removing intermediate container cba518d78dc9 06:07:47 ---> f0f14685b86a 06:07:47 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 06:07:47 (2/5) Installing nghttp2-libs (1.39.2-r1) 06:07:47 (3/5) Installing libcurl (7.66.0-r3) 06:07:47 (4/5) Installing curl (7.66.0-r3) 06:07:47 (5/5) Installing dumb-init (1.2.2-r1) 06:07:47 Executing busybox-1.30.1-r3.trigger 06:07:47 Executing ca-certificates-20191127-r2.trigger 06:07:47 Removing intermediate container bce17b6de18f 06:07:47 ---> e080d9009f33 06:07:47 Step 14/22 : WORKDIR / 06:07:47 v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:07:47 v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:07:47 OK: 12615 distinct packages available 06:07:47 OK: 7 MiB in 19 packages 06:07:47 ---> Running in 57c524b260ac 06:07:48 ---> 74b1ae158c48 06:07:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:07:48 (1/4) Installing ca-certificates (20191127-r4) 06:07:48 Removing intermediate container 57c524b260ac 06:07:48 ---> a21654e74bb3 06:07:48 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 06:07:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:07:48 (3/4) Installing libcurl (7.69.1-r3) 06:07:48 (4/4) Installing curl (7.69.1-r3) 06:07:48 Executing busybox-1.31.1-r19.trigger 06:07:48 Executing ca-certificates-20191127-r4.trigger 06:07:48 OK: 7 MiB in 18 packages 06:07:50 ---> 2d899e4088b3 06:07:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:07:50 ---> 06b7307c1f2a 06:07:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:07:50 Removing intermediate container 92ec736ec4ff 06:07:50 ---> 5beca572524a 06:07:50 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:07:51 ---> Running in e0d12b621ebe 06:07:51 Removing intermediate container 8ddf7d9e9b9e 06:07:51 ---> 4b83c273076a 06:07:51 06:07:51 Step 11/27 : FROM docker:latest 06:07:51 ---> f66387bf908a 06:07:51 Step 12/27 : RUN apk add --no-cache bash 06:07:52 ---> Running in 0d3dea7ca609 06:07:52 Removing intermediate container e0d12b621ebe 06:07:52 ---> 8d7009d83a0e 06:07:52 Step 13/24 : WORKDIR / 06:07:52 Removing intermediate container 8c458da599a8 06:07:52 ---> f8babe9bdaab 06:07:52 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:07:52 ---> 5086eff3ef14 06:07:52 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 06:07:52 ---> Running in 7471ece04622 06:07:52 ---> Running in 4e9439835f87 06:07:52 ---> c1ec7615b68d 06:07:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:07:53 ---> Running in b884343efe5c 06:07:53 Removing intermediate container 4e9439835f87 06:07:53 ---> 72b2d316c8ab 06:07:53 Step 13/21 : WORKDIR /edgex 06:07:53 Removing intermediate container 7471ece04622 06:07:53 ---> 606ec14e2d41 06:07: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 06:07:54 ---> Running in 5f1c8aaaa899 06:07:54 Removing intermediate container b884343efe5c 06:07:54 ---> a0163cc369c8 06:07:54 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:07:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:07:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:07:54 ---> Running in f869ae6fb1ed 06:07:54 ---> b434e6c509d7 06:07:54 Step 18/22 : ENTRYPOINT ["/core-command"] 06:07:54 ---> Running in e1888587dd96 06:07:54 Removing intermediate container 5f1c8aaaa899 06:07:54 ---> 20bbab500cf1 06:07:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:07:54 ---> a2681ed1ecfc 06:07: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 06:07:54 (1/2) Installing readline (8.0.4-r0) 06:07:54 (2/2) Installing bash (5.0.17-r0) 06:07:55 Executing bash-5.0.17-r0.post-install 06:07:55 Executing busybox-1.31.1-r19.trigger 06:07:55 OK: 12 MiB in 22 packages 06:07:55 Removing intermediate container f869ae6fb1ed 06:07:55 ---> 0fc1f9ecc0b5 06:07:55 Step 19/21 : LABEL arch=arm64 06:07:55 Removing intermediate container e1888587dd96 06:07:55 ---> dbcb5dd0d9ba 06:07:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:07:55 ---> Running in b79fee90a742 06:07:55 ---> Running in bb71f4398c23 06:07:56 ---> 1ea0014ed1a6 06:07:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:07:56 ---> 8497f0b2c179 06:07:56 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:07:56 Removing intermediate container b79fee90a742 06:07:56 ---> 06c700600b0e 06:07:56 Step 20/21 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 06:07:56 Removing intermediate container bb71f4398c23 06:07:56 ---> a44307e71f32 06:07:56 Step 20/22 : LABEL arch=arm64 06:07:56 Removing intermediate container 0d3dea7ca609 06:07:56 ---> eb7d888f5912 06:07:56 Step 13/27 : RUN rm -rf /var/cache/apk/* 06:07:57 ---> Running in 3e0179d55d0a 06:07:57 ---> Running in f9cc2a2350aa 06:07:57 ---> Running in dec887b7bd53 06:07:58 ---> 6dcd198d0e37 06:07:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:07:58 Removing intermediate container 3e0179d55d0a 06:07:58 ---> be0f0ce66fc4 06:07:58 Step 21/21 : LABEL version=0.0.0 06:07:58 ---> 4270c66447fc 06:07:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:07:58 Removing intermediate container f9cc2a2350aa 06:07:58 ---> 61ae0f3e43de 06:07:58 Step 21/22 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 06:07:58 ---> Running in d41ad623d098 06:07:58 ---> Running in c10a53ffba67 06:07:59 Removing intermediate container d41ad623d098 06:07:59 ---> d2b015001d59 06:07:59 06:08:00 Removing intermediate container c10a53ffba67 06:08:00 ---> 39ee537308d4 06:08:00 Step 22/22 : LABEL version=0.0.0 06:08:00 Successfully built d2b015001d59 06:08:00 ---> 777bcac2ddc2 06:08:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:08:00 Successfully tagged docker-support-scheduler-go-arm64:latest 06:08:00  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 06:08:00 ---> 67b0fe725ba8 06:08:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:08:00 ---> Running in 1fafee291bd2 06:08:00 ---> Running in d4438a8d718f 06:08:00 Removing intermediate container dec887b7bd53 06:08:00 ---> 76b7c2322f7d 06:08:00 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:08:00 ---> Running in a14326ec8013 06:08:01 Removing intermediate container 1fafee291bd2 06:08:01 ---> ab1bcc645dcb 06:08:01 06:08:01 Removing intermediate container d4438a8d718f 06:08:01 ---> 602ad9d580f2 06:08:01 Step 18/21 : CMD ["--init=true"] 06:08:01 Successfully built ab1bcc645dcb 06:08:01 Removing intermediate container a14326ec8013 06:08:01 ---> 8d525cef427a 06:08:01 Step 15/27 : ENV APP_PORT=48090 06:08:01 Successfully tagged docker-core-command-go-arm64:latest 06:08:01  Building docker-core-command-go ... done Building docker-core-data-go 06:08:02 ---> Running in 4ea190f3ab7e 06:08:02 ---> 50d7f82c893b 06:08:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:08:02 ---> Running in 160ca73f6d52 06:08:02 Removing intermediate container 4ea190f3ab7e 06:08:02 ---> 716be0f25eca 06:08:02 Step 19/21 : LABEL arch=arm64 06:08:02 Removing intermediate container 160ca73f6d52 06:08:02 ---> 200121f43bf9 06:08:02 Step 16/27 : EXPOSE $APP_PORT 06:08:02 ---> Running in e88418bc5a18 06:08:03 ---> Running in a65b20d549ea 06:08:04 ---> 37e49d80151d 06:08:04 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:08:05 Removing intermediate container e88418bc5a18 06:08:05 ---> f4a9e76dd9d2 06:08:05 Step 20/21 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 06:08:05 ---> Running in 548794b530d8 06:08:05 Removing intermediate container a65b20d549ea 06:08:05 ---> e3a0bb59d3c6 06:08:05 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:08:05 ---> Running in 2311f220d4c0 06:08:07 Removing intermediate container 2311f220d4c0 06:08:07 ---> 9b4c7f61e321 06:08:07 Step 21/21 : LABEL version=0.0.0 06:08:08 ---> d4a9216ad5b0 06:08:08 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:08:08 ---> Running in 532f433839c2 06:08:09 Removing intermediate container 532f433839c2 06:08:09 ---> b0d10ad50866 06:08:09 06:08:09 ---> 15e788b5c7b4 06:08:09 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:08:10 Removing intermediate container 548794b530d8 06:08:10 ---> c4b07906ef09 06:08:10 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:08:10 Successfully built b0d10ad50866 06:08:10 Successfully tagged docker-security-proxy-setup-go-arm64:latest 06:08:10  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 06:08:10 ---> Running in 23f34da6e970 06:08:10 ---> c6e914b74332 06:08:10 Step 20/27 : RUN apk --no-cache add py3-pip 06:08:11 ---> Running in 52b1c44cd662 06:08:11 Removing intermediate container 23f34da6e970 06:08:11 ---> 005cc5e208b8 06:08:11 Step 22/24 : LABEL arch=arm64 06:08:11 ---> Running in 0ecbaed6cd1e 06:08:12 Removing intermediate container 0ecbaed6cd1e 06:08:12 ---> b508dcde33b1 06:08:12 Step 23/24 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 06:08:12 ---> Running in c1f271116ff8 06:08:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:08:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:08:13 Removing intermediate container c1f271116ff8 06:08:13 ---> 0b4a3831a561 06:08:13 Step 24/24 : LABEL version=0.0.0 06:08:13 ---> Running in b397bdf833d1 06:08:13 (1/33) Installing libbz2 (1.0.8-r1) 06:08:13 (2/33) Installing expat (2.2.9-r1) 06:08:13 (3/33) Installing libffi (3.3-r2) 06:08:13 (4/33) Installing gdbm (1.13-r1) 06:08:13 (5/33) Installing xz-libs (5.2.5-r0) 06:08:13 (6/33) Installing sqlite-libs (3.32.1-r0) 06:08:13 (7/33) Installing python3 (3.8.5-r0) 06:08:14 Removing intermediate container b397bdf833d1 06:08:14 ---> b11ab22ad5fc 06:08:14 06:08:14 Successfully built b11ab22ad5fc 06:08:14 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 06:08:14 Building docker-security-bootstrap-redis-go 06:08:15  Building docker-security-secretstore-setup-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 06:08:15 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:08:15 (10/33) Installing py3-parsing (2.4.7-r0) 06:08:15 (11/33) Installing py3-six (1.15.0-r0) 06:08:15 (12/33) Installing py3-packaging (20.4-r0) 06:08:15 (13/33) Installing py3-setuptools (47.0.0-r0) 06:08:15 (14/33) Installing py3-chardet (3.0.4-r4) 06:08:15 (15/33) Installing py3-idna (2.9-r0) 06:08:15 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:08:15 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:08:16 (18/33) Installing py3-requests (2.23.0-r0) 06:08:16 (19/33) Installing py3-msgpack (1.0.0-r0) 06:08:16 (20/33) Installing py3-lockfile (0.12.2-r3) 06:08:16 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:08:16 (22/33) Installing py3-colorama (0.4.3-r0) 06:08:16 (23/33) Installing py3-distlib (0.3.0-r0) 06:08:16 (24/33) Installing py3-distro (1.5.0-r1) 06:08:16 (25/33) Installing py3-webencodings (0.5.1-r3) 06:08:16 (26/33) Installing py3-html5lib (1.0.1-r4) 06:08:16 (27/33) Installing py3-pytoml (0.1.21-r0) 06:08:16 (28/33) Installing py3-pep517 (0.8.2-r0) 06:08:16 (29/33) Installing py3-progress (1.5-r0) 06:08:16 (30/33) Installing py3-toml (0.10.1-r0) 06:08:16 (31/33) Installing py3-retrying (1.3.3-r0) 06:08:16 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:08:16 (33/33) Installing py3-pip (20.1.1-r0) 06:08:16 Executing busybox-1.31.1-r19.trigger 06:08:16 OK: 71 MiB in 55 packages 06:08:29 Removing intermediate container 52b1c44cd662 06:08:29 ---> 096cf218d215 06:08:29 Step 21/27 : RUN pip install docker-compose==1.23.2 06:08:29 ---> Running in 103d80752bb7 06:08:34 Collecting docker-compose==1.23.2 06:08:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:08:35 Collecting texttable<0.10,>=0.9.0 06:08:35 Downloading texttable-0.9.1.tar.gz (11 kB) 06:08:38 Collecting jsonschema<3,>=2.5.1 06:08:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:08:38 Collecting dockerpty<0.5,>=0.4.1 06:08:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:08:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:08:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:08:42 ---> 69ee97d13448 06:08:42 Step 3/22 : WORKDIR /edgex-go 06:08:42 ---> Using cache 06:08:42 ---> 9646c021c9bc 06:08:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:08:42 ---> Using cache 06:08:42 ---> a456a53a9669 06:08:42 Step 5/22 : RUN apk update && apk add make git 06:08:42 ---> Using cache 06:08:42 ---> 4a5bad25e67b 06:08:42 Step 6/22 : COPY go.mod . 06:08:42 ---> Using cache 06:08:42 ---> 575bfe078657 06:08:42 Step 7/22 : RUN go mod download 06:08:42 ---> Using cache 06:08:42 ---> 019251fe87a6 06:08:42 Step 8/22 : COPY . . 06:08:42 ---> Using cache 06:08:42 ---> 0e05e9fb93ce 06:08:42 Step 9/22 : RUN make cmd/core-metadata/core-metadata 06:08:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:08:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:08:43 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:08:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 06:08:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:08:44 ---> 69ee97d13448 06:08:44 Step 3/23 : WORKDIR /edgex-go 06:08:44 ---> Using cache 06:08:44 ---> 9646c021c9bc 06:08:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:08:44 ---> Using cache 06:08:44 ---> a456a53a9669 06:08:44 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 06:08:44 Collecting PyYAML<4,>=3.10 06:08:44 Downloading PyYAML-3.13.tar.gz (270 kB) 06:08:47 ---> Running in 8b8f18e2268f 06:08:47 ---> Running in 2189a6f6a606 06:08:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:08:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:08:49 Collecting cached-property<2,>=1.2.0 06:08:49 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:08:49 Collecting docopt<0.7,>=0.6.1 06:08:49 Downloading docopt-0.6.2.tar.gz (25 kB) 06:08:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:08:52 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:08:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:08:52 ---> 69ee97d13448 06:08:52 Step 3/24 : WORKDIR /edgex-go 06:08:52 ---> Using cache 06:08:52 ---> 9646c021c9bc 06:08:52 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:08:52 ---> Using cache 06:08:52 ---> a456a53a9669 06:08:52 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 06:08:53 Collecting docker<4.0,>=3.6.0 06:08:53 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:08:53 ---> Running in f062e4562b10 06:08:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:08:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:08:54 ---> 69ee97d13448 06:08:54 Step 3/22 : WORKDIR /edgex-go 06:08:54 ---> Using cache 06:08:54 ---> 9646c021c9bc 06:08:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:08:54 ---> Using cache 06:08:54 ---> a456a53a9669 06:08:54 Step 5/22 : RUN apk update && apk add make git 06:08:54 ---> Using cache 06:08:54 ---> 4a5bad25e67b 06:08:54 Step 6/22 : COPY go.mod . 06:08:54 ---> Using cache 06:08:54 ---> 575bfe078657 06:08:54 Step 7/22 : RUN go mod download 06:08:54 ---> Using cache 06:08:54 ---> 019251fe87a6 06:08:54 Step 8/22 : COPY . . 06:08:54 ---> Using cache 06:08:54 ---> 0e05e9fb93ce 06:08:54 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 06:08:54 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:08:54 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 06:08:54 OK: 12620 distinct packages available 06:08:54 ---> Running in 03758c8c0a95 06:08:55 Collecting websocket-client<1.0,>=0.32.0 06:08:55 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:08:55 OK: 217 MiB in 51 packages 06:08:55 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) 06:08:55 Collecting idna<2.8,>=2.5 06:08:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:08:55 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) 06:08:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:08:56 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 06:08:56 Collecting urllib3<1.25,>=1.21.1 06:08:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:08:57 Removing intermediate container 2189a6f6a606 06:08:57 ---> c9dc30654ebc 06:08:57 Step 6/23 : COPY go.mod . 06:08:57 Collecting docker-pycreds>=0.4.0 06:08:57 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:08:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:08:57 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:08:57 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:08:57 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:08:57 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:08:58 ---> 3387862ed141 06:08:58 Step 7/23 : RUN go mod download 06:08:58 ---> Running in 4c1e110d5085 06:08:58 Installing collected packages: texttable, jsonschema, dockerpty, idna, urllib3, requests, PyYAML, cached-property, docopt, docker-pycreds, websocket-client, docker, docker-compose 06:08:58 Running setup.py install for texttable: started 06:08:58 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:08:58 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 06:08:58 OK: 12620 distinct packages available 06:09:00 OK: 217 MiB in 51 packages 06:09:02 Removing intermediate container f062e4562b10 06:09:02 ---> 8fd53cf2902e 06:09:02 Step 6/24 : COPY go.mod . 06:09:02 Running setup.py install for texttable: finished with status 'done' 06:09:03 ---> 9ae821fbf74a 06:09:03 Step 7/24 : RUN go mod download 06:09:03 Running setup.py install for dockerpty: started 06:09:03 ---> Running in 0d7b71b23099 06:09:04 Removing intermediate container 4c1e110d5085 06:09:04 ---> eb4baa9bb431 06:09:04 Step 8/23 : COPY . . 06:09:06 Running setup.py install for dockerpty: finished with status 'done' 06:09:06 Attempting uninstall: idna 06:09:06 Found existing installation: idna 2.9 06:09:06 Uninstalling idna-2.9: 06:09:06 Successfully uninstalled idna-2.9 06:09:07 Attempting uninstall: urllib3 06:09:07 Found existing installation: urllib3 1.25.9 06:09:07 Uninstalling urllib3-1.25.9: 06:09:07 Successfully uninstalled urllib3-1.25.9 06:09:08 Attempting uninstall: requests 06:09:08 Found existing installation: requests 2.23.0 06:09:08 Uninstalling requests-2.23.0: 06:09:09 Successfully uninstalled requests-2.23.0 06:09:09 Running setup.py install for PyYAML: started 06:09:10 Removing intermediate container 0d7b71b23099 06:09:10 ---> 9f7d6f3fdd3c 06:09:10 Step 8/24 : COPY . . 06:09:12 Running setup.py install for PyYAML: finished with status 'done' 06:09:13 Running setup.py install for docopt: started 06:09:15 Running setup.py install for docopt: finished with status 'done' 06:09:18 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 06:09:28 Removing intermediate container 103d80752bb7 06:09:28 ---> a151bf1559a8 06:09:28 Step 22/27 : RUN apk --no-cache add curl 06:09:28 ---> dcba90d057da 06:09:28 Step 9/23 : RUN make cmd/core-data/core-data 06:09:28 ---> Running in d3f58bfa43fd 06:09:28 ---> Running in 713b1aecec11 06:09:31 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:09:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:09:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:09:32 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:09:32 (2/3) Installing libcurl (7.69.1-r3) 06:09:32 (3/3) Installing curl (7.69.1-r3) 06:09:32 Executing busybox-1.31.1-r19.trigger 06:09:32 OK: 71 MiB in 58 packages 06:09:36 ---> f1eea24effb3 06:09:36 Step 9/24 : RUN make cmd/support-notifications/support-notifications 06:09:36 Removing intermediate container 713b1aecec11 06:09:36 ---> f83509573081 06:09:36 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 06:09:36 ---> Running in 40798df83b97 06:09:36 ---> Running in 855fa75742a0 06:09:36 Removing intermediate container 855fa75742a0 06:09:36 ---> 722241d5ed99 06:09:36 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:09:36 ---> Running in 6890102832bf 06:09:37 Removing intermediate container 6890102832bf 06:09:37 ---> 2de4cba9ad62 06:09:37 Step 25/27 : LABEL arch=arm64 06:09:37 ---> Running in a49410a8335b 06:09:38 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 06:09:38 Removing intermediate container a49410a8335b 06:09:38 ---> dcb2204c42ea 06:09:38 Step 26/27 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 06:09:39 ---> Running in 8e9c996c0573 06:09:39 Removing intermediate container 8e9c996c0573 06:09:39 ---> bd02bcb208df 06:09:39 Step 27/27 : LABEL version=0.0.0 06:09:39 ---> Running in a298c72f27fa 06:09:40 Removing intermediate container a298c72f27fa 06:09:40 ---> 82be2aeb9b3d 06:09:40 06:09:40 Successfully built 82be2aeb9b3d 06:09:40 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 06:10:19  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 03758c8c0a95 06:10:19 ---> e70dd0bff9bd 06:10:19 06:10:19 Step 10/22 : FROM alpine:3.10 06:10:19 ---> 536a684cf733 06:10:19 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 06:10:19 ---> Using cache 06:10:19 ---> 5beca572524a 06:10:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 06:10:19 ---> Running in 43bec9ab7d8d 06:10:19 Removing intermediate container 43bec9ab7d8d 06:10:19 ---> 5977ce8fda13 06:10:19 Step 13/22 : WORKDIR / 06:10:19 ---> Running in 6e1fe1c4b1f5 06:10:19 Removing intermediate container 6e1fe1c4b1f5 06:10:19 ---> a0c13369065f 06:10:19 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 06:10:19 ---> 40f131245352 06:10:19 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 06:10:19 ---> 7928b75c88b4 06:10:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 06:10:19 ---> a40f9e4ca21e 06:10:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 06:10:20 ---> 7d42b66e38fa 06:10:20 Step 18/22 : RUN chmod +x entrypoint.sh 06:10:20 ---> Running in 636c118b33d9 06:10:24 Removing intermediate container 636c118b33d9 06:10:24 ---> ddf1da28882e 06:10:24 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 06:10:24 ---> Running in c6fc5720efc5 06:10:25 Removing intermediate container c6fc5720efc5 06:10:25 ---> 8b7a9d93bf17 06:10:25 Step 20/22 : LABEL arch=arm64 06:10:26 ---> Running in 1be738d368d1 06:10:27 Removing intermediate container 1be738d368d1 06:10:27 ---> ea30fbc452de 06:10:27 Step 21/22 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 06:10:28 ---> Running in 79346cc7f263 06:10:28 Removing intermediate container 8b8f18e2268f 06:10:28 ---> 125f9c304a3a 06:10:28 06:10:28 Step 10/22 : FROM scratch 06:10:28 ---> 06:10:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:10:28 ---> Using cache 06:10:28 ---> 0578a7f69795 06:10:28 Step 12/22 : ENV APP_PORT=48081 06:10:29 Removing intermediate container 79346cc7f263 06:10:29 ---> cb474a836404 06:10:29 Step 22/22 : LABEL version=0.0.0 06:10:29 ---> Running in 79b67adfe98b 06:10:29 ---> Running in d4d4687557de 06:10:29 Removing intermediate container 79b67adfe98b 06:10:29 ---> b730fd6aec6c 06:10:29 Step 13/22 : EXPOSE $APP_PORT 06:10:30 Removing intermediate container d4d4687557de 06:10:30 ---> 602ccfe3263f 06:10:30 06:10:30 ---> Running in 54f98a9a2eb3 06:10:30 Successfully built 602ccfe3263f 06:10:30 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 06:10:30  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 54f98a9a2eb3 06:10:30 ---> abfb07b17021 06:10:30 Step 14/22 : WORKDIR / 06:10:30 ---> Running in 922881e846a4 06:10:31 Removing intermediate container 922881e846a4 06:10:31 ---> c2fc2eca019e 06:10:31 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 06:10:32 ---> d8baf8a99314 06:10:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:10:34 ---> 41e3de9690ab 06:10:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:10:35 ---> c03083190cf6 06:10:35 Step 18/22 : ENTRYPOINT ["/core-metadata"] 06:10:36 ---> Running in a0f1d8f7365e 06:10:36 Removing intermediate container a0f1d8f7365e 06:10:36 ---> f7b1b7089f7b 06:10:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:10:37 ---> Running in dd85df7b6d1e 06:10:37 Removing intermediate container dd85df7b6d1e 06:10:37 ---> c2457f1a8df7 06:10:37 Step 20/22 : LABEL arch=arm64 06:10:38 ---> Running in d2b306bf70d9 06:10:38 Removing intermediate container d2b306bf70d9 06:10:38 ---> 1863e73ccb7b 06:10:38 Step 21/22 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 06:10:38 ---> Running in c024f816af99 06:10:39 Removing intermediate container c024f816af99 06:10:39 ---> 56d7289d44ee 06:10:39 Step 22/22 : LABEL version=0.0.0 06:10:39 ---> Running in 1cb0a6075295 06:10:40 Removing intermediate container 1cb0a6075295 06:10:40 ---> 5d7e2f80ec39 06:10:40 06:10:40 Successfully built 5d7e2f80ec39 06:10:40 Successfully tagged docker-core-metadata-go-arm64:latest 06:10:49  Building docker-core-metadata-go ... done Removing intermediate container 40798df83b97 06:10:49 ---> 5bdcb0a82ed9 06:10:49 06:10:49 Step 10/24 : FROM scratch 06:10:49 ---> 06:10:49 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:10:49 ---> Running in 1818ee6426c3 06:10:49 Removing intermediate container 1818ee6426c3 06:10:49 ---> d32e87f63827 06:10:49 Step 12/24 : ENV APP_PORT=48060 06:10:49 ---> Running in 37f86bd15e0f 06:10:50 Removing intermediate container 37f86bd15e0f 06:10:50 ---> c6ab9ab28939 06:10:50 Step 13/24 : EXPOSE $APP_PORT 06:10:50 ---> Running in 297aa6c50099 06:10:50 Removing intermediate container 297aa6c50099 06:10:50 ---> a643fba59213 06:10:50 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 06:10:51 ---> 2c1c93ba80d3 06:10:51 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 06:10:52 ---> d82e9505cbca 06:10:52 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 06:10:54 ---> 439f1b41279e 06:10:54 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 06:10:55 ---> a3186cb40b0e 06:10:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:10:57 ---> fecd107f0626 06:10:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:10:57 Removing intermediate container d3f58bfa43fd 06:10:57 ---> 774361cd69cd 06:10:57 06:10:57 Step 10/23 : FROM alpine 06:10:57 ---> afeebe901d6b 06:10:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:10:57 ---> Running in 85fac24d9097 06:10:57 ---> d042a670ecdb 06:10:57 Step 20/24 : ENTRYPOINT ["/support-notifications"] 06:10:58 ---> Running in 3fcd05050efb 06:10:58 Removing intermediate container 85fac24d9097 06:10:58 ---> dc2b1ca29dbc 06:10:58 Step 12/23 : ENV APP_PORT=48080 06:10:58 ---> Running in 63afa9a70430 06:10:58 Removing intermediate container 3fcd05050efb 06:10:58 ---> ed5b0bee3eb9 06:10:58 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:10:58 ---> Running in d319e12e1481 06:10:58 Removing intermediate container 63afa9a70430 06:10:58 ---> 3d15b537c9f7 06:10:58 Step 13/23 : EXPOSE $APP_PORT 06:10:58 ---> Running in 93e203c69efe 06:10:59 Removing intermediate container d319e12e1481 06:10:59 ---> 9c92c8a8e73d 06:10:59 Step 22/24 : LABEL arch=arm64 06:10:59 ---> Running in 873727a923a7 06:10:59 Removing intermediate container 93e203c69efe 06:10:59 ---> b67426af5d83 06:10:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:10:59 ---> Running in 75c01a838f58 06:11:00 Removing intermediate container 873727a923a7 06:11:00 ---> 880c04ad6ffd 06:11:00 Step 23/24 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 06:11:00 ---> Running in b1defed29258 06:11:00 Removing intermediate container b1defed29258 06:11:00 ---> 4c0405ca3d5f 06:11:00 Step 24/24 : LABEL version=0.0.0 06:11:00 ---> Running in 47c880564a8b 06:11:01 Removing intermediate container 47c880564a8b 06:11:01 ---> a06036e3c503 06:11:01 06:11:01 Successfully built a06036e3c503 06:11:01 Successfully tagged docker-support-notifications-go-arm64:latest 06:11:01  Building docker-support-notifications-go ... done Removing intermediate container 75c01a838f58 06:11:01 ---> 204cc1e2474e 06:11:01 Step 15/23 : RUN apk --no-cache add zeromq 06:11:01 ---> Running in d91ba05b1dbd 06:11:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:11:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:11:04 (1/5) Installing libgcc (9.3.0-r2) 06:11:04 (2/5) Installing libsodium (1.0.18-r0) 06:11:04 (3/5) Installing libstdc++ (9.3.0-r2) 06:11:04 (4/5) Installing libzmq (4.3.3-r0) 06:11:04 (5/5) Installing zeromq (4.3.3-r0) 06:11:04 Executing busybox-1.31.1-r19.trigger 06:11:04 OK: 8 MiB in 19 packages 06:11:06 Removing intermediate container d91ba05b1dbd 06:11:06 ---> 39d187fad075 06:11:06 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 06:11:07 ---> 2ad69e45e593 06:11:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:11:08 ---> 4e4eaa89fd00 06:11:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:11:09 ---> bba185afdd5f 06:11:09 Step 19/23 : ENTRYPOINT ["/core-data"] 06:11:09 ---> Running in 072f7f8a1208 06:11:09 Removing intermediate container 072f7f8a1208 06:11:09 ---> ced7c8c57e86 06:11:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:11:09 ---> Running in 89a1e16f19b1 06:11:10 Removing intermediate container 89a1e16f19b1 06:11:10 ---> 37d69a620f80 06:11:10 Step 21/23 : LABEL arch=arm64 06:11:10 ---> Running in 13556996bf0c 06:11:11 Removing intermediate container 13556996bf0c 06:11:11 ---> b7a312dd5580 06:11:11 Step 22/23 : LABEL git_sha=e2f90577c7b55940360c90d9f720bbb24f4e7146 06:11:11 ---> Running in ced6df712285 06:11:11 Removing intermediate container ced6df712285 06:11:11 ---> 7d736629cb4d 06:11:11 Step 23/23 : LABEL version=0.0.0 06:11:11 ---> Running in 9fa8a2af019f 06:11:12 Removing intermediate container 9fa8a2af019f 06:11:12 ---> 846034fa3d88 06:11:12 06:11:12 Successfully built 846034fa3d88 06:11:12 Successfully tagged docker-core-data-go-arm64:latest 06:11:13  Building docker-core-data-go ... done  [Pipeline] } 06:11:13 $ docker stop --time=1 a2199837f90509c8fc68574c58c86a2ae4955bb53be8cb7df1d4b9679711c810 06:11:15 $ docker rm -f a2199837f90509c8fc68574c58c86a2ae4955bb53be8cb7df1d4b9679711c810 [Pipeline] // withDockerContainer [Pipeline] sh 06:11:15 + docker images 06:11:15 + grep docker 06:11:16 docker-core-data-go-arm64 latest 846034fa3d88 4 seconds ago 20.9MB 06:11:16 docker-support-notifications-go-arm64 latest a06036e3c503 15 seconds ago 11.4MB 06:11:16 docker-core-metadata-go-arm64 latest 5d7e2f80ec39 36 seconds ago 12.2MB 06:11:16 docker-security-bootstrap-redis-go-arm64 latest 602ccfe3263f 46 seconds ago 15.1MB 06:11:16 docker-sys-mgmt-agent-go-arm64 latest 82be2aeb9b3d About a minute ago 300MB 06:11:16 docker-security-secretstore-setup-go-arm64 latest b11ab22ad5fc 3 minutes ago 23.5MB 06:11:16 docker-security-proxy-setup-go-arm64 latest b0d10ad50866 3 minutes ago 23.3MB 06:11:16 docker-core-command-go-arm64 latest ab1bcc645dcb 3 minutes ago 9.98MB 06:11:16 docker-support-scheduler-go-arm64 latest d2b015001d59 3 minutes ago 10MB 06:11:16 docker latest f66387bf908a 12 days 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 06:11:18 provisioning config files... 06:11:18 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config3411144353960124825tmp [Pipeline] { [Pipeline] sh 06:11:19 + set +x 06:11:19 + curl -s https://codecov.io/bash 06:11:19 + bash -s -- 06:11:19 06:11:19 _____ _ 06:11:19 / ____| | | 06:11:19 | | ___ __| | ___ ___ _____ __ 06:11:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:11:19 | |___| (_) | (_| | __/ (_| (_) \ V / 06:11:19 \_____\___/ \__,_|\___|\___\___/ \_/ 06:11:19 Bash-20201231-23d4836 06:11:19 06:11:19 06:11:19 ==> git version 2.24.3 found 06:11:19 ==> 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 06:11:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:11:19 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:11:19 ==> Jenkins CI detected. 06:11:19 project root: . 06:11:19 --> token set from env 06:11:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:11:19 ==> Running gcov in . (disable via -X gcov) 06:11:19 ==> Python coveragepy not found 06:11:19 ==> Searching for coverage reports in: 06:11:19 + . 06:11:19 -> Found 1 reports 06:11:19 ==> Detecting git/mercurial file structure 06:11:19 ==> Reading reports 06:11:19 + ./coverage.out bytes=537189 06:11:19 ==> Appending adjustments 06:11:19 https://docs.codecov.io/docs/fixing-reports 06:11:23 + Found adjustments 06:11:23 ==> Gzipping contents 06:11:23 80K /tmp/codecov.K1qHMG.gz 06:11:23 ==> Uploading reports 06:11:23 url: https://codecov.io 06:11:23 query: branch=PR-2980&commit=e2f90577c7b55940360c90d9f720bbb24f4e7146&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2980%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2980&job=&cmd_args= 06:11:23 -> Pinging Codecov 06:11:23 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2980&commit=e2f90577c7b55940360c90d9f720bbb24f4e7146&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2980%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2980&job=&cmd_args= 06:11:23 -> Uploading to 06:11:23 https://storage.googleapis.com/codecov/v4/raw/2020-12-31/00271124DB129430A58F1EEE437C3FCB/e2f90577c7b55940360c90d9f720bbb24f4e7146/4dc02989-8e86-4393-9e19-d1d3bcba395a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201231%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201231T061123Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5a9f714f52f2fb1716d473a3b445727ed6b1b69892f0e6827ad3e3886b890684 06:11:23 % Total % Received % Xferd Average Speed Time Time Time Current 06:11:23 Dload Upload Total Spent Left Speed 06:11:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81861 0 0 100 81861 0 161k --:--:-- --:--:-- --:--:-- 161k 100 81861 0 0 100 81861 0 161k --:--:-- --:--:-- --:--:-- 161k 06:11:23 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e2f90577c7b55940360c90d9f720bbb24f4e7146 [Pipeline] } 06:11:23 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 06:11:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:11:27 ---> package-listing.sh 06:11:27 ++ facter osfamily 06:11:27 ++ tr '[:upper:]' '[:lower:]' 06:11:27 + OS_FAMILY=redhat 06:11:27 + workspace=/w/workspace/edgex-go/1 06:11:27 + START_PACKAGES=/tmp/packages_start.txt 06:11:27 + END_PACKAGES=/tmp/packages_end.txt 06:11:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:11:27 + PACKAGES=/tmp/packages_start.txt 06:11:27 + '[' /w/workspace/edgex-go/1 ']' 06:11:27 + PACKAGES=/tmp/packages_end.txt 06:11:27 + case "${OS_FAMILY}" in 06:11:27 + rpm -qa 06:11:27 + sort 06:11:32 + '[' -f /tmp/packages_start.txt ']' 06:11:32 + '[' -f /tmp/packages_end.txt ']' 06:11:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:11:33 + '[' /w/workspace/edgex-go/1 ']' 06:11:33 + mkdir -p /w/workspace/edgex-go/1/archives/ 06:11:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 06:11:33 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:11:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:11:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:11:33 06:11:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:11:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:11:34 alpine: Pulling from edgex-lftools-log-publisher 06:11:34 df20fa9351a1: Pulling fs layer 06:11:34 36b3adc4ff6f: Pulling fs layer 06:11:34 8ad3a11d3b57: Pulling fs layer 06:11:34 46f8f816bc3b: Pulling fs layer 06:11:34 93b61091891f: Pulling fs layer 06:11:34 93b9cdb0e59b: Pulling fs layer 06:11:34 5e14af77c1be: Pulling fs layer 06:11:34 01666e4c0597: Pulling fs layer 06:11:34 aa168da1d23b: Pulling fs layer 06:11:34 46f8f816bc3b: Waiting 06:11:34 93b61091891f: Waiting 06:11:34 93b9cdb0e59b: Waiting 06:11:34 5e14af77c1be: Waiting 06:11:34 01666e4c0597: Waiting 06:11:34 aa168da1d23b: Waiting 06:11:34 36b3adc4ff6f: Verifying Checksum 06:11:34 36b3adc4ff6f: Download complete 06:11:34 46f8f816bc3b: Verifying Checksum 06:11:34 46f8f816bc3b: Download complete 06:11:34 df20fa9351a1: Verifying Checksum 06:11:34 93b9cdb0e59b: Verifying Checksum 06:11:34 93b9cdb0e59b: Download complete 06:11:34 93b61091891f: Verifying Checksum 06:11:34 93b61091891f: Download complete 06:11:34 5e14af77c1be: Verifying Checksum 06:11:34 5e14af77c1be: Download complete 06:11:34 8ad3a11d3b57: Download complete 06:11:34 01666e4c0597: Verifying Checksum 06:11:34 01666e4c0597: Download complete 06:11:34 df20fa9351a1: Pull complete 06:11:35 36b3adc4ff6f: Pull complete 06:11:36 8ad3a11d3b57: Pull complete 06:11:36 46f8f816bc3b: Pull complete 06:11:36 93b61091891f: Pull complete 06:11:36 93b9cdb0e59b: Pull complete 06:11:37 aa168da1d23b: Verifying Checksum 06:11:37 aa168da1d23b: Download complete 06:11:37 5e14af77c1be: Pull complete 06:11:37 01666e4c0597: Pull complete 06:11:47 aa168da1d23b: Pull complete 06:11:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:11:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:11:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:11:48 prd-centos7-docker-4c-2g-17881 does not seem to be running inside a container 06:11:48 $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:11:53 $ docker top b7a74fa35f9faf91190bc266a45abdc380287ef43c1d549d4765c880119dd479 -eo pid,comm [Pipeline] { [Pipeline] sh 06:11:54 + touch /tmp/pre-build-complete [Pipeline] sh 06:11:54 + mkdir -p /var/log/sa [Pipeline] sh 06:11:55 + ls /var/log/sa-host 06:11:55 + sadf -c /var/log/sa-host/sa23 06:11:55 file_magic: OK 06:11:55 HZ: Using current value: 100 06:11:55 file_header: OK 06:11:55 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 06:11:55 Statistics: 06:11:55 Hnuu...uuuununununu... 06:11:55 File successfully converted to sysstat format version 12.2.1 06:11:55 + sadf -c /var/log/sa-host/sa31 06:11:55 file_magic: OK 06:11:55 HZ: Using current value: 100 06:11:55 file_header: OK 06:11:55 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 06:11:55 Statistics: 06:11:55 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:11:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:11:55 provisioning config files... 06:11:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3574253136602702051tmp [Pipeline] { [Pipeline] echo 06:11:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:11:55 ---> create-netrc.sh [Pipeline] } 06:11:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:11:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:11:56 ---> python-tools-install.sh [Pipeline] echo 06:11:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:11:56 ---> sudo-logs.sh 06:11:56 Archiving 'sudo' log.. [Pipeline] echo 06:11:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:11:57 ---> job-cost.sh 06:11:57 lf-activate-venv: SKIPPING 06:11:57 INFO: No Stack... 06:11:58 INFO: Retrieving Pricing Info for: v1-standard-2 06:11:58 INFO: Archiving Costs [Pipeline] echo 06:11:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:11:59 ---> logs-deploy.sh 06:11:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2980/1 06:11:59 INFO: archiving workspace using pattern(s): 06:12:00 Archives upload complete. 06:12:00 INFO: archiving logs to Nexus 06:12:01 ---> uname -a: 06:12:01 Linux prd-centos7-docker-4c-2g-17881.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:12:01 06:12:01 06:12:01 ---> lscpu: 06:12:01 Architecture: x86_64 06:12:01 CPU op-mode(s): 32-bit, 64-bit 06:12:01 Byte Order: Little Endian 06:12:01 Address sizes: 40 bits physical, 48 bits virtual 06:12:01 CPU(s): 4 06:12:01 On-line CPU(s) list: 0-3 06:12:01 Thread(s) per core: 1 06:12:01 Core(s) per socket: 1 06:12:01 Socket(s): 4 06:12:01 NUMA node(s): 1 06:12:01 Vendor ID: GenuineIntel 06:12:01 CPU family: 6 06:12:01 Model: 44 06:12:01 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:12:01 Stepping: 1 06:12:01 CPU MHz: 2933.442 06:12:01 BogoMIPS: 5866.88 06:12:01 Virtualization: VT-x 06:12:01 Hypervisor vendor: KVM 06:12:01 Virtualization type: full 06:12:01 L1d cache: 128 KiB 06:12:01 L1i cache: 128 KiB 06:12:01 L2 cache: 16 MiB 06:12:01 L3 cache: 64 MiB 06:12:01 NUMA node0 CPU(s): 0-3 06:12:01 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:12:01 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:12:01 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:12:01 Vulnerability Meltdown: Mitigation; PTI 06:12:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:12:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:12:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:12:01 Vulnerability Srbds: Not affected 06:12:01 Vulnerability Tsx async abort: Not affected 06:12:01 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 06:12:01 06:12:01 06:12:01 ---> nproc: 06:12:01 4 06:12:01 06:12:01 06:12:01 ---> df -h: 06:12:01 Filesystem Size Used Available Use% Mounted on 06:12:01 overlay 50.0G 11.7G 38.3G 23% / 06:12:01 tmpfs 64.0M 0 64.0M 0% /dev 06:12:01 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:12:01 shm 64.0M 0 64.0M 0% /dev/shm 06:12:01 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 06:12:01 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 06:12:01 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 06:12:01 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 06:12:01 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 06:12:01 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 06:12:01 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 06:12:01 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 06:12:01 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/1 06:12:01 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/1@tmp 06:12:01 06:12:01 06:12:01 ---> free -m: 06:12:01 total used free shared buff/cache available 06:12:01 Mem: 1837 677 109 0 1050 1073 06:12:01 Swap: 1023 100 923 06:12:01 06:12:01 06:12:01 ---> ip addr: 06:12:01 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:12:01 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:12:01 inet 127.0.0.1/8 scope host lo 06:12:01 valid_lft forever preferred_lft forever 06:12:01 inet6 ::1/128 scope host 06:12:01 valid_lft forever preferred_lft forever 06:12:01 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:12:01 link/ether fa:16:3e:2c:a4:e9 brd ff:ff:ff:ff:ff:ff 06:12:01 inet 10.30.122.62/23 brd 10.30.123.255 scope global dynamic eth0 06:12:01 valid_lft 85133sec preferred_lft 85133sec 06:12:01 inet6 fe80::f816:3eff:fe2c:a4e9/64 scope link 06:12:01 valid_lft forever preferred_lft forever 06:12:01 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:12:01 link/ether 02:42:45:de:ed:71 brd ff:ff:ff:ff:ff:ff 06:12:01 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:12:01 valid_lft forever preferred_lft forever 06:12:01 inet6 fe80::42:45ff:fede:ed71/64 scope link 06:12:01 valid_lft forever preferred_lft forever 06:12:01 06:12:01 06:12:01 ---> sar -b -r -n DEV: 06:12:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/31/20 _x86_64_ (4 CPU) 06:12:01 06:12:01 05:50:41 LINUX RESTART (4 CPU) 06:12:01 06:12:01 05:51:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:12:01 05:52:01 158.06 66.35 91.71 0.00 8086.57 44517.19 0.00 06:12:01 05:53:02 228.20 123.70 104.50 0.00 7593.24 46000.94 0.00 06:12:01 05:54:01 307.62 135.69 171.93 0.00 6052.66 33742.76 0.00 06:12:01 05:55:01 208.02 114.79 93.23 0.00 4620.63 10399.23 0.00 06:12:01 05:56:01 213.09 51.98 161.10 0.00 16136.41 93332.49 0.00 06:12:01 05:57:02 2965.32 2607.49 357.83 0.00 192880.32 202406.86 0.00 06:12:01 05:58:01 706.74 474.16 232.58 0.00 34925.54 50830.42 0.00 06:12:01 05:59:01 1991.54 1653.31 338.23 0.00 106002.45 128279.22 0.00 06:12:01 06:00:01 828.99 593.32 235.67 0.00 37855.07 45403.54 0.00 06:12:01 06:01:01 7.18 0.85 6.33 0.00 27.58 201.43 0.00 06:12:01 06:02:01 0.72 0.37 0.35 0.00 23.56 5.01 0.00 06:12:01 06:03:01 1.52 1.23 0.28 0.00 94.17 3.21 0.00 06:12:01 06:04:01 0.27 0.00 0.27 0.00 0.00 3.56 0.00 06:12:01 06:05:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 06:12:01 06:06:01 2.22 1.78 0.43 0.00 59.96 4.71 0.00 06:12:01 06:07:01 0.80 0.03 0.77 0.00 1.60 14.46 0.00 06:12:01 06:08:01 0.37 0.02 0.35 0.00 0.53 3.68 0.00 06:12:01 06:09:01 0.23 0.00 0.23 0.00 0.00 2.47 0.00 06:12:01 06:10:01 0.27 0.00 0.27 0.00 0.00 3.30 0.00 06:12:01 06:11:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 06:12:01 Average: 382.00 292.25 89.75 0.00 20797.47 32848.58 0.00 06:12:01 06:12:01 05:51:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:12:01 05:52:01 150724 0 659112 35.03 2620 1069088 1546632 52.78 492256 1036260 44 06:12:01 05:53:02 103236 0 699036 37.15 1904 1077368 1312852 44.81 556640 980692 20 06:12:01 05:54:01 154088 0 800748 42.56 772 925936 1733124 59.15 674084 776276 49964 06:12:01 05:55:01 336916 0 759120 40.35 324 785184 1421892 48.53 571784 681472 37588 06:12:01 05:56:01 77012 0 691452 36.75 0 1113080 1245800 42.52 746480 826812 62912 06:12:01 05:57:02 74524 0 831356 44.18 0 975664 2349256 80.18 773696 810600 69724 06:12:01 05:58:01 94568 0 693584 36.86 0 1093392 1608168 54.88 612700 922828 14604 06:12:01 05:59:01 231076 0 729936 38.79 0 920532 1760276 60.08 612444 790096 636 06:12:01 06:00:01 474940 0 598960 31.83 0 807644 1266584 43.23 412256 753092 20 06:12:01 06:01:01 483768 0 589600 31.34 0 808176 1180484 40.29 408292 752040 12 06:12:01 06:02:01 483692 0 588988 31.30 0 808864 1178708 40.23 408600 752224 8 06:12:01 06:03:01 480528 0 589328 31.32 0 811688 1178756 40.23 408796 755048 8 06:12:01 06:04:01 481288 0 588560 31.28 0 811696 1175564 40.12 408048 755048 8 06:12:01 06:05:01 481056 0 588788 31.29 0 811700 1175660 40.12 408296 755048 8 06:12:01 06:06:01 479532 0 589244 31.32 0 812768 1175564 40.12 408664 755376 16 06:12:01 06:07:01 478908 0 589888 31.35 0 812748 1175648 40.12 408868 755376 8 06:12:01 06:08:01 479464 0 589312 31.32 0 812768 1175564 40.12 408796 755408 8 06:12:01 06:09:01 479524 0 589224 31.32 0 812796 1175564 40.12 408804 755424 8 06:12:01 06:10:01 479728 0 589016 31.30 0 812800 1175564 40.12 408932 755424 16 06:12:01 06:11:01 479564 0 589172 31.31 0 812808 1175564 40.12 408684 755428 8 06:12:01 Average: 349207 0 647221 34.40 281 884835 1359361 46.39 497356 793999 11781 06:12:01 06:12:01 05:51:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:12:01 05:52:01 veth4a1b242 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 06:12:01 05:52:01 eth0 1004.49 668.60 3671.64 112.45 0.00 0.00 0.00 0.00 06:12:01 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 05:52:01 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 05:53:02 eth0 1161.01 1167.46 5859.94 117.28 0.00 0.00 0.00 0.00 06:12:01 05:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 05:53:02 docker0 875.36 806.41 70.72 3016.02 0.00 0.00 0.00 0.00 06:12:01 05:54:01 eth0 377.29 259.02 1793.08 86.03 0.00 0.00 0.00 0.00 06:12:01 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 05:54:01 veth9532515 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 06:12:01 05:54:01 docker0 94.95 113.13 7.32 471.91 0.00 0.00 0.00 0.00 06:12:01 05:55:01 eth0 33.55 16.82 27.27 14.41 0.00 0.00 0.00 0.00 06:12:01 05:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 05:55:01 veth9532515 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 05:56:01 veth1da6814 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:12:01 05:56:01 eth0 224.28 169.86 1701.08 76.43 0.00 0.00 0.00 0.00 06:12:01 05:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 05:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 05:57:02 veth1da6814 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 06:12:01 05:57:02 eth0 59.71 36.73 163.21 54.41 0.00 0.00 0.00 0.00 06:12:01 05:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 05:57:02 docker0 13.81 25.56 0.76 145.27 0.00 0.00 0.00 0.00 06:12:01 05:58:01 vethfe51deb 0.02 0.05 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 05:58:01 veth1da6814 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 06:12:01 05:58:01 eth0 48.18 28.58 172.74 11.82 0.00 0.00 0.00 0.00 06:12:01 05:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 05:59:01 veth1da6814 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 05:59:01 veth27440b7 2.02 2.84 0.22 10.22 0.00 0.00 0.00 0.00 06:12:01 05:59:01 veth8dee46a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 05:59:01 veth2973f86 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 06:12:01 06:00:01 eth0 3167.02 2495.94 14211.99 627.44 0.00 0.00 0.00 0.00 06:12:01 06:00:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 06:12:01 06:00:01 docker0 1052.18 1065.66 83.35 4290.46 0.00 0.00 0.00 0.00 06:12:01 06:01:01 eth0 0.68 0.13 0.11 0.04 0.00 0.00 0.00 0.00 06:12:01 06:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 06:02:01 eth0 1.10 0.33 0.45 0.23 0.00 0.00 0.00 0.00 06:12:01 06:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 06:03:01 eth0 0.63 0.43 0.28 0.21 0.00 0.00 0.00 0.00 06:12:01 06:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 06:04:01 eth0 0.67 0.08 0.07 0.04 0.00 0.00 0.00 0.00 06:12:01 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 06:05:01 eth0 0.57 0.40 0.27 0.21 0.00 0.00 0.00 0.00 06:12:01 06:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 06:06:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:12:01 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 06:07:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 06:12:01 06:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 06:08:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:12:01 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 06:09:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 06:12:01 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 06:10:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:12:01 06:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 06:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 06:11:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 06:12:01 06:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 06:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 Average: eth0 154.99 122.58 698.16 30.91 0.00 0.00 0.00 0.00 06:12:01 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:12:01 Average: docker0 51.85 52.51 4.11 211.41 0.00 0.00 0.00 0.00 06:12:01 06:12:01 06:12:01 ---> sar -P ALL: 06:12:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/31/20 _x86_64_ (4 CPU) 06:12:01 06:12:01 05:50:41 LINUX RESTART (4 CPU) 06:12:01 06:12:01 05:51:01 CPU %user %nice %system %iowait %steal %idle 06:12:01 05:52:01 all 14.82 0.00 8.98 5.09 0.04 71.07 06:12:01 05:52:01 0 15.03 0.00 9.10 3.83 0.05 71.99 06:12:01 05:52:01 1 13.34 0.00 10.23 3.52 0.05 72.87 06:12:01 05:52:01 2 15.80 0.00 7.92 4.68 0.03 71.56 06:12:01 05:52:01 3 15.10 0.00 8.67 8.33 0.03 67.87 06:12:01 05:53:02 all 14.82 0.00 8.61 2.67 0.05 73.85 06:12:01 05:53:02 0 13.40 0.00 11.59 2.80 0.05 72.15 06:12:01 05:53:02 1 16.47 0.00 8.06 2.99 0.05 72.42 06:12:01 05:53:02 2 14.39 0.00 6.89 2.36 0.03 76.33 06:12:01 05:53:02 3 15.00 0.00 7.93 2.53 0.05 74.48 06:12:01 05:54:01 all 27.42 0.00 11.17 7.82 0.10 53.49 06:12:01 05:54:01 0 27.43 0.00 11.32 5.80 0.09 55.37 06:12:01 05:54:01 1 26.99 0.00 11.25 10.88 0.12 50.75 06:12:01 05:54:01 2 28.92 0.00 10.67 7.71 0.09 52.61 06:12:01 05:54:01 3 26.32 0.00 11.46 6.90 0.09 55.23 06:12:01 05:55:01 all 57.37 0.00 16.22 4.82 0.07 21.53 06:12:01 05:55:01 0 58.09 0.00 16.50 2.47 0.07 22.87 06:12:01 05:55:01 1 55.55 0.00 16.59 6.42 0.07 21.37 06:12:01 05:55:01 2 59.31 0.00 16.10 2.66 0.05 21.88 06:12:01 05:55:01 3 56.50 0.00 15.68 7.78 0.07 19.98 06:12:01 05:56:01 all 23.71 0.00 15.18 4.27 0.19 56.64 06:12:01 05:56:01 0 23.81 0.00 15.08 3.83 0.16 57.13 06:12:01 05:56:01 1 24.69 0.00 15.77 4.31 0.23 55.00 06:12:01 05:56:01 2 23.74 0.00 15.01 5.40 0.22 55.63 06:12:01 05:56:01 3 22.62 0.00 14.88 3.54 0.16 58.81 06:12:01 05:57:02 all 24.85 0.00 30.01 21.81 0.75 22.59 06:12:01 05:57:02 0 24.66 0.00 30.51 21.32 0.89 22.62 06:12:01 05:57:02 1 25.07 0.00 30.43 21.16 0.75 22.59 06:12:01 05:57:02 2 25.09 0.00 30.18 22.80 0.82 21.11 06:12:01 05:57:02 3 24.56 0.00 28.89 21.94 0.54 24.07 06:12:01 05:58:01 all 48.16 0.00 17.50 16.00 0.32 18.02 06:12:01 05:58:01 0 48.33 0.00 16.97 15.37 0.41 18.92 06:12:01 05:58:01 1 48.40 0.00 18.49 16.36 0.34 16.41 06:12:01 05:58:01 2 46.68 0.00 17.54 15.16 0.31 20.31 06:12:01 05:58:01 3 49.21 0.00 16.98 17.10 0.21 16.50 06:12:01 05:59:01 all 41.12 0.00 23.40 22.12 0.39 12.97 06:12:01 05:59:01 0 40.99 0.00 23.71 24.05 0.39 10.87 06:12:01 05:59:01 1 42.30 0.00 23.14 19.63 0.47 14.46 06:12:01 05:59:01 2 40.49 0.00 21.92 23.46 0.39 13.75 06:12:01 05:59:01 3 40.71 0.00 24.84 21.37 0.30 12.78 06:12:01 06:00:01 all 21.42 0.00 14.17 18.08 0.07 46.27 06:12:01 06:00:01 0 22.18 0.00 14.60 16.57 0.07 46.58 06:12:01 06:00:01 1 20.94 0.00 14.65 18.78 0.07 45.55 06:12:01 06:00:01 2 21.00 0.00 14.07 20.27 0.05 44.60 06:12:01 06:00:01 3 21.56 0.00 13.34 16.68 0.07 48.35 06:12:01 06:01:01 all 0.15 0.00 0.07 0.03 0.00 99.75 06:12:01 06:01:01 0 0.02 0.00 0.07 0.00 0.00 99.92 06:12:01 06:01:01 1 0.53 0.00 0.07 0.02 0.00 99.38 06:12:01 06:01:01 2 0.03 0.00 0.03 0.03 0.00 99.90 06:12:01 06:01:01 3 0.03 0.00 0.10 0.08 0.00 99.78 06:12:01 06:02:01 all 0.16 0.00 0.08 0.01 0.00 99.75 06:12:01 06:02:01 0 0.02 0.00 0.05 0.02 0.00 99.92 06:12:01 06:02:01 1 0.53 0.00 0.08 0.02 0.00 99.37 06:12:01 06:02:01 2 0.05 0.00 0.12 0.00 0.00 99.83 06:12:01 06:02:01 3 0.03 0.00 0.08 0.02 0.00 99.87 06:12:01 06:12:01 06:02:01 CPU %user %nice %system %iowait %steal %idle 06:12:01 06:03:01 all 0.20 0.00 0.20 0.00 0.01 99.59 06:12:01 06:03:01 0 0.07 0.00 0.10 0.00 0.00 99.83 06:12:01 06:03:01 1 0.60 0.00 0.23 0.00 0.02 99.15 06:12:01 06:03:01 2 0.05 0.00 0.18 0.00 0.02 99.75 06:12:01 06:03:01 3 0.10 0.00 0.27 0.00 0.00 99.63 06:12:01 06:04:01 all 0.15 0.00 0.01 0.00 0.00 99.84 06:12:01 06:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:12:01 06:04:01 1 0.52 0.00 0.02 0.00 0.00 99.47 06:12:01 06:04:01 2 0.02 0.00 0.00 0.00 0.00 99.98 06:12:01 06:04:01 3 0.05 0.00 0.02 0.00 0.00 99.93 06:12:01 06:05:01 all 0.16 0.00 0.03 0.00 0.00 99.80 06:12:01 06:05:01 0 0.02 0.00 0.00 0.00 0.02 99.97 06:12:01 06:05:01 1 0.53 0.00 0.03 0.00 0.00 99.43 06:12:01 06:05:01 2 0.05 0.00 0.05 0.00 0.00 99.90 06:12:01 06:05:01 3 0.03 0.00 0.05 0.00 0.00 99.92 06:12:01 06:06:01 all 0.15 0.00 0.05 0.02 0.00 99.78 06:12:01 06:06:01 0 0.00 0.00 0.03 0.00 0.00 99.97 06:12:01 06:06:01 1 0.52 0.00 0.02 0.00 0.00 99.47 06:12:01 06:06:01 2 0.05 0.00 0.13 0.07 0.00 99.75 06:12:01 06:06:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:12:01 06:07:01 all 0.15 0.00 0.02 0.00 0.00 99.83 06:12:01 06:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:12:01 06:07:01 1 0.50 0.00 0.02 0.00 0.00 99.48 06:12:01 06:07:01 2 0.05 0.00 0.03 0.00 0.00 99.92 06:12:01 06:07:01 3 0.02 0.00 0.03 0.00 0.00 99.95 06:12:01 06:08:01 all 0.14 0.00 0.02 0.00 0.00 99.83 06:12:01 06:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 06:12:01 06:08:01 1 0.50 0.00 0.02 0.00 0.00 99.48 06:12:01 06:08:01 2 0.03 0.00 0.05 0.00 0.00 99.92 06:12:01 06:08:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:12:01 06:09:01 all 0.09 0.00 0.04 0.00 0.00 99.87 06:12:01 06:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:12:01 06:09:01 1 0.28 0.00 0.08 0.00 0.00 99.63 06:12:01 06:09:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:12:01 06:09:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:12:01 06:10:01 all 0.02 0.00 0.03 0.00 0.01 99.94 06:12:01 06:10:01 0 0.00 0.00 0.02 0.00 0.00 99.98 06:12:01 06:10:01 1 0.02 0.00 0.03 0.00 0.00 99.95 06:12:01 06:10:01 2 0.05 0.00 0.05 0.00 0.02 99.88 06:12:01 06:10:01 3 0.02 0.00 0.02 0.00 0.02 99.95 06:12:01 06:11:01 all 0.09 0.00 0.03 0.00 0.00 99.88 06:12:01 06:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:12:01 06:11:01 1 0.28 0.00 0.05 0.00 0.00 99.67 06:12:01 06:11:01 2 0.02 0.00 0.05 0.00 0.00 99.93 06:12:01 06:11:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:12:01 Average: all 13.35 0.00 7.07 4.96 0.10 74.53 06:12:01 Average: 0 13.29 0.00 7.26 4.63 0.11 74.71 06:12:01 Average: 1 13.53 0.00 7.25 5.03 0.10 74.09 06:12:01 Average: 2 13.39 0.00 6.84 5.05 0.10 74.62 06:12:01 Average: 3 13.18 0.00 6.93 5.13 0.07 74.69 06:12:01 06:12:01 06:12:01