Pull request #2978 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1835bda8bf204076797b07569499485e33da4c1c+68a8f910767166238b38b7946bcb5bba3869a893 (fda936464326d5255dc7770493a874f9d3b2f83f) 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-2978/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-2978/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-17879 in /w/workspace/edgexfoundry_edgex-go_PR-2978 [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 > 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 Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 1835bda8bf204076797b07569499485e33da4c1c Merge succeeded, producing 1835bda8bf204076797b07569499485e33da4c1c Checking out Revision 1835bda8bf204076797b07569499485e33da4c1c (PR-2978) > 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/2978/head:refs/remotes/origin/PR-2978 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1835bda8bf204076797b07569499485e33da4c1c # 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 1835bda8bf204076797b07569499485e33da4c1c # timeout=10 Commit message: "build(deps): Bump github.com/google/uuid from 1.1.2 to 1.1.3" 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:50:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:50:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:50:01 ========================================================= 05:50:01 EdgeX Global Pipelines Version Info 05:50:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:50:03 ------------------- 05:50:03 stable info: 05:50:03 ------------------- 05:50:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:50:03 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 05:50:03 Message: update stable to v1.0.173 05:50:04 ------------------- 05:50:04 experimental info: 05:50:04 ------------------- 05:50:04 Commited By: **** collab-it+edgex@linuxfoundation.org 05:50:04 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 05:50:04 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:50:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 05:50:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 05:50:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:50:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:50:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:50:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 05:50:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 05:50:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 05:50:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 05:50:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 05:50:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:50:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:50:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:50:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:50:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:50:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 05:50:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:50:06 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:50:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 05:50:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 05:50:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 05:50:07 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 05:50:07 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 05:50:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2978 [Pipeline] echo 05:50:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2978 [Pipeline] echo 05:50:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2978 [Pipeline] echo 05:50:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1835bda8bf204076797b07569499485e33da4c1c [Pipeline] echo 05:50:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1835bda [Pipeline] echo 05:50:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:50:08 provisioning config files... 05:50:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5866671218926200802tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:50:08 ---> docker-login.sh 05:50:08 nexus3.edgexfoundry.org:10001 05:50:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:09 Configure a credential helper to remove this warning. See 05:50:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:09 05:50:09 Login Succeeded 05:50:09 nexus3.edgexfoundry.org:10002 05:50:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:09 Configure a credential helper to remove this warning. See 05:50:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:09 05:50:09 Login Succeeded 05:50:09 nexus3.edgexfoundry.org:10003 05:50:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:09 Configure a credential helper to remove this warning. See 05:50:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:09 05:50:09 Login Succeeded 05:50:09 nexus3.edgexfoundry.org:10004 05:50:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:10 Configure a credential helper to remove this warning. See 05:50:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:10 05:50:10 Login Succeeded 05:50:10 docker.io 05:50:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:50:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:50:10 Configure a credential helper to remove this warning. See 05:50:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:50:10 05:50:10 Login Succeeded 05:50:10 ---> docker-login.sh ends [Pipeline] } 05:50:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:50:11 ++ 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:50:11 + for file in '`ls cmd/**/Dockerfile`' 05:50:11 ++ dirname cmd/core-command/Dockerfile 05:50:11 ++ cut -d/ -f2 05:50:11 + echo core-command,cmd/core-command/Dockerfile 05:50:11 + for file in '`ls cmd/**/Dockerfile`' 05:50:11 ++ dirname cmd/core-data/Dockerfile 05:50:11 ++ cut -d/ -f2 05:50:11 + echo core-data,cmd/core-data/Dockerfile 05:50:11 + for file in '`ls cmd/**/Dockerfile`' 05:50:11 ++ dirname cmd/core-metadata/Dockerfile 05:50:11 ++ cut -d/ -f2 05:50:11 + echo core-metadata,cmd/core-metadata/Dockerfile 05:50:11 + for file in '`ls cmd/**/Dockerfile`' 05:50:11 ++ dirname cmd/security-bootstrap-redis/Dockerfile 05:50:11 ++ cut -d/ -f2 05:50:11 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 05:50:11 + for file in '`ls cmd/**/Dockerfile`' 05:50:11 ++ dirname cmd/security-proxy-setup/Dockerfile 05:50:11 ++ cut -d/ -f2 05:50:11 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 05:50:11 + for file in '`ls cmd/**/Dockerfile`' 05:50:11 ++ dirname cmd/security-secretstore-setup/Dockerfile 05:50:11 ++ cut -d/ -f2 05:50:11 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 05:50:11 + for file in '`ls cmd/**/Dockerfile`' 05:50:11 ++ dirname cmd/support-notifications/Dockerfile 05:50:11 ++ cut -d/ -f2 05:50:11 + echo support-notifications,cmd/support-notifications/Dockerfile 05:50:11 + for file in '`ls cmd/**/Dockerfile`' 05:50:11 ++ dirname cmd/support-scheduler/Dockerfile 05:50:11 ++ cut -d/ -f2 05:50:11 + echo support-scheduler,cmd/support-scheduler/Dockerfile 05:50:11 + for file in '`ls cmd/**/Dockerfile`' 05:50:11 ++ dirname cmd/sys-mgmt-agent/Dockerfile 05:50:11 ++ cut -d/ -f2 05:50:11 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 05:50:11 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:50:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:50:12 05:50:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:50:12 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:50:12 latest: Pulling from edgex-devops/git-semver 05:50:12 31603596830f: Pulling fs layer 05:50:12 2a8b12db71e7: Pulling fs layer 05:50:12 6ca5941a6612: Pulling fs layer 05:50:12 ecc8261a40a4: Pulling fs layer 05:50:12 ecc8261a40a4: Waiting 05:50:12 2a8b12db71e7: Verifying Checksum 05:50:12 2a8b12db71e7: Download complete 05:50:13 31603596830f: Verifying Checksum 05:50:13 31603596830f: Download complete 05:50:13 6ca5941a6612: Verifying Checksum 05:50:13 6ca5941a6612: Download complete 05:50:13 ecc8261a40a4: Verifying Checksum 05:50:13 ecc8261a40a4: Download complete 05:50:13 31603596830f: Pull complete 05:50:13 2a8b12db71e7: Pull complete 05:50:14 6ca5941a6612: Pull complete 05:50:14 ecc8261a40a4: Pull complete 05:50:14 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:50:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:50:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:50:14 prd-centos7-docker-4c-2g-17879 does not seem to be running inside a container 05:50:14 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:50:17 $ docker top 3524bcc536fe877e3e172b7a3f08d476ef98f139481777212a4b7de2100853c1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:50:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:50:17 [ssh-agent] Looking for ssh-agent implementation... 05:50:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:50:18 $ docker exec 3524bcc536fe877e3e172b7a3f08d476ef98f139481777212a4b7de2100853c1 ssh-agent 05:50:18 SSH_AUTH_SOCK=/tmp/ssh-pBmqt3LM8wJs/agent.11 05:50:18 SSH_AGENT_PID=16 05:50:18 Running ssh-add (command line suppressed) 05:50:18 Identity added: /w/workspace/edgex-go/1@tmp/private_key_4931680948935872842.key (/w/workspace/edgex-go/1@tmp/private_key_4931680948935872842.key) 05:50:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:50:18 + git tag --points-at HEAD [Pipeline] } 05:50:18 $ docker exec --env ******** --env ******** 3524bcc536fe877e3e172b7a3f08d476ef98f139481777212a4b7de2100853c1 ssh-agent -k 05:50:18 unset SSH_AUTH_SOCK; 05:50:18 unset SSH_AGENT_PID; 05:50:18 echo Agent pid 16 killed; 05:50:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:50:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:50:19 [ssh-agent] Looking for ssh-agent implementation... 05:50:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:50:19 $ docker exec 3524bcc536fe877e3e172b7a3f08d476ef98f139481777212a4b7de2100853c1 ssh-agent 05:50:19 SSH_AUTH_SOCK=/tmp/ssh-LxlfyUjlhzgN/agent.46 05:50:19 SSH_AGENT_PID=51 05:50:19 Running ssh-add (command line suppressed) 05:50:19 Identity added: /w/workspace/edgex-go/1@tmp/private_key_3873673844649548214.key (/w/workspace/edgex-go/1@tmp/private_key_3873673844649548214.key) 05:50:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:50:20 + git semver init 05:50:20 # -> Open(): unable to determine branch for HEAD 05:50:20 # $GIT_DIR = /w/workspace/edgex-go/1/.git 05:50:20 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 05:50:20 # $SEMVER_REMOTE_NAME = origin 05:50:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:50:20 # $SEMVER_USER_NAME = edgex-jenkins 05:50:20 # $SEMVER_BRANCH = PR-2978 05:50:20 # $SEMVER_TEMP = /tmp/semver-035257313 05:50:20 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 05:50:46 # '/tmp/semver-035257313' -> '/w/workspace/edgex-go/1/.semver' 05:50:47 # -> Force: false 05:50:47 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 05:50:47 $ docker exec --env ******** --env ******** 3524bcc536fe877e3e172b7a3f08d476ef98f139481777212a4b7de2100853c1 ssh-agent -k 05:50:47 unset SSH_AUTH_SOCK; 05:50:47 unset SSH_AGENT_PID; 05:50:47 echo Agent pid 51 killed; 05:50:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:50:48 + git semver [Pipeline] } 05:50:48 $ docker stop --time=1 3524bcc536fe877e3e172b7a3f08d476ef98f139481777212a4b7de2100853c1 05:50:50 $ docker rm -f 3524bcc536fe877e3e172b7a3f08d476ef98f139481777212a4b7de2100853c1 [Pipeline] // withDockerContainer [Pipeline] sh 05:50:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:50:51 Stashed 1 file(s) [Pipeline] echo 05:50:51 [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:50:52 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:50:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:50:53 + true 05:50:53 + sudo service docker restart 05:50:53 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 05:50:54 ========================================================= 05:50:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 05:50:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:50:54 + 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:50:57 Sending build context to Docker daemon 326.2MB 05:50:57 Step 1/7 : ARG BASE=golang:1.15-alpine 05:50:57 Step 2/7 : FROM ${BASE} 05:50:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 05:50:57 188c0c94c7c5: Pulling fs layer 05:50:57 0ef7d3d256c8: Pulling fs layer 05:50:57 de9db76c5a1d: Pulling fs layer 05:50:57 bca2f99d35d6: Pulling fs layer 05:50:57 93359f2a8cfa: Pulling fs layer 05:50:57 7c6f9722023f: Pulling fs layer 05:50:57 a35cf1a2eb13: Pulling fs layer 05:50:57 bca2f99d35d6: Waiting 05:50:57 93359f2a8cfa: Waiting 05:50:57 7c6f9722023f: Waiting 05:50:57 a35cf1a2eb13: Waiting 05:50:57 de9db76c5a1d: Download complete 05:50:57 0ef7d3d256c8: Verifying Checksum 05:50:57 0ef7d3d256c8: Download complete 05:50:57 93359f2a8cfa: Download complete 05:50:57 7c6f9722023f: Download complete 05:50:57 188c0c94c7c5: Verifying Checksum 05:50:57 188c0c94c7c5: Download complete 05:50:58 188c0c94c7c5: Pull complete 05:50:58 0ef7d3d256c8: Pull complete 05:50:58 de9db76c5a1d: Pull complete 05:51:00 a35cf1a2eb13: Verifying Checksum 05:51:00 a35cf1a2eb13: Download complete 05:51:01 bca2f99d35d6: Verifying Checksum 05:51:01 bca2f99d35d6: Download complete 05:51:06 bca2f99d35d6: Pull complete 05:51:06 93359f2a8cfa: Pull complete 05:51:06 7c6f9722023f: Pull complete 05:51:07 Still waiting to schedule task 05:51:07 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 05:51:13 a35cf1a2eb13: Pull complete 05:51:13 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 05:51:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 05:51:13 ---> a62c8e92a672 05:51:13 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:51:13 ---> Running in 3d3f5c69423f 05:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:51:14 (1/12) Installing libmagic (5.38-r0) 05:51:14 (2/12) Installing file (5.38-r0) 05:51:14 (3/12) Installing libc-dev (0.7.2-r3) 05:51:14 (4/12) Installing g++ (9.3.0-r2) 05:51:19 (5/12) Installing fortify-headers (1.1-r0) 05:51:19 (6/12) Installing patch (2.7.6-r6) 05:51:19 (7/12) Installing build-base (0.5-r2) 05:51:19 (8/12) Installing libsodium (1.0.18-r0) 05:51:19 (9/12) Installing pkgconf (1.7.2-r0) 05:51:19 (10/12) Installing libsodium-dev (1.0.18-r0) 05:51:19 (11/12) Installing libzmq (4.3.3-r0) 05:51:19 (12/12) Installing zeromq-dev (4.3.3-r0) 05:51:19 Executing busybox-1.31.1-r19.trigger 05:51:19 OK: 233 MiB in 51 packages 05:51:23 Removing intermediate container 3d3f5c69423f 05:51:23 ---> 5e9ea466203c 05:51:23 Step 4/7 : WORKDIR /edgex-go 05:51:23 ---> Running in 764f7efa50ea 05:51:23 Removing intermediate container 764f7efa50ea 05:51:23 ---> 3f47f292a699 05:51:23 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 05:51:24 latest: Pulling from library/docker 05:51:24 801bfaa63ef2: Pulling fs layer 05:51:24 4f7dc993c79e: Pulling fs layer 05:51:24 d39d95e4997f: Pulling fs layer 05:51:24 1cda4b703d87: Pulling fs layer 05:51:24 54e5375350ea: Pulling fs layer 05:51:24 f08cd1b3bb1b: Pulling fs layer 05:51:24 8e17d04e0c68: Pulling fs layer 05:51:24 54e5375350ea: Waiting 05:51:24 f08cd1b3bb1b: Waiting 05:51:24 8e17d04e0c68: Waiting 05:51:24 1cda4b703d87: Waiting 05:51:24 d39d95e4997f: Verifying Checksum 05:51:24 d39d95e4997f: Download complete 05:51:24 801bfaa63ef2: Download complete 05:51:24 4f7dc993c79e: Download complete 05:51:24 54e5375350ea: Verifying Checksum 05:51:24 54e5375350ea: Download complete 05:51:24 f08cd1b3bb1b: Verifying Checksum 05:51:24 f08cd1b3bb1b: Download complete 05:51:25 801bfaa63ef2: Pull complete 05:51:25 8e17d04e0c68: Verifying Checksum 05:51:25 8e17d04e0c68: Download complete 05:51:25 4f7dc993c79e: Pull complete 05:51:25 d39d95e4997f: Pull complete 05:51:25 1cda4b703d87: Verifying Checksum 05:51:25 1cda4b703d87: Download complete 05:51:29 1cda4b703d87: Pull complete 05:51:29 54e5375350ea: Pull complete 05:51:29 f08cd1b3bb1b: Pull complete 05:51:29 8e17d04e0c68: Pull complete 05:51:29 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 05:51:29 Status: Downloaded newer image for docker:latest 05:51:30 ---> 0f086bb39c43 05:51:30 Step 6/7 : COPY go.mod . 05:51:30 ---> 0fad51303994 05:51:30 Step 7/7 : RUN go mod download 05:51:30 ---> Running in df767f44a129 05:51:52 Removing intermediate container df767f44a129 05:51:52 ---> 6e75ff91ff24 05:51:52 Successfully built 6e75ff91ff24 05:51:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:51:53 + docker inspect -f . ci-base-image-x86_64 05:51:53 . [Pipeline] withDockerContainer 05:51:53 prd-centos7-docker-4c-2g-17879 does not seem to be running inside a container 05:51:53 $ 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 ******** -e ******** ci-base-image-x86_64 cat 05:51:54 $ docker top 6af344d431e534ace60991a4a6f4706b65cdafe4c8966f2a54919f9e18198639 -eo pid,comm [Pipeline] { [Pipeline] sh 05:51:54 + go version 05:51:54 go version go1.15.5 linux/amd64 [Pipeline] } 05:51:54 $ docker stop --time=1 6af344d431e534ace60991a4a6f4706b65cdafe4c8966f2a54919f9e18198639 05:51:56 $ docker rm -f 6af344d431e534ace60991a4a6f4706b65cdafe4c8966f2a54919f9e18198639 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:51:57 + docker inspect -f . ci-base-image-x86_64 05:51:57 . [Pipeline] withDockerContainer 05:51:57 prd-centos7-docker-4c-2g-17879 does not seem to be running inside a container 05:51:57 $ 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 ******** -e ******** ci-base-image-x86_64 cat 05:51:58 $ docker top 368ab788232fe496b1584288257f684d3aa0110c9c70b2d214bdf7efd5a9f922 -eo pid,comm [Pipeline] { [Pipeline] echo 05:51:58 ========================================================= 05:51:58 [edgeXBuildGoParallel] Running Tests and Build... 05:51:58 ========================================================= [Pipeline] sh 05:51:59 + make test 05:51:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 05:52:09 ? github.com/edgexfoundry/edgex-go [no test files] 05:52:21 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 05:52:28 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 05:52:28 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 05:52:28 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 05:52:28 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 05:52:28 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 05:52:28 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 05:52:28 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 05:52:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 05:52:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 05:52:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 05:52:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 05:52:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 05:52:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 46.6% of statements 05:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 05:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 05:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 05:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 05:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 05:52:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.176s coverage: 27.0% of statements 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 05:52:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 05:52:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 05:52:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.405s coverage: 74.4% of statements 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 05:52:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.419s coverage: 83.3% of statements 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 05:52:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.359s coverage: 28.6% of statements 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 05:52:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 05:52:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements 05:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 05:52:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.111s coverage: 86.7% of statements 05:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 05:52:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.115s coverage: 97.5% of statements 05:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 05:52:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements 05:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 05:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 05:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 05:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 05:52:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.344s coverage: 93.8% of statements 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 05:52:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 05:52:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 05:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 05:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.059s coverage: 75.5% of statements 05:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 05:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 05:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 05:52:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.063s coverage: 84.2% of statements 05:52:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.114s coverage: 91.4% of statements 05:52:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 05:52:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 63.5% of statements 05:52:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 05:52:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 05:52:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements 05:52:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements 05:52:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements 05:52:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements 05:52:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 05:52:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.347s coverage: 55.9% of statements 05:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 05:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 05:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 05:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 05:52:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 05:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 37.0% of statements 05:52:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 05:52:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 05:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.324s coverage: 84.0% of statements 05:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements 05:52:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.120s coverage: 47.1% of statements 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 05:52:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 05:52:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.073s coverage: 100.0% of statements 05:52:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 05:52:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.685s coverage: 29.1% of statements 05:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 05:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 05:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 05:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 05:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 05:52:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.083s coverage: 99.0% of statements 05:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 05:52:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 05:52:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 05:52:50 ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements 05:52:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 05:52:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 05:52:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 05:52:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 05:52:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 05:52:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 05:52:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements 05:52:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 05:52:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 05:52:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements 05:52:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 05:52:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 05:52:51 GO111MODULE=on go vet ./... 05:53:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17882 in /w/workspace/edgexfoundry_edgex-go_PR-2978 [Pipeline] { [Pipeline] ws 05:53:01 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 05:53:06 using credential edgex-jenkins-ssh 05:53:06 Cloning the remote Git repository 05:53:06 Cloning repository git@github.com:edgexfoundry/edgex-go.git 05:53:06 > git init /w/workspace/edgex-go/1 # timeout=10 05:53:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:53:06 > git --version # timeout=10 05:53:06 > git --version # 'git version 2.17.1' 05:53:06 using GIT_SSH to set credentials SSH Credentials for GitHub 05:53:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:53:18 gofmt -l . 05:53:18 [ "`gofmt -l .`" = "" ] 05:53:18 ./bin/test-go-mod-tidy.sh 05:53:18 ./bin/test-attribution-txt.sh [Pipeline] sh 05:53:18 + ls -al . 05:53:18 total 636 05:53:18 drwxrwxr-x 10 1001 1001 4096 Dec 31 05:53 . 05:53:18 drwxr-xr-x 4 root root 28 Dec 31 05:51 .. 05:53:18 -rw-rw-r-- 1 1001 1001 11 Dec 31 05:49 .dockerignore 05:53:18 drwxrwxr-x 8 1001 1001 179 Dec 31 05:49 .git 05:53:18 drwxrwxr-x 3 1001 1001 125 Dec 31 05:49 .github 05:53:18 -rw-rw-r-- 1 1001 1001 824 Dec 31 05:49 .gitignore 05:53:18 drwx------ 3 1001 1001 47 Dec 31 05:50 .semver 05:53:18 -rw-rw-r-- 1 1001 1001 166 Dec 31 05:49 .sonarcloud.properties 05:53:18 -rw-rw-r-- 1 1001 1001 3804 Dec 31 05:49 CONTRIBUTING.md 05:53:18 -rw-rw-r-- 1 1001 1001 1035 Dec 31 05:49 Dockerfile.build 05:53:18 -rw-rw-r-- 1 1001 1001 863 Dec 31 05:49 Jenkinsfile 05:53:18 -rw-rw-r-- 1 1001 1001 10775 Dec 31 05:49 LICENSE 05:53:18 -rw-rw-r-- 1 1001 1001 5750 Dec 31 05:49 Makefile 05:53:18 -rw-rw-r-- 1 1001 1001 6511 Dec 31 05:49 README.md 05:53:18 -rw-rw-r-- 1 1001 1001 6744 Dec 31 05:49 SECURITY.md 05:53:18 -rw-rw-r-- 1 1001 1001 5 Dec 31 05:50 VERSION 05:53:18 -rw-rw-r-- 1 1001 1001 4131 Dec 31 05:49 ZMQWindows.md 05:53:18 drwxrwxr-x 2 1001 1001 117 Dec 31 05:49 bin 05:53:18 drwxrwxr-x 14 1001 1001 4096 Dec 31 05:49 cmd 05:53:18 -rw-r--r-- 1 root root 537189 Dec 31 05:52 coverage.out 05:53:18 -rw-r--r-- 1 root root 979 Dec 31 05:53 go.mod 05:53:18 -rw-r--r-- 1 root root 18824 Dec 31 05:53 go.sum 05:53:18 drwxrwxr-x 8 1001 1001 127 Dec 31 05:49 internal 05:53:18 drwxrwxr-x 4 1001 1001 26 Dec 31 05:49 openapi 05:53:18 drwxrwxr-x 4 1001 1001 71 Dec 31 05:49 snap 05:53:18 -rw-rw-r-- 1 1001 1001 168 Dec 31 05:49 version.go [Pipeline] sh 05:53:18 + '[' -e coverage.out ] 05:53:18 + chown 1001:1001 coverage.out [Pipeline] stash 05:53:19 Stashed 1 file(s) [Pipeline] sh 05:53:19 + make build 05:53:19 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:53:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 05:53:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:53:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:53:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:53:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:53:25 using GIT_SSH to set credentials SSH Credentials for GitHub 05:53:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2978/head:refs/remotes/origin/PR-2978 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:53:25 Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 1835bda8bf204076797b07569499485e33da4c1c 05:53:26 Merge succeeded, producing 1835bda8bf204076797b07569499485e33da4c1c 05:53:26 Checking out Revision 1835bda8bf204076797b07569499485e33da4c1c (PR-2978) 05:53:25 > git config core.sparsecheckout # timeout=10 05:53:25 > git checkout -f 1835bda8bf204076797b07569499485e33da4c1c # timeout=10 05:53:26 > git remote # timeout=10 05:53:26 > git config --get remote.origin.url # timeout=10 05:53:26 using GIT_SSH to set credentials SSH Credentials for GitHub 05:53:26 > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 05:53:26 > git rev-parse HEAD^{commit} # timeout=10 05:53:26 > git config core.sparsecheckout # timeout=10 05:53:26 > git checkout -f 1835bda8bf204076797b07569499485e33da4c1c # timeout=10 05:53:29 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:53:30 Commit message: "build(deps): Bump github.com/google/uuid from 1.1.2 to 1.1.3" 05:53:30 > git --version # timeout=10 05:53:30 > git --version # 'git version 2.17.1' 05:53:30 fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 05:53:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:53:32 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:53:32 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 05:53:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [Pipeline] sh 05:53:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:53:33 + + sudotrue service 05:53:33 docker restart 05:53:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:53:35 provisioning config files... 05:53:35 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config333160213236124127tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:53:35 ---> docker-login.sh 05:53:35 nexus3.edgexfoundry.org:10001 05:53:36 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:53:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:53:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:53:37 Configure a credential helper to remove this warning. See 05:53:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:53:37 05:53:37 Login Succeeded 05:53:37 nexus3.edgexfoundry.org:10002 05:53:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:53:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:53:37 Configure a credential helper to remove this warning. See 05:53:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:53:37 05:53:37 Login Succeeded 05:53:37 nexus3.edgexfoundry.org:10003 05:53:37 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:53:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:53:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:53:38 Configure a credential helper to remove this warning. See 05:53:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:53:38 05:53:38 Login Succeeded 05:53:38 nexus3.edgexfoundry.org:10004 05:53:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:53:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:53:38 Configure a credential helper to remove this warning. See 05:53:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:53:38 05:53:38 Login Succeeded 05:53:38 docker.io 05:53:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 05:53:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:53:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:53:39 Configure a credential helper to remove this warning. See 05:53:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:53:39 05:53:39 Login Succeeded 05:53:39 ---> docker-login.sh ends [Pipeline] } 05:53:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 05:53:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] echo 05:53:40 ========================================================= 05:53:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 05:53:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:53:40 + 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:53:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 05:53:42 $ docker stop --time=1 368ab788232fe496b1584288257f684d3aa0110c9c70b2d214bdf7efd5a9f922 05:53:43 Sending build context to Docker daemon 165.3MB 05:53:43 Step 1/7 : ARG BASE=golang:1.15-alpine 05:53:43 Step 2/7 : FROM ${BASE} 05:53:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:53:43 5f621e34cdf4: Pulling fs layer 05:53:43 a4357932f1b6: Pulling fs layer 05:53:43 18c013af1878: Pulling fs layer 05:53:43 00ac8860ef70: Pulling fs layer 05:53:43 63d7cb157983: Pulling fs layer 05:53:43 b116817d02f9: Pulling fs layer 05:53:43 745a02a5169b: Pulling fs layer 05:53:43 63d7cb157983: Waiting 05:53:43 b116817d02f9: Waiting 05:53:43 745a02a5169b: Waiting 05:53:43 00ac8860ef70: Waiting 05:53:43 18c013af1878: Download complete 05:53:43 a4357932f1b6: Verifying Checksum 05:53:43 a4357932f1b6: Download complete 05:53:43 63d7cb157983: Verifying Checksum 05:53:43 63d7cb157983: Download complete 05:53:43 5f621e34cdf4: Verifying Checksum 05:53:43 5f621e34cdf4: Download complete 05:53:43 b116817d02f9: Verifying Checksum 05:53:43 b116817d02f9: Download complete 05:53:43 5f621e34cdf4: Pull complete 05:53:43 $ docker rm -f 368ab788232fe496b1584288257f684d3aa0110c9c70b2d214bdf7efd5a9f922 05:53:44 a4357932f1b6: Pull complete [Pipeline] // withDockerContainer 05:53:44 18c013af1878: Pull complete [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 05:53:45 745a02a5169b: Verifying Checksum 05:53:45 745a02a5169b: Download complete [Pipeline] isUnix [Pipeline] sh 05:53:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:53:46 05:53:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix 05:53:47 00ac8860ef70: Verifying Checksum 05:53:47 00ac8860ef70: Download complete [Pipeline] sh 05:53:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:53:47 latest: Pulling from edgex-devops/edgex-compose 05:53:47 cbdbe7a5bc2a: Pulling fs layer 05:53:47 ca9280d653b3: Pulling fs layer 05:53:47 7e9c9ca2126c: Pulling fs layer 05:53:47 cbdbe7a5bc2a: Verifying Checksum 05:53:47 cbdbe7a5bc2a: Download complete 05:53:47 cbdbe7a5bc2a: Pull complete 05:53:47 ca9280d653b3: Verifying Checksum 05:53:47 ca9280d653b3: Download complete 05:53:49 ca9280d653b3: Pull complete 05:53:49 7e9c9ca2126c: Download complete 05:53:57 00ac8860ef70: Pull complete 05:53:57 63d7cb157983: Pull complete 05:53:57 b116817d02f9: Pull complete 05:53:57 7e9c9ca2126c: Pull complete 05:53:57 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 05:53:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:53:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 05:53:57 prd-centos7-docker-4c-2g-17879 does not seem to be running inside a container 05:53:57 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 05:53:58 $ docker top a8eef811eabbf68be239aa3bc150516aecb81eaa28384671bb0050d5dbf3d24f -eo pid,comm [Pipeline] { [Pipeline] sh 05:53:59 + docker-compose build --help 05:53:59 + grep parallel 05:54:00 --parallel Build images in parallel. [Pipeline] } 05:54:00 $ docker stop --time=1 a8eef811eabbf68be239aa3bc150516aecb81eaa28384671bb0050d5dbf3d24f 05:54:01 $ docker rm -f a8eef811eabbf68be239aa3bc150516aecb81eaa28384671bb0050d5dbf3d24f 05:54:01 745a02a5169b: Pull complete 05:54:01 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 05:54:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 05:54:01 ---> b7e6874047d6 05:54:01 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 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:54:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 05:54:02 . [Pipeline] withDockerContainer 05:54:02 prd-centos7-docker-4c-2g-17879 does not seem to be running inside a container 05:54:02 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 05:54:04 $ docker top 9f8ad424ec7a355afd12b575494bb3c6c018f9630456d054b766dab302a8d25d -eo pid,comm [Pipeline] { [Pipeline] sh 05:54:05 + docker-compose -f ./docker-compose-build.yml build --parallel 05:54:05 ---> Running in a5834db2cbfb 05:54:06 Building docker-core-command-go ... 05:54:06 Building docker-core-data-go ... 05:54:06 Building docker-core-metadata-go ... 05:54:06 Building docker-security-bootstrap-redis-go ... 05:54:06 Building docker-security-proxy-setup-go ... 05:54:06 Building docker-security-secretstore-setup-go ... 05:54:06 Building docker-support-notifications-go ... 05:54:06 Building docker-support-scheduler-go ... 05:54:06 Building docker-sys-mgmt-agent-go ... 05:54:06 Building docker-security-secretstore-setup-go 05:54:06 Building docker-support-scheduler-go 05:54:06 Building docker-security-proxy-setup-go 05:54:06 Building docker-security-bootstrap-redis-go 05:54:06 Building docker-core-command-go 05:54:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:54:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:54:07 (1/12) Installing libmagic (5.38-r0) 05:54:07 (2/12) Installing file (5.38-r0) 05:54:07 (3/12) Installing libc-dev (0.7.2-r3) 05:54:08 (4/12) Installing g++ (9.3.0-r2) 05:54:12 (5/12) Installing fortify-headers (1.1-r0) 05:54:12 (6/12) Installing patch (2.7.6-r6) 05:54:12 (7/12) Installing build-base (0.5-r2) 05:54:12 (8/12) Installing libsodium (1.0.18-r0) 05:54:13 (9/12) Installing pkgconf (1.7.2-r0) 05:54:13 (10/12) Installing libsodium-dev (1.0.18-r0) 05:54:13 (11/12) Installing libzmq (4.3.3-r0) 05:54:13 (12/12) Installing zeromq-dev (4.3.3-r0) 05:54:13 Executing busybox-1.31.1-r19.trigger 05:54:13 OK: 217 MiB in 51 packages 05:54:17 Removing intermediate container a5834db2cbfb 05:54:17 ---> 092d30260f32 05:54:17 Step 4/7 : WORKDIR /edgex-go 05:54:17 ---> Running in 2b9e0937b95b 05:54:18 Removing intermediate container 2b9e0937b95b 05:54:18 ---> 67010793adee 05:54:18 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 05:54:18 latest: Pulling from library/docker 05:54:18 159e5727ea61: Pulling fs layer 05:54:18 687389c36290: Pulling fs layer 05:54:18 94e28978939c: Pulling fs layer 05:54:18 ea42096754a7: Pulling fs layer 05:54:18 bd61cee6920e: Pulling fs layer 05:54:18 87c4ece4675c: Pulling fs layer 05:54:18 90ca8b2ff088: Pulling fs layer 05:54:18 bd61cee6920e: Waiting 05:54:18 87c4ece4675c: Waiting 05:54:18 ea42096754a7: Waiting 05:54:18 90ca8b2ff088: Waiting 05:54:18 94e28978939c: Verifying Checksum 05:54:18 94e28978939c: Download complete 05:54:18 687389c36290: Verifying Checksum 05:54:18 687389c36290: Download complete 05:54:19 159e5727ea61: Verifying Checksum 05:54:19 159e5727ea61: Download complete 05:54:19 bd61cee6920e: Verifying Checksum 05:54:19 bd61cee6920e: Download complete 05:54:19 87c4ece4675c: Verifying Checksum 05:54:19 87c4ece4675c: Download complete 05:54:19 90ca8b2ff088: Verifying Checksum 05:54:19 90ca8b2ff088: Download complete 05:54:19 159e5727ea61: Pull complete 05:54:20 687389c36290: Pull complete 05:54:20 ea42096754a7: Verifying Checksum 05:54:20 ea42096754a7: Download complete 05:54:20 94e28978939c: Pull complete 05:54:24 ea42096754a7: Pull complete 05:54:24 bd61cee6920e: Pull complete 05:54:24 87c4ece4675c: Pull complete 05:54:25 90ca8b2ff088: Pull complete 05:54:25 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 05:54:25 Status: Downloaded newer image for docker:latest 05:54:28 ---> 8c022e5f256e 05:54:28 Step 6/7 : COPY go.mod . 05:54:29 ---> c84fae8d680e 05:54:29 Step 7/7 : RUN go mod download 05:54:29 ---> Running in 343e1cb0a468 05:54:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 05:54:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:54:38 ---> 6e75ff91ff24 05:54:38 Step 3/22 : WORKDIR /edgex-go 05:54:38 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 05:54:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:54:38 ---> 6e75ff91ff24 05:54:38 Step 3/24 : WORKDIR /edgex-go 05:54:38 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 05:54:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 05:54:38 ---> 6e75ff91ff24 05:54:38 Step 3/21 : WORKDIR /edgex-go 05:54:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 05:54:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:54:38 ---> 6e75ff91ff24 05:54:38 Step 3/22 : WORKDIR /edgex-go 05:54:38 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 05:54:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 05:54:38 ---> 6e75ff91ff24 05:54:38 Step 3/21 : WORKDIR /edgex-go 05:54:38 ---> Running in c7dda4f75d3e 05:54:38 ---> Running in 1859db6b8c8c 05:54:38 ---> Running in 7c87bf240651 05:54:38 ---> Running in 977c187ccf89 05:54:38 ---> Running in 3c3200409cf9 05:54:38 Removing intermediate container 3c3200409cf9 05:54:38 ---> 46b9ff3d0e2a 05:54:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:54:38 Removing intermediate container c7dda4f75d3e 05:54:38 ---> 70b9d11e6642 05:54:38 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:54:38 Removing intermediate container 7c87bf240651 05:54:38 ---> 1834ccb96676 05:54:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:54:38 Removing intermediate container 977c187ccf89 05:54:38 ---> 9d1418370cf8 05:54:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:54:38 Removing intermediate container 1859db6b8c8c 05:54:38 ---> 1c9f69718bf7 05:54:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:54:38 ---> Running in cb2880822475 05:54:38 ---> Running in 917e36c0ec3d 05:54:38 ---> Running in 4185274cb6b6 05:54:38 ---> Running in 455f00111772 05:54:38 ---> Running in 4e709f446dbf 05:54:39 Removing intermediate container cb2880822475 05:54:39 ---> 9397314a21cb 05:54:39 Step 5/24 : RUN apk update && apk add make git 05:54:39 Removing intermediate container 917e36c0ec3d 05:54:39 ---> 7f99d469f093 05:54:39 Step 5/21 : RUN apk update && apk add make git 05:54:39 ---> Running in 0f4288619445 05:54:39 Removing intermediate container 4185274cb6b6 05:54:39 ---> 2d2e416c0793 05:54:39 Step 5/21 : RUN apk update && apk add make git 05:54:39 ---> Running in a890d527619c 05:54:40 Removing intermediate container 455f00111772 05:54:40 ---> afb695049aeb 05:54:40 Step 5/22 : RUN apk update && apk add make git 05:54:40 ---> Running in 268ff955dbf3 05:54:40 Removing intermediate container 4e709f446dbf 05:54:40 ---> 0265ce16b5aa 05:54:40 Step 5/22 : RUN apk update && apk add make git 05:54:40 ---> Running in 63e3355abe45 05:54:40 ---> Running in 983094266e7b 05:54:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:54:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:54:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:54:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:54:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:54:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:54:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:54:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:54:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:54:42 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:54:42 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 05:54:42 OK: 12750 distinct packages available 05:54:42 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:54:42 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 05:54:42 OK: 12750 distinct packages available 05:54:42 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:54:42 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 05:54:42 OK: 12750 distinct packages available 05:54:42 OK: 233 MiB in 51 packages 05:54:42 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:54:42 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 05:54:42 OK: 12750 distinct packages available 05:54:42 OK: 233 MiB in 51 packages 05:54:42 OK: 233 MiB in 51 packages 05:54:42 OK: 233 MiB in 51 packages 05:54:43 Removing intermediate container a890d527619c 05:54:43 ---> b31e6be16a31 05:54:43 Step 6/21 : COPY go.mod . 05:54:43 Removing intermediate container 0f4288619445 05:54:43 ---> ac0d864fc5ac 05:54:43 Step 6/24 : COPY go.mod . 05:54:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:54:43 Removing intermediate container 63e3355abe45 05:54:43 ---> eaf7b2f33063 05:54:43 Step 6/22 : COPY go.mod . 05:54:43 ---> 00f6a90ebf8b 05:54:43 Step 7/21 : RUN go mod download 05:54:43 ---> Running in 38d19bcca089 05:54:43 ---> 1756771ac049 05:54:43 Step 7/24 : RUN go mod download 05:54:43 Removing intermediate container 983094266e7b 05:54:43 ---> 0ba348f58eb5 05:54:43 Step 6/22 : COPY go.mod . 05:54:44 ---> Running in 66ef9ca8d41c 05:54:44 ---> d2890886be1f 05:54:44 Step 7/22 : RUN go mod download 05:54:44 ---> cdf08dc76f71 05:54:44 Step 7/22 : RUN go mod download 05:54:44 ---> Running in 4fb93559bbac 05:54:44 ---> Running in fbc3f540beaa 05:54:46 Removing intermediate container 66ef9ca8d41c 05:54:46 Removing intermediate container 38d19bcca089 05:54:46 ---> c79e008f9a0a 05:54:46 Step 8/21 : COPY . . 05:54:46 ---> 632a90a9b7be 05:54:46 Step 8/24 : COPY . . 05:54:46 Removing intermediate container 4fb93559bbac 05:54:46 ---> c0700837611a 05:54:46 Step 8/22 : COPY . . 05:54:46 Removing intermediate container fbc3f540beaa 05:54:46 ---> 22101757828e 05:54:46 Step 8/22 : COPY . . 05:54:47 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:54:47 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 05:54:47 OK: 12750 distinct packages available 05:54:47 OK: 233 MiB in 51 packages 05:54:55 Removing intermediate container 268ff955dbf3 05:54:55 ---> 6258ab5c1716 05:54:55 Step 6/21 : COPY go.mod . 05:54:56 Removing intermediate container 343e1cb0a468 05:54:56 ---> 33a63313f13c 05:54:56 Successfully built 33a63313f13c 05:54:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:54:57 + docker inspect -f . ci-base-image-arm64 05:54:57 . [Pipeline] withDockerContainer 05:54:57 prd-ubuntu18.04-docker-arm64-4c-16g-17882 does not seem to be running inside a container 05:54:57 $ 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:54:59 $ docker top 68370a66cf8424fbe64cdae94c8c624923433e258c241c03cfda9b72db3fdfd2 -eo pid,comm [Pipeline] { [Pipeline] sh 05:55:00 + go version 05:55:00 go version go1.15.5 linux/arm64 [Pipeline] } 05:55:00 $ docker stop --time=1 68370a66cf8424fbe64cdae94c8c624923433e258c241c03cfda9b72db3fdfd2 05:55:00 ---> eb3ab8cbc76c 05:55:00 Step 7/21 : RUN go mod download 05:55:02 $ docker rm -f 68370a66cf8424fbe64cdae94c8c624923433e258c241c03cfda9b72db3fdfd2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:55:03 + docker inspect -f . ci-base-image-arm64 05:55:03 . [Pipeline] withDockerContainer 05:55:03 prd-ubuntu18.04-docker-arm64-4c-16g-17882 does not seem to be running inside a container 05:55:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/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:55:04 ---> Running in be20d06ce47b 05:55:05 $ docker top 4bf39d623cfa61fda18f2a64133f5dac807265b9779323a4aa59ae3aaa7e5083 -eo pid,comm [Pipeline] { [Pipeline] echo 05:55:06 ========================================================= 05:55:06 [edgeXBuildGoParallel] Running Tests and Build... 05:55:06 ========================================================= [Pipeline] sh 05:55:06 + make test 05:55:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 05:55:12 Removing intermediate container be20d06ce47b 05:55:12 ---> 1c184a38c3a5 05:55:12 Step 8/21 : COPY . . 05:55:24 ---> 7f8cf76ba208 05:55:24 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 05:55:24 ---> 802460431602 05:55:24 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 05:55:24 ---> 013a0552c7f8 05:55:24 Step 9/22 : RUN make cmd/core-command/core-command 05:55:24 ---> Running in 0a4b6f3e5919 05:55:24 ---> Running in 311dbb5ba162 05:55:24 ---> 69951cc1184d 05:55:24 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 05:55:24 ---> Running in 8aad790a0827 05:55:24 ---> Running in c9eee6516b9e 05:55:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 05:55:25 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:26 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:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 05:55:33 ? github.com/edgexfoundry/edgex-go [no test files] 05:55:34 ---> 2aa58de6454f 05:55:34 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 05:55:34 ---> Running in 2205fcefd743 05:55:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 05:55:50 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: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:55:58 Removing intermediate container 8aad790a0827 05:55:58 ---> 201c55c9cb86 05:55:58 05:55:58 Step 10/22 : FROM scratch 05:55:58 Removing intermediate container 311dbb5ba162 05:55:58 ---> 0c73c602b1a8 05:55:58 05:55:58 Step 10/22 : FROM alpine:3.10 05:55:58 ---> 05:55:58 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:55:58 3.10: Pulling from library/alpine 05:55:58 ---> Running in 973853f888f2 05:56:00 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 05:56:00 Removing intermediate container c9eee6516b9e 05:56:00 ---> 5802cbca7dae 05:56:00 05:56:00 Step 10/24 : FROM alpine:3.10 05:56:00 Removing intermediate container 0a4b6f3e5919 05:56:00 ---> 662cae4f3cf1 05:56:00 05:56:00 Step 10/21 : FROM alpine 05:56:01 Status: Downloaded newer image for alpine:3.10 05:56:01 ---> be4e4bea2c2e 05:56:01 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 05:56:01 Removing intermediate container 973853f888f2 05:56:01 ---> ed9b87a9183e 05:56:01 Step 12/22 : ENV APP_PORT=48082 05:56:01 3.10: Pulling from library/alpine 05:56:01 latest: Pulling from library/alpine 05:56:01 ---> Running in 281eb5625c6a 05:56:01 ---> Running in d3a97efb607b 05:56:01 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 05:56:01 Status: Image is up to date for alpine:3.10 05:56:01 ---> be4e4bea2c2e 05:56:01 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 05:56:01 ---> Running in 13fde872e107 05:56:01 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 05:56:01 Removing intermediate container 281eb5625c6a 05:56:01 ---> 5c4ec35cf03b 05:56:01 Step 13/22 : EXPOSE $APP_PORT 05:56:01 Status: Downloaded newer image for alpine:latest 05:56:01 ---> 389fef711851 05:56:01 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 05:56:01 ---> Running in e7d045adf3e3 05:56:01 ---> Running in eb34231dabe1 05:56:02 Removing intermediate container e7d045adf3e3 05:56:02 ---> 17470057221b 05:56:02 Step 14/22 : WORKDIR / 05:56:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 05:56:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 05:56:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 05:56:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 05:56:02 ---> Running in ed228b2c9c56 05:56:02 v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 05:56:02 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 05:56:02 OK: 10350 distinct packages available 05:56:02 v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 05:56:02 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 05:56:02 OK: 10350 distinct packages available 05:56:02 (1/5) Installing ca-certificates (20191127-r2) 05:56:02 (2/5) Installing nghttp2-libs (1.39.2-r1) 05:56:02 (3/5) Installing libcurl (7.66.0-r3) 05:56:02 (4/5) Installing curl (7.66.0-r3) 05:56:02 (1/5) Installing ca-certificates (20191127-r2) 05:56:02 (5/5) Installing dumb-init (1.2.2-r1) 05:56:02 Executing busybox-1.30.1-r3.trigger 05:56:02 Executing ca-certificates-20191127-r2.trigger 05:56:02 (2/5) Installing nghttp2-libs (1.39.2-r1) 05:56:02 (3/5) Installing libcurl (7.66.0-r3) 05:56:03 (4/5) Installing curl (7.66.0-r3) 05:56:03 (5/5) Installing dumb-init (1.2.2-r1) 05:56:03 Executing busybox-1.30.1-r3.trigger 05:56:03 Executing ca-certificates-20191127-r2.trigger 05:56:03 OK: 7 MiB in 19 packages 05:56:03 OK: 7 MiB in 19 packages 05:56:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:56:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:56:03 v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 05:56:03 v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 05:56:03 OK: 12745 distinct packages available 05:56:04 (1/4) Installing ca-certificates (20191127-r4) 05:56:04 (2/4) Installing nghttp2-libs (1.41.0-r0) 05:56:04 (3/4) Installing libcurl (7.69.1-r3) 05:56:04 (4/4) Installing curl (7.69.1-r3) 05:56:04 Executing busybox-1.31.1-r19.trigger 05:56:04 Executing ca-certificates-20191127-r4.trigger 05:56:04 OK: 7 MiB in 18 packages 05:56:06 Removing intermediate container ed228b2c9c56 05:56:06 ---> b28b0fe41106 05:56:06 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 05:56:06 Removing intermediate container 2205fcefd743 05:56:06 ---> 63d898360d90 05:56:06 05:56:06 Step 10/21 : FROM scratch 05:56:06 ---> 05:56:06 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:56:06 ---> Using cache 05:56:06 ---> ed9b87a9183e 05:56:06 Step 12/21 : ENV APP_PORT=48085 05:56:06 ---> Running in 68b0fb90f491 05:56:06 ---> 3f0921cfc189 05:56:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 05:56:07 Removing intermediate container d3a97efb607b 05:56:07 ---> b04b46477ea9 05:56:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 05:56:08 Removing intermediate container 68b0fb90f491 05:56:08 ---> 3b7fe5dfc292 05:56:08 Step 13/21 : EXPOSE $APP_PORT 05:56:08 ---> Running in 148323f6f66d 05:56:08 Removing intermediate container eb34231dabe1 05:56:08 ---> 72b787110c00 05:56:08 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:56:08 Removing intermediate container 13fde872e107 05:56:08 ---> 6838eab9d8b9 05:56:08 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 05:56:08 ---> Running in f9a42b27450e 05:56:08 ---> 8dcfb60e3a39 05:56:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 05:56:08 ---> Running in 644352ea9286 05:56:08 ---> Running in 52fce0aa6ddf 05:56:08 Removing intermediate container 148323f6f66d 05:56:08 ---> d47e65bfeffe 05:56:08 Step 13/22 : WORKDIR / 05:56:08 Removing intermediate container f9a42b27450e 05:56:08 ---> d7fec2e13d24 05:56:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 05:56:08 ---> bd3bd1f01b7b 05:56:08 Step 18/22 : ENTRYPOINT ["/core-command"] 05:56:08 ---> Running in a251662bab83 05:56:08 Removing intermediate container 52fce0aa6ddf 05:56:08 ---> 51348d39945d 05:56:08 Step 13/24 : WORKDIR / 05:56:08 Removing intermediate container 644352ea9286 05:56:08 ---> 13f8a1c029e7 05:56:08 Step 13/21 : WORKDIR /edgex 05:56:08 ---> aca71c6307ce 05:56:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 05:56:08 ---> Running in 245ee9043d78 05:56:08 ---> Running in f460acf5c3a6 05:56:08 ---> Running in 6bbeabd79815 05:56:08 Removing intermediate container a251662bab83 05:56:08 ---> b15907abd1a4 05:56:08 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 05:56:09 Removing intermediate container 245ee9043d78 05:56:09 ---> cb263e80d72b 05:56:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:56:09 Removing intermediate container 6bbeabd79815 05:56:09 ---> f2f5c672bb4a 05:56:09 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 05:56:09 ---> Running in 5690c1aa4c3a 05:56:09 Removing intermediate container f460acf5c3a6 05:56:09 ---> 33f9ccf347b0 05:56:09 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:56:09 ---> 10a8af027f96 05:56:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 05:56:09 ---> 651bc4087085 05:56:09 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 05:56:09 Removing intermediate container 5690c1aa4c3a 05:56:09 ---> 0b4698bdaebf 05:56:09 Step 20/22 : LABEL arch=x86_64 05:56:09 ---> ea2ae2cbc2da 05:56:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 05:56:09 ---> Running in e5e4e9843c4e 05:56:09 ---> e904c7c9a212 05:56:09 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:56:09 ---> ac8fa76fc046 05:56:09 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 05:56:10 ---> 595dfe9f4a38 05:56:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 05:56:10 ---> Running in 06852c62b8a5 05:56:10 Removing intermediate container e5e4e9843c4e 05:56:10 ---> 59ae25e42380 05:56:10 Step 21/22 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c 05:56:11 ---> c7da879428cc 05:56:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 05:56:11 ---> 1d50e19c2ca7 05:56:11 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 05:56:11 ---> 3d08f118a97d 05:56:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 05:56:11 ---> Running in b2c4a55cccbd 05:56:11 Removing intermediate container 06852c62b8a5 05:56:11 ---> bc79afda4a86 05:56:11 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:56:11 ---> 3cb41c679cd3 05:56:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 05:56:11 ---> Running in 75dcaa0e0d7c 05:56:11 ---> d8727ea2e6c0 05:56:11 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 05:56:11 ---> 148240a68c1c 05:56:11 Step 18/22 : RUN chmod +x entrypoint.sh 05:56:11 Removing intermediate container b2c4a55cccbd 05:56:11 ---> 054520b216e6 05:56:11 Step 22/22 : LABEL version=0.0.0 05:56:11 ---> Running in d58993635521 05:56:11 ---> Running in e302a02fa69d 05:56:11 ---> Running in 9abb87567c23 05:56:12 Removing intermediate container 75dcaa0e0d7c 05:56:12 ---> 3e1c205cd096 05:56:12 Step 19/21 : LABEL arch=x86_64 05:56:12 ---> 41444530ecc9 05:56:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 05:56:12 ---> Running in 55453b06aa39 05:56:12 Removing intermediate container 9abb87567c23 05:56:12 ---> 975cdce72be7 05:56:12 05:56:12 Removing intermediate container e302a02fa69d 05:56:12 ---> fda1aeda1f8c 05:56:12 Step 18/21 : CMD ["--init=true"] 05:56:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 05:56:12 Successfully built 975cdce72be7 05:56:12 ---> Running in 23701b901ca2 05:56:12 Successfully tagged docker-core-command-go:latest 05:56:12 Removing intermediate container 55453b06aa39 05:56:12 ---> b4a3bbc1002d 05:56:12 Step 20/21 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c 05:56:12  Building docker-core-command-go ... done Building docker-support-notifications-go 05:56:12 ---> 3f2851914efb 05:56:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 05:56:12 ---> Running in acc0f8b09469 05:56:13 Removing intermediate container 23701b901ca2 05:56:13 ---> 869c32b7027d 05:56:13 Step 19/21 : LABEL arch=x86_64 05:56:13 ---> 41bb5b8e8c00 05:56:13 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 05:56:13 ---> Running in 6e266f18587d 05:56:13 Removing intermediate container acc0f8b09469 05:56:13 ---> 4de8c867ca55 05:56:13 Step 21/21 : LABEL version=0.0.0 05:56:13 ---> Running in 39f4154db346 05:56:13 Removing intermediate container d58993635521 05:56:13 ---> 56e1c8c17d3b 05:56:13 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 05:56:14 ---> Running in d7d821575c00 05:56:14 Removing intermediate container 6e266f18587d 05:56:14 ---> 5aaa2aa1d2ec 05:56:14 Step 20/21 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c 05:56:14 ---> Running in a2777f124654 05:56:15 ---> Running in 9103e6eea3ab 05:56:16 Removing intermediate container a2777f124654 05:56:16 ---> bb385d516700 05:56:16 Step 20/22 : LABEL arch=x86_64 05:56:16 Removing intermediate container d7d821575c00 05:56:16 ---> c135ecdf8d85 05:56:16 05:56:16 Successfully built c135ecdf8d85 05:56:16 Successfully tagged docker-support-scheduler-go:latest 05:56:16  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 05:56:18 Removing intermediate container 9103e6eea3ab 05:56:18 ---> 40b7a1476a0a 05:56:18 Step 21/21 : LABEL version=0.0.0 05:56:18 ---> Running in 02fd2e0c0eb7 05:56:19 ---> Running in 22be1b43b07b 05:56:20 Removing intermediate container 39f4154db346 05:56:20 ---> a20964dac077 05:56:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 05:56:22 Removing intermediate container 02fd2e0c0eb7 05:56:22 ---> 2c37fb6e5965 05:56:22 Step 21/22 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c 05:56:22 Removing intermediate container 22be1b43b07b 05:56:22 ---> 20a6eff16757 05:56:22 05:56:22 ---> Running in a33877dba309 05:56:23 ---> Running in af85d4e044e6 05:56:23 Successfully built 20a6eff16757 05:56:23 Successfully tagged docker-security-proxy-setup-go:latest 05:56:23  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 05:56:24 Removing intermediate container a33877dba309 05:56:24 ---> 423f27455c62 05:56:24 Step 22/24 : LABEL arch=x86_64 05:56:25 Removing intermediate container af85d4e044e6 05:56:25 ---> 3ccd3f0687a5 05:56:25 Step 22/22 : LABEL version=0.0.0 05:56:25 ---> Running in 1bb9df86f398 05:56:26 ---> Running in ec816e0c9134 05:56:27 Removing intermediate container 1bb9df86f398 05:56:27 ---> 361e5ce51c4c 05:56:27 Step 23/24 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c 05:56:29 Removing intermediate container ec816e0c9134 05:56:29 ---> 9c830a953cc3 05:56:29 05:56:29 ---> Running in 8fb84aa05404 05:56:29 Successfully built 9c830a953cc3 05:56:29 Successfully tagged docker-security-bootstrap-redis-go:latest 05:56:29 Building docker-sys-mgmt-agent-go 05:56:30  Building docker-security-bootstrap-redis-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 05:56:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 05:56:30 ---> 6e75ff91ff24 05:56:30 Step 3/24 : WORKDIR /edgex-go 05:56:30 ---> Using cache 05:56:30 ---> 1c9f69718bf7 05:56:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:56:30 ---> Using cache 05:56:30 ---> 0265ce16b5aa 05:56:30 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 05:56:31 Removing intermediate container 8fb84aa05404 05:56:31 ---> 4c65df50ab6f 05:56:31 Step 24/24 : LABEL version=0.0.0 05:56:33 ---> Running in 8994c939375d 05:56:33 ---> Running in a2858fecfe4c 05:56:33 Removing intermediate container a2858fecfe4c 05:56:33 ---> c069b8da4fce 05:56:33 05:56:33 Successfully built c069b8da4fce 05:56:33 Successfully tagged docker-security-secretstore-setup-go:latest 05:56:34  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:56:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 05:56:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 05:56:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 05:56:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 05:56:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 05:56:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 05:56:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 05:56:34 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 05:56:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 05:56:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:56:37 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:56:37 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 05:56:37 OK: 12750 distinct packages available 05:56:37 OK: 233 MiB in 51 packages 05:56:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 05:56:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 05:56:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 05:56:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 05:56:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 05:56:38 ---> 6e75ff91ff24 05:56:38 Step 3/22 : WORKDIR /edgex-go 05:56:38 ---> Using cache 05:56:38 ---> 1c9f69718bf7 05:56:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:56:38 ---> Using cache 05:56:38 ---> 0265ce16b5aa 05:56:38 Step 5/22 : RUN apk update && apk add make git 05:56:38 ---> Using cache 05:56:38 ---> 0ba348f58eb5 05:56:38 Step 6/22 : COPY go.mod . 05:56:38 ---> Using cache 05:56:38 ---> cdf08dc76f71 05:56:38 Step 7/22 : RUN go mod download 05:56:38 ---> Using cache 05:56:38 ---> 22101757828e 05:56:38 Step 8/22 : COPY . . 05:56:38 ---> Using cache 05:56:38 ---> 013a0552c7f8 05:56:38 Step 9/22 : RUN make cmd/core-metadata/core-metadata 05:56:39 ---> Running in 924082c76c8a 05:56:39 Removing intermediate container 8994c939375d 05:56:39 ---> bad6fe183f8b 05:56:39 Step 6/24 : COPY go.mod . 05:56:40 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:56:40 ---> 2b0872dd2d51 05:56:40 Step 7/24 : RUN go mod download 05:56:41 ---> Running in 100be8de659a 05:56:44 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.204s coverage: 46.6% of statements 05:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 05:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 05:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 05:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 05:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 05:56:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 05:56:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 05:56:47 ---> 6e75ff91ff24 05:56:47 Step 3/23 : WORKDIR /edgex-go 05:56:47 ---> Using cache 05:56:47 ---> 1c9f69718bf7 05:56:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:56:47 ---> Using cache 05:56:47 ---> 0265ce16b5aa 05:56:47 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 05:56:47 Removing intermediate container 100be8de659a 05:56:47 ---> a635f5ae8966 05:56:47 Step 8/24 : COPY . . 05:56:47 ---> Running in c1325ad610c3 05:56:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:56:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:56:51 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.578s coverage: 27.0% of statements 05:56:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 05:56:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 05:56:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 05:56:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 05:56:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 05:56:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 05:56:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.072s coverage: 100.0% of statements 05:56:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 05:56:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements 05:56:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 05:56:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 05:56:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.279s coverage: 73.7% of statements 05:56:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 05:56:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 05:56:51 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:56:51 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 05:56:51 OK: 12750 distinct packages available 05:56:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.773s coverage: 83.3% of statements 05:56:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 05:56:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 05:56:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 05:56:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 05:56:52 OK: 233 MiB in 51 packages 05:56:53 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 05:56:53 Step 2/27 : FROM ${BUILDER_BASE} AS builder 05:56:53 ---> 6e75ff91ff24 05:56:53 Step 3/27 : WORKDIR /edgex-go 05:56:53 ---> Using cache 05:56:53 ---> 1c9f69718bf7 05:56:53 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:56:53 ---> Using cache 05:56:53 ---> 0265ce16b5aa 05:56:53 Step 5/27 : RUN apk update && apk add make bash git 05:56:54 ---> Running in 08de17b813f3 05:56:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:56:58 Removing intermediate container c1325ad610c3 05:56:58 ---> 32c59eeccfd6 05:56:58 Step 6/23 : COPY go.mod . 05:56:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:56:58 ---> 951651e6ed73 05:56:58 Step 7/23 : RUN go mod download 05:56:59 ---> Running in f8fb2b1240f8 05:57:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.382s coverage: 28.6% of statements 05:57:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 05:57:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 05:57:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 05:57:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 05:57:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 05:57:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.136s coverage: 100.0% of statements 05:57:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 05:57:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.098s coverage: 100.0% of statements 05:57:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 05:57:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.326s coverage: 86.7% of statements 05:57:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 05:57:01 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 05:57:01 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 05:57:01 OK: 12750 distinct packages available 05:57:01 OK: 233 MiB in 51 packages 05:57:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.360s coverage: 97.5% of statements 05:57:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 05:57:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.167s coverage: 78.3% of statements 05:57:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 05:57:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 05:57:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 05:57:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 05:57:03 Removing intermediate container f8fb2b1240f8 05:57:03 ---> e42ffb10220a 05:57:03 Step 8/23 : COPY . . 05:57:03 Removing intermediate container 08de17b813f3 05:57:03 ---> 2cc8d5d8b5cf 05:57:03 Step 6/27 : COPY go.mod . 05:57:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.042s coverage: 93.8% of statements 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 05:57:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 05:57:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.188s coverage: 0.1% of statements 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 05:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 05:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.132s coverage: 75.5% of statements 05:57:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 05:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.8% of statements 05:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.202s coverage: 87.2% of statements 05:57:10 ---> ae9169fc3f40 05:57:10 Step 7/27 : RUN go mod download 05:57:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.166s coverage: 84.2% of statements 05:57:12 ---> Running in c705c2fe7db4 05:57:12 ---> cfbb4e356031 05:57:12 Step 9/24 : RUN make cmd/support-notifications/support-notifications 05:57:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.175s coverage: 91.4% of statements 05:57:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 05:57:13 ---> Running in 69ff95f8261c 05:57:14 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:14 Removing intermediate container 924082c76c8a 05:57:14 ---> dfa8fd1725c0 05:57:14 05:57:14 Step 10/22 : FROM scratch 05:57:14 ---> 05:57:14 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:57:14 ---> Using cache 05:57:14 ---> ed9b87a9183e 05:57:14 Step 12/22 : ENV APP_PORT=48081 05:57:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.660s coverage: 63.5% of statements 05:57:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 05:57:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 05:57:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements 05:57:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.110s coverage: 91.3% of statements 05:57:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.085s coverage: 100.0% of statements 05:57:16 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements 05:57:16 ---> Running in 7a0a17428ae5 05:57:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 05:57:17 Removing intermediate container c705c2fe7db4 05:57:17 ---> 71a397f4b7e0 05:57:17 Step 8/27 : COPY . . 05:57:17 Removing intermediate container 7a0a17428ae5 05:57:17 ---> df477e4860ee 05:57:17 Step 13/22 : EXPOSE $APP_PORT 05:57:20 ---> Running in bc779e4498ac 05:57:21 Removing intermediate container bc779e4498ac 05:57:21 ---> 3f9beeeb55f7 05:57:21 Step 14/22 : WORKDIR / 05:57:21 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.929s coverage: 55.9% of statements 05:57:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 05:57:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 05:57:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 05:57:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 05:57:21 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 05:57:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.397s coverage: 37.0% of statements 05:57:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 05:57:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 05:57:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.750s coverage: 84.0% of statements 05:57:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.100s coverage: 100.0% of statements 05:57:24 ---> Running in 6da9b48b877f 05:57:26 ---> e31a191f319a 05:57:26 Step 9/23 : RUN make cmd/core-data/core-data 05:57:26 Removing intermediate container 6da9b48b877f 05:57:26 ---> eb304fa5a708 05:57:26 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 05:57:27 ---> Running in c4aa104081e3 05:57:28 ---> 4aa40a9d4c2c 05:57:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 05:57:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 05:57:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.415s coverage: 47.1% of statements 05:57:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 05:57:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 05:57:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 05:57:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 05:57:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 05:57:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.159s coverage: 100.0% of statements 05:57:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 05:57:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.134s coverage: 100.0% of statements 05:57:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 05:57:32 ---> 81fca8b26f48 05:57:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 05:57:33 ---> 48d640162b16 05:57:33 Step 18/22 : ENTRYPOINT ["/core-metadata"] 05:57:34 ---> Running in e47d957c13c4 05:57:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.753s coverage: 29.1% of statements 05:57:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 05:57:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 05:57:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 05:57:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 05:57:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 05:57:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.249s coverage: 99.0% of statements 05:57:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 05:57:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.107s coverage: 100.0% of statements 05:57:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 05:57:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.058s coverage: 0.0% of statements 05:57:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 05:57:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 05:57:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 05:57:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 05:57:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 05:57:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 05:57:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements 05:57:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 05:57:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 05:57:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 05:57:35 Removing intermediate container e47d957c13c4 05:57:35 ---> d41211126737 05:57:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:57:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 32.1% of statements 05:57:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements 05:57:37 ---> Running in 7c99a4e8889d 05:57:37 GO111MODULE=on go vet ./... 05:57:39 Removing intermediate container 7c99a4e8889d 05:57:39 ---> 47b84698f177 05:57:39 Step 20/22 : LABEL arch=x86_64 05:57:40 ---> Running in 0ad4503081ac 05:57:41 ---> 8c85a66a43bb 05:57:41 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 05:57:41 Removing intermediate container 69ff95f8261c 05:57:41 ---> cf042b46c4a7 05:57:41 05:57:41 Step 10/24 : FROM scratch 05:57:41 ---> 05:57:41 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 05:57:41 ---> Running in 3b46442dea49 05:57:41 Removing intermediate container 0ad4503081ac 05:57:41 ---> 19cfc6c86b5b 05:57:41 Step 21/22 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c 05:57:41 ---> Running in f172ec88c491 05:57:41 ---> Running in d6456c74ccca 05:57:41 Removing intermediate container f172ec88c491 05:57:41 ---> 9e93c4d567a5 05:57:41 Step 12/24 : ENV APP_PORT=48060 05:57:41 Removing intermediate container d6456c74ccca 05:57:41 ---> c141d8393018 05:57:41 Step 22/22 : LABEL version=0.0.0 05:57:41 ---> Running in 767bb253aef9 05:57:41 ---> Running in 2be403bd1de6 05:57: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 05:57:42 Removing intermediate container 767bb253aef9 05:57:42 ---> c3a72b4c7ab7 05:57:42 Step 13/24 : EXPOSE $APP_PORT 05:57:42 ---> Running in 564a228b641f 05:57:42 Removing intermediate container 2be403bd1de6 05:57:42 ---> 657316a10a1b 05:57:42 05:57:42 Successfully built 657316a10a1b 05:57:42 Successfully tagged docker-core-metadata-go:latest 05:57:42  Building docker-core-metadata-go ... done Removing intermediate container 564a228b641f 05:57:42 ---> 91cdc1c0149d 05:57:42 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 05:57:43 ---> 307dd956ffe9 05:57:43 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 05:57:44 ---> aac3df40183a 05:57:44 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 05:57:45 ---> 1ce90538c2d2 05:57:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 05:57:46 ---> b7df716322e7 05:57:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 05:57:47 ---> b36f260f74c1 05:57:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 05:57:47 ---> 520c6e2aed96 05:57:47 Step 20/24 : ENTRYPOINT ["/support-notifications"] 05:57:47 ---> Running in d57008eda072 05:57:48 Removing intermediate container d57008eda072 05:57:48 ---> e199b3a3fc60 05:57:48 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:57:48 ---> Running in 4055e2cc22cb 05:57:49 Removing intermediate container 4055e2cc22cb 05:57:49 ---> 705ee83a5562 05:57:49 Step 22/24 : LABEL arch=x86_64 05:57:49 ---> Running in acfb82f4da40 05:57:49 Removing intermediate container acfb82f4da40 05:57:49 ---> 4eef05372b2e 05:57:49 Step 23/24 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c 05:57:49 ---> Running in 53b4e5fa5be1 05:57:49 Removing intermediate container 53b4e5fa5be1 05:57:49 ---> 74b3ec6d80a0 05:57:49 Step 24/24 : LABEL version=0.0.0 05:57:49 ---> Running in d437a7b07060 05:57:50 Removing intermediate container d437a7b07060 05:57:50 ---> f49683001d94 05:57:50 05:57:50 Successfully built f49683001d94 05:57:50 Successfully tagged docker-support-notifications-go:latest 05:57:55  Building docker-support-notifications-go ... done Removing intermediate container c4aa104081e3 05:57:55 ---> cc8ea0437488 05:57:55 05:57:55 Step 10/23 : FROM alpine 05:57:55 ---> 389fef711851 05:57:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 05:57:55 ---> Running in 2737619aa8c9 05:57:55 Removing intermediate container 2737619aa8c9 05:57:55 ---> c6614cd98025 05:57:55 Step 12/23 : ENV APP_PORT=48080 05:57:57 ---> Running in e9919912aed6 05:57:57 Removing intermediate container 3b46442dea49 05:57:57 ---> 2a1a2f20d9d1 05:57:57 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 05:57:57 ---> Running in b30d0ea0bfa3 05:57:57 Removing intermediate container e9919912aed6 05:57:57 ---> c22f1614e287 05:57:57 Step 13/23 : EXPOSE $APP_PORT 05:57:57 ---> Running in fccc7065f9b2 05:57:57 Removing intermediate container fccc7065f9b2 05:57:57 ---> 8c33b7022f5d 05:57:57 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:57:57 ---> Running in d6e82802a0e1 05:57:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 05:57:58 Removing intermediate container d6e82802a0e1 05:57:58 ---> af3d7f606b6f 05:57:58 Step 15/23 : RUN apk --no-cache add zeromq 05:57:58 ---> Running in 6bb9e123c789 05:57:59 Removing intermediate container b30d0ea0bfa3 05:57:59 ---> 8d0bad5a3245 05:57:59 05:57:59 Step 11/27 : FROM docker:latest 05:57:59 ---> 0040bc98e531 05:57:59 Step 12/27 : RUN apk add --no-cache bash 05:57:59 ---> Running in 465b126ae42f 05:57:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:57:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:57:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:57:59 (1/2) Installing readline (8.0.4-r0) 05:57:59 (2/2) Installing bash (5.0.17-r0) 05:58:00 Executing bash-5.0.17-r0.post-install 05:58:00 Executing busybox-1.31.1-r19.trigger 05:58:00 OK: 12 MiB in 22 packages 05:58:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:58:00 Removing intermediate container 465b126ae42f 05:58:00 ---> d976134877db 05:58:00 Step 13/27 : RUN rm -rf /var/cache/apk/* 05:58:00 ---> Running in efe7fe971235 05:58:01 Removing intermediate container efe7fe971235 05:58:01 ---> a358e06ce66b 05:58:01 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 05:58:01 ---> Running in e88ed5d54ed4 05:58:01 (1/5) Installing libgcc (9.3.0-r2) 05:58:01 (2/5) Installing libsodium (1.0.18-r0) 05:58:01 Removing intermediate container e88ed5d54ed4 05:58:01 ---> c49b498e5e1e 05:58:01 Step 15/27 : ENV APP_PORT=48090 05:58:01 ---> Running in 1283afdff38c 05:58:01 (3/5) Installing libstdc++ (9.3.0-r2) 05:58:02 Removing intermediate container 1283afdff38c 05:58:02 ---> 6f00ad57cec7 05:58:02 Step 16/27 : EXPOSE $APP_PORT 05:58:02 ---> Running in 545e500877d7 05:58:02 Removing intermediate container 545e500877d7 05:58:02 ---> 30b76917aa86 05:58:02 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 05:58:02 (4/5) Installing libzmq (4.3.3-r0) 05:58:02 (5/5) Installing zeromq (4.3.3-r0) 05:58:02 Executing busybox-1.31.1-r19.trigger 05:58:02 OK: 8 MiB in 19 packages 05:58:02 ---> d97effbccf68 05:58:02 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 05:58:03 ---> ca3168f16a51 05:58:03 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 05:58:03 Removing intermediate container 6bb9e123c789 05:58:03 ---> eaf202e6a322 05:58:03 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 05:58:04 ---> c362b7cf1ad6 05:58:04 Step 20/27 : RUN apk --no-cache add py3-pip 05:58:04 ---> cfac453d2443 05:58:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 05:58:04 ---> Running in d1c5e574a15d 05:58:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:58:05 ---> e875f1fe2f0c 05:58:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 05:58:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:58:05 ---> d210bcb92eca 05:58:05 Step 19/23 : ENTRYPOINT ["/core-data"] 05:58:05 (1/33) Installing libbz2 (1.0.8-r1) 05:58:05 (2/33) Installing expat (2.2.9-r1) 05:58:05 (3/33) Installing libffi (3.3-r2) 05:58:05 ---> Running in f5c10a1b0df8 05:58:05 (4/33) Installing gdbm (1.13-r1) 05:58:05 (5/33) Installing xz-libs (5.2.5-r0) 05:58:05 (6/33) Installing sqlite-libs (3.32.1-r0) 05:58:05 (7/33) Installing python3 (3.8.5-r0) 05:58:06 Removing intermediate container f5c10a1b0df8 05:58:06 ---> 3af8a339c378 05:58:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:58:08 ---> Running in 90bd31a75b8f 05:58:08 (8/33) Installing py3-appdirs (1.4.4-r1) 05:58:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 05:58:08 (10/33) Installing py3-parsing (2.4.7-r0) 05:58:08 (11/33) Installing py3-six (1.15.0-r0) 05:58:08 (12/33) Installing py3-packaging (20.4-r0) 05:58:08 (13/33) Installing py3-setuptools (47.0.0-r0) 05:58:08 (14/33) Installing py3-chardet (3.0.4-r4) 05:58:08 Removing intermediate container 90bd31a75b8f 05:58:08 ---> bb5e2e9297f0 05:58:08 Step 21/23 : LABEL arch=x86_64 05:58:09 (15/33) Installing py3-idna (2.9-r0) 05:58:09 (16/33) Installing py3-certifi (2020.4.5.1-r0) 05:58:09 (17/33) Installing py3-urllib3 (1.25.9-r0) 05:58:09 ---> Running in b8e0534c23d5 05:58:09 (18/33) Installing py3-requests (2.23.0-r0) 05:58:09 (19/33) Installing py3-msgpack (1.0.0-r0) 05:58:09 (20/33) Installing py3-lockfile (0.12.2-r3) 05:58:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 05:58:09 (22/33) Installing py3-colorama (0.4.3-r0) 05:58:09 (23/33) Installing py3-distlib (0.3.0-r0) 05:58:10 (24/33) Installing py3-distro (1.5.0-r1) 05:58:10 Removing intermediate container b8e0534c23d5 05:58:10 ---> 9d77d5eb396c 05:58:10 Step 22/23 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c 05:58:10 (25/33) Installing py3-webencodings (0.5.1-r3) 05:58:10 (26/33) Installing py3-html5lib (1.0.1-r4) 05:58:10 (27/33) Installing py3-pytoml (0.1.21-r0) 05:58:10 (28/33) Installing py3-pep517 (0.8.2-r0) 05:58:10 (29/33) Installing py3-progress (1.5-r0) 05:58:10 ---> Running in e8827b7c1436 05:58:10 (30/33) Installing py3-toml (0.10.1-r0) 05:58:10 (31/33) Installing py3-retrying (1.3.3-r0) 05:58:10 (32/33) Installing py3-contextlib2 (0.6.0-r0) 05:58:10 (33/33) Installing py3-pip (20.1.1-r0) 05:58:11 Executing busybox-1.31.1-r19.trigger 05:58:11 OK: 71 MiB in 55 packages 05:58:12 Removing intermediate container e8827b7c1436 05:58:12 ---> b675ccc083cc 05:58:12 Step 23/23 : LABEL version=0.0.0 05:58:12 ---> Running in 983a95b020ce 05:58:12 Removing intermediate container 983a95b020ce 05:58:12 ---> 5c64b280e092 05:58:12 05:58:12 Successfully built 5c64b280e092 05:58:12 Successfully tagged docker-core-data-go:latest 05:58:17  Building docker-core-data-go ... done Removing intermediate container d1c5e574a15d 05:58:17 ---> 5088e54a2069 05:58:17 Step 21/27 : RUN pip install docker-compose==1.23.2 05:58:17 ---> Running in 1765cb49a78e 05:58:18 Collecting docker-compose==1.23.2 05:58:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 05:58:18 Collecting texttable<0.10,>=0.9.0 05:58:18 Downloading texttable-0.9.1.tar.gz (11 kB) 05:58:19 Collecting cached-property<2,>=1.2.0 05:58:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 05:58:19 Collecting PyYAML<4,>=3.10 05:58:19 Downloading PyYAML-3.13.tar.gz (270 kB) 05:58:20 Collecting docopt<0.7,>=0.6.1 05:58:20 Downloading docopt-0.6.2.tar.gz (25 kB) 05:58:20 Collecting jsonschema<3,>=2.5.1 05:58:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 05:58:21 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 05:58:21 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 05:58:21 Collecting docker<4.0,>=3.6.0 05:58:21 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 05:58:21 Collecting websocket-client<1.0,>=0.32.0 05:58:21 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 05:58:21 Collecting dockerpty<0.5,>=0.4.1 05:58:21 Downloading dockerpty-0.4.1.tar.gz (13 kB) 05:58:22 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:58:22 Collecting urllib3<1.25,>=1.21.1 05:58:22 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 05:58:22 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:58:22 Collecting idna<2.8,>=2.5 05:58:22 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 05:58:22 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:58:22 Collecting docker-pycreds>=0.4.0 05:58:22 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 05:58:22 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 05:58:22 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 05:58:22 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 05:58:22 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 05:58:22 Installing collected packages: texttable, cached-property, PyYAML, docopt, jsonschema, urllib3, idna, requests, websocket-client, docker-pycreds, docker, dockerpty, docker-compose 05:58:22 Running setup.py install for texttable: started 05:58:23 Running setup.py install for texttable: finished with status 'done' 05:58:23 Running setup.py install for PyYAML: started 05:58:23 Running setup.py install for PyYAML: finished with status 'done' 05:58:23 Running setup.py install for docopt: started 05:58:24 Running setup.py install for docopt: finished with status 'done' 05:58:24 Attempting uninstall: urllib3 05:58:24 Found existing installation: urllib3 1.25.9 05:58:24 Uninstalling urllib3-1.25.9: 05:58:24 Successfully uninstalled urllib3-1.25.9 05:58:24 Attempting uninstall: idna 05:58:24 Found existing installation: idna 2.9 05:58:24 Uninstalling idna-2.9: 05:58:24 Successfully uninstalled idna-2.9 05:58:24 Attempting uninstall: requests 05:58:24 Found existing installation: requests 2.23.0 05:58:24 Uninstalling requests-2.23.0: 05:58:24 Successfully uninstalled requests-2.23.0 05:58:25 Running setup.py install for dockerpty: started 05:58:25 Running setup.py install for dockerpty: finished with status 'done' 05:58:26 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 05:58:30 Removing intermediate container 1765cb49a78e 05:58:30 ---> 13efaa012f84 05:58:30 Step 22/27 : RUN apk --no-cache add curl 05:58:30 ---> Running in fd8c5c21ffa2 05:58:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:58:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:58:30 (1/3) Installing nghttp2-libs (1.41.0-r0) 05:58:30 (2/3) Installing libcurl (7.69.1-r3) 05:58:30 (3/3) Installing curl (7.69.1-r3) 05:58:30 Executing busybox-1.31.1-r19.trigger 05:58:30 OK: 72 MiB in 58 packages 05:58:31 Removing intermediate container fd8c5c21ffa2 05:58:31 ---> 402b8df43428 05:58:31 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 05:58:31 ---> Running in 8c737788cd35 05:58:31 Removing intermediate container 8c737788cd35 05:58:31 ---> a74923e381df 05:58:31 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:58:31 ---> Running in 311f88791066 05:58:31 Removing intermediate container 311f88791066 05:58:31 ---> 3034b38398d0 05:58:31 Step 25/27 : LABEL arch=x86_64 05:58:31 ---> Running in 081feb49ee57 05:58:31 Removing intermediate container 081feb49ee57 05:58:31 ---> e28d4efe5b5b 05:58:31 Step 26/27 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c 05:58:31 ---> Running in 65cf8684bf5d 05:58:31 Removing intermediate container 65cf8684bf5d 05:58:31 ---> 3e04a8092ccf 05:58:31 Step 27/27 : LABEL version=0.0.0 05:58:31 ---> Running in 67cf3c404a34 05:58:32 Removing intermediate container 67cf3c404a34 05:58:32 ---> ea029449094f 05:58:32 05:58:32 Successfully built ea029449094f 05:58:32 Successfully tagged docker-sys-mgmt-agent-go:latest 05:58:33  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 05:58:33 $ docker stop --time=1 9f8ad424ec7a355afd12b575494bb3c6c018f9630456d054b766dab302a8d25d 05:58:35 $ docker rm -f 9f8ad424ec7a355afd12b575494bb3c6c018f9630456d054b766dab302a8d25d [Pipeline] // withDockerContainer [Pipeline] sh 05:58:36 + docker images 05:58:36 + grep docker 05:58:36 docker-sys-mgmt-agent-go latest ea029449094f 3 seconds ago 313MB 05:58:36 docker-core-data-go latest 5c64b280e092 23 seconds ago 22.2MB 05:58:36 docker-support-notifications-go latest f49683001d94 46 seconds ago 12MB 05:58:36 docker-core-metadata-go latest 657316a10a1b 53 seconds ago 13MB 05:58:36 docker-security-secretstore-setup-go latest c069b8da4fce 2 minutes ago 24.6MB 05:58:36 docker-security-bootstrap-redis-go latest 9c830a953cc3 2 minutes ago 15.8MB 05:58:36 docker-security-proxy-setup-go latest 20a6eff16757 2 minutes ago 24.5MB 05:58:36 docker-support-scheduler-go latest c135ecdf8d85 2 minutes ago 10.7MB 05:58:36 docker-core-command-go latest 975cdce72be7 2 minutes ago 10.6MB 05:58:36 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 05:58:52 Still waiting to schedule task 05:58:52 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 05:58:59 gofmt -l . 05:58:59 [ "`gofmt -l .`" = "" ] 05:58:59 ./bin/test-go-mod-tidy.sh 05:58:59 ./bin/test-attribution-txt.sh [Pipeline] sh 05:59:00 + ls -al . 05:59:00 total 664 05:59:00 drwxrwxr-x 9 1001 1001 4096 Dec 31 05:58 . 05:59:00 drwxr-xr-x 4 root root 4096 Dec 31 05:55 .. 05:59:00 -rw-rw-r-- 1 1001 1001 11 Dec 31 05:53 .dockerignore 05:59:00 drwxrwxr-x 8 1001 1001 4096 Dec 31 05:53 .git 05:59:00 drwxrwxr-x 3 1001 1001 4096 Dec 31 05:53 .github 05:59:00 -rw-rw-r-- 1 1001 1001 824 Dec 31 05:53 .gitignore 05:59:00 -rw-rw-r-- 1 1001 1001 166 Dec 31 05:53 .sonarcloud.properties 05:59:00 -rw-rw-r-- 1 1001 1001 3804 Dec 31 05:53 CONTRIBUTING.md 05:59:00 -rw-rw-r-- 1 1001 1001 1035 Dec 31 05:53 Dockerfile.build 05:59:00 -rw-rw-r-- 1 1001 1001 863 Dec 31 05:53 Jenkinsfile 05:59:00 -rw-rw-r-- 1 1001 1001 10775 Dec 31 05:53 LICENSE 05:59:00 -rw-rw-r-- 1 1001 1001 5750 Dec 31 05:53 Makefile 05:59:00 -rw-rw-r-- 1 1001 1001 6511 Dec 31 05:53 README.md 05:59:00 -rw-rw-r-- 1 1001 1001 6744 Dec 31 05:53 SECURITY.md 05:59:00 -rw-rw-r-- 1 1001 1001 5 Dec 31 05:50 VERSION 05:59:00 -rw-rw-r-- 1 1001 1001 4131 Dec 31 05:53 ZMQWindows.md 05:59:00 drwxrwxr-x 2 1001 1001 4096 Dec 31 05:53 bin 05:59:00 drwxrwxr-x 14 1001 1001 4096 Dec 31 05:53 cmd 05:59:00 -rw-r--r-- 1 root root 537189 Dec 31 05:57 coverage.out 05:59:00 -rw-r--r-- 1 root root 979 Dec 31 05:58 go.mod 05:59:00 -rw-r--r-- 1 root root 18824 Dec 31 05:58 go.sum 05:59:00 drwxrwxr-x 8 1001 1001 4096 Dec 31 05:53 internal 05:59:00 drwxrwxr-x 4 1001 1001 4096 Dec 31 05:53 openapi 05:59:00 drwxrwxr-x 4 1001 1001 4096 Dec 31 05:53 snap 05:59:00 -rw-rw-r-- 1 1001 1001 168 Dec 31 05:53 version.go [Pipeline] sh 05:59:00 + '[' -e coverage.out ] 05:59:00 + chown 1001:1001 coverage.out [Pipeline] stash 05:59:00 Warning: overwriting stash ‘coverage-report’ 05:59:02 Stashed 1 file(s) [Pipeline] sh 05:59:03 + make build 05:59:03 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:18 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:59:43 Running on prd-ubuntu18.04-docker-8c-8g-17892 in /w/workspace/edgexfoundry_edgex-go_PR-2978 [Pipeline] { [Pipeline] ws 05:59:43 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 05:59:46 using credential edgex-jenkins-ssh 05:59:46 Cloning the remote Git repository 05:59:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 05:59:46 > git init /w/workspace/edgex-go/1 # timeout=10 05:59:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:59:46 > git --version # timeout=10 05:59:46 > git --version # 'git version 2.17.1' 05:59:46 using GIT_SSH to set credentials SSH Credentials for GitHub 05:59:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:59:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 05:59:55 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:59:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:59:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:59:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 05:59:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 05:59:59 using GIT_SSH to set credentials SSH Credentials for GitHub 05:59:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2978/head:refs/remotes/origin/PR-2978 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:00:00 Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 1835bda8bf204076797b07569499485e33da4c1c 06:00:00 Merge succeeded, producing 1835bda8bf204076797b07569499485e33da4c1c 06:00:00 Checking out Revision 1835bda8bf204076797b07569499485e33da4c1c (PR-2978) 06:00:00 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:00:01 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:00:00 > git config core.sparsecheckout # timeout=10 06:00:00 > git checkout -f 1835bda8bf204076797b07569499485e33da4c1c # timeout=10 06:00:00 > git remote # timeout=10 06:00:00 > git config --get remote.origin.url # timeout=10 06:00:00 using GIT_SSH to set credentials SSH Credentials for GitHub 06:00:00 > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 06:00:00 > git rev-parse HEAD^{commit} # timeout=10 06:00:00 > git config core.sparsecheckout # timeout=10 06:00:00 > git checkout -f 1835bda8bf204076797b07569499485e33da4c1c # timeout=10 06:00:04 Commit message: "build(deps): Bump github.com/google/uuid from 1.1.2 to 1.1.3" 06:00:04 > git --version # timeout=10 06:00:04 > git --version # 'git version 2.17.1' 06:00:04 fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:00:05 + echo snap-build.sh 06:00:05 snap-build.sh 06:00:05 + SNAP_BASE_DIR=. 06:00:05 + '[' '!' -z /w/workspace/edgex-go/1 ']' 06:00:05 + SNAP_BASE_DIR=/w/workspace/edgex-go/1 06:00:05 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' 06:00:05 [snap-build] Building snap in dir [/w/workspace/edgex-go/1] 06:00:05 + cd /w/workspace/edgex-go/1 06:00:05 + sudo apt-get remove -qy --purge lxd lxd-client 06:00:05 Reading package lists... 06:00:05 Building dependency tree... 06:00:05 Reading state information... 06:00:06 The following packages were automatically installed and are no longer required: 06:00:06 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 06:00:06 uidmap xdelta3 06:00:06 Use 'sudo apt autoremove' to remove them. 06:00:06 The following packages will be REMOVED: 06:00:06 lxd* lxd-client* 06:00:06 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 06:00:06 After this operation, 31.7 MB disk space will be freed. 06:00:07 (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:00:07 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 06:00:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:00:08 Removing lxd dnsmasq configuration 06:00:08 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 06:00:08 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 06:00:10 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 06:00:10 (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:00:10 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 06:00:11 Processing triggers for systemd (237-3ubuntu10.42) ... 06:00:11 Processing triggers for ureadahead (0.100.0-21) ... 06:00:13 + sudo snap remove --purge lxd 06:00:13 snap "lxd" is not installed 06:00:13 + sudo groupadd --force --system lxd 06:00:13 ++ whoami 06:00:13 + sudo /usr/sbin/usermod -G lxd -a jenkins 06:00:13 + newgrp - lxd 06:00:13 + sudo snap install lxd 06:00:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 06:00:18 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:00:23 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:00:24 2020-12-31T06:00:21Z INFO Waiting for automatic snapd restart... 06:00:27 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:00:33 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:00:37 $ docker stop --time=1 4bf39d623cfa61fda18f2a64133f5dac807265b9779323a4aa59ae3aaa7e5083 06:00:39 $ docker rm -f 4bf39d623cfa61fda18f2a64133f5dac807265b9779323a4aa59ae3aaa7e5083 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:00:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:00:42 06:00:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:00:42 lxd 4.9 from Canonical* installed 06:00:42 + sudo lxd init --auto 06:00:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:00:42 latest: Pulling from edgex-devops/edgex-compose-arm64 06:00:42 29e5d40040c1: Pulling fs layer 06:00:42 1ce36da41761: Pulling fs layer 06:00:42 25b303627fd3: Pulling fs layer 06:00:43 29e5d40040c1: Verifying Checksum 06:00:43 29e5d40040c1: Download complete 06:00:43 1ce36da41761: Verifying Checksum 06:00:43 1ce36da41761: Download complete 06:00:43 29e5d40040c1: Pull complete 06:00:45 1ce36da41761: Pull complete 06:00:45 25b303627fd3: Verifying Checksum 06:00:45 25b303627fd3: Download complete 06:00:49 + sudo snap install --classic snapcraft 06:00:54 snapcraft 4.4.4 from Canonical* installed 06:00:54 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 06:00:54 + patch --verbose -p1 06:00:54 Hmm... Looks like a unified diff to me... 06:00:54 The text leading up to this was: 06:00:54 -------------------------- 06:00:54 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 06:00:54 |From: Tony Espy 06:00:54 |Date: Wed, 16 Dec 2020 16:34:55 -0500 06:00:54 |Subject: [PATCH] optimize snap build for pipeline CI check 06:00:54 | 06:00:54 |This patch is used by the EdgeX CI pipeline builds to 06:00:54 |optimize the snap CI check run for pull requests. When 06:00:54 |applied, it essentially strips out everything (apps and 06:00:54 |parts) from the snapcraft.yaml file except those required 06:00:54 |to build edgex-go, as the whole idea of the CI check is to 06:00:54 |catch changes to edgex-go that break the snap build. 06:00:54 | 06:00:54 |In general, anyone updating snapcraft.yaml will also need 06:00:54 |to update this patch file, otherwise it may fail to apply, 06:00:54 |resulting in a failed snap build CI check in the associated 06:00:54 |pull request. 06:00:54 | 06:00:54 |Note - in addition to applying this patch, the pipeline also 06:00:54 |only primes the snap (e.g. `snapcraft prime`), as there's no 06:00:54 |need to build the finally binary .snap file (and it won't 06:00:54 |work with the patch applied). This further reduces the build 06:00:54 |time. 06:00:54 |--- 06:00:54 | snap/snapcraft.yaml | 461 +------------------------------------------- 06:00:54 | 1 file changed, 2 insertions(+), 459 deletions(-) 06:00:54 | 06:00:54 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 06:00:54 |index 1e537489..faf42425 100644 06:00:54 |--- a/snap/snapcraft.yaml 06:00:54 |+++ b/snap/snapcraft.yaml 06:00:54 -------------------------- 06:00:54 patching file snap/snapcraft.yaml 06:00:54 Using Plan A... 06:00:54 Hunk #1 succeeded at 73. 06:00:54 Hunk #2 succeeded at 202. 06:00:54 Hunk #3 succeeded at 214. 06:00:54 Hunk #4 succeeded at 222. 06:00:54 Hunk #5 succeeded at 229. 06:00:54 Hunk #6 succeeded at 256. 06:00:54 Hunk #7 succeeded at 290. 06:00:54 Hunk #8 succeeded at 341. 06:00:54 Hmm... Ignoring the trailing garbage. 06:00:54 done 06:00:54 + sudo snapcraft prime --use-lxd 06:00:55 25b303627fd3: Pull complete 06:00:55 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:00:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:00:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 06:00:55 prd-ubuntu18.04-docker-arm64-4c-16g-17882 does not seem to be running inside a container 06:00:56 $ 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:00:56 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 06:00:56 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:00:56 - README.md 06:00:56 06:00:56 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 06:00:57 Launching a container. 06:00:59 $ docker top 2e4523ee7e6604feaa40901cae8d32d78d37e50caaaa843c0cfb69cc010260e9 -eo pid,comm [Pipeline] { [Pipeline] sh 06:01:00 + docker-compose build --help 06:01:00 + grep parallel 06:01:05 --parallel Build images in parallel. [Pipeline] } 06:01:06 $ docker stop --time=1 2e4523ee7e6604feaa40901cae8d32d78d37e50caaaa843c0cfb69cc010260e9 06:01:08 $ docker rm -f 2e4523ee7e6604feaa40901cae8d32d78d37e50caaaa843c0cfb69cc010260e9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:01:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:01:09 . [Pipeline] withDockerContainer 06:01:09 prd-ubuntu18.04-docker-arm64-4c-16g-17882 does not seem to be running inside a container 06:01:09 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/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:01:10 $ docker top 45f3a4b014fca065ccfbd6bae0b7ab53c6238877d311c15f47459f2c51b8376e -eo pid,comm [Pipeline] { [Pipeline] sh 06:01:12 + docker-compose -f ./docker-compose-build.yml build --parallel 06:01:12 Waiting for container to be ready 06:01:12 To start your first instance, try: lxc launch ubuntu:18.04 06:01:12 06:01:14 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 06:01:14 Waiting for network to be ready... 06:01:15 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 06:01:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:01:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 06:01:15 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 06:01:15 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 06:01:15 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 06:01:15 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 06:01:15 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 06:01:15 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 06:01:15 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 06:01:15 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 06:01:15 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 06:01:15 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 06:01:15 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 06:01:15 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 06:01:15 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 06:01:15 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 06:01:15 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 06:01:16 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 06:01:16 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 06:01:16 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 06:01:16 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 06:01:16 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 06:01:16 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 06:01:16 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 06:01:16 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 06:01:16 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 06:01:17 Building docker-core-command-go ... 06:01:17 Building docker-core-data-go ... 06:01:17 Building docker-core-metadata-go ... 06:01:17 Building docker-security-bootstrap-redis-go ... 06:01:17 Building docker-security-proxy-setup-go ... 06:01:17 Building docker-security-secretstore-setup-go ... 06:01:17 Building docker-support-notifications-go ... 06:01:17 Building docker-support-scheduler-go ... 06:01:17 Building docker-sys-mgmt-agent-go ... 06:01:17 Building docker-sys-mgmt-agent-go 06:01:17 Building docker-support-notifications-go 06:01:17 Building docker-security-secretstore-setup-go 06:01:17 Building docker-security-proxy-setup-go 06:01:17 Building docker-core-command-go 06:01:20 Fetched 23.5 MB in 6s (4151 kB/s) 06:01:21 Reading package lists... 06:01:21 Reading package lists... 06:01:21 Building dependency tree... 06:01:21 Reading state information... 06:01:22 The following additional packages will be installed: 06:01:22 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 06:01:22 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 06:01:22 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 06:01:22 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 06:01:22 Suggested packages: 06:01:22 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 06:01:22 Recommended packages: 06:01:22 gnupg libsasl2-modules 06:01:22 The following NEW packages will be installed: 06:01:22 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 06:01:22 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 06:01:22 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 06:01:22 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 06:01:22 The following packages will be upgraded: 06:01:22 gpg gpg-agent gpgconf libudev1 06:01:22 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 06:01:22 Need to get 3531 kB of archives. 06:01:22 After this operation, 13.3 MB of additional disk space will be used. 06:01:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 06:01:22 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 06:01:22 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 06:01:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 06:01:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 06:01:22 Get:6 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:01:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 06:01:22 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 06:01:22 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 06:01:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 06:01:22 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 06:01:22 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 06:01:22 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 06:01:22 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 06:01:22 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 06:01:22 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 06:01:22 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 06:01:22 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 06:01:22 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 06:01:23 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 06:01:23 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 06:01:23 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 06:01:23 debconf: delaying package configuration, since apt-utils is not installed 06:01:23 Fetched 3531 kB in 1s (3290 kB/s) 06:01:23 (Reading database ... 12511 files and directories currently installed.) 06:01:23 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 06:01:23 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 06:01:23 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 06:01:23 Selecting previously unselected package udev. 06:01:23 (Reading database ... 12511 files and directories currently installed.) 06:01:23 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 06:01:23 Unpacking udev (237-3ubuntu10.43) ... 06:01:24 Selecting previously unselected package libfuse2:amd64. 06:01:24 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 06:01:24 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 06:01:24 Selecting previously unselected package fuse. 06:01:24 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 06:01:24 Unpacking fuse (2.9.7-1ubuntu1) ... 06:01:24 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 06:01:24 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:01:24 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 06:01:24 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:01:24 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 06:01:24 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:01:24 Selecting previously unselected package libksba8:amd64. 06:01:24 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 06:01:24 Unpacking libksba8:amd64 (1.3.5-2) ... 06:01:24 Selecting previously unselected package libroken18-heimdal:amd64. 06:01:24 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:01:24 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 06:01:24 Selecting previously unselected package libasn1-8-heimdal:amd64. 06:01:24 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:01:24 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 06:01:25 Selecting previously unselected package libheimbase1-heimdal:amd64. 06:01:25 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:01:25 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 06:01:25 Selecting previously unselected package libhcrypto4-heimdal:amd64. 06:01:25 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:01:25 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 06:01:25 Selecting previously unselected package libwind0-heimdal:amd64. 06:01:25 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:01:25 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:01:25 Selecting previously unselected package libhx509-5-heimdal:amd64. 06:01:25 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:01:25 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 06:01:25 Selecting previously unselected package libkrb5-26-heimdal:amd64. 06:01:25 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:01:25 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 06:01:25 Selecting previously unselected package libheimntlm0-heimdal:amd64. 06:01:25 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:01:25 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:01:25 Selecting previously unselected package libgssapi3-heimdal:amd64. 06:01:25 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:01:25 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 06:01:25 Selecting previously unselected package libsasl2-modules-db:amd64. 06:01:25 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 06:01:25 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 06:01:25 Selecting previously unselected package libsasl2-2:amd64. 06:01:25 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 06:01:25 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 06:01:25 Selecting previously unselected package libldap-common. 06:01:25 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 06:01:25 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 06:01:25 Selecting previously unselected package libldap-2.4-2:amd64. 06:01:25 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 06:01:25 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 06:01:26 Selecting previously unselected package dirmngr. 06:01:26 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 06:01:26 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 06:01:26 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 06:01:26 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 06:01:26 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 06:01:26 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 06:01:26 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 06:01:26 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 06:01:26 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 06:01:26 Setting up libksba8:amd64 (1.3.5-2) ... 06:01:26 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:01:26 Setting up udev (237-3ubuntu10.43) ... 06:01:26 invoke-rc.d: policy-rc.d denied execution of start. 06:01:26 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 06:01:26 Processing triggers for systemd (237-3ubuntu10) ... 06:01:26 Setting up fuse (2.9.7-1ubuntu1) ... 06:01:27 Setting up gpg (2.2.4-1ubuntu1.3) ... 06:01:27 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:01:27 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 06:01:27 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 06:01:27 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 06:01:27 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 06:01:27 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:01:27 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 06:01:27 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 06:01:27 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 06:01:27 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:01:28 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 06:01:28 settings in the [Install] section, and DefaultInstance for template units). 06:01:28 This means they are not meant to be enabled using systemctl. 06:01:28 Possible reasons for having this kind of units are: 06:01:28 1) A unit may be statically enabled by being symlinked from another unit's 06:01:28 .wants/ or .requires/ directory. 06:01:28 2) A unit's purpose may be to act as a helper for some other unit which has 06:01:28 a requirement dependency on it. 06:01:28 3) A unit may be started when needed via activation (socket, path, timer, 06:01:28 D-Bus, udev, scripted systemctl call, ...). 06:01:28 4) In case of template units, the unit is meant to be enabled with some 06:01:28 instance name specified. 06:01:28 Reading package lists... 06:01:28 Building dependency tree... 06:01:28 Reading state information... 06:01:28 The following additional packages will be installed: 06:01:28 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 06:01:28 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 06:01:28 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 06:01:28 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 06:01:28 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 06:01:28 Suggested packages: 06:01:28 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 06:01:28 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 06:01:28 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 06:01:28 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 06:01:28 systemd-container policykit-1 06:01:28 Recommended packages: 06:01:28 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 06:01:28 The following NEW packages will be installed: 06:01:28 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 06:01:28 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 06:01:28 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 06:01:28 multiarch-support openssh-client python3 python3-minimal python3.6 06:01:28 python3.6-minimal snapd squashfs-tools sudo 06:01:28 The following packages will be upgraded: 06:01:28 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 06:01:29 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 06:01:29 Need to get 35.2 MB of archives. 06:01:29 After this operation, 141 MB of additional disk space will be used. 06:01:29 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 06:01:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 06:01:29 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 06:01:29 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:01:29 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:01:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 06:01:29 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 06:01:29 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 06:01:29 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 06:01:29 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 06:01:29 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 06:01:29 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 06:01:29 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 06:01:29 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 06:01:29 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 06:01:29 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 06:01:29 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:01:30 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 06:01:30 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 06:01:30 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 06:01:30 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 06:01:30 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 06:01:30 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 06:01:30 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 06:01:30 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 06:01:30 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 06:01:30 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 06:01:30 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 06:01:30 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 06:01:30 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 06:01:32 debconf: delaying package configuration, since apt-utils is not installed 06:01:32 Fetched 35.2 MB in 3s (11.8 MB/s) 06:01:32 (Reading database ... 12757 files and directories currently installed.) 06:01:32 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 06:01:32 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 06:01:33 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 06:01:33 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 06:01:33 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 06:01:33 (Reading database ... 12757 files and directories currently installed.) 06:01:33 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 06:01:33 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 06:01:33 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 06:01:33 (Reading database ... 12757 files and directories currently installed.) 06:01:33 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 06:01:33 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 06:01:34 Setting up apt (1.6.12ubuntu0.2) ... 06:01:34 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 06:01:34 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 06:01:34 (Reading database ... 12764 files and directories currently installed.) 06:01:34 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 06:01:34 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 06:01:34 Selecting previously unselected package libpython3.6-minimal:amd64. 06:01:34 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:01:34 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:01:35 Selecting previously unselected package libexpat1:amd64. 06:01:35 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 06:01:35 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 06:01:35 Selecting previously unselected package python3.6-minimal. 06:01:35 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:01:35 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 06:01:35 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 06:01:35 Checking for services that may need to be restarted...done. 06:01:35 Checking for services that may need to be restarted...done. 06:01:35 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:01:35 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 06:01:35 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 06:01:36 Selecting previously unselected package python3-minimal. 06:01:36 (Reading database ... 13012 files and directories currently installed.) 06:01:36 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 06:01:36 Unpacking python3-minimal (3.6.7-1~18.04) ... 06:01:36 Selecting previously unselected package mime-support. 06:01:36 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 06:01:36 Unpacking mime-support (3.60ubuntu1) ... 06:01:36 Selecting previously unselected package libmpdec2:amd64. 06:01:36 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 06:01:36 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 06:01:36 Selecting previously unselected package libpython3.6-stdlib:amd64. 06:01:36 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:01:36 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:01:37 Selecting previously unselected package python3.6. 06:01:37 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:01:37 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 06:01:37 Selecting previously unselected package libpython3-stdlib:amd64. 06:01:37 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 06:01:37 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 06:01:37 Setting up python3-minimal (3.6.7-1~18.04) ... 06:01:38 Selecting previously unselected package python3. 06:01:38 (Reading database ... 13442 files and directories currently installed.) 06:01:38 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 06:01:38 Unpacking python3 (3.6.7-1~18.04) ... 06:01:38 Selecting previously unselected package multiarch-support. 06:01:38 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 06:01:38 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 06:01:38 Setting up multiarch-support (2.27-3ubuntu1.4) ... 06:01:38 Selecting previously unselected package liblzo2-2:amd64. 06:01:38 (Reading database ... 13479 files and directories currently installed.) 06:01:38 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 06:01:38 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 06:01:38 Selecting previously unselected package libbsd0:amd64. 06:01:38 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 06:01:38 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 06:01:38 Selecting previously unselected package sudo. 06:01:38 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 06:01:38 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 06:01:38 Selecting previously unselected package apparmor. 06:01:38 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 06:01:38 Unpacking apparmor (2.12-4ubuntu5.1) ... 06:01:38 Selecting previously unselected package libedit2:amd64. 06:01:38 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 06:01:38 Unpacking libedit2:amd64 (3.1-20170329-1) ... 06:01:38 Selecting previously unselected package libkrb5support0:amd64. 06:01:38 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 06:01:38 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 06:01:38 Selecting previously unselected package libk5crypto3:amd64. 06:01:38 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 06:01:38 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 06:01:39 Selecting previously unselected package libkeyutils1:amd64. 06:01:39 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 06:01:39 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 06:01:39 Selecting previously unselected package libkrb5-3:amd64. 06:01:39 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 06:01:39 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 06:01:39 Selecting previously unselected package libgssapi-krb5-2:amd64. 06:01:39 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 06:01:39 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 06:01:39 Selecting previously unselected package libssl1.0.0:amd64. 06:01:39 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 06:01:39 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 06:01:39 Selecting previously unselected package openssh-client. 06:01:39 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 06:01:39 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 06:01:39 Selecting previously unselected package squashfs-tools. 06:01:39 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 06:01:39 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 06:01:40 Selecting previously unselected package snapd. 06:01:40 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 06:01:40 Unpacking snapd (2.48+18.04) ... 06:01:42 Setting up libedit2:amd64 (3.1-20170329-1) ... 06:01:42 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 06:01:42 Setting up mime-support (3.60ubuntu1) ... 06:01:42 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 06:01:42 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 06:01:42 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 06:01:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:01:42 Setting up systemd (237-3ubuntu10.43) ... 06:01:42 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 06:01:43 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 06:01:43 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 06:01:43 Setting up liblzo2-2:amd64 (2.08-1.2) ... 06:01:43 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:01:43 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 06:01:43 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 06:01:44 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 06:01:44 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 06:01:44 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 06:01:44 Setting up python3 (3.6.7-1~18.04) ... 06:01:44 running python rtupdate hooks for python3.6... 06:01:44 running python post-rtupdate hooks for python3.6... 06:01:44 Setting up apparmor (2.12-4ubuntu5.1) ... 06:01:45 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 06:01:46 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 06:01:46 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 06:01:46 Setting up snapd (2.48+18.04) ... 06:01:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 06:01:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 06:01:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 06:01:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 06:01:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 06:01:47 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 06:01:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 06:01:48 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 06:01:48 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 06:01:48 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 06:01:48 /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:01:48 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:01:48 Processing triggers for systemd (237-3ubuntu10.43) ... 06:01:49 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 06:01:49 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 06:01:49 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:01:51 Reading package lists... 06:01:51 Reading package lists... 06:01:51 Building dependency tree... 06:01:51 Reading state information... 06:01:52 Calculating upgrade... 06:01:52 The following packages will be upgraded: 06:01:52 advancecomp base-files bash binutils binutils-common 06:01:52 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 06:01:52 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 06:01:52 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 06:01:52 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 06:01:52 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 06:01:52 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 06:01:52 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 06:01:52 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 06:01:52 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 06:01:52 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 06:01:52 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 06:01:52 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 06:01:52 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 06:01:52 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 06:01:52 Need to get 63.5 MB of archives. 06:01:52 After this operation, 5191 kB of additional disk space will be used. 06:01:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 06:01:52 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 06:01:52 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 06:01:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 06:01:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 06:01:52 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 06:01:52 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 06:01:52 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 06:01:52 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:01:52 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 06:01:52 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 06:01:52 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 06:01:52 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 06:01:52 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 06:01:52 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 06:01:52 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 06:01:52 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 06:01:52 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 06:01:52 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 06:01:52 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 06:01:52 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 06:01:52 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 06:01:52 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 06:01:52 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 06:01:52 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 06:01:52 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 06:01:52 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 06:01:52 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 06:01:52 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 06:01:52 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 06:01:52 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 06:01:52 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 06:01:52 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 06:01:52 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 06:01:52 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 06:01:52 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 06:01:52 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 06:01:52 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 06:01:52 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 06:01:52 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 06:01:52 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 06:01:52 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 06:01:52 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 06:01:52 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 06:01:52 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 06:01:52 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 06:01:52 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 06:01:52 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 06:01:52 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 06:01:52 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 06:01:52 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 06:01:52 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 06:01:52 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 06:01:52 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 06:01:52 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 06:01:53 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 06:01:53 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 06:01:53 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 06:01:53 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 06:01:53 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 06:01:53 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 06:01:53 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 06:01:53 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 06:01:53 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 06:01:53 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 06:01:53 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 06:01:53 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 06:01:53 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 06:01:53 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 06:01:53 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 06:01:53 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 06:01:53 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 06:01:53 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 06:01:53 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 06:01:53 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 06:01:53 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 06:01:53 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 06:01:53 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 06:01:53 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 06:01:53 Get:80 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:01:53 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 06:01:53 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 06:01:53 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 06:01:53 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 06:01:53 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 06:01:53 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 06:01:53 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 06:01:53 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 06:01:53 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 06:01:53 Get:90 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:01:53 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 06:01:53 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 06:01:53 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 06:01:53 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 06:01:53 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 06:01:53 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 06:01:53 debconf: delaying package configuration, since apt-utils is not installed 06:01:53 Fetched 63.5 MB in 2s (38.1 MB/s) 06:01:54 (Reading database ... 13912 files and directories currently installed.) 06:01:54 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 06:01:54 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:01:54 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 06:01:54 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:01:54 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 06:01:54 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 06:01:55 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:01:55 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:01:55 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:01:55 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:01:55 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:01:56 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:01:56 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:01:56 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:01:56 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:01:56 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:01:56 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:01:56 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:01:56 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:01:56 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:01:56 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 06:01:56 (Reading database ... 13911 files and directories currently installed.) 06:01:56 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 06:01:56 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 06:01:56 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 06:01:56 (Reading database ... 13911 files and directories currently installed.) 06:01:56 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:01:56 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:01:56 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:01:56 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:01:56 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:01:57 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:01:57 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 06:01:57 (Reading database ... 13911 files and directories currently installed.) 06:01:57 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 06:01:57 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:01:57 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 06:01:58 (Reading database ... 13911 files and directories currently installed.) 06:01:58 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 06:01:58 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 06:01:58 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 06:01:58 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 06:01:58 Setting up base-files (10.1ubuntu2.10) ... 06:01:58 Installing new version of config file /etc/issue ... 06:01:58 Installing new version of config file /etc/issue.net ... 06:01:58 Installing new version of config file /etc/lsb-release ... 06:01:58 Installing new version of config file /etc/update-motd.d/50-motd-news ... 06:01:58 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 06:01:58 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 06:01:58 Removing obsolete conffile /etc/default/motd-news ... 06:01:58 (Reading database ... 13912 files and directories currently installed.) 06:01:58 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 06:01:58 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 06:01:59 Setting up bash (4.4.18-2ubuntu1.2) ... 06:01:59 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:01:59 (Reading database ... 13912 files and directories currently installed.) 06:01:59 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 06:01:59 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 06:01:59 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 06:01:59 (Reading database ... 13912 files and directories currently installed.) 06:01:59 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 06:01:59 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 06:01:59 Setting up tar (1.29b-2ubuntu0.1) ... 06:01:59 (Reading database ... 13912 files and directories currently installed.) 06:01:59 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 06:01:59 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:02:00 Setting up dpkg (1.19.0.5ubuntu2.3) ... 06:02:00 (Reading database ... 13912 files and directories currently installed.) 06:02:00 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 06:02:00 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:02:00 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 06:02:00 (Reading database ... 13912 files and directories currently installed.) 06:02:00 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 06:02:00 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:02:00 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 06:02:00 (Reading database ... 13912 files and directories currently installed.) 06:02:00 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 06:02:00 Unpacking grep (3.1-2build1) over (3.1-2) ... 06:02:00 Setting up grep (3.1-2build1) ... 06:02:01 (Reading database ... 13912 files and directories currently installed.) 06:02:01 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 06:02:01 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 06:02:01 Setting up login (1:4.5-1ubuntu2) ... 06:02:01 (Reading database ... 13912 files and directories currently installed.) 06:02:01 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 06:02:01 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:02:01 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 06:02:01 (Reading database ... 13912 files and directories currently installed.) 06:02:01 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 06:02:01 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:02:02 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 06:02:02 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:02:02 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 06:02:02 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:02:02 Setting up perl-base (5.26.1-6ubuntu0.5) ... 06:02:02 (Reading database ... 13912 files and directories currently installed.) 06:02:02 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 06:02:03 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:02:04 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 06:02:04 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 06:02:04 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 06:02:04 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 06:02:04 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 06:02:04 (Reading database ... 13912 files and directories currently installed.) 06:02:04 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 06:02:04 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 06:02:04 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 06:02:04 (Reading database ... 13912 files and directories currently installed.) 06:02:04 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:02:04 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:02:04 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:02:04 (Reading database ... 13912 files and directories currently installed.) 06:02:04 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:02:04 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:02:05 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:02:05 (Reading database ... 13912 files and directories currently installed.) 06:02:05 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:02:05 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:02:05 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:02:05 (Reading database ... 13912 files and directories currently installed.) 06:02:05 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:02:05 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:02:05 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:02:05 (Reading database ... 13912 files and directories currently installed.) 06:02:05 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 06:02:05 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:02:05 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 06:02:05 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:02:05 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 06:02:06 (Reading database ... 13912 files and directories currently installed.) 06:02:06 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 06:02:06 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:02:06 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 06:02:06 (Reading database ... 13912 files and directories currently installed.) 06:02:06 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:02:06 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:02:06 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:02:06 (Reading database ... 13912 files and directories currently installed.) 06:02:06 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:02:06 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:02:06 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 06:02:06 (Reading database ... 13912 files and directories currently installed.) 06:02:06 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:02:06 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:02:07 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 06:02:07 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 06:02:07 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 06:02:08 (Reading database ... 13912 files and directories currently installed.) 06:02:08 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 06:02:08 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:02:08 Setting up libc-bin (2.27-3ubuntu1.4) ... 06:02:08 (Reading database ... 13912 files and directories currently installed.) 06:02:08 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 06:02:08 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:02:08 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 06:02:08 (Reading database ... 13914 files and directories currently installed.) 06:02:08 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 06:02:09 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 06:02:09 Setting up debconf (1.5.66ubuntu1) ... 06:02:09 (Reading database ... 13914 files and directories currently installed.) 06:02:09 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:02:09 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:02:09 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 06:02:09 (Reading database ... 13914 files and directories currently installed.) 06:02:09 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:02:09 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:02:09 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 06:02:10 (Reading database ... 13914 files and directories currently installed.) 06:02:10 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:02:10 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:02:10 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 06:02:10 (Reading database ... 13914 files and directories currently installed.) 06:02:10 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:02:10 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:02:10 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 06:02:10 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 06:02:10 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 06:02:10 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:02:11 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 06:02:11 (Reading database ... 13914 files and directories currently installed.) 06:02:11 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 06:02:11 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 06:02:11 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 06:02:11 (Reading database ... 13914 files and directories currently installed.) 06:02:11 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 06:02:11 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:02:11 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 06:02:12 (Reading database ... 13914 files and directories currently installed.) 06:02:12 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 06:02:12 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:02:12 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 06:02:12 (Reading database ... 13914 files and directories currently installed.) 06:02:12 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 06:02:12 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 06:02:12 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 06:02:12 (Reading database ... 13914 files and directories currently installed.) 06:02:12 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 06:02:12 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 06:02:12 Setting up passwd (1:4.5-1ubuntu2) ... 06:02:13 (Reading database ... 13914 files and directories currently installed.) 06:02:13 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 06:02:13 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:02:13 Setting up gpgv (2.2.4-1ubuntu1.3) ... 06:02:13 (Reading database ... 13914 files and directories currently installed.) 06:02:13 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 06:02:13 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 06:02:13 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 06:02:13 (Reading database ... 13914 files and directories currently installed.) 06:02:13 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 06:02:13 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 06:02:13 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 06:02:13 (Reading database ... 13914 files and directories currently installed.) 06:02:13 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 06:02:13 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 06:02:14 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 06:02:14 (Reading database ... 13914 files and directories currently installed.) 06:02:14 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 06:02:14 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 06:02:14 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 06:02:14 (Reading database ... 13914 files and directories currently installed.) 06:02:14 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 06:02:14 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 06:02:14 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 06:02:14 (Reading database ... 13915 files and directories currently installed.) 06:02:14 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 06:02:14 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 06:02:14 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 06:02:14 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 06:02:15 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 06:02:15 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 06:02:15 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 06:02:15 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 06:02:15 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 06:02:15 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 06:02:15 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 06:02:15 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 06:02:15 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 06:02:15 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 06:02:15 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 06:02:15 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 06:02:16 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 06:02:16 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 06:02:16 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 06:02:16 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 06:02:16 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 06:02:16 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 06:02:16 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 06:02:16 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 06:02:17 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 06:02:17 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 06:02:17 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 06:02:17 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 06:02:17 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:02:17 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:02:18 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:02:18 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:02:18 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:02:18 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:02:18 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:02:18 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:02:18 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:02:18 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:02:18 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:02:18 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:02:18 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:02:18 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:02:19 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:02:19 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:02:20 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:02:20 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:02:20 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:02:20 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:02:21 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:02:21 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:02:22 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:02:22 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:02:23 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:02:23 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:02:23 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:02:23 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:02:23 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 06:02:23 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:02:23 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 06:02:23 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:02:23 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 06:02:23 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 06:02:23 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:02:23 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:02:23 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:02:24 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:02:24 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 06:02:24 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 06:02:24 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:02:24 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 06:02:24 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:02:24 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:02:24 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:02:24 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 06:02:24 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 06:02:24 Setting up tzdata (2020d-0ubuntu0.18.04) ... 06:02:24 06:02:24 Current default time zone: 'Etc/UTC' 06:02:24 Local time is now: Thu Dec 31 06:02:24 UTC 2020. 06:02:24 Universal Time is now: Thu Dec 31 06:02:24 UTC 2020. 06:02:24 Run 'dpkg-reconfigure tzdata' if you wish to change it. 06:02:24 06:02:24 Setting up systemd-sysv (237-3ubuntu10.43) ... 06:02:24 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:02:24 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 06:02:24 Setting up mount (2.31.1-0.4ubuntu3.7) ... 06:02:24 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 06:02:24 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 06:02:24 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 06:02:24 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 06:02:24 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 06:02:25 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 06:02:25 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:02:25 Setting up procps (2:3.3.12-3ubuntu1.2) ... 06:02:25 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 06:02:25 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 06:02:25 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 06:02:25 Setting up patch (2.7.6-2ubuntu1.1) ... 06:02:25 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 06:02:25 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 06:02:25 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 06:02:25 Installing new version of config file /etc/ssl/openssl.cnf ... 06:02:25 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 06:02:25 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 06:02:25 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 06:02:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:02:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:02:25 ---> 33a63313f13c 06:02:25 Step 3/22 : WORKDIR /edgex-go 06:02:25 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 06:02:25 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:02:25 ---> 33a63313f13c 06:02:25 Step 3/27 : WORKDIR /edgex-go 06:02:25 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:02:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:02:25 ---> 33a63313f13c 06:02:25 Step 3/24 : WORKDIR /edgex-go 06:02:25 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:02:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:02:25 ---> 33a63313f13c 06:02:25 Step 3/24 : WORKDIR /edgex-go 06:02:25 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 06:02:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:02:25 ---> 33a63313f13c 06:02:25 Step 3/21 : WORKDIR /edgex-go 06:02:27 Updating certificates in /etc/ssl/certs... 06:02:27 ---> Running in 3ad8f624f7f6 06:02:27 ---> Running in 34262695a2a8 06:02:27 ---> Running in 69b01a0564a4 06:02:27 ---> Running in 38ffe0e08cbe 06:02:27 ---> Running in 69b64b00c5ca 06:02:28 Removing intermediate container 34262695a2a8 06:02:28 ---> a1c7da890202 06:02:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:02:28 Removing intermediate container 3ad8f624f7f6 06:02:28 ---> 38cfdf1ea12a 06:02:28 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:02:28 Removing intermediate container 38ffe0e08cbe 06:02:28 ---> 3eccd73cbe52 06:02:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:02:28 22 added, 17 removed; done. 06:02:28 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 06:02:28 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:02:28 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 06:02:28 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 06:02:28 Setting up pkgbinarymangler (138.18.04.1) ... 06:02:28 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 06:02:28 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 06:02:28 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 06:02:28 Removing intermediate container 69b01a0564a4 06:02:28 ---> bf9e793c888f 06:02:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:02:28 Removing intermediate container 69b64b00c5ca 06:02:28 ---> cd47471b2a06 06:02:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:02:28 ---> Running in 0e915a44cb05 06:02:28 ---> Running in 673a2de37999 06:02:28 ---> Running in dbab7c66de93 06:02:28 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 06:02:28 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:02:28 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 06:02:28 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:02:28 Setting up perl (5.26.1-6ubuntu0.5) ... 06:02:28 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 06:02:28 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 06:02:28 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 06:02:28 ---> Running in bf37f8100eb2 06:02:28 ---> Running in 1bdbb3dc037c 06:02:28 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 06:02:28 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 06:02:28 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 06:02:28 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 06:02:28 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 06:02:28 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 06:02:29 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 06:02:29 Processing triggers for systemd (237-3ubuntu10.43) ... 06:02:29 Processing triggers for mime-support (3.60ubuntu1) ... 06:02:29 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 06:02:29 Updating certificates in /etc/ssl/certs... 06:02:29 0 added, 0 removed; done. 06:02:29 Running hooks in /etc/ca-certificates/update.d... 06:02:29 done. 06:02:30 Reading package lists... 06:02:30 Building dependency tree... 06:02:30 Reading state information... 06:02:30 The following NEW packages will be installed: 06:02:30 apt-transport-https 06:02:30 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 06:02:30 Need to get 1696 B of archives. 06:02:30 After this operation, 153 kB of additional disk space will be used. 06:02:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 06:02:31 debconf: delaying package configuration, since apt-utils is not installed 06:02:31 Fetched 1696 B in 0s (9231 B/s) 06:02:31 Selecting previously unselected package apt-transport-https. 06:02:31 (Reading database ... 13929 files and directories currently installed.) 06:02:31 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 06:02:31 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 06:02:31 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 06:02:31 Waiting for network to be ready... 06:02:32 Removing intermediate container 0e915a44cb05 06:02:32 ---> 3c93061349d0 06:02:32 Step 5/24 : RUN apk update && apk add make git 06:02:32 ---> Running in 1e8aa1204154 06:02:32 Removing intermediate container 673a2de37999 06:02:32 ---> bb67cc30dd1e 06:02:32 Step 5/27 : RUN apk update && apk add make bash git 06:02:32 Removing intermediate container dbab7c66de93 06:02:32 ---> 91009f60a7c8 06:02:32 Step 5/21 : RUN apk update && apk add make git 06:02:32 ---> Running in 8343b18e9b45 06:02:32 ---> Running in c45c56610397 06:02:33 Removing intermediate container bf37f8100eb2 06:02:33 ---> f1a52211fa3c 06:02:33 Step 5/22 : RUN apk update && apk add make git 06:02:33 Removing intermediate container 1bdbb3dc037c 06:02:33 ---> c8318720f84c 06:02:33 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 06:02:33 ---> Running in 6a9d11e5a4e2 06:02:33 ---> Running in e3c7311844ae 06:02:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:02:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:02:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:02:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:02:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:02:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:02:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:02:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:02:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:02:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:02:36 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:02:36 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 06:02:36 OK: 12620 distinct packages available 06:02:37 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:02:37 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 06:02:37 OK: 12620 distinct packages available 06:02:37 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:02:37 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 06:02:37 OK: 12620 distinct packages available 06:02:37 OK: 217 MiB in 51 packages 06:02:37 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:02:37 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 06:02:37 OK: 12620 distinct packages available 06:02:37 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:02:37 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 06:02:37 OK: 12620 distinct packages available 06:02:38 OK: 217 MiB in 51 packages 06:02:38 OK: 217 MiB in 51 packages 06:02:38 OK: 217 MiB in 51 packages 06:02:38 OK: 217 MiB in 51 packages 06:02:39 Removing intermediate container 1e8aa1204154 06:02:39 ---> 03145cdd3699 06:02:39 Step 6/24 : COPY go.mod . 06:02:39 2020-12-31T06:02:35Z INFO Waiting for automatic snapd restart... 06:02:39 snapd 2.48.1 from Canonical* installed 06:02:40 "snapd" switched to the "latest/stable" channel 06:02:40 06:02:40 Removing intermediate container c45c56610397 06:02:40 ---> b224accc3bc6 06:02:40 Step 6/21 : COPY go.mod . 06:02:40 ---> f3943673a05c 06:02:40 Step 7/24 : RUN go mod download 06:02:40 Removing intermediate container 8343b18e9b45 06:02:40 ---> c6edfd0ee6df 06:02:40 Step 6/27 : COPY go.mod . 06:02:41 ---> Running in 7016f674481a 06:02:41 Removing intermediate container 6a9d11e5a4e2 06:02:41 ---> 14f3593579f7 06:02:41 Step 6/22 : COPY go.mod . 06:02:41 Removing intermediate container e3c7311844ae 06:02:41 ---> 44ef3bc6f6c2 06:02:41 Step 6/24 : COPY go.mod . 06:02:41 ---> 9f52153cac13 06:02:41 Step 7/21 : RUN go mod download 06:02:41 ---> Running in 4a15c485a2f3 06:02:42 ---> fefc98902459 06:02:42 Step 7/22 : RUN go mod download 06:02:42 ---> 583d904eddb2 06:02:42 Step 7/27 : RUN go mod download 06:02:42 ---> 51ff58366703 06:02:42 Step 7/24 : RUN go mod download 06:02:42 ---> Running in 5de122821bfc 06:02:42 ---> Running in af7d5cd64476 06:02:42 ---> Running in e6499ef2e136 06:02:44 core18 20201210 from Canonical* installed 06:02:44 "core18" switched to the "latest/stable" channel 06:02:44 06:02:45 Removing intermediate container 7016f674481a 06:02:45 ---> 47420c2583aa 06:02:45 Step 8/24 : COPY . . 06:02:46 Removing intermediate container 4a15c485a2f3 06:02:46 ---> 79f7a172d87f 06:02:46 Step 8/21 : COPY . . 06:02:48 Removing intermediate container 5de122821bfc 06:02:48 ---> fff62eed335d 06:02:48 Step 8/22 : COPY . . 06:02:48 Removing intermediate container af7d5cd64476 06:02:48 ---> dd4bea94c397 06:02:48 Step 8/27 : COPY . . 06:02:49 Removing intermediate container e6499ef2e136 06:02:49 ---> 174765bf75fc 06:02:49 Step 8/24 : COPY . . 06:02:51 snapcraft 4.4.4 from Canonical* installed 06:02:51 "snapcraft" switched to the "latest/stable" channel 06:02:51 06:02:54 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:02:54 - README.md 06:02:54 06:02:54 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 06:03:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:03:01 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 06:03:01 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 06:03:01 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:03:02 Reading package lists... 06:03:02 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:03:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:03:09 Reading package lists... 06:03:09 Building dependency tree... 06:03:09 Reading state information... 06:03:09 Suggested packages: 06:03:09 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 06:03:09 git-gui gitk gitweb git-cvs git-mediawiki git-svn 06:03:09 Recommended packages: 06:03:09 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 06:03:09 The following NEW packages will be installed: 06:03:09 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 06:03:09 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 06:03:09 pkg-config zip 06:03:09 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 06:03:09 Need to get 7655 kB of archives. 06:03:09 After this operation, 43.7 MB of additional disk space will be used. 06:03:09 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 06:03:09 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:03:09 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 06:03:09 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 06:03:09 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 06:03:09 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 06:03:09 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 06:03:10 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 06:03:10 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 06:03:10 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 06:03:10 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 06:03:10 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 06:03:10 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 06:03:10 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 06:03:10 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 06:03:10 debconf: delaying package configuration, since apt-utils is not installed 06:03:10 Fetched 7655 kB in 1s (6951 kB/s) 06:03:10 Selecting previously unselected package libglib2.0-0:amd64. 06:03:10 (Reading database ... 13933 files and directories currently installed.) 06:03:10 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 06:03:10 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 06:03:10 Selecting previously unselected package libpsl5:amd64. 06:03:10 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 06:03:10 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 06:03:11 Selecting previously unselected package libnghttp2-14:amd64. 06:03:11 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 06:03:11 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 06:03:11 Selecting previously unselected package librtmp1:amd64. 06:03:11 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 06:03:11 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 06:03:11 Selecting previously unselected package libcurl3-gnutls:amd64. 06:03:11 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 06:03:11 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 06:03:11 Selecting previously unselected package liberror-perl. 06:03:11 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 06:03:11 Unpacking liberror-perl (0.17025-1) ... 06:03:11 Selecting previously unselected package git-man. 06:03:11 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 06:03:11 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 06:03:11 Selecting previously unselected package git. 06:03:11 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 06:03:11 Unpacking git (1:2.17.1-1ubuntu0.7) ... 06:03:12 Selecting previously unselected package libnorm1:amd64. 06:03:12 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 06:03:12 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 06:03:12 Selecting previously unselected package libpgm-5.2-0:amd64. 06:03:12 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 06:03:12 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 06:03:12 Selecting previously unselected package libsodium23:amd64. 06:03:12 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 06:03:12 Unpacking libsodium23:amd64 (1.0.16-2) ... 06:03:12 Selecting previously unselected package libzmq5:amd64. 06:03:12 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 06:03:12 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 06:03:12 Selecting previously unselected package libzmq3-dev:amd64. 06:03:12 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 06:03:12 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 06:03:13 Selecting previously unselected package pkg-config. 06:03:13 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 06:03:13 Unpacking pkg-config (0.29.1-0ubuntu2) ... 06:03:13 Selecting previously unselected package zip. 06:03:13 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 06:03:13 Unpacking zip (3.0-11build1) ... 06:03:13 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 06:03:13 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 06:03:13 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 06:03:13 Setting up liberror-perl (0.17025-1) ... 06:03:13 Setting up libpsl5:amd64 (0.19.1-5build1) ... 06:03:13 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 06:03:13 No schema files found: doing nothing. 06:03:13 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 06:03:13 Setting up zip (3.0-11build1) ... 06:03:13 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 06:03:13 Setting up libsodium23:amd64 (1.0.16-2) ... 06:03:13 Setting up pkg-config (0.29.1-0ubuntu2) ... 06:03:13 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 06:03:13 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 06:03:13 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 06:03:13 Setting up git (1:2.17.1-1ubuntu0.7) ... 06:03:13 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 06:03:16 ---> a069e2fab2eb 06:03:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:03:16 ---> f38ccc402524 06:03:16 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:03:16 ---> 85ecfa66a89f 06:03:16 Step 9/22 : RUN make cmd/core-command/core-command 06:03:16 ---> 76a6fd0f652b 06:03:16 Step 9/24 : RUN make cmd/support-notifications/support-notifications 06:03:16 ---> Running in 80c8d645e30b 06:03:16 ---> Running in 24acc3f5360f 06:03:16 ---> Running in 2d098e786a39 06:03:16 ---> ab02a1c9978e 06:03:16 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:03:16 ---> Running in f7c5ed7370d6 06:03:16 ---> Running in 0b0d33a21b3a 06:03:16 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:16 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:16 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:03:16 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:03:16 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:03:20 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:03:20 git set to automatically installed. 06:03:20 git-man set to automatically installed. 06:03:20 libcurl3-gnutls set to automatically installed. 06:03:20 liberror-perl set to automatically installed. 06:03:20 libglib2.0-0 set to automatically installed. 06:03:20 libnghttp2-14 set to automatically installed. 06:03:20 libnorm1 set to automatically installed. 06:03:20 libpgm-5.2-0 set to automatically installed. 06:03:20 libpsl5 set to automatically installed. 06:03:20 librtmp1 set to automatically installed. 06:03:20 libsodium23 set to automatically installed. 06:03:20 libzmq3-dev set to automatically installed. 06:03:20 libzmq5 set to automatically installed. 06:03:20 pkg-config set to automatically installed. 06:03:20 zip set to automatically installed. 06:03:22 snapd is not logged in, snap install commands will use sudo 06:03:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:03:28 snap "core18" has no updates available 06:03:30 Pulling config-common 06:03:31 Pulling go-build-helper 06:03:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:03:58 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 06:03:58 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 06:03:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 06:03:58 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 06:03:58 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 06:03:58 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 06:03:58 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 06:03:58 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 06:03:58 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 06:03:58 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 06:03:58 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 06:03:58 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 06:03:58 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 06:03:58 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 06:03:58 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 06:03:58 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 06:03:58 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 06:03:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 06:03:58 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 06:03:58 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 06:03:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 06:03:58 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 06:03:58 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 06:03:58 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 06:03:58 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 06:03:58 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 06:03:58 Fetched 23.5 MB in 0s (0 B/s) 06:03:58 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 06:03:58 Fetched 96.5 kB in 0s (0 B/s) 06:03:58 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 06:03:58 Fetched 279 kB in 0s (0 B/s) 06:03:58 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 06:03:58 Fetched 122 kB in 0s (0 B/s) 06:03:58 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 06:03:58 Fetched 77.8 kB in 0s (0 B/s) 06:03:58 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 06:03:58 Fetched 8848 B in 0s (0 B/s) 06:03:58 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 06:03:58 Fetched 47.8 kB in 0s (0 B/s) 06:03:58 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 06:03:58 Fetched 45.6 kB in 0s (0 B/s) 06:03:58 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 06:03:58 Fetched 14.8 kB in 0s (0 B/s) 06:03:58 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 06:03:58 Fetched 214 kB in 0s (0 B/s) 06:03:58 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 06:03:58 Fetched 155 kB in 0s (0 B/s) 06:03:58 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 06:03:58 Fetched 50.6 kB in 0s (0 B/s) 06:03:58 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 06:03:58 Fetched 14.8 kB in 0s (0 B/s) 06:03:58 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 06:03:58 Fetched 41.8 kB in 0s (0 B/s) 06:03:58 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 06:03:58 Fetched 499 kB in 0s (0 B/s) 06:03:58 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 06:03:58 Fetched 111 kB in 0s (0 B/s) 06:03:58 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 06:03:58 Fetched 240 kB in 0s (0 B/s) 06:03:58 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 06:03:58 Fetched 29.3 kB in 0s (0 B/s) 06:03:58 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 06:03:58 Fetched 85.5 kB in 0s (0 B/s) 06:03:58 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 06:03:58 Fetched 24.5 kB in 0s (0 B/s) 06:03:58 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 06:03:58 Fetched 49.2 kB in 0s (0 B/s) 06:03:58 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 06:03:58 Fetched 54.2 kB in 0s (0 B/s) 06:03:58 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 06:03:58 Fetched 30.8 kB in 0s (0 B/s) 06:03:58 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 06:03:58 Fetched 17.0 kB in 0s (0 B/s) 06:03:58 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 06:03:58 Fetched 85.9 kB in 0s (0 B/s) 06:03:58 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 06:03:58 Fetched 8720 B in 0s (0 B/s) 06:03:58 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 06:03:58 Fetched 137 kB in 0s (0 B/s) 06:03:58 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 06:03:58 Fetched 119 kB in 0s (0 B/s) 06:03:58 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 06:03:58 Fetched 109 kB in 0s (0 B/s) 06:03:58 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 06:03:58 Fetched 11.1 kB in 0s (0 B/s) 06:03:58 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 06:03:58 Fetched 645 kB in 0s (0 B/s) 06:03:58 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 06:03:58 Fetched 41.3 kB in 0s (0 B/s) 06:03:58 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 06:03:58 Fetched 17.9 kB in 0s (0 B/s) 06:03:58 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 06:03:58 Fetched 368 kB in 0s (0 B/s) 06:03:58 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 06:03:58 Fetched 187 kB in 0s (0 B/s) 06:03:58 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 06:03:58 Fetched 175 kB in 0s (0 B/s) 06:03:58 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 06:03:58 Fetched 206 kB in 0s (0 B/s) 06:03:58 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 06:03:58 Fetched 1301 kB in 0s (0 B/s) 06:03:58 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 06:03:58 Fetched 36.2 kB in 0s (0 B/s) 06:03:58 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 06:03:58 Fetched 159 kB in 0s (0 B/s) 06:03:58 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 06:03:58 Fetched 107 kB in 0s (0 B/s) 06:03:58 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 06:03:58 Fetched 48.7 kB in 0s (0 B/s) 06:03:58 Pulling static-packages 06:03:59 'go115' has dependencies that need to be staged: go-build-helper static-packages 06:03:59 Skipping pull go-build-helper (already ran) 06:03:59 Skipping pull static-packages (already ran) 06:03:59 Building go-build-helper 06:04:03 Building static-packages 06:04:06 Staging go-build-helper 06:04:07 Staging static-packages 06:04:08 Pulling go115 06:04:10 'edgex-go' has dependencies that need to be staged: go115 06:04:10 Skipping pull go115 (already ran) 06:04:10 Building go115 06:04:10 % Total % Received % Xferd Average Speed Time Time Time Current 06:04:10 Dload Upload Total Spent Left Speed 06:04:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 23 115M 23 27.4M 0 0 28.9M 0 0:00:03 --:--:-- 0:00:03 28.9M 55 115M 55 64.6M 0 0 33.1M 0 0:00:03 0:00:01 0:00:02 33.1M 87 115M 87 101M 0 0 34.4M 0 0:00:03 0:00:02 0:00:01 34.4M 100 115M 100 115M 0 0 34.6M 0 0:00:03 0:00:03 --:--:-- 34.6M 06:04:14 go1.15.2.linux-amd64.tar.gz: OK 06:04:19 Staging go115 06:04:26 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 06:04:26 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 06:04:26 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:04:26 Fetched 0 B in 0s (0 B/s) 06:04:26 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 06:04:26 Fetched 224 kB in 0s (0 B/s) 06:04:26 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 06:04:26 Fetched 157 kB in 0s (0 B/s) 06:04:26 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 06:04:26 Fetched 221 kB in 0s (0 B/s) 06:04:26 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 06:04:26 Fetched 143 kB in 0s (0 B/s) 06:04:26 Pulling edgex-go 06:04:27 Pulling version 06:04:28 Building config-common 06:04:30 Skipping build go-build-helper (already ran) 06:04:30 Skipping build static-packages (already ran) 06:04:30 Skipping build go115 (already ran) 06:04:31 Building edgex-go 06:04:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:04:33 go: downloading github.com/gorilla/mux v1.8.0 06:04:33 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.135 06:04:33 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.65 06:04:33 go: downloading github.com/google/uuid v1.1.3 06:04:33 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 06:04:33 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 06:04:33 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 06:04:33 go: downloading github.com/OneOfOne/xxhash v1.2.8 06:04:33 go: downloading github.com/imdario/mergo v0.3.11 06:04:33 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 06:04:33 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 06:04:33 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 06:04:33 go: downloading github.com/pkg/errors v0.8.1 06:04:33 go: downloading github.com/pelletier/go-toml v1.2.0 06:04:33 go: downloading github.com/hashicorp/consul/api v1.1.0 06:04:33 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 06:04:33 go: downloading github.com/BurntSushi/toml v0.3.1 06:04:33 go: downloading gopkg.in/yaml.v2 v2.4.0 06:04:33 go: downloading github.com/go-playground/validator/v10 v10.3.0 06:04:33 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:04:33 go: downloading github.com/go-kit/kit v0.8.0 06:04:33 go: downloading github.com/x448/float16 v0.8.4 06:04:33 go: downloading github.com/go-redis/redis/v7 v7.2.0 06:04:33 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 06:04:33 go: downloading github.com/pebbe/zmq4 v1.0.0 06:04:33 go: downloading github.com/mitchellh/mapstructure v1.1.2 06:04:33 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 06:04:33 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 06:04:33 go: downloading github.com/mitchellh/copystructure v1.0.0 06:04:33 go: downloading github.com/hashicorp/serf v0.8.2 06:04:33 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 06:04:33 go: downloading github.com/mitchellh/reflectwalk v1.0.0 06:04:33 go: downloading github.com/go-playground/universal-translator v0.17.0 06:04:33 go: downloading github.com/leodido/go-urn v1.2.0 06:04:33 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 06:04:33 go: downloading github.com/go-playground/locales v0.13.0 06:04:33 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:04:33 go: downloading github.com/go-logfmt/logfmt v0.4.0 06:04:33 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 06:04:33 go: downloading github.com/hashicorp/golang-lru v0.5.0 06:04:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:04:38 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:04:43 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:04:48 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:04:48 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:04: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 06:04:50 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:04:50 go: downloading github.com/stretchr/testify v1.6.1 06:04:50 go: downloading github.com/davecgh/go-spew v1.1.1 06:04:50 go: downloading github.com/pmezard/go-difflib v1.0.0 06:04:50 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 06:04:52 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:04:52 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 06:04:52 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 06:04:53 Removing intermediate container 80c8d645e30b 06:04:53 ---> 30e65c72737a 06:04:53 06:04:53 Step 10/24 : FROM alpine:3.10 06:04:53 3.10: Pulling from library/alpine 06:04:53 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:04:53 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 06:04:54 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 06:04:54 Status: Downloaded newer image for alpine:3.10 06:04:54 ---> 536a684cf733 06:04:54 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 06:04:54 Removing intermediate container 2d098e786a39 06:04:54 ---> c128bb7d9963 06:04:54 06:04:54 Step 10/21 : FROM alpine 06:04:54 latest: Pulling from library/alpine 06:04:54 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:04:54 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 06:04:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:04:54 ---> Running in a520f663acb6 06:04:54 Status: Downloaded newer image for alpine:latest 06:04:54 ---> afeebe901d6b 06:04:54 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 06:04:56 ---> Running in d99dad029c3b 06:04:56 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:04:56 Removing intermediate container 0b0d33a21b3a 06:04:56 ---> 8b1da0020e51 06:04:56 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:04:57 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:04:57 ---> Running in 7ac7a379e45f 06:04:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 06:04:57 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:04:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:04:57 Removing intermediate container 24acc3f5360f 06:04:57 ---> 3c923f6b595e 06:04:57 06:04:57 Step 10/22 : FROM scratch 06:04:57 ---> 06:04:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:04:58 Removing intermediate container f7c5ed7370d6 06:04:58 ---> 4b25d4afa60a 06:04:58 06:04:58 Step 10/24 : FROM scratch 06:04:58 ---> 06:04:58 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:04:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:04:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 06:04:58 ---> Running in 0a5f20749f96 06:04:58 ---> Running in 87b503743341 06:04:58 v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 06:04:58 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 06:04:58 OK: 10171 distinct packages available 06:04:59 v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:04:59 v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:04:59 OK: 12615 distinct packages available 06:04:59 Removing intermediate container 0a5f20749f96 06:04:59 ---> 60c87cd92bcc 06:04:59 Step 12/24 : ENV APP_PORT=48060 06:04:59 Removing intermediate container 87b503743341 06:04:59 ---> 561fac7c7a43 06:04:59 Step 12/22 : ENV APP_PORT=48082 06:04:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:04:59 ---> Running in 1bdc0ce771d8 06:04:59 ---> Running in 54a605911036 06:04:59 (1/5) Installing ca-certificates (20191127-r2) 06:04:59 (2/5) Installing nghttp2-libs (1.39.2-r1) 06:04:59 (3/5) Installing libcurl (7.66.0-r3) 06:04:59 (4/5) Installing curl (7.66.0-r3) 06:04:59 (5/5) Installing dumb-init (1.2.2-r1) 06:04:59 Executing busybox-1.30.1-r3.trigger 06:04:59 Executing ca-certificates-20191127-r2.trigger 06:04:59 (1/4) Installing ca-certificates (20191127-r4) 06:04:59 Removing intermediate container 1bdc0ce771d8 06:04:59 ---> 99e7ccdf6c4a 06:05:00 Step 13/24 : EXPOSE $APP_PORT 06:05:00 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:05:00 (3/4) Installing libcurl (7.69.1-r3) 06:05:00 (4/4) Installing curl (7.69.1-r3) 06:05:00 Executing busybox-1.31.1-r19.trigger 06:05:00 OK: 7 MiB in 19 packages 06:05:00 Executing ca-certificates-20191127-r4.trigger 06:05:00 ---> Running in ad4b8c648314 06:05:00 Removing intermediate container 54a605911036 06:05:00 ---> 4eede31f71c9 06:05:00 Step 13/22 : EXPOSE $APP_PORT 06:05:00 OK: 7 MiB in 18 packages 06:05:00 ---> Running in 797b15e89119 06:05:00 Building version 06:05:01 Removing intermediate container ad4b8c648314 06:05:01 ---> fa9c63a066bf 06:05:01 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 06:05:01 Removing intermediate container 797b15e89119 06:05:01 ---> b02a61f9a4e4 06:05:01 Step 14/22 : WORKDIR / 06:05:01 ---> Running in b9e10331467a 06:05:02 ---> 09d8cf8071d1 06:05:02 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 06:05:03 Removing intermediate container a520f663acb6 06:05:03 ---> 720f09411e1b 06:05:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:05:03 Removing intermediate container b9e10331467a 06:05:03 ---> e04abb388732 06:05:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 06:05:03 ---> Running in 685a7540da1e 06:05:03 Removing intermediate container d99dad029c3b 06:05:03 ---> b54f1f891b75 06:05:03 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:05:03 ---> Running in 30725450e25b 06:05:03 Staging config-common 06:05:03 Removing intermediate container 685a7540da1e 06:05:03 ---> b82f65bba9ad 06:05:03 Step 13/24 : WORKDIR / 06:05:04 ---> c09ee11996e9 06:05:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:05:04 Removing intermediate container 7ac7a379e45f 06:05:04 ---> 1553c2cfef0c 06:05:04 06:05:04 Step 11/27 : FROM docker:latest 06:05:04 ---> f66387bf908a 06:05:04 Step 12/27 : RUN apk add --no-cache bash 06:05:04 ---> f5bb42b45fa8 06:05:04 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 06:05:04 Skipping stage go-build-helper (already ran) 06:05:04 Skipping stage static-packages (already ran) 06:05:04 Skipping stage go115 (already ran) 06:05:04 Staging edgex-go 06:05:04 ---> Running in 9960484b51b0 06:05:04 Removing intermediate container 30725450e25b 06:05:04 ---> dd22ceabc3b8 06:05:04 Step 13/21 : WORKDIR /edgex 06:05:04 ---> Running in 84204157308c 06:05:04 ---> Running in e4bcda64c79d 06:05:04 Removing intermediate container 9960484b51b0 06:05:04 ---> 1b27572643b5 06:05:04 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:05:05 Staging version 06:05:05 ---> e3b2878acb6c 06:05:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:05:05 Removing intermediate container e4bcda64c79d 06:05:05 ---> b2ef26cbc6f7 06:05:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:05:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:05:06 ---> c64ffea1dff8 06:05:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 06:05:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:05:06 ---> e49f0cec9ca1 06:05:06 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:05:06 Priming config-common 06:05:06 ---> 7d4a378de989 06:05:06 Step 18/22 : ENTRYPOINT ["/core-command"] 06:05:07 ---> Running in ad89c934e509 06:05:07 ---> 24d09472ba0b 06:05:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:05:07 (1/2) Installing readline (8.0.4-r0) 06:05:07 (2/2) Installing bash (5.0.17-r0) 06:05:07 Executing bash-5.0.17-r0.post-install 06:05:07 Executing busybox-1.31.1-r19.trigger 06:05:07 OK: 12 MiB in 22 packages 06:05:07 ---> ba1b6ac8635d 06:05:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:05:07 ---> f637d7204ffa 06:05:07 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:05:07 Priming go-build-helper 06:05:07 Removing intermediate container ad89c934e509 06:05:07 ---> bd477f97a94b 06:05:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:05:08 ---> Running in 63a14d70cf01 06:05:08 ---> 27e7e90b589d 06:05:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:05:09 Priming static-packages 06:05:09 ---> aee34c792eac 06:05:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:05:09 Removing intermediate container 63a14d70cf01 06:05:09 ---> c7285e5a6b70 06:05:09 Step 20/22 : LABEL arch=arm64 06:05:09 ---> 267f9049fabb 06:05:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:05:09 ---> Running in ac7a720d6203 06:05:09 Removing intermediate container 84204157308c 06:05:09 ---> fbf51c74bfbf 06:05:09 Step 13/27 : RUN rm -rf /var/cache/apk/* 06:05:09 ---> Running in 14809f0e8286 06:05:10 ---> 139bb463e275 06:05:10 Step 20/24 : ENTRYPOINT ["/support-notifications"] 06:05:10 Removing intermediate container ac7a720d6203 06:05:10 ---> b7e29bcd3c60 06:05:10 Step 21/22 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c 06:05:10 ---> Running in 3ee03d99eaa7 06:05:10 ---> Running in eb0c6603ce74 06:05:10 ---> a757e81906af 06:05:10 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:05:10 ---> b175a3d5ac46 06:05:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:05:11 ---> Running in 149171c6bb40 06:05:11 Removing intermediate container 3ee03d99eaa7 06:05:11 ---> 2780f22dde90 06:05:11 Step 22/22 : LABEL version=0.0.0 06:05:11 Removing intermediate container eb0c6603ce74 06:05:11 ---> e0194b806796 06:05:11 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:05:11 Priming go115 06:05:11 ---> Running in c9047302c34d 06:05:11 ---> Running in 0b2a96d4a4e7 06:05:11 Removing intermediate container 149171c6bb40 06:05:11 ---> 77593e419d0a 06:05:11 Step 18/21 : CMD ["--init=true"] 06:05:12 ---> Running in 330aa41f284b 06:05:12 ---> 36a630051681 06:05:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:05:12 Removing intermediate container c9047302c34d 06:05:12 ---> 83bf1e2721e2 06:05:12 06:05:12 Priming edgex-go 06:05:12 Removing intermediate container 0b2a96d4a4e7 06:05:12 ---> d4d5302c02be 06:05:12 Step 22/24 : LABEL arch=arm64 06:05:12 Removing intermediate container 330aa41f284b 06:05:12 ---> 083f6c4be337 06:05:12 Step 19/21 : LABEL arch=arm64 06:05:13 ---> Running in c344a35d751e 06:05:13 ---> Running in 1fae3a760cd1 06:05:13 Successfully built 83bf1e2721e2 06:05:13 Successfully tagged docker-core-command-go-arm64:latest 06:05:13  Building docker-core-command-go ... done Building docker-core-metadata-go 06:05:13 Removing intermediate container 14809f0e8286 06:05:13 ---> 900dca6627a4 06:05:13 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:05:13 ---> 1712ee8883ef 06:05:13 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:05:13 ---> Running in ec2db1f8e696 06:05:13 Removing intermediate container c344a35d751e 06:05:13 ---> 0c1990d1570c 06:05:13 Step 23/24 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c 06:05:13 ---> Running in d5e6319754dd 06:05:13 ---> Running in c7a0e169bee5 06:05:13 Removing intermediate container 1fae3a760cd1 06:05:13 ---> 029fbced7510 06:05:13 Step 20/21 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c 06:05:14 Priming version 06:05:14 ---> Running in b0f3fe1312d2 06:05:14 Removing intermediate container ec2db1f8e696 06:05:14 ---> ea560f1a6ef6 06:05:14 Step 15/27 : ENV APP_PORT=48090 06:05:14 ---> Running in 56256fffbfd4 06:05:14 Removing intermediate container c7a0e169bee5 06:05:14 ---> a794f4b9d7e7 06:05:14 Step 24/24 : LABEL version=0.0.0 06:05:14 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 06:05:15 ---> Running in a638a3f0ec43 06:05:15 Removing intermediate container b0f3fe1312d2 06:05:15 ---> 7f2f99b6bd98 06:05:15 Step 21/21 : LABEL version=0.0.0 06:05:15 Removing intermediate container 56256fffbfd4 06:05:15 ---> 94f4690ff899 06:05:15 Step 16/27 : EXPOSE $APP_PORT 06:05:16 ---> Running in f50147096c39 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 06:05:17 Removing intermediate container a638a3f0ec43 06:05:17 ---> 7cd9b1714bd5 06:05:17 06:05:17 ---> Running in 14871fc4fcd3 06:05:17 Removing intermediate container f50147096c39 06:05:17 ---> 42ade55a176c 06:05:17 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:05:17 Successfully built 7cd9b1714bd5 06:05:17 Successfully tagged docker-support-notifications-go-arm64:latest 06:05:17  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [Pipeline] // stage 06:05:18 Successfully built 42ade55a176c 06:05:18 Successfully tagged docker-security-proxy-setup-go-arm64:latest 06:05:18  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [Pipeline] } 06:05:18 Removing intermediate container 14871fc4fcd3 06:05:18 ---> 747603577aaf 06:05:18 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:05:18 Removing intermediate container d5e6319754dd 06:05:18 ---> 88f32598a2df 06:05:18 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:05:18 ---> Running in 36b4939fa48a 06:05:19 Removing intermediate container 36b4939fa48a 06:05:19 ---> de9c9a88ba77 06:05:19 Step 22/24 : LABEL arch=arm64 06:05:19 ---> e820e47ffd87 06:05:19 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:05:19 ---> Running in 555b91714bf6 06:05:20 Removing intermediate container 555b91714bf6 06:05:20 ---> f84233586c36 06:05:20 Step 23/24 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c 06:05:21 ---> a084c0edecdd 06:05:21 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:05:21 ---> Running in 895aea1d06a5 06:05:23 Removing intermediate container 895aea1d06a5 06:05:23 ---> f9e7c13e2683 06:05:23 Step 24/24 : LABEL version=0.0.0 06:05:23 ---> fb35667787e6 06:05:23 Step 20/27 : RUN apk --no-cache add py3-pip 06:05:23 ---> Running in f3f7e2f7d0f9 06:05:23 ---> Running in ba3e44286cf5 06:05:24 Removing intermediate container f3f7e2f7d0f9 06:05:24 ---> 053c58860ee8 06:05:24 06:05:24 Successfully built 053c58860ee8 06:05:24 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 06:05:24  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrap-redis-go 06:05:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:05:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:05:25 (1/33) Installing libbz2 (1.0.8-r1) 06:05:25 (2/33) Installing expat (2.2.9-r1) 06:05:25 (3/33) Installing libffi (3.3-r2) 06:05:25 (4/33) Installing gdbm (1.13-r1) 06:05:26 (5/33) Installing xz-libs (5.2.5-r0) 06:05:26 (6/33) Installing sqlite-libs (3.32.1-r0) 06:05:26 (7/33) Installing python3 (3.8.5-r0) 06:05:28 (8/33) Installing py3-appdirs (1.4.4-r1) 06:05:28 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:05:28 (10/33) Installing py3-parsing (2.4.7-r0) 06:05:28 (11/33) Installing py3-six (1.15.0-r0) 06:05:28 (12/33) Installing py3-packaging (20.4-r0) 06:05:28 (13/33) Installing py3-setuptools (47.0.0-r0) 06:05:28 (14/33) Installing py3-chardet (3.0.4-r4) 06:05:28 (15/33) Installing py3-idna (2.9-r0) 06:05:28 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:05:28 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:05:28 (18/33) Installing py3-requests (2.23.0-r0) 06:05:28 (19/33) Installing py3-msgpack (1.0.0-r0) 06:05:28 (20/33) Installing py3-lockfile (0.12.2-r3) 06:05:28 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:05:28 (22/33) Installing py3-colorama (0.4.3-r0) 06:05:28 (23/33) Installing py3-distlib (0.3.0-r0) 06:05:28 (24/33) Installing py3-distro (1.5.0-r1) 06:05:28 (25/33) Installing py3-webencodings (0.5.1-r3) 06:05:28 (26/33) Installing py3-html5lib (1.0.1-r4) 06:05:28 (27/33) Installing py3-pytoml (0.1.21-r0) 06:05:28 (28/33) Installing py3-pep517 (0.8.2-r0) 06:05:28 (29/33) Installing py3-progress (1.5-r0) 06:05:28 (30/33) Installing py3-toml (0.10.1-r0) 06:05:28 (31/33) Installing py3-retrying (1.3.3-r0) 06:05:28 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:05:28 (33/33) Installing py3-pip (20.1.1-r0) 06:05:29 Executing busybox-1.31.1-r19.trigger 06:05:29 OK: 71 MiB in 55 packages 06:05:39 Removing intermediate container ba3e44286cf5 06:05:39 ---> dc78d9fe5b75 06:05:39 Step 21/27 : RUN pip install docker-compose==1.23.2 06:05:39 ---> Running in 971f559de25e 06:05:46 Collecting docker-compose==1.23.2 06:05:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:05:47 Collecting texttable<0.10,>=0.9.0 06:05:47 Downloading texttable-0.9.1.tar.gz (11 kB) 06:05:49 Collecting dockerpty<0.5,>=0.4.1 06:05:49 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:05:52 Collecting docopt<0.7,>=0.6.1 06:05:52 Downloading docopt-0.6.2.tar.gz (25 kB) 06:05:55 Collecting docker<4.0,>=3.6.0 06:05:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:05:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:05:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:05:56 ---> 33a63313f13c 06:05:56 Step 3/22 : WORKDIR /edgex-go 06:05:56 ---> Using cache 06:05:56 ---> cd47471b2a06 06:05:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:05:56 ---> Using cache 06:05:56 ---> c8318720f84c 06:05:56 Step 5/22 : RUN apk update && apk add make git 06:05:57 Collecting cached-property<2,>=1.2.0 06:05:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:05:59 Collecting jsonschema<3,>=2.5.1 06:05:59 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:06:01 ---> Running in 9ac50168865d 06:06:02 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:06:02 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:06:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:06:03 Collecting PyYAML<4,>=3.10 06:06:03 Downloading PyYAML-3.13.tar.gz (270 kB) 06:06:04 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 06:06:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:06:04 ---> 33a63313f13c 06:06:04 Step 3/21 : WORKDIR /edgex-go 06:06:04 ---> Using cache 06:06:04 ---> cd47471b2a06 06:06:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:06:04 ---> Using cache 06:06:04 ---> c8318720f84c 06:06:04 Step 5/21 : RUN apk update && apk add make git 06:06:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:06:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 06:06:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:06:04 ---> 33a63313f13c 06:06:04 Step 3/23 : WORKDIR /edgex-go 06:06:04 ---> Using cache 06:06:04 ---> cd47471b2a06 06:06:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:06:04 ---> Using cache 06:06:04 ---> c8318720f84c 06:06:04 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 06:06:05 ---> Running in f5e0ad6573f5 06:06:05 ---> Running in 85e092daddc8 06:06:05 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:06:05 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 06:06:05 OK: 12620 distinct packages available 06:06:06 OK: 217 MiB in 51 packages 06:06:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:06:08 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:06:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:06:08 ---> 33a63313f13c 06:06:08 Step 3/22 : WORKDIR /edgex-go 06:06:08 ---> Using cache 06:06:08 ---> cd47471b2a06 06:06:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:06:08 ---> Using cache 06:06:08 ---> c8318720f84c 06:06:08 Step 5/22 : RUN apk update && apk add make git 06:06:08 ---> Running in ae1e928491dd 06:06:08 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:06:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:06:09 Removing intermediate container 9ac50168865d 06:06:09 ---> 65c39c865624 06:06:09 Step 6/22 : COPY go.mod . 06:06:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:06:09 Collecting websocket-client<1.0,>=0.32.0 06:06:09 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:06:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:06:09 Collecting docker-pycreds>=0.4.0 06:06:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:06:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:06:09 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:06:09 ---> 9fe161d9c9b3 06:06:09 Step 7/22 : RUN go mod download 06:06:10 ---> Running in e855ffe53823 06:06:10 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:06:10 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 06:06:10 OK: 12620 distinct packages available 06:06:10 Collecting urllib3<1.25,>=1.21.1 06:06:10 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:06:10 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 06:06:10 OK: 12620 distinct packages available 06:06:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:06:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:06:11 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:06:11 Collecting idna<2.8,>=2.5 06:06:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:06:11 OK: 217 MiB in 51 packages 06:06:11 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:06:11 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:06:11 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:06:11 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:06:11 OK: 217 MiB in 51 packages 06:06:12 v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:06:12 v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] 06:06:12 OK: 12620 distinct packages available 06:06:13 Installing collected packages: texttable, dockerpty, docopt, urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, jsonschema, PyYAML, docker-compose 06:06:13 Running setup.py install for texttable: started 06:06:13 OK: 217 MiB in 51 packages 06:06:13 Removing intermediate container 85e092daddc8 06:06:13 ---> 544bc497f857 06:06:13 Step 6/21 : COPY go.mod . 06:06:13 Removing intermediate container f5e0ad6573f5 06:06:13 ---> 9ab0d37707ac 06:06:13 Step 6/23 : COPY go.mod . 06:06:14 Removing intermediate container e855ffe53823 06:06:14 ---> 87b41104b411 06:06:14 Step 8/22 : COPY . . 06:06:14 ---> bd58c3eb30cf 06:06:14 Step 7/21 : RUN go mod download 06:06:14 ---> Running in 03bd8558c2b5 06:06:14 ---> 90fb290d8d2c 06:06:14 Step 7/23 : RUN go mod downloadRemoving intermediate container ae1e928491dd 06:06:14 ---> 39fa3330eac0 06:06:14 Step 6/22 : COPY go.mod . 06:06:14 06:06:15 ---> Running in 07e7a4f2582b 06:06:16 Running setup.py install for texttable: finished with status 'done' 06:06:16 Running setup.py install for dockerpty: started 06:06:16 ---> ffe88b02fabb 06:06:16 Step 7/22 : RUN go mod download 06:06:16 ---> Running in 1c16a87cea68 06:06:20 Running setup.py install for dockerpty: finished with status 'done' 06:06:20 Running setup.py install for docopt: started 06:06:20 Removing intermediate container 03bd8558c2b5 06:06:20 ---> 96dcdc17decd 06:06:20 Step 8/21 : COPY . . 06:06:20 Removing intermediate container 07e7a4f2582b 06:06:20 ---> 786645d96d8f 06:06:20 Step 8/23 : COPY . . 06:06:22 Removing intermediate container 1c16a87cea68 06:06:22 ---> 0f1e5f0a5922 06:06:22 Step 8/22 : COPY . . 06:06:22 Running setup.py install for docopt: finished with status 'done' 06:06:22 Attempting uninstall: urllib3 06:06:22 Found existing installation: urllib3 1.25.9 06:06:22 Uninstalling urllib3-1.25.9: 06:06:23 Successfully uninstalled urllib3-1.25.9 06:06:23 Attempting uninstall: idna 06:06:23 Found existing installation: idna 2.9 06:06:23 Uninstalling idna-2.9: 06:06:23 Successfully uninstalled idna-2.9 06:06:24 Attempting uninstall: requests 06:06:24 Found existing installation: requests 2.23.0 06:06:24 Uninstalling requests-2.23.0: 06:06:24 Successfully uninstalled requests-2.23.0 06:06:27 Running setup.py install for PyYAML: started 06:06:30 Running setup.py install for PyYAML: finished with status 'done' 06:06:31 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:06:43 ---> 05fc3d8f9eee 06:06:43 Step 9/22 : RUN make cmd/core-metadata/core-metadata 06:06:43 ---> 9a5a048d0c16 06:06:43 Step 9/23 : RUN make cmd/core-data/core-data 06:06:43 ---> c5b833a80d87 06:06:43 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 06:06:43 ---> Running in 40de3d398ab4 06:06:43 ---> Running in ceb0b82474bf 06:06:43 ---> Running in 374017c85ef8 06:06:43 ---> 05f87ee6b126 06:06:43 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 06:06:43 ---> Running in 9724fb01576a 06:06:43 Removing intermediate container 971f559de25e 06:06:43 ---> 5720ff59db7d 06:06:43 Step 22/27 : RUN apk --no-cache add curl 06:06:43 ---> Running in faecaf42b9b0 06:06:44 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:45 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:45 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:45 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:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:06:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:06:46 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:06:46 (2/3) Installing libcurl (7.69.1-r3) 06:06:46 (3/3) Installing curl (7.69.1-r3) 06:06:46 Executing busybox-1.31.1-r19.trigger 06:06:46 OK: 71 MiB in 58 packages 06:06:48 Removing intermediate container faecaf42b9b0 06:06:48 ---> 765f12486c1d 06:06:48 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 06:06:48 ---> Running in 514b452c8256 06:06:49 Removing intermediate container 514b452c8256 06:06:49 ---> a7db5fee0c21 06:06:49 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:06:49 ---> Running in 0556d878d6be 06:06:50 Removing intermediate container 0556d878d6be 06:06:50 ---> 9412435c33b1 06:06:50 Step 25/27 : LABEL arch=arm64 06:06:50 ---> Running in f97d5307677d 06:06:51 Removing intermediate container f97d5307677d 06:06:51 ---> 71e0cd7e0fa2 06:06:51 Step 26/27 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c 06:06:51 ---> Running in e154c3cbf995 06:06:51 Removing intermediate container e154c3cbf995 06:06:51 ---> 8471f1acf4d2 06:06:51 Step 27/27 : LABEL version=0.0.0 06:06:52 ---> Running in d672e4e1104a 06:06:52 Removing intermediate container d672e4e1104a 06:06:52 ---> 44ca44d303cb 06:06:52 06:06:53 Successfully built 44ca44d303cb 06:06:53 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 06:08:15  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 9724fb01576a 06:08:15 ---> 5a2306a6ac14 06:08:15 06:08:15 Step 10/22 : FROM alpine:3.10 06:08:15 ---> 536a684cf733 06:08:15 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 06:08:15 ---> Using cache 06:08:15 ---> 720f09411e1b 06:08:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 06:08:15 ---> Running in b9f1ef1cbcec 06:08:15 Removing intermediate container b9f1ef1cbcec 06:08:15 ---> 6626c5da9a13 06:08:15 Step 13/22 : WORKDIR / 06:08:15 ---> Running in e8d26281755d 06:08:15 Removing intermediate container e8d26281755d 06:08:15 ---> 6ebd6efeab39 06:08:15 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 06:08:15 ---> 21a6bc74f3ce 06:08:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 06:08:15 ---> df3c335bf531 06:08:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 06:08:15 Removing intermediate container 374017c85ef8 06:08:15 ---> 9592b8f11fe4 06:08:15 06:08:15 Step 10/21 : FROM scratch 06:08:15 ---> 06:08:15 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:08:15 ---> Using cache 06:08:15 ---> 561fac7c7a43 06:08:15 Step 12/21 : ENV APP_PORT=48085 06:08:15 ---> Running in 2b44900656a3 06:08:15 ---> 844b5e1f0a73 06:08:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 06:08:15 Removing intermediate container 2b44900656a3 06:08:15 ---> a4a693435c0f 06:08:15 Step 13/21 : EXPOSE $APP_PORT 06:08:15 ---> Running in 4a45322ceb1b 06:08:15 ---> abb83b95f022 06:08:15 Step 18/22 : RUN chmod +x entrypoint.sh 06:08:15 ---> Running in c41cac7b290b 06:08:15 Removing intermediate container 4a45322ceb1b 06:08:15 ---> f54bf61d0fef 06:08:15 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 06:08:16 ---> ec696079ccc6 06:08:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:08:18 ---> 3c7a845e6a0d 06:08:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:08:18 Removing intermediate container c41cac7b290b 06:08:18 ---> 0b61395ae20e 06:08:18 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 06:08:19 ---> Running in 10d85c4c1004 06:08:19 Removing intermediate container 10d85c4c1004 06:08:19 ---> 721eb30ba39d 06:08:19 Step 20/22 : LABEL arch=arm64 06:08:20 ---> Running in 55d7ccffd381 06:08:20 ---> 8e9d83fa8e7e 06:08:20 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 06:08:20 ---> Running in ef99ed5efda2 06:08:21 Removing intermediate container 55d7ccffd381 06:08:21 ---> a5184f9ceb2e 06:08:21 Step 21/22 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c 06:08:21 Removing intermediate container ef99ed5efda2 06:08:21 ---> 02555dbfecd9 06:08:21 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:08:21 ---> Running in 476ee956b33e 06:08:21 ---> Running in 6f5df062e3c5 06:08:21 Removing intermediate container 476ee956b33e 06:08:21 ---> cd8116131430 06:08:21 Step 22/22 : LABEL version=0.0.0 06:08:21 Removing intermediate container 6f5df062e3c5 06:08:21 ---> e00159c44d0c 06:08:21 Step 19/21 : LABEL arch=arm64 06:08:22 ---> Running in f695b40175cc 06:08:22 ---> Running in 7ae5fc22e102 06:08:22 Removing intermediate container f695b40175cc 06:08:22 ---> fddc1305710d 06:08:22 06:08:22 Removing intermediate container 7ae5fc22e102 06:08:22 ---> e1e552abb368 06:08:22 Step 20/21 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c 06:08:23 ---> Running in 9faab14c2be7 06:08:23 Successfully built fddc1305710d 06:08:23 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 06:08:23  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 9faab14c2be7 06:08:23 ---> fc4abf16e601 06:08:23 Step 21/21 : LABEL version=0.0.0 06:08:23 ---> Running in cbb8a04a2c8c 06:08:24 Removing intermediate container cbb8a04a2c8c 06:08:24 ---> fdc2b1fb9288 06:08:24 06:08:24 Successfully built fdc2b1fb9288 06:08:24 Successfully tagged docker-support-scheduler-go-arm64:latest 06:08:30  Building docker-support-scheduler-go ... done Removing intermediate container 40de3d398ab4 06:08:30 ---> 0c02b93cdd43 06:08:30 06:08:30 Step 10/22 : FROM scratch 06:08:30 ---> 06:08:30 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:08:30 ---> Using cache 06:08:30 ---> 561fac7c7a43 06:08:30 Step 12/22 : ENV APP_PORT=48081 06:08:30 ---> Running in b9ba0d283b25 06:08:30 Removing intermediate container b9ba0d283b25 06:08:30 ---> ee66159e738d 06:08:30 Step 13/22 : EXPOSE $APP_PORT 06:08:30 ---> Running in de2e6bfddad2 06:08:31 Removing intermediate container de2e6bfddad2 06:08:31 ---> 52b899b198ba 06:08:31 Step 14/22 : WORKDIR / 06:08:31 ---> Running in 21b249957281 06:08:31 Removing intermediate container 21b249957281 06:08:31 ---> 1b99ace72a9e 06:08:31 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 06:08:32 ---> 2c27c9e8c66a 06:08:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:08:34 ---> 58d00fb3aaf1 06:08:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:08:35 ---> 6a5dd14e6f11 06:08:35 Step 18/22 : ENTRYPOINT ["/core-metadata"] 06:08:35 Removing intermediate container ceb0b82474bf 06:08:35 ---> b445f7e9dd63 06:08:35 06:08:35 Step 10/23 : FROM alpine 06:08:35 ---> afeebe901d6b 06:08:35 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:08:35 ---> Running in 43c6df83fcfc 06:08:35 ---> Running in 93d7b624b2d3 06:08:36 Removing intermediate container 93d7b624b2d3 06:08:36 Removing intermediate container 43c6df83fcfc 06:08:36 ---> f2a5a94af9a5 06:08:36 Step 12/23 : ENV APP_PORT=48080 ---> 08efaebe6936 06:08:36 06:08:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:08:36 ---> Running in 9924df5f4619 06:08:36 ---> Running in 6a32ca1100d9 06:08:36 Removing intermediate container 6a32ca1100d9 06:08:36 Removing intermediate container 9924df5f4619 06:08:36 ---> 3952a5edf9cb 06:08:36 ---> e06345046241 06:08:36 Step 20/22 : LABEL arch=arm64Step 13/23 : EXPOSE $APP_PORT 06:08:36 06:08:36 ---> Running in fba98ab36b85 06:08:36 ---> Running in dc9ee94b3a67 06:08:37 Removing intermediate container fba98ab36b85 06:08:37 Removing intermediate container dc9ee94b3a67 06:08:37 ---> 0fc47decc051 06:08:37 ---> 12ffd8610a9c 06:08:37 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 21/22 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c 06:08:37 06:08:37 ---> Running in b86bd109be9a 06:08:37 ---> Running in 1a7aa12af9c2 06:08:38 Removing intermediate container b86bd109be9a 06:08:38 ---> 9d18e47ad889 06:08:38 Step 22/22 : LABEL version=0.0.0 06:08:38 ---> Running in ed6e367223e2 06:08:39 Removing intermediate container ed6e367223e2 06:08:39 ---> e82397f26265 06:08:39 06:08:39 Successfully built e82397f26265 06:08:39 Successfully tagged docker-core-metadata-go-arm64:latest 06:08:39  Building docker-core-metadata-go ... done Removing intermediate container 1a7aa12af9c2 06:08:39 ---> 0fa8d9711f4e 06:08:39 Step 15/23 : RUN apk --no-cache add zeromq 06:08:40 ---> Running in 0ab215f1aa13 06:08:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:08:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:08:43 (1/5) Installing libgcc (9.3.0-r2) 06:08:43 (2/5) Installing libsodium (1.0.18-r0) 06:08:43 (3/5) Installing libstdc++ (9.3.0-r2) 06:08:43 (4/5) Installing libzmq (4.3.3-r0) 06:08:43 (5/5) Installing zeromq (4.3.3-r0) 06:08:43 Executing busybox-1.31.1-r19.trigger 06:08:43 OK: 8 MiB in 19 packages 06:08:45 Removing intermediate container 0ab215f1aa13 06:08:45 ---> 4358e679065b 06:08:45 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 06:08:45 ---> 249eca3ae4b5 06:08:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:08:47 ---> aa6f60aa540e 06:08:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:08:48 ---> 2782b487858f 06:08:48 Step 19/23 : ENTRYPOINT ["/core-data"] 06:08:48 ---> Running in 0a8e6079dd8f 06:08:48 Removing intermediate container 0a8e6079dd8f 06:08:48 ---> e55cc8c35a45 06:08:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:08:48 ---> Running in deae1b3dfe6e 06:08:49 Removing intermediate container deae1b3dfe6e 06:08:49 ---> 2c4d133eff01 06:08:49 Step 21/23 : LABEL arch=arm64 06:08:49 ---> Running in 633decd9bb52 06:08:50 Removing intermediate container 633decd9bb52 06:08:50 ---> 4598eb96c264 06:08:50 Step 22/23 : LABEL git_sha=1835bda8bf204076797b07569499485e33da4c1c 06:08:50 ---> Running in 5015463e20db 06:08:50 Removing intermediate container 5015463e20db 06:08:50 ---> 8e2325afe9b2 06:08:50 Step 23/23 : LABEL version=0.0.0 06:08:50 ---> Running in 1e34917ad271 06:08:51 Removing intermediate container 1e34917ad271 06:08:51 ---> 035f37bc6e0a 06:08:51 06:08:51 Successfully built 035f37bc6e0a 06:08:51 Successfully tagged docker-core-data-go-arm64:latest 06:08:52  Building docker-core-data-go ... done  [Pipeline] } 06:08:52 $ docker stop --time=1 45f3a4b014fca065ccfbd6bae0b7ab53c6238877d311c15f47459f2c51b8376e 06:08:54 $ docker rm -f 45f3a4b014fca065ccfbd6bae0b7ab53c6238877d311c15f47459f2c51b8376e [Pipeline] // withDockerContainer [Pipeline] sh 06:08:55 + + dockergrep images docker 06:08:55 06:08:55 docker-core-data-go-arm64 latest 035f37bc6e0a 4 seconds ago 20.9MB 06:08:55 docker-core-metadata-go-arm64 latest e82397f26265 17 seconds ago 12.2MB 06:08:55 docker-support-scheduler-go-arm64 latest fdc2b1fb9288 31 seconds ago 10MB 06:08:55 docker-security-bootstrap-redis-go-arm64 latest fddc1305710d 33 seconds ago 15.1MB 06:08:55 docker-sys-mgmt-agent-go-arm64 latest 44ca44d303cb 2 minutes ago 300MB 06:08:55 docker-security-secretstore-setup-go-arm64 latest 053c58860ee8 3 minutes ago 23.5MB 06:08:55 docker-security-proxy-setup-go-arm64 latest 42ade55a176c 3 minutes ago 23.3MB 06:08:55 docker-support-notifications-go-arm64 latest 7cd9b1714bd5 3 minutes ago 11.4MB 06:08:55 docker-core-command-go-arm64 latest 83bf1e2721e2 3 minutes ago 9.98MB 06:08:55 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:08:57 provisioning config files... 06:08:57 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config7079685907507126590tmp [Pipeline] { [Pipeline] sh 06:08:58 + set +x 06:08:58 + curl -s https://codecov.io/bash 06:08:58 + bash -s -- 06:08:59 06:08:59 _____ _ 06:08:59 / ____| | | 06:08:59 | | ___ __| | ___ ___ _____ __ 06:08:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:08:59 | |___| (_) | (_| | __/ (_| (_) \ V / 06:08:59 \_____\___/ \__,_|\___|\___\___/ \_/ 06:08:59 Bash-20201231-23d4836 06:08:59 06:08:59 06:08:59 ==> git version 2.24.3 found 06:08:59 ==> 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:08:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:08:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:08:59 ==> Jenkins CI detected. 06:08:59 project root: . 06:08:59 --> token set from env 06:08:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:08:59 ==> Running gcov in . (disable via -X gcov) 06:08:59 ==> Python coveragepy not found 06:08:59 ==> Searching for coverage reports in: 06:08:59 + . 06:08:59 -> Found 1 reports 06:08:59 ==> Detecting git/mercurial file structure 06:08:59 ==> Reading reports 06:08:59 + ./coverage.out bytes=537189 06:08:59 ==> Appending adjustments 06:08:59 https://docs.codecov.io/docs/fixing-reports 06:09:02 + Found adjustments 06:09:02 ==> Gzipping contents 06:09:02 80K /tmp/codecov.33Ejjv.gz 06:09:02 ==> Uploading reports 06:09:02 url: https://codecov.io 06:09:02 query: branch=PR-2978&commit=1835bda8bf204076797b07569499485e33da4c1c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2978%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2978&job=&cmd_args= 06:09:02 -> Pinging Codecov 06:09:02 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2978&commit=1835bda8bf204076797b07569499485e33da4c1c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2978%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2978&job=&cmd_args= 06:09:02 -> Uploading to 06:09:02 https://storage.googleapis.com/codecov/v4/raw/2020-12-31/00271124DB129430A58F1EEE437C3FCB/1835bda8bf204076797b07569499485e33da4c1c/ac3fe3a5-c3e7-4bc6-b592-54e2745a21ae.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201231%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201231T060902Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ccadd5e65a48eacf8513c5e925b5ab309215353fb2c18542fddbc75033e9ea27 06:09:02 % Total % Received % Xferd Average Speed Time Time Time Current 06:09:02 Dload Upload Total Spent Left Speed 06:09:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81786 0 0 100 81786 0 126k --:--:-- --:--:-- --:--:-- 126k 06:09:03 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/1835bda8bf204076797b07569499485e33da4c1c [Pipeline] } 06:09:03 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:09:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:09:07 ---> package-listing.sh 06:09:07 ++ facter osfamily 06:09:07 ++ tr '[:upper:]' '[:lower:]' 06:09:07 + OS_FAMILY=redhat 06:09:07 + workspace=/w/workspace/edgex-go/1 06:09:07 + START_PACKAGES=/tmp/packages_start.txt 06:09:07 + END_PACKAGES=/tmp/packages_end.txt 06:09:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:09:07 + PACKAGES=/tmp/packages_start.txt 06:09:07 + '[' /w/workspace/edgex-go/1 ']' 06:09:07 + PACKAGES=/tmp/packages_end.txt 06:09:07 + case "${OS_FAMILY}" in 06:09:07 + rpm -qa 06:09:07 + sort 06:09:12 + '[' -f /tmp/packages_start.txt ']' 06:09:12 + '[' -f /tmp/packages_end.txt ']' 06:09:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:09:12 + '[' /w/workspace/edgex-go/1 ']' 06:09:12 + mkdir -p /w/workspace/edgex-go/1/archives/ 06:09:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 06:09:12 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:09:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:09:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:09:13 06:09:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:09:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:09:13 alpine: Pulling from edgex-lftools-log-publisher 06:09:13 df20fa9351a1: Pulling fs layer 06:09:13 36b3adc4ff6f: Pulling fs layer 06:09:13 8ad3a11d3b57: Pulling fs layer 06:09:13 46f8f816bc3b: Pulling fs layer 06:09:13 93b61091891f: Pulling fs layer 06:09:13 93b9cdb0e59b: Pulling fs layer 06:09:13 5e14af77c1be: Pulling fs layer 06:09:13 01666e4c0597: Pulling fs layer 06:09:13 aa168da1d23b: Pulling fs layer 06:09:13 46f8f816bc3b: Waiting 06:09:13 5e14af77c1be: Waiting 06:09:13 93b61091891f: Waiting 06:09:13 93b9cdb0e59b: Waiting 06:09:13 01666e4c0597: Waiting 06:09:13 aa168da1d23b: Waiting 06:09:13 36b3adc4ff6f: Verifying Checksum 06:09:13 36b3adc4ff6f: Download complete 06:09:13 46f8f816bc3b: Verifying Checksum 06:09:13 46f8f816bc3b: Download complete 06:09:13 df20fa9351a1: Download complete 06:09:13 93b9cdb0e59b: Verifying Checksum 06:09:13 93b9cdb0e59b: Download complete 06:09:13 93b61091891f: Verifying Checksum 06:09:13 93b61091891f: Download complete 06:09:13 5e14af77c1be: Verifying Checksum 06:09:13 5e14af77c1be: Download complete 06:09:13 01666e4c0597: Verifying Checksum 06:09:13 01666e4c0597: Download complete 06:09:13 8ad3a11d3b57: Verifying Checksum 06:09:13 8ad3a11d3b57: Download complete 06:09:14 df20fa9351a1: Pull complete 06:09:14 36b3adc4ff6f: Pull complete 06:09:15 8ad3a11d3b57: Pull complete 06:09:15 46f8f816bc3b: Pull complete 06:09:16 aa168da1d23b: Download complete 06:09:18 93b61091891f: Pull complete 06:09:19 93b9cdb0e59b: Pull complete 06:09:19 5e14af77c1be: Pull complete 06:09:19 01666e4c0597: Pull complete 06:09:27 aa168da1d23b: Pull complete 06:09:27 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:09:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:09:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:09:28 prd-centos7-docker-4c-2g-17879 does not seem to be running inside a container 06:09:28 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:09:32 $ docker top d3b15e3f3103e69470ff5a77d53c78886b9d6c1d0a5900620306479f5e3bbbd5 -eo pid,comm [Pipeline] { [Pipeline] sh 06:09:32 + touch /tmp/pre-build-complete [Pipeline] sh 06:09:33 + mkdir -p /var/log/sa [Pipeline] sh 06:09:33 + ls /var/log/sa-host 06:09:33 + sadf -c /var/log/sa-host/sa23 06:09:33 file_magic: OK 06:09:33 HZ: Using current value: 100 06:09:33 file_header: OK 06:09:33 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:09:33 Statistics: 06:09:33 Hnuu...uuuununununu... 06:09:33 File successfully converted to sysstat format version 12.2.1 06:09:33 + sadf -c /var/log/sa-host/sa31 06:09:33 file_magic: OK 06:09:33 HZ: Using current value: 100 06:09:33 file_header: OK 06:09:33 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:09:33 Statistics: 06:09:33 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... 06:09:33 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:09:33 provisioning config files... 06:09:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config4047425991320039141tmp [Pipeline] { [Pipeline] echo 06:09:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:09:34 ---> create-netrc.sh [Pipeline] } 06:09:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:09:34 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:09:34 ---> python-tools-install.sh [Pipeline] echo 06:09:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:09:35 ---> sudo-logs.sh 06:09:35 Archiving 'sudo' log.. [Pipeline] echo 06:09:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:09:35 ---> job-cost.sh 06:09:35 lf-activate-venv: SKIPPING 06:09:35 INFO: No Stack... 06:09:36 INFO: Retrieving Pricing Info for: v1-standard-2 06:09:37 INFO: Archiving Costs [Pipeline] echo 06:09:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:09:37 ---> logs-deploy.sh 06:09:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2978/1 06:09:37 INFO: archiving workspace using pattern(s): 06:09:38 Archives upload complete. 06:09:39 INFO: archiving logs to Nexus 06:09:40 ---> uname -a: 06:09:40 Linux prd-centos7-docker-4c-2g-17879.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:09:40 06:09:40 06:09:40 ---> lscpu: 06:09:40 Architecture: x86_64 06:09:40 CPU op-mode(s): 32-bit, 64-bit 06:09:40 Byte Order: Little Endian 06:09:40 Address sizes: 40 bits physical, 48 bits virtual 06:09:40 CPU(s): 4 06:09:40 On-line CPU(s) list: 0-3 06:09:40 Thread(s) per core: 1 06:09:40 Core(s) per socket: 1 06:09:40 Socket(s): 4 06:09:40 NUMA node(s): 1 06:09:40 Vendor ID: GenuineIntel 06:09:40 CPU family: 6 06:09:40 Model: 44 06:09:40 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:09:40 Stepping: 1 06:09:40 CPU MHz: 2933.436 06:09:40 BogoMIPS: 5866.87 06:09:40 Virtualization: VT-x 06:09:40 Hypervisor vendor: KVM 06:09:40 Virtualization type: full 06:09:40 L1d cache: 128 KiB 06:09:40 L1i cache: 128 KiB 06:09:40 L2 cache: 16 MiB 06:09:40 L3 cache: 64 MiB 06:09:40 NUMA node0 CPU(s): 0-3 06:09:40 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:09:40 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:09:40 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:09:40 Vulnerability Meltdown: Mitigation; PTI 06:09:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:09:40 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:09:40 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:09:40 Vulnerability Srbds: Not affected 06:09:40 Vulnerability Tsx async abort: Not affected 06:09:40 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:09:40 06:09:40 06:09:40 ---> nproc: 06:09:40 4 06:09:40 06:09:40 06:09:40 ---> df -h: 06:09:40 Filesystem Size Used Available Use% Mounted on 06:09:40 overlay 50.0G 12.1G 37.9G 24% / 06:09:40 tmpfs 64.0M 0 64.0M 0% /dev 06:09:40 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:09:40 shm 64.0M 0 64.0M 0% /dev/shm 06:09:40 /dev/vda1 50.0G 12.1G 37.9G 24% /facter-os 06:09:40 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/resolv.conf 06:09:40 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hostname 06:09:40 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hosts 06:09:40 /dev/vda1 50.0G 12.1G 37.9G 24% /run/cloud-init/result.json 06:09:40 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/sa-host 06:09:40 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/secure 06:09:40 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/auth.log 06:09:40 /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/1 06:09:40 /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/1@tmp 06:09:40 06:09:40 06:09:40 ---> free -m: 06:09:40 total used free shared buff/cache available 06:09:40 Mem: 1837 710 132 0 993 1043 06:09:40 Swap: 1023 75 948 06:09:40 06:09:40 06:09:40 ---> ip addr: 06:09:40 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:09:40 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:09:40 inet 127.0.0.1/8 scope host lo 06:09:40 valid_lft forever preferred_lft forever 06:09:40 inet6 ::1/128 scope host 06:09:40 valid_lft forever preferred_lft forever 06:09:40 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:09:40 link/ether fa:16:3e:24:33:4e brd ff:ff:ff:ff:ff:ff 06:09:40 inet 10.30.122.32/23 brd 10.30.123.255 scope global dynamic eth0 06:09:40 valid_lft 85175sec preferred_lft 85175sec 06:09:40 inet6 fe80::f816:3eff:fe24:334e/64 scope link 06:09:40 valid_lft forever preferred_lft forever 06:09:40 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:09:40 link/ether 02:42:69:3d:2a:ce brd ff:ff:ff:ff:ff:ff 06:09:40 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:09:40 valid_lft forever preferred_lft forever 06:09:40 inet6 fe80::42:69ff:fe3d:2ace/64 scope link 06:09:40 valid_lft forever preferred_lft forever 06:09:40 06:09:40 06:09:40 ---> sar -b -r -n DEV: 06:09:40 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:09:40 06:09:40 05:49:02 LINUX RESTART (4 CPU) 06:09:40 06:09:40 05:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:09:40 05:51:01 139.07 72.34 66.73 0.00 9620.06 31147.68 0.00 06:09:40 05:52:02 333.53 136.09 197.44 0.00 6820.82 46517.18 0.00 06:09:40 05:53:01 197.09 97.57 99.53 0.00 3568.64 10739.98 0.00 06:09:40 05:54:01 139.38 42.86 96.52 0.00 2899.20 26155.81 0.00 06:09:40 05:55:03 2207.11 1872.32 334.79 0.00 149430.04 204478.69 0.00 06:09:40 05:56:01 1606.25 1347.26 258.99 0.00 90542.93 105192.85 0.00 06:09:40 05:57:01 2671.54 2289.50 382.05 0.00 139751.80 153616.74 0.00 06:09:40 05:58:01 1260.36 954.87 305.49 0.00 77380.13 82597.95 0.00 06:09:40 05:59:01 127.92 21.19 106.73 0.00 3002.23 8078.19 0.00 06:09:40 06:00:01 2.35 0.50 1.85 0.00 28.37 34.46 0.00 06:09:40 06:01:01 1.60 1.30 0.30 0.00 95.62 4.48 0.00 06:09:40 06:02:01 0.78 0.40 0.38 0.00 23.17 6.81 0.00 06:09:40 06:03:02 0.38 0.00 0.38 0.00 0.00 5.33 0.00 06:09:40 06:04:01 0.68 0.36 0.32 0.00 6.64 4.61 0.00 06:09:40 06:05:01 2.33 1.55 0.78 0.00 51.83 14.69 0.00 06:09:40 06:06:01 0.22 0.02 0.20 0.00 0.53 1.93 0.00 06:09:40 06:07:01 0.27 0.00 0.27 0.00 0.00 3.48 0.00 06:09:40 06:08:01 0.23 0.00 0.23 0.00 0.00 2.20 0.00 06:09:40 06:09:01 12.94 12.72 0.22 0.00 878.20 19.78 0.00 06:09:40 Average: 459.81 362.03 97.78 0.00 25614.23 35398.92 0.00 06:09:40 06:09:40 05:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:09:40 05:51:01 73952 0 662400 35.21 2596 1142596 1533800 52.35 676716 916144 17800 06:09:40 05:52:02 144356 0 778164 41.36 960 958064 1436288 49.02 630048 832972 3596 06:09:40 05:53:01 235628 0 891832 47.40 452 753632 1825980 62.32 725000 638340 78856 06:09:40 05:54:01 163784 0 747024 39.70 400 970336 1427504 48.72 635580 795636 48 06:09:40 05:55:03 84192 0 808472 42.97 0 988880 2162708 73.81 772432 806408 55036 06:09:40 05:56:01 486228 0 695124 36.94 0 700192 1384280 47.24 469432 687204 28 06:09:40 05:57:01 96172 0 725364 38.55 0 1060008 1892812 64.60 686604 872932 40 06:09:40 05:58:01 410912 0 689004 36.62 0 781628 1545500 52.75 461516 769992 36 06:09:40 05:59:01 308780 0 632772 33.63 0 939992 1226348 41.85 483368 844132 20 06:09:40 06:00:01 310792 0 629936 33.48 0 940816 1207868 41.22 482248 844404 16 06:09:40 06:01:01 309124 0 628792 33.42 0 943628 1195780 40.81 481516 847056 12 06:09:40 06:02:01 308076 0 629140 33.44 0 944328 1194020 40.75 482008 847664 8 06:09:40 06:03:02 307532 0 629680 33.47 0 944332 1194080 40.75 481888 847664 8 06:09:40 06:04:01 308336 0 628696 33.41 0 944512 1213312 41.41 481388 847788 8 06:09:40 06:05:01 306096 0 630072 33.49 0 945376 1194068 40.75 482340 848304 12 06:09:40 06:06:01 306780 0 629396 33.45 0 945368 1193948 40.75 481676 848304 12 06:09:40 06:07:01 307108 0 629044 33.43 0 945392 1193948 40.75 481572 848320 8 06:09:40 06:08:01 307020 0 629128 33.44 0 945396 1193948 40.75 481560 848320 8 06:09:40 06:09:01 275196 0 636180 33.81 0 970168 1198692 40.91 489412 870048 684 06:09:40 Average: 265793 0 680538 36.17 232 934981 1390257 47.45 545595 824296 8223 06:09:40 06:09:40 05:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:09:40 05:51:01 eth0 1054.18 1147.34 5827.95 131.51 0.00 0.00 0.00 0.00 06:09:40 05:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 05:51:01 docker0 849.86 699.12 69.30 2660.35 0.00 0.00 0.00 0.00 06:09:40 05:52:02 eth0 363.89 246.12 2103.27 87.54 0.00 0.00 0.00 0.00 06:09:40 05:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 05:52:02 veth62d7f65 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 06:09:40 05:52:02 docker0 141.03 169.58 9.76 823.88 0.00 0.00 0.00 0.00 06:09:40 05:53:01 eth0 30.03 14.79 24.29 12.32 0.00 0.00 0.00 0.00 06:09:40 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 05:53:01 veth62d7f65 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 05:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 05:54:01 veth3931b39 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 06:09:40 05:54:01 eth0 183.97 137.02 1697.76 23.29 0.00 0.00 0.00 0.00 06:09:40 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 05:55:03 veth399538f 0.00 0.41 0.00 0.02 0.00 0.00 0.00 0.00 06:09:40 05:55:03 eth0 80.05 62.49 169.98 79.18 0.00 0.00 0.00 0.00 06:09:40 05:55:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 05:55:03 docker0 15.52 22.15 0.84 142.48 0.00 0.00 0.00 0.00 06:09:40 05:56:01 vethda0aa28 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 05:56:01 veth399538f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 05:56:01 eth0 32.26 18.42 67.69 10.65 0.00 0.00 0.00 0.00 06:09:40 05:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 05:57:01 veth399538f 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 06:09:40 05:57:01 eth0 108.99 77.85 234.38 90.96 0.00 0.00 0.00 0.00 06:09:40 05:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 05:57:01 veth70ed327 0.02 0.18 0.00 0.01 0.00 0.00 0.00 0.00 06:09:40 05:58:01 vethaad6322 3.44 5.14 0.24 29.85 0.00 0.00 0.00 0.00 06:09:40 05:58:01 veth399538f 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 05:58:01 eth0 62.27 37.89 103.39 86.12 0.00 0.00 0.00 0.00 06:09:40 05:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 05:59:01 eth0 96.25 46.10 402.85 15.04 0.00 0.00 0.00 0.00 06:09:40 05:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 05:59:01 docker0 1067.54 1000.50 83.60 4276.45 0.00 0.00 0.00 0.00 06:09:40 06:00:01 eth0 1.22 0.43 0.46 0.24 0.00 0.00 0.00 0.00 06:09:40 06:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 06:01:01 eth0 0.60 0.08 0.06 0.04 0.00 0.00 0.00 0.00 06:09:40 06:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 06:02:01 eth0 1.03 0.28 0.32 0.20 0.00 0.00 0.00 0.00 06:09:40 06:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 06:03:02 eth0 0.58 0.42 0.28 0.21 0.00 0.00 0.00 0.00 06:09:40 06:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 06:03:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 06:04:01 eth0 0.63 0.08 0.06 0.01 0.00 0.00 0.00 0.00 06:09:40 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 06:05:01 eth0 0.72 0.50 0.41 0.27 0.00 0.00 0.00 0.00 06:09:40 06:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 06:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 06:06:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:09:40 06:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 06:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 06:07:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 06:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 06:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 06:08:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 06:09:40 06:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 06:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 06:09:01 eth0 4.73 2.95 5.28 1.55 0.00 0.00 0.00 0.00 06:09:40 06:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 06:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 Average: eth0 106.80 94.75 561.90 28.55 0.00 0.00 0.00 0.00 06:09:40 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:09:40 Average: docker0 56.27 52.74 4.41 225.43 0.00 0.00 0.00 0.00 06:09:40 06:09:40 06:09:40 ---> sar -P ALL: 06:09:40 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:09:40 06:09:40 05:49:02 LINUX RESTART (4 CPU) 06:09:40 06:09:40 05:50:01 CPU %user %nice %system %iowait %steal %idle 06:09:40 05:51:01 all 12.94 0.00 6.89 1.24 0.18 78.75 06:09:40 05:51:01 0 16.91 0.00 9.35 1.34 0.19 72.20 06:09:40 05:51:01 1 10.75 0.00 5.88 2.43 0.17 80.77 06:09:40 05:51:01 2 11.00 0.00 6.13 0.50 0.22 82.15 06:09:40 05:51:01 3 13.16 0.00 6.23 0.71 0.15 79.76 06:09:40 05:52:02 all 12.67 0.00 9.90 5.23 0.22 71.98 06:09:40 05:52:02 0 12.61 0.00 10.49 5.23 0.21 71.46 06:09:40 05:52:02 1 11.75 0.00 8.86 5.32 0.17 73.89 06:09:40 05:52:02 2 13.33 0.00 10.26 6.40 0.24 69.77 06:09:40 05:52:02 3 12.99 0.00 9.99 3.96 0.26 72.80 06:09:40 05:53:01 all 62.37 0.00 15.49 3.47 0.12 18.55 06:09:40 05:53:01 0 61.28 0.00 15.05 3.69 0.11 19.87 06:09:40 05:53:01 1 62.80 0.00 15.17 4.08 0.11 17.84 06:09:40 05:53:01 2 62.00 0.00 16.34 2.69 0.15 18.83 06:09:40 05:53:01 3 63.40 0.00 15.39 3.42 0.13 17.66 06:09:40 05:54:01 all 32.42 0.00 11.95 2.66 0.19 52.78 06:09:40 05:54:01 0 32.19 0.00 12.52 3.22 0.19 51.87 06:09:40 05:54:01 1 31.85 0.00 11.03 3.06 0.24 53.81 06:09:40 05:54:01 2 33.28 0.00 12.02 1.67 0.16 52.88 06:09:40 05:54:01 3 32.36 0.00 12.22 2.69 0.17 52.55 06:09:40 05:55:03 all 20.64 0.00 27.79 18.13 0.45 32.99 06:09:40 05:55:03 0 21.17 0.00 26.98 16.14 0.45 35.26 06:09:40 05:55:03 1 20.59 0.00 27.53 20.12 0.45 31.31 06:09:40 05:55:03 2 21.09 0.00 28.45 17.03 0.47 32.96 06:09:40 05:55:03 3 19.69 0.00 28.22 19.24 0.44 32.41 06:09:40 05:56:01 all 51.49 0.00 20.01 16.26 0.25 11.99 06:09:40 05:56:01 0 52.04 0.00 19.77 11.77 0.29 16.13 06:09:40 05:56:01 1 49.87 0.00 20.57 18.81 0.26 10.50 06:09:40 05:56:01 2 52.12 0.00 19.99 15.90 0.25 11.74 06:09:40 05:56:01 3 51.93 0.00 19.70 18.64 0.19 9.53 06:09:40 05:57:01 all 29.86 0.00 25.05 20.55 0.35 24.19 06:09:40 05:57:01 0 27.94 0.00 26.71 21.75 0.32 23.28 06:09:40 05:57:01 1 30.67 0.00 25.44 19.64 0.35 23.90 06:09:40 05:57:01 2 31.18 0.00 24.38 20.99 0.34 23.11 06:09:40 05:57:01 3 29.63 0.00 23.66 19.84 0.39 26.47 06:09:40 05:58:01 all 37.01 0.00 18.78 21.16 0.19 22.86 06:09:40 05:58:01 0 36.41 0.00 19.12 16.95 0.19 27.32 06:09:40 05:58:01 1 37.03 0.00 18.82 23.74 0.16 20.26 06:09:40 05:58:01 2 38.27 0.00 18.90 22.20 0.17 20.45 06:09:40 05:58:01 3 36.32 0.00 18.26 21.74 0.21 23.46 06:09:40 05:59:01 all 5.43 0.00 3.63 5.65 0.08 85.20 06:09:40 05:59:01 0 8.11 0.00 4.61 2.56 0.07 84.65 06:09:40 05:59:01 1 4.54 0.00 3.76 9.72 0.07 81.91 06:09:40 05:59:01 2 5.58 0.00 3.37 4.17 0.12 86.76 06:09:40 05:59:01 3 3.51 0.00 2.77 6.16 0.08 87.48 06:09:40 06:00:01 all 0.16 0.00 0.04 0.01 0.00 99.78 06:09:40 06:00:01 0 0.40 0.00 0.03 0.00 0.00 99.57 06:09:40 06:00:01 1 0.03 0.00 0.05 0.02 0.00 99.90 06:09:40 06:00:01 2 0.18 0.00 0.07 0.02 0.00 99.73 06:09:40 06:00:01 3 0.03 0.00 0.02 0.00 0.02 99.93 06:09:40 06:01:01 all 0.18 0.00 0.10 0.00 0.00 99.72 06:09:40 06:01:01 0 0.07 0.00 0.10 0.00 0.00 99.83 06:09:40 06:01:01 1 0.20 0.00 0.12 0.00 0.02 99.67 06:09:40 06:01:01 2 0.40 0.00 0.10 0.00 0.00 99.50 06:09:40 06:01:01 3 0.05 0.00 0.07 0.00 0.00 99.88 06:09:40 06:09:40 06:01:01 CPU %user %nice %system %iowait %steal %idle 06:09:40 06:02:01 all 0.12 0.00 0.04 0.01 0.01 99.83 06:09:40 06:02:01 0 0.03 0.00 0.03 0.02 0.00 99.92 06:09:40 06:02:01 1 0.38 0.00 0.07 0.00 0.02 99.53 06:09:40 06:02:01 2 0.03 0.00 0.03 0.00 0.02 99.92 06:09:40 06:02:01 3 0.02 0.00 0.03 0.02 0.00 99.93 06:09:40 06:03:02 all 0.05 0.00 0.04 0.00 0.00 99.91 06:09:40 06:03:02 0 0.05 0.00 0.02 0.00 0.00 99.93 06:09:40 06:03:02 1 0.07 0.00 0.07 0.00 0.00 99.87 06:09:40 06:03:02 2 0.05 0.00 0.05 0.00 0.00 99.90 06:09:40 06:03:02 3 0.03 0.00 0.02 0.00 0.00 99.95 06:09:40 06:04:01 all 0.11 0.00 0.03 0.00 0.00 99.85 06:09:40 06:04:01 0 0.03 0.00 0.05 0.00 0.00 99.92 06:09:40 06:04:01 1 0.39 0.00 0.03 0.00 0.00 99.58 06:09:40 06:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:09:40 06:04:01 3 0.02 0.00 0.03 0.00 0.02 99.93 06:09:40 06:05:01 all 0.12 0.00 0.06 0.03 0.01 99.78 06:09:40 06:05:01 0 0.03 0.00 0.03 0.00 0.02 99.92 06:09:40 06:05:01 1 0.37 0.00 0.13 0.13 0.02 99.35 06:09:40 06:05:01 2 0.05 0.00 0.07 0.00 0.00 99.88 06:09:40 06:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:09:40 06:06:01 all 0.15 0.00 0.02 0.00 0.00 99.83 06:09:40 06:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:09:40 06:06:01 1 0.52 0.00 0.02 0.00 0.00 99.47 06:09:40 06:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:09:40 06:06:01 3 0.03 0.00 0.05 0.00 0.00 99.92 06:09:40 06:07:01 all 0.15 0.00 0.02 0.00 0.00 99.82 06:09:40 06:07:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:09:40 06:07:01 1 0.52 0.00 0.02 0.00 0.00 99.47 06:09:40 06:07:01 2 0.03 0.00 0.02 0.00 0.00 99.95 06:09:40 06:07:01 3 0.03 0.00 0.03 0.00 0.00 99.93 06:09:40 06:08:01 all 0.15 0.00 0.03 0.00 0.00 99.82 06:09:40 06:08:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:09:40 06:08:01 1 0.13 0.00 0.02 0.00 0.00 99.85 06:09:40 06:08:01 2 0.38 0.00 0.03 0.00 0.00 99.58 06:09:40 06:08:01 3 0.03 0.00 0.03 0.00 0.02 99.92 06:09:40 06:09:01 all 0.80 0.00 0.43 0.28 0.01 98.47 06:09:40 06:09:01 0 0.72 0.00 0.53 0.40 0.00 98.35 06:09:40 06:09:01 1 0.68 0.00 0.40 0.28 0.00 98.63 06:09:40 06:09:01 2 0.88 0.00 0.30 0.13 0.03 98.65 06:09:40 06:09:01 3 0.92 0.00 0.50 0.32 0.00 98.26 06:09:40 Average: all 13.48 0.00 7.14 4.82 0.11 74.45 06:09:40 Average: 0 13.67 0.00 7.41 4.23 0.10 74.58 06:09:40 Average: 1 13.31 0.00 7.03 5.48 0.10 74.08 06:09:40 Average: 2 13.67 0.00 7.16 4.68 0.11 74.38 06:09:40 Average: 3 13.28 0.00 6.95 4.89 0.11 74.76 06:09:40 06:09:40 06:09:40