Pull request #2999 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a1e981128744735d131ec80c0be858cf0a480739+6aacc02e765899b5f00a422c0b56178915ca79e6 (dd226bf3af4447e4e023e816afb5ba124b9a89b0) 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-2999/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-2999/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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19070 in /w/workspace/edgexfoundry_edgex-go_PR-2999 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit a1e981128744735d131ec80c0be858cf0a480739 Merge succeeded, producing a1e981128744735d131ec80c0be858cf0a480739 Checking out Revision a1e981128744735d131ec80c0be858cf0a480739 (PR-2999) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2999/head:refs/remotes/origin/PR-2999 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a1e981128744735d131ec80c0be858cf0a480739 # 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 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a1e981128744735d131ec80c0be858cf0a480739 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" 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 06:21:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:21:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:21:24 ========================================================= 06:21:24 EdgeX Global Pipelines Version Info 06:21:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:21:26 ------------------- 06:21:26 stable info: 06:21:26 ------------------- 06:21:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:21:26 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 06:21:26 Message: update stable to v1.0.173 06:21:27 ------------------- 06:21:27 experimental info: 06:21:27 ------------------- 06:21:27 Commited By: **** collab-it+edgex@linuxfoundation.org 06:21:27 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 06:21:27 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:21:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:21:27 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:21:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:21:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:21:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:21:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:21:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:21:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:21:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 06:21:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 06:21:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:21:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:21:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:21:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:21:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:21:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:21:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:21:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:21:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:21:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:21:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:21:30 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:21:30 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 06:21:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2999 [Pipeline] echo 06:21:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2999 [Pipeline] echo 06:21:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2999 [Pipeline] echo 06:21:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a1e981128744735d131ec80c0be858cf0a480739 [Pipeline] echo 06:21:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a1e9811 [Pipeline] echo 06:21:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:21:32 provisioning config files... 06:21:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7527866506169182697tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:21:32 ---> docker-login.sh 06:21:32 nexus3.edgexfoundry.org:10001 06:21:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:21:32 Configure a credential helper to remove this warning. See 06:21:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:21:32 06:21:32 Login Succeeded 06:21:32 nexus3.edgexfoundry.org:10002 06:21:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:21:33 Configure a credential helper to remove this warning. See 06:21:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:21:33 06:21:33 Login Succeeded 06:21:33 nexus3.edgexfoundry.org:10003 06:21:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:21:33 Configure a credential helper to remove this warning. See 06:21:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:21:33 06:21:33 Login Succeeded 06:21:33 nexus3.edgexfoundry.org:10004 06:21:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:21:33 Configure a credential helper to remove this warning. See 06:21:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:21:33 06:21:33 Login Succeeded 06:21:33 docker.io 06:21:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:21:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:21:33 Configure a credential helper to remove this warning. See 06:21:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:21:33 06:21:33 Login Succeeded 06:21:33 ---> docker-login.sh ends [Pipeline] } 06:21:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:21:34 ++ 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 06:21:34 + for file in '`ls cmd/**/Dockerfile`' 06:21:34 ++ dirname cmd/core-command/Dockerfile 06:21:34 ++ cut -d/ -f2 06:21:34 + echo core-command,cmd/core-command/Dockerfile 06:21:34 + for file in '`ls cmd/**/Dockerfile`' 06:21:34 ++ dirname cmd/core-data/Dockerfile 06:21:34 ++ cut -d/ -f2 06:21:34 + echo core-data,cmd/core-data/Dockerfile 06:21:34 + for file in '`ls cmd/**/Dockerfile`' 06:21:34 ++ dirname cmd/core-metadata/Dockerfile 06:21:34 ++ cut -d/ -f2 06:21:34 + echo core-metadata,cmd/core-metadata/Dockerfile 06:21:34 + for file in '`ls cmd/**/Dockerfile`' 06:21:34 ++ dirname cmd/security-bootstrap-redis/Dockerfile 06:21:34 ++ cut -d/ -f2 06:21:34 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 06:21:34 + for file in '`ls cmd/**/Dockerfile`' 06:21:34 ++ dirname cmd/security-proxy-setup/Dockerfile 06:21:34 ++ cut -d/ -f2 06:21:34 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:21:34 + for file in '`ls cmd/**/Dockerfile`' 06:21:34 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:21:34 ++ cut -d/ -f2 06:21:34 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:21:34 + for file in '`ls cmd/**/Dockerfile`' 06:21:34 ++ dirname cmd/support-notifications/Dockerfile 06:21:34 ++ cut -d/ -f2 06:21:34 + echo support-notifications,cmd/support-notifications/Dockerfile 06:21:34 + for file in '`ls cmd/**/Dockerfile`' 06:21:34 ++ dirname cmd/support-scheduler/Dockerfile 06:21:34 ++ cut -d/ -f2 06:21:34 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:21:34 + for file in '`ls cmd/**/Dockerfile`' 06:21:34 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:21:34 ++ cut -d/ -f2 06:21:34 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:21:34 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 06:21:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:21:35 06:21:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:21:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:21:36 latest: Pulling from edgex-devops/git-semver 06:21:36 31603596830f: Pulling fs layer 06:21:36 2a8b12db71e7: Pulling fs layer 06:21:36 6ca5941a6612: Pulling fs layer 06:21:36 ecc8261a40a4: Pulling fs layer 06:21:36 ecc8261a40a4: Waiting 06:21:36 2a8b12db71e7: Verifying Checksum 06:21:36 2a8b12db71e7: Download complete 06:21:36 31603596830f: Verifying Checksum 06:21:36 31603596830f: Download complete 06:21:36 6ca5941a6612: Verifying Checksum 06:21:36 6ca5941a6612: Download complete 06:21:36 ecc8261a40a4: Verifying Checksum 06:21:36 ecc8261a40a4: Download complete 06:21:36 31603596830f: Pull complete 06:21:36 2a8b12db71e7: Pull complete 06:21:37 6ca5941a6612: Pull complete 06:21:37 ecc8261a40a4: Pull complete 06:21:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:21:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:21:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:21:37 prd-centos7-docker-4c-2g-19070 does not seem to be running inside a container 06:21:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:21:40 $ docker top 8187af6bc2cabaf375663aa82fd89a0f9b9f2cf6a9f3fa7d137af5866a6b8ebd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:21:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:21:41 [ssh-agent] Looking for ssh-agent implementation... 06:21:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:21:41 $ docker exec 8187af6bc2cabaf375663aa82fd89a0f9b9f2cf6a9f3fa7d137af5866a6b8ebd ssh-agent 06:21:41 SSH_AUTH_SOCK=/tmp/ssh-6JVa1tsTob6l/agent.12 06:21:41 SSH_AGENT_PID=17 06:21:41 Running ssh-add (command line suppressed) 06:21:41 Identity added: /w/workspace/edgex-go/1@tmp/private_key_5910686358077050897.key (/w/workspace/edgex-go/1@tmp/private_key_5910686358077050897.key) 06:21:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:21:42 + git tag --points-at HEAD [Pipeline] } 06:21:42 $ docker exec --env ******** --env ******** 8187af6bc2cabaf375663aa82fd89a0f9b9f2cf6a9f3fa7d137af5866a6b8ebd ssh-agent -k 06:21:42 unset SSH_AUTH_SOCK; 06:21:42 unset SSH_AGENT_PID; 06:21:42 echo Agent pid 17 killed; 06:21:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:21:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:21:42 [ssh-agent] Looking for ssh-agent implementation... 06:21:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:21:42 $ docker exec 8187af6bc2cabaf375663aa82fd89a0f9b9f2cf6a9f3fa7d137af5866a6b8ebd ssh-agent 06:21:42 SSH_AUTH_SOCK=/tmp/ssh-Yr31Rn5qbJcj/agent.45 06:21:42 SSH_AGENT_PID=50 06:21:42 Running ssh-add (command line suppressed) 06:21:42 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8394725653671276248.key (/w/workspace/edgex-go/1@tmp/private_key_8394725653671276248.key) 06:21:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:21:43 + git semver init 06:21:43 # -> Open(): unable to determine branch for HEAD 06:21:43 # $GIT_DIR = /w/workspace/edgex-go/1/.git 06:21:43 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 06:21:43 # $SEMVER_REMOTE_NAME = origin 06:21:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:21:43 # $SEMVER_USER_NAME = edgex-jenkins 06:21:43 # $SEMVER_BRANCH = PR-2999 06:21:43 # $SEMVER_TEMP = /tmp/semver-393736476 06:21:43 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:22:05 # '/tmp/semver-393736476' -> '/w/workspace/edgex-go/1/.semver' 06:22:05 # -> Force: false 06:22:05 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 06:22:05 $ docker exec --env ******** --env ******** 8187af6bc2cabaf375663aa82fd89a0f9b9f2cf6a9f3fa7d137af5866a6b8ebd ssh-agent -k 06:22:05 unset SSH_AUTH_SOCK; 06:22:05 unset SSH_AGENT_PID; 06:22:05 echo Agent pid 50 killed; 06:22:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:22:06 + git semver [Pipeline] } 06:22:06 $ docker stop --time=1 8187af6bc2cabaf375663aa82fd89a0f9b9f2cf6a9f3fa7d137af5866a6b8ebd 06:22:07 $ docker rm -f 8187af6bc2cabaf375663aa82fd89a0f9b9f2cf6a9f3fa7d137af5866a6b8ebd [Pipeline] // withDockerContainer [Pipeline] sh 06:22:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:22:09 Stashed 1 file(s) [Pipeline] echo 06:22:09 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:22:10 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:22:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:22:11 + true 06:22:11 + sudo service docker restart 06:22:11 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 06:22:11 ========================================================= 06:22:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:22:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:22:12 + 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 . 06:22:15 Sending build context to Docker daemon 326.4MB 06:22:15 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:22:15 Step 2/6 : FROM ${BASE} 06:22:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:22:15 188c0c94c7c5: Pulling fs layer 06:22:15 0ef7d3d256c8: Pulling fs layer 06:22:15 de9db76c5a1d: Pulling fs layer 06:22:15 bca2f99d35d6: Pulling fs layer 06:22:15 93359f2a8cfa: Pulling fs layer 06:22:15 7c6f9722023f: Pulling fs layer 06:22:15 a35cf1a2eb13: Pulling fs layer 06:22:15 bca2f99d35d6: Waiting 06:22:15 93359f2a8cfa: Waiting 06:22:15 a35cf1a2eb13: Waiting 06:22:15 7c6f9722023f: Waiting 06:22:15 de9db76c5a1d: Verifying Checksum 06:22:15 de9db76c5a1d: Download complete 06:22:15 0ef7d3d256c8: Download complete 06:22:15 93359f2a8cfa: Verifying Checksum 06:22:15 93359f2a8cfa: Download complete 06:22:15 7c6f9722023f: Verifying Checksum 06:22:15 7c6f9722023f: Download complete 06:22:15 188c0c94c7c5: Verifying Checksum 06:22:15 188c0c94c7c5: Download complete 06:22:15 188c0c94c7c5: Pull complete 06:22:15 0ef7d3d256c8: Pull complete 06:22:16 de9db76c5a1d: Pull complete 06:22:17 a35cf1a2eb13: Verifying Checksum 06:22:17 a35cf1a2eb13: Download complete 06:22:17 bca2f99d35d6: Verifying Checksum 06:22:17 bca2f99d35d6: Download complete 06:22:24 bca2f99d35d6: Pull complete 06:22:24 93359f2a8cfa: Pull complete 06:22:24 7c6f9722023f: Pull complete 06:22:24 Still waiting to schedule task 06:22:24 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 06:22:27 a35cf1a2eb13: Pull complete 06:22:27 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:22:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:22:27 ---> a62c8e92a672 06:22:27 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 06:22:28 ---> Running in 51c84fc8e41a 06:22:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:22:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:22:29 (1/12) Installing libmagic (5.38-r0) 06:22:30 (2/12) Installing file (5.38-r0) 06:22:30 (3/12) Installing libc-dev (0.7.2-r3) 06:22:30 (4/12) Installing g++ (9.3.0-r2) 06:22:35 (5/12) Installing fortify-headers (1.1-r0) 06:22:35 (6/12) Installing patch (2.7.6-r6) 06:22:35 (7/12) Installing build-base (0.5-r2) 06:22:35 (8/12) Installing libsodium (1.0.18-r0) 06:22:35 (9/12) Installing pkgconf (1.7.2-r0) 06:22:35 (10/12) Installing libsodium-dev (1.0.18-r0) 06:22:35 (11/12) Installing libzmq (4.3.3-r0) 06:22:35 (12/12) Installing zeromq-dev (4.3.3-r0) 06:22:35 Executing busybox-1.31.1-r19.trigger 06:22:35 OK: 233 MiB in 51 packages 06:22:40 Removing intermediate container 51c84fc8e41a 06:22:40 ---> e32a93fe52f2 06:22:40 Step 4/6 : WORKDIR /edgex-go 06:22:40 ---> Running in 1db187a445ca 06:22:40 Removing intermediate container 1db187a445ca 06:22:40 ---> c64f42c8584c 06:22:40 Step 5/6 : COPY go.mod . 06:22:40 ---> ef1a4a6d064c 06:22:40 Step 6/6 : RUN go mod download 06:22:40 ---> Running in 4de3537cee65 06:23:02 Removing intermediate container 4de3537cee65 06:23:02 ---> f19274b8f452 06:23:02 Successfully built f19274b8f452 06:23:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:23:02 + docker inspect -f . ci-base-image-x86_64 06:23:02 . [Pipeline] withDockerContainer 06:23:02 prd-centos7-docker-4c-2g-19070 does not seem to be running inside a container 06:23:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:23:03 $ docker top 914099c9d6d10b6b8eb8abbae164e89bf2f9ad3bc8266209fae7bb84435633e6 -eo pid,comm [Pipeline] { [Pipeline] sh 06:23:04 + go version 06:23:04 go version go1.15.5 linux/amd64 [Pipeline] } 06:23:04 $ docker stop --time=1 914099c9d6d10b6b8eb8abbae164e89bf2f9ad3bc8266209fae7bb84435633e6 06:23:05 $ docker rm -f 914099c9d6d10b6b8eb8abbae164e89bf2f9ad3bc8266209fae7bb84435633e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:23:06 + docker inspect -f . ci-base-image-x86_64 06:23:06 . [Pipeline] withDockerContainer 06:23:06 prd-centos7-docker-4c-2g-19070 does not seem to be running inside a container 06:23:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:23:07 $ docker top c0b7fa1f62297ecdbb74c67bd60e9ff3bbf4a950ba025ebec6421150c8338359 -eo pid,comm [Pipeline] { [Pipeline] echo 06:23:08 ========================================================= 06:23:08 [edgeXBuildGoParallel] Running Tests and Build... 06:23:08 ========================================================= [Pipeline] sh 06:23:08 + make test 06:23:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:23:18 ? github.com/edgexfoundry/edgex-go [no test files] 06:23:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:23:37 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:23:37 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:23:38 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:23:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 06:23:38 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:23:38 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:23:38 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:23:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:23:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:23:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:23:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:23:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:23:43 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.118s coverage: 46.6% of statements 06:23:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:23:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:23:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:23:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:23:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:23:49 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.247s coverage: 27.0% of statements 06:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:23:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.044s coverage: 100.0% of statements 06:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:23:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements 06:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:23:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.118s coverage: 77.1% of statements 06:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:23:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.131s coverage: 82.4% of statements 06:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:23:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:23:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.323s coverage: 28.6% of statements 06:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:23:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements 06:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:23:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements 06:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:23:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.105s coverage: 86.7% of statements 06:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:23:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.110s coverage: 97.5% of statements 06:23:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:23:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements 06:23:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:23:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:23:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:23:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:23:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.356s coverage: 93.8% of statements 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:23:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:23:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.1% of statements 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:23:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.026s coverage: 100.0% of statements 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:23:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements 06:23:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:23:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 06:23:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.102s coverage: 87.2% of statements 06:23:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.2% of statements 06:23:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.121s coverage: 91.4% of statements 06:23:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.193s coverage: 63.5% of statements 06:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:23:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements 06:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements 06:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 06:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.053s coverage: 73.7% of statements 06:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 06:23:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.333s coverage: 55.9% of statements 06:23:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:23:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:23:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 06:23:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 06:23:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 06:23:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.098s coverage: 37.0% of statements 06:23:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:23:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:23:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.340s coverage: 84.0% of statements 06:23:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements 06:23:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.114s coverage: 47.1% of statements 06:23:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:23:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:23:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:23:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:23:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:23:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.064s coverage: 100.0% of statements 06:23:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:23:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.058s coverage: 100.0% of statements 06:23:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:24:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.683s coverage: 29.1% of statements 06:24:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:24:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:24:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:24:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:24:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:24:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 06:24:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:24:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements 06:24:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:24:00 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 06:24:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:24:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 06:24:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:24:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:24:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:24:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:24:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements 06:24:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:24:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:24:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 06:24:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 06:24:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 06:24:01 GO111MODULE=on go vet ./... 06:24:23 gofmt -l . 06:24:23 [ "`gofmt -l .`" = "" ] 06:24:24 ./bin/test-go-mod-tidy.sh 06:24:24 ./bin/test-attribution-txt.sh [Pipeline] sh 06:24:26 + ls -al . 06:24:26 total 640 06:24:26 drwxrwxr-x 10 1001 1001 4096 Jan 8 06:24 . 06:24:26 drwxr-xr-x 4 root root 28 Jan 8 06:23 .. 06:24:26 -rw-rw-r-- 1 1001 1001 11 Jan 8 06:21 .dockerignore 06:24:26 drwxrwxr-x 8 1001 1001 179 Jan 8 06:21 .git 06:24:26 drwxrwxr-x 3 1001 1001 125 Jan 8 06:21 .github 06:24:26 -rw-rw-r-- 1 1001 1001 824 Jan 8 06:21 .gitignore 06:24:26 drwx------ 3 1001 1001 47 Jan 8 06:22 .semver 06:24:26 -rw-rw-r-- 1 1001 1001 166 Jan 8 06:21 .sonarcloud.properties 06:24:26 -rw-rw-r-- 1 1001 1001 3804 Jan 8 06:21 CONTRIBUTING.md 06:24:26 -rw-rw-r-- 1 1001 1001 931 Jan 8 06:21 Dockerfile.build 06:24:26 -rw-rw-r-- 1 1001 1001 863 Jan 8 06:21 Jenkinsfile 06:24:26 -rw-rw-r-- 1 1001 1001 10775 Jan 8 06:21 LICENSE 06:24:26 -rw-rw-r-- 1 1001 1001 5750 Jan 8 06:21 Makefile 06:24:26 -rw-rw-r-- 1 1001 1001 6524 Jan 8 06:21 README.md 06:24:26 -rw-rw-r-- 1 1001 1001 6744 Jan 8 06:21 SECURITY.md 06:24:26 -rw-rw-r-- 1 1001 1001 5 Jan 8 06:22 VERSION 06:24:26 -rw-rw-r-- 1 1001 1001 4131 Jan 8 06:21 ZMQWindows.md 06:24:26 drwxrwxr-x 2 1001 1001 117 Jan 8 06:21 bin 06:24:26 drwxrwxr-x 14 1001 1001 4096 Jan 8 06:21 cmd 06:24:26 -rw-r--r-- 1 root root 541590 Jan 8 06:24 coverage.out 06:24:26 -rw-r--r-- 1 root root 979 Jan 8 06:24 go.mod 06:24:26 -rw-r--r-- 1 root root 19121 Jan 8 06:24 go.sum 06:24:26 drwxrwxr-x 8 1001 1001 127 Jan 8 06:21 internal 06:24:26 drwxrwxr-x 4 1001 1001 26 Jan 8 06:21 openapi 06:24:26 drwxrwxr-x 4 1001 1001 71 Jan 8 06:21 snap 06:24:26 -rw-rw-r-- 1 1001 1001 168 Jan 8 06:21 version.go [Pipeline] sh 06:24:26 + '[' -e coverage.out ] 06:24:26 + chown 1001:1001 coverage.out [Pipeline] stash 06:24:27 Stashed 1 file(s) [Pipeline] sh 06:24:27 + make build 06:24:27 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:24:32 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:24:39 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:24:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:24:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:24:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19073 in /w/workspace/edgexfoundry_edgex-go_PR-2999 [Pipeline] { [Pipeline] ws 06:24:41 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 06:24:41 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:24:43 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:24:44 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:24:45 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:24:46 using credential edgex-jenkins-ssh 06:24:46 Cloning the remote Git repository 06:24:47 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:24:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:24:47 > git init /w/workspace/edgex-go/1 # timeout=10 06:24:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:24:47 > git --version # timeout=10 06:24:47 > git --version # 'git version 2.17.1' 06:24:47 using GIT_SSH to set credentials SSH Credentials for GitHub 06:24:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:24:48 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:24:49 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:24:50 $ docker stop --time=1 c0b7fa1f62297ecdbb74c67bd60e9ff3bbf4a950ba025ebec6421150c8338359 06:24:51 $ docker rm -f c0b7fa1f62297ecdbb74c67bd60e9ff3bbf4a950ba025ebec6421150c8338359 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:24:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:24:56 06:24:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 06:24:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:24:56 latest: Pulling from edgex-devops/edgex-compose 06:24:56 cbdbe7a5bc2a: Pulling fs layer 06:24:56 ca9280d653b3: Pulling fs layer 06:24:56 7e9c9ca2126c: Pulling fs layer 06:24:57 cbdbe7a5bc2a: Verifying Checksum 06:24:57 cbdbe7a5bc2a: Download complete 06:24:57 ca9280d653b3: Verifying Checksum 06:24:57 ca9280d653b3: Download complete 06:24:58 cbdbe7a5bc2a: Pull complete 06:24:58 ca9280d653b3: Pull complete 06:24:59 7e9c9ca2126c: Verifying Checksum 06:24:59 7e9c9ca2126c: Download complete 06:25:05 7e9c9ca2126c: Pull complete 06:25:05 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:25:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:25:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 06:25:06 prd-centos7-docker-4c-2g-19070 does not seem to be running inside a container 06:25:06 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:25:09 $ docker top cfff080b58cd4ca87d967ff1455b94c9e5b4ac9103d18c9151ad5fed5323dd98 -eo pid,comm [Pipeline] { [Pipeline] sh 06:25:09 + docker-compose build --help 06:25:09 + grep parallel 06:25:10 --parallel Build images in parallel. [Pipeline] } 06:25:10 $ docker stop --time=1 cfff080b58cd4ca87d967ff1455b94c9e5b4ac9103d18c9151ad5fed5323dd98 06:25:12 $ docker rm -f cfff080b58cd4ca87d967ff1455b94c9e5b4ac9103d18c9151ad5fed5323dd98 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:25:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:25:12 . [Pipeline] withDockerContainer 06:25:13 prd-centos7-docker-4c-2g-19070 does not seem to be running inside a container 06:25:13 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:25:13 $ docker top d4eb54137af2c32767b500698b893b0173cea418655dd7045e7dcdcb342ee9d8 -eo pid,comm [Pipeline] { [Pipeline] sh 06:25:14 + docker-compose -f ./docker-compose-build.yml build --parallel 06:25:15 Building docker-core-command-go ... 06:25:15 Building docker-core-data-go ... 06:25:15 Building docker-core-metadata-go ... 06:25:15 Building docker-security-bootstrap-redis-go ... 06:25:15 Building docker-security-proxy-setup-go ... 06:25:15 Building docker-security-secretstore-setup-go ... 06:25:15 Building docker-support-notifications-go ... 06:25:15 Building docker-support-scheduler-go ... 06:25:15 Building docker-sys-mgmt-agent-go ... 06:25:15 Building docker-sys-mgmt-agent-go 06:25:15 Building docker-security-proxy-setup-go 06:25:15 Building docker-support-notifications-go 06:25:15 Building docker-support-scheduler-go 06:25:15 Building docker-core-metadata-go 06:25:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:25:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:25:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:25:24 Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit a1e981128744735d131ec80c0be858cf0a480739 06:25:24 Merge succeeded, producing a1e981128744735d131ec80c0be858cf0a480739 06:25:24 Checking out Revision a1e981128744735d131ec80c0be858cf0a480739 (PR-2999) 06:25:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:25:23 using GIT_SSH to set credentials SSH Credentials for GitHub 06:25:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2999/head:refs/remotes/origin/PR-2999 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:25:24 > git config core.sparsecheckout # timeout=10 06:25:24 > git checkout -f a1e981128744735d131ec80c0be858cf0a480739 # timeout=10 06:25:24 > git remote # timeout=10 06:25:24 > git config --get remote.origin.url # timeout=10 06:25:24 using GIT_SSH to set credentials SSH Credentials for GitHub 06:25:24 > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 06:25:24 > git rev-parse HEAD^{commit} # timeout=10 06:25:24 > git config core.sparsecheckout # timeout=10 06:25:24 > git checkout -f a1e981128744735d131ec80c0be858cf0a480739 # timeout=10 06:25:29 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" 06:25:29 > git --version # timeout=10 06:25:29 > git --version # 'git version 2.17.1' 06:25:29 fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:25:31 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:25:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:25:31 + sudo service docker restart 06:25:31 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:25:34 provisioning config files... 06:25:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7171593338974174329tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:25:35 ---> docker-login.sh 06:25:35 nexus3.edgexfoundry.org:10001 06:25:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:25:36 Configure a credential helper to remove this warning. See 06:25:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:25:36 06:25:36 Login Succeeded 06:25:36 nexus3.edgexfoundry.org:10002 06:25:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:25:37 Configure a credential helper to remove this warning. See 06:25:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:25:37 06:25:37 Login Succeeded 06:25:37 nexus3.edgexfoundry.org:10003 06:25:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:25:37 Configure a credential helper to remove this warning. See 06:25:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:25:37 06:25:37 Login Succeeded 06:25:37 nexus3.edgexfoundry.org:10004 06:25:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:25:38 Configure a credential helper to remove this warning. See 06:25:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:25:38 06:25:38 Login Succeeded 06:25:38 docker.io 06:25:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:25:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:25:39 Configure a credential helper to remove this warning. See 06:25:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:25:39 06:25:39 Login Succeeded 06:25:39 ---> docker-login.sh ends [Pipeline] } 06:25:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:25:39 ========================================================= 06:25:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:25:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:25: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 . 06:25:43 Sending build context to Docker daemon 165.5MB 06:25:43 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:25:43 Step 2/6 : FROM ${BASE} 06:25:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:25:43 5f621e34cdf4: Pulling fs layer 06:25:43 a4357932f1b6: Pulling fs layer 06:25:43 18c013af1878: Pulling fs layer 06:25:43 00ac8860ef70: Pulling fs layer 06:25:43 63d7cb157983: Pulling fs layer 06:25:43 b116817d02f9: Pulling fs layer 06:25:43 745a02a5169b: Pulling fs layer 06:25:43 63d7cb157983: Waiting 06:25:43 b116817d02f9: Waiting 06:25:43 745a02a5169b: Waiting 06:25:43 00ac8860ef70: Waiting 06:25:43 18c013af1878: Verifying Checksum 06:25:43 18c013af1878: Download complete 06:25:43 a4357932f1b6: Verifying Checksum 06:25:43 a4357932f1b6: Download complete 06:25:43 63d7cb157983: Verifying Checksum 06:25:43 63d7cb157983: Download complete 06:25:43 b116817d02f9: Verifying Checksum 06:25:43 b116817d02f9: Download complete 06:25:43 5f621e34cdf4: Verifying Checksum 06:25:43 5f621e34cdf4: Download complete 06:25:44 5f621e34cdf4: Pull complete 06:25:44 a4357932f1b6: Pull complete 06:25:45 18c013af1878: Pull complete 06:25:45 745a02a5169b: Download complete 06:25:47 00ac8860ef70: Download complete 06:25:47 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:25:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:25:47 ---> f19274b8f452 06:25:47 Step 3/21 : WORKDIR /edgex-go 06:25:47 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:25:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:25:47 ---> f19274b8f452 06:25:47 Step 3/21 : WORKDIR /edgex-go 06:25:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:25:47 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:25:47 06:25:47 ---> f19274b8f452 06:25:47 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 3/26 : WORKDIR /edgex-go 06:25:47 06:25:47 ---> f19274b8f452 06:25:47 Step 3/22 : WORKDIR /edgex-go 06:25:47 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:25:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:25:47 ---> f19274b8f452 06:25:47 Step 3/24 : WORKDIR /edgex-go 06:25:47 ---> Running in 5bd7b4c69656 06:25:47 ---> Running in 1e305567fd9b 06:25:47 ---> Running in 0a0da482a490 06:25:47 ---> Running in 0b4aae00e052 06:25:47 ---> Running in 87ec79d3370f 06:25:47 Removing intermediate container 87ec79d3370f 06:25:47 ---> e24505cda9ea 06:25:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:47 Removing intermediate container 1e305567fd9b 06:25:47 ---> 3fa72f016877 06:25:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:47 Removing intermediate container 0a0da482a490 06:25:47 ---> 3498ca175813 06:25:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:47 Removing intermediate container 5bd7b4c69656 06:25:47 ---> 07e15644cb80 06:25:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:47 Removing intermediate container 0b4aae00e052 06:25:47 ---> 79a3c8fc5fb9 06:25:47 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:47 ---> Running in d6e0bcb88ccd 06:25:47 ---> Running in b2237d466996 06:25:47 ---> Running in c26b9ad2c374 06:25:47 ---> Running in 0314f676b9a3 06:25:47 ---> Running in bde934bb89b8 06:25:49 Removing intermediate container d6e0bcb88ccd 06:25:49 ---> 04eb553a20d6 06:25:49 Step 5/21 : RUN apk add --update --no-cache make git 06:25:49 Removing intermediate container c26b9ad2c374 06:25:49 ---> d9eb1d3072c2 06:25:49 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 06:25:49 Removing intermediate container b2237d466996 06:25:49 ---> 189d428bf428 06:25:49 Step 5/21 : RUN apk add --update --no-cache make git 06:25:50 ---> Running in 42825cf87759 06:25:50 ---> Running in bde259caa156 06:25:50 ---> Running in a56593fe39c5 06:25:50 Removing intermediate container bde934bb89b8 06:25:50 ---> ace5bf339590 06:25:50 Step 5/26 : RUN apk add --update --no-cache make bash git 06:25:50 Removing intermediate container 0314f676b9a3 06:25:50 ---> d5c7e295487e 06:25:50 Step 5/22 : RUN apk add --update --no-cache make git 06:25:50 ---> Running in 11c1534b52b0 06:25:50 ---> Running in c33362458ee7 06:25:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:25:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:25:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:25:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:25:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:25:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:25:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:25:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:25:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:25:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:25:52 OK: 233 MiB in 51 packages 06:25:52 OK: 233 MiB in 51 packages 06:25:52 OK: 233 MiB in 51 packages 06:25:52 OK: 233 MiB in 51 packages 06:25:52 OK: 233 MiB in 51 packages 06:25:53 Removing intermediate container 42825cf87759 06:25:53 ---> 7165a32647a1 06:25:53 Step 6/21 : COPY go.mod . 06:25:53 Removing intermediate container a56593fe39c5 06:25:53 ---> 468decb50e67 06:25:53 Step 6/21 : COPY go.mod . 06:25:53 ---> 64884eca51a1 06:25:53 Step 7/21 : RUN go mod download 06:25:54 Removing intermediate container 11c1534b52b0 06:25:54 ---> 6672c3e14300 06:25:54 Step 6/26 : COPY go.mod . 06:25:54 ---> a10f702d487a 06:25:54 Step 7/21 : RUN go mod download 06:25:54 ---> Running in fcbc530aaa34 06:25:54 ---> Running in 890241b32870 06:25:54 Removing intermediate container bde259caa156 06:25:54 ---> a0b8d092ff28 06:25:54 Step 6/24 : COPY go.mod . 06:25:54 Removing intermediate container c33362458ee7 06:25:54 ---> b7a3870dff07 06:25:54 Step 6/22 : COPY go.mod . 06:25:54 ---> 71d3c0dc816a 06:25:54 Step 7/26 : RUN go mod download 06:25:54 ---> Running in bc3d768a53f1 06:25:54 ---> d3f3cf28a37f 06:25:54 Step 7/24 : RUN go mod download 06:25:54 ---> 8a625b001475 06:25:54 Step 7/22 : RUN go mod download 06:25:55 ---> Running in e91aad440daf 06:25:55 ---> Running in 57a0cd9de124 06:25:56 Removing intermediate container fcbc530aaa34 06:25:56 ---> 6ac77a255a41 06:25:56 Step 8/21 : COPY . . 06:25:56 Removing intermediate container 890241b32870 06:25:56 ---> 66bab5c00811 06:25:56 Step 8/21 : COPY . . 06:25:57 00ac8860ef70: Pull complete 06:25:57 63d7cb157983: Pull complete 06:25:57 Removing intermediate container bc3d768a53f1 06:25:57 ---> e6f96b716b51 06:25:57 Step 8/26 : COPY . . 06:25:57 b116817d02f9: Pull complete 06:26:01 Removing intermediate container e91aad440daf 06:26:01 ---> 15791dff7e51 06:26:01 Step 8/24 : COPY . . 06:26:02 Removing intermediate container 57a0cd9de124 06:26:02 ---> 8d299dc969f4 06:26:02 Step 8/22 : COPY . . 06:26:02 745a02a5169b: Pull complete 06:26:02 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:26:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:26:02 ---> b7e6874047d6 06:26:02 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 06:26:04 ---> Running in 5ed2370cd26a 06:26:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:26:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:26:08 (1/12) Installing libmagic (5.38-r0) 06:26:09 (2/12) Installing file (5.38-r0) 06:26:09 (3/12) Installing libc-dev (0.7.2-r3) 06:26:09 (4/12) Installing g++ (9.3.0-r2) 06:26:32 (5/12) Installing fortify-headers (1.1-r0) 06:26:32 (6/12) Installing patch (2.7.6-r6) 06:26:32 (7/12) Installing build-base (0.5-r2) 06:26:32 (8/12) Installing libsodium (1.0.18-r0) 06:26:32 (9/12) Installing pkgconf (1.7.2-r0) 06:26:32 (10/12) Installing libsodium-dev (1.0.18-r0) 06:26:32 (11/12) Installing libzmq (4.3.3-r0) 06:26:33 (12/12) Installing zeromq-dev (4.3.3-r0) 06:26:33 Executing busybox-1.31.1-r19.trigger 06:26:33 OK: 217 MiB in 51 packages 06:26:34 ---> b74d3fea5bb0 06:26:34 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:26:34 ---> a6a818fa66ff 06:26:34 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 06:26:34 ---> Running in a8b4590a63ed 06:26:34 ---> 099ea0b3896b 06:26:34 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:26:34 ---> Running in e8383a9e428b 06:26:34 ---> Running in 6c2e674ef2a8 06:26:34 ---> 914a7c356dc7 06:26:34 Step 9/24 : RUN make cmd/support-notifications/support-notifications 06:26:34 ---> fd2968493aec 06:26:34 Step 9/22 : RUN make cmd/core-metadata/core-metadata 06:26:34 ---> Running in d822d11e706e 06:26:34 ---> Running in 9a85ac940332 06:26:35 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:26: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 06:26:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:26:36 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:26:36 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:26:38 Removing intermediate container 5ed2370cd26a 06:26:38 ---> 46b1107d9fa5 06:26:38 Step 4/6 : WORKDIR /edgex-go 06:26:38 ---> Running in 09b7257c1394 06:26:38 Removing intermediate container 09b7257c1394 06:26:38 ---> ea04892ee2e6 06:26:38 Step 5/6 : COPY go.mod . 06:26:38 ---> 019a2f6ac553 06:26:38 Step 6/6 : RUN go mod download 06:26:38 ---> Running in bb0e46b24f29 06:27:03 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:27:05 Removing intermediate container bb0e46b24f29 06:27:05 ---> b6dac4d4921d 06:27:05 Successfully built b6dac4d4921d 06:27:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:27:06 + docker inspect -f . ci-base-image-arm64 06:27:06 . [Pipeline] withDockerContainer 06:27:06 prd-ubuntu18.04-docker-arm64-4c-16g-19073 does not seem to be running inside a container 06:27:06 $ 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 06:27:07 Removing intermediate container 6c2e674ef2a8 06:27:07 ---> 3574aa1cec09 06:27:07 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:27:08 $ docker top 1c3682b99cd1eac48f81305c41d6ecb0d0d2ffdb177951e2d2e84f0bd7b5ca97 -eo pid,comm 06:27:08 ---> Running in 146fd705e258 06:27:08 Removing intermediate container e8383a9e428b 06:27:08 ---> f3264191769c 06:27:08 06:27:08 Step 10/21 : FROM scratch 06:27:08 ---> 06:27:08 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [Pipeline] { [Pipeline] sh 06:27:09 ---> Running in 44214db870d1 06:27:09 + go version 06:27:09 go version go1.15.5 linux/arm64 [Pipeline] } 06:27:09 $ docker stop --time=1 1c3682b99cd1eac48f81305c41d6ecb0d0d2ffdb177951e2d2e84f0bd7b5ca97 06:27:10 Removing intermediate container 44214db870d1 06:27:10 ---> 59568e8328a1 06:27:10 Step 12/21 : ENV APP_PORT=48085 06:27:10 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:27:11 $ docker rm -f 1c3682b99cd1eac48f81305c41d6ecb0d0d2ffdb177951e2d2e84f0bd7b5ca97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:27:12 ---> Running in 895f3c2784da 06:27:12 Removing intermediate container d822d11e706e 06:27:12 ---> 6a4578eb025e 06:27:12 06:27:12 Step 10/24 : FROM scratch 06:27:12 ---> 06:27:12 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:27:12 Removing intermediate container a8b4590a63ed 06:27:12 ---> 195408487bc3 06:27:12 06:27:12 Step 10/21 : FROM alpine:3.12 06:27:12 ---> Running in a3a5c8587311 06:27:12 3.12: Pulling from library/alpine 06:27:12 Removing intermediate container 895f3c2784da 06:27:12 ---> f3b2f5383b9a 06:27:12 Step 13/21 : EXPOSE $APP_PORT 06:27:12 ---> Running in d85772e8f0af 06:27:12 Removing intermediate container a3a5c8587311 06:27:12 ---> b72e5846c799 06:27:12 Step 12/24 : ENV APP_PORT=48060 06:27:13 + docker inspect -f . ci-base-image-arm64 06:27:13 . [Pipeline] withDockerContainer 06:27:13 prd-ubuntu18.04-docker-arm64-4c-16g-19073 does not seem to be running inside a container 06:27:13 ---> Running in 5cc05c0663aa 06:27:13 $ 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 06:27:15 $ docker top 2d404c2499b73cb749925c2ef402c58cc6300410769fb257fa1e511ba913437d -eo pid,comm [Pipeline] { [Pipeline] echo 06:27:15 ========================================================= 06:27:15 [edgeXBuildGoParallel] Running Tests and Build... 06:27:15 ========================================================= 06:27:15 Removing intermediate container d85772e8f0af 06:27:15 ---> 3e0b5a4e8edd 06:27:15 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 06:27:15 Removing intermediate container 9a85ac940332 06:27:15 ---> a43a4244ac78 06:27:15 06:27:15 Step 10/22 : FROM scratch 06:27:15 ---> 06:27:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:27:15 Removing intermediate container 5cc05c0663aa 06:27:15 ---> 22bcab871350 06:27:15 Step 13/24 : EXPOSE $APP_PORT 06:27:15 ---> Using cache 06:27:15 ---> 59568e8328a1 06:27:15 Step 12/22 : ENV APP_PORT=48081 06:27:15 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:27:15 Status: Downloaded newer image for alpine:3.12 06:27:15 ---> 389fef711851 06:27:15 Step 11/21 : RUN apk add --update --no-cache curl 06:27:15 Removing intermediate container 146fd705e258 06:27:15 ---> cd150845b313 06:27:15 06:27:15 Step 11/26 : FROM docker:20.10.0 06:27:15 ---> Running in c30edfd9db3f 06:27:15 ---> Running in 9d61ed2a6b03 06:27:15 20.10.0: Pulling from library/docker 06:27:15 ---> Running in f87a215e45b5 [Pipeline] sh 06:27:16 ---> c25b6fce8701 06:27:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:27:16 Removing intermediate container c30edfd9db3f 06:27:16 ---> 35f73f4f5109 06:27:16 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 06:27:16 Removing intermediate container 9d61ed2a6b03 06:27:16 ---> 0c384c71c4e9 06:27:16 Step 13/22 : EXPOSE $APP_PORT 06:27:16 + make test 06:27:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:27:16 ---> Running in 8de98b80c9dd 06:27:16 ---> 8e01ae893841 06:27:16 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:27:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:27:16 ---> 9d443f998677 06:27:16 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 06:27:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:27:17 (1/4) Installing ca-certificates (20191127-r4) 06:27:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:27:17 (3/4) Installing libcurl (7.69.1-r3) 06:27:17 (4/4) Installing curl (7.69.1-r3) 06:27:17 Executing busybox-1.31.1-r19.trigger 06:27:17 Executing ca-certificates-20191127-r4.trigger 06:27:17 Removing intermediate container 8de98b80c9dd 06:27:17 ---> e3d2a17d500c 06:27:17 Step 14/22 : WORKDIR / 06:27:17 OK: 7 MiB in 18 packages 06:27:18 ---> Running in 0442e44dcc4f 06:27:18 ---> b7eaa5a4bab9 06:27:18 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 06:27:18 ---> bd947174f796 06:27:18 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 06:27:18 ---> Running in 9d0f2d3bff1e 06:27:18 Removing intermediate container 0442e44dcc4f 06:27:18 ---> 8d32a01cc1bf 06:27:18 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 06:27:19 Removing intermediate container 9d0f2d3bff1e 06:27:19 ---> 8a52afc736d9 06:27:19 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:27:20 Removing intermediate container f87a215e45b5 06:27:20 ---> 9a23e5ccfded 06:27:20 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:27:20 ---> 61a976b6aa4c 06:27:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:27:20 ---> Running in 44697a2875cd 06:27:20 ---> 2ed4dc1c9783 06:27:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 06:27:20 ---> Running in aa3519eedb3f 06:27:20 Removing intermediate container 44697a2875cd 06:27:20 ---> 26073ad7e360 06:27:20 Step 19/21 : LABEL arch=x86_64 06:27:20 Removing intermediate container aa3519eedb3f 06:27:20 ---> 782857edbbb8 06:27:20 Step 13/21 : WORKDIR /edgex 06:27:20 ---> 7ce4d83a4a6c 06:27:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:27:20 ---> Running in 6912aef6edee 06:27:20 ---> Running in 845dfa91aca0 06:27:20 ---> 81787fe8f19f 06:27:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:27:20 Removing intermediate container 6912aef6edee 06:27:20 ---> f33698c020cd 06:27:20 Step 20/21 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 06:27:21 ---> Running in 37f496de7cdf 06:27:21 Removing intermediate container 845dfa91aca0 06:27:21 ---> 45fa9e4b54ec 06:27:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:27:21 ---> 1e8937f29ec5 06:27:21 Step 18/22 : ENTRYPOINT ["/core-metadata"] 06:27:21 Removing intermediate container 37f496de7cdf 06:27:21 ---> 70c65514bd92 06:27:21 Step 21/21 : LABEL version=0.0.0 06:27:21 ---> Running in 36fff3095d5d 06:27:21 ---> 2b829e119dc0 06:27:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:27:21 ---> Running in 5101b90aa25b 06:27:21 ---> 0920fcb4236d 06:27:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:27:21 Removing intermediate container 36fff3095d5d 06:27:21 ---> 166808c4bfd2 06:27:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:27:22 Removing intermediate container 5101b90aa25b 06:27:22 ---> 01051bc6e91d 06:27:22 06:27:22 ---> Running in 9984255a35c8 06:27:22 ---> 7ad45fb482ad 06:27:22 Step 20/24 : ENTRYPOINT ["/support-notifications"] 06:27:22 ---> 880221828f52 06:27:22 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:27:22 ---> Running in 849432b9dcbf 06:27:22 Successfully built 01051bc6e91d 06:27:22 Successfully tagged docker-support-scheduler-go:latest 06:27:22 Building docker-security-bootstrap-redis-go 06:27:22  Building docker-support-scheduler-go ... done Removing intermediate container 9984255a35c8 06:27:22 ---> 85e93aeead08 06:27:22 Step 20/22 : LABEL arch=x86_64 06:27:22 ---> Running in 5d4a3d68d950 06:27:23 Removing intermediate container 849432b9dcbf 06:27:23 ---> 0899502b8e0a 06:27:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:27:23 Removing intermediate container 5d4a3d68d950 06:27:23 ---> b6e813373d01 06:27:23 Step 21/22 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 06:27:23 ---> Running in cf54567b2533 06:27:24 ---> 806a001c9fca 06:27:24 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:27:24 ---> Running in b7fd7dc502c8 06:27:26 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 06:27:26 Status: Downloaded newer image for docker:20.10.0 06:27:26 ---> aefe523efa57 06:27:26 Step 12/26 : RUN apk add --no-cache bash 06:27:26 ---> Running in 38cccd241cca 06:27:26 Removing intermediate container cf54567b2533 06:27:26 ---> 6db37737dbe9 06:27:26 Step 22/24 : LABEL arch=x86_64 06:27:27 Removing intermediate container b7fd7dc502c8 06:27:27 ---> 6843c90f0c6b 06:27:27 Step 22/22 : LABEL version=0.0.0 06:27:28 ---> Running in 1461aeaca8e7 06:27:28 ---> Running in 15fe4332923e 06:27:28 Removing intermediate container 38cccd241cca 06:27:28 ---> c57118ab7e56 06:27:28 Step 18/21 : CMD ["--init=true"] 06:27:29 ---> Running in 764ea1d9cf16 06:27:29 ---> Running in 74c5fdecc245 06:27:30 Removing intermediate container 15fe4332923e 06:27:30 ---> 23ca84abb485 06:27:30 Step 23/24 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 06:27:30 Removing intermediate container 764ea1d9cf16 06:27:30 ---> 08ee16ac98c9 06:27:30 06:27:31 Successfully built 08ee16ac98c9 06:27:31 Successfully tagged docker-core-metadata-go:latest 06:27:31 Building docker-core-command-go 06:27:31  Building docker-core-metadata-go ... done Removing intermediate container 74c5fdecc245 06:27:31 ---> 9c05a964acce 06:27:31 Step 19/21 : LABEL arch=x86_64 06:27:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:27:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:27:32 (1/2) Installing readline (8.0.4-r0) 06:27:32 (2/2) Installing bash (5.0.17-r0) 06:27:32 Executing bash-5.0.17-r0.post-install 06:27:32 Executing busybox-1.31.1-r19.trigger 06:27:32 OK: 12 MiB in 22 packages 06:27:32 ---> Running in ebb6b893047c 06:27:32 ---> Running in 8108cbed49ea 06:27:33 Removing intermediate container ebb6b893047c 06:27:33 ---> 112247fc3fbf 06:27:33 Step 24/24 : LABEL version=0.0.0 06:27:34 Removing intermediate container 8108cbed49ea 06:27:34 ---> bade867bf459 06:27:34 Step 20/21 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 06:27:34 ---> Running in 4e395a95cfcf 06:27:38 ---> Running in 98476b343ad7 06:27:38 Removing intermediate container 1461aeaca8e7 06:27:38 ---> 6ffe00644d63 06:27:38 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:27:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:27:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:27:38 ---> f19274b8f452 06:27:38 Step 3/22 : WORKDIR /edgex-go 06:27:38 ---> Using cache 06:27:38 ---> 79a3c8fc5fb9 06:27:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:27:38 ---> Using cache 06:27:38 ---> ace5bf339590 06:27:38 Step 5/22 : RUN apk add --update --no-cache make git 06:27:38 ? github.com/edgexfoundry/edgex-go [no test files] 06:27:39 ---> Running in 8f795a460ab8 06:27:39 Removing intermediate container 4e395a95cfcf 06:27:39 ---> 6bddf8df4309 06:27:39 06:27:39 ---> Running in 8b81ecc79124 06:27:39 Removing intermediate container 98476b343ad7 06:27:39 ---> 80a4e3b3dc8e 06:27:39 Step 21/21 : LABEL version=0.0.0 06:27:39 Successfully built 6bddf8df4309 06:27:39 Successfully tagged docker-support-notifications-go:latest 06:27:39  Building docker-support-notifications-go ... done Building docker-core-data-go 06:27:39 ---> Running in 51301f8f921e 06:27:39 Removing intermediate container 8f795a460ab8 06:27:39 ---> a74cd72713a9 06:27:39 Step 14/26 : ENV APP_PORT=48090 06:27:39 ---> Running in c8083c76a956 06:27:40 Removing intermediate container 51301f8f921e 06:27:40 ---> ec0b04a314e3 06:27:40 06:27:42 Successfully built ec0b04a314e3 06:27:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:27:42 Successfully tagged docker-security-proxy-setup-go:latest 06:27:42  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 06:27:42 Removing intermediate container c8083c76a956 06:27:42 ---> e1135fe29d6f 06:27:42 Step 15/26 : EXPOSE $APP_PORT 06:27:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:27:43 OK: 233 MiB in 51 packages 06:27:45 ---> Running in d6ae19291299 06:27:49 Removing intermediate container d6ae19291299 06:27:49 ---> 1e2b5cd9f087 06:27:49 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:27:49 Removing intermediate container 8b81ecc79124 06:27:49 ---> d54d5304810d 06:27:49 Step 6/22 : COPY go.mod . 06:27:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:27:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:27:50 ---> f19274b8f452 06:27:50 Step 3/22 : WORKDIR /edgex-go 06:27:50 ---> Using cache 06:27:50 ---> 79a3c8fc5fb9 06:27:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:27:50 ---> Using cache 06:27:50 ---> ace5bf339590 06:27:50 Step 5/22 : RUN apk add --update --no-cache make git 06:27:50 ---> Using cache 06:27:50 ---> d54d5304810d 06:27:50 Step 6/22 : COPY go.mod . 06:27:50 ---> Using cache 06:27:50 ---> 62dc48068f75 06:27:50 Step 7/22 : RUN go mod download 06:27:50 ---> 62dc48068f75 06:27:50 Step 7/22 : RUN go mod download 06:27:50 ---> 01300a6d2f93 06:27:50 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:27:50 ---> Running in 64d4216f6821 06:27:50 ---> Running in 3bd7b9ff3e13 06:27:54 ---> fd1f760c8ebb 06:27:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:27:56 ---> 7bb027f54ebf 06:27:56 Step 19/26 : RUN apk --no-cache add py3-pip 06:27:57 ---> Running in e1a2ce70ad67 06:27:59 Removing intermediate container 3bd7b9ff3e13 06:27:59 ---> ada31fcc7ba5 06:27:59 Step 8/22 : COPY . . 06:27:59 Removing intermediate container 64d4216f6821 06:27:59 ---> 2fe33ee8b691 06:27:59 Step 8/22 : COPY . . 06:27:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:27:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:27:59 ---> f19274b8f452 06:27:59 Step 3/23 : WORKDIR /edgex-go 06:27:59 ---> Using cache 06:27:59 ---> 79a3c8fc5fb9 06:27:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:27:59 ---> Using cache 06:27:59 ---> ace5bf339590 06:27:59 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 06:27:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:27:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:28:00 (1/33) Installing libbz2 (1.0.8-r1) 06:28:00 (2/33) Installing expat (2.2.9-r1) 06:28:00 (3/33) Installing libffi (3.3-r2) 06:28:00 (4/33) Installing gdbm (1.13-r1) 06:28:00 (5/33) Installing xz-libs (5.2.5-r0) 06:28:00 (6/33) Installing sqlite-libs (3.32.1-r0) 06:28:00 (7/33) Installing python3 (3.8.5-r0) 06:28:03 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:28:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:28:03 ---> f19274b8f452 06:28:03 Step 3/24 : WORKDIR /edgex-go 06:28:03 ---> Using cache 06:28:03 ---> 79a3c8fc5fb9 06:28:03 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:28:03 ---> Using cache 06:28:03 ---> ace5bf339590 06:28:03 Step 5/24 : RUN apk add --update --no-cache make git 06:28:03 ---> Using cache 06:28:03 ---> d54d5304810d 06:28:03 Step 6/24 : COPY go.mod . 06:28:03 ---> Using cache 06:28:03 ---> 62dc48068f75 06:28:03 Step 7/24 : RUN go mod download 06:28:03 ---> Using cache 06:28:03 ---> 2fe33ee8b691 06:28:03 Step 8/24 : COPY . . 06:28:03 ---> Running in 0ef9358cf880 06:28:11 (8/33) Installing py3-appdirs (1.4.4-r1) 06:28:11 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:28:11 (10/33) Installing py3-parsing (2.4.7-r0) 06:28:11 (11/33) Installing py3-six (1.15.0-r0) 06:28:11 (12/33) Installing py3-packaging (20.4-r0) 06:28:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:28:12 (13/33) Installing py3-setuptools (47.0.0-r0) 06:28:12 (14/33) Installing py3-chardet (3.0.4-r4) 06:28:12 (15/33) Installing py3-idna (2.9-r0) 06:28:12 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:28:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:28:13 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:28:13 OK: 233 MiB in 51 packages 06:28:13 (18/33) Installing py3-requests (2.23.0-r0) 06:28:14 (19/33) Installing py3-msgpack (1.0.0-r0) 06:28:14 (20/33) Installing py3-lockfile (0.12.2-r3) 06:28:16 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:28:16 (22/33) Installing py3-colorama (0.4.3-r0) 06:28:18 (23/33) Installing py3-distlib (0.3.0-r0) 06:28:18 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:28:20 (24/33) Installing py3-distro (1.5.0-r1) 06:28:20 (25/33) Installing py3-webencodings (0.5.1-r3) 06:28:20 (26/33) Installing py3-html5lib (1.0.1-r4) 06:28:22 (27/33) Installing py3-pytoml (0.1.21-r0) 06:28:22 (28/33) Installing py3-pep517 (0.8.2-r0) 06:28:22 (29/33) Installing py3-progress (1.5-r0) 06:28:22 (30/33) Installing py3-toml (0.10.1-r0) 06:28:22 (31/33) Installing py3-retrying (1.3.3-r0) 06:28:23 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:28:23 (33/33) Installing py3-pip (20.1.1-r0) 06:28:23 Executing busybox-1.31.1-r19.trigger 06:28:23 OK: 71 MiB in 55 packages 06:28:25 Removing intermediate container 0ef9358cf880 06:28:25 ---> b2a606e77772 06:28:25 Step 6/23 : COPY go.mod . 06:28:26 ---> de3c5de49c59 06:28:26 Step 7/23 : RUN go mod download 06:28:28 ---> Running in de422a72e2c6 06:28:30 ---> aaea6f2c55bc 06:28:30 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 06:28:30 ---> b8b6e74ac5b5 06:28:30 Step 9/22 : RUN make cmd/core-command/core-command 06:28:32 ---> Running in 38c3bdabe595 06:28:32 ---> Running in 1fa7d63b0f71 06:28:32 ---> da462fbd22b9 06:28:32 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:28:33 ---> Running in a7730b06e20a 06:28:35 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:28:35 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:28:36 Removing intermediate container de422a72e2c6 06:28:36 ---> acd52d639002 06:28:36 Step 8/23 : COPY . . 06:28:36 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:28:36 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:28:40 Removing intermediate container e1a2ce70ad67 06:28:40 ---> d40d99df5f1a 06:28:40 Step 20/26 : RUN pip install docker-compose==1.23.2 06:28:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:28:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:28:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:28:45 ---> Running in 1b0c32ce2558 06:28:49 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.264s coverage: 46.6% of statements 06:28:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:28:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:28:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:28:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:28:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:28:53 Collecting docker-compose==1.23.2 06:28:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:28:53 Collecting websocket-client<1.0,>=0.32.0 06:28:53 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:28:53 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:28:53 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:28:54 Collecting dockerpty<0.5,>=0.4.1 06:28:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:28:56 Collecting jsonschema<3,>=2.5.1 06:28:56 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:28:57 Collecting texttable<0.10,>=0.9.0 06:28:57 Downloading texttable-0.9.1.tar.gz (11 kB) 06:28:57 Collecting cached-property<2,>=1.2.0 06:28:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:28:58 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.509s coverage: 27.0% of statements 06:28:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:28:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:28:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:28:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:28:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:28:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:28:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.072s coverage: 100.0% of statements 06:28:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:28:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements 06:28:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:28:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:28:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.575s coverage: 77.8% of statements 06:28:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:28:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:28:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.644s coverage: 82.4% of statements 06:28:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:28:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:28:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:28:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:28:58 Collecting docker<4.0,>=3.6.0 06:28:58 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:28:58 Collecting PyYAML<4,>=3.10 06:28:58 Downloading PyYAML-3.13.tar.gz (270 kB) 06:28:59 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:29:00 Collecting docopt<0.7,>=0.6.1 06:29:00 Downloading docopt-0.6.2.tar.gz (25 kB) 06:29:00 ---> e10d595e04fc 06:29:00 Step 9/23 : RUN make cmd/core-data/core-data 06:29:01 Collecting idna<2.8,>=2.5 06:29:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:29:01 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:29:01 ---> Running in 53b8bb3c1426 06:29:01 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:29:01 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:29:01 Collecting urllib3<1.25,>=1.21.1 06:29:01 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:29:01 Collecting docker-pycreds>=0.4.0 06:29:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:29:01 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:29:01 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:29:01 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:29:01 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:29:02 Installing collected packages: websocket-client, idna, urllib3, requests, dockerpty, jsonschema, texttable, cached-property, docker-pycreds, docker, PyYAML, docopt, docker-compose 06:29:02 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:29:02 Attempting uninstall: idna 06:29:02 Found existing installation: idna 2.9 06:29:02 Uninstalling idna-2.9: 06:29:02 Successfully uninstalled idna-2.9 06:29:02 Attempting uninstall: urllib3 06:29:02 Found existing installation: urllib3 1.25.9 06:29:02 Uninstalling urllib3-1.25.9: 06:29:02 Successfully uninstalled urllib3-1.25.9 06:29:03 Attempting uninstall: requests 06:29:03 Found existing installation: requests 2.23.0 06:29:03 Uninstalling requests-2.23.0: 06:29:03 Successfully uninstalled requests-2.23.0 06:29:03 Running setup.py install for dockerpty: started 06:29:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.211s coverage: 28.6% of statements 06:29:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:29:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:29:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:29:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:29:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:29:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.152s coverage: 100.0% of statements 06:29:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:29:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.105s coverage: 100.0% of statements 06:29:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:29:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.335s coverage: 86.7% of statements 06:29:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:29:05 Running setup.py install for dockerpty: finished with status 'done' 06:29:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.311s coverage: 97.5% of statements 06:29:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:29:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.178s coverage: 78.3% of statements 06:29:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:29:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:29:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:29:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:29:07 Running setup.py install for texttable: started 06:29:07 Removing intermediate container 38c3bdabe595 06:29:07 ---> 0c0d34b4189d 06:29:07 06:29:07 Step 10/22 : FROM scratch 06:29:07 ---> 06:29:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:29:07 Removing intermediate container 1fa7d63b0f71 06:29:07 ---> 15a01dac54b6 06:29:07 06:29:07 Step 10/22 : FROM alpine:3.12 06:29:07 ---> 389fef711851 06:29:07 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 06:29:07 ---> Running in 6bf5aab72e6b 06:29:07 Running setup.py install for texttable: finished with status 'done' 06:29:08 Running setup.py install for PyYAML: started 06:29:08 ---> Using cache 06:29:08 ---> 59568e8328a1 06:29:08 Step 12/22 : ENV APP_PORT=48082 06:29:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:08 (1/5) Installing ca-certificates (20191127-r4) 06:29:08 (2/5) Installing nghttp2-libs (1.41.0-r0) 06:29:08 (3/5) Installing libcurl (7.69.1-r3) 06:29:08 (4/5) Installing curl (7.69.1-r3) 06:29:08 ---> Running in 327c9a8edf32 06:29:08 (5/5) Installing dumb-init (1.2.2-r1) 06:29:09 Executing busybox-1.31.1-r19.trigger 06:29:09 Executing ca-certificates-20191127-r4.trigger 06:29:09 OK: 7 MiB in 19 packages 06:29:09 Running setup.py install for PyYAML: finished with status 'done' 06:29:09 Running setup.py install for docopt: started 06:29:09 Running setup.py install for docopt: finished with status 'done' 06:29:10 Removing intermediate container 327c9a8edf32 06:29:10 ---> 64b900ef1583 06:29:10 Step 13/22 : EXPOSE $APP_PORT 06:29:10 Removing intermediate container a7730b06e20a 06:29:10 ---> f6dc294e3df1 06:29:10 06:29:10 Step 10/24 : FROM alpine:3.12 06:29:10 ---> 389fef711851 06:29:10 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 06:29:11 ---> Running in adc7c98e0111 06:29:11 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:29:11 ---> Running in ec297e108008 06:29:12 Removing intermediate container adc7c98e0111 06:29:12 ---> 3749c537527d 06:29:12 Step 14/22 : WORKDIR / 06:29:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:12 ---> Running in 850e629c4d2f 06:29:12 Removing intermediate container 6bf5aab72e6b 06:29:12 ---> 92e505156ce1 06:29:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 06:29:12 ---> Running in 27008872f8ee 06:29:12 (1/5) Installing ca-certificates (20191127-r4) 06:29:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.134s coverage: 93.8% of statements 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:29:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:29:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.241s coverage: 0.1% of statements 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:29:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:29:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.110s coverage: 75.5% of statements 06:29:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:29:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.091s coverage: 80.8% of statements 06:29:13 (2/5) Installing nghttp2-libs (1.41.0-r0) 06:29:13 (3/5) Installing libcurl (7.69.1-r3) 06:29:13 (4/5) Installing curl (7.69.1-r3) 06:29:13 (5/5) Installing dumb-init (1.2.2-r1) 06:29:13 Executing busybox-1.31.1-r19.trigger 06:29:13 Executing ca-certificates-20191127-r4.trigger 06:29:13 OK: 7 MiB in 19 packages 06:29:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.152s coverage: 87.2% of statements 06:29:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.147s coverage: 84.2% of statements 06:29:16 Removing intermediate container 850e629c4d2f 06:29:16 ---> 760c8202ab8f 06:29:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 06:29:16 Removing intermediate container 27008872f8ee 06:29:16 ---> 2f158e74940e 06:29:16 Step 13/22 : WORKDIR / 06:29:16 Removing intermediate container 1b0c32ce2558 06:29:16 ---> 2dac9f8fab12 06:29:16 Step 21/26 : RUN apk --no-cache add curl 06:29:16 ---> Running in 5a196d578afc 06:29:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.212s coverage: 91.4% of statements 06:29:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:29:16 ---> Running in 3af135b3f260 06:29:17 ---> 4a910ef3ec84 06:29:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:29:17 Removing intermediate container ec297e108008 06:29:17 ---> a4ed627dffaf 06:29:17 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:29:17 ---> Running in 4a2ae178f7cd 06:29:17 Removing intermediate container 5a196d578afc 06:29:17 ---> 3a225209986c 06:29:17 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 06:29:18 Removing intermediate container 4a2ae178f7cd 06:29:18 ---> 8ebad86fe203 06:29:18 Step 13/24 : WORKDIR / 06:29:18 ---> Running in f8ab9faf096d 06:29:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:18 ---> 0187e5a08eaa 06:29:18 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 06:29:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:18 ---> 1f9ab343b20f 06:29:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:29:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.626s coverage: 63.5% of statements 06:29:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:29:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:29:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.086s coverage: 100.0% of statements 06:29:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements 06:29:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:29:18 (2/3) Installing libcurl (7.69.1-r3) 06:29:18 Removing intermediate container f8ab9faf096d 06:29:18 ---> 1d118ec5fa92 06:29:18 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:29:18 (3/3) Installing curl (7.69.1-r3) 06:29:18 Executing busybox-1.31.1-r19.trigger 06:29:18 OK: 72 MiB in 58 packages 06:29:18 ---> 3a8b04ee2cd7 06:29:18 Step 18/22 : ENTRYPOINT ["/core-command"] 06:29:18 ---> Running in 60fdd759c33c 06:29:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements 06:29:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.053s coverage: 73.7% of statements 06:29:19 ---> 270275ab8723 06:29:19 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:29:19 ---> 218223c0fb0a 06:29:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 06:29:19 Removing intermediate container 60fdd759c33c 06:29:19 ---> ead5c1892079 06:29:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:29:19 ---> Running in 30f3301825d8 06:29:20 Removing intermediate container 3af135b3f260 06:29:20 ---> 0e0b2b682fbb 06:29:20 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 06:29:20 ---> Running in 5fca42e0ffb2 06:29:20 ---> f00c8a297e15 06:29:20 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:29:20 Removing intermediate container 30f3301825d8 06:29:20 ---> 59b2215ef8a6 06:29:20 Step 20/22 : LABEL arch=x86_64 06:29:20 ---> 9ac3b84605e0 06:29:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 06:29:20 ---> Running in 1eaae0540b98 06:29:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements 06:29:21 Removing intermediate container 5fca42e0ffb2 06:29:21 ---> 33bec9e040ca 06:29:21 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:29:21 ---> 71204ebbc6be 06:29:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:29:21 ---> Running in ade8c876639f 06:29:21 Removing intermediate container 1eaae0540b98 06:29:21 ---> e11c64843186 06:29:21 Step 21/22 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 06:29:22 ---> 25252be81f4b 06:29:22 Step 18/22 : RUN chmod +x entrypoint.sh 06:29:22 ---> Running in 1029c11a7743 06:29:22 ---> Running in 739a34ece565 06:29:22 ---> 012e35fab5ae 06:29:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:29:22 Removing intermediate container ade8c876639f 06:29:22 ---> 73face238ca4 06:29:22 Step 24/26 : LABEL arch=x86_64 06:29:22 ---> Running in f3d2eb148cb4 06:29:22 Removing intermediate container 1029c11a7743 06:29:22 ---> 063c83e0e1e3 06:29:22 Step 22/22 : LABEL version=0.0.0 06:29:23 ---> Running in 25991d2e0656 06:29:23 Removing intermediate container f3d2eb148cb4 06:29:23 ---> 501bd2785aa7 06:29:23 Step 25/26 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 06:29:23 ---> 4d50e3b8d42d 06:29:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:29:23 ---> Running in 6100531d0a91 06:29:23 Removing intermediate container 25991d2e0656 06:29:23 ---> fd4ce523f68b 06:29:23 06:29:23 Removing intermediate container 6100531d0a91 06:29:23 ---> c449679211ad 06:29:23 Step 26/26 : LABEL version=0.0.0 06:29:23 Successfully built fd4ce523f68b 06:29:23 ---> b326c6b55edc 06:29:23 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:29:23 Successfully tagged docker-core-command-go:latest 06:29:23  Building docker-core-command-go ... done  ---> Running in 2f5b8b57ba7b 06:29:23 ---> Running in 57cf4f4146f7 06:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.825s coverage: 55.9% of statements 06:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 06:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 06:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 06:29:25 Removing intermediate container 2f5b8b57ba7b 06:29:25 ---> d56a426218d7 06:29:25 06:29:25 Removing intermediate container 739a34ece565 06:29:25 ---> a26ba443a684 06:29:25 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 06:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.408s coverage: 37.0% of statements 06:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:29:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.525s coverage: 84.0% of statements 06:29:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.075s coverage: 100.0% of statements 06:29:25 ---> Running in 18400c4fc569 06:29:26 Successfully built d56a426218d7 06:29:26 Removing intermediate container 18400c4fc569 06:29:26 ---> 7b7825712818 06:29:26 Step 20/22 : LABEL arch=x86_64 06:29:26 Successfully tagged docker-sys-mgmt-agent-go:latest 06:29:26  Building docker-sys-mgmt-agent-go ... done  ---> Running in 59857409584e 06:29:26 Removing intermediate container 59857409584e 06:29:26 ---> d862ca038479 06:29:26 Step 21/22 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 06:29:26 ---> Running in 6c056095379f 06:29:26 Removing intermediate container 57cf4f4146f7 06:29:26 ---> cb4c1796fe09 06:29:26 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:29:26 Removing intermediate container 6c056095379f 06:29:26 ---> 062a5b019c4e 06:29:26 Step 22/22 : LABEL version=0.0.0 06:29:26 ---> Running in 9d0be59f6ae1 06:29:26 ---> Running in ddfa62249899 06:29:27 Removing intermediate container 9d0be59f6ae1 06:29:27 ---> f6a9759dd3e5 06:29:27 Step 22/24 : LABEL arch=x86_64 06:29:27 ---> Running in 917b71a70864 06:29:27 Removing intermediate container ddfa62249899 06:29:27 ---> 7bb5737fca9c 06:29:27 06:29:27 Successfully built 7bb5737fca9c 06:29:28 Successfully tagged docker-security-bootstrap-redis-go:latest 06:29:28  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 917b71a70864 06:29:28 ---> 97169f95c50a 06:29:28 Step 23/24 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 06:29:29 ---> Running in b2c5a49ac30a 06:29:29 Removing intermediate container 53b8bb3c1426 06:29:29 ---> b8ed09ac5f88 06:29:29 06:29:29 Step 10/23 : FROM alpine:3.12 06:29:29 ---> 389fef711851 06:29:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:29:29 ---> Running in 1f18e38e1c95 06:29:29 Removing intermediate container b2c5a49ac30a 06:29:29 ---> 81dbfe922175 06:29:29 Step 24/24 : LABEL version=0.0.0 06:29:29 ---> Running in 3db264488c93 06:29:29 Removing intermediate container 1f18e38e1c95 06:29:29 ---> 118a50b03b9c 06:29:29 Step 12/23 : ENV APP_PORT=48080 06:29:29 ---> Running in e9e7b5709812 06:29:29 Removing intermediate container 3db264488c93 06:29:29 ---> 8ab2986720b3 06:29:29 06:29:29 Successfully built 8ab2986720b3 06:29:29 Removing intermediate container e9e7b5709812 06:29:29 ---> 93b33d83c69e 06:29:29 Step 13/23 : EXPOSE $APP_PORT 06:29:29 Successfully tagged docker-security-secretstore-setup-go:latest 06:29:29  Building docker-security-secretstore-setup-go ... done  ---> Running in af3817aa144f 06:29:29 Removing intermediate container af3817aa144f 06:29:29 ---> 5607237027fb 06:29:29 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:29:29 ---> Running in 7959f99345db 06:29:30 Removing intermediate container 7959f99345db 06:29:30 ---> ff40c630fb91 06:29:30 Step 15/23 : RUN apk add --update --no-cache zeromq 06:29:31 ---> Running in c587c6f22154 06:29:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.353s coverage: 47.1% of statements 06:29:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:29:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:29:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:29:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:29:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:29:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.154s coverage: 100.0% of statements 06:29:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:29:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.112s coverage: 100.0% of statements 06:29:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:29:33 (1/5) Installing libgcc (9.3.0-r2) 06:29:33 (2/5) Installing libsodium (1.0.18-r0) 06:29:33 (3/5) Installing libstdc++ (9.3.0-r2) 06:29:33 (4/5) Installing libzmq (4.3.3-r0) 06:29:33 (5/5) Installing zeromq (4.3.3-r0) 06:29:33 Executing busybox-1.31.1-r19.trigger 06:29:33 OK: 8 MiB in 19 packages 06:29:35 Removing intermediate container c587c6f22154 06:29:35 ---> 919360a372d8 06:29:35 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 06:29:35 ---> bb7b75a3c55b 06:29:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:29:36 ---> 6ac5b4a7afb9 06:29:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:29:36 ---> f7854885e9d5 06:29:36 Step 19/23 : ENTRYPOINT ["/core-data"] 06:29:36 ---> Running in 72f5fa449b93 06:29:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.134s coverage: 29.1% of statements 06:29:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:29:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:29:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:29:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:29:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:29:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.189s coverage: 99.0% of statements 06:29:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:29:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.113s coverage: 100.0% of statements 06:29:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:29:36 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 06:29:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:29:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements 06:29:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:29:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:29:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:29:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:29:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements 06:29:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:29:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:29:37 Removing intermediate container 72f5fa449b93 06:29:37 ---> 5555aa3c3bb8 06:29:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:29:37 ---> Running in 7e330c0ad056 06:29:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 06:29:37 Removing intermediate container 7e330c0ad056 06:29:37 ---> 46dddf76b7f9 06:29:37 Step 21/23 : LABEL arch=x86_64 06:29:37 ---> Running in 7f16962aef6d 06:29:37 Removing intermediate container 7f16962aef6d 06:29:37 ---> 2dcf6e0b37f3 06:29:37 Step 22/23 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 06:29:37 ---> Running in a56dfe123c79 06:29:37 Removing intermediate container a56dfe123c79 06:29:37 ---> f78e25273819 06:29:37 Step 23/23 : LABEL version=0.0.0 06:29:37 ---> Running in 80569f7452c9 06:29:37 Removing intermediate container 80569f7452c9 06:29:37 ---> 8564fa99e373 06:29:37 06:29:37 Successfully built 8564fa99e373 06:29:37 Successfully tagged docker-core-data-go:latest 06:29:38  Building docker-core-data-go ... done  [Pipeline] } 06:29:38 $ docker stop --time=1 d4eb54137af2c32767b500698b893b0173cea418655dd7045e7dcdcb342ee9d8 06:29:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 06:29:39 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 06:29:39 $ docker rm -f d4eb54137af2c32767b500698b893b0173cea418655dd7045e7dcdcb342ee9d8 06:29:39 GO111MODULE=on go vet ./... [Pipeline] // withDockerContainer [Pipeline] sh 06:29:40 + docker images 06:29:40 + grep docker 06:29:40 docker-core-data-go latest 8564fa99e373 3 seconds ago 22.3MB 06:29:40 docker-security-secretstore-setup-go latest 8ab2986720b3 11 seconds ago 24.6MB 06:29:40 docker-security-bootstrap-redis-go latest 7bb5737fca9c 13 seconds ago 15.8MB 06:29:40 docker-sys-mgmt-agent-go latest d56a426218d7 15 seconds ago 313MB 06:29:40 docker-core-command-go latest fd4ce523f68b 17 seconds ago 10.6MB 06:29:40 docker-security-proxy-setup-go latest ec0b04a314e3 2 minutes ago 24.5MB 06:29:40 docker-support-notifications-go latest 6bddf8df4309 2 minutes ago 12MB 06:29:40 docker-core-metadata-go latest 08ee16ac98c9 2 minutes ago 13MB 06:29:40 docker-support-scheduler-go latest 01051bc6e91d 2 minutes ago 10.7MB 06:29:40 docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 06:29:56 Still waiting to schedule task 06:29:56 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 06:30:48 gofmt -l . 06:30:48 [ "`gofmt -l .`" = "" ] 06:30:48 ./bin/test-go-mod-tidy.sh 06:30:48 ./bin/test-attribution-txt.sh [Pipeline] sh 06:30:52 + ls -al . 06:30:52 total 668 06:30:52 drwxrwxr-x 9 1001 1001 4096 Jan 8 06:30 . 06:30:52 drwxr-xr-x 4 root root 4096 Jan 8 06:27 .. 06:30:52 -rw-rw-r-- 1 1001 1001 11 Jan 8 06:25 .dockerignore 06:30:52 drwxrwxr-x 8 1001 1001 4096 Jan 8 06:25 .git 06:30:52 drwxrwxr-x 3 1001 1001 4096 Jan 8 06:25 .github 06:30:52 -rw-rw-r-- 1 1001 1001 824 Jan 8 06:25 .gitignore 06:30:52 -rw-rw-r-- 1 1001 1001 166 Jan 8 06:25 .sonarcloud.properties 06:30:52 -rw-rw-r-- 1 1001 1001 3804 Jan 8 06:25 CONTRIBUTING.md 06:30:52 -rw-rw-r-- 1 1001 1001 931 Jan 8 06:25 Dockerfile.build 06:30:52 -rw-rw-r-- 1 1001 1001 863 Jan 8 06:25 Jenkinsfile 06:30:52 -rw-rw-r-- 1 1001 1001 10775 Jan 8 06:25 LICENSE 06:30:52 -rw-rw-r-- 1 1001 1001 5750 Jan 8 06:25 Makefile 06:30:52 -rw-rw-r-- 1 1001 1001 6524 Jan 8 06:25 README.md 06:30:52 -rw-rw-r-- 1 1001 1001 6744 Jan 8 06:25 SECURITY.md 06:30:52 -rw-rw-r-- 1 1001 1001 5 Jan 8 06:22 VERSION 06:30:52 -rw-rw-r-- 1 1001 1001 4131 Jan 8 06:25 ZMQWindows.md 06:30:52 drwxrwxr-x 2 1001 1001 4096 Jan 8 06:25 bin 06:30:52 drwxrwxr-x 14 1001 1001 4096 Jan 8 06:25 cmd 06:30:52 -rw-r--r-- 1 root root 541590 Jan 8 06:29 coverage.out 06:30:52 -rw-r--r-- 1 root root 979 Jan 8 06:30 go.mod 06:30:52 -rw-r--r-- 1 root root 19121 Jan 8 06:30 go.sum 06:30:52 drwxrwxr-x 8 1001 1001 4096 Jan 8 06:25 internal 06:30:52 drwxrwxr-x 4 1001 1001 4096 Jan 8 06:25 openapi 06:30:52 drwxrwxr-x 4 1001 1001 4096 Jan 8 06:25 snap 06:30:52 -rw-rw-r-- 1 1001 1001 168 Jan 8 06:25 version.go [Pipeline] sh 06:30:53 + '[' -e coverage.out ] 06:30:53 + chown 1001:1001 coverage.out [Pipeline] stash 06:30:53 Warning: overwriting stash ‘coverage-report’ 06:30:54 Stashed 1 file(s) [Pipeline] sh 06:30:55 + make build 06:30:55 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:31:05 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:31:27 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:31: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 06:31:34 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:31:35 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:31:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:31:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 06:31: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 06:31:53 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:31:56 Running on prd-ubuntu18.04-docker-8c-8g-19076 in /w/workspace/edgexfoundry_edgex-go_PR-2999 [Pipeline] { [Pipeline] ws 06:31:57 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 06:31: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:31:59 using credential edgex-jenkins-ssh 06:31:59 Cloning the remote Git repository 06:31:59 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:31:59 > git init /w/workspace/edgex-go/1 # timeout=10 06:31:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:31:59 > git --version # timeout=10 06:31:59 > git --version # 'git version 2.17.1' 06:31:59 using GIT_SSH to set credentials SSH Credentials for GitHub 06:31:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:32:00 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:32:04 $ docker stop --time=1 2d404c2499b73cb749925c2ef402c58cc6300410769fb257fa1e511ba913437d 06:32:06 $ docker rm -f 2d404c2499b73cb749925c2ef402c58cc6300410769fb257fa1e511ba913437d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:32:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:32:08 06:32:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:32:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:32:09 latest: Pulling from edgex-devops/edgex-compose-arm64 06:32:09 29e5d40040c1: Pulling fs layer 06:32:09 1ce36da41761: Pulling fs layer 06:32:09 25b303627fd3: Pulling fs layer 06:32:10 29e5d40040c1: Verifying Checksum 06:32:10 29e5d40040c1: Download complete 06:32:10 1ce36da41761: Verifying Checksum 06:32:10 1ce36da41761: Download complete 06:32:10 29e5d40040c1: Pull complete 06:32:12 1ce36da41761: Pull complete 06:32:13 Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit a1e981128744735d131ec80c0be858cf0a480739 06:32:13 25b303627fd3: Verifying Checksum 06:32:13 25b303627fd3: Download complete 06:32:13 Merge succeeded, producing a1e981128744735d131ec80c0be858cf0a480739 06:32:13 Checking out Revision a1e981128744735d131ec80c0be858cf0a480739 (PR-2999) 06:32:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:32:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:32:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:32:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:32:12 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2999/head:refs/remotes/origin/PR-2999 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:32:13 > git config core.sparsecheckout # timeout=10 06:32:13 > git checkout -f a1e981128744735d131ec80c0be858cf0a480739 # timeout=10 06:32:13 > git remote # timeout=10 06:32:13 > git config --get remote.origin.url # timeout=10 06:32:13 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:13 > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 06:32:13 > git rev-parse HEAD^{commit} # timeout=10 06:32:13 > git config core.sparsecheckout # timeout=10 06:32:13 > git checkout -f a1e981128744735d131ec80c0be858cf0a480739 # timeout=10 06:32:16 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" 06:32:16 > git --version # timeout=10 06:32:16 > git --version # 'git version 2.17.1' 06:32:16 fatal: bad object 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:32:18 + echo snap-build.sh 06:32:18 snap-build.sh 06:32:18 + SNAP_BASE_DIR=. 06:32:18 + '[' '!' -z /w/workspace/edgex-go/1 ']' 06:32:18 + SNAP_BASE_DIR=/w/workspace/edgex-go/1 06:32:18 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' 06:32:18 [snap-build] Building snap in dir [/w/workspace/edgex-go/1] 06:32:18 + cd /w/workspace/edgex-go/1 06:32:18 + sudo apt-get remove -qy --purge lxd lxd-client 06:32:18 Reading package lists... 06:32:18 Building dependency tree... 06:32:18 Reading state information... 06:32:18 The following packages were automatically installed and are no longer required: 06:32:18 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 06:32:18 uidmap xdelta3 06:32:18 Use 'sudo apt autoremove' to remove them. 06:32:18 The following packages will be REMOVED: 06:32:18 lxd* lxd-client* 06:32:19 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 06:32:19 After this operation, 31.7 MB disk space will be freed. 06:32:20 (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:32:20 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 06:32:21 Removing lxd dnsmasq configuration 06:32:21 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 06:32:21 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 06:32:22 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 06:32:22 (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:32:22 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 06:32:23 25b303627fd3: Pull complete 06:32:23 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:32:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:32:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 06:32:23 Processing triggers for systemd (237-3ubuntu10.42) ... 06:32:23 Processing triggers for ureadahead (0.100.0-21) ... 06:32:23 prd-ubuntu18.04-docker-arm64-4c-16g-19073 does not seem to be running inside a container 06:32:23 $ 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:32:24 + sudo snap remove --purge lxd 06:32:25 snap "lxd" is not installed 06:32:25 + sudo groupadd --force --system lxd 06:32:25 ++ whoami 06:32:25 + sudo /usr/sbin/usermod -G lxd -a jenkins 06:32:25 + newgrp - lxd 06:32:25 + sudo snap install lxd 06:32:26 $ docker top 34aeb850f8f3aca717573648eb377249b0e5d13c5dea4b12a274e3f7b8653dc5 -eo pid,comm [Pipeline] { [Pipeline] sh 06:32:28 + docker-compose build --help 06:32:28 + grep parallel 06:32:31 --parallel Build images in parallel. [Pipeline] } 06:32:31 $ docker stop --time=1 34aeb850f8f3aca717573648eb377249b0e5d13c5dea4b12a274e3f7b8653dc5 06:32:33 2021-01-08T06:32:30Z INFO Waiting for automatic snapd restart... 06:32:33 $ docker rm -f 34aeb850f8f3aca717573648eb377249b0e5d13c5dea4b12a274e3f7b8653dc5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:32:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:32:35 . [Pipeline] withDockerContainer 06:32:35 prd-ubuntu18.04-docker-arm64-4c-16g-19073 does not seem to be running inside a container 06:32:35 $ 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:32:37 $ docker top bff9ecae85fd57479f06b467fa729c4e1eea889b22cda2ec804605ed0ea9e3dd -eo pid,comm [Pipeline] { [Pipeline] sh 06:32:38 + docker-compose -f ./docker-compose-build.yml build --parallel 06:32:42 Building docker-core-command-go ... 06:32:42 Building docker-core-data-go ... 06:32:42 Building docker-core-metadata-go ... 06:32:42 Building docker-security-bootstrap-redis-go ... 06:32:42 Building docker-security-proxy-setup-go ... 06:32:42 Building docker-security-secretstore-setup-go ... 06:32:42 Building docker-support-notifications-go ... 06:32:42 Building docker-support-scheduler-go ... 06:32:42 Building docker-sys-mgmt-agent-go ... 06:32:42 Building docker-sys-mgmt-agent-go 06:32:42 Building docker-security-secretstore-setup-go 06:32:42 Building docker-security-proxy-setup-go 06:32:42 Building docker-core-command-go 06:32:42 Building docker-core-metadata-go 06:32:48 lxd 4.9 from Canonical* installed 06:32:48 + sudo lxd init --auto 06:32:54 + sudo snap install --classic snapcraft 06:32:59 snapcraft 4.4.4 from Canonical* installed 06:32:59 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 06:32:59 + patch --verbose -p1 06:32:59 Hmm... Looks like a unified diff to me... 06:32:59 The text leading up to this was: 06:32:59 -------------------------- 06:32:59 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 06:32:59 |From: Tony Espy 06:32:59 |Date: Wed, 16 Dec 2020 16:34:55 -0500 06:32:59 |Subject: [PATCH] optimize snap build for pipeline CI check 06:32:59 | 06:32:59 |This patch is used by the EdgeX CI pipeline builds to 06:32:59 |optimize the snap CI check run for pull requests. When 06:32:59 |applied, it essentially strips out everything (apps and 06:32:59 |parts) from the snapcraft.yaml file except those required 06:32:59 |to build edgex-go, as the whole idea of the CI check is to 06:32:59 |catch changes to edgex-go that break the snap build. 06:32:59 | 06:32:59 |In general, anyone updating snapcraft.yaml will also need 06:32:59 |to update this patch file, otherwise it may fail to apply, 06:32:59 |resulting in a failed snap build CI check in the associated 06:32:59 |pull request. 06:32:59 | 06:32:59 |Note - in addition to applying this patch, the pipeline also 06:32:59 |only primes the snap (e.g. `snapcraft prime`), as there's no 06:32:59 |need to build the finally binary .snap file (and it won't 06:32:59 |work with the patch applied). This further reduces the build 06:32:59 |time. 06:32:59 |--- 06:32:59 | snap/snapcraft.yaml | 461 +------------------------------------------- 06:32:59 | 1 file changed, 2 insertions(+), 459 deletions(-) 06:32:59 | 06:32:59 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 06:32:59 |index 1e537489..faf42425 100644 06:32:59 |--- a/snap/snapcraft.yaml 06:32:59 |+++ b/snap/snapcraft.yaml 06:32:59 -------------------------- 06:32:59 patching file snap/snapcraft.yaml 06:32:59 Using Plan A... 06:32:59 Hunk #1 succeeded at 73. 06:32:59 Hunk #2 succeeded at 202 with fuzz 1. 06:32:59 Hunk #3 succeeded at 214. 06:32:59 Hunk #4 succeeded at 222. 06:32:59 Hunk #5 succeeded at 229. 06:32:59 Hunk #6 succeeded at 256. 06:32:59 Hunk #7 succeeded at 290. 06:32:59 Hunk #8 succeeded at 341. 06:32:59 Hmm... Ignoring the trailing garbage. 06:32:59 done 06:32:59 + sudo snapcraft prime --use-lxd 06:33:00 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 06:33:00 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:33:00 - README.md 06:33:00 - snapcraft.yaml.orig 06:33:00 06:33:00 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 06:33:01 Launching a container. 06:33:13 Waiting for container to be ready 06:33:13 To start your first instance, try: lxc launch ubuntu:18.04 06:33:13 06:33:16 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 06:33:16 Waiting for network to be ready... 06:33:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:33:17 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 06:33:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] 06:33:17 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 06:33:17 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 06:33:17 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 06:33:17 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 06:33:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 06:33:17 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 06:33:17 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 06:33:17 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 06:33:17 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] 06:33:17 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 06:33:17 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 06:33:17 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] 06:33:17 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] 06:33:17 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 06:33:17 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 06:33:18 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 06:33:18 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1832 kB] 06:33:18 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 06:33:18 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] 06:33:18 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] 06:33:18 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [225 kB] 06:33:18 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [30.6 kB] 06:33:18 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1701 kB] 06:33:18 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 06:33:21 Fetched 23.6 MB in 5s (4567 kB/s) 06:33:22 Reading package lists... 06:33:23 Reading package lists... 06:33:23 Building dependency tree... 06:33:23 Reading state information... 06:33:23 The following additional packages will be installed: 06:33:23 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 06:33:23 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 06:33:23 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 06:33:23 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 06:33:23 Suggested packages: 06:33:23 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 06:33:23 Recommended packages: 06:33:23 gnupg libsasl2-modules 06:33:23 The following NEW packages will be installed: 06:33:23 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 06:33:23 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 06:33:23 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 06:33:23 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 06:33:23 The following packages will be upgraded: 06:33:23 gpg gpg-agent gpgconf libudev1 06:33:23 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 06:33:23 Need to get 3532 kB of archives. 06:33:23 After this operation, 13.3 MB of additional disk space will be used. 06:33:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 06:33:23 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 06:33:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 06:33:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 06:33:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 06:33:23 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 06:33:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 06:33:23 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 06:33:24 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 06:33:24 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 06:33:24 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 06:33:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 06:33:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 06:33:24 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 06:33:24 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 06:33:24 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 06:33:24 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 06:33:24 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 06:33:24 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 06:33:24 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 06:33:24 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 06:33:24 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 06:33:24 debconf: delaying package configuration, since apt-utils is not installed 06:33:24 Fetched 3532 kB in 1s (3416 kB/s) 06:33:24 (Reading database ... 12511 files and directories currently installed.) 06:33:24 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 06:33:25 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 06:33:25 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 06:33:25 Selecting previously unselected package udev. 06:33:25 (Reading database ... 12511 files and directories currently installed.) 06:33:25 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 06:33:25 Unpacking udev (237-3ubuntu10.43) ... 06:33:25 Selecting previously unselected package libfuse2:amd64. 06:33:25 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 06:33:25 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 06:33:25 Selecting previously unselected package fuse. 06:33:25 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 06:33:25 Unpacking fuse (2.9.7-1ubuntu1) ... 06:33:25 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 06:33:25 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:33:25 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 06:33:25 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:33:25 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 06:33:25 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:33:25 Selecting previously unselected package libksba8:amd64. 06:33:25 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 06:33:25 Unpacking libksba8:amd64 (1.3.5-2) ... 06:33:26 Selecting previously unselected package libroken18-heimdal:amd64. 06:33:26 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:33:26 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 06:33:26 Selecting previously unselected package libasn1-8-heimdal:amd64. 06:33:26 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:33:26 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 06:33:26 Selecting previously unselected package libheimbase1-heimdal:amd64. 06:33:26 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:33:26 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 06:33:26 Selecting previously unselected package libhcrypto4-heimdal:amd64. 06:33:26 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:33:26 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 06:33:26 Selecting previously unselected package libwind0-heimdal:amd64. 06:33:26 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:33:26 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:33:26 Selecting previously unselected package libhx509-5-heimdal:amd64. 06:33:26 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:33:26 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 06:33:26 Selecting previously unselected package libkrb5-26-heimdal:amd64. 06:33:26 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:33:26 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 06:33:26 Selecting previously unselected package libheimntlm0-heimdal:amd64. 06:33:26 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:33:26 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:33:26 Selecting previously unselected package libgssapi3-heimdal:amd64. 06:33:26 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:33:26 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 06:33:26 Selecting previously unselected package libsasl2-modules-db:amd64. 06:33:26 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 06:33:26 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:33:26 Selecting previously unselected package libsasl2-2:amd64. 06:33:26 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 06:33:26 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:33:26 Selecting previously unselected package libldap-common. 06:33:26 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 06:33:26 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 06:33:26 Selecting previously unselected package libldap-2.4-2:amd64. 06:33:26 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 06:33:26 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 06:33:27 Selecting previously unselected package dirmngr. 06:33:27 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 06:33:27 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 06:33:27 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 06:33:27 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 06:33:27 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 06:33:27 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:33:27 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:33:27 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 06:33:27 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 06:33:27 Setting up libksba8:amd64 (1.3.5-2) ... 06:33:27 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:33:27 Setting up udev (237-3ubuntu10.43) ... 06:33:28 invoke-rc.d: policy-rc.d denied execution of start. 06:33:28 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 06:33:28 Processing triggers for systemd (237-3ubuntu10) ... 06:33:28 Setting up fuse (2.9.7-1ubuntu1) ... 06:33:28 Setting up gpg (2.2.4-1ubuntu1.3) ... 06:33:28 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:33:28 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 06:33:28 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 06:33:28 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 06:33:28 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 06:33:28 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:33:28 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 06:33:28 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 06:33:28 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 06:33:28 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:33:29 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 06:33:29 settings in the [Install] section, and DefaultInstance for template units). 06:33:29 This means they are not meant to be enabled using systemctl. 06:33:29 Possible reasons for having this kind of units are: 06:33:29 1) A unit may be statically enabled by being symlinked from another unit's 06:33:29 .wants/ or .requires/ directory. 06:33:29 2) A unit's purpose may be to act as a helper for some other unit which has 06:33:29 a requirement dependency on it. 06:33:29 3) A unit may be started when needed via activation (socket, path, timer, 06:33:29 D-Bus, udev, scripted systemctl call, ...). 06:33:29 4) In case of template units, the unit is meant to be enabled with some 06:33:29 instance name specified. 06:33:29 Reading package lists... 06:33:29 Building dependency tree... 06:33:29 Reading state information... 06:33:29 The following additional packages will be installed: 06:33:29 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 06:33:29 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 06:33:29 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 06:33:29 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 06:33:29 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 06:33:29 Suggested packages: 06:33:29 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 06:33:29 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 06:33:29 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 06:33:29 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 06:33:29 systemd-container policykit-1 06:33:29 Recommended packages: 06:33:29 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 06:33:29 The following NEW packages will be installed: 06:33:29 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 06:33:29 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 06:33:29 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 06:33:29 multiarch-support openssh-client python3 python3-minimal python3.6 06:33:29 python3.6-minimal snapd squashfs-tools sudo 06:33:29 The following packages will be upgraded: 06:33:29 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 06:33:30 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 06:33:30 Need to get 35.2 MB of archives. 06:33:30 After this operation, 141 MB of additional disk space will be used. 06:33:30 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 06:33:30 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 06:33:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 06:33:30 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 06:33:30 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 06:33:30 Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 06:33:30 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 06:33:30 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 06:33:30 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 06:33:30 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 06:33:30 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 06:33:30 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 06:33:31 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 06:33:31 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 06:33:31 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 06:33:31 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 06:33:31 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 06:33:31 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 06:33:31 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 06:33:31 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 06:33:31 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 06:33:31 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 06:33:31 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 06:33:31 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 06:33:31 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 06:33:31 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 06:33:31 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 06:33:31 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 06:33:31 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 06:33:31 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 06:33:32 debconf: delaying package configuration, since apt-utils is not installed 06:33:32 Fetched 35.2 MB in 2s (15.6 MB/s) 06:33:32 (Reading database ... 12757 files and directories currently installed.) 06:33:32 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 06:33:32 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 06:33:33 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 06:33:33 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 06:33:33 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 06:33:33 (Reading database ... 12757 files and directories currently installed.) 06:33:33 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 06:33:33 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 06:33:33 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 06:33:33 (Reading database ... 12757 files and directories currently installed.) 06:33:33 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 06:33:33 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 06:33:34 Setting up apt (1.6.12ubuntu0.2) ... 06:33:34 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 06:33:34 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 06:33:34 (Reading database ... 12764 files and directories currently installed.) 06:33:34 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 06:33:34 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 06:33:35 Selecting previously unselected package libpython3.6-minimal:amd64. 06:33:35 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:33:35 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:33:35 Selecting previously unselected package libexpat1:amd64. 06:33:35 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 06:33:35 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 06:33:35 Selecting previously unselected package python3.6-minimal. 06:33:35 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:33:35 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 06:33:35 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 06:33:35 Checking for services that may need to be restarted...done. 06:33:35 Checking for services that may need to be restarted...done. 06:33:35 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:33:35 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 06:33:36 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 06:33:36 Selecting previously unselected package python3-minimal. 06:33:36 (Reading database ... 13012 files and directories currently installed.) 06:33:36 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 06:33:36 Unpacking python3-minimal (3.6.7-1~18.04) ... 06:33:36 Selecting previously unselected package mime-support. 06:33:36 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 06:33:36 Unpacking mime-support (3.60ubuntu1) ... 06:33:36 Selecting previously unselected package libmpdec2:amd64. 06:33:36 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 06:33:36 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 06:33:37 Selecting previously unselected package libpython3.6-stdlib:amd64. 06:33:37 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:33:37 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:33:37 Selecting previously unselected package python3.6. 06:33:37 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:33:37 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 06:33:37 Selecting previously unselected package libpython3-stdlib:amd64. 06:33:37 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 06:33:37 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 06:33:37 Setting up python3-minimal (3.6.7-1~18.04) ... 06:33:37 Selecting previously unselected package python3. 06:33:37 (Reading database ... 13442 files and directories currently installed.) 06:33:37 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 06:33:37 Unpacking python3 (3.6.7-1~18.04) ... 06:33:37 Selecting previously unselected package multiarch-support. 06:33:37 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 06:33:37 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 06:33:37 Setting up multiarch-support (2.27-3ubuntu1.4) ... 06:33:37 Selecting previously unselected package liblzo2-2:amd64. 06:33:37 (Reading database ... 13479 files and directories currently installed.) 06:33:37 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 06:33:37 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 06:33:37 Selecting previously unselected package libbsd0:amd64. 06:33:37 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 06:33:37 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 06:33:38 Selecting previously unselected package sudo. 06:33:38 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 06:33:38 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 06:33:38 Selecting previously unselected package apparmor. 06:33:38 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 06:33:38 Unpacking apparmor (2.12-4ubuntu5.1) ... 06:33:38 Selecting previously unselected package libedit2:amd64. 06:33:38 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 06:33:38 Unpacking libedit2:amd64 (3.1-20170329-1) ... 06:33:38 Selecting previously unselected package libkrb5support0:amd64. 06:33:38 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 06:33:38 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 06:33:38 Selecting previously unselected package libk5crypto3:amd64. 06:33:38 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 06:33:38 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 06:33:38 Selecting previously unselected package libkeyutils1:amd64. 06:33:38 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 06:33:38 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 06:33:38 Selecting previously unselected package libkrb5-3:amd64. 06:33:38 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 06:33:38 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 06:33:38 Selecting previously unselected package libgssapi-krb5-2:amd64. 06:33:38 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 06:33:38 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 06:33:38 Selecting previously unselected package libssl1.0.0:amd64. 06:33:38 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 06:33:38 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 06:33:39 Selecting previously unselected package openssh-client. 06:33:39 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 06:33:39 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 06:33:39 Selecting previously unselected package squashfs-tools. 06:33:39 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 06:33:39 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 06:33:39 Selecting previously unselected package snapd. 06:33:39 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 06:33:39 Unpacking snapd (2.48+18.04) ... 06:33:41 Setting up libedit2:amd64 (3.1-20170329-1) ... 06:33:41 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 06:33:41 Setting up mime-support (3.60ubuntu1) ... 06:33:41 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 06:33:41 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 06:33:42 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 06:33:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:33:42 Setting up systemd (237-3ubuntu10.43) ... 06:33:42 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 06:33:43 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 06:33:43 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 06:33:43 Setting up liblzo2-2:amd64 (2.08-1.2) ... 06:33:43 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:33:43 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 06:33:43 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 06:33:43 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 06:33:43 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 06:33:43 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 06:33:43 Setting up python3 (3.6.7-1~18.04) ... 06:33:43 running python rtupdate hooks for python3.6... 06:33:43 running python post-rtupdate hooks for python3.6... 06:33:43 Setting up apparmor (2.12-4ubuntu5.1) ... 06:33:45 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 06:33:45 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 06:33:45 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 06:33:45 Setting up snapd (2.48+18.04) ... 06:33:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 06:33:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 06:33:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 06:33:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 06:33:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 06:33:47 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 06:33:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 06:33:47 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 06:33:47 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 06:33:48 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 06:33: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:33:48 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:33:48 Processing triggers for systemd (237-3ubuntu10.43) ... 06:33:49 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 06:33:49 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 06:33:49 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:33:50 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:33:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:33:50 ---> b6dac4d4921d 06:33:50 Step 3/21 : WORKDIR /edgex-go 06:33:50 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:33:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:33:50 ---> b6dac4d4921d 06:33:50 Step 3/24 : WORKDIR /edgex-go 06:33:50 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:33:50 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:33:50 ---> b6dac4d4921d 06:33:50 Step 3/26 : WORKDIR /edgex-go 06:33:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:33:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:33:50 ---> b6dac4d4921d 06:33:50 Step 3/22 : WORKDIR /edgex-go 06:33:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:33:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:33:50 ---> b6dac4d4921d 06:33:50 Step 3/22 : WORKDIR /edgex-go 06:33:50 Reading package lists... 06:33:50 Reading package lists... 06:33:50 Building dependency tree... 06:33:50 Reading state information... 06:33:50 Calculating upgrade... 06:33:51 The following packages will be upgraded: 06:33:51 advancecomp base-files bash binutils binutils-common 06:33:51 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 06:33:51 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 06:33:51 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 06:33:51 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 06:33:51 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 06:33:51 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 06:33:51 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 06:33:51 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 06:33:51 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 06:33:51 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 06:33:51 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 06:33:51 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 06:33:51 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 06:33:51 ubuntu-keyring util-linux 06:33:51 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 06:33:51 Need to get 63.7 MB of archives. 06:33:51 After this operation, 5203 kB of additional disk space will be used. 06:33:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 06:33:51 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 06:33:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 06:33:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 06:33:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 06:33:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 06:33:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 06:33:51 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 06:33:51 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 06:33:51 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 06:33:51 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 06:33:51 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 06:33:51 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 06:33:51 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 06:33:51 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 06:33:52 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 06:33:52 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 06:33:52 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] 06:33:52 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 06:33:52 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 06:33:52 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 06:33:52 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 06:33:52 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 06:33:52 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 06:33:52 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 06:33:52 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 06:33:52 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 06:33:52 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 06:33:52 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 06:33:52 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 06:33:52 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 06:33:52 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 06:33:52 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 06:33:52 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 06:33:52 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 06:33:52 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 06:33:52 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 06:33:52 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 06:33:52 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 06:33:52 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 06:33:52 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 06:33:52 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 06:33:52 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 06:33:52 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 06:33:52 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 06:33:52 Get:46 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:33:52 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 06:33:52 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 06:33:52 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 06:33:52 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 06:33:52 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 06:33:52 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 06:33:52 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 06:33:52 ---> Running in b701af0df8de 06:33:52 ---> Running in 31bb7ad16110 06:33:52 ---> Running in 40954e06f591 06:33:52 ---> Running in c7706ff420f7 06:33:52 ---> Running in c6950347c48c 06:33:52 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 06:33:52 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 06:33:52 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 06:33:52 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 06:33:52 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 06:33:52 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 06:33:52 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 06:33:52 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 06:33:52 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 06:33:52 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 06:33:52 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 06:33:52 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 06:33:52 Get:66 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:33:52 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 06:33:52 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 06:33:52 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 06:33:52 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 06:33:52 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 06:33:52 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 06:33:52 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 06:33:52 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 06:33:52 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 06:33:52 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 06:33:52 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 06:33:52 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 06:33:52 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 06:33:52 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 06:33:53 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 06:33:53 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 06:33:53 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 06:33:53 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 06:33:53 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 06:33:53 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 06:33:53 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 06:33:53 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 06:33:53 Removing intermediate container c6950347c48c 06:33:53 ---> 4cbd960396e0 06:33:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:33:53 Removing intermediate container 40954e06f591 06:33:53 ---> 5998e9066024 06:33:53 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:33:53 Removing intermediate container b701af0df8de 06:33:53 ---> 408f01fe20d7 06:33:53 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:33:53 Removing intermediate container 31bb7ad16110 06:33:53 ---> 933fe9d7ecc8 06:33:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:33:53 Removing intermediate container c7706ff420f7 06:33:53 ---> 94fb165760e9 06:33:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:33:53 ---> Running in f4d9cc7e5c88 06:33:53 ---> Running in 5e368832abf1 06:33:53 ---> Running in 52377e04093b 06:33:53 ---> Running in 264aeff7c449 06:33:53 ---> Running in 81f0d35d8b82 06:33:53 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 06:33:54 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 06:33:54 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 06:33:54 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 06:33:54 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 06:33:54 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 06:33:54 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 06:33:54 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 06:33:54 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 06:33:54 debconf: delaying package configuration, since apt-utils is not installed 06:33:54 Fetched 63.7 MB in 3s (19.7 MB/s) 06:33:54 (Reading database ... 13912 files and directories currently installed.) 06:33:54 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 06:33:54 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:33:55 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 06:33:55 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:33:55 Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... 06:33:55 Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... 06:33:56 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:33:56 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:33:56 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:33:56 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:33:56 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:33:56 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:33:56 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:33:56 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:33:56 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:33:56 Removing intermediate container f4d9cc7e5c88 06:33:56 ---> 2c266a46004a 06:33:56 Step 5/22 : RUN apk add --update --no-cache make git 06:33:56 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:33:56 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:33:56 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:33:57 ---> Running in aedae693e51d 06:33:57 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:33:57 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:33:57 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 06:33:57 Removing intermediate container 52377e04093b 06:33:57 ---> 562d12808570 06:33:57 Step 5/21 : RUN apk add --update --no-cache make git 06:33:57 (Reading database ... 13911 files and directories currently installed.) 06:33:57 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 06:33:57 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 06:33:57 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 06:33:57 (Reading database ... 13911 files and directories currently installed.) 06:33:57 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:33:57 ---> Running in cc689dee0b13 06:33:57 Removing intermediate container 5e368832abf1 06:33:57 Removing intermediate container 264aeff7c449 06:33:57 ---> 02db64f9ed05 06:33:57 Step 5/26 : RUN apk add --update --no-cache make bash git 06:33:57 ---> 7634dc91b854 06:33:57 Step 5/22 : RUN apk add --update --no-cache make git 06:33:57 Removing intermediate container 81f0d35d8b82 06:33:57 ---> f34357a0fa78 06:33:57 Step 5/24 : RUN apk add --update --no-cache make git 06:33:57 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:33:57 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:33:57 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:33:57 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:33:57 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:33:57 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 06:33:58 (Reading database ... 13911 files and directories currently installed.) 06:33:58 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 06:33:58 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:33:58 ---> Running in 4f783ca2d523 06:33:58 ---> Running in a12eb7298dc6 06:33:58 ---> Running in bc801a1eac28 06:33:58 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 06:33:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:33:59 (Reading database ... 13911 files and directories currently installed.) 06:33:59 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 06:33:59 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 06:33:59 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 06:33:59 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 06:33:59 Setting up base-files (10.1ubuntu2.10) ... 06:33:59 Installing new version of config file /etc/issue ... 06:33:59 Installing new version of config file /etc/issue.net ... 06:33:59 Installing new version of config file /etc/lsb-release ... 06:33:59 Installing new version of config file /etc/update-motd.d/50-motd-news ... 06:33:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:33:59 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 06:33:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:33:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:33:59 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 06:33:59 Removing obsolete conffile /etc/default/motd-news ... 06:33:59 (Reading database ... 13912 files and directories currently installed.) 06:33:59 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 06:33:59 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 06:34:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:34:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:34:00 Setting up bash (4.4.18-2ubuntu1.2) ... 06:34:00 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:34:00 (Reading database ... 13912 files and directories currently installed.) 06:34:00 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 06:34:00 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 06:34:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:34:00 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 06:34:00 (Reading database ... 13912 files and directories currently installed.) 06:34:00 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 06:34:00 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 06:34:00 Setting up tar (1.29b-2ubuntu0.1) ... 06:34:00 (Reading database ... 13912 files and directories currently installed.) 06:34:00 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 06:34:00 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:34:00 OK: 217 MiB in 51 packages 06:34:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:34:00 Setting up dpkg (1.19.0.5ubuntu2.3) ... 06:34:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:34:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:34:01 (Reading database ... 13912 files and directories currently installed.) 06:34:01 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 06:34:01 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:34:01 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 06:34:01 OK: 217 MiB in 51 packages 06:34:01 (Reading database ... 13912 files and directories currently installed.) 06:34:01 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 06:34:01 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:34:01 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 06:34:01 (Reading database ... 13912 files and directories currently installed.) 06:34:01 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 06:34:01 Unpacking grep (3.1-2build1) over (3.1-2) ... 06:34:01 Setting up grep (3.1-2build1) ... 06:34:01 OK: 217 MiB in 51 packages 06:34:01 (Reading database ... 13912 files and directories currently installed.) 06:34:01 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 06:34:01 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 06:34:01 Setting up login (1:4.5-1ubuntu2) ... 06:34:02 OK: 217 MiB in 51 packages 06:34:02 OK: 217 MiB in 51 packages 06:34:02 Removing intermediate container aedae693e51d 06:34:02 ---> 1bb97d2fe0f7 06:34:02 Step 6/22 : COPY go.mod . 06:34:02 (Reading database ... 13912 files and directories currently installed.) 06:34:02 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 06:34:02 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:34:02 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 06:34:02 (Reading database ... 13912 files and directories currently installed.) 06:34:02 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 06:34:02 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:34:02 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 06:34:03 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:34:03 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 06:34:03 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:34:03 Removing intermediate container cc689dee0b13 06:34:03 ---> 038485572a48 06:34:03 Step 6/21 : COPY go.mod . 06:34:03 ---> a8e12b917a12 06:34:03 Step 7/22 : RUN go mod download 06:34:03 Removing intermediate container bc801a1eac28 06:34:03 ---> 719027083ba1 06:34:03 Step 6/22 : COPY go.mod . 06:34:03 Setting up perl-base (5.26.1-6ubuntu0.5) ... 06:34:03 (Reading database ... 13912 files and directories currently installed.) 06:34:03 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 06:34:03 ---> Running in 173c5ae9fa2a 06:34:03 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:34:03 Removing intermediate container 4f783ca2d523 06:34:03 ---> b8727c415c1f 06:34:03 Step 6/24 : COPY go.mod . 06:34:03 Removing intermediate container a12eb7298dc6 06:34:03 ---> 8df4bfb8c218 06:34:03 Step 6/26 : COPY go.mod . 06:34:04 ---> 4e3afd9b4784 06:34:04 Step 7/21 : RUN go mod download 06:34:04 ---> Running in 2aba8faa07c2 06:34:04 ---> 6d135907915a 06:34:04 Step 7/22 : RUN go mod download 06:34:04 ---> Running in 4b47f2a78ca3 06:34:04 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 06:34:04 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 06:34:04 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 06:34:04 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 06:34:04 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 06:34:05 ---> 432fe3d98636 06:34:05 Step 7/24 : RUN go mod download 06:34:05 (Reading database ... 13912 files and directories currently installed.) 06:34:05 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 06:34:05 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 06:34:05 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 06:34:05 ---> Running in 7cdc20c006c7 06:34:05 ---> 4ef72ecaf03c 06:34:05 Step 7/26 : RUN go mod download 06:34:05 (Reading database ... 13912 files and directories currently installed.) 06:34:05 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:34:05 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:34:05 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:34:05 (Reading database ... 13912 files and directories currently installed.) 06:34:05 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:34:05 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:34:05 ---> Running in 19d8bcd05bde 06:34:05 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:34:05 (Reading database ... 13912 files and directories currently installed.) 06:34:05 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:34:05 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:34:05 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:34:05 (Reading database ... 13912 files and directories currently installed.) 06:34:05 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:34:05 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:34:05 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:34:06 (Reading database ... 13912 files and directories currently installed.) 06:34:06 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 06:34:06 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:34:06 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 06:34:06 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:34:06 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 06:34:06 (Reading database ... 13912 files and directories currently installed.) 06:34:06 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 06:34:06 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:34:06 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 06:34:06 (Reading database ... 13912 files and directories currently installed.) 06:34:06 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:34:06 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:34:06 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:34:06 (Reading database ... 13912 files and directories currently installed.) 06:34:06 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:34:06 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:34:06 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 06:34:07 (Reading database ... 13912 files and directories currently installed.) 06:34:07 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:34:07 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:34:07 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 06:34:07 Removing intermediate container 173c5ae9fa2a 06:34:07 ---> 16839990fc42 06:34:07 Step 8/22 : COPY . . 06:34:08 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 06:34:08 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 06:34:08 (Reading database ... 13912 files and directories currently installed.) 06:34:08 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 06:34:08 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:34:08 Setting up libc-bin (2.27-3ubuntu1.4) ... 06:34:08 (Reading database ... 13912 files and directories currently installed.) 06:34:08 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 06:34:08 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:34:08 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 06:34:08 (Reading database ... 13914 files and directories currently installed.) 06:34:08 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 06:34:09 Removing intermediate container 2aba8faa07c2 06:34:09 ---> 3a553fb8c9b0 06:34:09 Step 8/21 : COPY . . 06:34:09 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 06:34:09 Setting up debconf (1.5.66ubuntu1) ... 06:34:09 (Reading database ... 13914 files and directories currently installed.) 06:34:09 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:34:09 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:34:09 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 06:34:09 (Reading database ... 13914 files and directories currently installed.) 06:34:09 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:34:09 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:34:09 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 06:34:09 Removing intermediate container 4b47f2a78ca3 06:34:09 ---> 895cc1605717 06:34:09 Step 8/22 : COPY . . 06:34:09 (Reading database ... 13914 files and directories currently installed.) 06:34:09 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:34:10 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:34:10 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 06:34:10 Removing intermediate container 7cdc20c006c7 06:34:10 ---> 21c0127b1ee7 06:34:10 Step 8/24 : COPY . . 06:34:10 (Reading database ... 13914 files and directories currently installed.) 06:34:10 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:34:10 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:34:10 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 06:34:10 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 06:34:10 Removing intermediate container 19d8bcd05bde 06:34:10 ---> ff325e4e2c5a 06:34:10 Step 8/26 : COPY . . 06:34:10 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 06:34:10 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:34:10 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 06:34:10 (Reading database ... 13914 files and directories currently installed.) 06:34:10 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 06:34:10 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 06:34:10 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 06:34:11 (Reading database ... 13914 files and directories currently installed.) 06:34:11 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 06:34:11 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:34:11 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 06:34:11 (Reading database ... 13914 files and directories currently installed.) 06:34:11 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 06:34:11 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:34:11 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 06:34:11 (Reading database ... 13914 files and directories currently installed.) 06:34:11 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 06:34:11 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 06:34:12 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 06:34:12 (Reading database ... 13914 files and directories currently installed.) 06:34:12 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 06:34:12 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 06:34:12 Setting up passwd (1:4.5-1ubuntu2) ... 06:34:12 (Reading database ... 13914 files and directories currently installed.) 06:34:12 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 06:34:12 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:34:12 Setting up gpgv (2.2.4-1ubuntu1.3) ... 06:34:12 (Reading database ... 13914 files and directories currently installed.) 06:34:12 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 06:34:12 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 06:34:13 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 06:34:13 (Reading database ... 13914 files and directories currently installed.) 06:34:13 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 06:34:13 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 06:34:13 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 06:34:13 (Reading database ... 13914 files and directories currently installed.) 06:34:13 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 06:34:13 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 06:34:13 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 06:34:13 (Reading database ... 13914 files and directories currently installed.) 06:34:13 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 06:34:13 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 06:34:13 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 06:34:13 (Reading database ... 13914 files and directories currently installed.) 06:34:13 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 06:34:13 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 06:34:13 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 06:34:14 (Reading database ... 13914 files and directories currently installed.) 06:34:14 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 06:34:14 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 06:34:14 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 06:34:14 (Reading database ... 13915 files and directories currently installed.) 06:34:14 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 06:34:14 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 06:34:14 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 06:34:14 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 06:34:14 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 06:34:14 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 06:34:14 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 06:34:14 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 06:34:14 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 06:34:15 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 06:34:15 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 06:34:15 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 06:34:15 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 06:34:15 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 06:34:15 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 06:34:15 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 06:34:15 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 06:34:15 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 06:34:15 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 06:34:15 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 06:34:15 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 06:34:15 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 06:34:15 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 06:34:15 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 06:34:16 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 06:34:16 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 06:34:16 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 06:34:16 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 06:34:17 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:34:17 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:34:18 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:34:18 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:34:18 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:34:18 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:34:18 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:34:18 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:34:18 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:34:18 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:34:18 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:34:18 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:34:18 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:34:18 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:34:18 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:34:18 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:34:19 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:34:19 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:34:20 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:34:20 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:34:21 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:34:21 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:34:21 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:34:21 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:34:22 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:34:22 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:34:23 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:34:23 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:34:23 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 06:34:23 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:34:23 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 06:34:23 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:34:23 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 06:34:23 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 06:34:23 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:34:23 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:34:23 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:34:23 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:34:23 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 06:34:23 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 06:34:23 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:34:24 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 06:34:24 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:34:24 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:34:24 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:34:24 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 06:34:24 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 06:34:24 Setting up tzdata (2020f-0ubuntu0.18.04) ... 06:34:24 06:34:24 Current default time zone: 'Etc/UTC' 06:34:24 Local time is now: Fri Jan 8 06:34:24 UTC 2021. 06:34:24 Universal Time is now: Fri Jan 8 06:34:24 UTC 2021. 06:34:24 Run 'dpkg-reconfigure tzdata' if you wish to change it. 06:34:24 06:34:24 Setting up systemd-sysv (237-3ubuntu10.43) ... 06:34:24 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:34:24 Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... 06:34:24 Setting up mount (2.31.1-0.4ubuntu3.7) ... 06:34:24 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 06:34:24 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 06:34:24 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 06:34:24 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 06:34:24 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 06:34:24 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 06:34:24 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:34:24 Setting up procps (2:3.3.12-3ubuntu1.2) ... 06:34:25 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 06:34:25 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 06:34:25 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 06:34:25 Setting up patch (2.7.6-2ubuntu1.1) ... 06:34:25 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 06:34:25 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 06:34:25 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 06:34:25 Installing new version of config file /etc/ssl/openssl.cnf ... 06:34:25 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 06:34:25 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 06:34:25 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 06:34:26 Updating certificates in /etc/ssl/certs... 06:34:26 22 added, 17 removed; done. 06:34:27 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 06:34:27 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:34:27 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 06:34:27 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 06:34:27 Setting up pkgbinarymangler (138.18.04.1) ... 06:34:27 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 06:34:27 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 06:34:27 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 06:34:27 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 06:34:27 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:34:27 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 06:34:27 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:34:27 Setting up perl (5.26.1-6ubuntu0.5) ... 06:34:27 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 06:34:27 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 06:34:27 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 06:34:27 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 06:34:27 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 06:34:27 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 06:34:27 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 06:34:28 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 06:34:28 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 06:34:28 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 06:34:28 Processing triggers for systemd (237-3ubuntu10.43) ... 06:34:28 Processing triggers for mime-support (3.60ubuntu1) ... 06:34:28 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 06:34:28 Updating certificates in /etc/ssl/certs... 06:34:28 0 added, 0 removed; done. 06:34:28 Running hooks in /etc/ca-certificates/update.d... 06:34:28 done. 06:34:29 Reading package lists... 06:34:29 Building dependency tree... 06:34:29 Reading state information... 06:34:29 The following NEW packages will be installed: 06:34:29 apt-transport-https 06:34:29 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 06:34:29 Need to get 1696 B of archives. 06:34:29 After this operation, 153 kB of additional disk space will be used. 06:34:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 06:34:29 debconf: delaying package configuration, since apt-utils is not installed 06:34:29 Fetched 1696 B in 0s (42.4 kB/s) 06:34:29 Selecting previously unselected package apt-transport-https. 06:34:29 (Reading database ... 13929 files and directories currently installed.) 06:34:29 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 06:34:29 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 06:34:29 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 06:34:29 Waiting for network to be ready... 06:34:35 2021-01-08T06:34:33Z INFO Waiting for automatic snapd restart... 06:34:35 snapd 2.48.2 from Canonical* installed 06:34:36 "snapd" switched to the "latest/stable" channel 06:34:36 06:34:37 ---> abe0c04e88ef 06:34:37 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:34:37 ---> cd477ec9eed8 06:34:37 Step 9/22 : RUN make cmd/core-command/core-command 06:34:37 ---> 556d003cf21a 06:34:37 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:34:37 ---> bdfc9366b117 06:34:37 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:34:37 ---> 91ee0a2461dd 06:34:37 Step 9/22 : RUN make cmd/core-metadata/core-metadata 06:34:37 ---> Running in 2caaaf637afe 06:34:37 ---> Running in e32edb035b77 06:34:37 ---> Running in 40cf1c4437c2 06:34:37 ---> Running in c98841566883 06:34:37 ---> Running in b1ce474d77ed 06:34:37 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:34:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:34:37 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:34:37 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:34:37 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:34:40 core18 20201210 from Canonical* installed 06:34:40 "core18" switched to the "latest/stable" channel 06:34:40 06:34:44 snapcraft 4.4.4 from Canonical* installed 06:34:44 "snapcraft" switched to the "latest/stable" channel 06:34:44 06:34:48 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:34:48 - README.md 06:34:48 - snapcraft.yaml.orig 06:34:48 06:34:48 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 06:34:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:34:55 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 06:34:55 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 06:34:55 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:34:55 Reading package lists... 06:34:56 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:35:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:35:02 Reading package lists... 06:35:02 Building dependency tree... 06:35:02 Reading state information... 06:35:02 Suggested packages: 06:35:02 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 06:35:02 git-gui gitk gitweb git-cvs git-mediawiki git-svn 06:35:02 Recommended packages: 06:35:02 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 06:35:02 The following NEW packages will be installed: 06:35:02 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 06:35:02 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 06:35:02 pkg-config zip 06:35:03 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 06:35:03 Need to get 7655 kB of archives. 06:35:03 After this operation, 43.7 MB of additional disk space will be used. 06:35:03 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 06:35:03 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:35:03 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 06:35:03 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 06:35:03 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 06:35:03 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 06:35:03 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 06:35:03 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 06:35:03 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 06:35:03 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 06:35:03 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 06:35:03 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 06:35:03 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 06:35:03 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 06:35:03 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 06:35:03 debconf: delaying package configuration, since apt-utils is not installed 06:35:04 Fetched 7655 kB in 1s (6723 kB/s) 06:35:04 Selecting previously unselected package libglib2.0-0:amd64. 06:35:04 (Reading database ... 13933 files and directories currently installed.) 06:35:04 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 06:35:04 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 06:35:04 Selecting previously unselected package libpsl5:amd64. 06:35:04 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 06:35:04 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 06:35:04 Selecting previously unselected package libnghttp2-14:amd64. 06:35:04 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 06:35:04 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 06:35:04 Selecting previously unselected package librtmp1:amd64. 06:35:04 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 06:35:04 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 06:35:04 Selecting previously unselected package libcurl3-gnutls:amd64. 06:35:04 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 06:35:04 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 06:35:04 Selecting previously unselected package liberror-perl. 06:35:04 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 06:35:04 Unpacking liberror-perl (0.17025-1) ... 06:35:04 Selecting previously unselected package git-man. 06:35:04 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 06:35:05 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 06:35:05 Selecting previously unselected package git. 06:35:05 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 06:35:05 Unpacking git (1:2.17.1-1ubuntu0.7) ... 06:35:06 Selecting previously unselected package libnorm1:amd64. 06:35:06 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 06:35:06 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 06:35:06 Selecting previously unselected package libpgm-5.2-0:amd64. 06:35:06 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 06:35:06 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 06:35:06 Selecting previously unselected package libsodium23:amd64. 06:35:06 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 06:35:06 Unpacking libsodium23:amd64 (1.0.16-2) ... 06:35:06 Selecting previously unselected package libzmq5:amd64. 06:35:06 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 06:35:06 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 06:35:06 Selecting previously unselected package libzmq3-dev:amd64. 06:35:06 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 06:35:06 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 06:35:06 Selecting previously unselected package pkg-config. 06:35:06 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 06:35:06 Unpacking pkg-config (0.29.1-0ubuntu2) ... 06:35:06 Selecting previously unselected package zip. 06:35:06 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 06:35:06 Unpacking zip (3.0-11build1) ... 06:35:06 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 06:35:06 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 06:35:06 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 06:35:06 Setting up liberror-perl (0.17025-1) ... 06:35:06 Setting up libpsl5:amd64 (0.19.1-5build1) ... 06:35:06 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 06:35:06 No schema files found: doing nothing. 06:35:06 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 06:35:06 Setting up zip (3.0-11build1) ... 06:35:06 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 06:35:06 Setting up libsodium23:amd64 (1.0.16-2) ... 06:35:06 Setting up pkg-config (0.29.1-0ubuntu2) ... 06:35:07 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 06:35:07 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 06:35:07 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 06:35:07 Setting up git (1:2.17.1-1ubuntu0.7) ... 06:35:07 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 06:35:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:35:13 git set to automatically installed. 06:35:13 git-man set to automatically installed. 06:35:13 libcurl3-gnutls set to automatically installed. 06:35:13 liberror-perl set to automatically installed. 06:35:13 libglib2.0-0 set to automatically installed. 06:35:13 libnghttp2-14 set to automatically installed. 06:35:13 libnorm1 set to automatically installed. 06:35:13 libpgm-5.2-0 set to automatically installed. 06:35:13 libpsl5 set to automatically installed. 06:35:13 librtmp1 set to automatically installed. 06:35:13 libsodium23 set to automatically installed. 06:35:13 libzmq3-dev set to automatically installed. 06:35:13 libzmq5 set to automatically installed. 06:35:13 pkg-config set to automatically installed. 06:35:13 zip set to automatically installed. 06:35:15 snapd is not logged in, snap install commands will use sudo 06:35:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:35:22 snap "core18" has no updates available 06:35:22 Pulling config-common 06:35:24 Pulling go-build-helper 06:35:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:35:50 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 06:35:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1478 kB] 06:35:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [288 kB] 06:35:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 06:35:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 06:35:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] 06:35:50 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] 06:35:50 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 06:35:50 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 06:35:50 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 06:35:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 06:35:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 06:35:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 06:35:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 06:35:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 06:35:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 06:35:50 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 06:35:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 06:35:50 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1832 kB] 06:35:50 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 06:35:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.4 kB] 06:35:50 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6980 B] 06:35:50 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [225 kB] 06:35:50 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [30.6 kB] 06:35:50 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1701 kB] 06:35:50 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 06:35:50 Fetched 23.6 MB in 0s (0 B/s) 06:35:50 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 06:35:50 Fetched 96.5 kB in 0s (0 B/s) 06:35:50 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 06:35:50 Fetched 279 kB in 0s (0 B/s) 06:35:50 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 06:35:50 Fetched 122 kB in 0s (0 B/s) 06:35:50 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 06:35:50 Fetched 77.8 kB in 0s (0 B/s) 06:35:50 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 06:35:50 Fetched 8848 B in 0s (0 B/s) 06:35:50 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 06:35:50 Fetched 47.8 kB in 0s (0 B/s) 06:35:50 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 06:35:50 Fetched 45.6 kB in 0s (0 B/s) 06:35:50 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 06:35:50 Fetched 15.0 kB in 0s (0 B/s) 06:35:50 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 06:35:50 Fetched 214 kB in 0s (0 B/s) 06:35:50 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 06:35:50 Fetched 155 kB in 0s (0 B/s) 06:35:50 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 06:35:50 Fetched 50.6 kB in 0s (0 B/s) 06:35:50 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 06:35:50 Fetched 14.8 kB in 0s (0 B/s) 06:35:50 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 06:35:50 Fetched 41.8 kB in 0s (0 B/s) 06:35:50 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 06:35:50 Fetched 499 kB in 0s (0 B/s) 06:35:50 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 06:35:50 Fetched 111 kB in 0s (0 B/s) 06:35:50 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 06:35:50 Fetched 240 kB in 0s (0 B/s) 06:35:50 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 06:35:50 Fetched 29.3 kB in 0s (0 B/s) 06:35:50 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 06:35:50 Fetched 85.5 kB in 0s (0 B/s) 06:35:50 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 06:35:50 Fetched 24.5 kB in 0s (0 B/s) 06:35:50 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 06:35:50 Fetched 49.2 kB in 0s (0 B/s) 06:35:50 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 06:35:50 Fetched 54.2 kB in 0s (0 B/s) 06:35:50 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 06:35:50 Fetched 30.8 kB in 0s (0 B/s) 06:35:50 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 06:35:50 Fetched 17.0 kB in 0s (0 B/s) 06:35:50 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 06:35:50 Fetched 85.9 kB in 0s (0 B/s) 06:35:50 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 06:35:50 Fetched 8720 B in 0s (0 B/s) 06:35:50 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 06:35:50 Fetched 137 kB in 0s (0 B/s) 06:35:50 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 06:35:50 Fetched 119 kB in 0s (0 B/s) 06:35:50 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 06:35:50 Fetched 109 kB in 0s (0 B/s) 06:35:50 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 06:35:50 Fetched 11.1 kB in 0s (0 B/s) 06:35:50 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 06:35:50 Fetched 645 kB in 0s (0 B/s) 06:35:50 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 06:35:50 Fetched 41.3 kB in 0s (0 B/s) 06:35:50 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 06:35:50 Fetched 17.9 kB in 0s (0 B/s) 06:35:50 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 06:35:50 Fetched 368 kB in 0s (0 B/s) 06:35:50 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 06:35:50 Fetched 187 kB in 0s (0 B/s) 06:35:50 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 06:35:50 Fetched 175 kB in 0s (0 B/s) 06:35:50 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 06:35:50 Fetched 206 kB in 0s (0 B/s) 06:35:50 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 06:35:50 Fetched 1301 kB in 0s (0 B/s) 06:35:50 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 06:35:50 Fetched 36.2 kB in 0s (0 B/s) 06:35:50 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 06:35:50 Fetched 159 kB in 0s (0 B/s) 06:35:50 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 06:35:50 Fetched 107 kB in 0s (0 B/s) 06:35:50 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 06:35:50 Fetched 48.7 kB in 0s (0 B/s) 06:35:50 Pulling static-packages 06:35:50 'go115' has dependencies that need to be staged: static-packages go-build-helper 06:35:50 Skipping pull go-build-helper (already ran) 06:35:50 Skipping pull static-packages (already ran) 06:35:50 Building go-build-helper 06:35:53 Building static-packages 06:35:55 Staging go-build-helper 06:35:57 Staging static-packages 06:35:58 Pulling go115 06:35:59 'edgex-go' has dependencies that need to be staged: go115 06:35:59 Skipping pull go115 (already ran) 06:35:59 Building go115 06:35:59 % Total % Received % Xferd Average Speed Time Time Time Current 06:35:59 Dload Upload Total Spent Left Speed 06:35:59 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:35:59 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:36:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 31 115M 31 36.3M 0 0 33.1M 0 0:00:03 0:00:01 0:00:02 33.0M 69 115M 69 80.5M 0 0 38.3M 0 0:00:03 0:00:02 0:00:01 38.3M 100 115M 100 115M 0 0 39.4M 0 0:00:02 0:00:02 --:--:-- 39.4M 06:36:03 go1.15.2.linux-amd64.tar.gz: OK 06:36:07 Staging go115 06:36:13 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 06:36:13 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 06:36:13 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:36:13 Fetched 0 B in 0s (0 B/s) 06:36:13 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 06:36:13 Fetched 224 kB in 0s (0 B/s) 06:36:13 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 06:36:13 Fetched 157 kB in 0s (0 B/s) 06:36:13 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 06:36:13 Fetched 221 kB in 0s (0 B/s) 06:36:13 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 06:36:13 Fetched 143 kB in 0s (0 B/s) 06:36:13 Pulling edgex-go 06:36:14 Pulling version 06:36:14 Removing intermediate container c98841566883 06:36:14 ---> a4281fbe83d8 06:36:14 06:36:14 Step 10/24 : FROM alpine:3.12 06:36:14 3.12: Pulling from library/alpine 06:36:14 Removing intermediate container 40cf1c4437c2 06:36:14 ---> ff22659dffa0 06:36:14 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:36:14 Removing intermediate container e32edb035b77 06:36:14 ---> 147e4f3fc325 06:36:14 06:36:14 Step 10/21 : FROM alpine:3.12 06:36:14 Removing intermediate container 2caaaf637afe 06:36:14 ---> 49ad8cbb15a4 06:36:14 06:36:14 Step 10/22 : FROM scratch 06:36:14 ---> 06:36:14 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:36:14 3.12: Pulling from library/alpine 06:36:14 ---> Running in 25306f9b1208 06:36:14 ---> Running in d60f0e2bb190 06:36:14 Removing intermediate container d60f0e2bb190 06:36:14 ---> 0f477f07b97b 06:36:14 Step 12/22 : ENV APP_PORT=48082 06:36:14 ---> Running in 2a485b99c004 06:36:14 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:36:14 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:36:14 Status: Image is up to date for alpine:3.12 06:36:14 ---> afeebe901d6b 06:36:14 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 06:36:14 Status: Downloaded newer image for alpine:3.12 06:36:14 ---> afeebe901d6b 06:36:14 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:36:14 Step 11/21 : RUN apk add --update --no-cache curl 06:36:14 Removing intermediate container 2a485b99c004 06:36:14 ---> bc7063fbfcd1 06:36:14 Step 13/22 : EXPOSE $APP_PORT 06:36:14 ---> Running in 13a514ea96cd 06:36:14 ---> Running in fff2d6fc04a1 06:36:14 ---> Running in e0b1b481cf15 06:36:15 Building config-common 06:36:16 Removing intermediate container e0b1b481cf15 06:36:16 ---> 986cc81c5909 06:36:16 Step 14/22 : WORKDIR / 06:36:16 ---> Running in 51a6471dfc32 06:36:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:36:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:36:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:36:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:36:17 Removing intermediate container 51a6471dfc32 06:36:17 ---> b315b50c7158 06:36:17 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 06:36:17 (1/5) Installing ca-certificates (20191127-r4) 06:36:17 (2/5) Installing nghttp2-libs (1.41.0-r0) 06:36:17 (3/5) Installing libcurl (7.69.1-r3) 06:36:17 (4/5) Installing curl (7.69.1-r3) 06:36:17 (5/5) Installing dumb-init (1.2.2-r1) 06:36:17 Executing busybox-1.31.1-r19.trigger 06:36:17 Executing ca-certificates-20191127-r4.trigger 06:36:17 (1/4) Installing ca-certificates (20191127-r4) 06:36:17 Skipping build go-build-helper (already ran) 06:36:17 Skipping build static-packages (already ran) 06:36:17 Skipping build go115 (already ran) 06:36:17 Building edgex-go 06:36:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:36:17 (3/4) Installing libcurl (7.69.1-r3) 06:36:17 (4/4) Installing curl (7.69.1-r3) 06:36:17 Executing busybox-1.31.1-r19.trigger 06:36:17 Executing ca-certificates-20191127-r4.trigger 06:36:17 OK: 7 MiB in 19 packages 06:36:18 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:36:18 OK: 7 MiB in 18 packages 06:36:18 ---> 0aedba16fd73 06:36:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:36:19 go: downloading github.com/gorilla/mux v1.8.0 06:36:19 go: downloading github.com/OneOfOne/xxhash v1.2.8 06:36:19 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.139 06:36:19 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 06:36:19 go: downloading github.com/google/uuid v1.1.4 06:36:19 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.31 06:36:19 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 06:36:19 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 06:36:19 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 06:36:19 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 06:36:19 go: downloading github.com/go-playground/validator/v10 v10.3.0 06:36:19 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 06:36:19 go: downloading github.com/pkg/errors v0.8.1 06:36:19 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 06:36:19 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 06:36:19 go: downloading github.com/BurntSushi/toml v0.3.1 06:36:19 go: downloading github.com/imdario/mergo v0.3.11 06:36:19 go: downloading github.com/go-kit/kit v0.8.0 06:36:19 go: downloading github.com/pelletier/go-toml v1.2.0 06:36:19 go: downloading github.com/hashicorp/consul/api v1.1.0 06:36:19 go: downloading github.com/x448/float16 v0.8.4 06:36:19 go: downloading github.com/go-redis/redis/v7 v7.2.0 06:36:19 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:36:19 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 06:36:19 go: downloading github.com/pebbe/zmq4 v1.2.2 06:36:19 go: downloading github.com/leodido/go-urn v1.2.0 06:36:19 go: downloading gopkg.in/yaml.v2 v2.4.0 06:36:19 go: downloading github.com/go-playground/universal-translator v0.17.0 06:36:19 go: downloading github.com/mitchellh/mapstructure v1.1.2 06:36:19 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 06:36:19 go: downloading github.com/hashicorp/serf v0.8.2 06:36:19 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 06:36:19 go: downloading github.com/mitchellh/copystructure v1.0.0 06:36:19 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 06:36:19 go: downloading github.com/go-playground/locales v0.13.0 06:36:19 go: downloading github.com/go-logfmt/logfmt v0.4.0 06:36:19 go: downloading github.com/mitchellh/reflectwalk v1.0.0 06:36:19 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:36:19 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 06:36:19 go: downloading github.com/hashicorp/golang-lru v0.5.0 06:36:20 Removing intermediate container 25306f9b1208 06:36:20 ---> 2e42e7e9f661 06:36:20 06:36:20 Step 11/26 : FROM docker:20.10.0 06:36:20 20.10.0: Pulling from library/docker 06:36:21 ---> 8a0f525b1fd7 06:36:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:36:21 Removing intermediate container 13a514ea96cd 06:36:21 ---> d0102baf7392 06:36:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:36:21 Removing intermediate container fff2d6fc04a1 06:36:21 ---> b693e1474d81 06:36:21 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:36:21 Removing intermediate container b1ce474d77ed 06:36:21 ---> 278951903212 06:36:21 06:36:21 Step 10/22 : FROM scratch 06:36:21 ---> 06:36:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:36:22 ---> Using cache 06:36:22 ---> 0f477f07b97b 06:36:22 Step 12/22 : ENV APP_PORT=48081 06:36:22 ---> Running in 4f9f410fd44f 06:36:22 ---> Running in 58a9f3da6e11 06:36:22 ---> Running in 082141894bff 06:36:22 ---> 619841260f10 06:36:22 Step 18/22 : ENTRYPOINT ["/core-command"] 06:36:22 ---> Running in 573d36e91600 06:36:23 Removing intermediate container 4f9f410fd44f 06:36:23 ---> 899c97515647 06:36:23 Step 13/21 : WORKDIR /edgex 06:36:23 Removing intermediate container 58a9f3da6e11 06:36:23 ---> 85b834f76e4e 06:36:23 Step 13/24 : WORKDIR / 06:36:23 Removing intermediate container 082141894bff 06:36:23 ---> 88b5e14640f5 06:36:23 Step 13/22 : EXPOSE $APP_PORT 06:36:23 ---> Running in c7c3d4da856a 06:36:23 ---> Running in ec91e71f5796 06:36:23 ---> Running in e7ee9ed29a2a 06:36:24 Removing intermediate container 573d36e91600 06:36:24 ---> 1438171f158f 06:36:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:36:24 ---> Running in 36af3971a1c3 06:36:24 Removing intermediate container e7ee9ed29a2a 06:36:24 Removing intermediate container c7c3d4da856a 06:36:24 ---> 2607f438d9f4 06:36:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:36:24 ---> 6dad569fc7b8 06:36:24 Removing intermediate container ec91e71f5796 06:36:24 ---> 10b748f582e5 06:36:24 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:36:24 Step 14/22 : WORKDIR / 06:36:24 ---> Running in 07eab274f130 06:36:24 Removing intermediate container 36af3971a1c3 06:36:24 ---> fc8049869368 06:36:24 Step 20/22 : LABEL arch=arm64 06:36:25 ---> Running in 62eec7a67c80 06:36:25 Removing intermediate container 07eab274f130 06:36:25 ---> 57595e37c5a8 06:36:25 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 06:36:25 ---> 3ce3bcd398b8 06:36:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:36:25 ---> cb1980a9f1b1 06:36:25 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:36:26 Removing intermediate container 62eec7a67c80 06:36:26 ---> d6b0bc87c143 06:36:26 Step 21/22 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 06:36:26 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:36:27 ---> Running in 1afd230a5e4b 06:36:27 ---> 7eed761134b4 06:36:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:36:28 ---> 7a7e1858e1b7 06:36:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:36:28 ---> aa696725aee4 06:36:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:36:28 Removing intermediate container 1afd230a5e4b 06:36:28 ---> ac49171c09b5 06:36:28 Step 22/22 : LABEL version=0.0.0 06:36:28 ---> Running in 70c45f5c2225 06:36:29 ---> 5c15a49898f3 06:36:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:36:29 ---> 0c2871dd8a66 06:36:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:36:30 Removing intermediate container 70c45f5c2225 06:36:30 ---> a61a5a21f08f 06:36:30 06:36:30 ---> 10980ab66a26 06:36:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:36:30 Successfully built a61a5a21f08f 06:36:30 ---> Running in 952bfeeda605 06:36:30 ---> 01648acd4e8d 06:36:30 Step 18/22 : ENTRYPOINT ["/core-metadata"] 06:36:30 Successfully tagged docker-core-command-go-arm64:latest 06:36:30  Building docker-core-command-go ... done Building docker-support-scheduler-go 06:36:31 ---> Running in 6b003483e5ad 06:36:31 ---> 155fdd155805 06:36:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:36:31 Removing intermediate container 952bfeeda605 06:36:31 ---> 098de39a85ba 06:36:31 Step 18/21 : CMD ["--init=true"] 06:36:32 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:36:32 ---> Running in 11d2dfbeebc4 06:36:32 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:36:32 Removing intermediate container 6b003483e5ad 06:36:32 ---> 400dd86cc074 06:36:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:36:33 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:36:33 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:36:33 go: downloading github.com/stretchr/testify v1.6.1 06:36:33 Removing intermediate container 11d2dfbeebc4 06:36:33 ---> 6444ed18c33a 06:36:33 Step 19/21 : LABEL arch=arm64 06:36:33 go: downloading github.com/davecgh/go-spew v1.1.1 06:36:33 go: downloading github.com/pmezard/go-difflib v1.0.0 06:36:33 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 06:36:34 ---> Running in 4416e68ff507 06:36:34 ---> 07e4f7531c21 06:36:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:36:34 ---> Running in e176e3f21f0a 06:36:34 Removing intermediate container 4416e68ff507 06:36:34 ---> c7e120bdbae2 06:36:34 Step 20/22 : LABEL arch=arm64 06:36: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 06:36:35 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 06:36:35 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 06:36:35 ---> Running in e4153c09a339 06:36:35 Removing intermediate container e176e3f21f0a 06:36:35 ---> 8a55c8e91ea9 06:36:35 Step 20/21 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 06:36:35 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 06:36:36 Status: Downloaded newer image for docker:20.10.0 06:36:36 ---> eeaf43b92773 06:36:36 Step 12/26 : RUN apk add --no-cache bash 06:36:36 ---> 417458034956 06:36:36 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:36:36 ---> Running in 8df9b21716b9 06:36:36 ---> Running in 6803c06680aa 06:36:36 ---> Running in d524636668e0 06:36:36 Removing intermediate container e4153c09a339 06:36:36 ---> 6113be12873f 06:36:36 Step 21/22 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 06:36: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 06:36:36 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 06:36:36 ---> Running in 7de51ba542f3 06:36:37 Removing intermediate container 8df9b21716b9 06:36:37 ---> 5c464f39dc0c 06:36:37 Step 21/21 : LABEL version=0.0.0 06:36:37 ---> Running in fa563eab34cc 06:36:37 Removing intermediate container 7de51ba542f3 06:36:37 ---> 8c8823358a70 06:36:37 Step 22/22 : LABEL version=0.0.0 06:36: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 06:36:37 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 06:36:37 ---> Running in efcbd9037184 06:36:37 Removing intermediate container fa563eab34cc 06:36:37 ---> 8101e369e79d 06:36:37 06:36:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:36:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:36:38 Successfully built 8101e369e79d 06:36:38 Successfully tagged docker-security-proxy-setup-go-arm64:latest 06:36:38  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 06:36:38 Removing intermediate container efcbd9037184 06:36:38 ---> d1ec6d340c00 06:36:38 06:36:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:36:39 (1/2) Installing readline (8.0.4-r0) 06:36:39 (2/2) Installing bash (5.0.17-r0) 06:36:39 Executing bash-5.0.17-r0.post-install 06:36:39 Executing busybox-1.31.1-r19.trigger 06:36:39 Successfully built d1ec6d340c00 06:36:39 OK: 12 MiB in 22 packages 06:36:39 Successfully tagged docker-core-metadata-go-arm64:latest 06:36:39  Building docker-core-metadata-go ... done Building docker-support-notifications-go 06:36: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 06:36:40 Removing intermediate container d524636668e0 06:36:40 ---> 2dab73eedf15 06:36:40 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:36:40 ---> Running in b44df2d6bf9a 06:36: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 06:36:40 Removing intermediate container b44df2d6bf9a 06:36:40 ---> 39c1e1c5fd36 06:36:40 Step 22/24 : LABEL arch=arm64 06:36:41 Removing intermediate container 6803c06680aa 06:36:41 ---> b7cabf9fb1aa 06:36:41 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:36:41 ---> Running in a2b83c33b9c0 06:36:42 ---> Running in 387b9d9b4eae 06:36:42 Removing intermediate container a2b83c33b9c0 06:36:42 ---> cd3218effec1 06:36:42 Step 23/24 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 06:36:42 Removing intermediate container 387b9d9b4eae 06:36:42 ---> 4831e81803d8 06:36:42 Step 14/26 : ENV APP_PORT=48090 06:36:43 Building version 06:36:43 ---> Running in 96a18190fc1d 06:36:43 ---> Running in f634c77e0f29 06:36:44 Removing intermediate container 96a18190fc1d 06:36:44 ---> 4b34dd95036a 06:36:44 Step 24/24 : LABEL version=0.0.0 06:36:44 Removing intermediate container f634c77e0f29 06:36:44 ---> 508104ce5874 06:36:44 Step 15/26 : EXPOSE $APP_PORT 06:36:44 ---> Running in cf3325998cce 06:36:44 ---> Running in e02dc8557be5 06:36:45 Removing intermediate container cf3325998cce 06:36:45 ---> 53883c90d577 06:36:45 06:36:45 Staging config-common 06:36:45 Successfully built 53883c90d577 06:36:46 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 06:36:46  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrap-redis-go 06:36:46 Removing intermediate container e02dc8557be5 06:36:46 ---> 55ec7bfdcc28 06:36:46 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:36:46 Skipping stage go-build-helper (already ran) 06:36:46 Skipping stage static-packages (already ran) 06:36:46 Skipping stage go115 (already ran) 06:36:46 Staging edgex-go 06:36:47 Staging version 06:36:48 ---> 783820d7041f 06:36:48 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:36:48 Priming config-common 06:36:49 ---> e5d3a6f62da6 06:36:49 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:36:49 Priming go-build-helper 06:36:50 Priming static-packages 06:36:51 ---> 6c331615668e 06:36:51 Step 19/26 : RUN apk --no-cache add py3-pip 06:36:52 ---> Running in cb7cb69c6310 06:36:52 Priming go115 06:36:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:36:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:36:53 Priming edgex-go 06:36:54 (1/33) Installing libbz2 (1.0.8-r1) 06:36:54 (2/33) Installing expat (2.2.9-r1) 06:36:54 (3/33) Installing libffi (3.3-r2) 06:36:54 (4/33) Installing gdbm (1.13-r1) 06:36:54 (5/33) Installing xz-libs (5.2.5-r0) 06:36:54 (6/33) Installing sqlite-libs (3.32.1-r0) 06:36:54 (7/33) Installing python3 (3.8.5-r0) 06:36:54 Priming version 06:36:56 (8/33) Installing py3-appdirs (1.4.4-r1) 06:36:56 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:36:56 (10/33) Installing py3-parsing (2.4.7-r0) 06:36:56 (11/33) Installing py3-six (1.15.0-r0) 06:36:56 (12/33) Installing py3-packaging (20.4-r0) 06:36:56 (13/33) Installing py3-setuptools (47.0.0-r0) 06:36:56 (14/33) Installing py3-chardet (3.0.4-r4) 06:36:56 (15/33) Installing py3-idna (2.9-r0) 06:36:56 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:36:56 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:36:56 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 06:36:56 (18/33) Installing py3-requests (2.23.0-r0) 06:36:56 (19/33) Installing py3-msgpack (1.0.0-r0) 06:36:56 (20/33) Installing py3-lockfile (0.12.2-r3) 06:36:56 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:36:56 (22/33) Installing py3-colorama (0.4.3-r0) 06:36:56 (23/33) Installing py3-distlib (0.3.0-r0) 06:36:56 (24/33) Installing py3-distro (1.5.0-r1) 06:36:56 (25/33) Installing py3-webencodings (0.5.1-r3) 06:36:56 (26/33) Installing py3-html5lib (1.0.1-r4) 06:36:56 (27/33) Installing py3-pytoml (0.1.21-r0) 06:36:56 (28/33) Installing py3-pep517 (0.8.2-r0) 06:36:56 (29/33) Installing py3-progress (1.5-r0) 06:36:56 (30/33) Installing py3-toml (0.10.1-r0) 06:36:56 (31/33) Installing py3-retrying (1.3.3-r0) 06:36:56 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:36:56 (33/33) Installing py3-pip (20.1.1-r0) 06:36:56 Executing busybox-1.31.1-r19.trigger 06:36:56 OK: 71 MiB in 55 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:37:03 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:37:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:37:03 ---> b6dac4d4921d 06:37:03 Step 3/21 : WORKDIR /edgex-go 06:37:03 ---> Using cache 06:37:03 ---> 94fb165760e9 06:37:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:37:03 ---> Using cache 06:37:03 ---> f34357a0fa78 06:37:03 Step 5/21 : RUN apk add --update --no-cache make git 06:37:03 ---> Using cache 06:37:03 ---> b8727c415c1f 06:37:03 Step 6/21 : COPY go.mod . 06:37:03 ---> Using cache 06:37:03 ---> 432fe3d98636 06:37:03 Step 7/21 : RUN go mod download 06:37:03 ---> Using cache 06:37:03 ---> 21c0127b1ee7 06:37:03 Step 8/21 : COPY . . 06:37:03 ---> Using cache 06:37:03 ---> bdfc9366b117 06:37:03 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 06:37:05 ---> Running in a5135ef22b25 06:37:06 Removing intermediate container cb7cb69c6310 06:37:06 ---> 0ca81e9b3f43 06:37:06 Step 20/26 : RUN pip install docker-compose==1.23.2 06:37:07 ---> Running in 1c601e70cd01 06:37:07 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:37:14 Collecting docker-compose==1.23.2 06:37:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:37:15 Collecting jsonschema<3,>=2.5.1 06:37:15 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:37:15 Collecting docopt<0.7,>=0.6.1 06:37:15 Downloading docopt-0.6.2.tar.gz (25 kB) 06:37:18 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:37:18 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:37:19 Collecting PyYAML<4,>=3.10 06:37:19 Downloading PyYAML-3.13.tar.gz (270 kB) 06:37:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:37:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:37:20 ---> b6dac4d4921d 06:37:20 Step 3/24 : WORKDIR /edgex-go 06:37:20 ---> Using cache 06:37:20 ---> 94fb165760e9 06:37:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:37:20 ---> Using cache 06:37:20 ---> f34357a0fa78 06:37:20 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 06:37:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:37:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:37:20 ---> b6dac4d4921d 06:37:20 Step 3/23 : WORKDIR /edgex-go 06:37:20 ---> Using cache 06:37:20 ---> 94fb165760e9 06:37:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:37:20 ---> Using cache 06:37:20 ---> f34357a0fa78 06:37:20 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 06:37:23 ---> Running in 69e487b3356b 06:37:23 ---> Running in 65621dcfa3dc 06:37:25 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:37:25 Collecting websocket-client<1.0,>=0.32.0 06:37:25 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:37:25 Collecting dockerpty<0.5,>=0.4.1 06:37:25 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:37:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:37:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:37:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:37:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:37:26 ---> b6dac4d4921d 06:37:26 Step 3/22 : WORKDIR /edgex-go 06:37:26 ---> Using cache 06:37:26 ---> 94fb165760e9 06:37:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:37:26 ---> Using cache 06:37:26 ---> f34357a0fa78 06:37:26 Step 5/22 : RUN apk add --update --no-cache make git 06:37:26 ---> Using cache 06:37:26 ---> b8727c415c1f 06:37:26 Step 6/22 : COPY go.mod . 06:37:26 ---> Using cache 06:37:26 ---> 432fe3d98636 06:37:26 Step 7/22 : RUN go mod download 06:37:26 ---> Using cache 06:37:27 ---> 21c0127b1ee7 06:37:27 Step 8/22 : COPY . . 06:37:27 ---> Using cache 06:37:27 ---> bdfc9366b117 06:37:27 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 06:37:27 OK: 217 MiB in 51 packages 06:37:27 OK: 217 MiB in 51 packages 06:37:27 ---> Running in c45cb3777163 06:37:29 Removing intermediate container 69e487b3356b 06:37:29 ---> 36ea94cc2242 06:37:29 Step 6/24 : COPY go.mod . 06:37:29 Collecting docker<4.0,>=3.6.0 06:37:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:37:29 Removing intermediate container 65621dcfa3dc 06:37:29 ---> 21eb2a824371 06:37:29 Step 6/23 : COPY go.mod . 06:37:30 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:37:30 ---> f74676605bc9 06:37:30 Step 7/24 : RUN go mod download 06:37:30 ---> Running in d8cfe5c119c2 06:37:30 Collecting texttable<0.10,>=0.9.0 06:37:30 Downloading texttable-0.9.1.tar.gz (11 kB) 06:37:31 ---> 3a2114a73c0f 06:37:31 Step 7/23 : RUN go mod download 06:37:31 ---> Running in f6571dfa1984 06:37:34 Collecting cached-property<2,>=1.2.0 06:37:34 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:37:34 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 06:37:34 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 06:37:35 Collecting urllib3<1.25,>=1.21.1 06:37:35 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:37:35 Removing intermediate container d8cfe5c119c2 06:37:35 ---> 869d9eececeb 06:37:35 Step 8/24 : COPY . . 06:37:36 Removing intermediate container f6571dfa1984 06:37:36 ---> 8649b9c7f1c7 06:37:36 Step 8/23 : COPY . . 06:37:36 Collecting idna<2.8,>=2.5 06:37:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:37:36 Collecting docker-pycreds>=0.4.0 06:37:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:37:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:37:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:37:36 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:37:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:37:38 Installing collected packages: jsonschema, docopt, urllib3, idna, requests, PyYAML, websocket-client, dockerpty, docker-pycreds, docker, texttable, cached-property, docker-compose 06:37:38 Running setup.py install for docopt: started 06:37:40 Running setup.py install for docopt: finished with status 'done' 06:37:40 Attempting uninstall: urllib3 06:37:40 Found existing installation: urllib3 1.25.9 06:37:40 Uninstalling urllib3-1.25.9: 06:37:41 Successfully uninstalled urllib3-1.25.9 06:37:41 Attempting uninstall: idna 06:37:42 Found existing installation: idna 2.9 06:37:42 Uninstalling idna-2.9: 06:37:42 Successfully uninstalled idna-2.9 06:37:43 Attempting uninstall: requests 06:37:43 Found existing installation: requests 2.23.0 06:37:43 Uninstalling requests-2.23.0: 06:37:43 Successfully uninstalled requests-2.23.0 06:37:43 Running setup.py install for PyYAML: started 06:37:47 Running setup.py install for PyYAML: finished with status 'done' 06:37:47 Running setup.py install for dockerpty: started 06:37:49 Running setup.py install for dockerpty: finished with status 'done' 06:37:50 Running setup.py install for texttable: started 06:37:52 Running setup.py install for texttable: finished with status 'done' 06:37:53 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:38:04 ---> e9af8243bd20 06:38:04 Step 9/24 : RUN make cmd/support-notifications/support-notifications 06:38:04 ---> e0eca89e16c3 06:38:04 Step 9/23 : RUN make cmd/core-data/core-data 06:38:04 ---> Running in 831f43c4f9f1 06:38:04 ---> Running in c6230aa7469a 06:38:06 Removing intermediate container 1c601e70cd01 06:38:06 ---> 11a62b8bbb31 06:38:06 Step 21/26 : RUN apk --no-cache add curl 06:38:06 ---> Running in f27f1097a7e1 06:38:06 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:38:07 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:38:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:38:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:38:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:38:09 (2/3) Installing libcurl (7.69.1-r3) 06:38:09 (3/3) Installing curl (7.69.1-r3) 06:38:09 Executing busybox-1.31.1-r19.trigger 06:38:09 OK: 71 MiB in 58 packages 06:38:11 Removing intermediate container f27f1097a7e1 06:38:11 ---> 7fb3157aae00 06:38:11 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 06:38:11 ---> Running in bc43ae2b8915 06:38:12 Removing intermediate container bc43ae2b8915 06:38:12 ---> 0bd107c22195 06:38:12 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:38:12 ---> Running in 661d1da7652f 06:38:13 Removing intermediate container 661d1da7652f 06:38:13 ---> 938c0bf198f3 06:38:13 Step 24/26 : LABEL arch=arm64 06:38:13 ---> Running in f442b858f5ba 06:38:13 Removing intermediate container f442b858f5ba 06:38:13 ---> c0a78c36e028 06:38:13 Step 25/26 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 06:38:14 ---> Running in c21cf439311b 06:38:14 Removing intermediate container c21cf439311b 06:38:14 ---> 4fa4fa74fd6d 06:38:14 Step 26/26 : LABEL version=0.0.0 06:38:14 ---> Running in 9c460a41955e 06:38:15 Removing intermediate container 9c460a41955e 06:38:15 ---> 660add69cdf9 06:38:15 06:38:16 Successfully built 660add69cdf9 06:38:16 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 06:38:20  Building docker-sys-mgmt-agent-go ... done Removing intermediate container a5135ef22b25 06:38:20 ---> 6a91021ec571 06:38:20 06:38:20 Step 10/21 : FROM scratch 06:38:20 ---> 06:38:20 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:38:20 ---> Using cache 06:38:20 ---> 0f477f07b97b 06:38:20 Step 12/21 : ENV APP_PORT=48085 06:38:20 ---> Running in 587a96765a07 06:38:21 Removing intermediate container 587a96765a07 06:38:21 ---> b4a3af089f76 06:38:21 Step 13/21 : EXPOSE $APP_PORT 06:38:21 ---> Running in a80ce18cd6db 06:38:22 Removing intermediate container a80ce18cd6db 06:38:22 ---> aef1d8ca6340 06:38:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 06:38:23 ---> f5df0b188f5d 06:38:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:38:25 ---> 2e8c5c0eef27 06:38:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:38:26 ---> e7b6c62cb6c1 06:38:26 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 06:38:26 ---> Running in d3dea6c44c07 06:38:27 Removing intermediate container d3dea6c44c07 06:38:27 ---> 99b8903e845c 06:38:27 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:38:27 ---> Running in 3c8c28a38470 06:38:28 Removing intermediate container 3c8c28a38470 06:38:28 ---> f44d41b1cc10 06:38:28 Step 19/21 : LABEL arch=arm64 06:38:28 ---> Running in aea23f86a588 06:38:29 Removing intermediate container aea23f86a588 06:38:29 ---> f2c031a24fa9 06:38:29 Step 20/21 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 06:38:29 ---> Running in 88c00506e0b1 06:38:29 Removing intermediate container 88c00506e0b1 06:38:29 ---> 8255ff437eab 06:38:29 Step 21/21 : LABEL version=0.0.0 06:38:29 ---> Running in 8d71d9edbeb5 06:38:30 Removing intermediate container 8d71d9edbeb5 06:38:30 ---> 727ea3058ba0 06:38:30 06:38:31 Successfully built 727ea3058ba0 06:38:31 Successfully tagged docker-support-scheduler-go-arm64:latest 06:38:43  Building docker-support-scheduler-go ... done Removing intermediate container c45cb3777163 06:38:43 ---> 1ed3db73e540 06:38:43 06:38:43 Step 10/22 : FROM alpine:3.12 06:38:43 ---> afeebe901d6b 06:38:43 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 06:38:43 ---> Using cache 06:38:43 ---> d0102baf7392 06:38:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 06:38:43 ---> Running in 578d472b91a4 06:38:43 Removing intermediate container 578d472b91a4 06:38:43 ---> 95d7cc5db523 06:38:43 Step 13/22 : WORKDIR / 06:38:43 ---> Running in db81b33fbb35 06:38:44 Removing intermediate container db81b33fbb35 06:38:44 ---> cf26578ca3af 06:38:44 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 06:38:45 ---> 6597824e455f 06:38:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 06:38:47 ---> d84cc6b65334 06:38:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 06:38:48 ---> d9170a3c9e1d 06:38:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 06:38:49 ---> 3f88a5d5ff32 06:38:49 Step 18/22 : RUN chmod +x entrypoint.sh 06:38:49 ---> Running in bb49b984850b 06:38:52 Removing intermediate container bb49b984850b 06:38:52 ---> 6788f16093eb 06:38:52 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 06:38:52 ---> Running in 28f20016f3a2 06:38:53 Removing intermediate container 28f20016f3a2 06:38:53 ---> 38b01a768dde 06:38:53 Step 20/22 : LABEL arch=arm64 06:38:53 ---> Running in af089c88dcd1 06:38:54 Removing intermediate container af089c88dcd1 06:38:54 ---> 2fff441300a6 06:38:54 Step 21/22 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 06:38:54 ---> Running in 4bb156143dcc 06:38:55 Removing intermediate container 4bb156143dcc 06:38:55 ---> f46695ae26fb 06:38:55 Step 22/22 : LABEL version=0.0.0 06:38:55 ---> Running in 44008b7ebece 06:38:56 Removing intermediate container 44008b7ebece 06:38:56 ---> c6b46a64d5b5 06:38:56 06:38:56 Successfully built c6b46a64d5b5 06:38:56 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 06:39:12  Building docker-security-bootstrap-redis-go ... done Removing intermediate container c6230aa7469a 06:39:12 ---> 42c3ce8e39a6 06:39:12 06:39:12 Step 10/24 : FROM scratch 06:39:12 ---> 06:39:12 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:39:12 ---> Running in 11566f78803d 06:39:12 Removing intermediate container 11566f78803d 06:39:12 ---> 09bf20b47011 06:39:12 Step 12/24 : ENV APP_PORT=48060 06:39:12 ---> Running in 10ae284bdd94 06:39:12 Removing intermediate container 10ae284bdd94 06:39:12 ---> d24cf5fa1ec8 06:39:12 Step 13/24 : EXPOSE $APP_PORT 06:39:12 ---> Running in 4734c26c13e7 06:39:12 Removing intermediate container 4734c26c13e7 06:39:12 ---> 12f92eb7f4ed 06:39:12 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 06:39:12 ---> a1b62275ab33 06:39:12 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 06:39:13 ---> 9d83dd7909ca 06:39:13 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 06:39:15 ---> 471fb1ef3afe 06:39:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 06:39:16 ---> 159e9d555e52 06:39:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:39:17 ---> dd1f3ca722db 06:39:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:39:18 ---> 0ba2a15ab904 06:39:18 Step 20/24 : ENTRYPOINT ["/support-notifications"] 06:39:18 ---> Running in 93e3e929750b 06:39:18 Removing intermediate container 93e3e929750b 06:39:18 ---> 1e64c810ed41 06:39:18 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:39:18 ---> Running in b2d625dab179 06:39:19 Removing intermediate container b2d625dab179 06:39:19 ---> c0496fd67d2d 06:39:19 Step 22/24 : LABEL arch=arm64 06:39:19 ---> Running in 7cdd8f29cd2a 06:39:20 Removing intermediate container 7cdd8f29cd2a 06:39:20 ---> b022ccd2518f 06:39:20 Step 23/24 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 06:39:20 ---> Running in 99f7867c98b7 06:39:20 Removing intermediate container 831f43c4f9f1 06:39:20 ---> 89e74718f723 06:39:20 06:39:20 Step 10/23 : FROM alpine:3.12 06:39:20 ---> afeebe901d6b 06:39:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:39:21 ---> Running in 4aee8821a77b 06:39:21 Removing intermediate container 99f7867c98b7 06:39:21 ---> 68495e19eae6 06:39:21 Step 24/24 : LABEL version=0.0.0 06:39:21 ---> Running in 6909f8b585db 06:39:21 Removing intermediate container 4aee8821a77b 06:39:21 ---> 02964c110995 06:39:21 Step 12/23 : ENV APP_PORT=48080 06:39:21 ---> Running in 8ee89edc2de2 06:39:21 Removing intermediate container 6909f8b585db 06:39:21 ---> ff398e22b3d2 06:39:21 06:39:22 Successfully built ff398e22b3d2 06:39:22 Successfully tagged docker-support-notifications-go-arm64:latest 06:39:22  Building docker-support-notifications-go ... done Removing intermediate container 8ee89edc2de2 06:39:22 ---> 74bc8fc59a4a 06:39:22 Step 13/23 : EXPOSE $APP_PORT 06:39:22 ---> Running in ef3db69dc448 06:39:23 Removing intermediate container ef3db69dc448 06:39:23 ---> 18268ba41f05 06:39:23 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:39:23 ---> Running in 3aac49824a05 06:39:25 Removing intermediate container 3aac49824a05 06:39:25 ---> c9e78313ba0d 06:39:25 Step 15/23 : RUN apk add --update --no-cache zeromq 06:39:25 ---> Running in 0c2d81dab19f 06:39:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:39:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:39:27 (1/5) Installing libgcc (9.3.0-r2) 06:39:27 (2/5) Installing libsodium (1.0.18-r0) 06:39:27 (3/5) Installing libstdc++ (9.3.0-r2) 06:39:28 (4/5) Installing libzmq (4.3.3-r0) 06:39:28 (5/5) Installing zeromq (4.3.3-r0) 06:39:28 Executing busybox-1.31.1-r19.trigger 06:39:28 OK: 8 MiB in 19 packages 06:39:30 Removing intermediate container 0c2d81dab19f 06:39:30 ---> dbed3e25f9bf 06:39:30 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 06:39:30 ---> 62fa0d0c5446 06:39:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:39:32 ---> 40242aa66e7f 06:39:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:39:32 ---> 17860118c9c5 06:39:32 Step 19/23 : ENTRYPOINT ["/core-data"] 06:39:32 ---> Running in 6e30e8aa7cd5 06:39:33 Removing intermediate container 6e30e8aa7cd5 06:39:33 ---> a46e8fa721e8 06:39:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:39:33 ---> Running in ffabdc74f818 06:39:34 Removing intermediate container ffabdc74f818 06:39:34 ---> 8450b4b00f32 06:39:34 Step 21/23 : LABEL arch=arm64 06:39:34 ---> Running in 31e5a2cfb5df 06:39:34 Removing intermediate container 31e5a2cfb5df 06:39:34 ---> 5cfd52ad3c3c 06:39:34 Step 22/23 : LABEL git_sha=a1e981128744735d131ec80c0be858cf0a480739 06:39:34 ---> Running in 590350d3bdc4 06:39:35 Removing intermediate container 590350d3bdc4 06:39:35 ---> 94780eb5f00a 06:39:35 Step 23/23 : LABEL version=0.0.0 06:39:35 ---> Running in 3ec49d8ead1d 06:39:35 Removing intermediate container 3ec49d8ead1d 06:39:35 ---> 4b03fe202da9 06:39:35 06:39:36 Successfully built 4b03fe202da9 06:39:36 Successfully tagged docker-core-data-go-arm64:latest 06:39:36  Building docker-core-data-go ... done  [Pipeline] } 06:39:36 $ docker stop --time=1 bff9ecae85fd57479f06b467fa729c4e1eea889b22cda2ec804605ed0ea9e3dd 06:39:38 $ docker rm -f bff9ecae85fd57479f06b467fa729c4e1eea889b22cda2ec804605ed0ea9e3dd [Pipeline] // withDockerContainer [Pipeline] sh 06:39:39 + docker images+ 06:39:39 grep docker 06:39:39 docker-core-data-go-arm64 latest 4b03fe202da9 4 seconds ago 21MB 06:39:39 docker-support-notifications-go-arm64 latest ff398e22b3d2 18 seconds ago 11.4MB 06:39:39 docker-security-bootstrap-redis-go-arm64 latest c6b46a64d5b5 43 seconds ago 15.1MB 06:39:39 docker-support-scheduler-go-arm64 latest 727ea3058ba0 About a minute ago 10MB 06:39:39 docker-sys-mgmt-agent-go-arm64 latest 660add69cdf9 About a minute ago 300MB 06:39:39 docker-security-secretstore-setup-go-arm64 latest 53883c90d577 2 minutes ago 23.4MB 06:39:39 docker-core-metadata-go-arm64 latest d1ec6d340c00 3 minutes ago 12.2MB 06:39:39 docker-security-proxy-setup-go-arm64 latest 8101e369e79d 3 minutes ago 23.3MB 06:39:39 docker-core-command-go-arm64 latest a61a5a21f08f 3 minutes ago 9.98MB 06:39:39 docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 06:39:43 provisioning config files... 06:39:43 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config8497757562568050515tmp [Pipeline] { [Pipeline] sh 06:39:43 + set +x 06:39:43 + curl -s https://codecov.io/bash 06:39:43 + bash -s -- 06:39:44 06:39:44 _____ _ 06:39:44 / ____| | | 06:39:44 | | ___ __| | ___ ___ _____ __ 06:39:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:39:44 | |___| (_) | (_| | __/ (_| (_) \ V / 06:39:44 \_____\___/ \__,_|\___|\___\___/ \_/ 06:39:44 Bash-20201231-23d4836 06:39:44 06:39:44 06:39:44 ==> git version 2.24.3 found 06:39:44 ==> 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:39:44 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:39:44 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:39:44 ==> Jenkins CI detected. 06:39:44 project root: . 06:39:44 --> token set from env 06:39:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:39:44 ==> Running gcov in . (disable via -X gcov) 06:39:44 ==> Python coveragepy not found 06:39:44 ==> Searching for coverage reports in: 06:39:44 + . 06:39:44 -> Found 1 reports 06:39:44 ==> Detecting git/mercurial file structure 06:39:44 ==> Reading reports 06:39:44 + ./coverage.out bytes=541590 06:39:44 ==> Appending adjustments 06:39:44 https://docs.codecov.io/docs/fixing-reports 06:39:47 + Found adjustments 06:39:47 ==> Gzipping contents 06:39:47 84K /tmp/codecov.GGtoyq.gz 06:39:47 ==> Uploading reports 06:39:47 url: https://codecov.io 06:39:47 query: branch=PR-2999&commit=a1e981128744735d131ec80c0be858cf0a480739&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2999%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2999&job=&cmd_args= 06:39:47 -> Pinging Codecov 06:39:47 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2999&commit=a1e981128744735d131ec80c0be858cf0a480739&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2999%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2999&job=&cmd_args= 06:39:47 -> Uploading to 06:39:47 https://storage.googleapis.com/codecov/v4/raw/2021-01-08/00271124DB129430A58F1EEE437C3FCB/a1e981128744735d131ec80c0be858cf0a480739/83e80ae4-4235-4142-bbdb-1d19ac3725c4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210108%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210108T063947Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9336e741b270c3d06ee5dfc42a90c25b4d54a482a9ae438ec80fe65e9c76da26 06:39:47 % Total % Received % Xferd Average Speed Time Time Time Current 06:39:47 Dload Upload Total Spent Left Speed 06:39:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82337 0 0 100 82337 0 120k --:--:-- --:--:-- --:--:-- 121k 06:39:48 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/a1e981128744735d131ec80c0be858cf0a480739 [Pipeline] } 06:39:48 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:39:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:39:52 ---> package-listing.sh 06:39:52 ++ facter osfamily 06:39:52 ++ tr '[:upper:]' '[:lower:]' 06:39:52 + OS_FAMILY=redhat 06:39:52 + workspace=/w/workspace/edgex-go/1 06:39:52 + START_PACKAGES=/tmp/packages_start.txt 06:39:52 + END_PACKAGES=/tmp/packages_end.txt 06:39:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:39:52 + PACKAGES=/tmp/packages_start.txt 06:39:52 + '[' /w/workspace/edgex-go/1 ']' 06:39:52 + PACKAGES=/tmp/packages_end.txt 06:39:52 + case "${OS_FAMILY}" in 06:39:52 + rpm -qa 06:39:52 + sort 06:39:57 + '[' -f /tmp/packages_start.txt ']' 06:39:57 + '[' -f /tmp/packages_end.txt ']' 06:39:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:39:57 + '[' /w/workspace/edgex-go/1 ']' 06:39:57 + mkdir -p /w/workspace/edgex-go/1/archives/ 06:39:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 06:39:57 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:39:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:39:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:39:58 06:39:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:39:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:39:58 alpine: Pulling from edgex-lftools-log-publisher 06:39:58 df20fa9351a1: Pulling fs layer 06:39:58 36b3adc4ff6f: Pulling fs layer 06:39:58 8ad3a11d3b57: Pulling fs layer 06:39:58 46f8f816bc3b: Pulling fs layer 06:39:58 93b61091891f: Pulling fs layer 06:39:58 93b9cdb0e59b: Pulling fs layer 06:39:58 5e14af77c1be: Pulling fs layer 06:39:58 01666e4c0597: Pulling fs layer 06:39:58 aa168da1d23b: Pulling fs layer 06:39:58 46f8f816bc3b: Waiting 06:39:58 93b61091891f: Waiting 06:39:58 93b9cdb0e59b: Waiting 06:39:58 5e14af77c1be: Waiting 06:39:58 01666e4c0597: Waiting 06:39:58 aa168da1d23b: Waiting 06:39:58 36b3adc4ff6f: Verifying Checksum 06:39:58 36b3adc4ff6f: Download complete 06:39:58 46f8f816bc3b: Download complete 06:39:59 df20fa9351a1: Download complete 06:39:59 93b9cdb0e59b: Download complete 06:39:59 5e14af77c1be: Verifying Checksum 06:39:59 5e14af77c1be: Download complete 06:39:59 01666e4c0597: Verifying Checksum 06:39:59 01666e4c0597: Download complete 06:39:59 93b61091891f: Verifying Checksum 06:39:59 93b61091891f: Download complete 06:39:59 8ad3a11d3b57: Verifying Checksum 06:39:59 8ad3a11d3b57: Download complete 06:39:59 df20fa9351a1: Pull complete 06:39:59 36b3adc4ff6f: Pull complete 06:40:00 8ad3a11d3b57: Pull complete 06:40:00 46f8f816bc3b: Pull complete 06:40:02 aa168da1d23b: Download complete 06:40:04 93b61091891f: Pull complete 06:40:04 93b9cdb0e59b: Pull complete 06:40:04 5e14af77c1be: Pull complete 06:40:04 01666e4c0597: Pull complete 06:40:14 aa168da1d23b: Pull complete 06:40:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:40:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:40:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:40:14 prd-centos7-docker-4c-2g-19070 does not seem to be running inside a container 06:40:14 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:40:17 $ docker top 756ec7e63c826c93429b389bffa3d3d7f7213fa1bfb7e7a9fb47e4eaf91179f3 -eo pid,comm [Pipeline] { [Pipeline] sh 06:40:18 + touch /tmp/pre-build-complete [Pipeline] sh 06:40:19 + mkdir -p /var/log/sa [Pipeline] sh 06:40:19 + ls /var/log/sa-host 06:40:19 + sadf -c /var/log/sa-host/sa08 06:40:19 file_magic: OK 06:40:19 HZ: Using current value: 100 06:40:19 file_header: OK 06:40:19 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:40:19 Statistics: 06:40:19 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:40:19 File successfully converted to sysstat format version 12.2.1 06:40:19 + sadf -c /var/log/sa-host/sa23 06:40:19 file_magic: OK 06:40:19 HZ: Using current value: 100 06:40:19 file_header: OK 06:40:19 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:40:19 Statistics: 06:40:19 Hnuu...uuuununununu... 06:40:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:40:20 provisioning config files... 06:40:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8258688646685425285tmp [Pipeline] { [Pipeline] echo 06:40:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:40:20 ---> create-netrc.sh [Pipeline] } 06:40:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:40:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:40:21 ---> python-tools-install.sh [Pipeline] echo 06:40:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:40:21 ---> sudo-logs.sh 06:40:21 Archiving 'sudo' log.. [Pipeline] echo 06:40:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:40:22 ---> job-cost.sh 06:40:22 lf-activate-venv: SKIPPING 06:40:22 INFO: No Stack... 06:40:23 INFO: Retrieving Pricing Info for: v1-standard-2 06:40:23 INFO: Archiving Costs [Pipeline] echo 06:40:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:40:24 ---> logs-deploy.sh 06:40:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2999/1 06:40:24 INFO: archiving workspace using pattern(s): 06:40:26 Archives upload complete. 06:40:26 INFO: archiving logs to Nexus 06:40:27 ---> uname -a: 06:40:27 Linux prd-centos7-docker-4c-2g-19070.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:40:27 06:40:27 06:40:27 ---> lscpu: 06:40:27 Architecture: x86_64 06:40:27 CPU op-mode(s): 32-bit, 64-bit 06:40:27 Byte Order: Little Endian 06:40:27 Address sizes: 40 bits physical, 48 bits virtual 06:40:27 CPU(s): 4 06:40:27 On-line CPU(s) list: 0-3 06:40:27 Thread(s) per core: 1 06:40:27 Core(s) per socket: 1 06:40:27 Socket(s): 4 06:40:27 NUMA node(s): 1 06:40:27 Vendor ID: GenuineIntel 06:40:27 CPU family: 6 06:40:27 Model: 44 06:40:27 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:40:27 Stepping: 1 06:40:27 CPU MHz: 2933.438 06:40:27 BogoMIPS: 5866.87 06:40:27 Virtualization: VT-x 06:40:27 Hypervisor vendor: KVM 06:40:27 Virtualization type: full 06:40:27 L1d cache: 128 KiB 06:40:27 L1i cache: 128 KiB 06:40:27 L2 cache: 16 MiB 06:40:27 L3 cache: 64 MiB 06:40:27 NUMA node0 CPU(s): 0-3 06:40:27 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:40:27 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:40:27 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:40:27 Vulnerability Meltdown: Mitigation; PTI 06:40:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:40:27 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:40:27 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:40:27 Vulnerability Srbds: Not affected 06:40:27 Vulnerability Tsx async abort: Not affected 06:40:27 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 06:40:27 06:40:27 06:40:27 ---> nproc: 06:40:27 4 06:40:27 06:40:27 06:40:27 ---> df -h: 06:40:27 Filesystem Size Used Available Use% Mounted on 06:40:27 overlay 50.0G 12.4G 37.5G 25% / 06:40:27 tmpfs 64.0M 0 64.0M 0% /dev 06:40:27 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:40:27 shm 64.0M 0 64.0M 0% /dev/shm 06:40:27 /dev/vda1 50.0G 12.4G 37.5G 25% /facter-os 06:40:27 /dev/vda1 50.0G 12.4G 37.5G 25% /etc/resolv.conf 06:40:27 /dev/vda1 50.0G 12.4G 37.5G 25% /etc/hostname 06:40:27 /dev/vda1 50.0G 12.4G 37.5G 25% /etc/hosts 06:40:27 /dev/vda1 50.0G 12.4G 37.5G 25% /var/log/auth.log 06:40:27 /dev/vda1 50.0G 12.4G 37.5G 25% /run/cloud-init/result.json 06:40:27 /dev/vda1 50.0G 12.4G 37.5G 25% /var/log/sa-host 06:40:27 /dev/vda1 50.0G 12.4G 37.5G 25% /var/log/secure 06:40:27 /dev/vda1 50.0G 12.4G 37.5G 25% /w/workspace/edgex-go/1@tmp 06:40:27 /dev/vda1 50.0G 12.4G 37.5G 25% /w/workspace/edgex-go/1 06:40:27 06:40:27 06:40:27 ---> free -m: 06:40:27 total used free shared buff/cache available 06:40:27 Mem: 1837 717 149 0 970 1035 06:40:27 Swap: 1023 64 959 06:40:27 06:40:27 06:40:27 ---> ip addr: 06:40:27 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:40:27 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:40:27 inet 127.0.0.1/8 scope host lo 06:40:27 valid_lft forever preferred_lft forever 06:40:27 inet6 ::1/128 scope host 06:40:27 valid_lft forever preferred_lft forever 06:40:27 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:40:27 link/ether fa:16:3e:44:c3:d7 brd ff:ff:ff:ff:ff:ff 06:40:27 inet 10.30.122.122/23 brd 10.30.123.255 scope global dynamic eth0 06:40:27 valid_lft 85217sec preferred_lft 85217sec 06:40:27 inet6 fe80::f816:3eff:fe44:c3d7/64 scope link 06:40:27 valid_lft forever preferred_lft forever 06:40:27 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:40:27 link/ether 02:42:37:9d:13:fa brd ff:ff:ff:ff:ff:ff 06:40:27 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:40:27 valid_lft forever preferred_lft forever 06:40:27 inet6 fe80::42:37ff:fe9d:13fa/64 scope link 06:40:27 valid_lft forever preferred_lft forever 06:40:27 06:40:27 06:40:27 ---> sar -b -r -n DEV: 06:40:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/08/21 _x86_64_ (4 CPU) 06:40:27 06:40:27 06:20:32 LINUX RESTART (4 CPU) 06:40:27 06:40:27 06:21:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:40:27 06:22:01 82.01 25.25 56.76 0.00 6238.49 13904.42 0.00 06:40:27 06:23:01 332.14 128.33 203.81 0.00 7903.24 57272.57 0.00 06:40:27 06:24:01 210.83 114.63 96.21 0.00 3885.79 9973.08 0.00 06:40:27 06:25:01 145.55 61.73 83.83 0.00 3560.05 18940.10 0.00 06:40:27 06:26:02 1490.25 1184.18 306.07 0.00 115859.23 175568.24 0.00 06:40:27 06:27:02 2227.11 1977.29 249.82 0.00 115123.68 130985.57 0.00 06:40:27 06:28:02 1953.86 1572.49 381.37 0.00 132269.06 157690.11 0.00 06:40:27 06:29:02 2014.75 1676.48 338.27 0.00 112142.01 120595.84 0.00 06:40:27 06:30:01 229.91 64.37 165.54 0.00 8601.59 17568.19 0.00 06:40:27 06:31:01 5.13 0.47 4.66 0.00 28.64 135.00 0.00 06:40:27 06:32:01 0.37 0.03 0.33 0.00 0.40 5.21 0.00 06:40:27 06:33:01 0.23 0.00 0.23 0.00 0.00 3.03 0.00 06:40:27 06:34:01 0.37 0.02 0.35 0.00 0.27 5.73 0.00 06:40:27 06:35:01 0.30 0.00 0.30 0.00 0.00 3.95 0.00 06:40:27 06:36:01 1.93 1.68 0.25 0.00 55.68 5.08 0.00 06:40:27 06:37:01 2.95 2.03 0.92 0.00 212.69 16.30 0.00 06:40:27 06:38:01 0.40 0.00 0.40 0.00 0.00 6.03 0.00 06:40:27 06:39:01 0.32 0.02 0.30 0.00 0.53 4.80 0.00 06:40:27 06:40:02 74.61 64.18 10.43 0.00 5246.74 1469.35 0.00 06:40:27 Average: 461.99 361.99 100.00 0.00 26949.48 37151.68 0.00 06:40:27 06:40:27 06:21:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:40:27 06:22:01 71124 0 808424 42.97 2620 999376 1449980 49.49 648576 958980 27408 06:40:27 06:23:01 360804 0 707176 37.58 1492 812072 1115596 38.07 429872 808712 16 06:40:27 06:24:01 449744 0 740508 39.36 704 690588 1356520 46.30 478280 670148 30808 06:40:27 06:25:01 87848 0 787140 41.83 572 1005984 1542260 52.63 643836 868452 62860 06:40:27 06:26:02 73076 0 816592 43.40 80 991796 2159812 73.71 711836 878428 32792 06:40:27 06:27:02 391548 0 839420 44.61 80 650496 2412212 82.32 531848 688920 25964 06:40:27 06:28:02 72068 0 797920 42.41 80 1011476 2100236 71.68 641048 949688 54652 06:40:27 06:29:02 483668 0 742920 39.48 80 654876 2111588 72.06 518016 624620 100 06:40:27 06:30:01 368872 0 649080 34.50 80 863512 1267912 43.27 547348 712324 20 06:40:27 06:31:01 379440 0 637648 33.89 80 864376 1188364 40.56 541288 712112 12 06:40:27 06:32:01 379764 0 637324 33.87 80 864376 1187336 40.52 540964 712116 12 06:40:27 06:33:01 381228 0 635848 33.79 80 864388 1176028 40.14 540068 712100 12 06:40:27 06:34:01 381380 0 635688 33.79 80 864396 1176028 40.14 540060 712100 8 06:40:27 06:35:01 381468 0 635592 33.78 80 864404 1176028 40.14 540308 712108 8 06:40:27 06:36:01 379588 0 636500 33.83 80 865376 1176028 40.14 540196 712964 8 06:40:27 06:37:01 372868 0 639344 33.98 80 869252 1176088 40.14 543640 716496 8 06:40:27 06:38:01 372800 0 639404 33.98 80 869260 1176028 40.14 543452 716496 8 06:40:27 06:39:01 372932 0 639280 33.98 80 869252 1176028 40.14 543704 716496 8 06:40:27 06:40:02 66160 0 678328 36.05 80 1136976 1379460 47.08 599680 955596 49708 06:40:27 Average: 306652 0 700218 37.22 347 874328 1447554 49.40 559159 765203 14969 06:40:27 06:40:27 06:21:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:40:27 06:22:01 eth0 1805.25 1503.37 6546.75 199.85 0.00 0.00 0.00 0.00 06:40:27 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:22:01 vetha52b85a 901.29 829.45 85.54 2766.10 0.00 0.00 0.00 0.00 06:40:27 06:22:01 docker0 901.29 829.31 73.22 2766.09 0.00 0.00 0.00 0.00 06:40:27 06:23:01 eth0 504.71 413.48 3671.20 43.13 0.00 0.00 0.00 0.00 06:40:27 06:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:23:01 docker0 148.88 198.05 10.86 828.14 0.00 0.00 0.00 0.00 06:40:27 06:24:01 veth04068ab 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:40:27 06:24:01 eth0 50.50 34.76 39.92 75.13 0.00 0.00 0.00 0.00 06:40:27 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:25:01 eth0 191.56 155.64 1690.83 23.62 0.00 0.00 0.00 0.00 06:40:27 06:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:26:02 veth01a802f 0.00 0.46 0.00 0.02 0.00 0.00 0.00 0.00 06:40:27 06:26:02 eth0 80.89 60.13 177.67 74.27 0.00 0.00 0.00 0.00 06:40:27 06:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:26:02 docker0 12.44 22.96 0.71 144.39 0.00 0.00 0.00 0.00 06:40:27 06:27:02 vetha7652cb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:40:27 06:27:02 veth01a802f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:27:02 veth0583426 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:40:27 06:27:02 vethb0d64c4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:40:27 06:28:02 veth01a802f 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 06:40:27 06:28:02 vethb69131e 15.63 29.88 1.04 159.30 0.00 0.00 0.00 0.00 06:40:27 06:28:02 eth0 2820.82 2295.98 13520.39 511.87 0.00 0.00 0.00 0.00 06:40:27 06:28:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 06:40:27 06:29:02 veth8481175 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:29:02 vethad1e88c 3.96 5.51 0.52 20.47 0.00 0.00 0.00 0.00 06:40:27 06:29:02 veth01a802f 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:29:02 eth0 86.75 52.63 231.82 19.29 0.00 0.00 0.00 0.00 06:40:27 06:30:01 eth0 63.24 39.47 190.27 79.63 0.00 0.00 0.00 0.00 06:40:27 06:30:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 06:40:27 06:30:01 docker0 1116.39 1149.38 87.61 4340.02 0.00 0.00 0.00 0.00 06:40:27 06:31:01 eth0 0.73 0.30 0.30 0.20 0.00 0.00 0.00 0.00 06:40:27 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:32:01 eth0 1.23 0.48 0.49 0.24 0.00 0.00 0.00 0.00 06:40:27 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:33:01 eth0 0.17 0.08 0.01 0.04 0.00 0.00 0.00 0.00 06:40:27 06:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:34:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:35:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:40:27 06:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:36:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:40:27 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:37:01 eth0 0.33 0.25 0.17 0.08 0.00 0.00 0.00 0.00 06:40:27 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:38:01 eth0 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:40:27 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:39:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:40:02 eth0 222.84 186.20 2160.02 20.13 0.00 0.00 0.00 0.00 06:40:27 06:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 06:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 Average: eth0 167.06 135.25 848.43 33.22 0.00 0.00 0.00 0.00 06:40:27 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:40:27 Average: docker0 57.95 59.66 4.55 225.27 0.00 0.00 0.00 0.00 06:40:27 06:40:27 06:40:27 ---> sar -P ALL: 06:40:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/08/21 _x86_64_ (4 CPU) 06:40:27 06:40:27 06:20:32 LINUX RESTART (4 CPU) 06:40:27 06:40:27 06:21:03 CPU %user %nice %system %iowait %steal %idle 06:40:27 06:22:01 all 19.34 0.00 7.16 1.83 0.06 71.62 06:40:27 06:22:01 0 23.90 0.00 10.09 1.21 0.04 64.76 06:40:27 06:22:01 1 16.05 0.00 6.82 3.04 0.09 74.00 06:40:27 06:22:01 2 22.08 0.00 5.36 0.69 0.05 71.82 06:40:27 06:22:01 3 15.38 0.00 6.40 2.36 0.07 75.80 06:40:27 06:23:01 all 12.31 0.00 9.81 4.93 0.09 72.86 06:40:27 06:23:01 0 12.82 0.00 10.50 2.87 0.07 73.74 06:40:27 06:23:01 1 11.34 0.00 9.96 6.98 0.14 71.58 06:40:27 06:23:01 2 11.35 0.00 9.50 6.63 0.07 72.44 06:40:27 06:23:01 3 13.74 0.00 9.28 3.21 0.07 73.70 06:40:27 06:24:01 all 53.38 0.00 13.49 5.50 0.05 27.58 06:40:27 06:24:01 0 53.26 0.00 13.24 3.28 0.05 30.17 06:40:27 06:24:01 1 50.92 0.00 14.77 6.29 0.03 27.98 06:40:27 06:24:01 2 52.16 0.00 13.04 5.03 0.05 29.72 06:40:27 06:24:01 3 57.18 0.00 12.90 7.39 0.05 22.48 06:40:27 06:25:01 all 40.72 0.00 13.32 2.20 0.06 43.70 06:40:27 06:25:01 0 40.25 0.00 14.17 3.19 0.05 42.35 06:40:27 06:25:01 1 39.84 0.00 12.56 1.72 0.09 45.80 06:40:27 06:25:01 2 40.64 0.00 13.01 1.45 0.05 44.85 06:40:27 06:25:01 3 42.15 0.00 13.54 2.43 0.07 41.81 06:40:27 06:26:02 all 20.34 0.00 25.74 13.91 0.14 39.87 06:40:27 06:26:02 0 20.79 0.00 24.82 13.20 0.12 41.08 06:40:27 06:26:02 1 19.85 0.00 24.99 14.37 0.14 40.65 06:40:27 06:26:02 2 20.59 0.00 25.94 14.58 0.17 38.71 06:40:27 06:26:02 3 20.11 0.00 27.23 13.51 0.12 39.02 06:40:27 06:27:02 all 48.84 0.00 22.66 17.28 0.10 11.12 06:40:27 06:27:02 0 49.29 0.00 22.15 15.61 0.10 12.85 06:40:27 06:27:02 1 48.92 0.00 22.68 17.93 0.11 10.37 06:40:27 06:27:02 2 47.43 0.00 23.40 18.72 0.07 10.38 06:40:27 06:27:02 3 49.68 0.00 22.43 16.90 0.12 10.86 06:40:27 06:28:02 all 24.49 0.00 25.28 25.55 0.11 24.58 06:40:27 06:28:02 0 24.28 0.00 25.51 25.76 0.12 24.33 06:40:27 06:28:02 1 24.24 0.00 24.39 23.76 0.10 27.50 06:40:27 06:28:02 2 24.37 0.00 25.60 26.65 0.09 23.29 06:40:27 06:28:02 3 25.08 0.00 25.61 26.01 0.11 23.19 06:40:27 06:29:02 all 38.25 0.00 23.12 23.64 0.13 14.86 06:40:27 06:29:02 0 39.34 0.00 22.33 22.52 0.12 15.68 06:40:27 06:29:02 1 37.72 0.00 23.46 24.26 0.12 14.43 06:40:27 06:29:02 2 38.71 0.00 22.66 24.19 0.12 14.33 06:40:27 06:29:02 3 37.25 0.00 24.03 23.57 0.14 15.01 06:40:27 06:30:01 all 20.23 0.00 10.40 9.32 0.08 59.97 06:40:27 06:30:01 0 20.08 0.00 10.91 6.86 0.07 62.08 06:40:27 06:30:01 1 21.47 0.00 10.21 9.86 0.10 58.35 06:40:27 06:30:01 2 19.42 0.00 10.92 11.70 0.10 57.85 06:40:27 06:30:01 3 19.93 0.00 9.58 8.86 0.05 61.57 06:40:27 06:31:01 all 0.16 0.00 0.05 0.00 0.00 99.78 06:40:27 06:31:01 0 0.05 0.00 0.05 0.00 0.00 99.90 06:40:27 06:31:01 1 0.52 0.00 0.03 0.00 0.00 99.45 06:40:27 06:31:01 2 0.02 0.00 0.07 0.00 0.00 99.92 06:40:27 06:31:01 3 0.07 0.00 0.05 0.02 0.00 99.87 06:40:27 06:32:01 all 0.16 0.00 0.05 0.00 0.01 99.77 06:40:27 06:32:01 0 0.05 0.00 0.05 0.00 0.00 99.90 06:40:27 06:32:01 1 0.48 0.00 0.05 0.00 0.02 99.45 06:40:27 06:32:01 2 0.08 0.00 0.10 0.00 0.02 99.80 06:40:27 06:32:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:40:27 06:40:27 06:32:01 CPU %user %nice %system %iowait %steal %idle 06:40:27 06:33:01 all 0.13 0.00 0.05 0.00 0.01 99.81 06:40:27 06:33:01 0 0.02 0.00 0.05 0.00 0.02 99.92 06:40:27 06:33:01 1 0.45 0.00 0.07 0.00 0.00 99.48 06:40:27 06:33:01 2 0.05 0.00 0.05 0.00 0.02 99.88 06:40:27 06:33:01 3 0.02 0.00 0.03 0.00 0.00 99.95 06:40:27 06:34:01 all 0.07 0.00 0.04 0.00 0.00 99.89 06:40:27 06:34:01 0 0.05 0.00 0.03 0.00 0.00 99.92 06:40:27 06:34:01 1 0.17 0.00 0.05 0.00 0.00 99.78 06:40:27 06:34:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:40:27 06:34:01 3 0.03 0.00 0.03 0.00 0.00 99.93 06:40:27 06:35:01 all 0.15 0.00 0.02 0.00 0.00 99.82 06:40:27 06:35:01 0 0.00 0.00 0.02 0.00 0.00 99.98 06:40:27 06:35:01 1 0.53 0.00 0.03 0.00 0.00 99.43 06:40:27 06:35:01 2 0.03 0.00 0.02 0.00 0.00 99.95 06:40:27 06:35:01 3 0.03 0.00 0.03 0.00 0.02 99.92 06:40:27 06:36:01 all 0.16 0.00 0.05 0.02 0.00 99.76 06:40:27 06:36:01 0 0.52 0.00 0.05 0.10 0.00 99.33 06:40:27 06:36:01 1 0.05 0.00 0.03 0.00 0.00 99.92 06:40:27 06:36:01 2 0.05 0.00 0.07 0.00 0.00 99.88 06:40:27 06:36:01 3 0.03 0.00 0.07 0.00 0.00 99.90 06:40:27 06:37:01 all 0.16 0.00 0.06 0.06 0.00 99.72 06:40:27 06:37:01 0 0.53 0.00 0.05 0.00 0.00 99.42 06:40:27 06:37:01 1 0.05 0.00 0.07 0.00 0.00 99.88 06:40:27 06:37:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:40:27 06:37:01 3 0.02 0.00 0.10 0.23 0.00 99.65 06:40:27 06:38:01 all 0.14 0.00 0.03 0.00 0.00 99.83 06:40:27 06:38:01 0 0.52 0.00 0.03 0.00 0.00 99.45 06:40:27 06:38:01 1 0.00 0.00 0.03 0.00 0.00 99.97 06:40:27 06:38:01 2 0.03 0.00 0.05 0.00 0.00 99.92 06:40:27 06:38:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:40:27 06:39:01 all 0.12 0.00 0.04 0.00 0.00 99.83 06:40:27 06:39:01 0 0.37 0.00 0.05 0.00 0.00 99.58 06:40:27 06:39:01 1 0.03 0.00 0.02 0.02 0.00 99.93 06:40:27 06:39:01 2 0.05 0.00 0.05 0.00 0.00 99.90 06:40:27 06:39:01 3 0.05 0.00 0.03 0.00 0.00 99.92 06:40:27 06:40:02 all 2.89 0.00 1.94 2.30 0.02 92.84 06:40:27 06:40:02 0 1.76 0.00 1.76 0.27 0.00 96.22 06:40:27 06:40:02 1 2.28 0.00 1.76 2.66 0.02 93.28 06:40:27 06:40:02 2 3.72 0.00 2.17 3.97 0.02 90.13 06:40:27 06:40:02 3 3.82 0.00 2.09 2.30 0.03 91.76 06:40:27 Average: all 14.53 0.00 7.88 5.46 0.04 72.09 06:40:27 Average: 0 14.82 0.00 8.02 4.86 0.04 72.26 06:40:27 Average: 1 14.17 0.00 7.82 5.68 0.05 72.28 06:40:27 Average: 2 14.45 0.00 7.81 5.83 0.04 71.87 06:40:27 Average: 3 14.66 0.00 7.88 5.46 0.04 71.95 06:40:27 06:40:27 06:40:27