Pull request #3008 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/edgex-go Loading trusted files from base branch master at c7191a90c07787dda31e3868df4c5f33b5de22f9 rather than b8e46b467769a01593224dffbd4a7f6545d3dea9 Obtained Jenkinsfile from c7191a90c07787dda31e3868df4c5f33b5de22f9 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 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 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-19725 in /w/workspace/edgexfoundry_edgex-go_PR-3008 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3008/head:refs/remotes/origin/PR-3008 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit b8e46b467769a01593224dffbd4a7f6545d3dea9 Merge succeeded, producing b8e46b467769a01593224dffbd4a7f6545d3dea9 Checking out Revision b8e46b467769a01593224dffbd4a7f6545d3dea9 (PR-3008) > git config core.sparsecheckout # timeout=10 > git checkout -f b8e46b467769a01593224dffbd4a7f6545d3dea9 # 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 c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b8e46b467769a01593224dffbd4a7f6545d3dea9 # timeout=10 Commit message: "docs(meta): update/fix ProvisionWatcher v2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:15:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:15:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:15:17 ========================================================= 07:15:17 EdgeX Global Pipelines Version Info 07:15:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:15:19 ------------------- 07:15:19 stable info: 07:15:19 ------------------- 07:15:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:15:19 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 07:15:19 Message: update stable to v1.0.173 07:15:20 ------------------- 07:15:20 experimental info: 07:15:20 ------------------- 07:15:20 Commited By: **** collab-it+edgex@linuxfoundation.org 07:15:20 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 07:15:20 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:15:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:15:20 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:15:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:15:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:15:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:15:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:15:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:15:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:15:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 07:15:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 07:15:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:15:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:15:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:15:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:15:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:15:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:15:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:15:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:15:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:15:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:15:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:15:22 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:15:22 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 07:15:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3008 [Pipeline] echo 07:15:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3008 [Pipeline] echo 07:15:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3008 [Pipeline] echo 07:15:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b8e46b467769a01593224dffbd4a7f6545d3dea9 [Pipeline] echo 07:15:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b8e46b4 [Pipeline] echo 07:15:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:15:23 provisioning config files... 07:15:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4939340939290474181tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:15:23 ---> docker-login.sh 07:15:23 nexus3.edgexfoundry.org:10001 07:15:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:15:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:15:24 Configure a credential helper to remove this warning. See 07:15:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:15:24 07:15:24 Login Succeeded 07:15:24 nexus3.edgexfoundry.org:10002 07:15:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:15:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:15:24 Configure a credential helper to remove this warning. See 07:15:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:15:24 07:15:24 Login Succeeded 07:15:24 nexus3.edgexfoundry.org:10003 07:15:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:15:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:15:24 Configure a credential helper to remove this warning. See 07:15:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:15:24 07:15:24 Login Succeeded 07:15:24 nexus3.edgexfoundry.org:10004 07:15:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:15:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:15:24 Configure a credential helper to remove this warning. See 07:15:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:15:24 07:15:24 Login Succeeded 07:15:24 docker.io 07:15:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:15:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:15:25 Configure a credential helper to remove this warning. See 07:15:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:15:25 07:15:25 Login Succeeded 07:15:25 ---> docker-login.sh ends [Pipeline] } 07:15:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:15:25 ++ 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 07:15:25 + for file in '`ls cmd/**/Dockerfile`' 07:15:25 ++ dirname cmd/core-command/Dockerfile 07:15:25 ++ cut -d/ -f2 07:15:25 + echo core-command,cmd/core-command/Dockerfile 07:15:25 + for file in '`ls cmd/**/Dockerfile`' 07:15:25 ++ dirname cmd/core-data/Dockerfile 07:15:25 ++ cut -d/ -f2 07:15:25 + echo core-data,cmd/core-data/Dockerfile 07:15:25 + for file in '`ls cmd/**/Dockerfile`' 07:15:25 ++ dirname cmd/core-metadata/Dockerfile 07:15:25 ++ cut -d/ -f2 07:15:25 + echo core-metadata,cmd/core-metadata/Dockerfile 07:15:25 + for file in '`ls cmd/**/Dockerfile`' 07:15:25 ++ dirname cmd/security-bootstrap-redis/Dockerfile 07:15:25 ++ cut -d/ -f2 07:15:25 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 07:15:25 + for file in '`ls cmd/**/Dockerfile`' 07:15:25 ++ dirname cmd/security-proxy-setup/Dockerfile 07:15:25 ++ cut -d/ -f2 07:15:25 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:15:25 + for file in '`ls cmd/**/Dockerfile`' 07:15:25 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:15:25 ++ cut -d/ -f2 07:15:25 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:15:25 + for file in '`ls cmd/**/Dockerfile`' 07:15:25 ++ dirname cmd/support-notifications/Dockerfile 07:15:25 ++ cut -d/ -f2 07:15:25 + echo support-notifications,cmd/support-notifications/Dockerfile 07:15:25 + for file in '`ls cmd/**/Dockerfile`' 07:15:25 ++ dirname cmd/support-scheduler/Dockerfile 07:15:25 ++ cut -d/ -f2 07:15:25 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:15:25 + for file in '`ls cmd/**/Dockerfile`' 07:15:25 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:15:25 ++ cut -d/ -f2 07:15:25 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:15:25 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 07:15:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:15:27 07:15:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:15:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:15:27 latest: Pulling from edgex-devops/git-semver 07:15:27 31603596830f: Pulling fs layer 07:15:27 2a8b12db71e7: Pulling fs layer 07:15:27 6ca5941a6612: Pulling fs layer 07:15:27 ecc8261a40a4: Pulling fs layer 07:15:27 ecc8261a40a4: Waiting 07:15:27 2a8b12db71e7: Verifying Checksum 07:15:27 2a8b12db71e7: Download complete 07:15:27 31603596830f: Verifying Checksum 07:15:27 31603596830f: Download complete 07:15:28 6ca5941a6612: Verifying Checksum 07:15:28 6ca5941a6612: Download complete 07:15:28 ecc8261a40a4: Verifying Checksum 07:15:28 ecc8261a40a4: Download complete 07:15:28 31603596830f: Pull complete 07:15:28 2a8b12db71e7: Pull complete 07:15:29 6ca5941a6612: Pull complete 07:15:29 ecc8261a40a4: Pull complete 07:15:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:15:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:15:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:15:29 prd-centos7-docker-4c-2g-19725 does not seem to be running inside a container 07:15:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:15:32 $ docker top dc47dd1a36dab1cfac6333a98dfa4965578ab1a92299c3da3934183cf77673f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:15:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:15:32 [ssh-agent] Looking for ssh-agent implementation... 07:15:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:15:32 $ docker exec dc47dd1a36dab1cfac6333a98dfa4965578ab1a92299c3da3934183cf77673f4 ssh-agent 07:15:33 SSH_AUTH_SOCK=/tmp/ssh-cCkxmczOci29/agent.11 07:15:33 SSH_AGENT_PID=17 07:15:33 Running ssh-add (command line suppressed) 07:15:33 Identity added: /w/workspace/edgex-go/3@tmp/private_key_423974246799401619.key (/w/workspace/edgex-go/3@tmp/private_key_423974246799401619.key) 07:15:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:15:33 + git tag --points-at HEAD [Pipeline] } 07:15:33 $ docker exec --env ******** --env ******** dc47dd1a36dab1cfac6333a98dfa4965578ab1a92299c3da3934183cf77673f4 ssh-agent -k 07:15:33 unset SSH_AUTH_SOCK; 07:15:33 unset SSH_AGENT_PID; 07:15:33 echo Agent pid 17 killed; 07:15:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:15:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:15:33 [ssh-agent] Looking for ssh-agent implementation... 07:15:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:15:34 $ docker exec dc47dd1a36dab1cfac6333a98dfa4965578ab1a92299c3da3934183cf77673f4 ssh-agent 07:15:34 SSH_AUTH_SOCK=/tmp/ssh-CmyU8W0aGdTm/agent.46 07:15:34 SSH_AGENT_PID=51 07:15:34 Running ssh-add (command line suppressed) 07:15:34 Identity added: /w/workspace/edgex-go/3@tmp/private_key_4257447818663522125.key (/w/workspace/edgex-go/3@tmp/private_key_4257447818663522125.key) 07:15:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:15:34 + git semver init 07:15:34 # -> Open(): unable to determine branch for HEAD 07:15:34 # $GIT_DIR = /w/workspace/edgex-go/3/.git 07:15:34 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 07:15:34 # $SEMVER_REMOTE_NAME = origin 07:15:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:15:34 # $SEMVER_USER_NAME = edgex-jenkins 07:15:34 # $SEMVER_BRANCH = PR-3008 07:15:34 # $SEMVER_TEMP = /tmp/semver-159699274 07:15:34 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:15:53 # '/tmp/semver-159699274' -> '/w/workspace/edgex-go/3/.semver' 07:15:53 # -> Force: false 07:15:53 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 07:15:53 $ docker exec --env ******** --env ******** dc47dd1a36dab1cfac6333a98dfa4965578ab1a92299c3da3934183cf77673f4 ssh-agent -k 07:15:53 unset SSH_AUTH_SOCK; 07:15:53 unset SSH_AGENT_PID; 07:15:53 echo Agent pid 51 killed; 07:15:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:15:54 + git semver [Pipeline] } 07:15:54 $ docker stop --time=1 dc47dd1a36dab1cfac6333a98dfa4965578ab1a92299c3da3934183cf77673f4 07:15:55 $ docker rm -f dc47dd1a36dab1cfac6333a98dfa4965578ab1a92299c3da3934183cf77673f4 [Pipeline] // withDockerContainer [Pipeline] sh 07:15:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:15:56 Stashed 1 file(s) [Pipeline] echo 07:15:56 [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 07:15:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:15:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:15:58 + sudo service docker restart 07:15:58 + true 07:15:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 07:15:59 ========================================================= 07:15:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:15:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:15:59 + 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 . 07:16:03 Sending build context to Docker daemon 326.4MB 07:16:03 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:16:03 Step 2/6 : FROM ${BASE} 07:16:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:16:03 188c0c94c7c5: Pulling fs layer 07:16:03 0ef7d3d256c8: Pulling fs layer 07:16:03 de9db76c5a1d: Pulling fs layer 07:16:03 bca2f99d35d6: Pulling fs layer 07:16:03 93359f2a8cfa: Pulling fs layer 07:16:03 7c6f9722023f: Pulling fs layer 07:16:03 a35cf1a2eb13: Pulling fs layer 07:16:03 7c6f9722023f: Waiting 07:16:03 bca2f99d35d6: Waiting 07:16:03 93359f2a8cfa: Waiting 07:16:03 a35cf1a2eb13: Waiting 07:16:03 de9db76c5a1d: Download complete 07:16:03 0ef7d3d256c8: Download complete 07:16:03 93359f2a8cfa: Verifying Checksum 07:16:03 93359f2a8cfa: Download complete 07:16:03 188c0c94c7c5: Verifying Checksum 07:16:03 188c0c94c7c5: Download complete 07:16:03 7c6f9722023f: Verifying Checksum 07:16:03 7c6f9722023f: Download complete 07:16:03 188c0c94c7c5: Pull complete 07:16:03 0ef7d3d256c8: Pull complete 07:16:03 de9db76c5a1d: Pull complete 07:16:05 a35cf1a2eb13: Verifying Checksum 07:16:05 a35cf1a2eb13: Download complete 07:16:05 bca2f99d35d6: Verifying Checksum 07:16:05 bca2f99d35d6: Download complete 07:16:10 bca2f99d35d6: Pull complete 07:16:10 93359f2a8cfa: Pull complete 07:16:10 7c6f9722023f: Pull complete 07:16:12 Still waiting to schedule task 07:16:12 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 07:16:16 a35cf1a2eb13: Pull complete 07:16:16 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:16:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:16:16 ---> a62c8e92a672 07:16:16 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 07:16:16 ---> Running in 9637d8ebab25 07:16:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:16:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:16:17 (1/12) Installing libmagic (5.38-r0) 07:16:18 (2/12) Installing file (5.38-r0) 07:16:18 (3/12) Installing libc-dev (0.7.2-r3) 07:16:18 (4/12) Installing g++ (9.3.0-r2) 07:16:23 (5/12) Installing fortify-headers (1.1-r0) 07:16:23 (6/12) Installing patch (2.7.6-r6) 07:16:23 (7/12) Installing build-base (0.5-r2) 07:16:23 (8/12) Installing libsodium (1.0.18-r0) 07:16:23 (9/12) Installing pkgconf (1.7.2-r0) 07:16:23 (10/12) Installing libsodium-dev (1.0.18-r0) 07:16:23 (11/12) Installing libzmq (4.3.3-r0) 07:16:23 (12/12) Installing zeromq-dev (4.3.3-r0) 07:16:23 Executing busybox-1.31.1-r19.trigger 07:16:23 OK: 233 MiB in 51 packages 07:16:27 Removing intermediate container 9637d8ebab25 07:16:27 ---> 4186d6cf2666 07:16:27 Step 4/6 : WORKDIR /edgex-go 07:16:27 ---> Running in 91895fc0ea91 07:16:27 Removing intermediate container 91895fc0ea91 07:16:27 ---> 3cd89c2d2da7 07:16:27 Step 5/6 : COPY go.mod . 07:16:27 ---> 7b70dc00112a 07:16:27 Step 6/6 : RUN go mod download 07:16:27 ---> Running in 76bbe6b40f40 07:16:49 Removing intermediate container 76bbe6b40f40 07:16:49 ---> 613f8b8d10bd 07:16:49 Successfully built 613f8b8d10bd 07:16:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:16:50 + docker inspect -f . ci-base-image-x86_64 07:16:50 . [Pipeline] withDockerContainer 07:16:50 prd-centos7-docker-4c-2g-19725 does not seem to be running inside a container 07:16:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:16:51 $ docker top 4e8365617d71160e0c5413cc51f2790a7f7e564cb9eaab2e1709ff9d9a56ca11 -eo pid,comm [Pipeline] { [Pipeline] sh 07:16:52 + go version 07:16:52 go version go1.15.5 linux/amd64 [Pipeline] } 07:16:52 $ docker stop --time=1 4e8365617d71160e0c5413cc51f2790a7f7e564cb9eaab2e1709ff9d9a56ca11 07:16:53 $ docker rm -f 4e8365617d71160e0c5413cc51f2790a7f7e564cb9eaab2e1709ff9d9a56ca11 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:16:54 + docker inspect -f . ci-base-image-x86_64 07:16:54 . [Pipeline] withDockerContainer 07:16:54 prd-centos7-docker-4c-2g-19725 does not seem to be running inside a container 07:16:54 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:16:55 $ docker top ebba8a65a7eef833ac74c54552fed7269f23cb1f6e83ab5c8398f9a1a164eb50 -eo pid,comm [Pipeline] { [Pipeline] echo 07:16:55 ========================================================= 07:16:55 [edgeXBuildGoParallel] Running Tests and Build... 07:16:55 ========================================================= [Pipeline] sh 07:16:56 + make test 07:16:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:17:06 ? github.com/edgexfoundry/edgex-go [no test files] 07:17:18 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:17:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:17:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:17:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:17:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:17:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:17:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:17:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:17:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:17:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:17:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:17:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:17:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:17:30 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.094s coverage: 46.6% of statements 07:17:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:17:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:17:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:17:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:17:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:17:34 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.183s coverage: 27.0% of statements 07:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:17:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 07:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:17:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements 07:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:17:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.402s coverage: 77.8% of statements 07:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:17:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.123s coverage: 82.4% of statements 07:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:17:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:17:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.355s coverage: 28.6% of statements 07:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:17:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.095s coverage: 100.0% of statements 07:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:17:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements 07:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:17:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.098s coverage: 86.7% of statements 07:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:17:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.142s coverage: 97.5% of statements 07:17:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:17:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.101s coverage: 78.3% of statements 07:17:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:17:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:17:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:17:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:17:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.350s coverage: 93.1% of statements 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:17:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:17:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:17:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.026s coverage: 100.0% of statements 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:17:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:17:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.052s coverage: 80.8% of statements 07:17:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.079s coverage: 87.2% of statements 07:17:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 07:17:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.101s coverage: 91.4% of statements 07:17:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:17:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.243s coverage: 63.5% of statements 07:17:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:17:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:17:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.043s coverage: 100.0% of statements 07:17:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements 07:17:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 07:17:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 07:17:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements 07:17:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.317s coverage: 55.9% of statements 07:17:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:17:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:17:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:17:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:17:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:17:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.107s coverage: 37.0% of statements 07:17:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:17:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:17:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.285s coverage: 84.0% of statements 07:17:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.057s coverage: 100.0% of statements 07:17:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.120s coverage: 47.1% of statements 07:17:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:17:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:17:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:17:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:17:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:17:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.080s coverage: 100.0% of statements 07:17:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:17:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 07:17:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:17:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.771s coverage: 29.1% of statements 07:17:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:17:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:17:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:17:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:17:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:17:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.111s coverage: 99.0% of statements 07:17:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:17:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.035s coverage: 100.0% of statements 07:17:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:17:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 07:17:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:17:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 07:17:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:17:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:17:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:17:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:17:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements 07:17:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:17:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:17:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.026s coverage: 100.0% of statements 07:17:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 07:17:47 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 07:17:47 GO111MODULE=on go vet ./... 07:17:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19726 in /w/workspace/edgexfoundry_edgex-go_PR-3008 [Pipeline] { [Pipeline] ws 07:17:53 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 07:17:58 using credential edgex-jenkins-ssh 07:17:58 Cloning the remote Git repository 07:17:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:17:58 > git init /w/workspace/edgex-go/3 # timeout=10 07:17:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:17:58 > git --version # timeout=10 07:17:59 > git --version # 'git version 2.17.1' 07:17:59 using GIT_SSH to set credentials SSH Credentials for GitHub 07:17:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:18:09 gofmt -l . 07:18:10 [ "`gofmt -l .`" = "" ] 07:18:10 ./bin/test-go-mod-tidy.sh 07:18:11 ./bin/test-attribution-txt.sh [Pipeline] sh 07:18:11 + ls -al . 07:18:11 total 656 07:18:11 drwxrwxr-x 10 1001 1001 4096 Jan 12 07:18 . 07:18:11 drwxr-xr-x 4 root root 28 Jan 12 07:16 .. 07:18:11 -rw-rw-r-- 1 1001 1001 11 Jan 12 07:15 .dockerignore 07:18:11 drwxrwxr-x 8 1001 1001 179 Jan 12 07:15 .git 07:18:11 drwxrwxr-x 3 1001 1001 125 Jan 12 07:15 .github 07:18:11 -rw-rw-r-- 1 1001 1001 824 Jan 12 07:15 .gitignore 07:18:11 drwx------ 3 1001 1001 47 Jan 12 07:15 .semver 07:18:11 -rw-rw-r-- 1 1001 1001 166 Jan 12 07:15 .sonarcloud.properties 07:18:11 -rw-rw-r-- 1 1001 1001 7741 Jan 12 07:15 Attribution.txt 07:18:11 -rw-rw-r-- 1 1001 1001 3804 Jan 12 07:15 CONTRIBUTING.md 07:18:11 -rw-rw-r-- 1 1001 1001 931 Jan 12 07:15 Dockerfile.build 07:18:11 -rw-rw-r-- 1 1001 1001 863 Jan 12 07:15 Jenkinsfile 07:18:11 -rw-rw-r-- 1 1001 1001 10775 Jan 12 07:15 LICENSE 07:18:11 -rw-rw-r-- 1 1001 1001 5750 Jan 12 07:15 Makefile 07:18:11 -rw-rw-r-- 1 1001 1001 6524 Jan 12 07:15 README.md 07:18:11 -rw-rw-r-- 1 1001 1001 6744 Jan 12 07:15 SECURITY.md 07:18:11 -rw-rw-r-- 1 1001 1001 5 Jan 12 07:15 VERSION 07:18:11 -rw-rw-r-- 1 1001 1001 4131 Jan 12 07:15 ZMQWindows.md 07:18:11 drwxrwxr-x 2 1001 1001 117 Jan 12 07:15 bin 07:18:11 drwxrwxr-x 14 1001 1001 4096 Jan 12 07:15 cmd 07:18:11 -rw-r--r-- 1 root root 552842 Jan 12 07:17 coverage.out 07:18:11 -rw-r--r-- 1 root root 979 Jan 12 07:18 go.mod 07:18:11 -rw-r--r-- 1 root root 19019 Jan 12 07:18 go.sum 07:18:11 drwxrwxr-x 8 1001 1001 127 Jan 12 07:15 internal 07:18:11 drwxrwxr-x 4 1001 1001 26 Jan 12 07:15 openapi 07:18:11 drwxrwxr-x 4 1001 1001 71 Jan 12 07:15 snap 07:18:11 -rw-rw-r-- 1 1001 1001 168 Jan 12 07:15 version.go [Pipeline] sh 07:18:12 + '[' -e coverage.out ] 07:18:12 + chown 1001:1001 coverage.out [Pipeline] stash 07:18:12 Stashed 1 file(s) [Pipeline] sh 07:18:12 + make build 07:18:12 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 07:18:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:18:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:18:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:18:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:18:15 using GIT_SSH to set credentials SSH Credentials for GitHub 07:18:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3008/head:refs/remotes/origin/PR-3008 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:18:16 Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit b8e46b467769a01593224dffbd4a7f6545d3dea9 07:18:16 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 07:18:16 Merge succeeded, producing b8e46b467769a01593224dffbd4a7f6545d3dea9 07:18:16 Checking out Revision b8e46b467769a01593224dffbd4a7f6545d3dea9 (PR-3008) 07:18:16 > git config core.sparsecheckout # timeout=10 07:18:16 > git checkout -f b8e46b467769a01593224dffbd4a7f6545d3dea9 # timeout=10 07:18:16 > git remote # timeout=10 07:18:16 > git config --get remote.origin.url # timeout=10 07:18:16 using GIT_SSH to set credentials SSH Credentials for GitHub 07:18:16 > git merge c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 07:18:16 > git rev-parse HEAD^{commit} # timeout=10 07:18:16 > git config core.sparsecheckout # timeout=10 07:18:16 > git checkout -f b8e46b467769a01593224dffbd4a7f6545d3dea9 # timeout=10 07:18:21 Commit message: "docs(meta): update/fix ProvisionWatcher v2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:18:22 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:18:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:18:23 + true 07:18:23 + sudo service docker restart 07:18:24 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 07:18:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:18:25 provisioning config files... 07:18:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config9025595991420204908tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:18:25 ---> docker-login.sh 07:18:25 nexus3.edgexfoundry.org:10001 07:18:25 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 07:18:26 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 07:18:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:27 Configure a credential helper to remove this warning. See 07:18:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:27 07:18:27 Login Succeeded 07:18:27 nexus3.edgexfoundry.org:10002 07:18:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:27 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 07:18:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:27 Configure a credential helper to remove this warning. See 07:18:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:27 07:18:27 Login Succeeded 07:18:27 nexus3.edgexfoundry.org:10003 07:18:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:28 Configure a credential helper to remove this warning. See 07:18:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:28 07:18:28 Login Succeeded 07:18:28 nexus3.edgexfoundry.org:10004 07:18:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:28 Configure a credential helper to remove this warning. See 07:18:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:28 07:18:28 Login Succeeded 07:18:28 docker.io 07:18:28 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 07:18:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:18:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:18:29 Configure a credential helper to remove this warning. See 07:18:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:18:29 07:18:29 Login Succeeded 07:18:29 ---> docker-login.sh ends [Pipeline] } 07:18:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:18:30 ========================================================= 07:18:30 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:18:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:18:30 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 07:18:30 + 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 . 07:18:31 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 07:18:32 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 07:18:33 Sending build context to Docker daemon 165.5MB 07:18:33 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:18:33 Step 2/6 : FROM ${BASE} 07:18:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:18:33 5f621e34cdf4: Pulling fs layer 07:18:33 a4357932f1b6: Pulling fs layer 07:18:33 18c013af1878: Pulling fs layer 07:18:33 00ac8860ef70: Pulling fs layer 07:18:33 63d7cb157983: Pulling fs layer 07:18:33 b116817d02f9: Pulling fs layer 07:18:33 00ac8860ef70: Waiting 07:18:33 63d7cb157983: Waiting 07:18:33 745a02a5169b: Pulling fs layer 07:18:33 b116817d02f9: Waiting 07:18:33 745a02a5169b: Waiting 07:18:33 18c013af1878: Verifying Checksum 07:18:33 18c013af1878: Download complete 07:18:33 a4357932f1b6: Verifying Checksum 07:18:33 a4357932f1b6: Download complete 07:18:33 63d7cb157983: Verifying Checksum 07:18:33 63d7cb157983: Download complete 07:18:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:18:33 b116817d02f9: Verifying Checksum 07:18:33 b116817d02f9: Download complete 07:18:34 5f621e34cdf4: Download complete [Pipeline] } 07:18:34 $ docker stop --time=1 ebba8a65a7eef833ac74c54552fed7269f23cb1f6e83ab5c8398f9a1a164eb50 07:18:34 5f621e34cdf4: Pull complete 07:18:35 a4357932f1b6: Pull complete 07:18:35 18c013af1878: Pull complete 07:18:36 $ docker rm -f ebba8a65a7eef833ac74c54552fed7269f23cb1f6e83ab5c8398f9a1a164eb50 07:18:36 745a02a5169b: Verifying Checksum 07:18:36 745a02a5169b: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 07:18:37 00ac8860ef70: Verifying Checksum 07:18:37 00ac8860ef70: Download complete [Pipeline] isUnix [Pipeline] sh 07:18:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:18:39 07:18:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:18:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:18:39 latest: Pulling from edgex-devops/edgex-compose 07:18:39 cbdbe7a5bc2a: Pulling fs layer 07:18:39 ca9280d653b3: Pulling fs layer 07:18:39 7e9c9ca2126c: Pulling fs layer 07:18:39 cbdbe7a5bc2a: Download complete 07:18:40 cbdbe7a5bc2a: Pull complete 07:18:40 ca9280d653b3: Verifying Checksum 07:18:40 ca9280d653b3: Download complete 07:18:41 7e9c9ca2126c: Download complete 07:18:41 ca9280d653b3: Pull complete 07:18:48 00ac8860ef70: Pull complete 07:18:48 63d7cb157983: Pull complete 07:18:48 b116817d02f9: Pull complete 07:18:49 7e9c9ca2126c: Pull complete 07:18:49 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:18:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:18:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:18:50 prd-centos7-docker-4c-2g-19725 does not seem to be running inside a container 07:18:50 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:18:51 $ docker top 14a0e69b28184aa9db6d8b13231ceb337adab8f4b8614891a9963d5afbc8526c -eo pid,comm [Pipeline] { [Pipeline] sh 07:18:52 + docker-compose build --help 07:18:52 + grep parallel 07:18:53 745a02a5169b: Pull complete 07:18:53 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:18:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:18:53 ---> b7e6874047d6 07:18:53 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 07:18:53 --parallel Build images in parallel. [Pipeline] } 07:18:53 $ docker stop --time=1 14a0e69b28184aa9db6d8b13231ceb337adab8f4b8614891a9963d5afbc8526c 07:18:54 $ docker rm -f 14a0e69b28184aa9db6d8b13231ceb337adab8f4b8614891a9963d5afbc8526c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:18:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:18:55 . [Pipeline] withDockerContainer 07:18:55 prd-centos7-docker-4c-2g-19725 does not seem to be running inside a container 07:18:55 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:18:56 $ docker top 626e9b48d92a9f46b3169eec8b9205aee0eaad583f80d4f0a532f71438f4ba35 -eo pid,comm [Pipeline] { [Pipeline] sh 07:18:56 ---> Running in f19121f01aa5 07:18:56 + docker-compose -f ./docker-compose-build.yml build --parallel 07:18:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:18:57 Building docker-core-command-go ... 07:18:57 Building docker-core-data-go ... 07:18:57 Building docker-core-metadata-go ... 07:18:57 Building docker-security-bootstrap-redis-go ... 07:18:57 Building docker-security-proxy-setup-go ... 07:18:57 Building docker-security-secretstore-setup-go ... 07:18:57 Building docker-support-notifications-go ... 07:18:57 Building docker-support-scheduler-go ... 07:18:57 Building docker-sys-mgmt-agent-go ... 07:18:57 Building docker-sys-mgmt-agent-go 07:18:57 Building docker-security-proxy-setup-go 07:18:57 Building docker-support-notifications-go 07:18:57 Building docker-support-scheduler-go 07:18:57 Building docker-core-metadata-go 07:18:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:18:58 (1/12) Installing libmagic (5.38-r0) 07:18:58 (2/12) Installing file (5.38-r0) 07:18:58 (3/12) Installing libc-dev (0.7.2-r3) 07:18:59 (4/12) Installing g++ (9.3.0-r2) 07:19:03 (5/12) Installing fortify-headers (1.1-r0) 07:19:03 (6/12) Installing patch (2.7.6-r6) 07:19:03 (7/12) Installing build-base (0.5-r2) 07:19:03 (8/12) Installing libsodium (1.0.18-r0) 07:19:03 (9/12) Installing pkgconf (1.7.2-r0) 07:19:03 (10/12) Installing libsodium-dev (1.0.18-r0) 07:19:03 (11/12) Installing libzmq (4.3.3-r0) 07:19:03 (12/12) Installing zeromq-dev (4.3.3-r0) 07:19:03 Executing busybox-1.31.1-r19.trigger 07:19:03 OK: 217 MiB in 51 packages 07:19:07 Removing intermediate container f19121f01aa5 07:19:07 ---> ccbcccf0994a 07:19:07 Step 4/6 : WORKDIR /edgex-go 07:19:07 ---> Running in b834ff0b22ea 07:19:07 Removing intermediate container b834ff0b22ea 07:19:07 ---> c03d2bbb61da 07:19:07 Step 5/6 : COPY go.mod . 07:19:08 ---> 8ba28a5e675a 07:19:08 Step 6/6 : RUN go mod download 07:19:08 ---> Running in 323e1109d756 07:19:29 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:19:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:19:29 ---> 613f8b8d10bd 07:19:29 Step 3/26 : WORKDIR /edgex-go 07:19:29 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:19:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:19:29 ---> 613f8b8d10bd 07:19:29 Step 3/21 : WORKDIR /edgex-go 07:19:29 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:19:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:19:29 ---> 613f8b8d10bd 07:19:29 Step 3/24 : WORKDIR /edgex-go 07:19:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:19:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:19:29 ---> 613f8b8d10bd 07:19:29 Step 3/22 : WORKDIR /edgex-go 07:19:29 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:19:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:19:29 ---> 613f8b8d10bd 07:19:29 Step 3/21 : WORKDIR /edgex-go 07:19:29 ---> Running in 29f979127cb2 07:19:29 ---> Running in 4725ba37a6e6 07:19:29 ---> Running in af2b903ae803 07:19:29 ---> Running in 19a16887343c 07:19:29 ---> Running in 5c6b9b5cd010 07:19:29 Removing intermediate container 5c6b9b5cd010 07:19:29 ---> 89547748f4bc 07:19:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:19:29 Removing intermediate container af2b903ae803 07:19:29 ---> 906345e9b13d 07:19:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:19:29 Removing intermediate container 29f979127cb2 07:19:29 ---> b3e39096266f 07:19:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:19:29 Removing intermediate container 19a16887343c 07:19:29 ---> ee6437e0ed38 07:19:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:19:29 Removing intermediate container 4725ba37a6e6 07:19:29 ---> a7c6c0de52ca 07:19:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:19:29 ---> Running in 5fb951c8dd0d 07:19:29 ---> Running in 683c4d621d31 07:19:29 ---> Running in 754fbfc83ad4 07:19:29 ---> Running in 814264de2b81 07:19:29 ---> Running in 0315f7c675c4 07:19:31 Removing intermediate container 5fb951c8dd0d 07:19:31 ---> f1b5f614dc42 07:19:31 Step 5/26 : RUN apk add --update --no-cache make bash git 07:19:31 ---> Running in 929ea3903a07 07:19:32 Removing intermediate container 754fbfc83ad4 07:19:32 ---> 505a0360b7f5 07:19:32 Step 5/21 : RUN apk add --update --no-cache make git 07:19:32 ---> Running in 86ada0e26440 07:19:32 Removing intermediate container 683c4d621d31 07:19:32 ---> acdfd32537af 07:19:32 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 07:19:32 Removing intermediate container 814264de2b81 07:19:32 ---> b90f7292fbc4 07:19:32 Step 5/22 : RUN apk add --update --no-cache make git 07:19:32 ---> Running in cb1a45cee2bb 07:19:32 ---> Running in 0613b0265e01 07:19:32 Removing intermediate container 0315f7c675c4 07:19:32 ---> c58b676e3cb1 07:19:32 Step 5/21 : RUN apk add --update --no-cache make git 07:19:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:19:32 ---> Running in e25b47ba6c87 07:19:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:19:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:19:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:19:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:19:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:19:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:19:34 OK: 233 MiB in 51 packages 07:19:34 OK: 233 MiB in 51 packages 07:19:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:19:34 Removing intermediate container 929ea3903a07 07:19:34 ---> 26b94f10c552 07:19:34 Step 6/26 : COPY go.mod . 07:19:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:19:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:19:34 Removing intermediate container 86ada0e26440 07:19:34 ---> 8e22673c5b20 07:19:34 Step 6/21 : COPY go.mod . 07:19:34 ---> 900bb61a2f8c 07:19:34 Step 7/26 : RUN go mod download 07:19:34 ---> Running in 14886a679e90 07:19:34 OK: 233 MiB in 51 packages 07:19:34 OK: 233 MiB in 51 packages 07:19:34 OK: 233 MiB in 51 packages 07:19:35 ---> 64b4d35645cc 07:19:35 Step 7/21 : RUN go mod download 07:19:35 ---> Running in 68c5c9749b75 07:19:35 Removing intermediate container 323e1109d756 07:19:35 ---> 795065679c4a 07:19:35 Successfully built 795065679c4a 07:19:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:19:35 Removing intermediate container cb1a45cee2bb 07:19:35 ---> ff3b7bd55756 07:19:35 Step 6/24 : COPY go.mod . 07:19:35 + docker inspect -f . ci-base-image-arm64 07:19:35 . 07:19:35 Removing intermediate container 0613b0265e01 07:19:35 ---> 523c431093c0 07:19:35 Step 6/22 : COPY go.mod . 07:19:35 Removing intermediate container e25b47ba6c87 07:19:35 ---> 23f1053d89d8 07:19:35 Step 6/21 : COPY go.mod . [Pipeline] withDockerContainer 07:19:36 prd-ubuntu18.04-docker-arm64-4c-16g-19726 does not seem to be running inside a container 07:19:36 ---> 40b8e64e74a7 07:19:36 Step 7/24 : RUN go mod download 07:19:36 ---> Running in d9723200949f 07:19:36 ---> bf73b471e078 07:19:36 Step 7/21 : RUN go mod download 07:19:36 ---> 9a3f48460326 07:19:36 Step 7/22 : RUN go mod download 07:19:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:19:36 ---> Running in 833060e881bb 07:19:36 ---> Running in e09d465d57f3 07:19:37 Removing intermediate container 14886a679e90 07:19:37 ---> ce5e00854341 07:19:37 Step 8/26 : COPY . . 07:19:37 Removing intermediate container 68c5c9749b75 07:19:37 ---> 6b5c34e1117f 07:19:37 Step 8/21 : COPY . . 07:19:37 $ docker top 640f1033d6741f0a228a924cd2d674d566a1c462135283098cd799ba7344ab5c -eo pid,comm [Pipeline] { [Pipeline] sh 07:19:38 + go version 07:19:38 go version go1.15.5 linux/arm64 [Pipeline] } 07:19:38 $ docker stop --time=1 640f1033d6741f0a228a924cd2d674d566a1c462135283098cd799ba7344ab5c 07:19:40 $ docker rm -f 640f1033d6741f0a228a924cd2d674d566a1c462135283098cd799ba7344ab5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:19:41 + docker inspect -f . ci-base-image-arm64 07:19:41 . [Pipeline] withDockerContainer 07:19:42 prd-ubuntu18.04-docker-arm64-4c-16g-19726 does not seem to be running inside a container 07:19:42 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:19:43 $ docker top 8a8a6c4262ddd05db948a4773aa5e657b8cc27954d0d5d1363585807b06fde44 -eo pid,comm [Pipeline] { [Pipeline] echo 07:19:44 ========================================================= 07:19:44 [edgeXBuildGoParallel] Running Tests and Build... 07:19:44 ========================================================= [Pipeline] sh 07:19:44 + make test 07:19:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:19:45 Removing intermediate container d9723200949f 07:19:45 ---> 2bbf39449ad6 07:19:45 Step 8/24 : COPY . . 07:19:47 Removing intermediate container 833060e881bb 07:19:47 ---> 627d94a8f02a 07:19:47 Step 8/21 : COPY . . 07:19:55 Removing intermediate container e09d465d57f3 07:19:55 ---> 0f0da7858c12 07:19:55 Step 8/22 : COPY . . 07:20:06 ? github.com/edgexfoundry/edgex-go [no test files] 07:20:21 ---> 0b3085b2b2db 07:20:21 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 07:20:21 ---> d2ef2c7c84dc 07:20:21 Step 9/24 : RUN make cmd/support-notifications/support-notifications 07:20:21 ---> 89a5e7ec7d9f 07:20:21 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:20:21 ---> Running in bb13ea6dc6a6 07:20:21 ---> Running in 523a704fd924 07:20:21 ---> Running in 84e8330501ce 07:20:21 ---> 2331a6995810 07:20:21 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:20:21 ---> Running in 5c3fc6eeb395 07:20:21 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 07:20:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:20:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:20:21 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 07:20:22 ---> 68e962d5f093 07:20:22 Step 9/22 : RUN make cmd/core-metadata/core-metadata 07:20:23 ---> Running in ede2399d212c 07:20:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:20:46 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 07:20:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:20:56 Removing intermediate container 523a704fd924 07:20:56 ---> c26e7d9bc1a2 07:20:56 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:20:56 Removing intermediate container bb13ea6dc6a6 07:20:56 ---> 1e4cf04eec4a 07:20:56 07:20:56 Step 10/21 : FROM scratch 07:20:56 ---> 07:20:56 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:20:56 Removing intermediate container 84e8330501ce 07:20:56 ---> 3d96290b4928 07:20:56 07:20:56 Step 10/24 : FROM scratch 07:20:56 ---> 07:20:56 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:20:56 Removing intermediate container 5c3fc6eeb395 07:20:56 ---> c54d8f597cb3 07:20:56 07:20:56 Step 10/21 : FROM alpine:3.12 07:20:56 ---> Running in 0e3a211f54f3 07:20:56 ---> Running in 1fcaa2271f2a 07:20:56 ---> Running in f9938bd9e50d 07:20:56 3.12: Pulling from library/alpine 07:20:56 Removing intermediate container 1fcaa2271f2a 07:20:56 ---> c3c3428189fd 07:20:56 Step 12/21 : ENV APP_PORT=48085 07:20:56 Removing intermediate container 0e3a211f54f3 07:20:56 ---> 8aeca9abd99e 07:20:56 Step 12/24 : ENV APP_PORT=48060 07:20:57 ---> Running in 3e1722f3919d 07:20:57 ---> Running in f8dc17b02e70 07:20:57 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:20:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:20:57 Removing intermediate container f8dc17b02e70 07:20:57 ---> ae59f6c1cb00 07:20:57 Step 13/24 : EXPOSE $APP_PORT 07:20:57 Status: Downloaded newer image for alpine:3.12 07:20:57 ---> 389fef711851 07:20:57 Step 11/21 : RUN apk add --update --no-cache curl 07:20:57 Removing intermediate container 3e1722f3919d 07:20:57 ---> 2ea6c568faa9 07:20:57 Step 13/21 : EXPOSE $APP_PORT 07:20:57 ---> Running in 7898a59208b9 07:20:57 ---> Running in bc38a7877bae 07:20:57 ---> Running in 657a17d60c2a 07:20:59 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:20:59 Removing intermediate container bc38a7877bae 07:20:59 ---> 1c8742e99ed9 07:20:59 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 07:21:00 Removing intermediate container 7898a59208b9 07:21:00 ---> 607542969c48 07:21:00 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 07:21:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:21:00 ---> 58aabd42242b 07:21:00 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 07:21:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:21:00 Removing intermediate container ede2399d212c 07:21:00 ---> 1a13ed593181 07:21:00 07:21:00 Step 10/22 : FROM scratch 07:21:00 ---> 07:21:00 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:21:00 ---> Using cache 07:21:00 ---> c3c3428189fd 07:21:00 Step 12/22 : ENV APP_PORT=48081 07:21:00 ---> Running in ccc2f9049f29 07:21:00 ---> 9a5473773481 07:21:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:21:00 (1/4) Installing ca-certificates (20191127-r4) 07:21:00 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:21:00 (3/4) Installing libcurl (7.69.1-r3) 07:21:00 (4/4) Installing curl (7.69.1-r3) 07:21:00 Executing busybox-1.31.1-r19.trigger 07:21:00 Executing ca-certificates-20191127-r4.trigger 07:21:00 OK: 7 MiB in 18 packages 07:21:00 Removing intermediate container f9938bd9e50d 07:21:00 ---> 6d21229bba39 07:21:00 07:21:00 Step 11/26 : FROM docker:20.10.0 07:21:00 20.10.0: Pulling from library/docker 07:21:01 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:21:01 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:21:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:21:01 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:21:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:21:01 Removing intermediate container ccc2f9049f29 07:21:01 ---> 0b893c50a7f7 07:21:01 Step 13/22 : EXPOSE $APP_PORT 07:21:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:21:02 ---> e8348cded449 07:21:02 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 07:21:02 ---> Running in c3ecf73e9cf2 07:21:02 ---> 9687156a72b0 07:21:02 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:21:03 Removing intermediate container c3ecf73e9cf2 07:21:03 ---> 96dd53130109 07:21:03 Step 14/22 : WORKDIR / 07:21:03 ---> Running in 23d67c9012d9 07:21:03 ---> 9423369d53a0 07:21:03 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 07:21:04 Removing intermediate container 657a17d60c2a 07:21:04 ---> 73ce78e8b5bc 07:21:04 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:21:04 ---> 4658773f0d0f 07:21:04 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:21:04 ---> Running in 515c68ac4e46 07:21:04 ---> Running in 15f5200c575f 07:21:04 Removing intermediate container 23d67c9012d9 07:21:04 ---> 242a09bfc497 07:21:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:21:05 Removing intermediate container 15f5200c575f 07:21:05 ---> 07d06f729480 07:21:05 Step 13/21 : WORKDIR /edgex 07:21:05 Removing intermediate container 515c68ac4e46 07:21:05 ---> a3ea385d4f27 07:21:05 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:21:05 ---> ac979148e820 07:21:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:21:05 ---> 03064e2c68ec 07:21:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:21:05 ---> Running in ffe4be4afa83 07:21:05 ---> Running in 3ffd0f9544bf 07:21:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:21:05 Removing intermediate container 3ffd0f9544bf 07:21:05 ---> 7975b700c594 07:21:05 Step 19/21 : LABEL arch=x86_64 07:21:06 Removing intermediate container ffe4be4afa83 07:21:06 ---> 13ea312c287a 07:21:06 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:21:06 ---> Running in 07d3c2e96e42 07:21:06 ---> e7e6b1565dd5 07:21:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:21:06 ---> d4b997b18b22 07:21:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:21:06 Removing intermediate container 07d3c2e96e42 07:21:06 ---> 1da338cfb372 07:21:06 Step 20/21 : LABEL git_sha=b8e46b467769a01593224dffbd4a7f6545d3dea9 07:21:06 ---> Running in 65e8a58db1fb 07:21:06 ---> 12f4c6bf6b6a 07:21:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:21:06 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:21:06 ---> 9674665564fc 07:21:06 Step 20/24 : ENTRYPOINT ["/support-notifications"] 07:21:06 ---> 1bf089436a68 07:21:06 Step 18/22 : ENTRYPOINT ["/core-metadata"] 07:21:07 ---> Running in 9951c054b8cf 07:21:07 Removing intermediate container 65e8a58db1fb 07:21:07 ---> 7474274e1f9c 07:21:07 Step 21/21 : LABEL version=0.0.0 07:21:07 ---> Running in abcf7ffdc767 07:21:07 ---> Running in ed73da22052f 07:21:07 ---> 6f06c77781ef 07:21:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:21:07 Removing intermediate container 9951c054b8cf 07:21:07 ---> 46b5162bff12 07:21:07 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:21:07 ---> Running in 7bfcfed75424 07:21:07 Removing intermediate container abcf7ffdc767 07:21:07 ---> 1c784f46edb2 07:21:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:21:07 Removing intermediate container ed73da22052f 07:21:07 ---> f2bcf7d55844 07:21:07 07:21:08 ---> Running in 4cd6b9ae9779 07:21:08 Removing intermediate container 7bfcfed75424 07:21:08 ---> e0bbdda93188 07:21:08 Step 22/24 : LABEL arch=x86_64 07:21:08 ---> 8a353e6fb7bf 07:21:08 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:21:08 Successfully built f2bcf7d55844 07:21:08 Successfully tagged docker-support-scheduler-go:latest 07:21:08  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go 07:21:08 ---> Running in dc1f760e8e3c 07:21:08 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:21:08 ---> Running in 687de06bbc9e 07:21:08 Status: Downloaded newer image for docker:20.10.0 07:21:08 ---> aefe523efa57 07:21:08 Step 12/26 : RUN apk add --no-cache bash 07:21:08 Removing intermediate container 4cd6b9ae9779 07:21:08 ---> 0bef642b1dd9 07:21:08 Step 20/22 : LABEL arch=x86_64 07:21:08 ---> Running in 5af3c9276a89 07:21:08 Removing intermediate container dc1f760e8e3c 07:21:08 ---> 39a5b797e242 07:21:08 Step 23/24 : LABEL git_sha=b8e46b467769a01593224dffbd4a7f6545d3dea9 07:21:09 ---> Running in ea62a3e775b7 07:21:10 Removing intermediate container 687de06bbc9e 07:21:10 ---> f3b58520ad5c 07:21:10 Step 18/21 : CMD ["--init=true"] 07:21:11 ---> Running in 81f1176f0c29 07:21:11 ---> Running in f9fb551651da 07:21:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:21:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:21:12 Removing intermediate container ea62a3e775b7 07:21:12 ---> abeed1f890a2 07:21:12 Step 21/22 : LABEL git_sha=b8e46b467769a01593224dffbd4a7f6545d3dea9 07:21:12 (1/2) Installing readline (8.0.4-r0) 07:21:12 (2/2) Installing bash (5.0.17-r0) 07:21:12 Executing bash-5.0.17-r0.post-install 07:21:12 Executing busybox-1.31.1-r19.trigger 07:21:13 OK: 12 MiB in 22 packages 07:21:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:21:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:21:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:21:13 Removing intermediate container 81f1176f0c29 07:21:13 ---> 1de6ec7a5675 07:21:13 Step 24/24 : LABEL version=0.0.0 07:21:13 Removing intermediate container f9fb551651da 07:21:13 ---> b405e551fae3 07:21:13 Step 19/21 : LABEL arch=x86_64 07:21:13 ---> Running in 5485d70254a2 07:21:13 ---> Running in 19f320aabee0 07:21:13 ---> Running in 2a440a8267df 07:21:15 Removing intermediate container 2a440a8267df 07:21:15 ---> f34f47a6452a 07:21:15 Step 20/21 : LABEL git_sha=b8e46b467769a01593224dffbd4a7f6545d3dea9 07:21:15 Removing intermediate container 19f320aabee0 07:21:15 ---> 3d0b8e545b9a 07:21:15 07:21:15 Removing intermediate container 5485d70254a2 07:21:15 ---> 4a84693c4931 07:21:15 Step 22/22 : LABEL version=0.0.0 07:21:16 Successfully built 3d0b8e545b9a 07:21:16 Successfully tagged docker-support-notifications-go:latest 07:21:16  Building docker-support-notifications-go ... done Building docker-core-command-go 07:21:18 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.220s coverage: 46.6% of statements 07:21:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:21:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:21:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:21:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:21:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:21:19 Removing intermediate container 5af3c9276a89 07:21:19 ---> 24e29bcc6547 07:21:19 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:21:19 ---> Running in 0a246fbae2fe 07:21:19 ---> Running in 63fd45e60068 07:21:20 ---> Running in a2e8cdef95b9 07:21:22 Removing intermediate container 0a246fbae2fe 07:21:22 ---> 4f81e022964b 07:21:22 Step 21/21 : LABEL version=0.0.0 07:21:22 Removing intermediate container 63fd45e60068 07:21:22 ---> 2848a14822e8 07:21:22 07:21:23 Successfully built 2848a14822e8 07:21:23 ---> Running in 1be9353e8a70 07:21:23 Removing intermediate container a2e8cdef95b9 07:21:23 ---> a35f3d86bbb6 07:21:23 Step 14/26 : ENV APP_PORT=48090 07:21:23 Successfully tagged docker-core-metadata-go:latest 07:21:23  Building docker-core-metadata-go ... done Building docker-core-data-go 07:21:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:21:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:21:25 ---> 613f8b8d10bd 07:21:25 Step 3/22 : WORKDIR /edgex-go 07:21:25 ---> Using cache 07:21:25 ---> a7c6c0de52ca 07:21:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:21:25 ---> Using cache 07:21:25 ---> c58b676e3cb1 07:21:25 Step 5/22 : RUN apk add --update --no-cache make git 07:21:25 ---> Using cache 07:21:25 ---> 23f1053d89d8 07:21:25 Step 6/22 : COPY go.mod . 07:21:25 ---> Using cache 07:21:25 ---> bf73b471e078 07:21:25 Step 7/22 : RUN go mod download 07:21:25 ---> Using cache 07:21:25 ---> 627d94a8f02a 07:21:25 Step 8/22 : COPY . . 07:21:25 ---> Using cache 07:21:25 ---> 2331a6995810 07:21:25 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 07:21:26 ---> Running in ba02257ebd11 07:21:26 ---> Running in 106f14496b80 07:21:26 Removing intermediate container 1be9353e8a70 07:21:26 ---> c95983b70f6e 07:21:26 07:21:27 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.587s coverage: 27.0% of statements 07:21:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:21:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:21:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:21:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:21:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:21:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:21:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements 07:21:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:21:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements 07:21:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:21:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:21:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.560s coverage: 77.8% of statements 07:21:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:21:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:21:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.327s coverage: 82.4% of statements 07:21:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:21:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:21:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:21:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:21:27 Successfully built c95983b70f6e 07:21:27 Successfully tagged docker-security-proxy-setup-go:latest 07:21:27 Building docker-security-secretstore-setup-go 07:21:30  Building docker-security-proxy-setup-go ... done Removing intermediate container ba02257ebd11 07:21:30 ---> 3fc37d878afe 07:21:30 Step 15/26 : EXPOSE $APP_PORT 07:21:30 ---> Running in 1d10f3ef1a6a 07:21:31 Removing intermediate container 1d10f3ef1a6a 07:21:31 ---> 5a6a2cceb0b2 07:21:31 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:21:31 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 07:21:32 ---> 42348e2d15f1 07:21:32 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:21:33 ---> 65b89dbe7b5f 07:21:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:21:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.098s coverage: 28.6% of statements 07:21:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:21:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:21:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:21:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:21:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:21:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.154s coverage: 100.0% of statements 07:21:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:21:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements 07:21:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:21:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.394s coverage: 86.7% of statements 07:21:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:21:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.372s coverage: 97.5% of statements 07:21:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:21:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.144s coverage: 78.3% of statements 07:21:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:21:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:21:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:21:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:21:34 ---> 90c04b54fb17 07:21:34 Step 19/26 : RUN apk --no-cache add py3-pip 07:21:35 ---> Running in 0d37b6d696fc 07:21:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:21:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:21:37 (1/33) Installing libbz2 (1.0.8-r1) 07:21:37 (2/33) Installing expat (2.2.9-r1) 07:21:37 (3/33) Installing libffi (3.3-r2) 07:21:37 (4/33) Installing gdbm (1.13-r1) 07:21:38 (5/33) Installing xz-libs (5.2.5-r0) 07:21:38 (6/33) Installing sqlite-libs (3.32.1-r0) 07:21:38 (7/33) Installing python3 (3.8.5-r0) 07:21:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:21:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:21:39 ---> 613f8b8d10bd 07:21:39 Step 3/22 : WORKDIR /edgex-go 07:21:39 ---> Using cache 07:21:39 ---> a7c6c0de52ca 07:21:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:21:39 ---> Using cache 07:21:39 ---> c58b676e3cb1 07:21:39 Step 5/22 : RUN apk add --update --no-cache make git 07:21:39 ---> Using cache 07:21:39 ---> 23f1053d89d8 07:21:39 Step 6/22 : COPY go.mod . 07:21:39 ---> Using cache 07:21:39 ---> bf73b471e078 07:21:39 Step 7/22 : RUN go mod download 07:21:39 ---> Using cache 07:21:39 ---> 627d94a8f02a 07:21:39 Step 8/22 : COPY . . 07:21:39 ---> Using cache 07:21:39 ---> 2331a6995810 07:21:39 Step 9/22 : RUN make cmd/core-command/core-command 07:21:42 ---> Running in 6d95de16e0cf 07:21:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.112s coverage: 93.1% of statements 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:21:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:21:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.225s coverage: 0.1% of statements 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:21:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:21:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.120s coverage: 75.5% of statements 07:21:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:21:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.089s coverage: 80.8% of statements 07:21:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements 07:21:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.167s coverage: 84.2% of statements 07:21:44 (8/33) Installing py3-appdirs (1.4.4-r1) 07:21:44 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:21:44 (10/33) Installing py3-parsing (2.4.7-r0) 07:21:44 (11/33) Installing py3-six (1.15.0-r0) 07:21:44 (12/33) Installing py3-packaging (20.4-r0) 07:21:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.190s coverage: 91.4% of statements 07:21:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:21:46 (13/33) Installing py3-setuptools (47.0.0-r0) 07:21:46 (14/33) Installing py3-chardet (3.0.4-r4) 07:21:46 (15/33) Installing py3-idna (2.9-r0) 07:21:46 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:21:46 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:21:47 (18/33) Installing py3-requests (2.23.0-r0) 07:21:47 (19/33) Installing py3-msgpack (1.0.0-r0) 07:21:47 (20/33) Installing py3-lockfile (0.12.2-r3) 07:21:47 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:21:47 (22/33) Installing py3-colorama (0.4.3-r0) 07:21:47 (23/33) Installing py3-distlib (0.3.0-r0) 07:21:47 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 07:21:47 (24/33) Installing py3-distro (1.5.0-r1) 07:21:47 (25/33) Installing py3-webencodings (0.5.1-r3) 07:21:47 (26/33) Installing py3-html5lib (1.0.1-r4) 07:21:48 (27/33) Installing py3-pytoml (0.1.21-r0) 07:21:48 (28/33) Installing py3-pep517 (0.8.2-r0) 07:21:48 (29/33) Installing py3-progress (1.5-r0) 07:21:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.544s coverage: 63.5% of statements 07:21:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:21:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:21:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.074s coverage: 100.0% of statements 07:21:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.115s coverage: 91.3% of statements 07:21:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.090s coverage: 100.0% of statements 07:21:48 (30/33) Installing py3-toml (0.10.1-r0) 07:21:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements 07:21:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 07:21:49 (31/33) Installing py3-retrying (1.3.3-r0) 07:21:49 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:21:49 (33/33) Installing py3-pip (20.1.1-r0) 07:21:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:21:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:21:49 ---> 613f8b8d10bd 07:21:49 Step 3/23 : WORKDIR /edgex-go 07:21:49 ---> Using cache 07:21:49 ---> a7c6c0de52ca 07:21:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:21:49 ---> Using cache 07:21:49 ---> c58b676e3cb1 07:21:49 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:21:52 Executing busybox-1.31.1-r19.trigger 07:21:52 OK: 71 MiB in 55 packages 07:21:52 ---> Running in 56d961c8ca6b 07:21:53 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:21:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:21:53 ---> 613f8b8d10bd 07:21:53 Step 3/24 : WORKDIR /edgex-go 07:21:53 ---> Using cache 07:21:53 ---> a7c6c0de52ca 07:21:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:21:53 ---> Using cache 07:21:53 ---> c58b676e3cb1 07:21:53 Step 5/24 : RUN apk add --update --no-cache make git 07:21:53 ---> Using cache 07:21:53 ---> 23f1053d89d8 07:21:53 Step 6/24 : COPY go.mod . 07:21:53 ---> Using cache 07:21:53 ---> bf73b471e078 07:21:53 Step 7/24 : RUN go mod download 07:21:53 ---> Using cache 07:21:53 ---> 627d94a8f02a 07:21:53 Step 8/24 : COPY . . 07:21:53 ---> Using cache 07:21:53 ---> 2331a6995810 07:21:53 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:21:54 ---> Running in 6a489ad24776 07:21:54 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.911s coverage: 55.9% of statements 07:21:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:21:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:21:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:21:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:21:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:21:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.375s coverage: 37.0% of statements 07:21:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:21:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:21:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:21:55 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 07:21:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:21:56 OK: 233 MiB in 51 packages 07:21:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.670s coverage: 84.0% of statements 07:21:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.081s coverage: 100.0% of statements 07:21:58 Removing intermediate container 56d961c8ca6b 07:21:58 ---> 510c4e34cc7a 07:21:58 Step 6/23 : COPY go.mod . 07:22:00 Removing intermediate container 106f14496b80 07:22:00 ---> 6e38f418ea14 07:22:00 07:22:00 Step 10/22 : FROM alpine:3.12 07:22:00 ---> 389fef711851 07:22:00 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:22:00 ---> 7e0c43c14b83 07:22:00 Step 7/23 : RUN go mod download 07:22:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.324s coverage: 47.1% of statements 07:22:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:22:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:22:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:22:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:22:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:22:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements 07:22:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:22:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.109s coverage: 100.0% of statements 07:22:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:22:02 ---> Running in d2e538d00993 07:22:02 ---> Running in 2fb22f416315 07:22:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:22:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:22:05 (1/5) Installing ca-certificates (20191127-r4) 07:22:05 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:22:05 (3/5) Installing libcurl (7.69.1-r3) 07:22:05 (4/5) Installing curl (7.69.1-r3) 07:22:05 (5/5) Installing dumb-init (1.2.2-r1) 07:22:05 Executing busybox-1.31.1-r19.trigger 07:22:05 Executing ca-certificates-20191127-r4.trigger 07:22:05 OK: 7 MiB in 19 packages 07:22:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.843s coverage: 29.1% of statements 07:22:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:22:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:22:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:22:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:22:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:22:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.228s coverage: 99.0% of statements 07:22:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:22:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.126s coverage: 100.0% of statements 07:22:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:22:07 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 07:22:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:22:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.092s coverage: 100.0% of statements 07:22:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:22:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:22:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:22:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:22:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.105s coverage: 87.9% of statements 07:22:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:22:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:22:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 07:22:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.047s coverage: 32.1% of statements 07:22:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 07:22:09 GO111MODULE=on go vet ./... 07:22:09 Removing intermediate container 2fb22f416315 07:22:09 ---> 8190cdbab0e2 07:22:09 Step 8/23 : COPY . . 07:22:09 Removing intermediate container d2e538d00993 07:22:09 ---> 4267dfd157a4 07:22:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 07:22:09 Removing intermediate container 0d37b6d696fc 07:22:09 ---> 1f7383a4e222 07:22:09 Step 20/26 : RUN pip install docker-compose==1.23.2 07:22:09 ---> Running in a7274f2fc2a4 07:22:10 ---> Running in 32ed8d42857e 07:22:10 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 07:22:15 Removing intermediate container a7274f2fc2a4 07:22:15 ---> 6c3f48e3e809 07:22:15 Step 13/22 : WORKDIR / 07:22:17 ---> Running in 997f629f3c79 07:22:18 Removing intermediate container 6d95de16e0cf 07:22:18 ---> fcf02cf27001 07:22:18 07:22:18 Step 10/22 : FROM scratch 07:22:18 ---> 07:22:18 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:22:19 ---> Using cache 07:22:19 ---> c3c3428189fd 07:22:19 Step 12/22 : ENV APP_PORT=48082 07:22:21 Removing intermediate container 997f629f3c79 07:22:21 ---> c704293d83a7 07:22:21 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:22:22 ---> Running in 662e43affaa1 07:22:22 Collecting docker-compose==1.23.2 07:22:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:22:24 Collecting PyYAML<4,>=3.10 07:22:24 Downloading PyYAML-3.13.tar.gz (270 kB) 07:22:24 ---> 912f69246324 07:22:24 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 07:22:25 Removing intermediate container 662e43affaa1 07:22:25 ---> a74cf6594a24 07:22:25 Step 13/22 : EXPOSE $APP_PORT 07:22:28 ---> Running in 71a3b0556f81 07:22:28 Removing intermediate container 6a489ad24776 07:22:28 ---> 34c91e18bb4e 07:22:28 07:22:28 Step 10/24 : FROM alpine:3.12 07:22:28 ---> 389fef711851 07:22:28 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:22:28 Collecting docker<4.0,>=3.6.0 07:22:28 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:22:28 ---> Using cache 07:22:28 ---> 4267dfd157a4 07:22:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:22:28 ---> c581462221a2 07:22:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 07:22:28 Collecting docopt<0.7,>=0.6.1 07:22:29 Downloading docopt-0.6.2.tar.gz (25 kB) 07:22:29 ---> Running in 241a878168fd 07:22:30 Collecting cached-property<2,>=1.2.0 07:22:30 Removing intermediate container 71a3b0556f81 07:22:30 ---> 795023a56a82 07:22:30 Step 14/22 : WORKDIR / 07:22:30 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:22:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:22:31 Removing intermediate container 241a878168fd 07:22:31 ---> 7445f60609b5 07:22:31 Step 13/24 : WORKDIR / 07:22:31 ---> e536df26e0ac 07:22:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 07:22:31 ---> Running in 1d04d63480fe 07:22:31 Collecting jsonschema<3,>=2.5.1 07:22:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:22:31 ---> Running in 21330f9be7ec 07:22:31 Collecting dockerpty<0.5,>=0.4.1 07:22:31 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:22:31 ---> b8f7d783d909 07:22:31 Step 9/23 : RUN make cmd/core-data/core-data 07:22:31 Removing intermediate container 1d04d63480fe 07:22:31 ---> 4016d1d6b2fc 07:22:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:22:31 ---> Running in c25c7da4dad4 07:22:31 Removing intermediate container 21330f9be7ec 07:22:31 ---> 4ca53fe90e50 07:22:31 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:22:31 ---> 34ffbd768d94 07:22:31 Step 18/22 : RUN chmod +x entrypoint.sh 07:22:31 ---> Running in 6f7187f71302 07:22:31 ---> 35504c412cc2 07:22:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:22:31 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:22:31 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:22:32 Collecting texttable<0.10,>=0.9.0 07:22:32 Downloading texttable-0.9.1.tar.gz (11 kB) 07:22:32 ---> c30555805609 07:22:32 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:22:32 ---> 00885685dca5 07:22:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:22:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:22:32 ---> e07a9d9f1ab8 07:22:32 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:22:33 Collecting websocket-client<1.0,>=0.32.0 07:22:33 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:22:33 ---> 699d531f3459 07:22:33 Step 18/22 : ENTRYPOINT ["/core-command"] 07:22:33 Collecting docker-pycreds>=0.4.0 07:22:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:22:33 Collecting idna<2.8,>=2.5 07:22:33 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:22:33 ---> Running in 91269b687760 07:22:33 ---> 23de103f0e3c 07:22:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:22:33 Collecting urllib3<1.25,>=1.21.1 07:22:33 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:22:33 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) 07:22:33 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) 07:22:33 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:22:33 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:22:33 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:22:33 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:22:33 Removing intermediate container 91269b687760 07:22:33 ---> 109e6bd6546a 07:22:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:22:33 Removing intermediate container 6f7187f71302 07:22:33 ---> f85eaf6b474b 07:22:33 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 07:22:33 ---> Running in 0b5db89ab637 07:22:33 Installing collected packages: PyYAML, docker-pycreds, idna, urllib3, requests, websocket-client, docker, docopt, cached-property, jsonschema, dockerpty, texttable, docker-compose 07:22:33 Running setup.py install for PyYAML: started 07:22:33 ---> Running in a1b8a9bb3e69 07:22:34 ---> cafca80931aa 07:22:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:22:34 Removing intermediate container 0b5db89ab637 07:22:34 ---> 25e7837cef06 07:22:34 Step 20/22 : LABEL arch=x86_64 07:22:34 Removing intermediate container a1b8a9bb3e69 07:22:34 ---> cee0baef5753 07:22:34 Step 20/22 : LABEL arch=x86_64 07:22:34 Running setup.py install for PyYAML: finished with status 'done' 07:22:34 Attempting uninstall: idna 07:22:34 Found existing installation: idna 2.9 07:22:34 Uninstalling idna-2.9: 07:22:34 ---> Running in 92f1797d4835 07:22:34 Successfully uninstalled idna-2.9 07:22:34 ---> Running in 9b241d1371cb 07:22:35 Attempting uninstall: urllib3 07:22:35 Found existing installation: urllib3 1.25.9 07:22:35 ---> 8b8fbd06bbe8 07:22:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:22:35 Uninstalling urllib3-1.25.9: 07:22:35 Successfully uninstalled urllib3-1.25.9 07:22:35 Removing intermediate container 92f1797d4835 07:22:35 ---> eba7d356a1c3 07:22:35 Step 21/22 : LABEL git_sha=b8e46b467769a01593224dffbd4a7f6545d3dea9 07:22:36 ---> Running in efe796db1e44 07:22:36 Removing intermediate container 9b241d1371cb 07:22:36 ---> 5949bd10f9f1 07:22:36 Step 21/22 : LABEL git_sha=b8e46b467769a01593224dffbd4a7f6545d3dea9 07:22:36 ---> 20f76b228131 07:22:36 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 07:22:36 Attempting uninstall: requests 07:22:36 Found existing installation: requests 2.23.0 07:22:36 Uninstalling requests-2.23.0: 07:22:36 Successfully uninstalled requests-2.23.0 07:22:37 ---> Running in 521c2dfd27a9 07:22:37 ---> Running in 1b88252eebd9 07:22:37 Removing intermediate container efe796db1e44 07:22:37 ---> 11d206797e85 07:22:37 Step 22/22 : LABEL version=0.0.0 07:22:38 ---> Running in 55a3a4943fcb 07:22:38 Removing intermediate container 1b88252eebd9 07:22:38 ---> b907da3d148c 07:22:38 Step 22/22 : LABEL version=0.0.0 07:22:38 Running setup.py install for docopt: started 07:22:39 ---> Running in 92274d3780dc 07:22:39 Removing intermediate container 55a3a4943fcb 07:22:39 ---> c82e182f0b3e 07:22:39 07:22:39 Removing intermediate container 92274d3780dc 07:22:39 ---> 19cf9ea76a04 07:22:39 07:22:39 Running setup.py install for docopt: finished with status 'done' 07:22:39 Successfully built c82e182f0b3e 07:22:39 Successfully tagged docker-core-command-go:latest 07:22:39  Building docker-core-command-go ... done Successfully built 19cf9ea76a04 07:22:39 Successfully tagged docker-security-bootstrap-redis-go:latest 07:22:39 Running setup.py install for dockerpty: started 07:22:40  Building docker-security-bootstrap-redis-go ... done  Running setup.py install for dockerpty: finished with status 'done' 07:22:40 Running setup.py install for texttable: started 07:22:40 Removing intermediate container 521c2dfd27a9 07:22:40 ---> ced33971613e 07:22:40 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:22:40 Running setup.py install for texttable: finished with status 'done' 07:22:40 ---> Running in 5ba9fb521c6b 07:22:41 Removing intermediate container 5ba9fb521c6b 07:22:41 ---> ff1afe4587ba 07:22:41 Step 22/24 : LABEL arch=x86_64 07:22:41 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 07:22:41 ---> Running in 6834497d014d 07:22:42 Removing intermediate container 6834497d014d 07:22:42 ---> 66396b7d22b5 07:22:42 Step 23/24 : LABEL git_sha=b8e46b467769a01593224dffbd4a7f6545d3dea9 07:22:42 ---> Running in 635ba1a26989 07:22:42 Removing intermediate container 635ba1a26989 07:22:42 ---> 3882dc262276 07:22:42 Step 24/24 : LABEL version=0.0.0 07:22:45 ---> Running in 5436700a64ff 07:22:45 Removing intermediate container 32ed8d42857e 07:22:45 ---> 5805e6056a50 07:22:45 Step 21/26 : RUN apk --no-cache add curl 07:22:45 Removing intermediate container 5436700a64ff 07:22:45 ---> 48d3f881f06a 07:22:45 07:22:45 ---> Running in e5bd4bf8576e 07:22:45 Successfully built 48d3f881f06a 07:22:45 Successfully tagged docker-security-secretstore-setup-go:latest 07:22:46  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:22:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:22:46 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:22:46 (2/3) Installing libcurl (7.69.1-r3) 07:22:46 (3/3) Installing curl (7.69.1-r3) 07:22:46 Executing busybox-1.31.1-r19.trigger 07:22:46 OK: 72 MiB in 58 packages 07:22:47 Removing intermediate container e5bd4bf8576e 07:22:47 ---> 289645a7d9d7 07:22:47 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:22:47 ---> Running in e04ebe9e7680 07:22:47 Removing intermediate container e04ebe9e7680 07:22:47 ---> c1c0c7b9e45c 07:22:47 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:22:47 ---> Running in f0791ac0670c 07:22:47 Removing intermediate container f0791ac0670c 07:22:47 ---> 47e932a01e36 07:22:47 Step 24/26 : LABEL arch=x86_64 07:22:47 ---> Running in 140a9c2aa3c9 07:22:48 Removing intermediate container 140a9c2aa3c9 07:22:48 ---> bd43412c62b0 07:22:48 Step 25/26 : LABEL git_sha=b8e46b467769a01593224dffbd4a7f6545d3dea9 07:22:48 ---> Running in 15ec862e771c 07:22:48 Removing intermediate container 15ec862e771c 07:22:48 ---> b54bd86dc8fd 07:22:48 Step 26/26 : LABEL version=0.0.0 07:22:48 ---> Running in 76b9b1bb8735 07:22:48 Removing intermediate container 76b9b1bb8735 07:22:48 ---> 1a439a99eda1 07:22:48 07:22:49 Successfully built 1a439a99eda1 07:22:49 Successfully tagged docker-sys-mgmt-agent-go:latest 07:22:54  Building docker-sys-mgmt-agent-go ... done Removing intermediate container c25c7da4dad4 07:22:54 ---> 93108b0eab13 07:22:54 07:22:54 Step 10/23 : FROM alpine:3.12 07:22:54 ---> 389fef711851 07:22:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:22:54 ---> Running in f4c44dfd9ea7 07:22:54 Removing intermediate container f4c44dfd9ea7 07:22:54 ---> ee2013dc681a 07:22:54 Step 12/23 : ENV APP_PORT=48080 07:22:54 ---> Running in 9fa698f28e95 07:22:54 Removing intermediate container 9fa698f28e95 07:22:54 ---> f21163a6dfff 07:22:54 Step 13/23 : EXPOSE $APP_PORT 07:22:54 ---> Running in de3bb8329a6a 07:22:54 Removing intermediate container de3bb8329a6a 07:22:54 ---> 732336831e33 07:22:54 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:22:54 ---> Running in 253045d5c8b5 07:22:55 Removing intermediate container 253045d5c8b5 07:22:55 ---> dc5715f3f7cc 07:22:55 Step 15/23 : RUN apk add --update --no-cache zeromq 07:22:55 ---> Running in c70989189c84 07:22:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:22:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:22:57 (1/5) Installing libgcc (9.3.0-r2) 07:22:57 (2/5) Installing libsodium (1.0.18-r0) 07:22:57 (3/5) Installing libstdc++ (9.3.0-r2) 07:22:57 (4/5) Installing libzmq (4.3.3-r0) 07:22:58 (5/5) Installing zeromq (4.3.3-r0) 07:22:58 Executing busybox-1.31.1-r19.trigger 07:22:58 OK: 8 MiB in 19 packages 07:22:58 Removing intermediate container c70989189c84 07:22:58 ---> 808fe0d16957 07:22:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:22:58 ---> 9e7db70beca3 07:22:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:22:59 ---> a757524a4bf1 07:22:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:22:59 ---> baf06232be22 07:22:59 Step 19/23 : ENTRYPOINT ["/core-data"] 07:22:59 ---> Running in 5812480c984c 07:22:59 Removing intermediate container 5812480c984c 07:22:59 ---> 8d61669477ab 07:22:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:22:59 ---> Running in 7e2177fc5d1b 07:23:00 Removing intermediate container 7e2177fc5d1b 07:23:00 ---> 856fbed85177 07:23:00 Step 21/23 : LABEL arch=x86_64 07:23:00 ---> Running in 6827f37b85ec 07:23:00 Removing intermediate container 6827f37b85ec 07:23:00 ---> be35c25e9b7e 07:23:00 Step 22/23 : LABEL git_sha=b8e46b467769a01593224dffbd4a7f6545d3dea9 07:23:00 ---> Running in 931bc5e8070c 07:23:00 Removing intermediate container 931bc5e8070c 07:23:00 ---> 87cfd5a4ccd0 07:23:00 Step 23/23 : LABEL version=0.0.0 07:23:00 ---> Running in d9f591b1e682 07:23:01 Removing intermediate container d9f591b1e682 07:23:01 ---> 4b699d26afa6 07:23:01 07:23:01 Successfully built 4b699d26afa6 07:23:01 Successfully tagged docker-core-data-go:latest 07:23:01  Building docker-core-data-go ... done  [Pipeline] } 07:23:01 $ docker stop --time=1 626e9b48d92a9f46b3169eec8b9205aee0eaad583f80d4f0a532f71438f4ba35 07:23:03 $ docker rm -f 626e9b48d92a9f46b3169eec8b9205aee0eaad583f80d4f0a532f71438f4ba35 [Pipeline] // withDockerContainer [Pipeline] sh 07:23:03 + docker images 07:23:03 + grep docker 07:23:03 docker-core-data-go latest 4b699d26afa6 3 seconds ago 22.3MB 07:23:03 docker-sys-mgmt-agent-go latest 1a439a99eda1 15 seconds ago 313MB 07:23:03 docker-security-secretstore-setup-go latest 48d3f881f06a 19 seconds ago 24.6MB 07:23:03 docker-core-command-go latest c82e182f0b3e 24 seconds ago 10.6MB 07:23:03 docker-security-bootstrap-redis-go latest 19cf9ea76a04 24 seconds ago 15.8MB 07:23:03 docker-security-proxy-setup-go latest c95983b70f6e About a minute ago 24.5MB 07:23:03 docker-core-metadata-go latest 2848a14822e8 About a minute ago 13.1MB 07:23:03 docker-support-notifications-go latest 3d0b8e545b9a About a minute ago 12MB 07:23:03 docker-support-scheduler-go latest f2bcf7d55844 About a minute ago 10.7MB 07:23:03 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 07:23:17 gofmt -l . 07:23:17 [ "`gofmt -l .`" = "" ] 07:23:17 ./bin/test-go-mod-tidy.sh 07:23:18 ./bin/test-attribution-txt.sh [Pipeline] sh 07:23:19 Still waiting to schedule task 07:23:19 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 07:23:19 + ls -al . 07:23:19 total 684 07:23:19 drwxrwxr-x 9 1001 1001 4096 Jan 12 07:23 . 07:23:19 drwxr-xr-x 4 root root 4096 Jan 12 07:19 .. 07:23:19 -rw-rw-r-- 1 1001 1001 11 Jan 12 07:18 .dockerignore 07:23:19 drwxrwxr-x 8 1001 1001 4096 Jan 12 07:18 .git 07:23:19 drwxrwxr-x 3 1001 1001 4096 Jan 12 07:18 .github 07:23:19 -rw-rw-r-- 1 1001 1001 824 Jan 12 07:18 .gitignore 07:23:19 -rw-rw-r-- 1 1001 1001 166 Jan 12 07:18 .sonarcloud.properties 07:23:19 -rw-rw-r-- 1 1001 1001 7741 Jan 12 07:18 Attribution.txt 07:23:19 -rw-rw-r-- 1 1001 1001 3804 Jan 12 07:18 CONTRIBUTING.md 07:23:19 -rw-rw-r-- 1 1001 1001 931 Jan 12 07:18 Dockerfile.build 07:23:19 -rw-rw-r-- 1 1001 1001 863 Jan 12 07:18 Jenkinsfile 07:23:19 -rw-rw-r-- 1 1001 1001 10775 Jan 12 07:18 LICENSE 07:23:19 -rw-rw-r-- 1 1001 1001 5750 Jan 12 07:18 Makefile 07:23:19 -rw-rw-r-- 1 1001 1001 6524 Jan 12 07:18 README.md 07:23:19 -rw-rw-r-- 1 1001 1001 6744 Jan 12 07:18 SECURITY.md 07:23:19 -rw-rw-r-- 1 1001 1001 5 Jan 12 07:15 VERSION 07:23:19 -rw-rw-r-- 1 1001 1001 4131 Jan 12 07:18 ZMQWindows.md 07:23:19 drwxrwxr-x 2 1001 1001 4096 Jan 12 07:18 bin 07:23:19 drwxrwxr-x 14 1001 1001 4096 Jan 12 07:18 cmd 07:23:19 -rw-r--r-- 1 root root 552842 Jan 12 07:22 coverage.out 07:23:19 -rw-r--r-- 1 root root 979 Jan 12 07:23 go.mod 07:23:19 -rw-r--r-- 1 root root 19019 Jan 12 07:23 go.sum 07:23:19 drwxrwxr-x 8 1001 1001 4096 Jan 12 07:18 internal 07:23:19 drwxrwxr-x 4 1001 1001 4096 Jan 12 07:18 openapi 07:23:19 drwxrwxr-x 4 1001 1001 4096 Jan 12 07:18 snap 07:23:19 -rw-rw-r-- 1 1001 1001 168 Jan 12 07:18 version.go [Pipeline] sh 07:23:20 + '[' -e coverage.out ] 07:23:20 + chown 1001:1001 coverage.out [Pipeline] stash 07:23:20 Warning: overwriting stash ‘coverage-report’ 07:23:21 Stashed 1 file(s) [Pipeline] sh 07:23:22 + make build 07:23:22 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 07:23:34 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 07:23:56 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 07:23:58 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 07:24:04 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 07:24:05 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 07:24:08 Running on prd-ubuntu18.04-docker-8c-8g-19730 in /w/workspace/edgexfoundry_edgex-go_PR-3008 [Pipeline] { [Pipeline] ws 07:24:08 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 07:24:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:24:10 using credential edgex-jenkins-ssh 07:24:10 Cloning the remote Git repository 07:24:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:24:10 > git init /w/workspace/edgex-go/3 # timeout=10 07:24:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:24:10 > git --version # timeout=10 07:24:11 > git --version # 'git version 2.17.1' 07:24:11 using GIT_SSH to set credentials SSH Credentials for GitHub 07:24:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:24:15 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 07:24:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:24:19 Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit b8e46b467769a01593224dffbd4a7f6545d3dea9 07:24:19 Merge succeeded, producing b8e46b467769a01593224dffbd4a7f6545d3dea9 07:24:19 Checking out Revision b8e46b467769a01593224dffbd4a7f6545d3dea9 (PR-3008) 07:24:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:24:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:24:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:24:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:24:18 using GIT_SSH to set credentials SSH Credentials for GitHub 07:24:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3008/head:refs/remotes/origin/PR-3008 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:24:19 > git config core.sparsecheckout # timeout=10 07:24:19 > git checkout -f b8e46b467769a01593224dffbd4a7f6545d3dea9 # timeout=10 07:24:19 > git remote # timeout=10 07:24:19 > git config --get remote.origin.url # timeout=10 07:24:19 using GIT_SSH to set credentials SSH Credentials for GitHub 07:24:19 > git merge c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 07:24:19 > git rev-parse HEAD^{commit} # timeout=10 07:24:19 > git config core.sparsecheckout # timeout=10 07:24:19 > git checkout -f b8e46b467769a01593224dffbd4a7f6545d3dea9 # timeout=10 07:24:22 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 07:24:23 Commit message: "docs(meta): update/fix ProvisionWatcher v2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:24:24 + echo snap-build.sh 07:24:24 snap-build.sh 07:24:24 + SNAP_BASE_DIR=. 07:24:24 + '[' '!' -z /w/workspace/edgex-go/3 ']' 07:24:24 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 07:24:24 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 07:24:24 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 07:24:24 + cd /w/workspace/edgex-go/3 07:24:24 + sudo apt-get remove -qy --purge lxd lxd-client 07:24:24 Reading package lists... 07:24:24 Building dependency tree... 07:24:24 Reading state information... 07:24:24 The following packages were automatically installed and are no longer required: 07:24:24 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 07:24:24 uidmap xdelta3 07:24:24 Use 'sudo apt autoremove' to remove them. 07:24:24 The following packages will be REMOVED: 07:24:24 lxd* lxd-client* 07:24:25 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 07:24:25 After this operation, 31.7 MB disk space will be freed. 07:24:26 (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.) 07:24:26 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 07:24:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:24:27 Removing lxd dnsmasq configuration 07:24:27 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 07:24:27 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 07:24:28 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 07:24:28 (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.) 07:24:28 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 07:24:30 Processing triggers for systemd (237-3ubuntu10.42) ... 07:24:30 Processing triggers for ureadahead (0.100.0-21) ... 07:24:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:24:31 + sudo snap remove --purge lxd 07:24:32 snap "lxd" is not installed 07:24:32 + sudo groupadd --force --system lxd 07:24:32 ++ whoami 07:24:32 + sudo /usr/sbin/usermod -G lxd -a jenkins 07:24:32 + newgrp - lxd 07:24:32 + sudo snap install lxd [Pipeline] } 07:24:33 $ docker stop --time=1 8a8a6c4262ddd05db948a4773aa5e657b8cc27954d0d5d1363585807b06fde44 07:24:35 $ docker rm -f 8a8a6c4262ddd05db948a4773aa5e657b8cc27954d0d5d1363585807b06fde44 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:24:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:24:37 07:24:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:24:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:24:38 latest: Pulling from edgex-devops/edgex-compose-arm64 07:24:38 29e5d40040c1: Pulling fs layer 07:24:38 1ce36da41761: Pulling fs layer 07:24:38 25b303627fd3: Pulling fs layer 07:24:38 29e5d40040c1: Verifying Checksum 07:24:38 29e5d40040c1: Download complete 07:24:39 29e5d40040c1: Pull complete 07:24:40 1ce36da41761: Verifying Checksum 07:24:40 1ce36da41761: Download complete 07:24:41 1ce36da41761: Pull complete 07:24:41 25b303627fd3: Download complete 07:24:42 2021-01-12T07:24:40Z INFO Waiting for automatic snapd restart... 07:24:51 25b303627fd3: Pull complete 07:24:51 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:24:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:24:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 07:24:51 prd-ubuntu18.04-docker-arm64-4c-16g-19726 does not seem to be running inside a container 07:24:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:24:55 $ docker top fdcb5c4a882c0006989ad56ccb98da015f90cbbae9939c272ad14a48660e1a4d -eo pid,comm [Pipeline] { [Pipeline] sh 07:24:55 + docker-compose build --help 07:24:55 + grep parallel 07:24:57 lxd 4.10 from Canonical* installed 07:24:57 + sudo lxd init --auto 07:24:59 --parallel Build images in parallel. [Pipeline] } 07:24:59 $ docker stop --time=1 fdcb5c4a882c0006989ad56ccb98da015f90cbbae9939c272ad14a48660e1a4d 07:25:01 $ docker rm -f fdcb5c4a882c0006989ad56ccb98da015f90cbbae9939c272ad14a48660e1a4d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:25:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:25:02 . [Pipeline] withDockerContainer 07:25:02 prd-ubuntu18.04-docker-arm64-4c-16g-19726 does not seem to be running inside a container 07:25:02 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:25:04 $ docker top 974bfc15f7c9700fcba9341e1444888d61703e40a1f3bb247e5db60ee15b0036 -eo pid,comm [Pipeline] { [Pipeline] sh 07:25:05 + docker-compose -f ./docker-compose-build.yml build --parallel 07:25:07 + sudo snap install --classic snapcraft 07:25:09 Building docker-core-command-go ... 07:25:09 Building docker-core-data-go ... 07:25:09 Building docker-core-metadata-go ... 07:25:09 Building docker-security-bootstrap-redis-go ... 07:25:09 Building docker-security-proxy-setup-go ... 07:25:09 Building docker-security-secretstore-setup-go ... 07:25:09 Building docker-support-notifications-go ... 07:25:09 Building docker-support-scheduler-go ... 07:25:09 Building docker-sys-mgmt-agent-go ... 07:25:09 Building docker-core-command-go 07:25:09 Building docker-support-scheduler-go 07:25:09 Building docker-security-proxy-setup-go 07:25:09 Building docker-sys-mgmt-agent-go 07:25:09 Building docker-security-secretstore-setup-go 07:25:15 snapcraft 4.4.4 from Canonical* installed 07:25:15 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 07:25:15 + patch --verbose -p1 07:25:15 Hmm... Looks like a unified diff to me... 07:25:15 The text leading up to this was: 07:25:15 -------------------------- 07:25:15 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 07:25:15 |From: Tony Espy 07:25:15 |Date: Wed, 16 Dec 2020 16:34:55 -0500 07:25:15 |Subject: [PATCH] optimize snap build for pipeline CI check 07:25:15 | 07:25:15 |This patch is used by the EdgeX CI pipeline builds to 07:25:15 |optimize the snap CI check run for pull requests. When 07:25:15 |applied, it essentially strips out everything (apps and 07:25:15 |parts) from the snapcraft.yaml file except those required 07:25:15 |to build edgex-go, as the whole idea of the CI check is to 07:25:15 |catch changes to edgex-go that break the snap build. 07:25:15 | 07:25:15 |In general, anyone updating snapcraft.yaml will also need 07:25:15 |to update this patch file, otherwise it may fail to apply, 07:25:15 |resulting in a failed snap build CI check in the associated 07:25:15 |pull request. 07:25:15 | 07:25:15 |Note - in addition to applying this patch, the pipeline also 07:25:15 |only primes the snap (e.g. `snapcraft prime`), as there's no 07:25:15 |need to build the finally binary .snap file (and it won't 07:25:15 |work with the patch applied). This further reduces the build 07:25:15 |time. 07:25:15 |--- 07:25:15 | snap/snapcraft.yaml | 461 +------------------------------------------- 07:25:15 | 1 file changed, 2 insertions(+), 459 deletions(-) 07:25:15 | 07:25:15 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 07:25:15 |index 1e537489..faf42425 100644 07:25:15 |--- a/snap/snapcraft.yaml 07:25:15 |+++ b/snap/snapcraft.yaml 07:25:15 -------------------------- 07:25:15 patching file snap/snapcraft.yaml 07:25:15 Using Plan A... 07:25:15 Hunk #1 succeeded at 73. 07:25:15 Hunk #2 succeeded at 202 with fuzz 1. 07:25:15 Hunk #3 succeeded at 214. 07:25:15 Hunk #4 succeeded at 222. 07:25:15 Hunk #5 succeeded at 229. 07:25:15 Hunk #6 succeeded at 256. 07:25:15 Hunk #7 succeeded at 290. 07:25:15 Hunk #8 succeeded at 342 (offset 1 line). 07:25:15 Hmm... Ignoring the trailing garbage. 07:25:15 done 07:25:15 + sudo snapcraft prime --use-lxd 07:25:16 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 07:25:16 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: 07:25:16 - README.md 07:25:16 - snapcraft.yaml.orig 07:25:16 07:25:16 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:25:17 Launching a container. 07:25:29 Waiting for container to be ready 07:25:29 To start your first instance, try: lxc launch ubuntu:18.04 07:25:29 07:25:32 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 07:25:33 Waiting for network to be ready... 07:25:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:25:33 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 07:25:33 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:25:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 07:25:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 07:25:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 07:25:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 07:25:33 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 07:25:33 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 07:25:33 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 07:25:34 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:25:34 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:25:34 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:25:34 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:25:34 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:25:34 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:25:34 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:25:34 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:25:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:25:35 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] 07:25:35 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 07:25:35 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 07:25:35 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 07:25:35 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 07:25:35 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 07:25:35 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 07:25:35 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 07:25:38 Fetched 23.7 MB in 5s (4593 kB/s) 07:25:39 Reading package lists... 07:25:40 Reading package lists... 07:25:40 Building dependency tree... 07:25:40 Reading state information... 07:25:40 The following additional packages will be installed: 07:25:40 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:25:40 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:25:40 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:25:40 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 07:25:40 Suggested packages: 07:25:40 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 07:25:40 Recommended packages: 07:25:40 gnupg libsasl2-modules 07:25:40 The following NEW packages will be installed: 07:25:40 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:25:40 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:25:40 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:25:40 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 07:25:40 The following packages will be upgraded: 07:25:40 gpg gpg-agent gpgconf libudev1 07:25:40 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 07:25:40 Need to get 3532 kB of archives. 07:25:40 After this operation, 13.3 MB of additional disk space will be used. 07:25:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 07:25:40 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 07:25:41 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 07:25:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 07:25:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 07:25:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 07:25:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 07:25:41 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 07:25:41 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 07:25:41 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 07:25:41 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 07:25:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 07:25:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 07:25:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 07:25:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 07:25:41 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 07:25:41 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 07:25:41 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 07:25:41 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 07:25:41 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 07:25:41 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] 07:25:41 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] 07:25:41 debconf: delaying package configuration, since apt-utils is not installed 07:25:41 Fetched 3532 kB in 1s (3154 kB/s) 07:25:42 (Reading database ... 12511 files and directories currently installed.) 07:25:42 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 07:25:42 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 07:25:42 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 07:25:42 Selecting previously unselected package udev. 07:25:42 (Reading database ... 12511 files and directories currently installed.) 07:25:42 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 07:25:42 Unpacking udev (237-3ubuntu10.43) ... 07:25:42 Selecting previously unselected package libfuse2:amd64. 07:25:42 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 07:25:42 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:25:42 Selecting previously unselected package fuse. 07:25:42 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 07:25:42 Unpacking fuse (2.9.7-1ubuntu1) ... 07:25:42 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 07:25:42 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:25:42 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 07:25:42 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:25:43 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 07:25:43 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:25:43 Selecting previously unselected package libksba8:amd64. 07:25:43 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 07:25:43 Unpacking libksba8:amd64 (1.3.5-2) ... 07:25:43 Selecting previously unselected package libroken18-heimdal:amd64. 07:25:43 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:25:43 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:43 Selecting previously unselected package libasn1-8-heimdal:amd64. 07:25:43 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:25:43 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:43 Selecting previously unselected package libheimbase1-heimdal:amd64. 07:25:43 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:25:43 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:43 Selecting previously unselected package libhcrypto4-heimdal:amd64. 07:25:43 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:25:43 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:43 Selecting previously unselected package libwind0-heimdal:amd64. 07:25:43 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:25:43 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:43 Selecting previously unselected package libhx509-5-heimdal:amd64. 07:25:43 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:25:43 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:43 Selecting previously unselected package libkrb5-26-heimdal:amd64. 07:25:43 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:25:43 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:44 Selecting previously unselected package libheimntlm0-heimdal:amd64. 07:25:44 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:25:44 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:44 Selecting previously unselected package libgssapi3-heimdal:amd64. 07:25:44 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:25:44 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:44 Selecting previously unselected package libsasl2-modules-db:amd64. 07:25:44 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:25:44 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:25:44 Selecting previously unselected package libsasl2-2:amd64. 07:25:44 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:25:44 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:25:44 Selecting previously unselected package libldap-common. 07:25:44 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 07:25:44 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 07:25:44 Selecting previously unselected package libldap-2.4-2:amd64. 07:25:44 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 07:25:44 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 07:25:44 Selecting previously unselected package dirmngr. 07:25:44 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 07:25:44 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 07:25:44 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 07:25:44 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 07:25:44 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:25:44 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:25:44 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:25:45 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 07:25:45 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:45 Setting up libksba8:amd64 (1.3.5-2) ... 07:25:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:25:45 Setting up udev (237-3ubuntu10.43) ... 07:25:45 invoke-rc.d: policy-rc.d denied execution of start. 07:25:45 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:45 Processing triggers for systemd (237-3ubuntu10) ... 07:25:45 Setting up fuse (2.9.7-1ubuntu1) ... 07:25:45 Setting up gpg (2.2.4-1ubuntu1.3) ... 07:25:45 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:45 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:45 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:45 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:46 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:46 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:46 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:25:46 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 07:25:46 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 07:25:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:25:46 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 07:25:46 settings in the [Install] section, and DefaultInstance for template units). 07:25:46 This means they are not meant to be enabled using systemctl. 07:25:46 Possible reasons for having this kind of units are: 07:25:46 1) A unit may be statically enabled by being symlinked from another unit's 07:25:46 .wants/ or .requires/ directory. 07:25:46 2) A unit's purpose may be to act as a helper for some other unit which has 07:25:46 a requirement dependency on it. 07:25:46 3) A unit may be started when needed via activation (socket, path, timer, 07:25:46 D-Bus, udev, scripted systemctl call, ...). 07:25:46 4) In case of template units, the unit is meant to be enabled with some 07:25:46 instance name specified. 07:25:46 Reading package lists... 07:25:47 Building dependency tree... 07:25:47 Reading state information... 07:25:47 The following additional packages will be installed: 07:25:47 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 07:25:47 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 07:25:47 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 07:25:47 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 07:25:47 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 07:25:47 Suggested packages: 07:25:47 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 07:25:47 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 07:25:47 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 07:25:47 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 07:25:47 systemd-container policykit-1 07:25:47 Recommended packages: 07:25:47 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 07:25:47 The following NEW packages will be installed: 07:25:47 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 07:25:47 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 07:25:47 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 07:25:47 multiarch-support openssh-client python3 python3-minimal python3.6 07:25:47 python3.6-minimal snapd squashfs-tools sudo 07:25:47 The following packages will be upgraded: 07:25:47 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 07:25:47 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 07:25:47 Need to get 35.2 MB of archives. 07:25:47 After this operation, 141 MB of additional disk space will be used. 07:25:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 07:25:47 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 07:25:47 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 07:25:47 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 07:25:47 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 07:25:47 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 07:25:47 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 07:25:47 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 07:25:47 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 07:25:47 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 07:25:47 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 07:25:47 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 07:25:47 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 07:25:47 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 07:25:47 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 07:25:47 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 07:25:47 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 07:25:48 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 07:25:48 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 07:25:48 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 07:25:48 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 07:25:48 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 07:25:48 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 07:25:48 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 07:25:48 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 07:25:48 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 07:25:48 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 07:25:48 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 07:25:48 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 07:25:48 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 07:25:49 debconf: delaying package configuration, since apt-utils is not installed 07:25:49 Fetched 35.2 MB in 2s (16.1 MB/s) 07:25:49 (Reading database ... 12757 files and directories currently installed.) 07:25:49 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 07:25:49 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 07:25:50 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 07:25:50 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 07:25:50 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 07:25:50 (Reading database ... 12757 files and directories currently installed.) 07:25:50 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 07:25:50 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 07:25:51 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 07:25:51 (Reading database ... 12757 files and directories currently installed.) 07:25:51 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 07:25:51 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 07:25:51 Setting up apt (1.6.12ubuntu0.2) ... 07:25:51 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 07:25:52 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 07:25:52 (Reading database ... 12764 files and directories currently installed.) 07:25:52 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 07:25:52 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 07:25:52 Selecting previously unselected package libpython3.6-minimal:amd64. 07:25:52 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:25:52 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:25:52 Selecting previously unselected package libexpat1:amd64. 07:25:52 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 07:25:52 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:25:52 Selecting previously unselected package python3.6-minimal. 07:25:52 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:25:52 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 07:25:53 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 07:25:53 Checking for services that may need to be restarted...done. 07:25:53 Checking for services that may need to be restarted...done. 07:25:53 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:25:53 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:25:53 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 07:25:54 Selecting previously unselected package python3-minimal. 07:25:54 (Reading database ... 13012 files and directories currently installed.) 07:25:54 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 07:25:54 Unpacking python3-minimal (3.6.7-1~18.04) ... 07:25:54 Selecting previously unselected package mime-support. 07:25:54 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 07:25:54 Unpacking mime-support (3.60ubuntu1) ... 07:25:54 Selecting previously unselected package libmpdec2:amd64. 07:25:54 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 07:25:54 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:25:54 Selecting previously unselected package libpython3.6-stdlib:amd64. 07:25:54 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:25:54 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:25:55 Selecting previously unselected package python3.6. 07:25:55 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 07:25:55 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 07:25:55 Selecting previously unselected package libpython3-stdlib:amd64. 07:25:55 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 07:25:55 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:25:55 Setting up python3-minimal (3.6.7-1~18.04) ... 07:25:55 Selecting previously unselected package python3. 07:25:55 (Reading database ... 13442 files and directories currently installed.) 07:25:55 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 07:25:55 Unpacking python3 (3.6.7-1~18.04) ... 07:25:55 Selecting previously unselected package multiarch-support. 07:25:55 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 07:25:55 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 07:25:55 Setting up multiarch-support (2.27-3ubuntu1.4) ... 07:25:55 Selecting previously unselected package liblzo2-2:amd64. 07:25:55 (Reading database ... 13479 files and directories currently installed.) 07:25:55 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 07:25:55 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 07:25:56 Selecting previously unselected package libbsd0:amd64. 07:25:56 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 07:25:56 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:25:56 Selecting previously unselected package sudo. 07:25:56 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 07:25:56 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 07:25:56 Selecting previously unselected package apparmor. 07:25:56 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 07:25:56 Unpacking apparmor (2.12-4ubuntu5.1) ... 07:25:56 Selecting previously unselected package libedit2:amd64. 07:25:56 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 07:25:56 Unpacking libedit2:amd64 (3.1-20170329-1) ... 07:25:56 Selecting previously unselected package libkrb5support0:amd64. 07:25:56 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 07:25:56 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:25:56 Selecting previously unselected package libk5crypto3:amd64. 07:25:56 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 07:25:56 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:25:57 Selecting previously unselected package libkeyutils1:amd64. 07:25:57 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 07:25:57 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:25:57 Selecting previously unselected package libkrb5-3:amd64. 07:25:57 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 07:25:57 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:25:57 Selecting previously unselected package libgssapi-krb5-2:amd64. 07:25:57 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 07:25:57 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:25:57 Selecting previously unselected package libssl1.0.0:amd64. 07:25:57 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 07:25:57 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 07:25:57 Selecting previously unselected package openssh-client. 07:25:57 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 07:25:57 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 07:25:57 Selecting previously unselected package squashfs-tools. 07:25:57 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 07:25:57 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:25:57 Selecting previously unselected package snapd. 07:25:57 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 07:25:58 Unpacking snapd (2.48+18.04) ... 07:26:00 Setting up libedit2:amd64 (3.1-20170329-1) ... 07:26:00 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 07:26:00 Setting up mime-support (3.60ubuntu1) ... 07:26:00 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 07:26:00 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:26:00 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:26:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:26:01 Setting up systemd (237-3ubuntu10.43) ... 07:26:01 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 07:26:01 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:26:01 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:26:01 Setting up liblzo2-2:amd64 (2.08-1.2) ... 07:26:01 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 07:26:01 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:26:01 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 07:26:02 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:26:02 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:26:02 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:26:02 Setting up python3 (3.6.7-1~18.04) ... 07:26:02 running python rtupdate hooks for python3.6... 07:26:02 running python post-rtupdate hooks for python3.6... 07:26:03 Setting up apparmor (2.12-4ubuntu5.1) ... 07:26:05 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 07:26:05 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:26:05 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 07:26:05 Setting up snapd (2.48+18.04) ... 07:26:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 07:26:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 07:26:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 07:26:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 07:26:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:26:06 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:26:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 07:26:07 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 07:26:07 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 07:26:07 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 07:26:07 /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' 07:26:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:26:07 Processing triggers for systemd (237-3ubuntu10.43) ... 07:26:09 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 07:26:09 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:26:09 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:26:10 Reading package lists... 07:26:10 Reading package lists... 07:26:11 Building dependency tree... 07:26:11 Reading state information... 07:26:11 Calculating upgrade... 07:26:11 The following packages will be upgraded: 07:26:11 advancecomp base-files bash binutils binutils-common 07:26:11 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 07:26:11 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 07:26:11 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 07:26:11 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 07:26:11 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 07:26:11 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 07:26:11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 07:26:11 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 07:26:11 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 07:26:11 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 07:26:11 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 07:26:11 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 07:26:11 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 07:26:11 ubuntu-keyring util-linux 07:26:11 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 07:26:11 Need to get 63.7 MB of archives. 07:26:11 After this operation, 5203 kB of additional disk space will be used. 07:26:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] 07:26:11 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 07:26:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 07:26:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 07:26:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 07:26:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 07:26:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 07:26:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 07:26:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 07:26:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 07:26:11 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 07:26:11 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 07:26:11 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 07:26:11 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 07:26:11 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 07:26:11 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 07:26:11 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 07:26:11 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 07:26:11 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 07:26:11 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 07:26:11 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 07:26:11 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 07:26:11 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 07:26:11 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 07:26:11 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 07:26:11 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 07:26:11 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 07:26:11 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 07:26:11 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 07:26:11 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 07:26:11 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 07:26:11 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 07:26:11 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 07:26:11 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 07:26:11 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 07:26:11 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 07:26:11 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 07:26:11 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 07:26:11 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 07:26:11 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 07:26:11 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 07:26:11 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 07:26:11 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 07:26:11 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 07:26:11 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 07:26:11 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 07:26:11 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 07:26:11 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 07:26:11 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 07:26:11 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 07:26:11 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 07:26:11 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 07:26:11 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 07:26:11 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 07:26:11 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 07:26:12 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 07:26:12 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 07:26:12 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 07:26:12 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 07:26:12 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 07:26:12 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 07:26:12 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 07:26:12 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 07:26:12 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 07:26:12 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 07:26:12 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 07:26:12 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 07:26:12 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 07:26:12 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 07:26:12 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 07:26:12 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 07:26:12 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 07:26:12 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 07:26:12 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 07:26:12 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 07:26:12 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 07:26:12 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 07:26:12 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 07:26:12 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 07:26:12 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 07:26:12 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 07:26:12 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 07:26:12 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 07:26:12 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 07:26:12 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 07:26:12 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 07:26:12 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 07:26:12 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 07:26:12 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 07:26:12 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 07:26:12 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 07:26:12 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 07:26:12 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 07:26:12 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 07:26:12 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 07:26:12 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 07:26:12 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 07:26:13 debconf: delaying package configuration, since apt-utils is not installed 07:26:13 Fetched 63.7 MB in 2s (37.7 MB/s) 07:26:13 (Reading database ... 13912 files and directories currently installed.) 07:26:13 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 07:26:13 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:26:14 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 07:26:14 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:26:14 Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... 07:26:14 Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... 07:26:15 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:26:15 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:26:15 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:26:15 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:26:15 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:26:15 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:26:15 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:26:15 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:26:15 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:26:15 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:26:15 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:26:15 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:26:15 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:26:15 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:26:16 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 07:26:16 (Reading database ... 13911 files and directories currently installed.) 07:26:16 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 07:26:16 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 07:26:16 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 07:26:16 (Reading database ... 13911 files and directories currently installed.) 07:26:16 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:26:16 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:26:16 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:26:16 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:26:16 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:26:16 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:26:16 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 07:26:16 (Reading database ... 13911 files and directories currently installed.) 07:26:16 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 07:26:17 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:26:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:26:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:26:17 ---> 795065679c4a 07:26:17 Step 3/21 : WORKDIR /edgex-go 07:26:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:26:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:26:17 ---> 795065679c4a 07:26:17 Step 3/22 : WORKDIR /edgex-go 07:26:17 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:26:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:26:17 ---> 795065679c4a 07:26:17 Step 3/24 : WORKDIR /edgex-go 07:26:17 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:26:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:26:17 ---> 795065679c4a 07:26:17 Step 3/26 : WORKDIR /edgex-go 07:26:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:26:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:26:17 ---> 795065679c4a 07:26:17 Step 3/21 : WORKDIR /edgex-go 07:26:17 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 07:26:17 (Reading database ... 13911 files and directories currently installed.) 07:26:17 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 07:26:17 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 07:26:17 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 07:26:17 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 07:26:18 Setting up base-files (10.1ubuntu2.10) ... 07:26:18 Installing new version of config file /etc/issue ... 07:26:18 Installing new version of config file /etc/issue.net ... 07:26:18 Installing new version of config file /etc/lsb-release ... 07:26:18 Installing new version of config file /etc/update-motd.d/50-motd-news ... 07:26:18 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 07:26:18 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 07:26:18 Removing obsolete conffile /etc/default/motd-news ... 07:26:18 (Reading database ... 13912 files and directories currently installed.) 07:26:18 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 07:26:18 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 07:26:19 Setting up bash (4.4.18-2ubuntu1.2) ... 07:26:19 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 07:26:19 (Reading database ... 13912 files and directories currently installed.) 07:26:19 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 07:26:19 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 07:26:19 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 07:26:19 (Reading database ... 13912 files and directories currently installed.) 07:26:19 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 07:26:19 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 07:26:19 Setting up tar (1.29b-2ubuntu0.1) ... 07:26:19 (Reading database ... 13912 files and directories currently installed.) 07:26:19 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 07:26:20 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:26:20 Setting up dpkg (1.19.0.5ubuntu2.3) ... 07:26:20 (Reading database ... 13912 files and directories currently installed.) 07:26:20 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 07:26:20 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:26:20 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 07:26:20 (Reading database ... 13912 files and directories currently installed.) 07:26:20 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 07:26:20 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:26:20 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 07:26:20 (Reading database ... 13912 files and directories currently installed.) 07:26:20 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 07:26:20 Unpacking grep (3.1-2build1) over (3.1-2) ... 07:26:20 ---> Running in 5454788625c2 07:26:20 ---> Running in 8deceec7085c 07:26:20 ---> Running in 2c67e18722e4 07:26:20 ---> Running in 6e3b436d0d24 07:26:20 ---> Running in c14dfe482466 07:26:21 Setting up grep (3.1-2build1) ... 07:26:21 (Reading database ... 13912 files and directories currently installed.) 07:26:21 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 07:26:21 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:26:21 Setting up login (1:4.5-1ubuntu2) ... 07:26:21 (Reading database ... 13912 files and directories currently installed.) 07:26:21 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 07:26:21 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:26:21 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 07:26:21 (Reading database ... 13912 files and directories currently installed.) 07:26:21 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 07:26:21 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:26:21 Removing intermediate container 8deceec7085c 07:26:21 ---> a783becffb84 07:26:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:26:21 Removing intermediate container 5454788625c2 07:26:21 ---> a2c82c71f0fc 07:26:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 2c67e18722e4 07:26:21 07:26:21 ---> 40358e89acf6 07:26:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:26:21 Removing intermediate container 6e3b436d0d24 07:26:21 ---> e071160f037f 07:26:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:26:21 Removing intermediate container c14dfe482466 07:26:21 ---> c424d6061a53 07:26:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:26:21 ---> Running in 155dc9d1b89c 07:26:22 ---> Running in d9dac5bd9890 07:26:22 ---> Running in dbde4eb5da66 07:26:22 ---> Running in 8891dc07fbd3 07:26:22 ---> Running in 00a2ed117d7b 07:26:22 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 07:26:22 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:26:22 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 07:26:22 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:26:23 Setting up perl-base (5.26.1-6ubuntu0.5) ... 07:26:23 (Reading database ... 13912 files and directories currently installed.) 07:26:23 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 07:26:23 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:26:24 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:26:24 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:26:24 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:26:24 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:26:24 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 07:26:24 (Reading database ... 13912 files and directories currently installed.) 07:26:24 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 07:26:24 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 07:26:25 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 07:26:25 (Reading database ... 13912 files and directories currently installed.) 07:26:25 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:26:25 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:26:25 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:26:25 (Reading database ... 13912 files and directories currently installed.) 07:26:25 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:26:25 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:26:25 Removing intermediate container 155dc9d1b89c 07:26:25 ---> bdc5df52f6a1 07:26:25 Step 5/21 : RUN apk add --update --no-cache make git 07:26:25 ---> Running in 87614e413b33 07:26:25 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:26:25 (Reading database ... 13912 files and directories currently installed.) 07:26:25 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:26:25 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:26:25 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:26:25 (Reading database ... 13912 files and directories currently installed.) 07:26:25 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:26:25 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:26:25 Removing intermediate container d9dac5bd9890 07:26:25 ---> bb4b8c0c4af5 07:26:25 Step 5/22 : RUN apk add --update --no-cache make git 07:26:25 ---> Running in 8ced850e2155 07:26:26 Removing intermediate container dbde4eb5da66 07:26:26 ---> 631003cf5331 07:26:26 Step 5/21 : RUN apk add --update --no-cache make git 07:26:26 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:26:26 (Reading database ... 13912 files and directories currently installed.) 07:26:26 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 07:26:26 Removing intermediate container 8891dc07fbd3 07:26:26 ---> 38f983b307f5 07:26:26 Step 5/26 : RUN apk add --update --no-cache make bash git 07:26:26 Removing intermediate container 00a2ed117d7b 07:26:26 ---> a3b52fe562c8 07:26:26 Step 5/24 : RUN apk add --update --no-cache make git 07:26:26 ---> Running in d5800306525b 07:26:26 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:26:26 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 07:26:26 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:26:26 ---> Running in a4a21c9dd287 07:26:26 ---> Running in c9b003dd0c09 07:26:26 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 07:26:26 (Reading database ... 13912 files and directories currently installed.) 07:26:26 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 07:26:26 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:26:26 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 07:26:27 (Reading database ... 13912 files and directories currently installed.) 07:26:27 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:26:27 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:26:27 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:26:27 (Reading database ... 13912 files and directories currently installed.) 07:26:27 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:26:27 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:26:27 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 07:26:27 (Reading database ... 13912 files and directories currently installed.) 07:26:27 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:26:27 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:26:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:26:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:26:28 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 07:26:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:26:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:26:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:26:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:26:28 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 07:26:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:26:28 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 07:26:28 (Reading database ... 13912 files and directories currently installed.) 07:26:28 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 07:26:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:26:29 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:26:29 OK: 217 MiB in 51 packages 07:26:29 OK: 217 MiB in 51 packages 07:26:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:26:29 Setting up libc-bin (2.27-3ubuntu1.4) ... 07:26:29 (Reading database ... 13912 files and directories currently installed.) 07:26:29 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 07:26:29 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:26:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:26:29 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 07:26:29 (Reading database ... 13914 files and directories currently installed.) 07:26:29 OK: 217 MiB in 51 packages 07:26:29 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 07:26:29 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 07:26:29 Setting up debconf (1.5.66ubuntu1) ... 07:26:29 OK: 217 MiB in 51 packages 07:26:29 OK: 217 MiB in 51 packages 07:26:30 (Reading database ... 13914 files and directories currently installed.) 07:26:30 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:26:30 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:26:30 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:26:30 (Reading database ... 13914 files and directories currently installed.) 07:26:30 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:26:30 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:26:30 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 07:26:30 (Reading database ... 13914 files and directories currently installed.) 07:26:30 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:26:30 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:26:30 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:26:30 Removing intermediate container 87614e413b33 07:26:30 ---> de0206f7560d 07:26:30 Removing intermediate container 8ced850e2155 07:26:30 ---> 89e5702764b8 07:26:30 Step 6/22 : COPY go.mod . 07:26:30 Step 6/21 : COPY go.mod . 07:26:31 (Reading database ... 13914 files and directories currently installed.) 07:26:31 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:26:31 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:26:31 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 07:26:31 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 07:26:31 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 07:26:31 Removing intermediate container d5800306525b 07:26:31 ---> da332e634a2e 07:26:31 Step 6/21 : COPY go.mod . 07:26:31 Removing intermediate container a4a21c9dd287 07:26:31 ---> 3199437ffea1 07:26:31 Step 6/26 : COPY go.mod . 07:26:31 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:26:31 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 07:26:31 (Reading database ... 13914 files and directories currently installed.) 07:26:31 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 07:26:31 Removing intermediate container c9b003dd0c09 07:26:31 ---> 25590cc39ea8 07:26:31 Step 6/24 : COPY go.mod . 07:26:32 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 07:26:32 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 07:26:32 ---> e900f99439cd 07:26:32 Step 7/21 : RUN go mod download 07:26:32 ---> 7d52cce0210d 07:26:32 Step 7/22 : RUN go mod download 07:26:32 (Reading database ... 13914 files and directories currently installed.) 07:26:32 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 07:26:32 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:26:32 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 07:26:32 ---> Running in 859cdcca99be 07:26:32 ---> 225d5cfcd674 07:26:32 Step 7/21 : RUN go mod download 07:26:32 (Reading database ... 13914 files and directories currently installed.) 07:26:32 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 07:26:32 ---> Running in 3f25c1990c9d 07:26:32 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:26:32 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 07:26:32 (Reading database ... 13914 files and directories currently installed.) 07:26:32 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 07:26:32 ---> Running in 345944e63cbd 07:26:32 ---> 0cdce6f42355 07:26:32 Step 7/26 : RUN go mod download 07:26:32 ---> 01f7ef64f77e 07:26:32 Step 7/24 : RUN go mod download 07:26:33 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 07:26:33 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 07:26:33 (Reading database ... 13914 files and directories currently installed.) 07:26:33 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 07:26:33 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:26:33 ---> Running in c7f55c67cf0f 07:26:33 ---> Running in 67df12fe3561 07:26:33 Setting up passwd (1:4.5-1ubuntu2) ... 07:26:33 (Reading database ... 13914 files and directories currently installed.) 07:26:33 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 07:26:33 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 07:26:33 Setting up gpgv (2.2.4-1ubuntu1.3) ... 07:26:34 (Reading database ... 13914 files and directories currently installed.) 07:26:34 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 07:26:34 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 07:26:34 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 07:26:34 (Reading database ... 13914 files and directories currently installed.) 07:26:34 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 07:26:34 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 07:26:34 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 07:26:34 (Reading database ... 13914 files and directories currently installed.) 07:26:34 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 07:26:34 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 07:26:34 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 07:26:34 (Reading database ... 13914 files and directories currently installed.) 07:26:34 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 07:26:34 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 07:26:35 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 07:26:35 (Reading database ... 13914 files and directories currently installed.) 07:26:35 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 07:26:35 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 07:26:35 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 07:26:35 (Reading database ... 13914 files and directories currently installed.) 07:26:35 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 07:26:35 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 07:26:35 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 07:26:35 (Reading database ... 13915 files and directories currently installed.) 07:26:35 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:26:35 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:26:35 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:26:35 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:26:36 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 07:26:36 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 07:26:36 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 07:26:36 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 07:26:37 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 07:26:37 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 07:26:37 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 07:26:37 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 07:26:37 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 07:26:37 Removing intermediate container 859cdcca99be 07:26:37 ---> 65f61e6779a6 07:26:37 Step 8/21 : COPY . . 07:26:37 Removing intermediate container 3f25c1990c9d 07:26:37 ---> 7e3dde56aa3a 07:26:37 Step 8/22 : COPY . . 07:26:37 Removing intermediate container 345944e63cbd 07:26:37 ---> b0d4d29e8a51 07:26:37 Step 8/21 : COPY . . 07:26:37 Removing intermediate container 67df12fe3561 07:26:37 ---> 8740a39d8f10 07:26:37 Step 8/24 : COPY . . 07:26:37 Removing intermediate container c7f55c67cf0f 07:26:37 ---> 39350face830 07:26:37 Step 8/26 : COPY . . 07:26:37 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 07:26:37 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 07:26:37 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 07:26:38 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 07:26:38 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 07:26:38 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 07:26:38 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 07:26:38 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 07:26:38 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 07:26:38 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 07:26:38 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 07:26:39 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 07:26:39 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 07:26:39 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 07:26:39 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 07:26:39 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:26:39 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:26:40 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:26:40 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:26:40 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:26:40 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:26:40 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:26:40 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 07:26:40 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:26:40 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:26:40 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:26:40 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:26:41 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:26:41 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:26:41 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:26:41 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:26:42 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:26:42 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:26:43 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:26:43 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:26:43 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:26:43 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:26:44 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:26:44 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:26:45 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:26:45 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:26:45 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:26:45 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:26:45 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 07:26:45 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:26:45 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 07:26:46 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:26:46 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 07:26:46 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 07:26:46 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:26:46 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:26:46 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:26:46 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:26:46 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 07:26:46 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 07:26:46 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:26:46 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 07:26:46 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:26:46 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:26:46 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:26:46 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 07:26:46 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 07:26:46 Setting up tzdata (2020f-0ubuntu0.18.04) ... 07:26:46 07:26:46 Current default time zone: 'Etc/UTC' 07:26:46 Local time is now: Tue Jan 12 07:26:46 UTC 2021. 07:26:46 Universal Time is now: Tue Jan 12 07:26:46 UTC 2021. 07:26:46 Run 'dpkg-reconfigure tzdata' if you wish to change it. 07:26:46 07:26:46 Setting up systemd-sysv (237-3ubuntu10.43) ... 07:26:46 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:26:47 Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... 07:26:47 Setting up mount (2.31.1-0.4ubuntu3.7) ... 07:26:47 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 07:26:47 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 07:26:47 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 07:26:47 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 07:26:47 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 07:26:47 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 07:26:47 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:26:47 Setting up procps (2:3.3.12-3ubuntu1.2) ... 07:26:47 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 07:26:47 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 07:26:47 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 07:26:47 Setting up patch (2.7.6-2ubuntu1.1) ... 07:26:47 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 07:26:47 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 07:26:47 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 07:26:47 Installing new version of config file /etc/ssl/openssl.cnf ... 07:26:47 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 07:26:47 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 07:26:47 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 07:26:49 Updating certificates in /etc/ssl/certs... 07:26:50 22 added, 17 removed; done. 07:26:50 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 07:26:50 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:26:50 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 07:26:50 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 07:26:50 Setting up pkgbinarymangler (138.18.04.1) ... 07:26:50 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 07:26:50 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 07:26:50 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 07:26:50 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 07:26:50 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:26:50 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 07:26:50 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:26:50 Setting up perl (5.26.1-6ubuntu0.5) ... 07:26:50 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 07:26:50 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 07:26:50 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 07:26:50 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 07:26:50 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 07:26:50 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 07:26:51 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 07:26:51 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 07:26:51 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 07:26:51 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:26:51 Processing triggers for systemd (237-3ubuntu10.43) ... 07:26:51 Processing triggers for mime-support (3.60ubuntu1) ... 07:26:51 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 07:26:51 Updating certificates in /etc/ssl/certs... 07:26:51 0 added, 0 removed; done. 07:26:51 Running hooks in /etc/ca-certificates/update.d... 07:26:51 done. 07:26:52 Reading package lists... 07:26:53 Building dependency tree... 07:26:53 Reading state information... 07:26:53 The following NEW packages will be installed: 07:26:53 apt-transport-https 07:26:53 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 07:26:53 Need to get 1696 B of archives. 07:26:53 After this operation, 153 kB of additional disk space will be used. 07:26:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 07:26:53 debconf: delaying package configuration, since apt-utils is not installed 07:26:53 Fetched 1696 B in 0s (22.8 kB/s) 07:26:53 Selecting previously unselected package apt-transport-https. 07:26:53 (Reading database ... 13929 files and directories currently installed.) 07:26:53 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 07:26:53 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 07:26:53 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 07:26:53 Waiting for network to be ready... 07:27:00 2021-01-12T07:26:58Z INFO Waiting for automatic snapd restart... 07:27:00 snapd 2.48.2 from Canonical* installed 07:27:01 "snapd" switched to the "latest/stable" channel 07:27:01 07:27:04 ---> 798ca8c9219e 07:27:04 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:27:04 ---> 17bbe7f92875 07:27:04 Step 9/22 : RUN make cmd/core-command/core-command 07:27:04 ---> 7870b61620ca 07:27:04 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:27:04 ---> 7144e506d69c 07:27:04 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 07:27:04 ---> 90184ed39a28 07:27:04 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:27:04 ---> Running in 066a256e10f5 07:27:04 ---> Running in 63e5a32f4e91 07:27:04 ---> Running in 0bf0f756e076 07:27:04 ---> Running in a400093e03ba 07:27:04 ---> Running in adbdf6ac786f 07:27:04 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 07:27:04 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 07:27:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:27:04 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 07:27:04 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 07:27:07 core18 20201210 from Canonical* installed 07:27:07 "core18" switched to the "latest/stable" channel 07:27:07 07:27:12 snapcraft 4.4.4 from Canonical* installed 07:27:13 "snapcraft" switched to the "latest/stable" channel 07:27:13 07:27:17 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: 07:27:17 - README.md 07:27:17 - snapcraft.yaml.orig 07:27:17 07:27:17 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:27:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:27:23 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:27:23 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:27:23 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:27:25 Reading package lists... 07:27:25 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 07:27:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:27:32 Reading package lists... 07:27:32 Building dependency tree... 07:27:32 Reading state information... 07:27:32 Suggested packages: 07:27:32 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 07:27:32 git-gui gitk gitweb git-cvs git-mediawiki git-svn 07:27:32 Recommended packages: 07:27:32 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 07:27:32 The following NEW packages will be installed: 07:27:32 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 07:27:32 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 07:27:32 pkg-config zip 07:27:32 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 07:27:32 Need to get 7655 kB of archives. 07:27:32 After this operation, 43.7 MB of additional disk space will be used. 07:27:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 07:27:32 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 07:27:32 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 07:27:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 07:27:33 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 07:27:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 07:27:33 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 07:27:33 Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 07:27:33 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 07:27:33 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 07:27:33 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 07:27:33 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 07:27:33 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 07:27:33 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 07:27:33 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 07:27:33 debconf: delaying package configuration, since apt-utils is not installed 07:27:33 Fetched 7655 kB in 1s (6295 kB/s) 07:27:33 Selecting previously unselected package libglib2.0-0:amd64. 07:27:33 (Reading database ... 13933 files and directories currently installed.) 07:27:33 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 07:27:33 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 07:27:34 Selecting previously unselected package libpsl5:amd64. 07:27:34 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 07:27:34 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 07:27:34 Selecting previously unselected package libnghttp2-14:amd64. 07:27:34 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 07:27:34 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:27:34 Selecting previously unselected package librtmp1:amd64. 07:27:34 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 07:27:34 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:27:34 Selecting previously unselected package libcurl3-gnutls:amd64. 07:27:34 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 07:27:34 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 07:27:34 Selecting previously unselected package liberror-perl. 07:27:34 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 07:27:34 Unpacking liberror-perl (0.17025-1) ... 07:27:34 Selecting previously unselected package git-man. 07:27:34 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 07:27:34 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 07:27:35 Selecting previously unselected package git. 07:27:35 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 07:27:35 Unpacking git (1:2.17.1-1ubuntu0.7) ... 07:27:36 Selecting previously unselected package libnorm1:amd64. 07:27:36 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 07:27:36 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:27:36 Selecting previously unselected package libpgm-5.2-0:amd64. 07:27:36 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 07:27:36 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:27:36 Selecting previously unselected package libsodium23:amd64. 07:27:36 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 07:27:36 Unpacking libsodium23:amd64 (1.0.16-2) ... 07:27:36 Selecting previously unselected package libzmq5:amd64. 07:27:36 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 07:27:36 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:27:36 Selecting previously unselected package libzmq3-dev:amd64. 07:27:36 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 07:27:36 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:27:36 Selecting previously unselected package pkg-config. 07:27:36 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 07:27:36 Unpacking pkg-config (0.29.1-0ubuntu2) ... 07:27:36 Selecting previously unselected package zip. 07:27:36 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 07:27:36 Unpacking zip (3.0-11build1) ... 07:27:36 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:27:37 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 07:27:37 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:27:37 Setting up liberror-perl (0.17025-1) ... 07:27:37 Setting up libpsl5:amd64 (0.19.1-5build1) ... 07:27:37 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 07:27:37 No schema files found: doing nothing. 07:27:37 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:27:37 Setting up zip (3.0-11build1) ... 07:27:37 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:27:37 Setting up libsodium23:amd64 (1.0.16-2) ... 07:27:37 Setting up pkg-config (0.29.1-0ubuntu2) ... 07:27:37 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:27:37 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 07:27:37 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:27:37 Setting up git (1:2.17.1-1ubuntu0.7) ... 07:27:37 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:27:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:27:44 git set to automatically installed. 07:27:44 git-man set to automatically installed. 07:27:44 libcurl3-gnutls set to automatically installed. 07:27:44 liberror-perl set to automatically installed. 07:27:44 libglib2.0-0 set to automatically installed. 07:27:44 libnghttp2-14 set to automatically installed. 07:27:44 libnorm1 set to automatically installed. 07:27:44 libpgm-5.2-0 set to automatically installed. 07:27:44 libpsl5 set to automatically installed. 07:27:44 librtmp1 set to automatically installed. 07:27:44 libsodium23 set to automatically installed. 07:27:44 libzmq3-dev set to automatically installed. 07:27:44 libzmq5 set to automatically installed. 07:27:44 pkg-config set to automatically installed. 07:27:44 zip set to automatically installed. 07:27:46 snapd is not logged in, snap install commands will use sudo 07:27:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:27:53 snap "core18" has no updates available 07:27:54 Pulling config-common 07:27:55 Pulling go-build-helper 07:28:22 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:28:22 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:28:22 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:28:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 07:28:22 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:28:22 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:28:22 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:28:22 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:28:22 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:28:22 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:28:22 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:28:22 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 07:28:22 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 07:28:22 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 07:28:22 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 07:28:22 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 07:28:22 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 07:28:22 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 07:28:22 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:28:22 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] 07:28:22 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 07:28:22 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 07:28:22 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 07:28:22 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 07:28:22 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 07:28:22 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 07:28:22 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 07:28:22 Fetched 23.7 MB in 6s (3883 kB/s) 07:28:22 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 07:28:22 Fetched 96.5 kB in 0s (0 B/s) 07:28:22 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 07:28:22 Fetched 279 kB in 0s (0 B/s) 07:28:22 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 07:28:22 Fetched 122 kB in 0s (0 B/s) 07:28:22 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 07:28:22 Fetched 77.8 kB in 0s (0 B/s) 07:28:22 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 07:28:22 Fetched 8848 B in 0s (0 B/s) 07:28:22 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 07:28:22 Fetched 47.8 kB in 0s (0 B/s) 07:28:22 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 07:28:22 Fetched 45.6 kB in 0s (0 B/s) 07:28:22 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 07:28:22 Fetched 15.0 kB in 0s (0 B/s) 07:28:22 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 07:28:22 Fetched 214 kB in 0s (0 B/s) 07:28:22 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 07:28:22 Fetched 155 kB in 0s (0 B/s) 07:28:22 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 07:28:22 Fetched 50.6 kB in 0s (0 B/s) 07:28:22 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 07:28:22 Fetched 14.8 kB in 0s (0 B/s) 07:28:22 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 07:28:22 Fetched 41.8 kB in 0s (0 B/s) 07:28:22 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 07:28:22 Fetched 499 kB in 0s (0 B/s) 07:28:22 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 07:28:22 Fetched 111 kB in 0s (0 B/s) 07:28:22 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 07:28:22 Fetched 240 kB in 0s (0 B/s) 07:28:22 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 07:28:22 Fetched 29.3 kB in 0s (0 B/s) 07:28:22 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 07:28:22 Fetched 85.5 kB in 0s (0 B/s) 07:28:22 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 07:28:22 Fetched 24.5 kB in 0s (0 B/s) 07:28:22 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 07:28:22 Fetched 49.2 kB in 0s (0 B/s) 07:28:22 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 07:28:22 Fetched 54.2 kB in 0s (0 B/s) 07:28:22 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 07:28:22 Fetched 30.8 kB in 0s (0 B/s) 07:28:22 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 07:28:22 Fetched 17.0 kB in 0s (0 B/s) 07:28:22 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 07:28:22 Fetched 85.9 kB in 0s (0 B/s) 07:28:22 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 07:28:22 Fetched 8720 B in 0s (0 B/s) 07:28:22 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 07:28:22 Fetched 137 kB in 0s (0 B/s) 07:28:22 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 07:28:22 Fetched 119 kB in 0s (0 B/s) 07:28:22 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 07:28:22 Fetched 109 kB in 0s (0 B/s) 07:28:22 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 07:28:22 Fetched 11.1 kB in 0s (0 B/s) 07:28:22 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 07:28:22 Fetched 645 kB in 0s (0 B/s) 07:28:22 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 07:28:22 Fetched 41.3 kB in 0s (0 B/s) 07:28:22 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 07:28:22 Fetched 17.9 kB in 0s (0 B/s) 07:28:22 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 07:28:22 Fetched 368 kB in 0s (0 B/s) 07:28:22 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 07:28:22 Fetched 187 kB in 0s (0 B/s) 07:28:22 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 07:28:22 Fetched 175 kB in 0s (0 B/s) 07:28:22 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 07:28:24 Fetched 206 kB in 0s (0 B/s) 07:28:24 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 07:28:24 Fetched 1301 kB in 0s (0 B/s) 07:28:24 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 07:28:24 Fetched 36.2 kB in 0s (0 B/s) 07:28:24 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 07:28:24 Fetched 159 kB in 0s (0 B/s) 07:28:24 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 07:28:24 Fetched 107 kB in 0s (0 B/s) 07:28:24 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 07:28:24 Fetched 48.7 kB in 0s (0 B/s) 07:28:24 Pulling static-packages 07:28:26 'go115' has dependencies that need to be staged: static-packages go-build-helper 07:28:26 Skipping pull go-build-helper (already ran) 07:28:26 Skipping pull static-packages (already ran) 07:28:26 Building go-build-helper 07:28:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:28:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:28:30 Building static-packages 07:28:33 Staging go-build-helper 07:28:34 Staging static-packages 07:28:35 Pulling go115 07:28:36 'edgex-go' has dependencies that need to be staged: go115 07:28:36 Skipping pull go115 (already ran) 07:28:36 Building go115 07:28:36 % Total % Received % Xferd Average Speed Time Time Time Current 07:28:36 Dload Upload Total Spent Left Speed 07:28:38 Removing intermediate container adbdf6ac786f 07:28:38 ---> c01601b31aad 07:28:38 07:28:38 Step 10/24 : FROM alpine:3.12 07:28:38 Removing intermediate container a400093e03ba 07:28:38 ---> a98a339b8826 07:28:38 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:28:38 3.12: Pulling from library/alpine 07:28:38 Removing intermediate container 066a256e10f5 07:28:38 ---> a019394fcb6a 07:28:38 07:28:38 Step 10/21 : FROM alpine:3.12 07:28:38 Removing intermediate container 0bf0f756e076 07:28:38 ---> b9d918545b68 07:28:38 07:28:38 Step 10/21 : FROM scratch 07:28:38 ---> 07:28:38 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:28:38 ---> Running in af5151cd0ca8 07:28:38 3.12: Pulling from library/alpine 07:28:38 Removing intermediate container 63e5a32f4e91 07:28:38 ---> bf7e36dd9b40 07:28:38 07:28:38 Step 10/22 : FROM scratch 07:28:38 ---> 07:28:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:28:38 ---> Running in 33d7ba9b4bba 07:28:38 ---> Running in 35e680cdd43c 07:28:39 Removing intermediate container 33d7ba9b4bba 07:28:39 ---> 6b9b9be675d8 07:28:39 Step 12/21 : ENV APP_PORT=48085 07:28:39 Removing intermediate container 35e680cdd43c 07:28:39 ---> b60a886c778b 07:28:39 Step 12/22 : ENV APP_PORT=48082 07:28:39 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:28:39 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:28:39 Status: Downloaded newer image for alpine:3.12 07:28:39 Status: Downloaded newer image for alpine:3.12 07:28:39 ---> afeebe901d6b 07:28:39 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:28:39 ---> afeebe901d6b 07:28:39 Step 11/21 : RUN apk add --update --no-cache curl 07:28:39 ---> Running in c6445c2065af 07:28:39 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 07:28:40 ---> Running in afd192954595 07:28:40 ---> Running in f37d0dfe06c3 07:28:40 ---> Running in fc07aa4131ea 07:28:40 Removing intermediate container c6445c2065af 07:28:40 ---> d8cd46d7b679 07:28:40 Step 13/21 : EXPOSE $APP_PORT 07:28:40 Removing intermediate container afd192954595 07:28:40 ---> 255a27140ff4 07:28:40 Step 13/22 : EXPOSE $APP_PORT 07:28:40 ---> Running in 9e154ddcba66 07:28:40 ---> Running in 6db3e61ef5f9 07:28:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 11 115M 11 12.8M 0 0 15.1M 0 0:00:07 --:--:-- 0:00:07 15.1M 35 115M 35 41.4M 0 0 22.4M 0 0:00:05 0:00:01 0:00:04 22.4M 63 115M 63 73.3M 0 0 25.6M 0 0:00:04 0:00:02 0:00:02 25.6M 94 115M 94 109M 0 0 28.5M 0 0:00:04 0:00:03 0:00:01 28.5M 100 115M 100 115M 0 0 28.8M 0 0:00:04 0:00:04 --:--:-- 28.8M 07:28:41 Removing intermediate container 9e154ddcba66 07:28:41 ---> 4b1e10738ca5 07:28:41 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 07:28:41 Removing intermediate container 6db3e61ef5f9 07:28:41 ---> 03a0d1e7bec4 07:28:41 Step 14/22 : WORKDIR / 07:28:41 ---> Running in 9bd8c6f4cf7e 07:28:41 go1.15.2.linux-amd64.tar.gz: OK 07:28:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:28:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:28:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:28:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:28:42 ---> 91f3077ed9ad 07:28:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:28:42 Removing intermediate container 9bd8c6f4cf7e 07:28:42 ---> 91263eadf99d 07:28:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:28:42 (1/4) Installing ca-certificates (20191127-r4) 07:28:42 (1/5) Installing ca-certificates (20191127-r4) 07:28:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:28:43 (3/4) Installing libcurl (7.69.1-r3) 07:28:43 (4/4) Installing curl (7.69.1-r3) 07:28:43 Executing busybox-1.31.1-r19.trigger 07:28:43 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:28:43 Executing ca-certificates-20191127-r4.trigger 07:28:43 (3/5) Installing libcurl (7.69.1-r3) 07:28:43 (4/5) Installing curl (7.69.1-r3) 07:28:43 (5/5) Installing dumb-init (1.2.2-r1) 07:28:43 Executing busybox-1.31.1-r19.trigger 07:28:43 Executing ca-certificates-20191127-r4.trigger 07:28:43 OK: 7 MiB in 18 packages 07:28:43 OK: 7 MiB in 19 packages 07:28:44 ---> 3a35ac21a528 07:28:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:28:44 Removing intermediate container af5151cd0ca8 07:28:44 ---> 9b8e6661f3f9 07:28:44 07:28:44 Step 11/26 : FROM docker:20.10.0 07:28:44 20.10.0: Pulling from library/docker 07:28:44 ---> aeb1dcc753bb 07:28:44 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:28:47 Removing intermediate container fc07aa4131ea 07:28:47 ---> 0a216557f117 07:28:47 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:28:47 ---> 42ea2e606fbc 07:28:47 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 07:28:47 Removing intermediate container f37d0dfe06c3 07:28:47 ---> 36484c617e57 07:28:47 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:28:47 ---> Running in d5ec8f874144 07:28:47 ---> 5615fc758608 07:28:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:28:47 ---> Running in 299e8072f5e3 07:28:47 Staging go115 07:28:47 ---> Running in 8a3a1e9304d7 07:28:47 Removing intermediate container d5ec8f874144 07:28:47 ---> 2d2d4b34cfbc 07:28:47 Step 13/21 : WORKDIR /edgex 07:28:48 ---> Running in a6370002ed62 07:28:48 Removing intermediate container 8a3a1e9304d7 07:28:48 ---> 12362187e58e 07:28:48 Step 13/24 : WORKDIR / 07:28:48 Removing intermediate container 299e8072f5e3 07:28:48 ---> aa4422882847 07:28:48 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:28:48 ---> eba2856a9b5e 07:28:48 Step 18/22 : ENTRYPOINT ["/core-command"] 07:28:48 ---> Running in 3bc152b6bfb3 07:28:48 ---> Running in d97856b64482 07:28:48 ---> Running in 192f75bbe2dd 07:28:48 Removing intermediate container a6370002ed62 07:28:48 ---> f7d902588bf7 07:28:48 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:28:49 Removing intermediate container 3bc152b6bfb3 07:28:49 ---> f02ed6a8eaca 07:28:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:28:49 Removing intermediate container 192f75bbe2dd 07:28:49 ---> 4d36b1ce3d37 07:28:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:28:49 Removing intermediate container d97856b64482 07:28:49 ---> 2c5fd4562133 07:28:49 Step 19/21 : LABEL arch=arm64 07:28:49 ---> Running in 729fdf2b6843 07:28:50 ---> Running in 8d539d99938d 07:28:50 ---> 85e7a97d8035 07:28:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:28:50 Removing intermediate container 729fdf2b6843 07:28:50 ---> 5f55beb751d5 07:28:50 Step 20/22 : LABEL arch=arm64 07:28:50 Removing intermediate container 8d539d99938d 07:28:50 ---> c30089d4c5b5 07:28:50 Step 20/21 : LABEL git_sha=b8e46b467769a01593224dffbd4a7f6545d3dea9 07:28:51 ---> acb0ffe10e6d 07:28:51 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:28:51 ---> Running in 4aadecb0f855 07:28:51 ---> Running in 03a8098c7b05 07:28:52 Removing intermediate container 4aadecb0f855 07:28:52 ---> 9381d6ee0d47 07:28:52 Step 21/22 : LABEL git_sha=b8e46b467769a01593224dffbd4a7f6545d3dea9 07:28:52 ---> f1e6c27b98e2 07:28:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:28:52 ---> Running in 424f71532931 07:28:52 Removing intermediate container 03a8098c7b05 07:28:52 ---> 7145b473457a 07:28:52 Step 21/21 : LABEL version=0.0.0 07:28:52 ---> c83ade0002c8 07:28:52 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:28:52 ---> Running in 5b43ddc3b53a 07:28:53 Removing intermediate container 424f71532931 07:28:53 ---> e2079cf00124 07:28:53 Step 22/22 : LABEL version=0.0.0 07:28:53 Removing intermediate container 5b43ddc3b53a 07:28:53 ---> cb2b5e0458d6 07:28:53 07:28:54 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 07:28:54 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:28:54 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 07:28:54 Fetched 0 B in 0s (0 B/s) 07:28:54 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 07:28:54 Fetched 224 kB in 0s (0 B/s) 07:28:54 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 07:28:54 Fetched 157 kB in 0s (0 B/s) 07:28:54 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 07:28:54 Fetched 221 kB in 0s (0 B/s) 07:28:54 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 07:28:54 Fetched 143 kB in 0s (0 B/s) 07:28:54 Pulling edgex-go 07:28:54 ---> Running in 249735a05957 07:28:54 Successfully built cb2b5e0458d6 07:28:54 ---> c11cd5ebd27b 07:28:54 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:28:54 ---> 12ba65593022 07:28:54 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:28:54 Successfully tagged docker-support-scheduler-go-arm64:latest 07:28:54  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 07:28:54 ---> Running in 708a5fbb56c8 07:28:54 Removing intermediate container 249735a05957 07:28:54 ---> 916eeec5607f 07:28:54 07:28:55 Successfully built 916eeec5607f 07:28:55 Successfully tagged docker-core-command-go-arm64:latest 07:28:55 Building docker-core-metadata-go 07:28:55  Building docker-core-command-go ... done Removing intermediate container 708a5fbb56c8 07:28:55 ---> 667a6acaa38a 07:28:55 Step 18/21 : CMD ["--init=true"] 07:28:56 Pulling version 07:28:56 ---> Running in 5d5a2eeff35e 07:28:56 ---> da4d280c4bd8 07:28:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:28:57 Removing intermediate container 5d5a2eeff35e 07:28:57 ---> ce11a08f8c65 07:28:57 Step 19/21 : LABEL arch=arm64 07:28:57 Building config-common 07:28:59 ---> Running in e44e6f96db6d 07:28:59 ---> f785a2b9b8ae 07:28:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:29:00 Removing intermediate container e44e6f96db6d 07:29:00 ---> 3e1b671707ce 07:29:00 Step 20/21 : LABEL git_sha=b8e46b467769a01593224dffbd4a7f6545d3dea9 07:29:00 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:29:00 ---> Running in 030f82a7c43c 07:29:00 Status: Downloaded newer image for docker:20.10.0 07:29:00 ---> eeaf43b92773 07:29:00 Step 12/26 : RUN apk add --no-cache bash 07:29:00 Skipping build go-build-helper (already ran) 07:29:00 Skipping build static-packages (already ran) 07:29:00 Skipping build go115 (already ran) 07:29:00 Building edgex-go 07:29:01 ---> 6ac54b2ce4dc 07:29:01 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 07:29:01 ---> Running in 6f73669ccd41 07:29:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:29:01 ---> Running in 5bb9b22d337e 07:29:01 Removing intermediate container 030f82a7c43c 07:29:01 ---> f02384f81dcc 07:29:01 Step 21/21 : LABEL version=0.0.0 07:29:02 go: downloading github.com/gorilla/mux v1.8.0 07:29:02 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 07:29:02 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.141 07:29:02 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 07:29:02 go: downloading github.com/OneOfOne/xxhash v1.2.8 07:29:02 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 07:29:02 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 07:29:02 ---> Running in 807c04474da0 07:29:02 go: downloading github.com/imdario/mergo v0.3.11 07:29:02 go: downloading github.com/pelletier/go-toml v1.2.0 07:29:02 go: downloading github.com/BurntSushi/toml v0.3.1 07:29:02 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 07:29:02 go: downloading github.com/hashicorp/consul/api v1.1.0 07:29:02 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 07:29:02 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 07:29:02 go: downloading github.com/pkg/errors v0.8.1 07:29:02 go: downloading gopkg.in/yaml.v2 v2.4.0 07:29:02 go: downloading github.com/google/uuid v1.1.4 07:29:02 go: downloading github.com/go-redis/redis/v7 v7.2.0 07:29:02 go: downloading github.com/pebbe/zmq4 v1.2.2 07:29:02 go: downloading github.com/go-playground/validator/v10 v10.3.0 07:29:02 go: downloading github.com/go-kit/kit v0.8.0 07:29:02 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 07:29:02 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:29:02 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 07:29:02 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 07:29:02 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 07:29:02 go: downloading github.com/hashicorp/serf v0.8.2 07:29:02 go: downloading github.com/mitchellh/mapstructure v1.1.2 07:29:02 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 07:29:02 go: downloading github.com/mitchellh/copystructure v1.0.0 07:29:02 go: downloading github.com/leodido/go-urn v1.2.0 07:29:02 go: downloading github.com/x448/float16 v0.8.4 07:29:02 go: downloading github.com/go-playground/universal-translator v0.17.0 07:29:02 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 07:29:02 go: downloading github.com/mitchellh/reflectwalk v1.0.0 07:29:02 go: downloading github.com/go-playground/locales v0.13.0 07:29:02 go: downloading github.com/go-logfmt/logfmt v0.4.0 07:29:02 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:29:03 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 07:29:03 go: downloading github.com/hashicorp/golang-lru v0.5.0 07:29:03 Removing intermediate container 807c04474da0 07:29:03 ---> 441943edd908 07:29:03 07:29:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:29:03 Successfully built 441943edd908 07:29:03 Successfully tagged docker-security-proxy-setup-go-arm64:latest 07:29:03 Building docker-security-bootstrap-redis-go 07:29:03  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:29:04 (1/2) Installing readline (8.0.4-r0) 07:29:04 (2/2) Installing bash (5.0.17-r0) 07:29:04 Executing bash-5.0.17-r0.post-install 07:29:04 Executing busybox-1.31.1-r19.trigger 07:29:04 OK: 12 MiB in 22 packages 07:29:05 Removing intermediate container 5bb9b22d337e 07:29:05 ---> 0c22b0b15ca2 07:29:05 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:29:05 ---> Running in f483f7d40282 07:29:06 Removing intermediate container f483f7d40282 07:29:06 ---> c1e3a4738056 07:29:06 Step 22/24 : LABEL arch=arm64 07:29:06 Removing intermediate container 6f73669ccd41 07:29:06 ---> 882a1fed973a 07:29:06 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:29:06 ---> Running in 4ebb0279933a 07:29:06 ---> Running in df360544d8ae 07:29:07 Removing intermediate container 4ebb0279933a 07:29:07 ---> 4bb7743c3544 07:29:07 Step 23/24 : LABEL git_sha=b8e46b467769a01593224dffbd4a7f6545d3dea9 07:29:07 Removing intermediate container df360544d8ae 07:29:07 ---> d4a96f82c63c 07:29:07 Step 14/26 : ENV APP_PORT=48090 07:29:07 ---> Running in f2f3266a07e5 07:29:07 ---> Running in 8e8d7cad739e 07:29:08 Removing intermediate container f2f3266a07e5 07:29:08 ---> b222abaceed4 07:29:08 Step 24/24 : LABEL version=0.0.0 07:29:09 Removing intermediate container 8e8d7cad739e 07:29:09 ---> 49500974953a 07:29:09 Step 15/26 : EXPOSE $APP_PORT 07:29:09 ---> Running in 2773bdd858d6 07:29:09 ---> Running in 55a622d10784 07:29:10 Removing intermediate container 2773bdd858d6 07:29:10 ---> f8ebac8f4439 07:29:10 07:29:10 Removing intermediate container 55a622d10784 07:29:10 ---> 0b4e1438bf32 07:29:10 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:29:10 Successfully built f8ebac8f4439 07:29:10 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 07:29:10  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 07:29:12 ---> 02fc423c7e47 07:29:12 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:29:13 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 07:29:14 ---> c170e88b7b64 07:29:14 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:29:15 ---> 6500b2976658 07:29:15 Step 19/26 : RUN apk --no-cache add py3-pip 07:29:16 ---> Running in f01d70c02e8b 07:29:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:29:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:29:18 (1/33) Installing libbz2 (1.0.8-r1) 07:29:18 (2/33) Installing expat (2.2.9-r1) 07:29:18 (3/33) Installing libffi (3.3-r2) 07:29:18 (4/33) Installing gdbm (1.13-r1) 07:29:18 (5/33) Installing xz-libs (5.2.5-r0) 07:29:18 (6/33) Installing sqlite-libs (3.32.1-r0) 07:29:18 (7/33) Installing python3 (3.8.5-r0) 07:29:18 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 07:29:19 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 07:29:20 (8/33) Installing py3-appdirs (1.4.4-r1) 07:29:20 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:29:20 (10/33) Installing py3-parsing (2.4.7-r0) 07:29:20 (11/33) Installing py3-six (1.15.0-r0) 07:29:20 (12/33) Installing py3-packaging (20.4-r0) 07:29:20 (13/33) Installing py3-setuptools (47.0.0-r0) 07:29:20 (14/33) Installing py3-chardet (3.0.4-r4) 07:29:20 (15/33) Installing py3-idna (2.9-r0) 07:29:20 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:29:20 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:29:20 (18/33) Installing py3-requests (2.23.0-r0) 07:29:20 (19/33) Installing py3-msgpack (1.0.0-r0) 07:29:20 (20/33) Installing py3-lockfile (0.12.2-r3) 07:29:20 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:29:20 (22/33) Installing py3-colorama (0.4.3-r0) 07:29:20 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 07:29:20 (23/33) Installing py3-distlib (0.3.0-r0) 07:29:20 (24/33) Installing py3-distro (1.5.0-r1) 07:29:20 (25/33) Installing py3-webencodings (0.5.1-r3) 07:29:20 (26/33) Installing py3-html5lib (1.0.1-r4) 07:29:20 (27/33) Installing py3-pytoml (0.1.21-r0) 07:29:20 (28/33) Installing py3-pep517 (0.8.2-r0) 07:29:20 (29/33) Installing py3-progress (1.5-r0) 07:29:20 (30/33) Installing py3-toml (0.10.1-r0) 07:29:20 (31/33) Installing py3-retrying (1.3.3-r0) 07:29:20 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:29:20 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 07:29:20 go: downloading github.com/stretchr/testify v1.6.1 07:29:20 (33/33) Installing py3-pip (20.1.1-r0) 07:29:20 Executing busybox-1.31.1-r19.trigger 07:29:20 OK: 71 MiB in 55 packages 07:29:21 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 07:29:21 go: downloading github.com/davecgh/go-spew v1.1.1 07:29:21 go: downloading github.com/pmezard/go-difflib v1.0.0 07:29:23 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 07:29:23 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 07:29:23 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 07:29:24 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 07:29:24 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 07:29:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:29:26 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 07:29:27 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 07:29:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:29:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:29:33 Removing intermediate container f01d70c02e8b 07:29:33 ---> 5310a885b264 07:29:33 Step 20/26 : RUN pip install docker-compose==1.23.2 07:29:33 ---> Running in 824bc04e7331 07:29:33 Building version 07:29:33 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:29:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:29:33 ---> 795065679c4a 07:29:33 Step 3/24 : WORKDIR /edgex-go 07:29:33 ---> Using cache 07:29:33 ---> c424d6061a53 07:29:33 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:33 ---> Using cache 07:29:33 ---> a3b52fe562c8 07:29:33 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 07:29:34 ---> Running in 28e4b2191d09 07:29:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:29:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:29:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:29:36 ---> 795065679c4a 07:29:36 Step 3/22 : WORKDIR /edgex-go 07:29:36 ---> Using cache 07:29:36 ---> c424d6061a53 07:29:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:36 ---> Using cache 07:29:36 ---> a3b52fe562c8 07:29:36 Step 5/22 : RUN apk add --update --no-cache make git 07:29:36 ---> Using cache 07:29:36 ---> 25590cc39ea8 07:29:36 Step 6/22 : COPY go.mod . 07:29:36 ---> Using cache 07:29:36 ---> 01f7ef64f77e 07:29:36 Step 7/22 : RUN go mod download 07:29:36 ---> Using cache 07:29:36 ---> 8740a39d8f10 07:29:36 Step 8/22 : COPY . . 07:29:36 ---> Using cache 07:29:36 ---> 90184ed39a28 07:29:36 Step 9/22 : RUN make cmd/core-metadata/core-metadata 07:29:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:29:36 Staging config-common 07:29:37 Skipping stage go-build-helper (already ran) 07:29:37 Skipping stage static-packages (already ran) 07:29:37 Skipping stage go115 (already ran) 07:29:37 Staging edgex-go 07:29:37 OK: 217 MiB in 51 packages 07:29:38 ---> Running in ba9d4f58f501 07:29:38 Collecting docker-compose==1.23.2 07:29:38 Staging version 07:29:38 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:29:39 Removing intermediate container 28e4b2191d09 07:29:39 ---> b88ccfcd5328 07:29:39 Step 6/24 : COPY go.mod . 07:29:40 Collecting cached-property<2,>=1.2.0 07:29:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:29:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:29:40 Priming config-common 07:29:40 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:29:41 Collecting PyYAML<4,>=3.10 07:29:41 Downloading PyYAML-3.13.tar.gz (270 kB) 07:29:41 Priming go-build-helper 07:29:41 ---> d008cc3f67c8 07:29:41 Step 7/24 : RUN go mod download 07:29:42 ---> Running in 746c43782a3e 07:29:42 Priming static-packages 07:29:45 Priming go115 07:29:46 Priming edgex-go 07:29:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:29:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:29:46 ---> 795065679c4a 07:29:46 Step 3/22 : WORKDIR /edgex-go 07:29:46 ---> Using cache 07:29:46 ---> c424d6061a53 07:29:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:46 ---> Using cache 07:29:46 ---> a3b52fe562c8 07:29:46 Step 5/22 : RUN apk add --update --no-cache make git 07:29:46 ---> Using cache 07:29:46 ---> 25590cc39ea8 07:29:46 Step 6/22 : COPY go.mod . 07:29:46 ---> Using cache 07:29:46 ---> 01f7ef64f77e 07:29:46 Step 7/22 : RUN go mod download 07:29:46 ---> Using cache 07:29:46 ---> 8740a39d8f10 07:29:46 Step 8/22 : COPY . . 07:29:46 ---> Using cache 07:29:46 ---> 90184ed39a28 07:29:46 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 07:29:46 Collecting websocket-client<1.0,>=0.32.0 07:29:46 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:29:46 ---> Running in 7bc3b5813106 07:29:47 Removing intermediate container 746c43782a3e 07:29:47 ---> 739a9ff874b6 07:29:47 Step 8/24 : COPY . . 07:29:48 Priming version 07:29:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:29:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:29:49 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 07:29:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 07:29:49 Collecting jsonschema<3,>=2.5.1 07:29:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:29:49 Collecting docopt<0.7,>=0.6.1 07:29:49 Downloading docopt-0.6.2.tar.gz (25 kB) 07:29:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:29:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:29:50 ---> 795065679c4a 07:29:50 Step 3/23 : WORKDIR /edgex-go 07:29:50 ---> Using cache 07:29:50 ---> c424d6061a53 07:29:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:50 ---> Using cache 07:29:50 ---> a3b52fe562c8 07:29:50 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] } [Pipeline] // withEnv 07:29:51 ---> Running in 0bceb8af08e0 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:29:53 Collecting texttable<0.10,>=0.9.0 07:29:53 Downloading texttable-0.9.1.tar.gz (11 kB) 07:29:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:29:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:29:55 OK: 217 MiB in 51 packages 07:29:56 Collecting docker<4.0,>=3.6.0 07:29:56 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:29:58 Collecting dockerpty<0.5,>=0.4.1 07:29:58 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:29:59 Removing intermediate container 0bceb8af08e0 07:29:59 ---> 438885a58e16 07:29:59 Step 6/23 : COPY go.mod . 07:30:01 ---> 6397f702ca5a 07:30:01 Step 7/23 : RUN go mod download 07:30: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) 07:30:02 Collecting idna<2.8,>=2.5 07:30:02 ---> Running in 0863579e84c3 07:30:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:30:03 Collecting urllib3<1.25,>=1.21.1 07:30:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:30:03 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) 07:30:03 Collecting docker-pycreds>=0.4.0 07:30:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:30:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:30:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:30:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:30:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:30:05 Installing collected packages: cached-property, PyYAML, websocket-client, idna, urllib3, requests, jsonschema, docopt, texttable, docker-pycreds, docker, dockerpty, docker-compose 07:30:05 Running setup.py install for PyYAML: started 07:30:07 Removing intermediate container 0863579e84c3 07:30:07 ---> d93c8e3db6d7 07:30:07 Step 8/23 : COPY . . 07:30:08 ---> 0ea40ce2d744 07:30:08 Step 9/24 : RUN make cmd/support-notifications/support-notifications 07:30:08 ---> Running in 73305e3bce6a 07:30:09 Running setup.py install for PyYAML: finished with status 'done' 07:30:09 Attempting uninstall: idna 07:30:09 Found existing installation: idna 2.9 07:30:09 Uninstalling idna-2.9: 07:30:09 Successfully uninstalled idna-2.9 07:30:10 Attempting uninstall: urllib3 07:30:10 Found existing installation: urllib3 1.25.9 07:30:10 Uninstalling urllib3-1.25.9: 07:30:10 Successfully uninstalled urllib3-1.25.9 07:30:10 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 07:30:11 Attempting uninstall: requests 07:30:11 Found existing installation: requests 2.23.0 07:30:11 Uninstalling requests-2.23.0: 07:30:11 Successfully uninstalled requests-2.23.0 07:30:12 Running setup.py install for docopt: started 07:30:16 Running setup.py install for docopt: finished with status 'done' 07:30:16 Running setup.py install for texttable: started 07:30:19 Running setup.py install for texttable: finished with status 'done' 07:30:21 Running setup.py install for dockerpty: started 07:30:24 Running setup.py install for dockerpty: finished with status 'done' 07:30:26 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 07:30:27 ---> 9a5e9e921b8b 07:30:27 Step 9/23 : RUN make cmd/core-data/core-data 07:30:27 ---> Running in d8685145ccf2 07:30:29 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 07:30:32 Removing intermediate container 824bc04e7331 07:30:32 ---> d8924333b09b 07:30:32 Step 21/26 : RUN apk --no-cache add curl 07:30:32 ---> Running in ab0f6ff085bf 07:30:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:30:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:30:34 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:30:34 (2/3) Installing libcurl (7.69.1-r3) 07:30:34 (3/3) Installing curl (7.69.1-r3) 07:30:35 Executing busybox-1.31.1-r19.trigger 07:30:35 OK: 71 MiB in 58 packages 07:30:37 Removing intermediate container ab0f6ff085bf 07:30:37 ---> af5656e0c348 07:30:37 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:30:37 ---> Running in 7614d335f495 07:30:37 Removing intermediate container 7614d335f495 07:30:37 ---> ccde8e4582cb 07:30:37 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:30:37 ---> Running in 8fc99ca83791 07:30:38 Removing intermediate container 8fc99ca83791 07:30:38 ---> 501d7b565577 07:30:38 Step 24/26 : LABEL arch=arm64 07:30:38 ---> Running in 783cfd8f6568 07:30:39 Removing intermediate container 783cfd8f6568 07:30:39 ---> f64dd6069041 07:30:39 Step 25/26 : LABEL git_sha=b8e46b467769a01593224dffbd4a7f6545d3dea9 07:30:39 ---> Running in 7b01b1a28486 07:30:40 Removing intermediate container 7b01b1a28486 07:30:40 ---> 97dfd4b91c17 07:30:40 Step 26/26 : LABEL version=0.0.0 07:30:40 ---> Running in 2b7faee7d829 07:30:40 Removing intermediate container 2b7faee7d829 07:30:40 ---> 0d56f2877303 07:30:40 07:30:41 Successfully built 0d56f2877303 07:30:41 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 07:31:13  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 7bc3b5813106 07:31:13 ---> 8790ce892140 07:31:13 07:31:13 Step 10/22 : FROM alpine:3.12 07:31:13 ---> afeebe901d6b 07:31:13 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:31:13 ---> Using cache 07:31:13 ---> 36484c617e57 07:31:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 07:31:13 ---> Running in 2c4f591b4160 07:31:13 Removing intermediate container 2c4f591b4160 07:31:13 ---> cfec1b8def7f 07:31:13 Step 13/22 : WORKDIR / 07:31:13 ---> Running in 4b51e824798b 07:31:14 Removing intermediate container 4b51e824798b 07:31:14 ---> 660372d5cb53 07:31:14 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:31:15 ---> e8a52639efc3 07:31:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 07:31:17 ---> 9c4b00e98df3 07:31:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 07:31:17 ---> 2d558f4b1081 07:31:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 07:31:19 ---> 5d390cffd3b2 07:31:19 Step 18/22 : RUN chmod +x entrypoint.sh 07:31:19 ---> Running in ff85339f4c6d 07:31:22 Removing intermediate container ff85339f4c6d 07:31:22 ---> a1775f83c79b 07:31:22 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 07:31:22 ---> Running in d297f07b561e 07:31:23 Removing intermediate container d297f07b561e 07:31:23 ---> 78152f5bf2ab 07:31:23 Step 20/22 : LABEL arch=arm64 07:31:23 ---> Running in 52046187bf2e 07:31:24 Removing intermediate container 52046187bf2e 07:31:24 ---> 4147bf16f3b4 07:31:24 Step 21/22 : LABEL git_sha=b8e46b467769a01593224dffbd4a7f6545d3dea9 07:31:24 ---> Running in db6db314e274 07:31:25 Removing intermediate container db6db314e274 07:31:25 ---> 62b4bf000bf2 07:31:25 Step 22/22 : LABEL version=0.0.0 07:31:26 ---> Running in 39bb2ca3cfb0 07:31:27 Removing intermediate container 39bb2ca3cfb0 07:31:27 ---> fbc6eb1c0f09 07:31:27 07:31:28 Successfully built fbc6eb1c0f09 07:31:28 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 07:31:30  Building docker-security-bootstrap-redis-go ... done Removing intermediate container ba9d4f58f501 07:31:30 ---> 65cc493eaff9 07:31:30 07:31:30 Step 10/22 : FROM scratch 07:31:30 ---> 07:31:30 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:31:30 ---> Using cache 07:31:30 ---> b60a886c778b 07:31:30 Step 12/22 : ENV APP_PORT=48081 07:31:30 ---> Running in d87c8fcaa897 07:31:31 Removing intermediate container d87c8fcaa897 07:31:31 ---> 7f07c19d1265 07:31:31 Step 13/22 : EXPOSE $APP_PORT 07:31:31 ---> Running in aeff627b274f 07:31:32 Removing intermediate container aeff627b274f 07:31:32 ---> c3151da981ee 07:31:32 Step 14/22 : WORKDIR / 07:31:32 ---> Running in c035d9a7748d 07:31:33 Removing intermediate container c035d9a7748d 07:31:33 ---> 9bbb508157c7 07:31:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:31:34 ---> 2b5ce6200aae 07:31:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:31:35 Removing intermediate container 73305e3bce6a 07:31:35 ---> 81b750b89e75 07:31:35 07:31:35 Step 10/24 : FROM scratch 07:31:35 ---> 07:31:35 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:31:35 ---> Running in 357d07db6d4c 07:31:36 Removing intermediate container 357d07db6d4c 07:31:36 ---> a58919a7b5f4 07:31:36 Step 12/24 : ENV APP_PORT=48060 07:31:36 ---> Running in c96ddc20a08f 07:31:36 ---> 1ede758edb08 07:31:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:31:37 Removing intermediate container c96ddc20a08f 07:31:37 ---> dfafbcacb20e 07:31:37 Step 13/24 : EXPOSE $APP_PORT 07:31:37 ---> Running in 68e7b53a3964 07:31:38 ---> d2a3269a2f85 07:31:38 Step 18/22 : ENTRYPOINT ["/core-metadata"] 07:31:38 Removing intermediate container 68e7b53a3964 07:31:38 ---> 5c1f5384c2b3 07:31:38 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 07:31:38 ---> Running in 2259b164d979 07:31:39 Removing intermediate container 2259b164d979 07:31:39 ---> 48638a63e075 07:31:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:31:39 ---> Running in 39c9ec548956 07:31:39 ---> cb8e99470d21 07:31:39 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 07:31:40 Removing intermediate container 39c9ec548956 07:31:40 ---> fa759ad2a8d9 07:31:40 Step 20/22 : LABEL arch=arm64 07:31:40 ---> Running in 8353988a04d0 07:31:41 Removing intermediate container 8353988a04d0 07:31:41 ---> 53a59972b186 07:31:41 Step 21/22 : LABEL git_sha=b8e46b467769a01593224dffbd4a7f6545d3dea9 07:31:41 ---> 368f3a24981c 07:31:41 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 07:31:41 ---> Running in 6fdb871f08d2 07:31:41 Removing intermediate container 6fdb871f08d2 07:31:41 ---> 5087495f4e80 07:31:41 Step 22/22 : LABEL version=0.0.0 07:31:42 ---> Running in eb1e93068545 07:31:42 ---> 6b353ee4516e 07:31:42 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:31:43 Removing intermediate container eb1e93068545 07:31:43 ---> e8163400bed9 07:31:43 07:31:43 Successfully built e8163400bed9 07:31:43 Successfully tagged docker-core-metadata-go-arm64:latest 07:31:43  Building docker-core-metadata-go ... done  ---> da70c9f83b41 07:31:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:31:45 ---> c251a8a7754d 07:31:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:31:46 ---> a0c2d8ef4a91 07:31:46 Step 20/24 : ENTRYPOINT ["/support-notifications"] 07:31:46 ---> Running in f1cdbe250fa4 07:31:47 Removing intermediate container f1cdbe250fa4 07:31:47 ---> 64ed065dc837 07:31:47 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:31:47 ---> Running in b090bae9030e 07:31:47 Removing intermediate container b090bae9030e 07:31:47 ---> aee7c283fadd 07:31:47 Step 22/24 : LABEL arch=arm64 07:31:47 ---> Running in 7112d22d27db 07:31:48 Removing intermediate container 7112d22d27db 07:31:48 ---> 3f6926b0e7c6 07:31:48 Step 23/24 : LABEL git_sha=b8e46b467769a01593224dffbd4a7f6545d3dea9 07:31:48 ---> Running in 6798d422cd0a 07:31:49 Removing intermediate container 6798d422cd0a 07:31:49 ---> f139faa2b292 07:31:49 Step 24/24 : LABEL version=0.0.0 07:31:49 ---> Running in 1ffc905a9142 07:31:49 Removing intermediate container 1ffc905a9142 07:31:49 ---> 5e08d2a1ae6e 07:31:49 07:31:50 Successfully built 5e08d2a1ae6e 07:31:50 Successfully tagged docker-support-notifications-go-arm64:latest 07:31:55  Building docker-support-notifications-go ... done Removing intermediate container d8685145ccf2 07:31:55 ---> b98ad477c878 07:31:55 07:31:55 Step 10/23 : FROM alpine:3.12 07:31:55 ---> afeebe901d6b 07:31:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:31:55 ---> Running in ddb075613a26 07:31:55 Removing intermediate container ddb075613a26 07:31:55 ---> 53aee490da93 07:31:55 Step 12/23 : ENV APP_PORT=48080 07:31:55 ---> Running in 6eaf698d3f04 07:31:55 Removing intermediate container 6eaf698d3f04 07:31:55 ---> d607fc64023f 07:31:55 Step 13/23 : EXPOSE $APP_PORT 07:31:56 ---> Running in 3ec249f14739 07:31:56 Removing intermediate container 3ec249f14739 07:31:56 ---> c5215022f9d1 07:31:56 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:31:56 ---> Running in b620bce3db44 07:31:58 Removing intermediate container b620bce3db44 07:31:58 ---> 73a1c5b400f2 07:31:58 Step 15/23 : RUN apk add --update --no-cache zeromq 07:31:58 ---> Running in 1877e942eb85 07:31:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:32:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:32:01 (1/5) Installing libgcc (9.3.0-r2) 07:32:01 (2/5) Installing libsodium (1.0.18-r0) 07:32:01 (3/5) Installing libstdc++ (9.3.0-r2) 07:32:01 (4/5) Installing libzmq (4.3.3-r0) 07:32:01 (5/5) Installing zeromq (4.3.3-r0) 07:32:01 Executing busybox-1.31.1-r19.trigger 07:32:01 OK: 8 MiB in 19 packages 07:32:02 Removing intermediate container 1877e942eb85 07:32:02 ---> aa7b18e4edda 07:32:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:32:03 ---> 7f999fbdde2b 07:32:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:32:04 ---> 06bfc36ac6a4 07:32:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:32:05 ---> 8ff3e909e124 07:32:05 Step 19/23 : ENTRYPOINT ["/core-data"] 07:32:05 ---> Running in c84397f06c7d 07:32:06 Removing intermediate container c84397f06c7d 07:32:06 ---> fe4384651b45 07:32:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:32:06 ---> Running in c8276ca21e51 07:32:06 Removing intermediate container c8276ca21e51 07:32:06 ---> 1783c4702f06 07:32:06 Step 21/23 : LABEL arch=arm64 07:32:06 ---> Running in ae33c2860fa2 07:32:07 Removing intermediate container ae33c2860fa2 07:32:07 ---> 1097551feb65 07:32:07 Step 22/23 : LABEL git_sha=b8e46b467769a01593224dffbd4a7f6545d3dea9 07:32:07 ---> Running in 690ac770d7fb 07:32:07 Removing intermediate container 690ac770d7fb 07:32:07 ---> 5d1b24798a6c 07:32:07 Step 23/23 : LABEL version=0.0.0 07:32:08 ---> Running in cd359776ebb7 07:32:08 Removing intermediate container cd359776ebb7 07:32:08 ---> 2cac4705ed61 07:32:08 07:32:08 Successfully built 2cac4705ed61 07:32:08 Successfully tagged docker-core-data-go-arm64:latest 07:32:09  Building docker-core-data-go ... done  [Pipeline] } 07:32:09 $ docker stop --time=1 974bfc15f7c9700fcba9341e1444888d61703e40a1f3bb247e5db60ee15b0036 07:32:11 $ docker rm -f 974bfc15f7c9700fcba9341e1444888d61703e40a1f3bb247e5db60ee15b0036 [Pipeline] // withDockerContainer [Pipeline] sh 07:32:12 + docker images 07:32:12 + grep docker 07:32:12 docker-core-data-go-arm64 latest 2cac4705ed61 4 seconds ago 21MB 07:32:12 docker-support-notifications-go-arm64 latest 5e08d2a1ae6e 23 seconds ago 11.4MB 07:32:12 docker-core-metadata-go-arm64 latest e8163400bed9 30 seconds ago 12.3MB 07:32:12 docker-security-bootstrap-redis-go-arm64 latest fbc6eb1c0f09 46 seconds ago 15.1MB 07:32:12 docker-sys-mgmt-agent-go-arm64 latest 0d56f2877303 About a minute ago 300MB 07:32:12 docker-security-secretstore-setup-go-arm64 latest f8ebac8f4439 3 minutes ago 23.4MB 07:32:12 docker-security-proxy-setup-go-arm64 latest 441943edd908 3 minutes ago 23.3MB 07:32:12 docker-core-command-go-arm64 latest 916eeec5607f 3 minutes ago 9.98MB 07:32:12 docker-support-scheduler-go-arm64 latest cb2b5e0458d6 3 minutes ago 10MB 07:32:12 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 07:32:14 provisioning config files... 07:32:14 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config9084248744024031614tmp [Pipeline] { [Pipeline] sh 07:32:15 + set +x 07:32:15 + curl -s https://codecov.io/bash 07:32:15 + bash -s -- 07:32:15 07:32:15 _____ _ 07:32:15 / ____| | | 07:32:15 | | ___ __| | ___ ___ _____ __ 07:32:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:32:15 | |___| (_) | (_| | __/ (_| (_) \ V / 07:32:15 \_____\___/ \__,_|\___|\___\___/ \_/ 07:32:15 Bash-20201231-23d4836 07:32:15 07:32:15 07:32:15 ==> git version 2.24.3 found 07:32:15 ==> 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 07:32:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:32:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:32:15 ==> Jenkins CI detected. 07:32:15 project root: . 07:32:15 --> token set from env 07:32:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:32:15 ==> Running gcov in . (disable via -X gcov) 07:32:15 ==> Python coveragepy not found 07:32:15 ==> Searching for coverage reports in: 07:32:15 + . 07:32:15 -> Found 1 reports 07:32:15 ==> Detecting git/mercurial file structure 07:32:15 ==> Reading reports 07:32:16 + ./coverage.out bytes=552842 07:32:16 ==> Appending adjustments 07:32:16 https://docs.codecov.io/docs/fixing-reports 07:32:19 + Found adjustments 07:32:19 ==> Gzipping contents 07:32:19 84K /tmp/codecov.Oac4aC.gz 07:32:19 ==> Uploading reports 07:32:19 url: https://codecov.io 07:32:19 query: branch=PR-3008&commit=b8e46b467769a01593224dffbd4a7f6545d3dea9&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3008%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3008&job=&cmd_args= 07:32:19 -> Pinging Codecov 07:32:19 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3008&commit=b8e46b467769a01593224dffbd4a7f6545d3dea9&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3008%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3008&job=&cmd_args= 07:32:19 -> Uploading to 07:32:19 https://storage.googleapis.com/codecov/v4/raw/2021-01-12/00271124DB129430A58F1EEE437C3FCB/b8e46b467769a01593224dffbd4a7f6545d3dea9/1500b184-7aed-44e5-b3c0-db3c04ab6431.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210112T073219Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=34f90b439e08dde90cfd39eb1974a7266b0a563951ec21158e0a4622b0e2824d 07:32:19 % Total % Received % Xferd Average Speed Time Time Time Current 07:32:19 Dload Upload Total Spent Left Speed 07:32:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83679 0 0 100 83679 0 145k --:--:-- --:--:-- --:--:-- 145k 07:32:19 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b8e46b467769a01593224dffbd4a7f6545d3dea9 [Pipeline] } 07:32:19 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 07:32:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:32:23 ---> package-listing.sh 07:32:23 ++ facter osfamily 07:32:23 ++ tr '[:upper:]' '[:lower:]' 07:32:23 + OS_FAMILY=redhat 07:32:23 + workspace=/w/workspace/edgex-go/3 07:32:23 + START_PACKAGES=/tmp/packages_start.txt 07:32:23 + END_PACKAGES=/tmp/packages_end.txt 07:32:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:32:23 + PACKAGES=/tmp/packages_start.txt 07:32:23 + '[' /w/workspace/edgex-go/3 ']' 07:32:23 + PACKAGES=/tmp/packages_end.txt 07:32:23 + case "${OS_FAMILY}" in 07:32:23 + rpm -qa 07:32:23 + sort 07:32:28 + '[' -f /tmp/packages_start.txt ']' 07:32:28 + '[' -f /tmp/packages_end.txt ']' 07:32:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:32:28 + '[' /w/workspace/edgex-go/3 ']' 07:32:28 + mkdir -p /w/workspace/edgex-go/3/archives/ 07:32:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 07:32:28 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:32:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:32:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:32:29 07:32:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:32:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:32:29 alpine: Pulling from edgex-lftools-log-publisher 07:32:29 df20fa9351a1: Pulling fs layer 07:32:29 36b3adc4ff6f: Pulling fs layer 07:32:29 8ad3a11d3b57: Pulling fs layer 07:32:29 46f8f816bc3b: Pulling fs layer 07:32:29 93b61091891f: Pulling fs layer 07:32:29 93b9cdb0e59b: Pulling fs layer 07:32:29 5e14af77c1be: Pulling fs layer 07:32:29 01666e4c0597: Pulling fs layer 07:32:29 aa168da1d23b: Pulling fs layer 07:32:29 93b9cdb0e59b: Waiting 07:32:29 5e14af77c1be: Waiting 07:32:29 01666e4c0597: Waiting 07:32:29 aa168da1d23b: Waiting 07:32:29 46f8f816bc3b: Waiting 07:32:29 93b61091891f: Waiting 07:32:29 36b3adc4ff6f: Verifying Checksum 07:32:29 36b3adc4ff6f: Download complete 07:32:29 46f8f816bc3b: Download complete 07:32:29 df20fa9351a1: Verifying Checksum 07:32:29 df20fa9351a1: Download complete 07:32:29 93b9cdb0e59b: Verifying Checksum 07:32:29 93b9cdb0e59b: Download complete 07:32:29 5e14af77c1be: Verifying Checksum 07:32:29 5e14af77c1be: Download complete 07:32:29 01666e4c0597: Download complete 07:32:29 8ad3a11d3b57: Verifying Checksum 07:32:30 df20fa9351a1: Pull complete 07:32:30 36b3adc4ff6f: Pull complete 07:32:30 93b61091891f: Verifying Checksum 07:32:31 8ad3a11d3b57: Pull complete 07:32:31 46f8f816bc3b: Pull complete 07:32:32 aa168da1d23b: Download complete 07:32:33 93b61091891f: Pull complete 07:32:33 93b9cdb0e59b: Pull complete 07:32:33 5e14af77c1be: Pull complete 07:32:33 01666e4c0597: Pull complete 07:32:43 aa168da1d23b: Pull complete 07:32:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:32:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:32:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:32:44 prd-centos7-docker-4c-2g-19725 does not seem to be running inside a container 07:32:44 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:32:47 $ docker top a2cafb1e20ef423d16999108ea4e23591be962f520c123b6c7693694cd8e6103 -eo pid,comm [Pipeline] { [Pipeline] sh 07:32:48 + touch /tmp/pre-build-complete [Pipeline] sh 07:32:48 + mkdir -p /var/log/sa [Pipeline] sh 07:32:48 + ls /var/log/sa-host 07:32:48 + sadf -c /var/log/sa-host/sa12 07:32:48 file_magic: OK 07:32:48 HZ: Using current value: 100 07:32:48 file_header: OK 07:32:48 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 07:32:48 Statistics: 07:32:48 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... 07:32:48 File successfully converted to sysstat format version 12.2.1 07:32:48 + sadf -c /var/log/sa-host/sa23 07:32:48 file_magic: OK 07:32:48 HZ: Using current value: 100 07:32:48 file_header: OK 07:32:48 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 07:32:48 Statistics: 07:32:48 Hnuu...uuuununununu... 07:32:48 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:32:49 provisioning config files... 07:32:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4214007609856603124tmp [Pipeline] { [Pipeline] echo 07:32:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:32:49 ---> create-netrc.sh [Pipeline] } 07:32:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:32:49 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:32:50 ---> python-tools-install.sh [Pipeline] echo 07:32:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:32:50 ---> sudo-logs.sh 07:32:50 Archiving 'sudo' log.. [Pipeline] echo 07:32:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:32:50 ---> job-cost.sh 07:32:50 lf-activate-venv: SKIPPING 07:32:50 INFO: No Stack... 07:32:51 INFO: Retrieving Pricing Info for: v1-standard-2 07:32:52 INFO: Archiving Costs [Pipeline] echo 07:32:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:32:52 ---> logs-deploy.sh 07:32:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3008/3 07:32:52 INFO: archiving workspace using pattern(s): 07:32:54 Archives upload complete. 07:32:54 INFO: archiving logs to Nexus 07:32:55 ---> uname -a: 07:32:55 Linux prd-centos7-docker-4c-2g-19725.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:32:55 07:32:55 07:32:55 ---> lscpu: 07:32:55 Architecture: x86_64 07:32:55 CPU op-mode(s): 32-bit, 64-bit 07:32:55 Byte Order: Little Endian 07:32:55 Address sizes: 40 bits physical, 48 bits virtual 07:32:55 CPU(s): 4 07:32:55 On-line CPU(s) list: 0-3 07:32:55 Thread(s) per core: 1 07:32:55 Core(s) per socket: 1 07:32:55 Socket(s): 4 07:32:55 NUMA node(s): 1 07:32:55 Vendor ID: GenuineIntel 07:32:55 CPU family: 6 07:32:55 Model: 44 07:32:55 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:32:55 Stepping: 1 07:32:55 CPU MHz: 2933.442 07:32:55 BogoMIPS: 5866.88 07:32:55 Virtualization: VT-x 07:32:55 Hypervisor vendor: KVM 07:32:55 Virtualization type: full 07:32:55 L1d cache: 128 KiB 07:32:55 L1i cache: 128 KiB 07:32:55 L2 cache: 16 MiB 07:32:55 L3 cache: 64 MiB 07:32:55 NUMA node0 CPU(s): 0-3 07:32:55 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:32:55 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:32:55 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:32:55 Vulnerability Meltdown: Mitigation; PTI 07:32:55 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:32:55 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:32:55 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:32:55 Vulnerability Srbds: Not affected 07:32:55 Vulnerability Tsx async abort: Not affected 07:32:55 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 07:32:55 07:32:55 07:32:55 ---> nproc: 07:32:55 4 07:32:55 07:32:55 07:32:55 ---> df -h: 07:32:55 Filesystem Size Used Available Use% Mounted on 07:32:55 overlay 50.0G 11.6G 38.4G 23% / 07:32:55 tmpfs 64.0M 0 64.0M 0% /dev 07:32:55 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:32:55 shm 64.0M 0 64.0M 0% /dev/shm 07:32:55 /dev/vda1 50.0G 11.6G 38.4G 23% /facter-os 07:32:55 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/resolv.conf 07:32:55 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hostname 07:32:55 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hosts 07:32:55 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/auth.log 07:32:55 /dev/vda1 50.0G 11.6G 38.4G 23% /run/cloud-init/result.json 07:32:55 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/sa-host 07:32:55 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/secure 07:32:55 /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/3 07:32:55 /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/3@tmp 07:32:55 07:32:55 07:32:55 ---> free -m: 07:32:55 total used free shared buff/cache available 07:32:55 Mem: 1837 694 134 0 1009 1057 07:32:55 Swap: 1023 56 967 07:32:55 07:32:55 07:32:55 ---> ip addr: 07:32:55 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:32:55 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:32:55 inet 127.0.0.1/8 scope host lo 07:32:55 valid_lft forever preferred_lft forever 07:32:55 inet6 ::1/128 scope host 07:32:55 valid_lft forever preferred_lft forever 07:32:55 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:32:55 link/ether fa:16:3e:94:d7:db brd ff:ff:ff:ff:ff:ff 07:32:55 inet 10.30.122.246/23 brd 10.30.123.255 scope global dynamic eth0 07:32:55 valid_lft 85295sec preferred_lft 85295sec 07:32:55 inet6 fe80::f816:3eff:fe94:d7db/64 scope link 07:32:55 valid_lft forever preferred_lft forever 07:32:55 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:32:55 link/ether 02:42:28:e5:91:47 brd ff:ff:ff:ff:ff:ff 07:32:55 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:32:55 valid_lft forever preferred_lft forever 07:32:55 inet6 fe80::42:28ff:fee5:9147/64 scope link 07:32:55 valid_lft forever preferred_lft forever 07:32:55 07:32:55 07:32:55 ---> sar -b -r -n DEV: 07:32:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/12/21 _x86_64_ (4 CPU) 07:32:55 07:32:55 07:14:20 LINUX RESTART (4 CPU) 07:32:55 07:32:55 07:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:32:55 07:16:02 129.94 58.28 71.66 0.00 8615.34 26698.89 0.00 07:32:55 07:17:01 308.24 123.41 184.83 0.00 4793.91 44227.71 0.00 07:32:55 07:18:01 182.22 83.03 99.18 0.00 2988.56 11220.18 0.00 07:32:55 07:19:02 161.66 50.79 110.87 0.00 7450.91 41261.17 0.00 07:32:55 07:20:02 2344.80 1977.89 366.91 0.00 173284.94 220509.87 0.00 07:32:55 07:21:02 1205.30 956.28 249.01 0.00 57913.85 78743.58 0.00 07:32:55 07:22:01 2271.55 1909.85 361.70 0.00 123973.42 142625.01 0.00 07:32:55 07:23:01 953.91 671.84 282.06 0.00 39920.48 50147.77 0.00 07:32:55 07:24:01 9.86 2.48 7.37 0.00 95.22 238.77 0.00 07:32:55 07:25:01 1.58 1.42 0.17 0.00 40.24 1.90 0.00 07:32:55 07:26:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 07:32:55 07:27:01 0.27 0.02 0.25 0.00 0.53 3.28 0.00 07:32:55 07:28:01 0.27 0.02 0.25 0.00 0.27 2.86 0.00 07:32:55 07:29:01 0.75 0.02 0.73 0.00 0.13 7.90 0.00 07:32:55 07:30:01 5.44 4.83 0.62 0.00 283.18 6.43 0.00 07:32:55 07:31:02 1.33 0.05 1.28 0.00 1.20 19.68 0.00 07:32:55 07:32:01 0.58 0.02 0.56 0.00 0.54 5.79 0.00 07:32:55 Average: 445.00 342.91 102.09 0.00 24661.66 36224.95 0.00 07:32:55 07:32:55 07:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:32:55 07:16:02 78268 0 659256 35.04 2596 1141424 1488464 50.80 718400 877648 37772 07:32:55 07:17:01 265108 0 707228 37.59 1492 907716 1428008 48.74 522160 822084 11428 07:32:55 07:18:01 326668 0 766460 40.74 636 787780 1747772 59.65 596960 674496 68556 07:32:55 07:19:02 76440 0 709864 37.73 244 1094996 1258024 42.93 706820 825420 157820 07:32:55 07:20:02 78552 0 814556 43.29 0 988436 2337716 79.78 770648 809424 66044 07:32:55 07:21:02 385224 0 715768 38.04 0 780552 1583796 54.05 517916 728284 21852 07:32:55 07:22:01 284052 0 764352 40.62 0 833140 2104084 71.81 567704 783136 3328 07:32:55 07:23:01 388768 0 656536 34.89 0 836240 1680056 57.34 429216 815400 12 07:32:55 07:24:01 429312 0 613376 32.60 0 838856 1183112 40.38 415104 794136 12 07:32:55 07:25:01 428788 0 613524 32.61 0 839232 1176080 40.14 415288 794896 16 07:32:55 07:26:01 429344 0 612964 32.58 0 839236 1175984 40.13 414796 794896 12 07:32:55 07:27:01 429656 0 612656 32.56 0 839232 1171860 39.99 414384 794848 8 07:32:55 07:28:01 430204 0 612088 32.53 0 839252 1171860 39.99 414412 794864 8 07:32:55 07:29:01 430288 0 611992 32.53 0 839264 1171860 39.99 414416 794872 8 07:32:55 07:30:01 421220 0 616304 32.76 0 844020 1171944 40.00 418176 799380 8 07:32:55 07:31:02 421100 0 616432 32.76 0 844012 1171908 40.00 417992 799380 8 07:32:55 07:32:01 421320 0 616204 32.75 0 844020 1171860 39.99 417836 799400 8 07:32:55 Average: 336724 0 665856 35.39 292 878671 1423199 48.57 504249 794268 21582 07:32:55 07:32:55 07:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:32:55 07:16:02 eth0 1447.53 1432.82 5805.56 176.84 0.00 0.00 0.00 0.00 07:32:55 07:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:16:02 docker0 849.41 751.62 69.40 2672.13 0.00 0.00 0.00 0.00 07:32:55 07:17:01 veth72aa5d6 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 07:32:55 07:17:01 eth0 471.65 401.07 3730.34 79.11 0.00 0.00 0.00 0.00 07:32:55 07:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:17:01 docker0 125.98 154.13 9.52 841.08 0.00 0.00 0.00 0.00 07:32:55 07:18:01 veth72aa5d6 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:18:01 eth0 30.24 14.19 24.80 11.88 0.00 0.00 0.00 0.00 07:32:55 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:19:02 veth73f2d76 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 07:32:55 07:19:02 eth0 213.28 169.42 1681.17 95.00 0.00 0.00 0.00 0.00 07:32:55 07:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:20:02 veth73f2d76 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 07:32:55 07:20:02 eth0 51.86 34.46 162.18 10.36 0.00 0.00 0.00 0.00 07:32:55 07:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:20:02 docker0 24.33 31.99 1.44 145.94 0.00 0.00 0.00 0.00 07:32:55 07:21:02 veth73f2d76 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:21:02 eth0 120.63 96.27 914.51 55.84 0.00 0.00 0.00 0.00 07:32:55 07:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:21:02 docker0 4.22 6.44 0.26 38.90 0.00 0.00 0.00 0.00 07:32:55 07:22:01 veth73f2d76 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 07:32:55 07:22:01 eth0 197.12 132.89 843.53 66.41 0.00 0.00 0.00 0.00 07:32:55 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:22:01 vethc0ed5af 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 07:32:55 07:23:01 veth73f2d76 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:32:55 07:23:01 eth0 84.03 50.33 178.90 60.20 0.00 0.00 0.00 0.00 07:32:55 07:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:23:01 docker0 1082.13 1064.79 84.99 4195.80 0.00 0.00 0.00 0.00 07:32:55 07:24:01 eth0 3.15 1.88 2.88 1.00 0.00 0.00 0.00 0.00 07:32:55 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:25:01 eth0 0.70 0.55 0.35 0.27 0.00 0.00 0.00 0.00 07:32:55 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:26:01 eth0 0.23 0.17 0.07 0.01 0.00 0.00 0.00 0.00 07:32:55 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:27:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:32:55 07:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:28:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:32:55 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:29:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:32:55 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:30:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 07:32:55 07:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:31:02 eth0 0.18 0.13 0.07 0.01 0.00 0.00 0.00 0.00 07:32:55 07:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:31:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:32:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:32:55 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 Average: eth0 154.09 137.28 783.65 32.78 0.00 0.00 0.00 0.00 07:32:55 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:32:55 Average: docker0 63.88 62.86 5.02 247.69 0.00 0.00 0.00 0.00 07:32:55 07:32:55 07:32:55 ---> sar -P ALL: 07:32:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/12/21 _x86_64_ (4 CPU) 07:32:55 07:32:55 07:14:20 LINUX RESTART (4 CPU) 07:32:55 07:32:55 07:15:01 CPU %user %nice %system %iowait %steal %idle 07:32:55 07:16:02 all 14.74 0.00 7.69 2.04 0.04 75.49 07:32:55 07:16:02 0 17.11 0.00 10.41 2.25 0.05 70.18 07:32:55 07:16:02 1 8.90 0.00 6.73 2.22 0.05 82.10 07:32:55 07:16:02 2 17.17 0.00 6.58 1.81 0.02 74.42 07:32:55 07:16:02 3 15.82 0.00 7.02 1.87 0.03 75.25 07:32:55 07:17:01 all 13.29 0.00 10.13 5.29 0.04 71.24 07:32:55 07:17:01 0 14.34 0.00 10.58 5.40 0.03 69.64 07:32:55 07:17:01 1 12.42 0.00 10.13 4.05 0.02 73.39 07:32:55 07:17:01 2 13.84 0.00 10.07 6.79 0.05 69.24 07:32:55 07:17:01 3 12.59 0.00 9.75 4.94 0.05 72.67 07:32:55 07:18:01 all 63.68 0.00 15.58 4.68 0.04 16.02 07:32:55 07:18:01 0 62.13 0.00 16.02 6.04 0.05 15.75 07:32:55 07:18:01 1 64.39 0.00 14.92 6.31 0.04 14.34 07:32:55 07:18:01 2 64.10 0.00 15.77 3.68 0.05 16.40 07:32:55 07:18:01 3 64.09 0.00 15.59 2.73 0.03 17.55 07:32:55 07:19:02 all 29.26 0.00 12.99 4.38 0.03 53.35 07:32:55 07:19:02 0 28.22 0.00 13.62 2.24 0.03 55.89 07:32:55 07:19:02 1 29.96 0.00 12.43 5.38 0.03 52.20 07:32:55 07:19:02 2 28.80 0.00 12.79 3.85 0.03 54.53 07:32:55 07:19:02 3 30.04 0.00 13.11 6.02 0.03 50.80 07:32:55 07:20:02 all 20.55 0.00 27.97 24.47 0.07 26.94 07:32:55 07:20:02 0 20.40 0.00 28.38 25.58 0.07 25.58 07:32:55 07:20:02 1 19.27 0.00 27.92 23.52 0.07 29.22 07:32:55 07:20:02 2 21.26 0.00 28.15 25.39 0.07 25.13 07:32:55 07:20:02 3 21.28 0.00 27.42 23.38 0.05 27.87 07:32:55 07:21:02 all 52.05 0.00 18.33 16.81 0.07 12.74 07:32:55 07:21:02 0 52.11 0.00 18.48 15.42 0.05 13.94 07:32:55 07:21:02 1 51.90 0.00 17.91 17.94 0.07 12.18 07:32:55 07:21:02 2 52.09 0.00 18.21 17.77 0.07 11.85 07:32:55 07:21:02 3 52.10 0.00 18.72 16.10 0.09 12.99 07:32:55 07:22:01 all 34.65 0.00 25.73 20.86 0.09 18.67 07:32:55 07:22:01 0 33.93 0.00 25.98 21.89 0.11 18.09 07:32:55 07:22:01 1 34.95 0.00 23.66 21.91 0.11 19.38 07:32:55 07:22:01 2 34.11 0.00 27.21 20.44 0.09 18.15 07:32:55 07:22:01 3 35.63 0.00 26.04 19.18 0.07 19.08 07:32:55 07:23:01 all 28.87 0.00 16.33 21.82 0.05 32.93 07:32:55 07:23:01 0 28.47 0.00 16.89 19.54 0.03 35.07 07:32:55 07:23:01 1 28.70 0.00 16.09 24.28 0.05 30.89 07:32:55 07:23:01 2 28.52 0.00 16.05 20.81 0.05 34.56 07:32:55 07:23:01 3 29.79 0.00 16.30 22.66 0.05 31.20 07:32:55 07:24:01 all 0.32 0.00 0.38 0.10 0.00 99.19 07:32:55 07:24:01 0 0.27 0.00 0.48 0.27 0.00 98.98 07:32:55 07:24:01 1 0.22 0.00 0.40 0.03 0.00 99.35 07:32:55 07:24:01 2 0.20 0.00 0.47 0.08 0.00 99.25 07:32:55 07:24:01 3 0.62 0.00 0.18 0.02 0.00 99.18 07:32:55 07:25:01 all 0.15 0.00 0.04 0.03 0.00 99.78 07:32:55 07:25:01 0 0.03 0.00 0.02 0.12 0.00 99.83 07:32:55 07:25:01 1 0.02 0.00 0.03 0.00 0.02 99.93 07:32:55 07:25:01 2 0.03 0.00 0.07 0.00 0.00 99.90 07:32:55 07:25:01 3 0.52 0.00 0.03 0.00 0.00 99.45 07:32:55 07:26:01 all 0.16 0.00 0.05 0.00 0.00 99.79 07:32:55 07:26:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:32:55 07:26:01 1 0.05 0.00 0.05 0.00 0.00 99.90 07:32:55 07:26:01 2 0.07 0.00 0.07 0.00 0.00 99.87 07:32:55 07:26:01 3 0.48 0.00 0.05 0.00 0.02 99.45 07:32:55 07:32:55 07:26:01 CPU %user %nice %system %iowait %steal %idle 07:32:55 07:27:01 all 0.14 0.00 0.03 0.00 0.00 99.83 07:32:55 07:27:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:32:55 07:27:01 1 0.02 0.00 0.05 0.00 0.00 99.93 07:32:55 07:27:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:32:55 07:27:01 3 0.52 0.00 0.03 0.00 0.00 99.45 07:32:55 07:28:01 all 0.16 0.00 0.03 0.00 0.00 99.81 07:32:55 07:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:32:55 07:28:01 1 0.03 0.00 0.03 0.00 0.00 99.93 07:32:55 07:28:01 2 0.07 0.00 0.05 0.00 0.00 99.88 07:32:55 07:28:01 3 0.53 0.00 0.00 0.00 0.00 99.47 07:32:55 07:29:01 all 0.14 0.00 0.03 0.00 0.00 99.83 07:32:55 07:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:32:55 07:29:01 1 0.02 0.00 0.05 0.00 0.00 99.93 07:32:55 07:29:01 2 0.02 0.00 0.03 0.00 0.02 99.93 07:32:55 07:29:01 3 0.50 0.00 0.02 0.00 0.00 99.48 07:32:55 07:30:01 all 0.12 0.00 0.08 0.13 0.00 99.66 07:32:55 07:30:01 0 0.00 0.00 0.02 0.02 0.00 99.97 07:32:55 07:30:01 1 0.05 0.00 0.10 0.08 0.00 99.77 07:32:55 07:30:01 2 0.05 0.00 0.12 0.42 0.00 99.42 07:32:55 07:30:01 3 0.40 0.00 0.10 0.02 0.00 99.48 07:32:55 07:31:02 all 0.03 0.00 0.03 0.00 0.00 99.94 07:32:55 07:31:02 0 0.02 0.00 0.02 0.00 0.00 99.97 07:32:55 07:31:02 1 0.03 0.00 0.07 0.00 0.00 99.90 07:32:55 07:31:02 2 0.03 0.00 0.02 0.00 0.00 99.95 07:32:55 07:31:02 3 0.02 0.00 0.03 0.00 0.00 99.95 07:32:55 07:32:01 all 0.05 0.00 0.03 0.00 0.00 99.92 07:32:55 07:32:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:32:55 07:32:01 1 0.05 0.00 0.03 0.00 0.02 99.90 07:32:55 07:32:01 2 0.05 0.00 0.03 0.00 0.00 99.92 07:32:55 07:32:01 3 0.09 0.00 0.03 0.00 0.00 99.88 07:32:55 Average: all 14.81 0.00 7.75 5.74 0.03 71.67 07:32:55 Average: 0 14.73 0.00 8.08 5.64 0.03 71.53 07:32:55 Average: 1 14.38 0.00 7.48 6.03 0.03 72.08 07:32:55 Average: 2 14.94 0.00 7.77 5.77 0.03 71.48 07:32:55 Average: 3 15.21 0.00 7.68 5.51 0.03 71.58 07:32:55 07:32:55 07:32:55