Pull request #3056 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 48f292ecce04635bad45b2dac08c505f02e60d07 rather than 35d7beb047923e9d71d8e176dbf4b6bc5d209303 Obtained Jenkinsfile from 48f292ecce04635bad45b2dac08c505f02e60d07 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21843 in /w/workspace/edgexfoundry_edgex-go_PR-3056 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 48f292ecce04635bad45b2dac08c505f02e60d07 into PR head commit 35d7beb047923e9d71d8e176dbf4b6bc5d209303 Merge succeeded, producing 35d7beb047923e9d71d8e176dbf4b6bc5d209303 Checking out Revision 35d7beb047923e9d71d8e176dbf4b6bc5d209303 (PR-3056) > 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/3056/head:refs/remotes/origin/PR-3056 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 35d7beb047923e9d71d8e176dbf4b6bc5d209303 # 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 48f292ecce04635bad45b2dac08c505f02e60d07 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 35d7beb047923e9d71d8e176dbf4b6bc5d209303 # timeout=10 Commit message: "fix(meta): Check the associated object existence when delete Profile" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:17:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:17:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:17:19 ========================================================= 03:17:19 EdgeX Global Pipelines Version Info 03:17:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a3b0e054d936cf113875272e27a1c86c6f9d6cac # timeout=10 03:17:20 ------------------- 03:17:20 stable info: 03:17:20 ------------------- 03:17:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:17:20 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 03:17:20 Message: update stable to v1.0.179 03:17:21 ------------------- 03:17:21 experimental info: 03:17:21 ------------------- 03:17:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:17:21 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 03:17:21 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:17:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:17:21 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:17:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:17:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:17:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:17:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:17:22 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:17:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:17:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 03:17:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 03:17:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:17:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:17:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:17:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:17:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:17:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:17:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:17:23 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:17:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:17:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:17:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:17:23 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 03:17:24 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 03:17:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3056 [Pipeline] echo 03:17:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3056 [Pipeline] echo 03:17:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3056 [Pipeline] echo 03:17:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 35d7beb047923e9d71d8e176dbf4b6bc5d209303 [Pipeline] echo 03:17:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 35d7beb [Pipeline] echo 03:17:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:17:24 provisioning config files... 03:17:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config649327270407985414tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:17:25 ---> docker-login.sh 03:17:25 nexus3.edgexfoundry.org:10001 03:17:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:17:25 Configure a credential helper to remove this warning. See 03:17:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:17:25 03:17:25 Login Succeeded 03:17:25 nexus3.edgexfoundry.org:10002 03:17:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:17:26 Configure a credential helper to remove this warning. See 03:17:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:17:26 03:17:26 Login Succeeded 03:17:26 nexus3.edgexfoundry.org:10003 03:17:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:17:26 Configure a credential helper to remove this warning. See 03:17:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:17:26 03:17:26 Login Succeeded 03:17:26 nexus3.edgexfoundry.org:10004 03:17:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:17:26 Configure a credential helper to remove this warning. See 03:17:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:17:26 03:17:26 Login Succeeded 03:17:26 docker.io 03:17:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:17:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:17:26 Configure a credential helper to remove this warning. See 03:17:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:17:26 03:17:26 Login Succeeded 03:17:26 ---> docker-login.sh ends [Pipeline] } 03:17:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:17:27 ++ 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 03:17:27 + for file in '`ls cmd/**/Dockerfile`' 03:17:27 ++ dirname cmd/core-command/Dockerfile 03:17:27 ++ cut -d/ -f2 03:17:27 + echo core-command,cmd/core-command/Dockerfile 03:17:27 + for file in '`ls cmd/**/Dockerfile`' 03:17:27 ++ dirname cmd/core-data/Dockerfile 03:17:27 ++ cut -d/ -f2 03:17:27 + echo core-data,cmd/core-data/Dockerfile 03:17:27 + for file in '`ls cmd/**/Dockerfile`' 03:17:27 ++ dirname cmd/core-metadata/Dockerfile 03:17:27 ++ cut -d/ -f2 03:17:27 + echo core-metadata,cmd/core-metadata/Dockerfile 03:17:27 + for file in '`ls cmd/**/Dockerfile`' 03:17:27 ++ dirname cmd/security-bootstrap-redis/Dockerfile 03:17:27 ++ cut -d/ -f2 03:17:27 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 03:17:27 + for file in '`ls cmd/**/Dockerfile`' 03:17:27 ++ dirname cmd/security-proxy-setup/Dockerfile 03:17:27 ++ cut -d/ -f2 03:17:27 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:17:27 + for file in '`ls cmd/**/Dockerfile`' 03:17:27 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:17:27 ++ cut -d/ -f2 03:17:27 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:17:27 + for file in '`ls cmd/**/Dockerfile`' 03:17:27 ++ dirname cmd/support-notifications/Dockerfile 03:17:27 ++ cut -d/ -f2 03:17:27 + echo support-notifications,cmd/support-notifications/Dockerfile 03:17:27 + for file in '`ls cmd/**/Dockerfile`' 03:17:27 ++ dirname cmd/support-scheduler/Dockerfile 03:17:27 ++ cut -d/ -f2 03:17:27 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:17:27 + for file in '`ls cmd/**/Dockerfile`' 03:17:27 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:17:27 ++ cut -d/ -f2 03:17:27 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:17:27 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 03:17:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:17:28 03:17:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:17:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:17:28 latest: Pulling from edgex-devops/git-semver 03:17:28 31603596830f: Pulling fs layer 03:17:28 2a8b12db71e7: Pulling fs layer 03:17:28 6ca5941a6612: Pulling fs layer 03:17:28 ecc8261a40a4: Pulling fs layer 03:17:28 ecc8261a40a4: Waiting 03:17:28 2a8b12db71e7: Verifying Checksum 03:17:28 2a8b12db71e7: Download complete 03:17:28 31603596830f: Verifying Checksum 03:17:28 31603596830f: Download complete 03:17:28 6ca5941a6612: Verifying Checksum 03:17:28 6ca5941a6612: Download complete 03:17:28 ecc8261a40a4: Download complete 03:17:29 31603596830f: Pull complete 03:17:29 2a8b12db71e7: Pull complete 03:17:30 6ca5941a6612: Pull complete 03:17:30 ecc8261a40a4: Pull complete 03:17:30 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:17:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:17:30 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:17:31 prd-centos7-docker-4c-2g-21843 does not seem to be running inside a container 03:17:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:17:33 $ docker top 34c28e723afdf8d83db24dbe0336d9a36cabe9f6c69f0ce12cab22a701a4a405 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:17:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:17:33 [ssh-agent] Looking for ssh-agent implementation... 03:17:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:17:34 $ docker exec 34c28e723afdf8d83db24dbe0336d9a36cabe9f6c69f0ce12cab22a701a4a405 ssh-agent 03:17:34 SSH_AUTH_SOCK=/tmp/ssh-oJzPtGs3EJdT/agent.11 03:17:34 SSH_AGENT_PID=16 03:17:34 Running ssh-add (command line suppressed) 03:17:34 Identity added: /w/workspace/edgex-go/2@tmp/private_key_2187255541355042607.key (/w/workspace/edgex-go/2@tmp/private_key_2187255541355042607.key) 03:17:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:17:35 + git tag --points-at HEAD [Pipeline] } 03:17:35 $ docker exec --env ******** --env ******** 34c28e723afdf8d83db24dbe0336d9a36cabe9f6c69f0ce12cab22a701a4a405 ssh-agent -k 03:17:35 unset SSH_AUTH_SOCK; 03:17:35 unset SSH_AGENT_PID; 03:17:35 echo Agent pid 16 killed; 03:17:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:17:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:17:35 [ssh-agent] Looking for ssh-agent implementation... 03:17:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:17:35 $ docker exec 34c28e723afdf8d83db24dbe0336d9a36cabe9f6c69f0ce12cab22a701a4a405 ssh-agent 03:17:35 SSH_AUTH_SOCK=/tmp/ssh-aMs8dQdi72Bf/agent.47 03:17:35 SSH_AGENT_PID=52 03:17:35 Running ssh-add (command line suppressed) 03:17:35 Identity added: /w/workspace/edgex-go/2@tmp/private_key_8464242206678943098.key (/w/workspace/edgex-go/2@tmp/private_key_8464242206678943098.key) 03:17:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:17:36 + git semver init 03:17:36 # -> Open(): unable to determine branch for HEAD 03:17:36 # $GIT_DIR = /w/workspace/edgex-go/2/.git 03:17:36 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 03:17:36 # $SEMVER_REMOTE_NAME = origin 03:17:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:17:36 # $SEMVER_USER_NAME = edgex-jenkins 03:17:36 # $SEMVER_BRANCH = PR-3056 03:17:36 # $SEMVER_TEMP = /tmp/semver-812950003 03:17:36 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:17:54 # '/tmp/semver-812950003' -> '/w/workspace/edgex-go/2/.semver' 03:17:54 # -> Force: false 03:17:54 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 03:17:54 $ docker exec --env ******** --env ******** 34c28e723afdf8d83db24dbe0336d9a36cabe9f6c69f0ce12cab22a701a4a405 ssh-agent -k 03:17:54 unset SSH_AUTH_SOCK; 03:17:54 unset SSH_AGENT_PID; 03:17:54 echo Agent pid 52 killed; 03:17:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:17:55 + git semver [Pipeline] } 03:17:55 $ docker stop --time=1 34c28e723afdf8d83db24dbe0336d9a36cabe9f6c69f0ce12cab22a701a4a405 03:17:57 $ docker rm -f 34c28e723afdf8d83db24dbe0336d9a36cabe9f6c69f0ce12cab22a701a4a405 [Pipeline] // withDockerContainer [Pipeline] sh 03:17:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:17:58 Stashed 1 file(s) [Pipeline] echo 03:17:58 [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 03:17:59 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:17:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:17:59 + true 03:17:59 + sudo service docker restart 03:17:59 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 03:18:00 ========================================================= 03:18:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:18:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:18:00 + 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 . 03:18:05 Sending build context to Docker daemon 327.6MB 03:18:05 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:18:05 Step 2/6 : FROM ${BASE} 03:18:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:18:05 188c0c94c7c5: Pulling fs layer 03:18:05 0ef7d3d256c8: Pulling fs layer 03:18:05 de9db76c5a1d: Pulling fs layer 03:18:05 bca2f99d35d6: Pulling fs layer 03:18:05 93359f2a8cfa: Pulling fs layer 03:18:05 7c6f9722023f: Pulling fs layer 03:18:05 a35cf1a2eb13: Pulling fs layer 03:18:05 93359f2a8cfa: Waiting 03:18:05 7c6f9722023f: Waiting 03:18:05 a35cf1a2eb13: Waiting 03:18:05 bca2f99d35d6: Waiting 03:18:05 de9db76c5a1d: Verifying Checksum 03:18:05 de9db76c5a1d: Download complete 03:18:05 0ef7d3d256c8: Verifying Checksum 03:18:05 0ef7d3d256c8: Download complete 03:18:05 93359f2a8cfa: Verifying Checksum 03:18:05 93359f2a8cfa: Download complete 03:18:05 7c6f9722023f: Verifying Checksum 03:18:05 7c6f9722023f: Download complete 03:18:05 188c0c94c7c5: Verifying Checksum 03:18:05 188c0c94c7c5: Download complete 03:18:05 188c0c94c7c5: Pull complete 03:18:05 0ef7d3d256c8: Pull complete 03:18:05 de9db76c5a1d: Pull complete 03:18:07 a35cf1a2eb13: Verifying Checksum 03:18:07 a35cf1a2eb13: Download complete 03:18:07 bca2f99d35d6: Verifying Checksum 03:18:07 bca2f99d35d6: Download complete 03:18:13 Still waiting to schedule task 03:18:13 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:18:14 bca2f99d35d6: Pull complete 03:18:14 93359f2a8cfa: Pull complete 03:18:14 7c6f9722023f: Pull complete 03:18:20 a35cf1a2eb13: Pull complete 03:18:20 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:18:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:18:20 ---> a62c8e92a672 03:18:20 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 03:18:20 ---> Running in c74e1527fb19 03:18:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:18:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:18:22 (1/12) Installing libmagic (5.38-r0) 03:18:22 (2/12) Installing file (5.38-r0) 03:18:22 (3/12) Installing libc-dev (0.7.2-r3) 03:18:22 (4/12) Installing g++ (9.3.0-r2) 03:18:27 (5/12) Installing fortify-headers (1.1-r0) 03:18:27 (6/12) Installing patch (2.7.6-r6) 03:18:27 (7/12) Installing build-base (0.5-r2) 03:18:27 (8/12) Installing libsodium (1.0.18-r0) 03:18:27 (9/12) Installing pkgconf (1.7.2-r0) 03:18:27 (10/12) Installing libsodium-dev (1.0.18-r0) 03:18:27 (11/12) Installing libzmq (4.3.3-r0) 03:18:27 (12/12) Installing zeromq-dev (4.3.3-r0) 03:18:27 Executing busybox-1.31.1-r19.trigger 03:18:27 OK: 233 MiB in 51 packages 03:18:32 Removing intermediate container c74e1527fb19 03:18:32 ---> 4207885dfea0 03:18:32 Step 4/6 : WORKDIR /edgex-go 03:18:32 ---> Running in fe8e557c6fd3 03:18:32 Removing intermediate container fe8e557c6fd3 03:18:32 ---> f4ec24c7138c 03:18:32 Step 5/6 : COPY go.mod . 03:18:32 ---> a2ce2dbca25b 03:18:32 Step 6/6 : RUN go mod download 03:18:32 ---> Running in aa44121e1638 03:18:54 Removing intermediate container aa44121e1638 03:18:54 ---> af4f9d9af337 03:18:54 Successfully built af4f9d9af337 03:18:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:18:54 + docker inspect -f . ci-base-image-x86_64 03:18:54 . [Pipeline] withDockerContainer 03:18:54 prd-centos7-docker-4c-2g-21843 does not seem to be running inside a container 03:18:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat 03:18:55 $ docker top e0ebb0ef12537f1286167f005d8394a18e0d72f4a5c03d357cb2f5def153b7df -eo pid,comm [Pipeline] { [Pipeline] sh 03:18:56 + go version 03:18:56 go version go1.15.5 linux/amd64 [Pipeline] } 03:18:56 $ docker stop --time=1 e0ebb0ef12537f1286167f005d8394a18e0d72f4a5c03d357cb2f5def153b7df 03:18:58 $ docker rm -f e0ebb0ef12537f1286167f005d8394a18e0d72f4a5c03d357cb2f5def153b7df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:18:59 + docker inspect -f . ci-base-image-x86_64 03:18:59 . [Pipeline] withDockerContainer 03:18:59 prd-centos7-docker-4c-2g-21843 does not seem to be running inside a container 03:18:59 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat 03:18:59 $ docker top 3265a23797ccb1b1588ec1a49da60378b5ed1ac11ce93451abc48b175fbb118e -eo pid,comm [Pipeline] { [Pipeline] echo 03:19:00 ========================================================= 03:19:00 [edgeXBuildGoParallel] Running Tests and Build... 03:19:00 ========================================================= [Pipeline] sh 03:19:00 + make test 03:19:00 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:19:10 ? github.com/edgexfoundry/edgex-go [no test files] 03:19:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:19:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:19:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:19:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:19:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 03:19:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:19:33 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:19:33 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:19:33 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:19:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:19:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:19:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:19:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:19:38 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements 03:19:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:19:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:19:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:19:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:19:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:19:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.240s coverage: 27.0% of statements 03:19:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:19:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:19:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:19:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:19:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:19:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:19:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements 03:19:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:19:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements 03:19:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:19:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:19:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 66.7% of statements 03:19:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:19:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:19:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.129s coverage: 82.3% of statements 03:19:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:19:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:19:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 03:19:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:19:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.377s coverage: 28.6% of statements 03:19:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:19:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:19:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:19:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:19:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:19:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.074s coverage: 100.0% of statements 03:19:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:19:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements 03:19:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:19:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.104s coverage: 86.7% of statements 03:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:19:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.134s coverage: 97.5% of statements 03:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:19:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements 03:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:19:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:19:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.430s coverage: 92.8% of statements 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:19:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.041s coverage: 58.8% of statements 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:19:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.091s coverage: 0.1% of statements 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:19:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:19:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.052s coverage: 75.5% of statements 03:19:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:19:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.8% of statements 03:19:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements 03:19:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.2% of statements 03:19:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.115s coverage: 91.4% of statements 03:19:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:19:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.244s coverage: 63.5% of statements 03:19:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:19:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:19:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements 03:19:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements 03:19:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements 03:19:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.046s coverage: 73.7% of statements 03:19:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 03:19:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.474s coverage: 68.9% of statements 03:19:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:19:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:19:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 03:19:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 03:19:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 03:19:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.140s coverage: 37.0% of statements 03:19:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:19:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:19:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.381s coverage: 84.0% of statements 03:19:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements 03:19:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.178s coverage: 47.1% of statements 03:19:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:19:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:19:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:19:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:19:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:19:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements 03:19:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:19:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 03:19:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:19:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.828s coverage: 29.1% of statements 03:19:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:19:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:19:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:19:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:19:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:19:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.092s coverage: 99.0% of statements 03:19:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:19:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements 03:19:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:19:56 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 03:19:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:19:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 03:19:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:19:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:19:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:19:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:19:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.060s coverage: 87.9% of statements 03:19:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:19:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:19:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21844 in /w/workspace/edgexfoundry_edgex-go_PR-3056 [Pipeline] { [Pipeline] ws 03:19:57 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 03:19:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements 03:19:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.046s coverage: 32.1% of statements 03:19:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.054s coverage: 100.0% of statements 03:19:58 GO111MODULE=on go vet ./... 03:20:02 using credential edgex-jenkins-ssh 03:20:02 Cloning the remote Git repository 03:20:03 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:20:03 > git init /w/workspace/edgex-go/2 # timeout=10 03:20:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:20:03 > git --version # timeout=10 03:20:03 > git --version # 'git version 2.17.1' 03:20:03 using GIT_SSH to set credentials SSH Credentials for GitHub 03:20:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:20:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:20:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:20:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:20:22 Merging remotes/origin/master commit 48f292ecce04635bad45b2dac08c505f02e60d07 into PR head commit 35d7beb047923e9d71d8e176dbf4b6bc5d209303 03:20:23 Merge succeeded, producing 35d7beb047923e9d71d8e176dbf4b6bc5d209303 03:20:23 Checking out Revision 35d7beb047923e9d71d8e176dbf4b6bc5d209303 (PR-3056) 03:20:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:20:21 using GIT_SSH to set credentials SSH Credentials for GitHub 03:20:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3056/head:refs/remotes/origin/PR-3056 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:20:22 > git config core.sparsecheckout # timeout=10 03:20:22 > git checkout -f 35d7beb047923e9d71d8e176dbf4b6bc5d209303 # timeout=10 03:20:23 > git remote # timeout=10 03:20:23 > git config --get remote.origin.url # timeout=10 03:20:23 using GIT_SSH to set credentials SSH Credentials for GitHub 03:20:23 > git merge 48f292ecce04635bad45b2dac08c505f02e60d07 # timeout=10 03:20:23 > git rev-parse HEAD^{commit} # timeout=10 03:20:23 > git config core.sparsecheckout # timeout=10 03:20:23 > git checkout -f 35d7beb047923e9d71d8e176dbf4b6bc5d209303 # timeout=10 03:20:25 gofmt -l . 03:20:25 [ "`gofmt -l .`" = "" ] 03:20:25 ./bin/test-go-mod-tidy.sh 03:20:25 ./bin/test-attribution-txt.sh [Pipeline] sh 03:20:25 + ls -al . 03:20:25 total 656 03:20:25 drwxrwxr-x 10 1001 1001 4096 Jan 21 03:20 . 03:20:25 drwxr-xr-x 4 root root 28 Jan 21 03:18 .. 03:20:25 -rw-rw-r-- 1 1001 1001 11 Jan 21 03:17 .dockerignore 03:20:25 drwxrwxr-x 8 1001 1001 179 Jan 21 03:17 .git 03:20:25 drwxrwxr-x 3 1001 1001 125 Jan 21 03:17 .github 03:20:25 -rw-rw-r-- 1 1001 1001 824 Jan 21 03:17 .gitignore 03:20:25 drwx------ 3 1001 1001 47 Jan 21 03:17 .semver 03:20:25 -rw-rw-r-- 1 1001 1001 166 Jan 21 03:17 .sonarcloud.properties 03:20:25 -rw-rw-r-- 1 1001 1001 7759 Jan 21 03:17 Attribution.txt 03:20:25 -rw-rw-r-- 1 1001 1001 3804 Jan 21 03:17 CONTRIBUTING.md 03:20:25 -rw-rw-r-- 1 1001 1001 931 Jan 21 03:17 Dockerfile.build 03:20:25 -rw-rw-r-- 1 1001 1001 863 Jan 21 03:17 Jenkinsfile 03:20:25 -rw-rw-r-- 1 1001 1001 10775 Jan 21 03:17 LICENSE 03:20:25 -rw-rw-r-- 1 1001 1001 5750 Jan 21 03:17 Makefile 03:20:25 -rw-rw-r-- 1 1001 1001 6524 Jan 21 03:17 README.md 03:20:25 -rw-rw-r-- 1 1001 1001 6744 Jan 21 03:17 SECURITY.md 03:20:25 -rw-rw-r-- 1 1001 1001 5 Jan 21 03:17 VERSION 03:20:25 -rw-rw-r-- 1 1001 1001 4131 Jan 21 03:17 ZMQWindows.md 03:20:25 drwxrwxr-x 2 1001 1001 117 Jan 21 03:17 bin 03:20:25 drwxrwxr-x 14 1001 1001 4096 Jan 21 03:17 cmd 03:20:25 -rw-r--r-- 1 root root 550466 Jan 21 03:19 coverage.out 03:20:25 -rw-r--r-- 1 root root 1027 Jan 21 03:20 go.mod 03:20:25 -rw-r--r-- 1 root root 18725 Jan 21 03:20 go.sum 03:20:25 drwxrwxr-x 8 1001 1001 127 Jan 21 03:17 internal 03:20:25 drwxrwxr-x 4 1001 1001 26 Jan 21 03:17 openapi 03:20:25 drwxrwxr-x 4 1001 1001 71 Jan 21 03:17 snap 03:20:25 -rw-rw-r-- 1 1001 1001 168 Jan 21 03:17 version.go [Pipeline] sh 03:20:26 + '[' -e coverage.out ] 03:20:26 + chown 1001:1001 coverage.out [Pipeline] stash 03:20:26 Stashed 1 file(s) [Pipeline] sh 03:20:26 + make build 03:20:26 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 03:20:27 Commit message: "fix(meta): Check the associated object existence when delete Profile" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:20:29 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:20:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:20:29 + true 03:20:29 + sudo service docker restart 03:20:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:20:32 provisioning config files... 03:20:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1653435890821785151tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:20:33 ---> docker-login.sh 03:20:33 nexus3.edgexfoundry.org:10001 03:20:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:34 Configure a credential helper to remove this warning. See 03:20:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:34 03:20:34 Login Succeeded 03:20:34 nexus3.edgexfoundry.org:10002 03:20:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:34 Configure a credential helper to remove this warning. See 03:20:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:34 03:20:34 Login Succeeded 03:20:34 nexus3.edgexfoundry.org:10003 03:20:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:35 Configure a credential helper to remove this warning. See 03:20:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:35 03:20:35 Login Succeeded 03:20:35 nexus3.edgexfoundry.org:10004 03:20:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:35 Configure a credential helper to remove this warning. See 03:20:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:35 03:20:35 Login Succeeded 03:20:35 docker.io 03:20:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:20:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:20:36 Configure a credential helper to remove this warning. See 03:20:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:20:36 03:20:36 Login Succeeded 03:20:36 ---> docker-login.sh ends [Pipeline] } 03:20:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:20:36 ========================================================= 03:20:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:20:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:20:37 + 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 . 03:20:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 03:20:39 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 03:20:39 Sending build context to Docker daemon 166MB 03:20:39 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:20:39 Step 2/6 : FROM ${BASE} 03:20:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:20:39 5f621e34cdf4: Pulling fs layer 03:20:39 a4357932f1b6: Pulling fs layer 03:20:39 18c013af1878: Pulling fs layer 03:20:39 00ac8860ef70: Pulling fs layer 03:20:39 63d7cb157983: Pulling fs layer 03:20:39 b116817d02f9: Pulling fs layer 03:20:39 745a02a5169b: Pulling fs layer 03:20:39 00ac8860ef70: Waiting 03:20:39 63d7cb157983: Waiting 03:20:39 b116817d02f9: Waiting 03:20:39 745a02a5169b: Waiting 03:20:39 18c013af1878: Verifying Checksum 03:20:39 18c013af1878: Download complete 03:20:39 a4357932f1b6: Verifying Checksum 03:20:39 a4357932f1b6: Download complete 03:20:39 63d7cb157983: Verifying Checksum 03:20:39 63d7cb157983: Download complete 03:20:39 b116817d02f9: Verifying Checksum 03:20:39 b116817d02f9: Download complete 03:20:39 5f621e34cdf4: Verifying Checksum 03:20:39 5f621e34cdf4: Download complete 03:20:40 5f621e34cdf4: Pull complete 03:20:41 a4357932f1b6: Pull complete 03:20:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:20:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:20:41 18c013af1878: Pull complete 03:20:43 745a02a5169b: Verifying Checksum 03:20:43 745a02a5169b: Download complete 03:20:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:20:44 00ac8860ef70: Verifying Checksum 03:20:44 00ac8860ef70: Download complete 03:20:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 03:20:46 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 03:20:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:20:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 03:20:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 03:20:51 $ docker stop --time=1 3265a23797ccb1b1588ec1a49da60378b5ed1ac11ce93451abc48b175fbb118e 03:20:53 $ docker rm -f 3265a23797ccb1b1588ec1a49da60378b5ed1ac11ce93451abc48b175fbb118e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 03:20:54 00ac8860ef70: Pull complete 03:20:54 63d7cb157983: Pull complete 03:20:54 b116817d02f9: Pull complete [Pipeline] isUnix [Pipeline] sh 03:20:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:20:55 03:20:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 03:20:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:20:55 latest: Pulling from edgex-devops/edgex-compose 03:20:55 cbdbe7a5bc2a: Pulling fs layer 03:20:55 ca9280d653b3: Pulling fs layer 03:20:55 7e9c9ca2126c: Pulling fs layer 03:20:55 cbdbe7a5bc2a: Verifying Checksum 03:20:55 cbdbe7a5bc2a: Download complete 03:20:56 ca9280d653b3: Verifying Checksum 03:20:56 ca9280d653b3: Download complete 03:20:56 cbdbe7a5bc2a: Pull complete 03:20:57 7e9c9ca2126c: Verifying Checksum 03:20:57 7e9c9ca2126c: Download complete 03:20:58 ca9280d653b3: Pull complete 03:20:59 745a02a5169b: Pull complete 03:20:59 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:20:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:20:59 ---> b7e6874047d6 03:20:59 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 03:21:02 ---> Running in c297c679e656 03:21:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:21:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:21:04 7e9c9ca2126c: Pull complete 03:21:04 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:21:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:21:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 03:21:04 (1/12) Installing libmagic (5.38-r0) 03:21:04 prd-centos7-docker-4c-2g-21843 does not seem to be running inside a container 03:21:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:21:05 (2/12) Installing file (5.38-r0) 03:21:05 (3/12) Installing libc-dev (0.7.2-r3) 03:21:05 (4/12) Installing g++ (9.3.0-r2) 03:21:07 $ docker top 8c151d84932616637403626bcfedba09803b62f7ec27c38c2a435b88e0de63e2 -eo pid,comm [Pipeline] { [Pipeline] sh 03:21:08 + docker-compose build --help 03:21:08 + grep parallel 03:21:09 --parallel Build images in parallel. [Pipeline] } 03:21:09 $ docker stop --time=1 8c151d84932616637403626bcfedba09803b62f7ec27c38c2a435b88e0de63e2 03:21:10 (5/12) Installing fortify-headers (1.1-r0) 03:21:10 (6/12) Installing patch (2.7.6-r6) 03:21:10 $ docker rm -f 8c151d84932616637403626bcfedba09803b62f7ec27c38c2a435b88e0de63e2 [Pipeline] // withDockerContainer 03:21:10 (7/12) Installing build-base (0.5-r2) 03:21:10 (8/12) Installing libsodium (1.0.18-r0) [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:21:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:21:11 . [Pipeline] withDockerContainer 03:21:11 prd-centos7-docker-4c-2g-21843 does not seem to be running inside a container 03:21:11 (9/12) Installing pkgconf (1.7.2-r0) 03:21:11 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:21:12 (10/12) Installing libsodium-dev (1.0.18-r0) 03:21:12 (11/12) Installing libzmq (4.3.3-r0) 03:21:12 $ docker top b2469ec378d98ae12d7ede9e8256f908e15711b25c7089b6ddba0acfdec6d10b -eo pid,comm 03:21:12 (12/12) Installing zeromq-dev (4.3.3-r0) 03:21:12 Executing busybox-1.31.1-r19.trigger 03:21:12 OK: 217 MiB in 51 packages [Pipeline] { [Pipeline] sh 03:21:12 + docker-compose -f ./docker-compose-build.yml build --parallel 03:21:13 Building docker-core-command-go ... 03:21:13 Building docker-core-data-go ... 03:21:13 Building docker-core-metadata-go ... 03:21:13 Building docker-security-bootstrap-redis-go ... 03:21:13 Building docker-security-proxy-setup-go ... 03:21:13 Building docker-security-secretstore-setup-go ... 03:21:13 Building docker-support-notifications-go ... 03:21:13 Building docker-support-scheduler-go ... 03:21:13 Building docker-sys-mgmt-agent-go ... 03:21:13 Building docker-security-proxy-setup-go 03:21:13 Building docker-support-notifications-go 03:21:13 Building docker-core-metadata-go 03:21:13 Building docker-support-scheduler-go 03:21:13 Building docker-security-bootstrap-redis-go 03:21:16 Removing intermediate container c297c679e656 03:21:16 ---> a454c1f103d2 03:21:16 Step 4/6 : WORKDIR /edgex-go 03:21:16 ---> Running in 2e0edd0a3068 03:21:17 Removing intermediate container 2e0edd0a3068 03:21:17 ---> 31343a3e9b3a 03:21:17 Step 5/6 : COPY go.mod . 03:21:17 ---> f55634a5a46f 03:21:17 Step 6/6 : RUN go mod download 03:21:18 ---> Running in 7fa38462856a 03:21:44 Removing intermediate container 7fa38462856a 03:21:44 ---> d1e611c7549d 03:21:44 Successfully built d1e611c7549d 03:21:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:21:45 + docker inspect -f . ci-base-image-arm64 03:21:45 . [Pipeline] withDockerContainer 03:21:45 prd-ubuntu18.04-docker-arm64-4c-16g-21844 does not seem to be running inside a container 03:21:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 03:21:46 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:21:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:21:46 ---> af4f9d9af337 03:21:46 Step 3/21 : WORKDIR /edgex-go 03:21:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:21:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:21:46 ---> af4f9d9af337 03:21:46 Step 3/22 : WORKDIR /edgex-go 03:21:46 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:21:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:21:46 ---> af4f9d9af337 03:21:46 Step 3/21 : WORKDIR /edgex-go 03:21:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:21:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:21:46 ---> af4f9d9af337 03:21:46 Step 3/22 : WORKDIR /edgex-go 03:21:46 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:21:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:21:46 ---> af4f9d9af337 03:21:46 Step 3/24 : WORKDIR /edgex-go 03:21:46 ---> Running in bf50acfca2e1 03:21:46 ---> Running in 12c579c10f02 03:21:46 ---> Running in 93cedb99e5ba 03:21:46 ---> Running in ca6ce033f2c2 03:21:46 ---> Running in 0c00fd67a72e 03:21:46 Removing intermediate container 0c00fd67a72e 03:21:46 ---> 4c440f69b1e9 03:21:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:21:46 Removing intermediate container 12c579c10f02 03:21:46 ---> 55364ba19e45 03:21:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:21:46 Removing intermediate container 93cedb99e5ba 03:21:46 ---> 5af04f4e8457 03:21:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:21:46 Removing intermediate container bf50acfca2e1 03:21:46 ---> 2380a6b87190 03:21:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:21:46 Removing intermediate container ca6ce033f2c2 03:21:46 ---> c911e337d618 03:21:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:21:47 ---> Running in db8fc31ecd17 03:21:47 ---> Running in efb8c1e1ee59 03:21:47 ---> Running in 05c3f901089b 03:21:47 ---> Running in 9b21f7b655c2 03:21:47 ---> Running in eec134f4a697 03:21:47 $ docker top dae0c9d1f14cf800bf3587fe897b74e7afd6dda1185233e10e7cb5e341b78d4e -eo pid,comm [Pipeline] { [Pipeline] sh 03:21:48 + go version 03:21:48 go version go1.15.5 linux/arm64 [Pipeline] } 03:21:48 $ docker stop --time=1 dae0c9d1f14cf800bf3587fe897b74e7afd6dda1185233e10e7cb5e341b78d4e 03:21:49 Removing intermediate container 9b21f7b655c2 03:21:49 ---> 5756d5e21061 03:21:49 Step 5/22 : RUN apk add --update --no-cache make git 03:21:49 Removing intermediate container efb8c1e1ee59 03:21:49 ---> 1549406e93bb 03:21:49 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 03:21:49 Removing intermediate container db8fc31ecd17 03:21:49 ---> b6168ddd0366 03:21:49 Step 5/21 : RUN apk add --update --no-cache make git 03:21:49 Removing intermediate container 05c3f901089b 03:21:49 ---> 1a22da80928d 03:21:49 Step 5/22 : RUN apk add --update --no-cache make git 03:21:49 ---> Running in 780994d62343 03:21:49 ---> Running in 2a25b58b3ffd 03:21:49 ---> Running in e46e41a5ff5d 03:21:49 ---> Running in 382b6b40b64e 03:21:49 Removing intermediate container eec134f4a697 03:21:49 ---> 3e0d394dddda 03:21:49 Step 5/21 : RUN apk add --update --no-cache make git 03:21:49 ---> Running in b32683549f27 03:21:50 $ docker rm -f dae0c9d1f14cf800bf3587fe897b74e7afd6dda1185233e10e7cb5e341b78d4e 03:21:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:21:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:21:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:21:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:21:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:21:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:21:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:21:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:21:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:21:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:21:51 OK: 233 MiB in 51 packages 03:21:51 OK: 233 MiB in 51 packages 03:21:51 OK: 233 MiB in 51 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 03:21:52 OK: 233 MiB in 51 packages 03:21:52 OK: 233 MiB in 51 packages [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:21:52 + docker inspect -f . ci-base-image-arm64 03:21:52 . [Pipeline] withDockerContainer 03:21:52 Removing intermediate container 780994d62343 03:21:52 ---> 9af64a39fc7a 03:21:52 Step 6/24 : COPY go.mod . 03:21:52 prd-ubuntu18.04-docker-arm64-4c-16g-21844 does not seem to be running inside a container 03:21:52 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 03:21:52 Removing intermediate container e46e41a5ff5d 03:21:52 ---> 68b8c800eb39 03:21:52 Step 6/21 : COPY go.mod . 03:21:52 Removing intermediate container 2a25b58b3ffd 03:21:52 ---> 248f7f1c4c8f 03:21:52 Step 6/22 : COPY go.mod . 03:21:52 ---> c9ab884f5e26 03:21:52 Step 7/24 : RUN go mod download 03:21:53 Removing intermediate container 382b6b40b64e 03:21:53 ---> dde2db6ae713 03:21:53 Step 6/22 : COPY go.mod . 03:21:53 ---> Running in 70e98c620f62 03:21:53 Removing intermediate container b32683549f27 03:21:53 ---> aeabe07b65bd 03:21:53 Step 6/21 : COPY go.mod . 03:21:53 ---> d86a2afa25bc 03:21:53 Step 7/21 : RUN go mod download 03:21:53 ---> 26bc7a5bc084 03:21:53 Step 7/22 : RUN go mod download 03:21:53 ---> 979d70089cea 03:21:53 Step 7/22 : RUN go mod download 03:21:53 ---> Running in 6c29d5354235 03:21:53 ---> Running in c1a0fe339a8c 03:21:53 ---> fa49a0aac4f7 03:21:53 Step 7/21 : RUN go mod download 03:21:53 ---> Running in 5f30710fb4de 03:21:54 ---> Running in 42ee5651c52b 03:21:54 $ docker top 0d2a02aa5b83efa7429f7570d4d46fb576da60aeae0fa0b704ba68c482031707 -eo pid,comm [Pipeline] { [Pipeline] echo 03:21:54 ========================================================= 03:21:54 [edgeXBuildGoParallel] Running Tests and Build... 03:21:54 ========================================================= [Pipeline] sh 03:21:55 + make test 03:21:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:21:56 Removing intermediate container 6c29d5354235 03:21:56 ---> 1bbf864261b9 03:21:56 Step 8/21 : COPY . . 03:21:56 Removing intermediate container 70e98c620f62 03:21:56 ---> 6b65a1e3485e 03:21:56 Step 8/24 : COPY . . 03:21:56 Removing intermediate container c1a0fe339a8c 03:21:56 ---> c3f5c275d7c3 03:21:56 Step 8/22 : COPY . . 03:21:57 Removing intermediate container 5f30710fb4de 03:21:57 ---> 2f1b2b0eeba1 03:21:57 Step 8/21 : COPY . . 03:21:59 Removing intermediate container 42ee5651c52b 03:21:59 ---> df07549bc6af 03:21:59 Step 8/22 : COPY . . 03:22:17 ? github.com/edgexfoundry/edgex-go [no test files] 03:22:38 ---> 451c810ba8b2 03:22:38 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:22:38 ---> 989cab17f053 03:22:38 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 03:22:38 ---> ccc4aaca00d8 03:22:38 Step 9/24 : RUN make cmd/support-notifications/support-notifications 03:22:38 ---> bb9fa8900a32 03:22:38 Step 9/22 : RUN make cmd/core-metadata/core-metadata 03:22:38 ---> ecd1eccca732 03:22:38 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 03:22:38 ---> Running in 6865ed161130 03:22:38 ---> Running in 3b136382678e 03:22:38 ---> Running in 201e5c4a553b 03:22:38 ---> Running in 6279e8944152 03:22:38 ---> Running in 8802276060b3 03:22:38 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 03:22:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:22:38 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 03:22:38 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 03:22:38 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 03:22:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:23:04 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 03:23:10 Removing intermediate container 3b136382678e 03:23:10 ---> cba6c4b891c6 03:23:10 03:23:10 Step 10/22 : FROM alpine:3.12 03:23:10 3.12: Pulling from library/alpine 03:23:10 Removing intermediate container 201e5c4a553b 03:23:10 ---> 56892d370bfc 03:23:10 03:23:10 Step 10/24 : FROM scratch 03:23:10 ---> 03:23:10 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:23:10 Removing intermediate container 8802276060b3 03:23:10 ---> 7908f2d32bde 03:23:10 03:23:10 Step 10/21 : FROM scratch 03:23:10 ---> 03:23:10 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:23:12 ---> Running in 0e4ba094db39 03:23:12 ---> Running in f0f7be891b97 03:23:12 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 03:23:13 Status: Downloaded newer image for alpine:3.12 03:23:13 ---> 389fef711851 03:23:13 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:23:13 Removing intermediate container 6865ed161130 03:23:13 ---> b6e2e5ac22af 03:23:13 03:23:13 Step 10/21 : FROM alpine:3.12 03:23:13 ---> 389fef711851 03:23:13 Step 11/21 : RUN apk add --update --no-cache curl 03:23:14 Removing intermediate container 0e4ba094db39 03:23:14 ---> ba97bb40d841 03:23:14 Step 12/24 : ENV APP_PORT=48060 03:23:14 ---> Running in f1dfc4f725fd 03:23:14 ---> Running in d603ddac0d39 03:23:14 Removing intermediate container f0f7be891b97 03:23:14 ---> 6fc7964cd962 03:23:14 Step 12/21 : ENV APP_PORT=48085 03:23:14 ---> Running in dabec0dbc6cd 03:23:14 Removing intermediate container 6279e8944152 03:23:14 ---> 7f575ae02fae 03:23:14 03:23:14 Step 10/22 : FROM scratch 03:23:14 ---> 03:23:14 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:23:14 ---> Running in f73fad3a63ef 03:23:14 ---> Using cache 03:23:14 ---> 6fc7964cd962 03:23:14 Step 12/22 : ENV APP_PORT=48081 03:23:15 ---> Running in 6214adc23dae 03:23:15 Removing intermediate container dabec0dbc6cd 03:23:15 ---> 8195e731d1f0 03:23:15 Step 13/24 : EXPOSE $APP_PORT 03:23:15 Removing intermediate container f73fad3a63ef 03:23:15 ---> b58ab289a68f 03:23:15 Step 13/21 : EXPOSE $APP_PORT 03:23:15 ---> Running in 29c2a7fac2e8 03:23:15 ---> Running in 20b7dad519aa 03:23:15 Removing intermediate container 6214adc23dae 03:23:15 ---> 655487eb5bd9 03:23:15 Step 13/22 : EXPOSE $APP_PORT 03:23:15 ---> Running in 9ffadfa38f03 03:23:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:23:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:23:16 Removing intermediate container 29c2a7fac2e8 03:23:16 ---> 78e61462338d 03:23:16 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 03:23:16 Removing intermediate container 20b7dad519aa 03:23:16 ---> d750afcd174b 03:23:16 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 03:23:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:23:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:23:16 Removing intermediate container 9ffadfa38f03 03:23:16 ---> 2c172f84edcc 03:23:16 Step 14/22 : WORKDIR / 03:23:16 ---> Running in 526f5c230e2c 03:23:16 (1/5) Installing ca-certificates (20191127-r4) 03:23:16 (1/4) Installing ca-certificates (20191127-r4) 03:23:16 (2/5) Installing nghttp2-libs (1.41.0-r0) 03:23:16 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:23:16 (3/5) Installing libcurl (7.69.1-r3) 03:23:16 (3/4) Installing libcurl (7.69.1-r3) 03:23:16 (4/5) Installing curl (7.69.1-r3) 03:23:16 (4/4) Installing curl (7.69.1-r3) 03:23:16 (5/5) Installing dumb-init (1.2.2-r1) 03:23:16 Executing busybox-1.31.1-r19.trigger 03:23:16 Executing busybox-1.31.1-r19.trigger 03:23:16 Executing ca-certificates-20191127-r4.trigger 03:23:16 Executing ca-certificates-20191127-r4.trigger 03:23:16 ---> b709f11b60d0 03:23:16 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 03:23:16 ---> 1ebbb660dc7d 03:23:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:23:16 OK: 7 MiB in 19 packages 03:23:16 OK: 7 MiB in 18 packages 03:23:18 Removing intermediate container 526f5c230e2c 03:23:18 ---> 96bf229b013e 03:23:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:23:18 ---> 6db2e9fc4ca9 03:23:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:23:18 ---> 5d2cbe03d74a 03:23:18 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 03:23:18 ---> 7af4e7388d42 03:23:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:23:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:23:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:23:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:23:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 03:23:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:23:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:23:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:23:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:23:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:23:19 ---> 8b119f73ec9a 03:23:19 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 03:23:20 ---> Running in 9958198107fb 03:23:20 Removing intermediate container d603ddac0d39 03:23:20 ---> 3c386fe86b3c 03:23:20 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:23:20 ---> 7ec9d85797c0 03:23:20 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 03:23:20 ---> 300428ab3d97 03:23:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:23:20 Removing intermediate container f1dfc4f725fd 03:23:20 ---> 2afdcdab659a 03:23:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 03:23:20 ---> Running in 345c473e92e8 03:23:20 ---> Running in fb896a2678bc 03:23:20 Removing intermediate container 9958198107fb 03:23:20 ---> 62277442aa75 03:23:20 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:23:20 ---> Running in a4d7a64ce580 03:23:20 ---> 93e4535b1eac 03:23:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:23:20 ---> 2a01316c009c 03:23:20 Step 18/22 : ENTRYPOINT ["/core-metadata"] 03:23:20 Removing intermediate container 345c473e92e8 03:23:20 ---> 07217663b798 03:23:20 Step 13/21 : WORKDIR /edgex 03:23:20 Removing intermediate container fb896a2678bc 03:23:20 ---> 056b45d719af 03:23:20 Step 13/22 : WORKDIR / 03:23:21 ---> Running in f2e15764c6e2 03:23:21 ---> Running in 2bc05ef2c9f7 03:23:21 ---> Running in 83bbe2d2f0f8 03:23:21 Removing intermediate container a4d7a64ce580 03:23:21 ---> 7b00cac5f1ba 03:23:21 Step 19/21 : LABEL arch=x86_64 03:23:21 ---> 2d77957b9039 03:23:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:23:21 ---> Running in 6b484d156cfa 03:23:21 Removing intermediate container 2bc05ef2c9f7 03:23:21 ---> 591566537ab5 03:23:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:23:21 Removing intermediate container 83bbe2d2f0f8 03:23:21 ---> fb36d2772dcb 03:23:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:23:21 Removing intermediate container f2e15764c6e2 03:23:21 ---> 57f35c6caffc 03:23:21 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:23:21 ---> Running in e9f20d82040f 03:23:21 Removing intermediate container 6b484d156cfa 03:23:21 ---> e0fc4182bd08 03:23:21 Step 20/21 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 03:23:21 ---> a79cd8d9d9c7 03:23:21 Step 20/24 : ENTRYPOINT ["/support-notifications"] 03:23:21 ---> Running in 92b629b1a54e 03:23:22 ---> Running in 7d1c0a968042 03:23:22 ---> ab0653686a4b 03:23:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:23:22 Removing intermediate container e9f20d82040f 03:23:22 ---> 29a6dbdb5a28 03:23:22 Step 20/22 : LABEL arch=x86_64 03:23:22 ---> 34b7c9d8da15 03:23:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 03:23:22 Removing intermediate container 92b629b1a54e 03:23:22 ---> 66c38f42dc7e 03:23:22 Step 21/21 : LABEL version=0.0.0 03:23:22 ---> Running in 4dae9815704a 03:23:23 Removing intermediate container 7d1c0a968042 03:23:23 ---> aa2fdb92d49c 03:23:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:23:23 ---> Running in ec88da91df03 03:23:23 ---> d10778f279d6 03:23:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:23:23 ---> Running in 2537d97a4dbc 03:23:23 ---> a5d12930008b 03:23:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 03:23:23 Removing intermediate container 4dae9815704a 03:23:23 ---> 97db54dcfc0c 03:23:23 Step 21/22 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 03:23:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:23:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:23:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:23:23 Removing intermediate container ec88da91df03 03:23:23 ---> b102d168c995 03:23:23 03:23:23 ---> Running in 7f72ab3f455a 03:23:23 ---> dca2823758f5 03:23:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 03:23:23 Successfully built b102d168c995 03:23:23 Removing intermediate container 2537d97a4dbc 03:23:23 ---> 851e3d83606e 03:23:23 Step 22/24 : LABEL arch=x86_64 03:23:23 Successfully tagged docker-support-scheduler-go:latest 03:23:23 Building docker-sys-mgmt-agent-go 03:23:23  Building docker-support-scheduler-go ... done  ---> e0114e59407c 03:23:23 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:23:23 ---> Running in 9b9c92eed545 03:23:23 Removing intermediate container 7f72ab3f455a 03:23:23 ---> 0952cb0097d4 03:23:23 Step 22/22 : LABEL version=0.0.0 03:23:23 ---> Running in 61ddbd985958 03:23:23 ---> Running in ae0236cc4251 03:23:23 ---> 609ac6ea3c89 03:23:23 Step 18/22 : RUN chmod +x entrypoint.sh 03:23:24 Removing intermediate container 9b9c92eed545 03:23:24 ---> 5f0bbcbfd079 03:23:24 Step 23/24 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 03:23:24 Removing intermediate container 61ddbd985958 03:23:24 ---> 598113a0af56 03:23:24 Step 18/21 : CMD ["--init=true"] 03:23:24 ---> Running in 5bc117a9a97a 03:23:25 Removing intermediate container ae0236cc4251 03:23:25 ---> 43579bed0169 03:23:25 03:23:25 ---> Running in 896be354da8a 03:23:25 ---> Running in b9b1a1e35c92 03:23:25 Successfully built 43579bed0169 03:23:26 Successfully tagged docker-core-metadata-go:latest 03:23:26  Building docker-core-metadata-go ... done Building docker-core-command-go 03:23:28 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.243s coverage: 46.6% of statements 03:23:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:23:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:23:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:23:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:23:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:23:28 Removing intermediate container b9b1a1e35c92 03:23:28 ---> 5d556c491cfa 03:23:28 Step 19/21 : LABEL arch=x86_64 03:23:29 Removing intermediate container 896be354da8a 03:23:29 ---> 0dd7447e7ff6 03:23:29 Step 24/24 : LABEL version=0.0.0 03:23:33 ---> Running in f65b8bdae965 03:23:34 ---> Running in 10afd020869f 03:23:35 Removing intermediate container f65b8bdae965 03:23:35 ---> e57b4d06133b 03:23:35 Step 20/21 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 03:23:35 Removing intermediate container 5bc117a9a97a 03:23:35 ---> 37b2e4a26716 03:23:35 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] ---> Running in 0e37d268da24 03:23:35 03:23:36 Removing intermediate container 10afd020869f 03:23:36 ---> 587899f9a06a 03:23:36 03:23:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.504s coverage: 27.0% of statements 03:23:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:23:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:23:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:23:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:23:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:23:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:23:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements 03:23:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:23:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements 03:23:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:23:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:23:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.281s coverage: 66.7% of statements 03:23:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:23:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:23:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.648s coverage: 82.3% of statements 03:23:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:23:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:23:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 03:23:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:23:37 Successfully built 587899f9a06a 03:23:37 ---> Running in ce992d9d3bba 03:23:37 Successfully tagged docker-support-notifications-go:latest 03:23:37  Building docker-support-notifications-go ... done Building docker-core-data-go 03:23:40 Removing intermediate container 0e37d268da24 03:23:40 ---> a532a36295d3 03:23:40 Step 21/21 : LABEL version=0.0.0 03:23:43 ---> Running in 1f5526376bca 03:23:43 Removing intermediate container ce992d9d3bba 03:23:43 ---> 858febb6be14 03:23:43 Step 20/22 : LABEL arch=x86_64 03:23:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.119s coverage: 28.6% of statements 03:23:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:23:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:23:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:23:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:23:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:23:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.167s coverage: 100.0% of statements 03:23:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:23:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements 03:23:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:23:43 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:23:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:23:44 ---> af4f9d9af337 03:23:44 Step 3/26 : WORKDIR /edgex-go 03:23:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.334s coverage: 86.7% of statements 03:23:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:23:44 ---> Using cache 03:23:44 ---> c911e337d618 03:23:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:23:44 ---> Using cache 03:23:44 ---> 3e0d394dddda 03:23:44 Step 5/26 : RUN apk add --update --no-cache make bash git 03:23:44 ---> Running in 049fcb1bf7d8 03:23:44 Removing intermediate container 1f5526376bca 03:23:44 ---> 5fe77af13ad7 03:23:44 03:23:44 ---> Running in 7658439d88de 03:23:44 Successfully built 5fe77af13ad7 03:23:44 Successfully tagged docker-security-proxy-setup-go:latest 03:23:44 Building docker-security-secretstore-setup-go 03:23:45  Building docker-security-proxy-setup-go ... done Removing intermediate container 049fcb1bf7d8 03:23:45 ---> ed0124e784ee 03:23:45 Step 21/22 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 03:23:45 ---> Running in 705ec9eefb2d 03:23:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.298s coverage: 97.5% of statements 03:23:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:23:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.137s coverage: 78.3% of statements 03:23:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:23:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:23:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:23:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:23:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:23:47 Removing intermediate container 705ec9eefb2d 03:23:47 ---> ac419cefd4a1 03:23:47 Step 22/22 : LABEL version=0.0.0 03:23:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:23:48 OK: 233 MiB in 51 packages 03:23:48 ---> Running in 9a5e446467e9 03:23:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:23:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:23:48 ---> af4f9d9af337 03:23:48 Step 3/22 : WORKDIR /edgex-go 03:23:48 ---> Using cache 03:23:48 ---> c911e337d618 03:23:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:23:48 ---> Using cache 03:23:48 ---> 3e0d394dddda 03:23:48 Step 5/22 : RUN apk add --update --no-cache make git 03:23:48 ---> Using cache 03:23:48 ---> aeabe07b65bd 03:23:48 Step 6/22 : COPY go.mod . 03:23:48 ---> Using cache 03:23:48 ---> fa49a0aac4f7 03:23:48 Step 7/22 : RUN go mod download 03:23:48 ---> Using cache 03:23:48 ---> 2f1b2b0eeba1 03:23:48 Step 8/22 : COPY . . 03:23:48 ---> Using cache 03:23:48 ---> ecd1eccca732 03:23:48 Step 9/22 : RUN make cmd/core-command/core-command 03:23:53 ---> Running in 92b46d3238e1 03:23:53 Removing intermediate container 9a5e446467e9 03:23:53 ---> 6c49777f4161 03:23:53 03:23:53 Successfully built 6c49777f4161 03:23:53 Successfully tagged docker-security-bootstrap-redis-go:latest 03:23:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.179s coverage: 92.8% of statements 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:23:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:23:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.169s coverage: 0.1% of statements 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:23:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.092s coverage: 100.0% of statements 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:23:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.098s coverage: 75.5% of statements 03:23:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:23:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.113s coverage: 80.8% of statements 03:23:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.142s coverage: 87.2% of statements 03:23:54  Building docker-security-bootstrap-redis-go ... done 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 03:23:55 Removing intermediate container 7658439d88de 03:23:55 ---> 8711cf4bafd5 03:23:55 Step 6/26 : COPY go.mod . 03:23:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.158s coverage: 84.2% of statements 03:23:56 ---> 9ce9a87c16d9 03:23:56 Step 7/26 : RUN go mod download 03:23:56 ---> Running in 563c1e8c8dd3 03:23:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:23:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:23:56 ---> af4f9d9af337 03:23:56 Step 3/23 : WORKDIR /edgex-go 03:23:56 ---> Using cache 03:23:56 ---> c911e337d618 03:23:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:23:56 ---> Using cache 03:23:56 ---> 3e0d394dddda 03:23:56 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:23:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.180s coverage: 91.4% of statements 03:23:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:23:57 ---> Running in 899e1fb0a563 03:23:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.674s coverage: 63.5% of statements 03:23:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:23:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:23:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements 03:23:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements 03:23:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:23:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:23:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements 03:23:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements 03:24:00 OK: 233 MiB in 51 packages 03:24:01 Removing intermediate container 563c1e8c8dd3 03:24:01 ---> 2b48a414686f 03:24:01 Step 8/26 : COPY . . 03:24:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.088s coverage: 100.0% of statements 03:24:03 Removing intermediate container 899e1fb0a563 03:24:03 ---> 69a5c3d06059 03:24:03 Step 6/23 : COPY go.mod . 03:24:05 ---> 863229bc69ac 03:24:05 Step 7/23 : RUN go mod download 03:24:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.818s coverage: 68.9% of statements 03:24:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:24:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:24:05 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 03:24:05 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 03:24:05 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 03:24:06 ---> Running in 89fc28135e48 03:24:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.387s coverage: 37.0% of statements 03:24:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:24:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:24:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.661s coverage: 84.0% of statements 03:24:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.090s coverage: 100.0% of statements 03:24:06 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:24:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:24:06 ---> af4f9d9af337 03:24:06 Step 3/24 : WORKDIR /edgex-go 03:24:06 ---> Using cache 03:24:06 ---> c911e337d618 03:24:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:24:06 ---> Using cache 03:24:06 ---> 3e0d394dddda 03:24:06 Step 5/24 : RUN apk add --update --no-cache make git 03:24:06 ---> Using cache 03:24:06 ---> aeabe07b65bd 03:24:06 Step 6/24 : COPY go.mod . 03:24:06 ---> Using cache 03:24:06 ---> fa49a0aac4f7 03:24:06 Step 7/24 : RUN go mod download 03:24:06 ---> Using cache 03:24:06 ---> 2f1b2b0eeba1 03:24:06 Step 8/24 : COPY . . 03:24:06 ---> Using cache 03:24:06 ---> ecd1eccca732 03:24:06 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:24:08 ---> Running in bac0944910b8 03:24:09 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 03:24:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.348s coverage: 47.1% of statements 03:24:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:24:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:24:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:24:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:24:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:24:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.199s coverage: 100.0% of statements 03:24:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:24:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.133s coverage: 100.0% of statements 03:24:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:24:14 Removing intermediate container 89fc28135e48 03:24:14 ---> afc6d52d3c9c 03:24:14 Step 8/23 : COPY . . 03:24:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.950s coverage: 29.1% of statements 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:24:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.146s coverage: 99.0% of statements 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:24:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:24:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:24:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:24:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.099s coverage: 87.9% of statements 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:24:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:24:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 03:24:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 03:24:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 03:24:20 GO111MODULE=on go vet ./... 03:24:26 Removing intermediate container 92b46d3238e1 03:24:26 ---> 0e1ae7b84376 03:24:26 03:24:26 Step 10/22 : FROM scratch 03:24:26 ---> 03:24:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:24:27 ---> Using cache 03:24:27 ---> 6fc7964cd962 03:24:27 Step 12/22 : ENV APP_PORT=48082 03:24:27 ---> dd7bbb8929cf 03:24:27 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:24:28 ---> Running in dd2e776be978 03:24:29 ---> Running in 46be14372359 03:24:29 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 03:24:29 Removing intermediate container dd2e776be978 03:24:29 ---> ff9b88b76206 03:24:29 Step 13/22 : EXPOSE $APP_PORT 03:24:30 ---> Running in 16bff11d57b2 03:24:30 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 03:24:31 Removing intermediate container 16bff11d57b2 03:24:31 ---> 29d8929a5af2 03:24:31 Step 14/22 : WORKDIR / 03:24:31 ---> Running in 848dc69f7448 03:24:32 Removing intermediate container 848dc69f7448 03:24:32 ---> 16eda0593fca 03:24:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:24:33 ---> db9c17abac81 03:24:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:24:36 ---> dea917c71aad 03:24:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:24:37 ---> adf1ed457599 03:24:37 Step 18/22 : ENTRYPOINT ["/core-command"] 03:24:37 Removing intermediate container bac0944910b8 03:24:37 ---> 7ee7c12cbb30 03:24:37 03:24:37 Step 10/24 : FROM alpine:3.12 03:24:37 ---> 389fef711851 03:24:37 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:24:37 ---> Using cache 03:24:37 ---> 2afdcdab659a 03:24:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:24:37 ---> Running in c44fa802e3d8 03:24:37 ---> ffd31796685b 03:24:37 Step 9/23 : RUN make cmd/core-data/core-data 03:24:37 ---> Running in c3de82885516 03:24:37 ---> Running in 29343ee05d26 03:24:38 Removing intermediate container c44fa802e3d8 03:24:38 ---> b80ac3a06338 03:24:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:24:38 ---> Running in 310399eaca12 03:24:38 Removing intermediate container c3de82885516 03:24:38 ---> b9d5f42a5395 03:24:38 Step 13/24 : WORKDIR / 03:24:38 ---> Running in 9dfc1a0f7a3d 03:24:38 Removing intermediate container 310399eaca12 03:24:38 ---> e57c52b8cd91 03:24:38 Step 20/22 : LABEL arch=x86_64 03:24:38 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 03:24:38 ---> Running in c044055a736a 03:24:39 Removing intermediate container 9dfc1a0f7a3d 03:24:39 ---> 07e43dcac846 03:24:39 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:24:39 Removing intermediate container c044055a736a 03:24:39 ---> 99264bf49742 03:24:39 Step 21/22 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 03:24:39 ---> Running in 1ccaf82b8ec0 03:24:39 ---> 0ba61f062bac 03:24:39 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:24:39 Removing intermediate container 1ccaf82b8ec0 03:24:39 ---> 930aaebcdc03 03:24:39 Step 22/22 : LABEL version=0.0.0 03:24:39 ---> Running in 17c024012f24 03:24:39 ---> 41a58d1efa4d 03:24:39 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:24:39 Removing intermediate container 17c024012f24 03:24:39 ---> 7f417090696f 03:24:39 03:24:40 Successfully built 7f417090696f 03:24:40 Successfully tagged docker-core-command-go:latest 03:24:40  Building docker-core-command-go ... done  ---> c5685a9f2ff3 03:24:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:24:41 ---> cee95d75e8e5 03:24:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:24:42 ---> de3051e56e5c 03:24:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:24:43 ---> 594fd36bb230 03:24:43 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/ 03:24:44 ---> Running in 411f7609fc25 03:24:47 Removing intermediate container 411f7609fc25 03:24:47 ---> 178b5000b2ec 03:24:47 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:24:47 Removing intermediate container 46be14372359 03:24:47 ---> 1e43b449bd83 03:24:47 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:24:47 ---> Running in 7fc90198fa21 03:24:47 ---> Running in 4522b9028f4f 03:24:47 Removing intermediate container 7fc90198fa21 03:24:47 ---> d1e1bbc961eb 03:24:47 Step 22/24 : LABEL arch=x86_64 03:24:47 ---> Running in f964d0d35202 03:24:47 Removing intermediate container f964d0d35202 03:24:47 ---> c1dfcb1d6725 03:24:47 Step 23/24 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 03:24:47 ---> Running in 77c8204ad015 03:24:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:24:48 Removing intermediate container 77c8204ad015 03:24:48 ---> fe76394cad15 03:24:48 Step 24/24 : LABEL version=0.0.0 03:24:48 ---> Running in ae2e8d913ca2 03:24:48 Removing intermediate container ae2e8d913ca2 03:24:48 ---> d912908d11da 03:24:48 03:24:49 Successfully built d912908d11da 03:24:49 Successfully tagged docker-security-secretstore-setup-go:latest 03:24:50  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4522b9028f4f 03:24:50 ---> 8885fcf98c96 03:24:50 03:24:50 Step 11/26 : FROM docker:20.10.0 03:24:50 20.10.0: Pulling from library/docker 03:24:57 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:24:57 Status: Downloaded newer image for docker:20.10.0 03:24:57 ---> aefe523efa57 03:24:57 Step 12/26 : RUN apk add --no-cache bash 03:24:57 ---> Running in 40fa08eee98e 03:24:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:24:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:24:57 (1/2) Installing readline (8.0.4-r0) 03:24:57 (2/2) Installing bash (5.0.17-r0) 03:24:57 Executing bash-5.0.17-r0.post-install 03:24:57 Executing busybox-1.31.1-r19.trigger 03:24:57 OK: 12 MiB in 22 packages 03:25:00 Removing intermediate container 29343ee05d26 03:25:00 ---> d71cea810a47 03:25:00 03:25:00 Step 10/23 : FROM alpine:3.12 03:25:00 ---> 389fef711851 03:25:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:25:00 ---> Running in a6bfe632f8ff 03:25:00 Removing intermediate container 40fa08eee98e 03:25:00 ---> b2526bfcc623 03:25:00 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:25:00 Removing intermediate container a6bfe632f8ff 03:25:00 ---> b18ef27cb349 03:25:00 Step 12/23 : ENV APP_PORT=48080 03:25:00 ---> Running in 830fc5939c98 03:25:00 ---> Running in e5d83c0bffa8 03:25:00 Removing intermediate container 830fc5939c98 03:25:00 ---> c97234fb927b 03:25:00 Step 14/26 : ENV APP_PORT=48090 03:25:00 Removing intermediate container e5d83c0bffa8 03:25:00 ---> ac91f88a3174 03:25:00 Step 13/23 : EXPOSE $APP_PORT 03:25:00 ---> Running in f3e25ece7a05 03:25:00 ---> Running in fa1c902061a0 03:25:01 Removing intermediate container f3e25ece7a05 03:25:01 ---> b988933661ae 03:25:01 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:25:01 Removing intermediate container fa1c902061a0 03:25:01 ---> 7d0a1b33f69f 03:25:01 Step 15/26 : EXPOSE $APP_PORT 03:25:01 ---> Running in b7867a0db87b 03:25:01 ---> Running in 449a354bb308 03:25:01 Removing intermediate container b7867a0db87b 03:25:01 ---> 153d8925b7bc 03:25:01 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:25:01 ---> 64c607f39606 03:25:01 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:25:02 Removing intermediate container 449a354bb308 03:25:02 ---> 00a87903424b 03:25:02 Step 15/23 : RUN apk add --update --no-cache zeromq 03:25:02 ---> 88776ac067ca 03:25:02 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:25:02 ---> Running in e60c79ff4376 03:25:02 ---> e055b575529f 03:25:02 Step 19/26 : RUN apk --no-cache add py3-pip 03:25:02 ---> Running in b69ec0bc4c62 03:25:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:25:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:25:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:25:03 (1/33) Installing libbz2 (1.0.8-r1) 03:25:03 (2/33) Installing expat (2.2.9-r1) 03:25:03 (3/33) Installing libffi (3.3-r2) 03:25:03 (4/33) Installing gdbm (1.13-r1) 03:25:03 (5/33) Installing xz-libs (5.2.5-r0) 03:25:03 (6/33) Installing sqlite-libs (3.32.1-r0) 03:25:03 (7/33) Installing python3 (3.8.5-r0) 03:25:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:25:04 (8/33) Installing py3-appdirs (1.4.4-r1) 03:25:04 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:25:04 (10/33) Installing py3-parsing (2.4.7-r0) 03:25:04 (11/33) Installing py3-six (1.15.0-r0) 03:25:04 (12/33) Installing py3-packaging (20.4-r0) 03:25:04 (13/33) Installing py3-setuptools (47.0.0-r0) 03:25:04 (14/33) Installing py3-chardet (3.0.4-r4) 03:25:04 (15/33) Installing py3-idna (2.9-r0) 03:25:04 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:25:04 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:25:04 (18/33) Installing py3-requests (2.23.0-r0) 03:25:04 (19/33) Installing py3-msgpack (1.0.0-r0) 03:25:04 (20/33) Installing py3-lockfile (0.12.2-r3) 03:25:04 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:25:04 (22/33) Installing py3-colorama (0.4.3-r0) 03:25:04 (23/33) Installing py3-distlib (0.3.0-r0) 03:25:04 (1/5) Installing libgcc (9.3.0-r2) 03:25:04 (24/33) Installing py3-distro (1.5.0-r1) 03:25:04 (25/33) Installing py3-webencodings (0.5.1-r3) 03:25:04 (26/33) Installing py3-html5lib (1.0.1-r4) 03:25:04 (27/33) Installing py3-pytoml (0.1.21-r0) 03:25:04 (28/33) Installing py3-pep517 (0.8.2-r0) 03:25:04 (2/5) Installing libsodium (1.0.18-r0) 03:25:04 (29/33) Installing py3-progress (1.5-r0) 03:25:04 (30/33) Installing py3-toml (0.10.1-r0) 03:25:04 (31/33) Installing py3-retrying (1.3.3-r0) 03:25:04 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:25:04 (33/33) Installing py3-pip (20.1.1-r0) 03:25:05 (3/5) Installing libstdc++ (9.3.0-r2) 03:25:05 Executing busybox-1.31.1-r19.trigger 03:25:05 OK: 71 MiB in 55 packages 03:25:05 (4/5) Installing libzmq (4.3.3-r0) 03:25:06 (5/5) Installing zeromq (4.3.3-r0) 03:25:06 Executing busybox-1.31.1-r19.trigger 03:25:07 OK: 8 MiB in 19 packages 03:25:10 Removing intermediate container e60c79ff4376 03:25:10 ---> 41eb0d19421f 03:25:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:25:13 ---> 739882e1ca33 03:25:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:25:14 Removing intermediate container b69ec0bc4c62 03:25:14 ---> 4cd2a237d3de 03:25:14 Step 20/26 : RUN pip install docker-compose==1.23.2 03:25:14 ---> 19aff3ee9c45 03:25:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:25:14 ---> Running in 830046f85195 03:25:14 ---> 593d0710640c 03:25:14 Step 19/23 : ENTRYPOINT ["/core-data"] 03:25:14 ---> Running in 8f751f2fdb9c 03:25:15 Removing intermediate container 8f751f2fdb9c 03:25:15 ---> 930a4dfb7822 03:25:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:25:15 ---> Running in 5740dcd5052f 03:25:15 Removing intermediate container 5740dcd5052f 03:25:15 ---> 05d5c17e393d 03:25:15 Step 21/23 : LABEL arch=x86_64 03:25:15 ---> Running in a898e410bac4 03:25:15 Removing intermediate container a898e410bac4 03:25:15 ---> c003c4ddcca2 03:25:15 Step 22/23 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 03:25:15 ---> Running in c8bb7edc071d 03:25:15 Removing intermediate container c8bb7edc071d 03:25:15 ---> ef103e2c7318 03:25:15 Step 23/23 : LABEL version=0.0.0 03:25:15 ---> Running in 56e149d4538e 03:25:15 Collecting docker-compose==1.23.2 03:25:15 Removing intermediate container 56e149d4538e 03:25:15 ---> 5c0e370ea73f 03:25:15 03:25:15 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:25:16 Successfully built 5c0e370ea73f 03:25:16 Successfully tagged docker-core-data-go:latest 03:25:16  Building docker-core-data-go ... done Collecting jsonschema<3,>=2.5.1 03:25:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:25:16 Collecting dockerpty<0.5,>=0.4.1 03:25:16 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:25:16 Collecting websocket-client<1.0,>=0.32.0 03:25:16 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 03:25:17 Collecting PyYAML<4,>=3.10 03:25:17 Downloading PyYAML-3.13.tar.gz (270 kB) 03:25:18 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:25:18 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:25:18 Collecting cached-property<2,>=1.2.0 03:25:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:25:18 Collecting texttable<0.10,>=0.9.0 03:25:18 Downloading texttable-0.9.1.tar.gz (11 kB) 03:25:18 Collecting docopt<0.7,>=0.6.1 03:25:18 Downloading docopt-0.6.2.tar.gz (25 kB) 03:25:19 Collecting docker<4.0,>=3.6.0 03:25:19 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:25:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:25:19 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) 03:25:19 Collecting idna<2.8,>=2.5 03:25:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:25:19 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) 03:25:19 Collecting urllib3<1.25,>=1.21.1 03:25:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:25:19 Collecting docker-pycreds>=0.4.0 03:25:19 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:25:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:25:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:25:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:25:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:25:20 Installing collected packages: jsonschema, dockerpty, websocket-client, PyYAML, idna, urllib3, requests, cached-property, texttable, docopt, docker-pycreds, docker, docker-compose 03:25:20 Running setup.py install for dockerpty: started 03:25:20 Running setup.py install for dockerpty: finished with status 'done' 03:25:20 Running setup.py install for PyYAML: started 03:25:21 Running setup.py install for PyYAML: finished with status 'done' 03:25:21 Attempting uninstall: idna 03:25:21 Found existing installation: idna 2.9 03:25:21 Uninstalling idna-2.9: 03:25:21 Successfully uninstalled idna-2.9 03:25:21 Attempting uninstall: urllib3 03:25:21 Found existing installation: urllib3 1.25.9 03:25:21 Uninstalling urllib3-1.25.9: 03:25:21 Successfully uninstalled urllib3-1.25.9 03:25:21 Attempting uninstall: requests 03:25:21 Found existing installation: requests 2.23.0 03:25:21 Uninstalling requests-2.23.0: 03:25:21 Successfully uninstalled requests-2.23.0 03:25:22 Running setup.py install for texttable: started 03:25:22 Running setup.py install for texttable: finished with status 'done' 03:25:22 Running setup.py install for docopt: started 03:25:22 Running setup.py install for docopt: finished with status 'done' 03:25:23 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 03:25:26 Removing intermediate container 830046f85195 03:25:26 ---> 0b732904e311 03:25:26 Step 21/26 : RUN apk --no-cache add curl 03:25:26 ---> Running in 3c44d9962edb 03:25:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:25:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:25:27 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:25:27 (2/3) Installing libcurl (7.69.1-r3) 03:25:27 (3/3) Installing curl (7.69.1-r3) 03:25:27 Executing busybox-1.31.1-r19.trigger 03:25:27 OK: 72 MiB in 58 packages 03:25:28 Removing intermediate container 3c44d9962edb 03:25:28 ---> 421c5db0eb2d 03:25:28 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:25:28 gofmt -l . 03:25:28 [ "`gofmt -l .`" = "" ] 03:25:28 ---> Running in f74d461541a0 03:25:28 ./bin/test-go-mod-tidy.sh 03:25:29 Removing intermediate container f74d461541a0 03:25:29 ---> bf4a58d12911 03:25:29 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:25:29 ---> Running in 7caa8a50d70e 03:25:29 Removing intermediate container 7caa8a50d70e 03:25:29 ---> e284f9a43e74 03:25:29 Step 24/26 : LABEL arch=x86_64 03:25:29 ---> Running in 9279df9a719e 03:25:29 Removing intermediate container 9279df9a719e 03:25:29 ---> efad24744a1f 03:25:29 Step 25/26 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 03:25:29 ---> Running in f5d05a8190cd 03:25:29 ./bin/test-attribution-txt.sh 03:25:29 Removing intermediate container f5d05a8190cd 03:25:29 ---> 49f54b02dc32 03:25:29 Step 26/26 : LABEL version=0.0.0 03:25:29 ---> Running in 87e6be4478ec 03:25:30 Removing intermediate container 87e6be4478ec 03:25:30 ---> 3e22a4a545c7 03:25:30 03:25:30 Successfully built 3e22a4a545c7 03:25:30 Successfully tagged docker-sys-mgmt-agent-go:latest 03:25:30  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:25:30 $ docker stop --time=1 b2469ec378d98ae12d7ede9e8256f908e15711b25c7089b6ddba0acfdec6d10b 03:25:31 $ docker rm -f b2469ec378d98ae12d7ede9e8256f908e15711b25c7089b6ddba0acfdec6d10b [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 03:25:32 + docker images 03:25:32 + grep docker 03:25:32 docker-sys-mgmt-agent-go latest 3e22a4a545c7 3 seconds ago 313MB 03:25:32 docker-core-data-go latest 5c0e370ea73f 17 seconds ago 22.3MB 03:25:32 docker-security-secretstore-setup-go latest d912908d11da 44 seconds ago 24.6MB 03:25:32 docker-core-command-go latest 7f417090696f 53 seconds ago 10.6MB 03:25:32 docker-security-bootstrap-redis-go latest 6c49777f4161 About a minute ago 15.8MB 03:25:32 docker-security-proxy-setup-go latest 5fe77af13ad7 About a minute ago 24.4MB 03:25:32 docker-support-notifications-go latest 587899f9a06a About a minute ago 12MB 03:25:32 docker-core-metadata-go latest 43579bed0169 2 minutes ago 13.1MB 03:25:32 docker-support-scheduler-go latest b102d168c995 2 minutes ago 10.7MB 03:25:32 docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 03:25:32 + ls -al . 03:25:32 total 684 03:25:32 drwxrwxr-x 9 1001 1001 4096 Jan 21 03:25 . 03:25:32 drwxr-xr-x 4 root root 4096 Jan 21 03:21 .. 03:25:32 -rw-rw-r-- 1 1001 1001 11 Jan 21 03:20 .dockerignore 03:25:32 drwxrwxr-x 8 1001 1001 4096 Jan 21 03:20 .git 03:25:32 drwxrwxr-x 3 1001 1001 4096 Jan 21 03:20 .github 03:25:32 -rw-rw-r-- 1 1001 1001 824 Jan 21 03:20 .gitignore 03:25:32 -rw-rw-r-- 1 1001 1001 166 Jan 21 03:20 .sonarcloud.properties 03:25:32 -rw-rw-r-- 1 1001 1001 7759 Jan 21 03:20 Attribution.txt 03:25:32 -rw-rw-r-- 1 1001 1001 3804 Jan 21 03:20 CONTRIBUTING.md 03:25:32 -rw-rw-r-- 1 1001 1001 931 Jan 21 03:20 Dockerfile.build 03:25:32 -rw-rw-r-- 1 1001 1001 863 Jan 21 03:20 Jenkinsfile 03:25:32 -rw-rw-r-- 1 1001 1001 10775 Jan 21 03:20 LICENSE 03:25:32 -rw-rw-r-- 1 1001 1001 5750 Jan 21 03:20 Makefile 03:25:32 -rw-rw-r-- 1 1001 1001 6524 Jan 21 03:20 README.md 03:25:32 -rw-rw-r-- 1 1001 1001 6744 Jan 21 03:20 SECURITY.md 03:25:32 -rw-rw-r-- 1 1001 1001 5 Jan 21 03:17 VERSION 03:25:32 -rw-rw-r-- 1 1001 1001 4131 Jan 21 03:20 ZMQWindows.md 03:25:32 drwxrwxr-x 2 1001 1001 4096 Jan 21 03:20 bin 03:25:32 drwxrwxr-x 14 1001 1001 4096 Jan 21 03:20 cmd 03:25:32 -rw-r--r-- 1 root root 550466 Jan 21 03:24 coverage.out 03:25:32 -rw-r--r-- 1 root root 1027 Jan 21 03:25 go.mod 03:25:32 -rw-r--r-- 1 root root 18725 Jan 21 03:25 go.sum 03:25:32 drwxrwxr-x 8 1001 1001 4096 Jan 21 03:20 internal 03:25:32 drwxrwxr-x 4 1001 1001 4096 Jan 21 03:20 openapi 03:25:32 drwxrwxr-x 4 1001 1001 4096 Jan 21 03:20 snap 03:25:32 -rw-rw-r-- 1 1001 1001 168 Jan 21 03:20 version.go [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 03:25:33 + '[' -e coverage.out ] 03:25:33 + chown 1001:1001 coverage.out [Pipeline] stash 03:25:33 Warning: overwriting stash ‘coverage-report’ 03:25:35 Stashed 1 file(s) [Pipeline] sh 03:25:35 + make build 03:25:35 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 03:25:48 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 03:25:48 Still waiting to schedule task 03:25:48 ‘prd-ubuntu18.04-docker-8c-8g-21845’ is offline 03:26:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 03:26:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:26:18 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 03:26:19 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 03:26:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:26:29 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 03:26:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:26:38 Running on prd-ubuntu18.04-docker-8c-8g-21846 in /w/workspace/edgexfoundry_edgex-go_PR-3056 [Pipeline] { [Pipeline] ws 03:26:38 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 03:26:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:26:40 using credential edgex-jenkins-ssh 03:26:40 Cloning the remote Git repository 03:26:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:26:40 > git init /w/workspace/edgex-go/2 # timeout=10 03:26:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:26:40 > git --version # timeout=10 03:26:40 > git --version # 'git version 2.17.1' 03:26:40 using GIT_SSH to set credentials SSH Credentials for GitHub 03:26:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:26:43 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 03:26:47 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 03:26:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:26:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:26:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:26:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:26:49 using GIT_SSH to set credentials SSH Credentials for GitHub 03:26:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3056/head:refs/remotes/origin/PR-3056 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:26:49 Merging remotes/origin/master commit 48f292ecce04635bad45b2dac08c505f02e60d07 into PR head commit 35d7beb047923e9d71d8e176dbf4b6bc5d209303 03:26:50 Merge succeeded, producing 35d7beb047923e9d71d8e176dbf4b6bc5d209303 03:26:50 Checking out Revision 35d7beb047923e9d71d8e176dbf4b6bc5d209303 (PR-3056) 03:26:49 > git config core.sparsecheckout # timeout=10 03:26:49 > git checkout -f 35d7beb047923e9d71d8e176dbf4b6bc5d209303 # timeout=10 03:26:50 > git remote # timeout=10 03:26:50 > git config --get remote.origin.url # timeout=10 03:26:50 using GIT_SSH to set credentials SSH Credentials for GitHub 03:26:50 > git merge 48f292ecce04635bad45b2dac08c505f02e60d07 # timeout=10 03:26:50 > git rev-parse HEAD^{commit} # timeout=10 03:26:50 > git config core.sparsecheckout # timeout=10 03:26:50 > git checkout -f 35d7beb047923e9d71d8e176dbf4b6bc5d209303 # timeout=10 [Pipeline] } 03:26:51 $ docker stop --time=1 0d2a02aa5b83efa7429f7570d4d46fb576da60aeae0fa0b704ba68c482031707 03:26:53 Commit message: "fix(meta): Check the associated object existence when delete Profile" 03:26:54 $ docker rm -f 0d2a02aa5b83efa7429f7570d4d46fb576da60aeae0fa0b704ba68c482031707 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:26:56 + echo snap-build.sh 03:26:56 snap-build.sh 03:26:56 + SNAP_BASE_DIR=. 03:26:56 + '[' '!' -z /w/workspace/edgex-go/2 ']' 03:26:56 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 03:26:56 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 03:26:56 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 03:26:56 + cd /w/workspace/edgex-go/2 03:26:56 + sudo apt-get remove -qy --purge lxd lxd-client 03:26:56 Reading package lists... 03:26:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:26:56 03:26:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:26:56 Building dependency tree... 03:26:56 Reading state information... 03:26:56 The following packages were automatically installed and are no longer required: 03:26:56 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 03:26:56 uidmap xdelta3 03:26:56 Use 'sudo apt autoremove' to remove them. [Pipeline] isUnix 03:26:56 The following packages will be REMOVED: 03:26:56 lxd* lxd-client* [Pipeline] sh 03:26:56 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 03:26:56 After this operation, 31.7 MB disk space will be freed. 03:26:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:26:57 latest: Pulling from edgex-devops/edgex-compose-arm64 03:26:57 29e5d40040c1: Pulling fs layer 03:26:57 1ce36da41761: Pulling fs layer 03:26:57 25b303627fd3: Pulling fs layer 03:26:57 29e5d40040c1: Download complete 03:26:57 1ce36da41761: Verifying Checksum 03:26:57 1ce36da41761: Download complete 03:26:57 29e5d40040c1: Pull complete 03:26:57 (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.) 03:26:57 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 03:26:58 Removing lxd dnsmasq configuration 03:26:58 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 03:26:59 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 03:26:59 1ce36da41761: Pull complete 03:26:59 25b303627fd3: Verifying Checksum 03:26:59 25b303627fd3: Download complete 03:27:00 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 03:27:00 (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.) 03:27:00 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 03:27:01 Processing triggers for systemd (237-3ubuntu10.42) ... 03:27:01 Processing triggers for ureadahead (0.100.0-21) ... 03:27:02 + sudo snap remove --purge lxd 03:27:02 snap "lxd" is not installed 03:27:02 + sudo groupadd --force --system lxd 03:27:02 ++ whoami 03:27:02 + sudo /usr/sbin/usermod -G lxd -a jenkins 03:27:02 + newgrp - lxd 03:27:02 + sudo snap install lxd 03:27:09 25b303627fd3: Pull complete 03:27:09 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 03:27:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:27:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 03:27:10 prd-ubuntu18.04-docker-arm64-4c-16g-21844 does not seem to be running inside a container 03:27:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:27:13 2021-01-21T03:27:10Z INFO Waiting for automatic snapd restart... 03:27:13 $ docker top 25903f9af7582474f491bccc4fb5498109044e1da81c3d79f2180474db82188b -eo pid,comm [Pipeline] { [Pipeline] sh 03:27:14 + docker-compose build --help 03:27:14 + grep parallel 03:27:17 --parallel Build images in parallel. [Pipeline] } 03:27:18 $ docker stop --time=1 25903f9af7582474f491bccc4fb5498109044e1da81c3d79f2180474db82188b 03:27:19 $ docker rm -f 25903f9af7582474f491bccc4fb5498109044e1da81c3d79f2180474db82188b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:27:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:27:20 . [Pipeline] withDockerContainer 03:27:21 prd-ubuntu18.04-docker-arm64-4c-16g-21844 does not seem to be running inside a container 03:27:21 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:27:22 $ docker top 427df403280302f86e829b0fda4fb14c471f1c3795e8f1ba8a7bf48fbe4feedc -eo pid,comm [Pipeline] { [Pipeline] sh 03:27:23 + docker-compose -f ./docker-compose-build.yml build --parallel 03:27:27 Building docker-core-command-go ... 03:27:27 Building docker-core-data-go ... 03:27:27 Building docker-core-metadata-go ... 03:27:27 Building docker-security-bootstrap-redis-go ... 03:27:27 Building docker-security-proxy-setup-go ... 03:27:27 Building docker-security-secretstore-setup-go ... 03:27:27 Building docker-support-notifications-go ... 03:27:27 Building docker-support-scheduler-go ... 03:27:27 Building docker-sys-mgmt-agent-go ... 03:27:27 Building docker-sys-mgmt-agent-go 03:27:27 Building docker-core-command-go 03:27:27 Building docker-security-bootstrap-redis-go 03:27:27 Building docker-core-metadata-go 03:27:27 Building docker-support-notifications-go 03:27:31 lxd 4.10 from Canonical* installed 03:27:31 + sudo lxd init --auto 03:27:37 + sudo snap install --classic snapcraft 03:27:44 snapcraft 4.4.4 from Canonical* installed 03:27:44 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 03:27:44 + patch --verbose -p1 03:27:44 Hmm... Looks like a unified diff to me... 03:27:44 The text leading up to this was: 03:27:44 -------------------------- 03:27:44 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 03:27:44 |From: Tony Espy 03:27:44 |Date: Wed, 16 Dec 2020 16:34:55 -0500 03:27:44 |Subject: [PATCH] optimize snap build for pipeline CI check 03:27:44 | 03:27:44 |This patch is used by the EdgeX CI pipeline builds to 03:27:44 |optimize the snap CI check run for pull requests. When 03:27:44 |applied, it essentially strips out everything (apps and 03:27:44 |parts) from the snapcraft.yaml file except those required 03:27:44 |to build edgex-go, as the whole idea of the CI check is to 03:27:44 |catch changes to edgex-go that break the snap build. 03:27:44 | 03:27:44 |In general, anyone updating snapcraft.yaml will also need 03:27:44 |to update this patch file, otherwise it may fail to apply, 03:27:44 |resulting in a failed snap build CI check in the associated 03:27:44 |pull request. 03:27:44 | 03:27:44 |Note - in addition to applying this patch, the pipeline also 03:27:44 |only primes the snap (e.g. `snapcraft prime`), as there's no 03:27:44 |need to build the finally binary .snap file (and it won't 03:27:44 |work with the patch applied). This further reduces the build 03:27:44 |time. 03:27:44 |--- 03:27:44 | snap/snapcraft.yaml | 461 +------------------------------------------- 03:27:44 | 1 file changed, 2 insertions(+), 459 deletions(-) 03:27:44 | 03:27:44 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 03:27:44 |index 1e537489..faf42425 100644 03:27:44 |--- a/snap/snapcraft.yaml 03:27:44 |+++ b/snap/snapcraft.yaml 03:27:44 -------------------------- 03:27:44 patching file snap/snapcraft.yaml 03:27:44 Using Plan A... 03:27:44 Hunk #1 succeeded at 73. 03:27:44 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 03:27:44 Hunk #3 succeeded at 214 (offset -1 lines). 03:27:44 Hunk #4 succeeded at 222 (offset -1 lines). 03:27:44 Hunk #5 succeeded at 229 (offset -1 lines). 03:27:44 Hunk #6 succeeded at 256 (offset -1 lines). 03:27:44 Hunk #7 succeeded at 290 (offset -1 lines). 03:27:44 Hunk #8 succeeded at 342. 03:27:44 Hmm... Ignoring the trailing garbage. 03:27:44 done 03:27:44 + sudo snapcraft prime --use-lxd 03:27:45 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 03:27:45 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: 03:27:45 - README.md 03:27:45 - snapcraft.yaml.orig 03:27:45 03:27:45 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:27:46 Launching a container. 03:27:58 Waiting for container to be ready 03:27:58 To start your first instance, try: lxc launch ubuntu:18.04 03:27:58 03:28:00 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 03:28:00 Waiting for network to be ready... 03:28:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:28:01 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 03:28:01 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:28:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 03:28:01 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 03:28:01 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 03:28:01 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 03:28:01 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 03:28:01 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 03:28:01 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 03:28:01 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:28:01 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:28:01 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:28:01 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:28:01 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:28:01 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:28:01 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:28:01 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:28:02 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:28:02 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 03:28:02 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 03:28:02 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 03:28:02 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 03:28:02 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 03:28:02 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 03:28:02 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 03:28:02 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 03:28:05 Fetched 23.8 MB in 4s (5975 kB/s) 03:28:05 Reading package lists... 03:28:05 Reading package lists... 03:28:06 Building dependency tree... 03:28:06 Reading state information... 03:28:06 The following additional packages will be installed: 03:28:06 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:28:06 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:28:06 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:28:06 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 03:28:06 Suggested packages: 03:28:06 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 03:28:06 Recommended packages: 03:28:06 gnupg libsasl2-modules 03:28:06 The following NEW packages will be installed: 03:28:06 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:28:06 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:28:06 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:28:06 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 03:28:06 The following packages will be upgraded: 03:28:06 gpg gpg-agent gpgconf libudev1 03:28:06 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 03:28:06 Need to get 3533 kB of archives. 03:28:06 After this operation, 13.3 MB of additional disk space will be used. 03:28:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 03:28:06 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 03:28:06 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 03:28:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 03:28:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 03:28:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 03:28:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 03:28:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 03:28:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 03:28:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 03:28:07 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 03:28:07 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 03:28:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 03:28:07 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 03:28:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 03:28:07 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 03:28:07 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 03:28:07 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 03:28:07 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 03:28:07 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 03:28:07 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 03:28:07 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 03:28:07 debconf: delaying package configuration, since apt-utils is not installed 03:28:07 Fetched 3533 kB in 1s (3253 kB/s) 03:28:07 (Reading database ... 12511 files and directories currently installed.) 03:28:07 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 03:28:07 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:28:07 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 03:28:07 Selecting previously unselected package udev. 03:28:07 (Reading database ... 12511 files and directories currently installed.) 03:28:07 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 03:28:07 Unpacking udev (237-3ubuntu10.44) ... 03:28:07 Selecting previously unselected package libfuse2:amd64. 03:28:07 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 03:28:07 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:28:07 Selecting previously unselected package fuse. 03:28:07 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 03:28:07 Unpacking fuse (2.9.7-1ubuntu1) ... 03:28:07 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 03:28:07 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 03:28:08 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 03:28:08 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 03:28:08 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 03:28:08 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 03:28:08 Selecting previously unselected package libksba8:amd64. 03:28:08 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 03:28:08 Unpacking libksba8:amd64 (1.3.5-2) ... 03:28:08 Selecting previously unselected package libroken18-heimdal:amd64. 03:28:08 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:28:08 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:28:08 Selecting previously unselected package libasn1-8-heimdal:amd64. 03:28:08 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:28:08 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:28:08 Selecting previously unselected package libheimbase1-heimdal:amd64. 03:28:08 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:28:08 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:28:08 Selecting previously unselected package libhcrypto4-heimdal:amd64. 03:28:08 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:28:08 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:28:08 Selecting previously unselected package libwind0-heimdal:amd64. 03:28:08 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:28:08 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:28:09 Selecting previously unselected package libhx509-5-heimdal:amd64. 03:28:09 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:28:09 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:28:09 Selecting previously unselected package libkrb5-26-heimdal:amd64. 03:28:09 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:28:09 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:28:09 Selecting previously unselected package libheimntlm0-heimdal:amd64. 03:28:09 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:28:09 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:28:09 Selecting previously unselected package libgssapi3-heimdal:amd64. 03:28:09 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:28:09 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:28:09 Selecting previously unselected package libsasl2-modules-db:amd64. 03:28:09 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:28:09 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:28:09 Selecting previously unselected package libsasl2-2:amd64. 03:28:09 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:28:09 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:28:09 Selecting previously unselected package libldap-common. 03:28:09 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 03:28:09 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 03:28:09 Selecting previously unselected package libldap-2.4-2:amd64. 03:28:09 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 03:28:09 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 03:28:10 Selecting previously unselected package dirmngr. 03:28:10 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 03:28:10 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 03:28:10 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 03:28:10 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 03:28:10 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:28:10 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:28:10 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:28:10 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 03:28:10 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:28:10 Setting up libksba8:amd64 (1.3.5-2) ... 03:28:10 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:28:10 Setting up udev (237-3ubuntu10.44) ... 03:28:10 invoke-rc.d: policy-rc.d denied execution of start. 03:28:10 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:28:10 Processing triggers for systemd (237-3ubuntu10) ... 03:28:10 Setting up fuse (2.9.7-1ubuntu1) ... 03:28:10 Setting up gpg (2.2.4-1ubuntu1.3) ... 03:28:10 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:28:10 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:28:11 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:28:11 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:28:11 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:28:11 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:28:11 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:28:11 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 03:28:11 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 03:28:11 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:28:11 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 03:28:11 settings in the [Install] section, and DefaultInstance for template units). 03:28:11 This means they are not meant to be enabled using systemctl. 03:28:11 Possible reasons for having this kind of units are: 03:28:11 1) A unit may be statically enabled by being symlinked from another unit's 03:28:11 .wants/ or .requires/ directory. 03:28:11 2) A unit's purpose may be to act as a helper for some other unit which has 03:28:11 a requirement dependency on it. 03:28:11 3) A unit may be started when needed via activation (socket, path, timer, 03:28:11 D-Bus, udev, scripted systemctl call, ...). 03:28:11 4) In case of template units, the unit is meant to be enabled with some 03:28:11 instance name specified. 03:28:11 Reading package lists... 03:28:11 Building dependency tree... 03:28:11 Reading state information... 03:28:12 The following additional packages will be installed: 03:28:12 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 03:28:12 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 03:28:12 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 03:28:12 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 03:28:12 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 03:28:12 Suggested packages: 03:28:12 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 03:28:12 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 03:28:12 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 03:28:12 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 03:28:12 systemd-container policykit-1 03:28:12 Recommended packages: 03:28:12 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 03:28:12 The following NEW packages will be installed: 03:28:12 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 03:28:12 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 03:28:12 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 03:28:12 multiarch-support openssh-client python3 python3-minimal python3.6 03:28:12 python3.6-minimal snapd squashfs-tools sudo 03:28:12 The following packages will be upgraded: 03:28:12 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 03:28:12 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 03:28:12 Need to get 35.2 MB of archives. 03:28:12 After this operation, 141 MB of additional disk space will be used. 03:28:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 03:28:12 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 03:28:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 03:28:12 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 03:28:12 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 03:28:12 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 03:28:12 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 03:28:12 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 03:28:12 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 03:28:12 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 03:28:12 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 03:28:12 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 03:28:12 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 03:28:12 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 03:28:12 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 03:28:12 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 03:28:12 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 03:28:13 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 03:28:13 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 03:28:13 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 03:28:13 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 03:28:13 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 03:28:13 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 03:28:13 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 03:28:13 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 03:28:13 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 03:28:13 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 03:28:13 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 03:28:13 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 03:28:13 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 03:28:14 debconf: delaying package configuration, since apt-utils is not installed 03:28:14 Fetched 35.2 MB in 2s (15.5 MB/s) 03:28:14 (Reading database ... 12757 files and directories currently installed.) 03:28:14 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 03:28:14 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:28:15 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 03:28:15 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:28:15 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 03:28:15 (Reading database ... 12757 files and directories currently installed.) 03:28:15 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 03:28:15 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 03:28:15 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 03:28:16 (Reading database ... 12757 files and directories currently installed.) 03:28:16 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 03:28:16 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 03:28:16 Setting up apt (1.6.12ubuntu0.2) ... 03:28:16 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 03:28:16 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 03:28:16 (Reading database ... 12764 files and directories currently installed.) 03:28:16 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 03:28:16 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 03:28:17 Selecting previously unselected package libpython3.6-minimal:amd64. 03:28:17 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 03:28:17 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 03:28:17 Selecting previously unselected package libexpat1:amd64. 03:28:17 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 03:28:17 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:28:17 Selecting previously unselected package python3.6-minimal. 03:28:17 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 03:28:17 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 03:28:17 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 03:28:17 Checking for services that may need to be restarted...done. 03:28:17 Checking for services that may need to be restarted...done. 03:28:17 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 03:28:17 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:28:17 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 03:28:18 Selecting previously unselected package python3-minimal. 03:28:18 (Reading database ... 13012 files and directories currently installed.) 03:28:18 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 03:28:18 Unpacking python3-minimal (3.6.7-1~18.04) ... 03:28:18 Selecting previously unselected package mime-support. 03:28:18 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 03:28:18 Unpacking mime-support (3.60ubuntu1) ... 03:28:18 Selecting previously unselected package libmpdec2:amd64. 03:28:18 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 03:28:18 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:28:18 Selecting previously unselected package libpython3.6-stdlib:amd64. 03:28:18 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 03:28:18 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 03:28:19 Selecting previously unselected package python3.6. 03:28:19 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 03:28:19 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 03:28:19 Selecting previously unselected package libpython3-stdlib:amd64. 03:28:19 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 03:28:19 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:28:19 Setting up python3-minimal (3.6.7-1~18.04) ... 03:28:19 Selecting previously unselected package python3. 03:28:19 (Reading database ... 13442 files and directories currently installed.) 03:28:19 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 03:28:19 Unpacking python3 (3.6.7-1~18.04) ... 03:28:19 Selecting previously unselected package multiarch-support. 03:28:19 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 03:28:19 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 03:28:19 Setting up multiarch-support (2.27-3ubuntu1.4) ... 03:28:19 Selecting previously unselected package liblzo2-2:amd64. 03:28:19 (Reading database ... 13479 files and directories currently installed.) 03:28:19 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 03:28:19 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 03:28:19 Selecting previously unselected package libbsd0:amd64. 03:28:19 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 03:28:19 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:28:19 Selecting previously unselected package sudo. 03:28:19 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 03:28:19 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 03:28:19 Selecting previously unselected package apparmor. 03:28:19 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 03:28:19 Unpacking apparmor (2.12-4ubuntu5.1) ... 03:28:20 Selecting previously unselected package libedit2:amd64. 03:28:20 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 03:28:20 Unpacking libedit2:amd64 (3.1-20170329-1) ... 03:28:20 Selecting previously unselected package libkrb5support0:amd64. 03:28:20 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 03:28:20 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:28:20 Selecting previously unselected package libk5crypto3:amd64. 03:28:20 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 03:28:20 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:28:20 Selecting previously unselected package libkeyutils1:amd64. 03:28:20 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 03:28:20 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:28:20 Selecting previously unselected package libkrb5-3:amd64. 03:28:20 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 03:28:20 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:28:20 Selecting previously unselected package libgssapi-krb5-2:amd64. 03:28:20 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 03:28:20 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:28:20 Selecting previously unselected package libssl1.0.0:amd64. 03:28:20 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 03:28:20 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 03:28:21 Selecting previously unselected package openssh-client. 03:28:21 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 03:28:21 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 03:28:21 Selecting previously unselected package squashfs-tools. 03:28:21 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 03:28:21 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:28:21 Selecting previously unselected package snapd. 03:28:21 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 03:28:21 Unpacking snapd (2.48+18.04) ... 03:28:23 Setting up libedit2:amd64 (3.1-20170329-1) ... 03:28:23 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 03:28:23 Setting up mime-support (3.60ubuntu1) ... 03:28:23 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 03:28:23 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:28:23 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:28:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:28:23 Setting up systemd (237-3ubuntu10.44) ... 03:28:23 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 03:28:24 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:28:24 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:28:24 Setting up liblzo2-2:amd64 (2.08-1.2) ... 03:28:24 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 03:28:24 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:28:24 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 03:28:25 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:28:25 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:28:25 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:28:25 Setting up python3 (3.6.7-1~18.04) ... 03:28:25 running python rtupdate hooks for python3.6... 03:28:25 running python post-rtupdate hooks for python3.6... 03:28:25 Setting up apparmor (2.12-4ubuntu5.1) ... 03:28:27 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 03:28:27 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:28:27 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 03:28:27 Setting up snapd (2.48+18.04) ... 03:28:27 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 03:28:27 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 03:28:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 03:28:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 03:28:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:28:28 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:28:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 03:28:28 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 03:28:29 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 03:28:29 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 03:28:29 /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' 03:28:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:28:29 Processing triggers for systemd (237-3ubuntu10.44) ... 03:28:30 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 03:28:30 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:28:30 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:28:31 Reading package lists... 03:28:31 Reading package lists... 03:28:32 Building dependency tree... 03:28:32 Reading state information... 03:28:32 Calculating upgrade... 03:28:32 The following packages will be upgraded: 03:28:32 advancecomp base-files bash binutils binutils-common 03:28:32 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 03:28:32 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 03:28:32 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 03:28:32 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 03:28:32 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 03:28:32 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 03:28:32 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 03:28:32 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 03:28:32 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 03:28:32 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 03:28:32 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 03:28:32 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 03:28:32 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 03:28:32 ubuntu-keyring util-linux 03:28:32 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 03:28:32 Need to get 63.7 MB of archives. 03:28:32 After this operation, 5203 kB of additional disk space will be used. 03:28:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 03:28:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 03:28:32 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 03:28:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 03:28:32 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 03:28:32 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 03:28:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 03:28:32 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 03:28:32 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 03:28:32 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 03:28:32 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 03:28:32 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 03:28:32 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 03:28:32 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 03:28:32 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 03:28:32 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 03:28:32 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 03:28:32 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 03:28:32 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 03:28:32 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 03:28:32 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 03:28:32 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 03:28:32 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 03:28:32 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 03:28:32 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 03:28:32 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 03:28:32 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 03:28:32 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 03:28:32 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 03:28:32 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 03:28:32 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 03:28:32 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 03:28:32 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 03:28:32 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 03:28:32 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 03:28:32 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 03:28:32 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 03:28:32 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 03:28:32 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 03:28:32 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 03:28:32 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 03:28:32 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 03:28:32 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 03:28:32 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 03:28:32 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 03:28:32 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 03:28:32 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 03:28:32 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] 03:28:32 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 03:28:32 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 03:28:32 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 03:28:32 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 03:28:32 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 03:28:32 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 03:28:32 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 03:28:33 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 03:28:33 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 03:28:33 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 03:28:33 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 03:28:33 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 03:28:33 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 03:28:33 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 03:28:33 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 03:28:33 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 03:28:33 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 03:28:33 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] 03:28:33 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 03:28:33 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 03:28:33 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 03:28:33 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 03:28:33 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 03:28:33 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 03:28:33 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 03:28:33 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 03:28:33 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 03:28:33 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 03:28:33 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 03:28:33 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 03:28:33 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 03:28:33 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 03:28:33 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] 03:28:33 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 03:28:33 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 03:28:33 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] 03:28:33 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 03:28:33 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 03:28:33 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 03:28:33 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 03:28:33 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 03:28:33 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 03:28:33 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] 03:28:34 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 03:28:34 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 03:28:34 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 03:28:34 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 03:28:34 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 03:28:34 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 03:28:34 debconf: delaying package configuration, since apt-utils is not installed 03:28:34 Fetched 63.7 MB in 2s (34.2 MB/s) 03:28:34 (Reading database ... 13912 files and directories currently installed.) 03:28:34 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 03:28:34 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:28:35 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 03:28:35 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:28:35 Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... 03:28:35 Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... 03:28:36 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:28:36 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:28:36 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:28:36 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:28:36 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:28:36 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:28:36 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:28:36 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:28:36 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:28:36 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:28:36 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:28:36 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:28:36 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:28:36 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:28:37 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 03:28:37 (Reading database ... 13911 files and directories currently installed.) 03:28:37 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 03:28:37 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 03:28:37 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 03:28:37 (Reading database ... 13911 files and directories currently installed.) 03:28:37 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:28:37 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:28:37 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:28:37 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:28:37 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:28:37 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:28:37 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 03:28:37 (Reading database ... 13911 files and directories currently installed.) 03:28:37 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 03:28:37 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:28:38 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 03:28:38 (Reading database ... 13911 files and directories currently installed.) 03:28:38 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 03:28:38 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 03:28:38 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 03:28:38 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 03:28:39 Setting up base-files (10.1ubuntu2.10) ... 03:28:39 Installing new version of config file /etc/issue ... 03:28:39 Installing new version of config file /etc/issue.net ... 03:28:39 Installing new version of config file /etc/lsb-release ... 03:28:39 Installing new version of config file /etc/update-motd.d/50-motd-news ... 03:28:39 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 03:28:39 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 03:28:39 Removing obsolete conffile /etc/default/motd-news ... 03:28:39 (Reading database ... 13912 files and directories currently installed.) 03:28:39 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 03:28:39 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 03:28:39 Setting up bash (4.4.18-2ubuntu1.2) ... 03:28:39 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 03:28:39 (Reading database ... 13912 files and directories currently installed.) 03:28:39 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 03:28:39 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 03:28:40 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 03:28:40 (Reading database ... 13912 files and directories currently installed.) 03:28:40 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 03:28:40 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 03:28:40 Setting up tar (1.29b-2ubuntu0.2) ... 03:28:40 (Reading database ... 13912 files and directories currently installed.) 03:28:40 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 03:28:40 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:28:40 Setting up dpkg (1.19.0.5ubuntu2.3) ... 03:28:40 (Reading database ... 13912 files and directories currently installed.) 03:28:40 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 03:28:40 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:28:41 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 03:28:41 (Reading database ... 13912 files and directories currently installed.) 03:28:41 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 03:28:41 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:28:41 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 03:28:41 (Reading database ... 13912 files and directories currently installed.) 03:28:41 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 03:28:41 Unpacking grep (3.1-2build1) over (3.1-2) ... 03:28:41 Setting up grep (3.1-2build1) ... 03:28:41 (Reading database ... 13912 files and directories currently installed.) 03:28:41 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 03:28:41 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:28:41 Setting up login (1:4.5-1ubuntu2) ... 03:28:41 (Reading database ... 13912 files and directories currently installed.) 03:28:41 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 03:28:41 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:28:41 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 03:28:41 (Reading database ... 13912 files and directories currently installed.) 03:28:41 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 03:28:41 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:28:42 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 03:28:42 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:28:42 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 03:28:42 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:28:43 Setting up perl-base (5.26.1-6ubuntu0.5) ... 03:28:43 (Reading database ... 13912 files and directories currently installed.) 03:28:43 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 03:28:43 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:28:44 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:28:44 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:28:44 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:28:44 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:28:44 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 03:28:44 (Reading database ... 13912 files and directories currently installed.) 03:28:44 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 03:28:44 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 03:28:44 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 03:28:44 (Reading database ... 13912 files and directories currently installed.) 03:28:44 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:28:45 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:28:45 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:28:45 (Reading database ... 13912 files and directories currently installed.) 03:28:45 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:28:45 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:28:45 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:28:45 (Reading database ... 13912 files and directories currently installed.) 03:28:45 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:28:45 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:28:45 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:28:45 (Reading database ... 13912 files and directories currently installed.) 03:28:45 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:28:45 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:28:45 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:28:45 (Reading database ... 13912 files and directories currently installed.) 03:28:45 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 03:28:45 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:28:45 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 03:28:45 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:28:46 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 03:28:46 (Reading database ... 13912 files and directories currently installed.) 03:28:46 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 03:28:46 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:28:46 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 03:28:46 (Reading database ... 13912 files and directories currently installed.) 03:28:46 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:28:46 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:28:46 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:28:46 (Reading database ... 13912 files and directories currently installed.) 03:28:46 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:28:46 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:28:46 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 03:28:47 (Reading database ... 13912 files and directories currently installed.) 03:28:47 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:28:47 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:28:47 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 03:28:47 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 03:28:47 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 03:28:48 (Reading database ... 13912 files and directories currently installed.) 03:28:48 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 03:28:48 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:28:48 Setting up libc-bin (2.27-3ubuntu1.4) ... 03:28:48 (Reading database ... 13912 files and directories currently installed.) 03:28:48 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 03:28:48 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:28:48 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 03:28:48 (Reading database ... 13914 files and directories currently installed.) 03:28:48 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 03:28:48 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 03:28:48 Setting up debconf (1.5.66ubuntu1) ... 03:28:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:28:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:28:48 ---> d1e611c7549d 03:28:48 Step 3/22 : WORKDIR /edgex-go 03:28:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:28:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:28:48 ---> d1e611c7549d 03:28:48 Step 3/22 : WORKDIR /edgex-go 03:28:48 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:28:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:28:48 ---> d1e611c7549d 03:28:48 Step 3/26 : WORKDIR /edgex-go 03:28:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:28:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:28:48 ---> d1e611c7549d 03:28:48 Step 3/24 : WORKDIR /edgex-go 03:28:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:28:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:28:48 ---> d1e611c7549d 03:28:48 Step 3/22 : WORKDIR /edgex-go 03:28:48 ---> Running in aac1331d7fa4 03:28:48 ---> Running in d1d2d564df62 03:28:48 ---> Running in cd2adf5c8c2a 03:28:48 ---> Running in 0c0acef3d298 03:28:48 ---> Running in 970c9249d5e4 03:28:48 Removing intermediate container aac1331d7fa4 03:28:48 ---> ad514ad22636 03:28:48 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:28:48 Removing intermediate container 0c0acef3d298 03:28:48 ---> 19f491c7ed7f 03:28:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:28:48 Removing intermediate container cd2adf5c8c2a 03:28:48 ---> 59b57e62906e 03:28:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:28:48 Removing intermediate container 970c9249d5e4 03:28:48 ---> b4826ff62837 03:28:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:28:48 Removing intermediate container d1d2d564df62 03:28:48 ---> b00525e2f482 03:28:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:28:48 ---> Running in f95ea9637175 03:28:48 ---> Running in c1b2f2f46ebb 03:28:48 ---> Running in 1aed2f857df5 03:28:48 ---> Running in 51129a46bf97 03:28:48 ---> Running in 40d478c9b199 03:28:48 Removing intermediate container f95ea9637175 03:28:48 ---> 9c3428e0c897 03:28:48 Step 5/22 : RUN apk add --update --no-cache make git 03:28:48 Removing intermediate container c1b2f2f46ebb 03:28:48 ---> 58fc6bb7fa26 03:28:48 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 03:28:48 ---> Running in fac3bddf0423 03:28:48 Removing intermediate container 1aed2f857df5 03:28:48 ---> df9b403dd3d6 03:28:48 Step 5/26 : RUN apk add --update --no-cache make bash git 03:28:48 ---> Running in ba6fc20bfa5c 03:28:48 ---> Running in 8effb9cb1570 03:28:48 Removing intermediate container 40d478c9b199 03:28:48 ---> bf591fe99f57 03:28:48 Step 5/22 : RUN apk add --update --no-cache make git 03:28:48 Removing intermediate container 51129a46bf97 03:28:48 ---> 56bb9427500d 03:28:48 Step 5/22 : RUN apk add --update --no-cache make git 03:28:48 ---> Running in 3f53d0246b7b 03:28:48 ---> Running in a5c7b3039a2b 03:28:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:28:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:28:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:28:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:28:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:28:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:28:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:28:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:28:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:28:49 (Reading database ... 13914 files and directories currently installed.) 03:28:49 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:28:49 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:28:49 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:28:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:28:49 OK: 217 MiB in 51 packages 03:28:49 (Reading database ... 13914 files and directories currently installed.) 03:28:49 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:28:49 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:28:49 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 03:28:49 OK: 217 MiB in 51 packages 03:28:49 (Reading database ... 13914 files and directories currently installed.) 03:28:49 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:28:49 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:28:49 OK: 217 MiB in 51 packages 03:28:49 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:28:50 OK: 217 MiB in 51 packages 03:28:50 (Reading database ... 13914 files and directories currently installed.) 03:28:50 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:28:50 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:28:50 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 03:28:50 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:28:50 OK: 217 MiB in 51 packages 03:28:50 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 03:28:50 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:28:50 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 03:28:50 (Reading database ... 13914 files and directories currently installed.) 03:28:50 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 03:28:50 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 03:28:50 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 03:28:51 (Reading database ... 13914 files and directories currently installed.) 03:28:51 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 03:28:51 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:28:51 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 03:28:51 (Reading database ... 13914 files and directories currently installed.) 03:28:51 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 03:28:51 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:28:51 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 03:28:51 Removing intermediate container fac3bddf0423 03:28:51 ---> 6a96dd28de6d 03:28:51 Step 6/22 : COPY go.mod . 03:28:51 Removing intermediate container ba6fc20bfa5c 03:28:51 ---> 8b80bbfb97d5 03:28:51 Step 6/24 : COPY go.mod . 03:28:51 (Reading database ... 13914 files and directories currently installed.) 03:28:51 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 03:28:51 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 03:28:51 Removing intermediate container 8effb9cb1570 03:28:51 ---> 9f80d0bb56ff 03:28:51 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 03:28:51 (Reading database ... 13914 files and directories currently installed.) 03:28:51 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 03:28:51 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:28:51 Step 6/26 : COPY go.mod . 03:28:51 Removing intermediate container 3f53d0246b7b 03:28:51 ---> a3817455e0bf 03:28:51 Step 6/22 : COPY go.mod . 03:28:52 Setting up passwd (1:4.5-1ubuntu2) ... 03:28:52 Removing intermediate container a5c7b3039a2b 03:28:52 ---> d807442c8360 03:28:52 Step 6/22 : COPY go.mod . 03:28:52 (Reading database ... 13914 files and directories currently installed.) 03:28:52 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 03:28:52 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 03:28:52 ---> 0e7b15191732 03:28:52 Step 7/22 : RUN go mod download 03:28:52 ---> 1d838c452da1 03:28:52 Step 7/24 : RUN go mod download 03:28:52 Setting up gpgv (2.2.4-1ubuntu1.3) ... 03:28:52 (Reading database ... 13914 files and directories currently installed.) 03:28:52 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 03:28:52 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 03:28:52 ---> Running in cb4bf6bcc86d 03:28:52 ---> Running in 2a6372553070 03:28:52 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 03:28:52 (Reading database ... 13914 files and directories currently installed.) 03:28:52 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 03:28:52 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 03:28:53 ---> 02ff52ede9ce 03:28:53 Step 7/26 : RUN go mod download 03:28:53 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 03:28:53 (Reading database ... 13914 files and directories currently installed.) 03:28:53 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 03:28:53 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 03:28:53 ---> 1f86eb4671a1 03:28:53 Step 7/22 : RUN go mod download 03:28:53 ---> Running in 5df9740010ae 03:28:53 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 03:28:53 (Reading database ... 13914 files and directories currently installed.) 03:28:53 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 03:28:53 ---> Running in 8bac3e705018 03:28:53 ---> b8d9cc2e6953 03:28:53 Step 7/22 : RUN go mod download 03:28:53 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 03:28:53 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 03:28:53 ---> Running in 2239bf1a7111 03:28:53 (Reading database ... 13914 files and directories currently installed.) 03:28:53 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 03:28:53 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 03:28:53 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 03:28:53 (Reading database ... 13914 files and directories currently installed.) 03:28:53 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 03:28:54 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 03:28:54 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 03:28:54 (Reading database ... 13915 files and directories currently installed.) 03:28:54 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:28:54 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:28:54 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:28:54 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:28:54 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 03:28:54 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 03:28:54 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 03:28:54 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 03:28:54 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 03:28:54 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 03:28:54 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 03:28:54 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 03:28:55 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 03:28:55 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 03:28:55 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 03:28:55 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 03:28:55 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 03:28:55 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 03:28:55 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 03:28:55 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 03:28:55 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 03:28:55 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 03:28:55 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 03:28:55 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 03:28:56 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 03:28:56 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 03:28:57 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 03:28:57 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 03:28:57 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 03:28:57 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 03:28:57 Removing intermediate container cb4bf6bcc86d 03:28:57 ---> c6ce0d4f6f47 03:28:57 Step 8/22 : COPY . . 03:28:57 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 03:28:57 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 03:28:57 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 03:28:57 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 03:28:57 Removing intermediate container 2a6372553070 03:28:57 ---> 4481cb70d0ec 03:28:57 Step 8/24 : COPY . . 03:28:57 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 03:28:57 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 03:28:57 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:28:57 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:28:58 Removing intermediate container 8bac3e705018 03:28:58 ---> 93d9317c869c 03:28:58 Step 8/22 : COPY . . 03:28:58 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:28:58 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:28:58 Removing intermediate container 5df9740010ae 03:28:58 ---> b18ba1aa5089 03:28:58 Step 8/26 : COPY . . 03:28:58 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:28:58 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:28:58 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:28:58 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:28:59 Removing intermediate container 2239bf1a7111 03:28:59 ---> b1dfa5967991 03:28:59 Step 8/22 : COPY . . 03:28:59 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:28:59 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:29:00 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:29:00 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:29:01 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:29:01 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:29:01 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:29:01 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:29:02 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:29:02 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:29:02 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:29:02 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:29:02 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 03:29:02 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:29:03 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 03:29:03 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:29:03 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 03:29:03 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 03:29:03 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:29:03 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:29:03 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:29:03 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:29:03 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 03:29:03 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 03:29:03 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:29:03 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 03:29:03 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:29:03 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:29:03 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:29:03 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 03:29:03 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 03:29:03 Setting up tzdata (2020f-0ubuntu0.18.04) ... 03:29:04 03:29:04 Current default time zone: 'Etc/UTC' 03:29:04 Local time is now: Thu Jan 21 03:29:03 UTC 2021. 03:29:04 Universal Time is now: Thu Jan 21 03:29:03 UTC 2021. 03:29:04 Run 'dpkg-reconfigure tzdata' if you wish to change it. 03:29:04 03:29:04 Setting up systemd-sysv (237-3ubuntu10.44) ... 03:29:04 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:29:04 Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... 03:29:04 Setting up mount (2.31.1-0.4ubuntu3.7) ... 03:29:04 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 03:29:04 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 03:29:04 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 03:29:04 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 03:29:04 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 03:29:04 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 03:29:04 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:29:04 Setting up procps (2:3.3.12-3ubuntu1.2) ... 03:29:04 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 03:29:04 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 03:29:04 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 03:29:04 Setting up patch (2.7.6-2ubuntu1.1) ... 03:29:04 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 03:29:04 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 03:29:05 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 03:29:05 Installing new version of config file /etc/ssl/openssl.cnf ... 03:29:05 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 03:29:05 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 03:29:05 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 03:29:06 Updating certificates in /etc/ssl/certs... 03:29:07 22 added, 17 removed; done. 03:29:07 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 03:29:07 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:29:07 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 03:29:07 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 03:29:07 Setting up pkgbinarymangler (138.18.04.1) ... 03:29:07 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 03:29:07 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 03:29:07 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 03:29:07 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 03:29:07 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:29:07 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 03:29:07 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:29:07 Setting up perl (5.26.1-6ubuntu0.5) ... 03:29:08 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 03:29:08 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 03:29:08 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 03:29:08 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 03:29:08 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 03:29:08 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 03:29:08 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 03:29:08 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 03:29:08 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 03:29:08 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:29:08 Processing triggers for systemd (237-3ubuntu10.44) ... 03:29:08 Processing triggers for mime-support (3.60ubuntu1) ... 03:29:08 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 03:29:08 Updating certificates in /etc/ssl/certs... 03:29:09 0 added, 0 removed; done. 03:29:09 Running hooks in /etc/ca-certificates/update.d... 03:29:09 done. 03:29:09 Reading package lists... 03:29:09 Building dependency tree... 03:29:09 Reading state information... 03:29:09 The following NEW packages will be installed: 03:29:09 apt-transport-https 03:29:09 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 03:29:09 Need to get 1696 B of archives. 03:29:09 After this operation, 153 kB of additional disk space will be used. 03:29:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 03:29:10 debconf: delaying package configuration, since apt-utils is not installed 03:29:10 Fetched 1696 B in 0s (8412 B/s) 03:29:10 Selecting previously unselected package apt-transport-https. 03:29:10 (Reading database ... 13929 files and directories currently installed.) 03:29:10 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 03:29:10 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 03:29:10 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 03:29:10 Waiting for network to be ready... 03:29:16 2021-01-21T03:29:13Z INFO Waiting for automatic snapd restart... 03:29:16 snapd 2.48.2 from Canonical* installed 03:29:17 "snapd" switched to the "latest/stable" channel 03:29:17 03:29:20 core18 20201210 from Canonical* installed 03:29:20 "core18" switched to the "latest/stable" channel 03:29:20 03:29:23 snapcraft 4.4.4 from Canonical* installed 03:29:23 "snapcraft" switched to the "latest/stable" channel 03:29:23 03:29:25 ---> 90fcfcfb2072 03:29:25 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:29:25 ---> 79b6d01eea26 03:29:25 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 03:29:25 ---> 0ad2e77ab8af 03:29:25 Step 9/22 : RUN make cmd/core-command/core-command 03:29:25 ---> 1ac28a677013 03:29:25 Step 9/24 : RUN make cmd/support-notifications/support-notifications 03:29:25 ---> d7deebe3a6bd 03:29:25 Step 9/22 : RUN make cmd/core-metadata/core-metadata 03:29:25 ---> Running in 0d8d6a26e0ac 03:29:25 ---> Running in 613b39317801 03:29:25 ---> Running in 1d00ca6dc8f1 03:29:25 ---> Running in 4229e79e271e 03:29:25 ---> Running in 46d32530ad58 03:29:25 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 03:29:26 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 03:29:26 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 03:29:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 03:29:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:29:26 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: 03:29:26 - README.md 03:29:26 - snapcraft.yaml.orig 03:29:26 03:29:26 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:29:33 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:29:33 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:29:33 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:29:33 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:29:34 Reading package lists... 03:29:34 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 03:29:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:29:41 Reading package lists... 03:29:41 Building dependency tree... 03:29:41 Reading state information... 03:29:41 Suggested packages: 03:29:41 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 03:29:41 git-gui gitk gitweb git-cvs git-mediawiki git-svn 03:29:41 Recommended packages: 03:29:41 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 03:29:41 The following NEW packages will be installed: 03:29:41 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 03:29:41 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 03:29:41 pkg-config zip 03:29:41 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 03:29:41 Need to get 7655 kB of archives. 03:29:41 After this operation, 43.7 MB of additional disk space will be used. 03:29:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 03:29:41 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 03:29:41 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 03:29:41 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 03:29:41 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 03:29:41 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 03:29:41 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 03:29:41 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 03:29:41 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 03:29:41 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 03:29:41 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 03:29:41 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 03:29:41 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 03:29:42 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 03:29:42 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 03:29:42 debconf: delaying package configuration, since apt-utils is not installed 03:29:42 Fetched 7655 kB in 1s (6967 kB/s) 03:29:42 Selecting previously unselected package libglib2.0-0:amd64. 03:29:42 (Reading database ... 13933 files and directories currently installed.) 03:29:42 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 03:29:42 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 03:29:42 Selecting previously unselected package libpsl5:amd64. 03:29:42 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 03:29:42 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 03:29:42 Selecting previously unselected package libnghttp2-14:amd64. 03:29:42 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 03:29:42 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:29:42 Selecting previously unselected package librtmp1:amd64. 03:29:42 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 03:29:42 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:29:42 Selecting previously unselected package libcurl3-gnutls:amd64. 03:29:42 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 03:29:42 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:29:42 Selecting previously unselected package liberror-perl. 03:29:42 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 03:29:42 Unpacking liberror-perl (0.17025-1) ... 03:29:42 Selecting previously unselected package git-man. 03:29:42 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 03:29:42 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 03:29:43 Selecting previously unselected package git. 03:29:43 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 03:29:43 Unpacking git (1:2.17.1-1ubuntu0.7) ... 03:29:43 Selecting previously unselected package libnorm1:amd64. 03:29:44 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 03:29:44 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:29:44 Selecting previously unselected package libpgm-5.2-0:amd64. 03:29:44 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 03:29:44 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:29:44 Selecting previously unselected package libsodium23:amd64. 03:29:44 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 03:29:44 Unpacking libsodium23:amd64 (1.0.16-2) ... 03:29:44 Selecting previously unselected package libzmq5:amd64. 03:29:44 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 03:29:44 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:29:44 Selecting previously unselected package libzmq3-dev:amd64. 03:29:44 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 03:29:44 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:29:44 Selecting previously unselected package pkg-config. 03:29:44 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 03:29:44 Unpacking pkg-config (0.29.1-0ubuntu2) ... 03:29:44 Selecting previously unselected package zip. 03:29:44 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 03:29:44 Unpacking zip (3.0-11build1) ... 03:29:44 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:29:44 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 03:29:44 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:29:44 Setting up liberror-perl (0.17025-1) ... 03:29:44 Setting up libpsl5:amd64 (0.19.1-5build1) ... 03:29:44 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 03:29:44 No schema files found: doing nothing. 03:29:44 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:29:44 Setting up zip (3.0-11build1) ... 03:29:44 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:29:44 Setting up libsodium23:amd64 (1.0.16-2) ... 03:29:45 Setting up pkg-config (0.29.1-0ubuntu2) ... 03:29:45 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:29:45 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:29:45 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:29:45 Setting up git (1:2.17.1-1ubuntu0.7) ... 03:29:45 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:29:52 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:29:52 git set to automatically installed. 03:29:52 git-man set to automatically installed. 03:29:52 libcurl3-gnutls set to automatically installed. 03:29:52 liberror-perl set to automatically installed. 03:29:52 libglib2.0-0 set to automatically installed. 03:29:52 libnghttp2-14 set to automatically installed. 03:29:52 libnorm1 set to automatically installed. 03:29:52 libpgm-5.2-0 set to automatically installed. 03:29:52 libpsl5 set to automatically installed. 03:29:52 librtmp1 set to automatically installed. 03:29:52 libsodium23 set to automatically installed. 03:29:52 libzmq3-dev set to automatically installed. 03:29:52 libzmq5 set to automatically installed. 03:29:52 pkg-config set to automatically installed. 03:29:52 zip set to automatically installed. 03:29:54 snapd is not logged in, snap install commands will use sudo 03:30:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:30:00 snap "core18" has no updates available 03:30:01 Pulling config-common 03:30:02 Pulling go-build-helper 03:30:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:30:24 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:30:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 03:30:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 03:30:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 03:30:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 03:30:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 03:30:24 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 03:30:24 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 03:30:24 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 03:30:24 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:30:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:30:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:30:24 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:30:24 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:30:24 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:30:24 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:30:24 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:30:24 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:30:24 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 03:30:24 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 03:30:24 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 03:30:24 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 03:30:24 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 03:30:24 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 03:30:24 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 03:30:24 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 03:30:24 Fetched 23.8 MB in 0s (0 B/s) 03:30:24 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 03:30:24 Fetched 96.5 kB in 0s (0 B/s) 03:30:24 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 03:30:24 Fetched 279 kB in 0s (0 B/s) 03:30:24 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 03:30:24 Fetched 122 kB in 0s (0 B/s) 03:30:24 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 03:30:24 Fetched 77.8 kB in 0s (0 B/s) 03:30:24 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 03:30:24 Fetched 8848 B in 0s (0 B/s) 03:30:24 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 03:30:24 Fetched 47.8 kB in 0s (0 B/s) 03:30:24 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 03:30:24 Fetched 45.6 kB in 0s (0 B/s) 03:30:24 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 03:30:24 Fetched 15.0 kB in 0s (0 B/s) 03:30:24 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 03:30:24 Fetched 214 kB in 0s (0 B/s) 03:30:24 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 03:30:24 Fetched 155 kB in 0s (0 B/s) 03:30:24 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 03:30:24 Fetched 50.6 kB in 0s (0 B/s) 03:30:24 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 03:30:24 Fetched 14.8 kB in 0s (0 B/s) 03:30:24 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 03:30:24 Fetched 41.8 kB in 0s (0 B/s) 03:30:24 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 03:30:24 Fetched 499 kB in 0s (0 B/s) 03:30:24 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 03:30:24 Fetched 111 kB in 0s (0 B/s) 03:30:24 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 03:30:24 Fetched 240 kB in 0s (0 B/s) 03:30:24 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 03:30:24 Fetched 29.3 kB in 0s (0 B/s) 03:30:24 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 03:30:24 Fetched 85.5 kB in 0s (0 B/s) 03:30:24 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 03:30:24 Fetched 24.5 kB in 0s (0 B/s) 03:30:24 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 03:30:24 Fetched 49.2 kB in 0s (0 B/s) 03:30:24 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 03:30:24 Fetched 54.2 kB in 0s (0 B/s) 03:30:24 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 03:30:24 Fetched 30.8 kB in 0s (0 B/s) 03:30:24 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 03:30:24 Fetched 17.0 kB in 0s (0 B/s) 03:30:24 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 03:30:24 Fetched 85.9 kB in 0s (0 B/s) 03:30:24 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 03:30:24 Fetched 8720 B in 0s (0 B/s) 03:30:24 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 03:30:24 Fetched 137 kB in 0s (0 B/s) 03:30:24 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 03:30:24 Fetched 119 kB in 0s (0 B/s) 03:30:24 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 03:30:24 Fetched 109 kB in 0s (0 B/s) 03:30:24 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 03:30:24 Fetched 11.1 kB in 0s (0 B/s) 03:30:24 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 03:30:24 Fetched 645 kB in 0s (0 B/s) 03:30:24 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 03:30:24 Fetched 41.3 kB in 0s (0 B/s) 03:30:24 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 03:30:24 Fetched 17.9 kB in 0s (0 B/s) 03:30:24 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 03:30:24 Fetched 368 kB in 0s (0 B/s) 03:30:24 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 03:30:24 Fetched 187 kB in 0s (0 B/s) 03:30:24 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 03:30:24 Fetched 175 kB in 0s (0 B/s) 03:30:24 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 03:30:26 Fetched 206 kB in 0s (0 B/s) 03:30:26 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 03:30:26 Fetched 1301 kB in 0s (0 B/s) 03:30:26 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 03:30:26 Fetched 36.2 kB in 0s (0 B/s) 03:30:26 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 03:30:26 Fetched 159 kB in 0s (0 B/s) 03:30:26 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 03:30:26 Fetched 107 kB in 0s (0 B/s) 03:30:26 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 03:30:26 Fetched 48.7 kB in 0s (0 B/s) 03:30:26 Pulling static-packages 03:30:27 'go115' has dependencies that need to be staged: go-build-helper static-packages 03:30:27 Skipping pull go-build-helper (already ran) 03:30:27 Skipping pull static-packages (already ran) 03:30:27 Building go-build-helper 03:30:30 Building static-packages 03:30:32 Staging go-build-helper 03:30:33 Staging static-packages 03:30:34 Pulling go115 03:30:35 'edgex-go' has dependencies that need to be staged: go115 03:30:35 Skipping pull go115 (already ran) 03:30:35 Building go115 03:30:35 % Total % Received % Xferd Average Speed Time Time Time Current 03:30:35 Dload Upload Total Spent Left Speed 03:30:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 19 115M 19 22.6M 0 0 26.8M 0 0:00:04 --:--:-- 0:00:04 26.8M 53 115M 53 61.9M 0 0 33.6M 0 0:00:03 0:00:01 0:00:02 33.6M 88 115M 88 102M 0 0 35.9M 0 0:00:03 0:00:02 0:00:01 35.9M 100 115M 100 115M 0 0 35.9M 0 0:00:03 0:00:03 --:--:-- 35.9M 03:30:38 go1.15.2.linux-amd64.tar.gz: OK 03:30:43 Staging go115 03:30:47 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 03:30:47 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 03:30:47 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:30:47 Fetched 0 B in 0s (0 B/s) 03:30:47 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 03:30:47 Fetched 224 kB in 0s (0 B/s) 03:30:47 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 03:30:47 Fetched 157 kB in 0s (0 B/s) 03:30:47 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 03:30:47 Fetched 221 kB in 0s (0 B/s) 03:30:47 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 03:30:47 Fetched 143 kB in 0s (0 B/s) 03:30:47 Pulling edgex-go 03:30:48 Pulling version 03:30:49 Building config-common 03:30:51 Skipping build go-build-helper (already ran) 03:30:51 Skipping build static-packages (already ran) 03:30:51 Skipping build go115 (already ran) 03:30:51 Building edgex-go 03:30:51 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 03:30:53 go: downloading github.com/gorilla/mux v1.8.0 03:30:53 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 03:30:53 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 03:30:53 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 03:30:53 go: downloading github.com/pelletier/go-toml v1.2.0 03:30:53 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 03:30:53 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 03:30:53 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 03:30:53 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 03:30:53 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 03:30:53 go: downloading github.com/OneOfOne/xxhash v1.2.8 03:30:53 go: downloading github.com/BurntSushi/toml v0.3.1 03:30:53 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 03:30:53 go: downloading github.com/google/uuid v1.1.5 03:30:53 go: downloading github.com/imdario/mergo v0.3.11 03:30:53 go: downloading github.com/go-playground/validator/v10 v10.3.0 03:30:53 go: downloading github.com/pkg/errors v0.8.1 03:30:53 go: downloading github.com/go-redis/redis/v7 v7.2.0 03:30:53 go: downloading github.com/go-kit/kit v0.8.0 03:30:53 go: downloading github.com/hashicorp/consul/api v1.1.0 03:30:53 go: downloading github.com/pebbe/zmq4 v1.2.2 03:30:53 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:30:53 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 03:30:53 go: downloading gopkg.in/yaml.v2 v2.4.0 03:30:53 go: downloading github.com/x448/float16 v0.8.4 03:30:53 go: downloading github.com/leodido/go-urn v1.2.0 03:30:53 go: downloading github.com/go-playground/universal-translator v0.17.0 03:30:53 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 03:30:53 go: downloading github.com/mitchellh/mapstructure v1.1.2 03:30:53 go: downloading github.com/mitchellh/copystructure v1.0.0 03:30:53 go: downloading github.com/hashicorp/serf v0.8.2 03:30:53 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 03:30:53 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 03:30:53 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 03:30:53 go: downloading github.com/go-playground/locales v0.13.0 03:30:53 go: downloading github.com/go-logfmt/logfmt v0.4.0 03:30:53 go: downloading github.com/mitchellh/reflectwalk v1.0.0 03:30:53 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:30:53 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 03:30:53 go: downloading github.com/hashicorp/golang-lru v0.5.0 03:31:00 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 03:31:03 Removing intermediate container 4229e79e271e 03:31:03 ---> a9acfe99bc09 03:31:03 03:31:03 Step 10/22 : FROM alpine:3.12 03:31:03 3.12: Pulling from library/alpine 03:31:03 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 03:31:03 Status: Downloaded newer image for alpine:3.12 03:31:03 ---> afeebe901d6b 03:31:03 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:31:03 ---> Running in 3c6211d59372 03:31:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:31:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:31:03 (1/5) Installing ca-certificates (20191127-r4) 03:31:03 (2/5) Installing nghttp2-libs (1.41.0-r0) 03:31:03 (3/5) Installing libcurl (7.69.1-r3) 03:31:03 (4/5) Installing curl (7.69.1-r3) 03:31:03 (5/5) Installing dumb-init (1.2.2-r1) 03:31:03 Removing intermediate container 0d8d6a26e0ac 03:31:03 ---> be7ca33629bf 03:31:03 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:31:03 Executing busybox-1.31.1-r19.trigger 03:31:03 Executing ca-certificates-20191127-r4.trigger 03:31:03 OK: 7 MiB in 19 packages 03:31:03 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 03:31:03 Removing intermediate container 613b39317801 03:31:03 ---> 6bf809540363 03:31:03 03:31:03 Step 10/22 : FROM scratch 03:31:03 ---> 03:31:03 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:31:03 ---> Running in 5ac3a5f9b8fd 03:31:03 Removing intermediate container 1d00ca6dc8f1 03:31:03 ---> d2e2e8a5e9b5 03:31:03 03:31:03 Step 10/24 : FROM scratch 03:31:03 ---> 03:31:03 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:31:04 ---> Running in c789e7bcb7d2 03:31:04 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 03:31:04 ---> Running in 87a94c1e7621 03:31:05 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 03:31:05 Removing intermediate container c789e7bcb7d2 03:31:05 ---> 99e0ed6ee397 03:31:05 Step 12/22 : ENV APP_PORT=48082 03:31:05 Removing intermediate container 87a94c1e7621 03:31:05 ---> 4cb75569e9ed 03:31:05 Step 12/24 : ENV APP_PORT=48060 03:31:05 ---> Running in 0a1d02a6648c 03:31: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 03:31:05 go: downloading github.com/stretchr/testify v1.6.1 03:31:05 ---> Running in 7b0bf62fec0f 03:31:05 go: downloading github.com/davecgh/go-spew v1.1.1 03:31:05 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 03:31:05 go: downloading github.com/pmezard/go-difflib v1.0.0 03:31:06 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 03:31:06 Removing intermediate container 3c6211d59372 03:31:06 ---> 27d578253729 03:31:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 03:31:06 Removing intermediate container 0a1d02a6648c 03:31:06 ---> 5da277e202eb 03:31:06 Step 13/22 : EXPOSE $APP_PORT 03:31:06 ---> Running in 563e35c2d040 03:31:06 Removing intermediate container 7b0bf62fec0f 03:31:06 ---> 96cfa5b71ddc 03:31:06 Step 13/24 : EXPOSE $APP_PORT 03:31:06 ---> Running in fe88ddeab51b 03:31:06 ---> Running in 958a1d49141d 03:31:07 Removing intermediate container 563e35c2d040 03:31:07 ---> 42f0af99c93c 03:31:07 Step 13/22 : WORKDIR / 03:31:07 Removing intermediate container fe88ddeab51b 03:31:07 ---> d858c7834e6f 03:31:07 Step 14/22 : WORKDIR / 03:31:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:31:07 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 03:31:07 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 03:31:07 ---> Running in 2dde99c65ba4 03:31:07 ---> Running in e3fb32a2bd30 03:31:07 Removing intermediate container 958a1d49141d 03:31:07 ---> 306d499c5bb7 03:31:07 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 03:31:08 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 03:31:08 Removing intermediate container e3fb32a2bd30 03:31:08 ---> e78c0aae1275 03:31:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:31:08 Removing intermediate container 2dde99c65ba4 03:31:08 ---> 47e989e51730 03:31:08 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:31:08 ---> 5a8011761b18 03:31:08 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 03:31:09 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 03:31:09 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 03:31:10 ---> 5b635d608515 03:31:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:31:10 ---> 6abb12eedb09 03:31:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 03:31:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:31:10 ---> ef5e1a7d61ff 03:31:10 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 03:31:11 Removing intermediate container 5ac3a5f9b8fd 03:31:11 ---> 6d950fc63075 03:31:11 03:31:11 Step 11/26 : FROM docker:20.10.0 03:31:11 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 03:31:11 20.10.0: Pulling from library/docker 03:31:12 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 03:31:12 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 03:31:12 ---> 23048a2ce91b 03:31:12 ---> aeaf63587bc3 03:31:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:31:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 03:31:12 ---> b7e61bc5623b 03:31:12 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 03:31:13 ---> 2326c3524adf 03:31:13 Step 18/22 : ENTRYPOINT ["/core-command"] 03:31:13 ---> 2c9e49da2c2a 03:31:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 03:31:13 ---> Running in 1c6346c7a8f2 03:31:13 Building version 03:31:14 ---> 9c83901df287 03:31:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:31:14 Removing intermediate container 1c6346c7a8f2 03:31:14 ---> 91e3c8a59e89 03:31:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:31:14 Removing intermediate container 46d32530ad58 03:31:14 ---> 569512439635 03:31:14 03:31:14 Step 10/22 : FROM scratch 03:31:14 ---> 03:31:14 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:31:14 ---> Using cache 03:31:14 ---> 99e0ed6ee397 03:31:14 Step 12/22 : ENV APP_PORT=48081 03:31:14 ---> Running in 83214510d886 03:31:15 ---> 0630e1e70681 03:31:15 Step 18/22 : RUN chmod +x entrypoint.sh 03:31:15 ---> Running in ad7357ace296 03:31:15 ---> Running in 8c54d29a7d1d 03:31:15 ---> 42425ba579cd 03:31:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:31:15 Staging config-common 03:31:16 Removing intermediate container 83214510d886 03:31:16 ---> 1db901205fda 03:31:16 Step 20/22 : LABEL arch=arm64 03:31:16 Removing intermediate container ad7357ace296 03:31:16 ---> 24b4cefb55e9 03:31:16 Step 13/22 : EXPOSE $APP_PORT 03:31:16 ---> Running in 2558ed59a64f 03:31:16 ---> Running in 8da4696eec78 03:31:16 Skipping stage go-build-helper (already ran) 03:31:16 Skipping stage static-packages (already ran) 03:31:16 Skipping stage go115 (already ran) 03:31:16 Staging edgex-go 03:31:17 ---> 43dc342ae2dc 03:31:17 Step 20/24 : ENTRYPOINT ["/support-notifications"] 03:31:17 Removing intermediate container 8da4696eec78 03:31:17 ---> 99b9c27ed62c 03:31:17 Step 14/22 : WORKDIR / 03:31:17 Removing intermediate container 2558ed59a64f 03:31:17 ---> ad3bd4a23e29 03:31:17 Step 21/22 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 03:31:17 ---> Running in a3ebb99be657 03:31:17 Staging version 03:31:17 ---> Running in 03ac334e46e8 03:31:17 ---> Running in fd5fe59c612b 03:31:18 Removing intermediate container a3ebb99be657 03:31:18 ---> b8942b04a566 03:31:18 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:31:18 Priming config-common 03:31:18 ---> Running in 704a4cdc9305 03:31:19 Removing intermediate container 03ac334e46e8 03:31:19 ---> 4398adaf31a0 03:31:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:31:19 Removing intermediate container 8c54d29a7d1d 03:31:19 ---> 13a7dbcd91be 03:31:19 Removing intermediate container fd5fe59c612b 03:31:19 ---> 737210c58501 03:31:19 Step 22/22 : LABEL version=0.0.0 03:31:19 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 03:31:19 Priming go-build-helper 03:31:20 ---> Running in b0661ad3da24 03:31:20 ---> Running in 53018aace89f 03:31:20 Removing intermediate container 704a4cdc9305 03:31:20 ---> 9568a4526ec0 03:31:20 Step 22/24 : LABEL arch=arm64 03:31:20 ---> 11cffc4537c5 03:31:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:31:20 Priming static-packages 03:31:20 ---> Running in 77432e2cec57 03:31:20 Removing intermediate container b0661ad3da24 03:31:20 ---> 663787de2630 03:31:20 03:31:21 Removing intermediate container 53018aace89f 03:31:21 ---> 1ac1abaaaaef 03:31:21 Step 20/22 : LABEL arch=arm64 03:31:21 Successfully built 663787de2630 03:31:21 Successfully tagged docker-core-command-go-arm64:latest 03:31:21  Building docker-core-command-go ... done Building docker-support-scheduler-go 03:31:21 Removing intermediate container 77432e2cec57 03:31:21 ---> 1a3cb0d5867f 03:31:21 Step 23/24 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 03:31:22 ---> Running in 6f0dbed524ab 03:31:22 ---> Running in b6e639b16523 03:31:22 ---> d624b20f7e64 03:31:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:31:22 Removing intermediate container 6f0dbed524ab 03:31:22 ---> 08eafbcfa33b 03:31:22 Step 21/22 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 03:31:22 Priming go115 03:31:23 Priming edgex-go 03:31:23 Removing intermediate container b6e639b16523 03:31:23 ---> 43768ead2a7c 03:31:23 Step 24/24 : LABEL version=0.0.0 03:31:23 ---> Running in a4652e5eace1 03:31:24 Priming version 03:31:24 ---> 46988c5fb97a 03:31:24 Step 18/22 : ENTRYPOINT ["/core-metadata"] 03:31:25 ---> Running in affed85f2302 03:31:25 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 03:31:25 ---> Running in 9a743fa0e9da 03:31:25 Removing intermediate container a4652e5eace1 03:31:25 ---> 7fc36b86cc10 03:31:25 Step 22/22 : LABEL version=0.0.0 03:31:26 ---> Running in 6e0e0973c359 03:31:26 Removing intermediate container affed85f2302 03:31:26 ---> 22f3e23b45b2 03:31:26 [Pipeline] } [Pipeline] // withEnv 03:31:26 Removing intermediate container 9a743fa0e9da 03:31:26 ---> 56f306a2d3c8 03:31:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 03:31:27 Successfully built 22f3e23b45b2 03:31:27 Removing intermediate container 6e0e0973c359 03:31:27 ---> be359ce520e8 03:31:27 03:31:27 Successfully tagged docker-support-notifications-go-arm64:latest [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 03:31:27 Building docker-security-secretstore-setup-go 03:31:27  Building docker-support-notifications-go ... done  ---> Running in bf7b4907cb30 [Pipeline] // stage [Pipeline] } 03:31:27 Successfully built be359ce520e8 03:31:28 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 03:31:28 Building docker-core-data-go 03:31:28  Building docker-security-bootstrap-redis-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:31:28 Status: Downloaded newer image for docker:20.10.0 03:31:28 ---> eeaf43b92773 03:31:28 Step 12/26 : RUN apk add --no-cache bash 03:31:28 Removing intermediate container bf7b4907cb30 03:31:28 ---> 45df02d61acb 03:31:28 Step 20/22 : LABEL arch=arm64 03:31:28 ---> Running in 98df7d1e81ad 03:31:28 ---> Running in c164adf0de1e 03:31:28 Removing intermediate container c164adf0de1e 03:31:28 ---> 2afda166c822 03:31:28 Step 21/22 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 03:31:29 ---> Running in 47b07005466f 03:31:29 Removing intermediate container 47b07005466f 03:31:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:31:29 ---> f0236b769aa0 03:31:29 Step 22/22 : LABEL version=0.0.0 03:31:29 ---> Running in 239413cced25 03:31:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:31:30 Removing intermediate container 239413cced25 03:31:30 ---> 10d825b0be50 03:31:30 03:31:30 (1/2) Installing readline (8.0.4-r0) 03:31:30 (2/2) Installing bash (5.0.17-r0) 03:31:30 Executing bash-5.0.17-r0.post-install 03:31:30 Executing busybox-1.31.1-r19.trigger 03:31:30 OK: 12 MiB in 22 packages 03:31:30 Successfully built 10d825b0be50 03:31:30 Successfully tagged docker-core-metadata-go-arm64:latest 03:31:30  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 03:31:32 Removing intermediate container 98df7d1e81ad 03:31:32 ---> 29d58140a781 03:31:32 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:31:33 ---> Running in 89a3b6fac113 03:31:33 Removing intermediate container 89a3b6fac113 03:31:33 ---> 6217777e8831 03:31:33 Step 14/26 : ENV APP_PORT=48090 03:31:34 ---> Running in 6fd407674341 03:31:35 Removing intermediate container 6fd407674341 03:31:35 ---> 84877c238d3f 03:31:35 Step 15/26 : EXPOSE $APP_PORT 03:31:36 ---> Running in c9449a4beec9 03:31:37 Removing intermediate container c9449a4beec9 03:31:37 ---> 13cdfe57a483 03:31:37 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:31:40 ---> 70543d18c668 03:31:40 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:31:41 ---> 5f52dd470569 03:31:41 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:31:43 ---> 9595f8ca8bd4 03:31:43 Step 19/26 : RUN apk --no-cache add py3-pip 03:31:43 ---> Running in 7e148f464665 03:31:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:31:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:31:45 (1/33) Installing libbz2 (1.0.8-r1) 03:31:45 (2/33) Installing expat (2.2.9-r1) 03:31:45 (3/33) Installing libffi (3.3-r2) 03:31:45 (4/33) Installing gdbm (1.13-r1) 03:31:45 (5/33) Installing xz-libs (5.2.5-r0) 03:31:45 (6/33) Installing sqlite-libs (3.32.1-r0) 03:31:45 (7/33) Installing python3 (3.8.5-r0) 03:31:47 (8/33) Installing py3-appdirs (1.4.4-r1) 03:31:47 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:31:47 (10/33) Installing py3-parsing (2.4.7-r0) 03:31:47 (11/33) Installing py3-six (1.15.0-r0) 03:31:47 (12/33) Installing py3-packaging (20.4-r0) 03:31:47 (13/33) Installing py3-setuptools (47.0.0-r0) 03:31:47 (14/33) Installing py3-chardet (3.0.4-r4) 03:31:47 (15/33) Installing py3-idna (2.9-r0) 03:31:47 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:31:47 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:31:47 (18/33) Installing py3-requests (2.23.0-r0) 03:31:47 (19/33) Installing py3-msgpack (1.0.0-r0) 03:31:47 (20/33) Installing py3-lockfile (0.12.2-r3) 03:31:47 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:31:47 (22/33) Installing py3-colorama (0.4.3-r0) 03:31:47 (23/33) Installing py3-distlib (0.3.0-r0) 03:31:47 (24/33) Installing py3-distro (1.5.0-r1) 03:31:47 (25/33) Installing py3-webencodings (0.5.1-r3) 03:31:47 (26/33) Installing py3-html5lib (1.0.1-r4) 03:31:47 (27/33) Installing py3-pytoml (0.1.21-r0) 03:31:47 (28/33) Installing py3-pep517 (0.8.2-r0) 03:31:47 (29/33) Installing py3-progress (1.5-r0) 03:31:47 (30/33) Installing py3-toml (0.10.1-r0) 03:31:47 (31/33) Installing py3-retrying (1.3.3-r0) 03:31:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:31:47 (33/33) Installing py3-pip (20.1.1-r0) 03:31:48 Executing busybox-1.31.1-r19.trigger 03:31:48 OK: 71 MiB in 55 packages 03:31:58 Removing intermediate container 7e148f464665 03:31:58 ---> 77a87e33bf91 03:31:58 Step 20/26 : RUN pip install docker-compose==1.23.2 03:31:58 ---> Running in 3f7bd162baf7 03:32:04 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:32:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:32:04 ---> d1e611c7549d 03:32:04 Step 3/21 : WORKDIR /edgex-go 03:32:04 ---> Using cache 03:32:04 ---> b00525e2f482 03:32:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:32:04 ---> Using cache 03:32:04 ---> bf591fe99f57 03:32:04 Step 5/21 : RUN apk add --update --no-cache make git 03:32:04 ---> Using cache 03:32:04 ---> d807442c8360 03:32:04 Step 6/21 : COPY go.mod . 03:32:04 ---> Using cache 03:32:04 ---> b8d9cc2e6953 03:32:04 Step 7/21 : RUN go mod download 03:32:04 ---> Using cache 03:32:04 ---> b1dfa5967991 03:32:04 Step 8/21 : COPY . . 03:32:04 ---> Using cache 03:32:04 ---> d7deebe3a6bd 03:32:04 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 03:32:04 Collecting docker-compose==1.23.2 03:32:04 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:32:05 ---> Running in 1d5c7559691a 03:32:06 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:32:06 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:32:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:32:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:32:07 Collecting websocket-client<1.0,>=0.32.0 03:32:07 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 03:32:08 Collecting dockerpty<0.5,>=0.4.1 03:32:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:32:10 Collecting docopt<0.7,>=0.6.1 03:32:10 Downloading docopt-0.6.2.tar.gz (25 kB) 03:32:14 Collecting PyYAML<4,>=3.10 03:32:14 Downloading PyYAML-3.13.tar.gz (270 kB) 03:32:15 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:32:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:32:15 ---> d1e611c7549d 03:32:15 Step 3/24 : WORKDIR /edgex-go 03:32:15 ---> Using cache 03:32:15 ---> b00525e2f482 03:32:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:32:15 ---> Using cache 03:32:15 ---> bf591fe99f57 03:32:15 Step 5/24 : RUN apk add --update --no-cache make git 03:32:15 ---> Using cache 03:32:15 ---> d807442c8360 03:32:15 Step 6/24 : COPY go.mod . 03:32:15 ---> Using cache 03:32:15 ---> b8d9cc2e6953 03:32:15 Step 7/24 : RUN go mod download 03:32:15 ---> Using cache 03:32:15 ---> b1dfa5967991 03:32:15 Step 8/24 : COPY . . 03:32:15 ---> Using cache 03:32:15 ---> d7deebe3a6bd 03:32:15 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:32:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:32:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:32:16 ---> d1e611c7549d 03:32:16 Step 3/23 : WORKDIR /edgex-go 03:32:16 ---> Using cache 03:32:16 ---> b00525e2f482 03:32:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:32:16 ---> Using cache 03:32:16 ---> bf591fe99f57 03:32:16 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:32:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:32:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:32:17 ---> d1e611c7549d 03:32:17 Step 3/21 : WORKDIR /edgex-go 03:32:17 ---> Using cache 03:32:17 ---> b00525e2f482 03:32:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:32:17 ---> Using cache 03:32:17 ---> bf591fe99f57 03:32:17 Step 5/21 : RUN apk add --update --no-cache make git 03:32:17 ---> Using cache 03:32:17 ---> d807442c8360 03:32:17 Step 6/21 : COPY go.mod . 03:32:17 ---> Using cache 03:32:17 ---> b8d9cc2e6953 03:32:17 Step 7/21 : RUN go mod download 03:32:17 ---> Using cache 03:32:17 ---> b1dfa5967991 03:32:17 Step 8/21 : COPY . . 03:32:17 ---> Using cache 03:32:17 ---> d7deebe3a6bd 03:32:17 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:32:17 ---> Running in 1a9f61df51f6 03:32:17 ---> Running in 61508352760c 03:32:17 ---> Running in 053408da643d 03:32:17 Collecting jsonschema<3,>=2.5.1 03:32:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:32:18 Collecting texttable<0.10,>=0.9.0 03:32:18 Downloading texttable-0.9.1.tar.gz (11 kB) 03:32:19 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 03:32:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:32:20 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 03:32:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:32:21 Collecting docker<4.0,>=3.6.0 03:32:21 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:32:21 OK: 217 MiB in 51 packages 03:32:22 Collecting cached-property<2,>=1.2.0 03:32:22 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:32:23 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) 03:32:23 Collecting idna<2.8,>=2.5 03:32:23 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:32:23 Removing intermediate container 61508352760c 03:32:23 ---> 5702b8b525ba 03:32:23 Step 6/23 : COPY go.mod . 03:32:24 Collecting urllib3<1.25,>=1.21.1 03:32:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:32:24 ---> a374f5d871f8 03:32:24 Step 7/23 : RUN go mod download 03:32:24 ---> Running in 1769ccd9e577 03:32:24 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) 03:32:25 Collecting docker-pycreds>=0.4.0 03:32:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:32:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:32:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:32:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:32:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:32:26 Installing collected packages: idna, urllib3, requests, websocket-client, dockerpty, docopt, PyYAML, jsonschema, texttable, docker-pycreds, docker, cached-property, docker-compose 03:32:26 Attempting uninstall: idna 03:32:26 Found existing installation: idna 2.9 03:32:26 Uninstalling idna-2.9: 03:32:26 Successfully uninstalled idna-2.9 03:32:27 Attempting uninstall: urllib3 03:32:27 Found existing installation: urllib3 1.25.9 03:32:27 Uninstalling urllib3-1.25.9: 03:32:28 Successfully uninstalled urllib3-1.25.9 03:32:28 Attempting uninstall: requests 03:32:28 Found existing installation: requests 2.23.0 03:32:28 Uninstalling requests-2.23.0: 03:32:28 Successfully uninstalled requests-2.23.0 03:32:29 Removing intermediate container 1769ccd9e577 03:32:29 ---> a5efd407977d 03:32:29 Step 8/23 : COPY . . 03:32:30 Running setup.py install for dockerpty: started 03:32:33 Running setup.py install for dockerpty: finished with status 'done' 03:32:33 Running setup.py install for docopt: started 03:32:37 Running setup.py install for docopt: finished with status 'done' 03:32:37 Running setup.py install for PyYAML: started 03:32:41 Running setup.py install for PyYAML: finished with status 'done' 03:32:41 Running setup.py install for texttable: started 03:32:44 Running setup.py install for texttable: finished with status 'done' 03:32:48 ---> 8ad0f9186684 03:32:48 Step 9/23 : RUN make cmd/core-data/core-data 03:32:48 ---> Running in 8e2bac55b90f 03:32:48 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 03:32:50 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 03:32:54 Removing intermediate container 3f7bd162baf7 03:32:54 ---> d437d75fff5f 03:32:54 Step 21/26 : RUN apk --no-cache add curl 03:32:54 ---> Running in 7ca24e962018 03:32:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:32:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:32:56 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:32:56 (2/3) Installing libcurl (7.69.1-r3) 03:32:56 (3/3) Installing curl (7.69.1-r3) 03:32:56 Executing busybox-1.31.1-r19.trigger 03:32:56 OK: 71 MiB in 58 packages 03:32:58 Removing intermediate container 7ca24e962018 03:32:58 ---> 0792d0f49cee 03:32:58 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:32:58 ---> Running in ff7134302f33 03:32:59 Removing intermediate container ff7134302f33 03:32:59 ---> 40c86826fdb9 03:32:59 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:32:59 ---> Running in cc1821563d84 03:33:00 Removing intermediate container cc1821563d84 03:33:00 ---> cbeeedd2199e 03:33:00 Step 24/26 : LABEL arch=arm64 03:33:00 ---> Running in 08fd66297b11 03:33:01 Removing intermediate container 08fd66297b11 03:33:01 ---> 878dd245b079 03:33:01 Step 25/26 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 03:33:01 ---> Running in 8e62bc41bfca 03:33:02 Removing intermediate container 8e62bc41bfca 03:33:02 ---> 3a255c852a92 03:33:02 Step 26/26 : LABEL version=0.0.0 03:33:02 ---> Running in 4dacea329915 03:33:02 Removing intermediate container 4dacea329915 03:33:02 ---> 7fc9e6645fb0 03:33:02 03:33:03 Successfully built 7fc9e6645fb0 03:33:03 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 03:33:30  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:33:31 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 03:33:32 Removing intermediate container 1d5c7559691a 03:33:32 ---> 487f4a654c82 03:33:32 03:33:32 Step 10/21 : FROM scratch 03:33:32 ---> 03:33:32 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:33:32 ---> Using cache 03:33:32 ---> 99e0ed6ee397 03:33:32 Step 12/21 : ENV APP_PORT=48085 03:33:32 ---> Running in 83585b1113d4 03:33:33 Removing intermediate container 83585b1113d4 03:33:33 ---> 46011f6f6c90 03:33:33 Step 13/21 : EXPOSE $APP_PORT 03:33:33 ---> Running in d01652f6a00f 03:33:33 Removing intermediate container d01652f6a00f 03:33:33 ---> 8c0bce36eb3f 03:33:33 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 03:33:34 ---> d18bb09d28b1 03:33:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:33:36 ---> 80fc6e84cff1 03:33:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:33:37 ---> cf423e473ffc 03:33:37 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 03:33:37 ---> Running in c4e3c59a247e 03:33:38 Removing intermediate container c4e3c59a247e 03:33:38 ---> 7721fd3ae791 03:33:38 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:33:38 ---> Running in 04ef24b4313f 03:33:39 Removing intermediate container 04ef24b4313f 03:33:39 ---> 6e0969c5b1fc 03:33:39 Step 19/21 : LABEL arch=arm64 03:33:40 ---> Running in f364b61ff81e 03:33:40 Removing intermediate container f364b61ff81e 03:33:40 ---> 257daa8bc5a0 03:33:40 Step 20/21 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 03:33:40 ---> Running in a15d3e198dd0 03:33:41 Removing intermediate container a15d3e198dd0 03:33:41 ---> 6bc6c7fb2d8f 03:33:41 Step 21/21 : LABEL version=0.0.0 03:33:42 ---> Running in e5e379308491 03:33:43 Removing intermediate container e5e379308491 03:33:43 ---> af9fd6773a2e 03:33:43 03:33:43 Successfully built af9fd6773a2e 03:33:43 Successfully tagged docker-support-scheduler-go-arm64:latest 03:33:44  Building docker-support-scheduler-go ... done Removing intermediate container 1a9f61df51f6 03:33:44 ---> 78c19e67cb9c 03:33:44 03:33:44 Step 10/24 : FROM alpine:3.12 03:33:44 ---> afeebe901d6b 03:33:44 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:33:44 ---> Using cache 03:33:44 ---> 27d578253729 03:33:44 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:33:44 ---> Running in ddee8fdf504c 03:33:46 Removing intermediate container ddee8fdf504c 03:33:46 ---> cc10b2231a26 03:33:46 Step 13/24 : WORKDIR / 03:33:46 ---> Running in 00b3c126a1f2 03:33:47 Removing intermediate container 00b3c126a1f2 03:33:47 ---> d82a5b86cc4c 03:33:47 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:33:47 Removing intermediate container 053408da643d 03:33:47 ---> b171aa9db336 03:33:47 03:33:47 Step 10/21 : FROM alpine:3.12 03:33:47 ---> afeebe901d6b 03:33:47 Step 11/21 : RUN apk add --update --no-cache curl 03:33:48 ---> Running in 033643253f5b 03:33:48 ---> e518ffa0a944 03:33:48 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:33:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:33:50 ---> 91c0ae5d911b 03:33:50 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:33:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:33:50 (1/4) Installing ca-certificates (20191127-r4) 03:33:51 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:33:51 (3/4) Installing libcurl (7.69.1-r3) 03:33:51 (4/4) Installing curl (7.69.1-r3) 03:33:51 Executing busybox-1.31.1-r19.trigger 03:33:51 Executing ca-certificates-20191127-r4.trigger 03:33:51 ---> ab188e4babdd 03:33:51 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:33:51 OK: 7 MiB in 18 packages 03:33:53 ---> d4d5878da1e5 03:33:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:33:54 Removing intermediate container 033643253f5b 03:33:54 ---> 0201d271d369 03:33:54 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:33:54 ---> Running in 90246c375746 03:33:55 ---> d76d400dc621 03:33:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:33:55 Removing intermediate container 90246c375746 03:33:55 ---> 29db754994c0 03:33:55 Step 13/21 : WORKDIR /edgex 03:33:55 ---> Running in 81331e4b0def 03:33:56 ---> af6596a79f9b 03:33:56 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/ 03:33:56 ---> Running in bd2efaa83e37 03:33:56 Removing intermediate container 81331e4b0def 03:33:56 ---> 0f883d3d59e4 03:33:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:33:57 ---> 2e30ad477c94 03:33:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:33:59 ---> 0a2f746dcea5 03:33:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:33:59 Removing intermediate container bd2efaa83e37 03:33:59 ---> 4b2eebf79830 03:33:59 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:33:59 ---> Running in 4a9e9144efec 03:34:00 Removing intermediate container 4a9e9144efec 03:34:00 ---> 53035567c5a5 03:34:00 Step 22/24 : LABEL arch=arm64 03:34:00 ---> b483a3cf11b1 03:34:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:34:00 ---> Running in 62c9a487041c 03:34:00 ---> Running in 623fd61363cf 03:34:00 Removing intermediate container 62c9a487041c 03:34:00 ---> adaad08d80c4 03:34:00 Step 23/24 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 03:34:01 ---> Running in a242cfd1a461 03:34:01 Removing intermediate container 623fd61363cf 03:34:01 ---> dbb226186601 03:34:01 Step 18/21 : CMD ["--init=true"] 03:34:01 ---> Running in c70c9f8f055d 03:34:01 Removing intermediate container a242cfd1a461 03:34:01 ---> 9418a5506113 03:34:01 Step 24/24 : LABEL version=0.0.0 03:34:01 Removing intermediate container c70c9f8f055d 03:34:01 ---> 93334d813c7f 03:34:01 Step 19/21 : LABEL arch=arm64 03:34:01 ---> Running in ca59fb84ebcb 03:34:02 ---> Running in 8fd0a8340297 03:34:02 Removing intermediate container ca59fb84ebcb 03:34:02 ---> cbf3254a8d0a 03:34:02 03:34:02 Removing intermediate container 8fd0a8340297 03:34:02 ---> 723daaba92a4 03:34:02 Step 20/21 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 03:34:03 ---> Running in f41040c750b7 03:34:03 Successfully built cbf3254a8d0a 03:34:03 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 03:34:03  Building docker-security-secretstore-setup-go ... done Removing intermediate container f41040c750b7 03:34:03 ---> 1d6195bc95b1 03:34:03 Step 21/21 : LABEL version=0.0.0 03:34:04 ---> Running in 7d6df1225202 03:34:04 Removing intermediate container 7d6df1225202 03:34:04 ---> 4afcca2e4027 03:34:04 03:34:04 Successfully built 4afcca2e4027 03:34:04 Successfully tagged docker-security-proxy-setup-go-arm64:latest 03:34:11  Building docker-security-proxy-setup-go ... done Removing intermediate container 8e2bac55b90f 03:34:11 ---> 23276e90edc7 03:34:11 03:34:11 Step 10/23 : FROM alpine:3.12 03:34:11 ---> afeebe901d6b 03:34:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:34:11 ---> Running in 3c26b63d9f32 03:34:11 Removing intermediate container 3c26b63d9f32 03:34:11 ---> c97429db384d 03:34:11 Step 12/23 : ENV APP_PORT=48080 03:34:11 ---> Running in a0818b8a0ef2 03:34:12 Removing intermediate container a0818b8a0ef2 03:34:12 ---> ffb570a638f6 03:34:12 Step 13/23 : EXPOSE $APP_PORT 03:34:12 ---> Running in 98329133bd8f 03:34:12 Removing intermediate container 98329133bd8f 03:34:12 ---> bcfc60f3322a 03:34:12 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:34:12 ---> Running in 28890e802830 03:34:15 Removing intermediate container 28890e802830 03:34:15 ---> 1fa28eb51fe5 03:34:15 Step 15/23 : RUN apk add --update --no-cache zeromq 03:34:15 ---> Running in dc2028be848a 03:34:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:34:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:34:18 (1/5) Installing libgcc (9.3.0-r2) 03:34:18 (2/5) Installing libsodium (1.0.18-r0) 03:34:18 (3/5) Installing libstdc++ (9.3.0-r2) 03:34:18 (4/5) Installing libzmq (4.3.3-r0) 03:34:19 (5/5) Installing zeromq (4.3.3-r0) 03:34:19 Executing busybox-1.31.1-r19.trigger 03:34:19 OK: 8 MiB in 19 packages 03:34:20 Removing intermediate container dc2028be848a 03:34:20 ---> 636df5c49444 03:34:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:34:21 ---> d49a1daf6af5 03:34:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:34:22 ---> 26d12c8ea573 03:34:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:34:23 ---> a21a0854b4af 03:34:23 Step 19/23 : ENTRYPOINT ["/core-data"] 03:34:23 ---> Running in 66ceff6ed7e9 03:34:23 Removing intermediate container 66ceff6ed7e9 03:34:23 ---> 213f0c63f327 03:34:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:34:23 ---> Running in 4860bf4c223c 03:34:24 Removing intermediate container 4860bf4c223c 03:34:24 ---> 9e1e36007657 03:34:24 Step 21/23 : LABEL arch=arm64 03:34:24 ---> Running in bfa283a4e62a 03:34:25 Removing intermediate container bfa283a4e62a 03:34:25 ---> fbbe1274cafc 03:34:25 Step 22/23 : LABEL git_sha=35d7beb047923e9d71d8e176dbf4b6bc5d209303 03:34:25 ---> Running in b6bf5d35966b 03:34:25 Removing intermediate container b6bf5d35966b 03:34:25 ---> 5106eb27a864 03:34:25 Step 23/23 : LABEL version=0.0.0 03:34:26 ---> Running in 24667e532f2d 03:34:26 Removing intermediate container 24667e532f2d 03:34:26 ---> ea4dafc87e45 03:34:26 03:34:27 Successfully built ea4dafc87e45 03:34:27 Successfully tagged docker-core-data-go-arm64:latest 03:34:27  Building docker-core-data-go ... done  [Pipeline] } 03:34:27 $ docker stop --time=1 427df403280302f86e829b0fda4fb14c471f1c3795e8f1ba8a7bf48fbe4feedc 03:34:29 $ docker rm -f 427df403280302f86e829b0fda4fb14c471f1c3795e8f1ba8a7bf48fbe4feedc [Pipeline] // withDockerContainer [Pipeline] sh 03:34:30 + grep docker 03:34:30 + docker images 03:34:30 docker-core-data-go-arm64 latest ea4dafc87e45 4 seconds ago 21MB 03:34:30 docker-security-proxy-setup-go-arm64 latest 4afcca2e4027 26 seconds ago 23.2MB 03:34:30 docker-security-secretstore-setup-go-arm64 latest cbf3254a8d0a 28 seconds ago 23.4MB 03:34:30 docker-support-scheduler-go-arm64 latest af9fd6773a2e 48 seconds ago 10.1MB 03:34:30 docker-sys-mgmt-agent-go-arm64 latest 7fc9e6645fb0 About a minute ago 300MB 03:34:30 docker-core-metadata-go-arm64 latest 10d825b0be50 3 minutes ago 12.3MB 03:34:30 docker-security-bootstrap-redis-go-arm64 latest be359ce520e8 3 minutes ago 15.1MB 03:34:30 docker-support-notifications-go-arm64 latest 22f3e23b45b2 3 minutes ago 11.4MB 03:34:30 docker-core-command-go-arm64 latest 663787de2630 3 minutes ago 9.98MB 03:34:30 docker 20.10.0 eeaf43b92773 5 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 03:34:32 provisioning config files... 03:34:32 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config4983654406035491232tmp [Pipeline] { [Pipeline] sh 03:34:33 + set +x 03:34:33 + curl -s https://codecov.io/bash 03:34:33 + bash -s -- 03:34:33 03:34:33 _____ _ 03:34:33 / ____| | | 03:34:33 | | ___ __| | ___ ___ _____ __ 03:34:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:34:33 | |___| (_) | (_| | __/ (_| (_) \ V / 03:34:33 \_____\___/ \__,_|\___|\___\___/ \_/ 03:34:33 Bash-20210115-cec3c92 03:34:33 03:34:33 03:34:33 ==> git version 2.24.3 found 03:34:33 ==> 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 03:34:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:34:33 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:34:33 ==> Jenkins CI detected. 03:34:33 project root: . 03:34:33 --> token set from env 03:34:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:34:33 ==> Running gcov in . (disable via -X gcov) 03:34:33 ==> Python coveragepy not found 03:34:33 ==> Searching for coverage reports in: 03:34:33 + . 03:34:33 -> Found 1 reports 03:34:34 ==> Detecting git/mercurial file structure 03:34:34 ==> Reading reports 03:34:34 + ./coverage.out bytes=550466 03:34:34 ==> Appending adjustments 03:34:34 https://docs.codecov.io/docs/fixing-reports 03:34:37 + Found adjustments 03:34:37 ==> Gzipping contents 03:34:37 84K /tmp/codecov.4JqMDF.gz 03:34:37 ==> Uploading reports 03:34:37 url: https://codecov.io 03:34:37 query: branch=PR-3056&commit=35d7beb047923e9d71d8e176dbf4b6bc5d209303&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3056%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3056&job=&cmd_args= 03:34:37 -> Pinging Codecov 03:34:37 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3056&commit=35d7beb047923e9d71d8e176dbf4b6bc5d209303&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3056%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3056&job=&cmd_args= 03:34:37 -> Uploading to 03:34:37 https://storage.googleapis.com/codecov/v4/raw/2021-01-21/00271124DB129430A58F1EEE437C3FCB/35d7beb047923e9d71d8e176dbf4b6bc5d209303/914f1f6c-0d82-408d-97ad-3c3cb1c268e0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210121%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210121T033437Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b49fbc83ef2f257bd19e04e4cf0a1b77d51508b6c3548e42d44d2bfe5213b691 03:34:37 % Total % Received % Xferd Average Speed Time Time Time Current 03:34:37 Dload Upload Total Spent Left Speed 03:34:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83378 0 0 100 83378 0 121k --:--:-- --:--:-- --:--:-- 121k 03:34:38 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/35d7beb047923e9d71d8e176dbf4b6bc5d209303 [Pipeline] } 03:34:38 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 03:34:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:34:41 ---> package-listing.sh 03:34:41 ++ facter osfamily 03:34:41 ++ tr '[:upper:]' '[:lower:]' 03:34:41 + OS_FAMILY=redhat 03:34:41 + workspace=/w/workspace/edgex-go/2 03:34:41 + START_PACKAGES=/tmp/packages_start.txt 03:34:41 + END_PACKAGES=/tmp/packages_end.txt 03:34:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:34:41 + PACKAGES=/tmp/packages_start.txt 03:34:41 + '[' /w/workspace/edgex-go/2 ']' 03:34:41 + PACKAGES=/tmp/packages_end.txt 03:34:41 + case "${OS_FAMILY}" in 03:34:41 + rpm -qa 03:34:41 + sort 03:34:46 + '[' -f /tmp/packages_start.txt ']' 03:34:46 + '[' -f /tmp/packages_end.txt ']' 03:34:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:34:46 + '[' /w/workspace/edgex-go/2 ']' 03:34:46 + mkdir -p /w/workspace/edgex-go/2/archives/ 03:34:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 03:34:46 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:34:47 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:34:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:34:47 03:34:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:34:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:34:47 alpine: Pulling from edgex-lftools-log-publisher 03:34:47 df20fa9351a1: Pulling fs layer 03:34:47 36b3adc4ff6f: Pulling fs layer 03:34:47 8ad3a11d3b57: Pulling fs layer 03:34:47 46f8f816bc3b: Pulling fs layer 03:34:47 93b61091891f: Pulling fs layer 03:34:47 93b9cdb0e59b: Pulling fs layer 03:34:47 5e14af77c1be: Pulling fs layer 03:34:47 01666e4c0597: Pulling fs layer 03:34:47 aa168da1d23b: Pulling fs layer 03:34:47 46f8f816bc3b: Waiting 03:34:47 93b61091891f: Waiting 03:34:47 93b9cdb0e59b: Waiting 03:34:47 5e14af77c1be: Waiting 03:34:47 01666e4c0597: Waiting 03:34:47 aa168da1d23b: Waiting 03:34:47 36b3adc4ff6f: Verifying Checksum 03:34:47 36b3adc4ff6f: Download complete 03:34:47 46f8f816bc3b: Verifying Checksum 03:34:47 46f8f816bc3b: Download complete 03:34:47 df20fa9351a1: Verifying Checksum 03:34:48 93b9cdb0e59b: Verifying Checksum 03:34:48 93b9cdb0e59b: Download complete 03:34:48 5e14af77c1be: Download complete 03:34:48 93b61091891f: Verifying Checksum 03:34:48 93b61091891f: Download complete 03:34:48 8ad3a11d3b57: Verifying Checksum 03:34:48 8ad3a11d3b57: Download complete 03:34:48 df20fa9351a1: Pull complete 03:34:48 36b3adc4ff6f: Pull complete 03:34:49 01666e4c0597: Verifying Checksum 03:34:49 01666e4c0597: Download complete 03:34:49 8ad3a11d3b57: Pull complete 03:34:49 46f8f816bc3b: Pull complete 03:34:50 aa168da1d23b: Verifying Checksum 03:34:50 aa168da1d23b: Download complete 03:34:51 93b61091891f: Pull complete 03:34:51 93b9cdb0e59b: Pull complete 03:34:51 5e14af77c1be: Pull complete 03:34:51 01666e4c0597: Pull complete 03:35:01 aa168da1d23b: Pull complete 03:35:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:35:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:35:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:35:02 prd-centos7-docker-4c-2g-21843 does not seem to be running inside a container 03:35:02 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:10003/edgex-lftools-log-publisher:alpine cat 03:35:05 $ docker top eafd0252ba0c62788c977e5d7bfa74417face5db8bfd09e1e06ba3378304f182 -eo pid,comm [Pipeline] { [Pipeline] sh 03:35:06 + touch /tmp/pre-build-complete [Pipeline] sh 03:35:06 + mkdir -p /var/log/sa [Pipeline] sh 03:35:06 + ls /var/log/sa-host 03:35:06 + sadf -c /var/log/sa-host/sa21 03:35:06 file_magic: OK 03:35:06 HZ: Using current value: 100 03:35:06 file_header: OK 03:35:06 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 03:35:06 Statistics: 03:35:06 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:35:06 File successfully converted to sysstat format version 12.2.1 03:35:06 + sadf -c /var/log/sa-host/sa23 03:35:06 file_magic: OK 03:35:06 HZ: Using current value: 100 03:35:06 file_header: OK 03:35:06 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 03:35:06 Statistics: 03:35:06 Hnuu...uuuununununu... 03:35:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:35:07 provisioning config files... 03:35:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config9079556088111824775tmp [Pipeline] { [Pipeline] echo 03:35:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:35:07 ---> create-netrc.sh [Pipeline] } 03:35:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:35:07 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:35:07 ---> python-tools-install.sh [Pipeline] echo 03:35:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:35:08 ---> sudo-logs.sh 03:35:08 Archiving 'sudo' log.. [Pipeline] echo 03:35:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:35:08 ---> job-cost.sh 03:35:08 lf-activate-venv: SKIPPING 03:35:08 INFO: No Stack... 03:35:09 INFO: Retrieving Pricing Info for: v1-standard-2 03:35:10 INFO: Archiving Costs [Pipeline] echo 03:35:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:35:10 ---> logs-deploy.sh 03:35:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3056/2 03:35:10 INFO: archiving workspace using pattern(s): 03:35:11 Archives upload complete. 03:35:12 INFO: archiving logs to Nexus 03:35:13 ---> uname -a: 03:35:13 Linux prd-centos7-docker-4c-2g-21843.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:35:13 03:35:13 03:35:13 ---> lscpu: 03:35:13 Architecture: x86_64 03:35:13 CPU op-mode(s): 32-bit, 64-bit 03:35:13 Byte Order: Little Endian 03:35:13 Address sizes: 40 bits physical, 48 bits virtual 03:35:13 CPU(s): 4 03:35:13 On-line CPU(s) list: 0-3 03:35:13 Thread(s) per core: 1 03:35:13 Core(s) per socket: 1 03:35:13 Socket(s): 4 03:35:13 NUMA node(s): 1 03:35:13 Vendor ID: GenuineIntel 03:35:13 CPU family: 6 03:35:13 Model: 44 03:35:13 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:35:13 Stepping: 1 03:35:13 CPU MHz: 2933.438 03:35:13 BogoMIPS: 5866.87 03:35:13 Virtualization: VT-x 03:35:13 Hypervisor vendor: KVM 03:35:13 Virtualization type: full 03:35:13 L1d cache: 128 KiB 03:35:13 L1i cache: 128 KiB 03:35:13 L2 cache: 16 MiB 03:35:13 L3 cache: 64 MiB 03:35:13 NUMA node0 CPU(s): 0-3 03:35:13 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:35:13 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:35:13 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:35:13 Vulnerability Meltdown: Mitigation; PTI 03:35:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:35:13 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:35:13 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:35:13 Vulnerability Srbds: Not affected 03:35:13 Vulnerability Tsx async abort: Not affected 03:35:13 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 03:35:13 03:35:13 03:35:13 ---> nproc: 03:35:13 4 03:35:13 03:35:13 03:35:13 ---> df -h: 03:35:13 Filesystem Size Used Available Use% Mounted on 03:35:13 overlay 50.0G 11.6G 38.4G 23% / 03:35:13 tmpfs 64.0M 0 64.0M 0% /dev 03:35:13 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:35:13 shm 64.0M 0 64.0M 0% /dev/shm 03:35:13 /dev/vda1 50.0G 11.6G 38.4G 23% /facter-os 03:35:13 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/resolv.conf 03:35:13 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hostname 03:35:13 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hosts 03:35:13 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/secure 03:35:13 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/auth.log 03:35:13 /dev/vda1 50.0G 11.6G 38.4G 23% /run/cloud-init/result.json 03:35:13 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/sa-host 03:35:13 /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/2 03:35:13 /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/2@tmp 03:35:13 03:35:13 03:35:13 ---> free -m: 03:35:13 total used free shared buff/cache available 03:35:13 Mem: 1837 700 162 0 974 1053 03:35:13 Swap: 1023 72 951 03:35:13 03:35:13 03:35:13 ---> ip addr: 03:35:13 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:35:13 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:35:13 inet 127.0.0.1/8 scope host lo 03:35:13 valid_lft forever preferred_lft forever 03:35:13 inet6 ::1/128 scope host 03:35:13 valid_lft forever preferred_lft forever 03:35:13 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:35:13 link/ether fa:16:3e:dc:53:f8 brd ff:ff:ff:ff:ff:ff 03:35:13 inet 10.30.122.218/23 brd 10.30.123.255 scope global dynamic eth0 03:35:13 valid_lft 85286sec preferred_lft 85286sec 03:35:13 inet6 fe80::f816:3eff:fedc:53f8/64 scope link 03:35:13 valid_lft forever preferred_lft forever 03:35:13 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:35:13 link/ether 02:42:d1:72:39:28 brd ff:ff:ff:ff:ff:ff 03:35:13 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:35:13 valid_lft forever preferred_lft forever 03:35:13 inet6 fe80::42:d1ff:fe72:3928/64 scope link 03:35:13 valid_lft forever preferred_lft forever 03:35:13 03:35:13 03:35:13 ---> sar -b -r -n DEV: 03:35:13 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) 03:35:13 03:35:13 03:16:28 LINUX RESTART (4 CPU) 03:35:13 03:35:13 03:17:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:35:13 03:18:01 117.22 52.39 64.83 0.00 8737.98 19242.39 0.00 03:35:13 03:19:01 326.48 118.40 208.08 0.00 4345.04 51166.83 0.00 03:35:13 03:20:01 182.82 94.14 88.68 0.00 3259.64 10167.69 0.00 03:35:13 03:21:01 132.63 52.83 79.81 0.00 3310.71 20040.74 0.00 03:35:13 03:22:03 1620.44 1318.68 301.77 0.00 123054.47 182900.26 0.00 03:35:13 03:23:02 2121.28 1863.69 257.59 0.00 107160.36 124054.00 0.00 03:35:13 03:24:01 2009.27 1666.91 342.36 0.00 106690.35 132980.81 0.00 03:35:13 03:25:01 1521.86 1216.43 305.43 0.00 74270.98 95477.89 0.00 03:35:13 03:26:01 112.48 13.45 99.03 0.00 3020.94 8061.49 0.00 03:35:13 03:27:01 2.06 0.55 1.52 0.00 17.58 26.04 0.00 03:35:13 03:28:01 0.30 0.02 0.28 0.00 0.53 3.23 0.00 03:35:13 03:29:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 03:35:13 03:30:01 0.20 0.00 0.20 0.00 0.00 1.92 0.00 03:35:13 03:31:01 0.28 0.00 0.28 0.00 0.00 2.96 0.00 03:35:13 03:32:01 1.88 1.67 0.22 0.00 59.15 3.00 0.00 03:35:13 03:33:01 0.90 0.05 0.85 0.00 1.20 16.00 0.00 03:35:13 03:34:01 0.32 0.05 0.27 0.00 0.68 2.78 0.00 03:35:13 03:35:01 129.66 69.67 59.99 0.00 5594.41 14922.32 0.00 03:35:13 Average: 458.58 357.93 100.65 0.00 24403.38 36669.69 0.00 03:35:13 03:35:13 03:17:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:35:13 03:18:01 220988 0 670484 35.63 2620 987452 1486172 50.72 624688 833336 69776 03:35:13 03:19:01 310804 0 702300 37.33 1540 866900 1327848 45.32 464012 837188 48 03:35:13 03:20:01 485284 0 804440 42.75 444 591376 1682588 57.42 527428 587308 43120 03:35:13 03:21:01 65600 0 778012 41.35 432 1037500 1541308 52.60 626224 901148 93688 03:35:13 03:22:03 75896 0 835496 44.40 48 970104 2328280 79.46 776972 811424 52732 03:35:13 03:23:02 417248 0 933352 49.61 48 530896 3551056 121.19 577824 621860 43132 03:35:13 03:24:01 78856 0 716452 38.08 48 1086188 1885184 64.34 722176 855176 3044 03:35:13 03:25:01 358944 0 651464 34.62 48 871088 1452348 49.57 578864 713040 18404 03:35:13 03:26:01 280668 0 618700 32.88 48 982128 1184284 40.42 570276 790460 20 03:35:13 03:27:01 284124 0 614772 32.67 48 982600 1154196 39.39 569324 788920 16 03:35:13 03:28:01 284764 0 614144 32.64 48 982588 1154112 39.39 568772 788920 12 03:35:13 03:29:01 284764 0 614120 32.64 48 982612 1154052 39.39 568444 788936 12 03:35:13 03:30:01 284788 0 614084 32.64 48 982624 1154052 39.39 568576 788936 8 03:35:13 03:31:01 285072 0 613796 32.62 48 982628 1154052 39.39 568452 788936 8 03:35:13 03:32:01 282924 0 614900 32.68 48 983672 1154124 39.39 569304 789588 24 03:35:13 03:33:01 283056 0 614752 32.67 48 983688 1154112 39.39 569200 789600 12 03:35:13 03:34:01 283220 0 614588 32.66 48 983688 1154052 39.39 569020 789612 8 03:35:13 03:35:01 324644 0 662312 35.20 4 894584 1155684 39.44 496608 776116 102624 03:35:13 Average: 271758 0 682676 36.28 315 926795 1490417 50.87 584231 780028 23705 03:35:13 03:35:13 03:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:35:13 03:18:01 eth0 1419.71 1427.93 6132.55 200.20 0.00 0.00 0.00 0.00 03:35:13 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:18:01 docker0 802.51 616.20 67.25 2671.34 0.00 0.00 0.00 0.00 03:35:13 03:19:01 eth0 490.47 399.72 3670.42 42.78 0.00 0.00 0.00 0.00 03:35:13 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:19:01 veth17772aa 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:19:01 docker0 153.86 197.85 11.35 829.45 0.00 0.00 0.00 0.00 03:35:13 03:20:01 eth0 44.56 29.25 28.27 77.41 0.00 0.00 0.00 0.00 03:35:13 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:20:01 veth17772aa 0.23 0.32 0.02 0.02 0.00 0.00 0.00 0.00 03:35:13 03:20:01 docker0 0.23 0.23 0.02 0.02 0.00 0.00 0.00 0.00 03:35:13 03:21:01 eth0 166.43 131.99 1689.08 21.23 0.00 0.00 0.00 0.00 03:35:13 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:22:03 veth6a85200 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 03:35:13 03:22:03 eth0 73.49 49.06 175.22 60.58 0.00 0.00 0.00 0.00 03:35:13 03:22:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:22:03 docker0 9.13 21.79 0.48 142.51 0.00 0.00 0.00 0.00 03:35:13 03:23:02 veth51eb66e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 03:35:13 03:23:02 veth6a85200 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:23:02 eth0 8.09 3.96 6.43 3.32 0.00 0.00 0.00 0.00 03:35:13 03:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:24:01 veth6a85200 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 03:35:13 03:24:01 eth0 98.48 68.32 222.27 89.75 0.00 0.00 0.00 0.00 03:35:13 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:24:01 vethb4ad7cb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:35:13 03:25:01 veth101242f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:25:01 veth6a85200 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:25:01 eth0 136.54 104.78 1283.32 22.21 0.00 0.00 0.00 0.00 03:35:13 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:26:01 eth0 113.21 65.54 432.29 72.95 0.00 0.00 0.00 0.00 03:35:13 03:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:26:01 docker0 1009.95 925.98 81.80 4228.82 0.00 0.00 0.00 0.00 03:35:13 03:27:01 eth0 1.08 0.50 0.39 0.24 0.00 0.00 0.00 0.00 03:35:13 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:28:01 eth0 0.27 0.20 0.07 0.04 0.00 0.00 0.00 0.00 03:35:13 03:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:29:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:35:13 03:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:30:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:35:13 03:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:31:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:32:01 eth0 0.22 0.18 0.08 0.04 0.00 0.00 0.00 0.00 03:35:13 03:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:33:01 eth0 0.15 0.12 0.07 0.04 0.00 0.00 0.00 0.00 03:35:13 03:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:34:01 eth0 0.17 0.08 0.02 0.01 0.00 0.00 0.00 0.00 03:35:13 03:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:35:01 eth0 189.58 162.65 2173.18 20.19 0.00 0.00 0.00 0.00 03:35:13 03:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 03:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 Average: eth0 152.73 136.12 880.57 34.04 0.00 0.00 0.00 0.00 03:35:13 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:35:13 Average: docker0 56.21 51.53 4.55 235.35 0.00 0.00 0.00 0.00 03:35:13 03:35:13 03:35:13 ---> sar -P ALL: 03:35:13 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/21/21 _x86_64_ (4 CPU) 03:35:13 03:35:13 03:16:28 LINUX RESTART (4 CPU) 03:35:13 03:35:13 03:17:01 CPU %user %nice %system %iowait %steal %idle 03:35:13 03:18:01 all 17.99 0.00 7.92 1.78 0.49 71.82 03:35:13 03:18:01 0 18.70 0.00 9.51 1.10 0.46 70.22 03:35:13 03:18:01 1 13.45 0.00 7.48 1.25 0.44 77.39 03:35:13 03:18:01 2 16.86 0.00 7.74 3.63 0.49 71.27 03:35:13 03:18:01 3 22.97 0.00 6.97 1.13 0.55 68.39 03:35:13 03:19:01 all 12.20 0.00 10.34 5.63 0.98 70.84 03:35:13 03:19:01 0 12.59 0.00 11.83 9.00 0.98 65.59 03:35:13 03:19:01 1 10.94 0.00 9.89 4.66 0.97 73.55 03:35:13 03:19:01 2 12.77 0.00 9.75 4.56 1.02 71.90 03:35:13 03:19:01 3 12.52 0.00 9.90 4.29 0.97 72.32 03:35:13 03:20:01 all 61.91 0.00 14.91 4.09 0.45 18.64 03:35:13 03:20:01 0 62.48 0.00 14.53 4.32 0.48 18.19 03:35:13 03:20:01 1 62.79 0.00 14.69 3.90 0.42 18.20 03:35:13 03:20:01 2 62.66 0.00 14.88 4.05 0.41 18.01 03:35:13 03:20:01 3 59.73 0.00 15.55 4.10 0.49 20.14 03:35:13 03:21:01 all 44.45 0.00 14.84 1.37 0.63 38.72 03:35:13 03:21:01 0 44.33 0.00 15.90 1.86 0.54 37.36 03:35:13 03:21:01 1 46.54 0.00 14.98 1.41 0.73 36.34 03:35:13 03:21:01 2 42.74 0.00 13.86 1.02 0.67 41.71 03:35:13 03:21:01 3 44.18 0.00 14.63 1.18 0.56 39.46 03:35:13 03:22:03 all 19.69 0.00 25.22 14.88 0.30 39.90 03:35:13 03:22:03 0 19.56 0.00 24.72 12.11 0.38 43.22 03:35:13 03:22:03 1 20.20 0.00 25.28 16.05 0.28 38.19 03:35:13 03:22:03 2 20.28 0.00 24.87 17.44 0.28 37.14 03:35:13 03:22:03 3 18.73 0.00 26.00 13.96 0.28 41.04 03:35:13 03:23:02 all 46.65 0.00 20.86 19.32 0.09 13.08 03:35:13 03:23:02 0 46.08 0.00 21.50 21.26 0.07 11.09 03:35:13 03:23:02 1 47.14 0.00 20.19 18.97 0.09 13.61 03:35:13 03:23:02 2 45.81 0.00 21.01 19.54 0.11 13.54 03:35:13 03:23:02 3 47.57 0.00 20.75 17.51 0.07 14.10 03:35:13 03:24:01 all 26.24 0.00 22.24 24.84 0.22 26.46 03:35:13 03:24:01 0 24.96 0.00 21.48 21.41 0.20 31.96 03:35:13 03:24:01 1 26.40 0.00 21.19 23.87 0.20 28.35 03:35:13 03:24:01 2 27.06 0.00 22.27 30.86 0.25 19.56 03:35:13 03:24:01 3 26.56 0.00 24.04 23.21 0.25 25.95 03:35:13 03:25:01 all 44.18 0.00 21.98 16.13 0.12 17.59 03:35:13 03:25:01 0 44.14 0.00 22.66 15.31 0.10 17.79 03:35:13 03:25:01 1 43.13 0.00 21.44 16.29 0.09 19.06 03:35:13 03:25:01 2 43.83 0.00 21.07 16.77 0.14 18.18 03:35:13 03:25:01 3 45.62 0.00 22.76 16.15 0.14 15.32 03:35:13 03:26:01 all 5.56 0.00 3.94 4.72 0.05 85.73 03:35:13 03:26:01 0 7.51 0.00 3.56 4.68 0.05 84.20 03:35:13 03:26:01 1 3.04 0.00 3.46 4.06 0.05 89.39 03:35:13 03:26:01 2 8.13 0.00 4.41 5.10 0.03 82.33 03:35:13 03:26:01 3 3.58 0.00 4.34 5.05 0.05 86.98 03:35:13 03:27:01 all 0.16 0.00 0.05 0.00 0.00 99.78 03:35:13 03:27:01 0 0.33 0.00 0.03 0.00 0.00 99.63 03:35:13 03:27:01 1 0.05 0.00 0.08 0.00 0.00 99.87 03:35:13 03:27:01 2 0.22 0.00 0.07 0.02 0.00 99.70 03:35:13 03:27:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:35:13 03:28:01 all 0.15 0.00 0.03 0.00 0.01 99.81 03:35:13 03:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:35:13 03:28:01 1 0.02 0.00 0.03 0.00 0.02 99.93 03:35:13 03:28:01 2 0.53 0.00 0.02 0.00 0.00 99.45 03:35:13 03:28:01 3 0.03 0.00 0.05 0.00 0.02 99.90 03:35:13 03:35:13 03:28:01 CPU %user %nice %system %iowait %steal %idle 03:35:13 03:29:01 all 0.10 0.00 0.04 0.00 0.00 99.85 03:35:13 03:29:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:35:13 03:29:01 1 0.02 0.00 0.02 0.00 0.00 99.97 03:35:13 03:29:01 2 0.35 0.00 0.08 0.00 0.00 99.57 03:35:13 03:29:01 3 0.05 0.00 0.05 0.00 0.00 99.90 03:35:13 03:30:01 all 0.07 0.00 0.04 0.00 0.00 99.89 03:35:13 03:30:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:35:13 03:30:01 1 0.05 0.00 0.03 0.00 0.00 99.92 03:35:13 03:30:01 2 0.17 0.00 0.07 0.00 0.00 99.77 03:35:13 03:30:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:35:13 03:31:01 all 0.05 0.00 0.03 0.00 0.00 99.91 03:35:13 03:31:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:35:13 03:31:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:35:13 03:31:01 2 0.15 0.00 0.07 0.00 0.00 99.78 03:35:13 03:31:01 3 0.03 0.00 0.03 0.00 0.00 99.93 03:35:13 03:32:01 all 0.17 0.00 0.05 0.02 0.00 99.76 03:35:13 03:32:01 0 0.02 0.00 0.05 0.08 0.00 99.85 03:35:13 03:32:01 1 0.05 0.00 0.03 0.00 0.00 99.92 03:35:13 03:32:01 2 0.57 0.00 0.08 0.00 0.02 99.33 03:35:13 03:32:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:35:13 03:33:01 all 0.16 0.00 0.03 0.00 0.00 99.81 03:35:13 03:33:01 0 0.02 0.00 0.02 0.00 0.02 99.95 03:35:13 03:33:01 1 0.03 0.00 0.03 0.00 0.00 99.93 03:35:13 03:33:01 2 0.53 0.00 0.02 0.00 0.00 99.45 03:35:13 03:33:01 3 0.05 0.00 0.05 0.00 0.00 99.90 03:35:13 03:34:01 all 0.16 0.00 0.03 0.00 0.00 99.81 03:35:13 03:34:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:35:13 03:34:01 1 0.07 0.00 0.05 0.00 0.00 99.88 03:35:13 03:34:01 2 0.52 0.00 0.03 0.00 0.00 99.44 03:35:13 03:34:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:35:13 03:35:01 all 6.18 0.00 4.27 3.03 0.03 86.50 03:35:13 03:35:01 0 4.89 0.00 4.41 1.53 0.03 89.13 03:35:13 03:35:01 1 5.97 0.00 4.27 2.84 0.03 86.87 03:35:13 03:35:01 2 7.37 0.00 4.10 2.57 0.03 85.92 03:35:13 03:35:01 3 6.48 0.00 4.27 5.16 0.03 84.06 03:35:13 Average: all 15.42 0.00 7.94 5.16 0.18 71.30 03:35:13 Average: 0 15.40 0.00 8.14 4.99 0.18 71.29 03:35:13 Average: 1 15.10 0.00 7.75 5.03 0.18 71.95 03:35:13 Average: 2 15.67 0.00 7.81 5.68 0.19 70.66 03:35:13 Average: 3 15.52 0.00 8.06 4.93 0.19 71.30 03:35:13 03:35:13 03:35:13