Pull request #3450 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 79fa5644378b30d66480b3ba9985cf50fe859cfe+38d8ac8cf9377e12442077cf8ccce54130d64734 (f687bb3fc96a1987838d39ead418fa814f2b386c) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4368’ is offline; ‘prd-centos7-docker-4c-2g-4374’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4374 in /w/workspace/edgexfoundry_edgex-go_PR-3450 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit 79fa5644378b30d66480b3ba9985cf50fe859cfe Merge succeeded, producing 79fa5644378b30d66480b3ba9985cf50fe859cfe Checking out Revision 79fa5644378b30d66480b3ba9985cf50fe859cfe (PR-3450) > 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/3450/head:refs/remotes/origin/PR-3450 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79fa5644378b30d66480b3ba9985cf50fe859cfe # 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 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79fa5644378b30d66480b3ba9985cf50fe859cfe # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:24:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:24:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:24:59 ========================================================= 07:24:59 EdgeX Global Pipelines Version Info 07:24:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 770894f7c267c719991090a7815f929e0cb2523b # timeout=10 07:25:04 ------------------- 07:25:04 stable info: 07:25:04 ------------------- 07:25:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:25:04 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 07:25:04 Message: update stable to v1.0.191 07:25:05 ------------------- 07:25:05 experimental info: 07:25:05 ------------------- 07:25:05 Commited By: **** collab-it+edgex@linuxfoundation.org 07:25:05 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 07:25:05 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:25:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:25:05 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:25:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:25:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:25:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:25:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 07:25:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 07:25:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:25:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 07:25:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 07:25:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:25:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:25:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:25:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:25:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:25:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:25:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:25:06 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:25:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:25:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:25:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:25:06 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:25:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3450 [Pipeline] echo 07:25:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3450 [Pipeline] echo 07:25:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3450 [Pipeline] echo 07:25:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 79fa5644378b30d66480b3ba9985cf50fe859cfe [Pipeline] echo 07:25:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 79fa564 [Pipeline] echo 07:25:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:25:06 provisioning config files... 07:25:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config835854486792113799tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:25:07 ---> docker-login.sh 07:25:07 nexus3.edgexfoundry.org:10001 07:25:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:08 Configure a credential helper to remove this warning. See 07:25:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:08 07:25:08 Login Succeeded 07:25:08 nexus3.edgexfoundry.org:10002 07:25:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:08 Configure a credential helper to remove this warning. See 07:25:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:08 07:25:08 Login Succeeded 07:25:08 nexus3.edgexfoundry.org:10003 07:25:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:09 Configure a credential helper to remove this warning. See 07:25:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:09 07:25:09 Login Succeeded 07:25:09 nexus3.edgexfoundry.org:10004 07:25:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:10 Configure a credential helper to remove this warning. See 07:25:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:10 07:25:10 Login Succeeded 07:25:10 docker.io 07:25:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:25:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:25:11 Configure a credential helper to remove this warning. See 07:25:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:25:11 07:25:11 Login Succeeded 07:25:11 ---> docker-login.sh ends [Pipeline] } 07:25:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:25:11 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 07:25:11 + for file in '`ls cmd/**/Dockerfile`' 07:25:11 ++ dirname cmd/core-command/Dockerfile 07:25:11 ++ cut -d/ -f2 07:25:11 + echo core-command,cmd/core-command/Dockerfile 07:25:11 + for file in '`ls cmd/**/Dockerfile`' 07:25:11 ++ cut -d/ -f2 07:25:11 ++ dirname cmd/core-data/Dockerfile 07:25:11 + echo core-data,cmd/core-data/Dockerfile 07:25:11 + for file in '`ls cmd/**/Dockerfile`' 07:25:11 ++ dirname cmd/core-metadata/Dockerfile 07:25:11 ++ cut -d/ -f2 07:25:11 + echo core-metadata,cmd/core-metadata/Dockerfile 07:25:11 + for file in '`ls cmd/**/Dockerfile`' 07:25:11 ++ dirname cmd/security-bootstrapper/Dockerfile 07:25:11 ++ cut -d/ -f2 07:25:11 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:25:11 + for file in '`ls cmd/**/Dockerfile`' 07:25:11 ++ dirname cmd/security-proxy-setup/Dockerfile 07:25:11 ++ cut -d/ -f2 07:25:11 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:25:11 + for file in '`ls cmd/**/Dockerfile`' 07:25:11 ++ cut -d/ -f2 07:25:11 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:25:11 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:25:11 + for file in '`ls cmd/**/Dockerfile`' 07:25:11 ++ dirname cmd/support-notifications/Dockerfile 07:25:11 ++ cut -d/ -f2 07:25:11 + echo support-notifications,cmd/support-notifications/Dockerfile 07:25:11 + for file in '`ls cmd/**/Dockerfile`' 07:25:11 ++ dirname cmd/support-scheduler/Dockerfile 07:25:11 ++ cut -d/ -f2 07:25:11 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:25:11 + for file in '`ls cmd/**/Dockerfile`' 07:25:11 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:25:11 ++ cut -d/ -f2 07:25:11 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:25:12 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 07:25:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:25:13 07:25:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:25:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:25:13 latest: Pulling from edgex-devops/git-semver 07:25:13 31603596830f: Pulling fs layer 07:25:13 54011a49482f: Pulling fs layer 07:25:13 a6820b24f6d8: Pulling fs layer 07:25:13 f581987b2513: Pulling fs layer 07:25:13 f581987b2513: Waiting 07:25:13 54011a49482f: Verifying Checksum 07:25:13 54011a49482f: Download complete 07:25:14 31603596830f: Verifying Checksum 07:25:14 31603596830f: Download complete 07:25:14 f581987b2513: Verifying Checksum 07:25:14 f581987b2513: Download complete 07:25:15 a6820b24f6d8: Verifying Checksum 07:25:15 a6820b24f6d8: Download complete 07:25:15 31603596830f: Pull complete 07:25:16 54011a49482f: Pull complete 07:25:19 a6820b24f6d8: Pull complete 07:25:20 f581987b2513: Pull complete 07:25:20 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 07:25:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:25:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:25:20 prd-centos7-docker-4c-2g-4374 does not seem to be running inside a container 07:25:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:25:24 $ docker top 659ce6985833ea0d1ee0f297bcd9213e66ecb6b468286a35e86a677fafa9f672 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:25:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:25:24 [ssh-agent] Looking for ssh-agent implementation... 07:25:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:25:25 $ docker exec 659ce6985833ea0d1ee0f297bcd9213e66ecb6b468286a35e86a677fafa9f672 ssh-agent 07:25:26 SSH_AUTH_SOCK=/tmp/ssh-se0ayFm87tEG/agent.11 07:25:26 SSH_AGENT_PID=16 07:25:26 Running ssh-add (command line suppressed) 07:25:26 Identity added: /w/workspace/edgex-go/3@tmp/private_key_5808048759130857190.key (/w/workspace/edgex-go/3@tmp/private_key_5808048759130857190.key) 07:25:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:25:27 + git tag --points-at HEAD [Pipeline] } 07:25:27 $ docker exec --env ******** --env ******** 659ce6985833ea0d1ee0f297bcd9213e66ecb6b468286a35e86a677fafa9f672 ssh-agent -k 07:25:28 unset SSH_AUTH_SOCK; 07:25:28 unset SSH_AGENT_PID; 07:25:28 echo Agent pid 16 killed; 07:25:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:25:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:25:28 [ssh-agent] Looking for ssh-agent implementation... 07:25:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:25:29 $ docker exec 659ce6985833ea0d1ee0f297bcd9213e66ecb6b468286a35e86a677fafa9f672 ssh-agent 07:25:29 SSH_AUTH_SOCK=/tmp/ssh-uOMGXq2Zfnkf/agent.45 07:25:29 SSH_AGENT_PID=50 07:25:29 Running ssh-add (command line suppressed) 07:25:30 Identity added: /w/workspace/edgex-go/3@tmp/private_key_929243206209266926.key (/w/workspace/edgex-go/3@tmp/private_key_929243206209266926.key) 07:25:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:25:30 + git semver init 07:25:30 # -> Open(): unable to determine branch for HEAD 07:25:30 # $GIT_DIR = /w/workspace/edgex-go/3/.git 07:25:30 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 07:25:30 # $SEMVER_REMOTE_NAME = origin 07:25:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:25:30 # $SEMVER_USER_NAME = edgex-jenkins 07:25:30 # $SEMVER_BRANCH = PR-3450 07:25:30 # $SEMVER_TEMP = /tmp/semver-308598010 07:25:30 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:26:18 # '/tmp/semver-308598010' -> '/w/workspace/edgex-go/3/.semver' 07:26:18 # -> Force: false 07:26:18 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 07:26:19 $ docker exec --env ******** --env ******** 659ce6985833ea0d1ee0f297bcd9213e66ecb6b468286a35e86a677fafa9f672 ssh-agent -k 07:26:20 unset SSH_AUTH_SOCK; 07:26:20 unset SSH_AGENT_PID; 07:26:20 echo Agent pid 50 killed; 07:26:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:26:21 + git semver [Pipeline] } 07:26:22 $ docker stop --time=1 659ce6985833ea0d1ee0f297bcd9213e66ecb6b468286a35e86a677fafa9f672 07:26:25 $ docker rm -f 659ce6985833ea0d1ee0f297bcd9213e66ecb6b468286a35e86a677fafa9f672 [Pipeline] // withDockerContainer [Pipeline] sh 07:26:26 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:26:27 Stashed 1 file(s) [Pipeline] echo 07:26:27 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:26:28 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:26:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:26:29 + true 07:26:29 + sudo service docker restart 07:26:29 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 07:26:31 ========================================================= 07:26:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 07:26:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:26:31 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 07:26:42 Sending build context to Docker daemon 330.2MB 07:26:42 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 07:26:42 Step 2/6 : FROM ${BASE} 07:26:42 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 07:26:42 540db60ca938: Pulling fs layer 07:26:42 adcc1eea9eea: Pulling fs layer 07:26:42 4c4ab2625f07: Pulling fs layer 07:26:42 0510c868ecb4: Pulling fs layer 07:26:42 afea3b2eda06: Pulling fs layer 07:26:42 7809a108b3ef: Pulling fs layer 07:26:42 f706445af74f: Pulling fs layer 07:26:42 afea3b2eda06: Waiting 07:26:42 7809a108b3ef: Waiting 07:26:42 f706445af74f: Waiting 07:26:42 0510c868ecb4: Waiting 07:26:42 4c4ab2625f07: Verifying Checksum 07:26:42 4c4ab2625f07: Download complete 07:26:42 adcc1eea9eea: Verifying Checksum 07:26:42 adcc1eea9eea: Download complete 07:26:42 afea3b2eda06: Verifying Checksum 07:26:42 afea3b2eda06: Download complete 07:26:42 7809a108b3ef: Download complete 07:26:42 540db60ca938: Verifying Checksum 07:26:42 540db60ca938: Download complete 07:26:43 Still waiting to schedule task 07:26:43 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4376’ is offline 07:26:44 540db60ca938: Pull complete 07:26:44 adcc1eea9eea: Pull complete 07:26:45 4c4ab2625f07: Pull complete 07:26:48 f706445af74f: Verifying Checksum 07:26:48 f706445af74f: Download complete 07:26:50 0510c868ecb4: Verifying Checksum 07:26:50 0510c868ecb4: Download complete 07:27:09 0510c868ecb4: Pull complete 07:27:09 afea3b2eda06: Pull complete 07:27:09 7809a108b3ef: Pull complete 07:27:14 f706445af74f: Pull complete 07:27:14 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 07:27:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 07:27:14 ---> b068be0155e3 07:27:14 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 07:27:14 ---> Running in a0f325a9f7e6 07:27:16 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:27:17 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:27:18 (1/12) Installing libmagic (5.39-r0) 07:27:19 (2/12) Installing file (5.39-r0) 07:27:19 (3/12) Installing libc-dev (0.7.2-r3) 07:27:19 (4/12) Installing g++ (10.2.1_pre1-r3) 07:27:29 (5/12) Installing fortify-headers (1.1-r0) 07:27:29 (6/12) Installing patch (2.7.6-r6) 07:27:30 (7/12) Installing build-base (0.5-r2) 07:27:30 (8/12) Installing libsodium (1.0.18-r0) 07:27:30 (9/12) Installing pkgconf (1.7.3-r0) 07:27:30 (10/12) Installing libsodium-dev (1.0.18-r0) 07:27:30 (11/12) Installing libzmq (4.3.3-r1) 07:27:31 (12/12) Installing zeromq-dev (4.3.3-r1) 07:27:31 Executing busybox-1.32.1-r6.trigger 07:27:31 OK: 219 MiB in 52 packages 07:27:36 Removing intermediate container a0f325a9f7e6 07:27:36 ---> bea4d9fea36b 07:27:36 Step 4/6 : WORKDIR /edgex-go 07:27:36 ---> Running in ae15ba0b4fc6 07:27:36 Removing intermediate container ae15ba0b4fc6 07:27:36 ---> 9d49f82c6113 07:27:36 Step 5/6 : COPY go.mod . 07:27:37 ---> 6bf636414ee9 07:27:37 Step 6/6 : RUN go mod download 07:27:37 ---> Running in d1d547853916 07:28:25 Removing intermediate container d1d547853916 07:28:25 ---> ee494a79a15d 07:28:25 Successfully built ee494a79a15d 07:28:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:28:25 + docker inspect -f . ci-base-image-x86_64 07:28:26 . [Pipeline] withDockerContainer 07:28:26 prd-centos7-docker-4c-2g-4374 does not seem to be running inside a container 07:28:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:28:28 $ docker top 0eca44e7faa0a1fbc794120764c8cbfdd200531651caa6a1e25680782cc33470 -eo pid,comm [Pipeline] { [Pipeline] sh 07:28:30 + go version 07:28:30 go version go1.16.3 linux/amd64 [Pipeline] } 07:28:30 $ docker stop --time=1 0eca44e7faa0a1fbc794120764c8cbfdd200531651caa6a1e25680782cc33470 07:28:32 $ docker rm -f 0eca44e7faa0a1fbc794120764c8cbfdd200531651caa6a1e25680782cc33470 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:28:33 + docker inspect -f . ci-base-image-x86_64 07:28:33 . [Pipeline] withDockerContainer 07:28:34 prd-centos7-docker-4c-2g-4374 does not seem to be running inside a container 07:28:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:28:35 $ docker top e4d7c4e2c425aab68a48fd63f9a0cb3f6ec8665e09906348858c2b6d0533d5f3 -eo pid,comm [Pipeline] { [Pipeline] echo 07:28:36 ========================================================= 07:28:36 [edgeXBuildGoParallel] Running Tests and Build... 07:28:36 ========================================================= [Pipeline] sh 07:28:37 + go mod tidy [Pipeline] sh 07:28:41 + make test 07:28:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:29:04 ? github.com/edgexfoundry/edgex-go [no test files] 07:29:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:30:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:30:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:30:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:30:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:30:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:30:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:30:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:30:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:30:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:30:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:30:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:30:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:30:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.298s coverage: 45.9% of statements 07:30:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:30:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:30:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:30:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:30:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:30:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 07:30:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.147s coverage: 19.8% of statements 07:30:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.302s coverage: 100.0% of statements 07:30:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4378 in /w/workspace/edgexfoundry_edgex-go_PR-3450 [Pipeline] { [Pipeline] ws 07:30:34 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 07:30:40 using credential edgex-jenkins-ssh 07:30:40 Cloning the remote Git repository 07:30:41 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.881s coverage: 27.8% of statements 07:30:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:30:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:30:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:30:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:30:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:30:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.223s coverage: 81.2% of statements 07:30:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:30:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.190s coverage: 100.0% of statements 07:30:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:30:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.174s coverage: 100.0% of statements 07:30:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:30:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:30:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:30:40 > git init /w/workspace/edgex-go/3 # timeout=10 07:30:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:30:40 > git --version # timeout=10 07:30:40 > git --version # 'git version 2.17.1' 07:30:40 using GIT_SSH to set credentials SSH Credentials for GitHub 07:30:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:30:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.194s coverage: 71.3% of statements 07:30:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:30:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:30:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.516s coverage: 87.7% of statements 07:30:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:30:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:30:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.158s coverage: 78.9% of statements 07:30:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:30:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.856s coverage: 28.6% of statements 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:30:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.176s coverage: 100.0% of statements 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:30:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.275s coverage: 100.0% of statements 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:30:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.382s coverage: 86.7% of statements 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:30:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.429s coverage: 97.5% of statements 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:30:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.339s coverage: 78.3% of statements 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:30:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.719s coverage: 95.1% of statements 07:30:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:30:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:30:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:30:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:30:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.085s coverage: 58.8% of statements 07:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:30:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.139s coverage: 0.9% of statements 07:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:30:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.123s coverage: 22.0% of statements 07:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.118s coverage: 47.1% of statements 07:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.137s coverage: 79.5% of statements 07:30:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.091s coverage: 94.1% of statements 07:30:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.236s coverage: 96.3% of statements 07:30:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.241s coverage: 87.5% of statements 07:30:56 Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit 79fa5644378b30d66480b3ba9985cf50fe859cfe 07:30:57 Merge succeeded, producing 79fa5644378b30d66480b3ba9985cf50fe859cfe 07:30:57 Checking out Revision 79fa5644378b30d66480b3ba9985cf50fe859cfe (PR-3450) 07:30:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:30:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:30:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:30:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:30:55 using GIT_SSH to set credentials SSH Credentials for GitHub 07:30:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3450/head:refs/remotes/origin/PR-3450 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:30:56 > git config core.sparsecheckout # timeout=10 07:30:56 > git checkout -f 79fa5644378b30d66480b3ba9985cf50fe859cfe # timeout=10 07:30:57 > git remote # timeout=10 07:30:57 > git config --get remote.origin.url # timeout=10 07:30:57 using GIT_SSH to set credentials SSH Credentials for GitHub 07:30:57 > git merge 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 07:30:57 > git rev-parse HEAD^{commit} # timeout=10 07:30:57 > git config core.sparsecheckout # timeout=10 07:30:57 > git checkout -f 79fa5644378b30d66480b3ba9985cf50fe859cfe # timeout=10 07:31:01 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:31:03 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:31:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:31:04 + sudo service docker restart 07:31:04 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:31:07 provisioning config files... 07:31:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2457932956101062277tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:31:07 ---> docker-login.sh 07:31:07 nexus3.edgexfoundry.org:10001 07:31:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.115s coverage: 94.4% of statements 07:31:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.120s coverage: 44.8% of statements 07:31:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:08 Configure a credential helper to remove this warning. See 07:31:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:08 07:31:08 Login Succeeded 07:31:08 nexus3.edgexfoundry.org:10002 07:31:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:08 Configure a credential helper to remove this warning. See 07:31:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:08 07:31:08 Login Succeeded 07:31:09 nexus3.edgexfoundry.org:10003 07:31:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:09 Configure a credential helper to remove this warning. See 07:31:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:09 07:31:09 Login Succeeded 07:31:09 nexus3.edgexfoundry.org:10004 07:31:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:10 Configure a credential helper to remove this warning. See 07:31:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:10 07:31:10 Login Succeeded 07:31:10 docker.io 07:31:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:31:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:31:10 Configure a credential helper to remove this warning. See 07:31:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:31:10 07:31:10 Login Succeeded 07:31:10 ---> docker-login.sh ends [Pipeline] } 07:31:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:31:11 ========================================================= 07:31:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 07:31:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:31:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.082s coverage: 81.8% of statements 07:31:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 07:31:11 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 07:31:14 Sending build context to Docker daemon 167.7MB 07:31:14 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 07:31:14 Step 2/6 : FROM ${BASE} 07:31:14 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:31:14 595b0fe564bb: Pulling fs layer 07:31:14 7186ed65a4f7: Pulling fs layer 07:31:14 316046926c0a: Pulling fs layer 07:31:14 4ebd0625c992: Pulling fs layer 07:31:14 207e8628e3a3: Pulling fs layer 07:31:14 c791037a9be2: Pulling fs layer 07:31:14 ffd874e62e21: Pulling fs layer 07:31:14 4ebd0625c992: Waiting 07:31:14 c791037a9be2: Waiting 07:31:14 207e8628e3a3: Waiting 07:31:14 ffd874e62e21: Waiting 07:31:14 316046926c0a: Verifying Checksum 07:31:14 316046926c0a: Download complete 07:31:14 7186ed65a4f7: Download complete 07:31:14 207e8628e3a3: Verifying Checksum 07:31:14 207e8628e3a3: Download complete 07:31:14 c791037a9be2: Verifying Checksum 07:31:14 c791037a9be2: Download complete 07:31:14 595b0fe564bb: Verifying Checksum 07:31:14 595b0fe564bb: Download complete 07:31:14 595b0fe564bb: Pull complete 07:31:15 7186ed65a4f7: Pull complete 07:31:15 316046926c0a: Pull complete 07:31:16 ffd874e62e21: Verifying Checksum 07:31:16 ffd874e62e21: Download complete 07:31:17 4ebd0625c992: Verifying Checksum 07:31:17 4ebd0625c992: Download complete 07:31:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.394s coverage: 92.9% of statements 07:31:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:31:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:31:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:31:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.116s coverage: 65.1% of statements 07:31:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:31:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 07:31:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 07:31:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 07:31:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 07:31:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.125s coverage: 87.2% of statements 07:31:20 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:31:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:31:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.113s coverage: 100.0% of statements 07:31:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:31:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.273s coverage: 76.0% of statements 07:31:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:31:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 80.0% of statements 07:31:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.253s coverage: 87.2% of statements 07:31:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.282s coverage: 85.4% of statements 07:31:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.203s coverage: 91.2% of statements 07:31:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:31:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.535s coverage: 64.4% of statements 07:31:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:31:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:31:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.312s coverage: 100.0% of statements 07:31:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.070s coverage: 91.3% of statements 07:31:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements 07:31:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.111s coverage: 73.7% of statements 07:31:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 07:31:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.723s coverage: 66.9% of statements 07:31:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:31:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:31:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 07:31:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.343s coverage: 43.4% of statements 07:31:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:31:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:31:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.078s coverage: 89.5% of statements 07:31:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:31:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.065s coverage: 84.8% of statements 07:31:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.190s coverage: 47.0% of statements 07:31:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:31:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:31:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:31:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:31:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:31:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.105s coverage: 100.0% of statements 07:31:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:31:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements 07:31:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:31:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 07:31:29 4ebd0625c992: Pull complete 07:31:29 207e8628e3a3: Pull complete 07:31:29 c791037a9be2: Pull complete 07:31:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.153s coverage: 22.7% of statements 07:31:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 07:31:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.243s coverage: 92.6% of statements 07:31:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 07:31:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 07:31:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 07:31:32 ffd874e62e21: Pull complete 07:31:32 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 07:31:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 07:31:32 ---> cfc18b08335c 07:31:32 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 07:31:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.318s coverage: 28.7% of statements 07:31:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:31:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:31:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:31:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:31:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:31:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.085s coverage: 99.0% of statements 07:31:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:31:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.141s coverage: 100.0% of statements 07:31:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:31:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 07:31:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 07:31:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.113s coverage: 64.6% of statements 07:31:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 07:31:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.224s coverage: 97.6% of statements 07:31:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 07:31:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 07:31:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 07:31:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements 07:31:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:31:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:31:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.065s coverage: 87.9% of statements 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:31:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:31:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.089s coverage: 100.0% of statements 07:31:35 ---> Running in f7bc289f00c4 07:31:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.296s coverage: 28.1% of statements 07:31:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 07:31:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.050s coverage: 85.7% of statements 07:31:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 07:31:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.096s coverage: 100.0% of statements 07:31:36 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:31:37 GO111MODULE=on go vet ./... 07:31:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:31:39 (1/12) Installing libmagic (5.39-r0) 07:31:39 (2/12) Installing file (5.39-r0) 07:31:39 (3/12) Installing libc-dev (0.7.2-r3) 07:31:39 (4/12) Installing g++ (10.2.1_pre1-r3) 07:31:49 (5/12) Installing fortify-headers (1.1-r0) 07:31:49 (6/12) Installing patch (2.7.6-r6) 07:31:49 (7/12) Installing build-base (0.5-r2) 07:31:49 (8/12) Installing libsodium (1.0.18-r0) 07:31:49 (9/12) Installing pkgconf (1.7.3-r0) 07:31:49 (10/12) Installing libsodium-dev (1.0.18-r0) 07:31:49 (11/12) Installing libzmq (4.3.3-r1) 07:31:49 (12/12) Installing zeromq-dev (4.3.3-r1) 07:31:50 Executing busybox-1.32.1-r6.trigger 07:31:50 OK: 218 MiB in 52 packages 07:31:55 Removing intermediate container f7bc289f00c4 07:31:55 ---> 882f2db12d21 07:31:55 Step 4/6 : WORKDIR /edgex-go 07:31:55 ---> Running in 3bf7f5e4fd8b 07:31:55 Removing intermediate container 3bf7f5e4fd8b 07:31:55 ---> 4e2732a88363 07:31:55 Step 5/6 : COPY go.mod . 07:31:56 ---> fd71cb6b75a3 07:31:56 Step 6/6 : RUN go mod download 07:31:56 ---> Running in 4d3f624d6a56 07:32:22 Removing intermediate container 4d3f624d6a56 07:32:22 ---> 98f36a103056 07:32:22 Successfully built 98f36a103056 07:32:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:32:23 + docker inspect -f . ci-base-image-arm64 07:32:23 . [Pipeline] withDockerContainer 07:32:23 prd-ubuntu18.04-docker-arm64-4c-16g-4378 does not seem to be running inside a container 07:32:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:32:25 $ docker top a4e738bff60047f20cc901d36bcb736187045d6d75b6f24583e1d8d7157d9d37 -eo pid,comm [Pipeline] { [Pipeline] sh 07:32:26 + go version 07:32:26 go version go1.16.3 linux/arm64 [Pipeline] } 07:32:26 $ docker stop --time=1 a4e738bff60047f20cc901d36bcb736187045d6d75b6f24583e1d8d7157d9d37 07:32:27 $ docker rm -f a4e738bff60047f20cc901d36bcb736187045d6d75b6f24583e1d8d7157d9d37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:32:28 + docker inspect -f . ci-base-image-arm64 07:32:28 . [Pipeline] withDockerContainer 07:32:28 prd-ubuntu18.04-docker-arm64-4c-16g-4378 does not seem to be running inside a container 07:32:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:32:30 $ docker top ccf5374460f5a812f7f585c145ef62f4d0ed7afc02fad5e5e982ab205438b162 -eo pid,comm [Pipeline] { [Pipeline] echo 07:32:30 ========================================================= 07:32:30 [edgeXBuildGoParallel] Running Tests and Build... 07:32:30 ========================================================= [Pipeline] sh 07:32:31 + go mod tidy [Pipeline] sh 07:32:32 + make test 07:32:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:32:46 gofmt -l . 07:32:47 [ "`gofmt -l .`" = "" ] 07:32:48 ./bin/test-go-mod-tidy.sh 07:32:49 ./bin/test-attribution-txt.sh [Pipeline] sh 07:32:52 + ls -al . 07:32:52 total 828 07:32:52 drwxrwxr-x 10 1001 1001 4096 May 11 07:32 . 07:32:52 drwxr-xr-x 4 root root 28 May 11 07:28 .. 07:32:52 -rw-rw-r-- 1 1001 1001 11 May 11 07:24 .dockerignore 07:32:52 drwxrwxr-x 8 1001 1001 179 May 11 07:24 .git 07:32:52 drwxrwxr-x 3 1001 1001 125 May 11 07:24 .github 07:32:52 -rw-rw-r-- 1 1001 1001 818 May 11 07:24 .gitignore 07:32:52 drwx------ 3 1001 1001 60 May 11 07:26 .semver 07:32:52 -rw-rw-r-- 1 1001 1001 166 May 11 07:24 .sonarcloud.properties 07:32:52 -rw-rw-r-- 1 1001 1001 8609 May 11 07:24 Attribution.txt 07:32:52 -rw-rw-r-- 1 1001 1001 3804 May 11 07:24 CONTRIBUTING.md 07:32:52 -rw-rw-r-- 1 1001 1001 931 May 11 07:24 Dockerfile.build 07:32:52 -rw-rw-r-- 1 1001 1001 863 May 11 07:24 Jenkinsfile 07:32:52 -rw-rw-r-- 1 1001 1001 10775 May 11 07:24 LICENSE 07:32:52 -rw-rw-r-- 1 1001 1001 5774 May 11 07:24 Makefile 07:32:52 -rw-rw-r-- 1 1001 1001 7978 May 11 07:24 README.md 07:32:52 -rw-rw-r-- 1 1001 1001 6755 May 11 07:24 SECURITY.md 07:32:52 -rw-rw-r-- 1 1001 1001 5 May 11 07:26 VERSION 07:32:52 -rw-rw-r-- 1 1001 1001 4131 May 11 07:24 ZMQWindows.md 07:32:52 drwxrwxr-x 2 1001 1001 117 May 11 07:24 bin 07:32:52 drwxrwxr-x 14 1001 1001 4096 May 11 07:24 cmd 07:32:52 -rw-r--r-- 1 root root 719397 May 11 07:31 coverage.out 07:32:52 -rw-r--r-- 1 root root 1060 May 11 07:32 go.mod 07:32:52 -rw-r--r-- 1 root root 21706 May 11 07:28 go.sum 07:32:52 drwxrwxr-x 8 1001 1001 127 May 11 07:24 internal 07:32:52 drwxrwxr-x 4 1001 1001 26 May 11 07:24 openapi 07:32:52 drwxrwxr-x 4 1001 1001 71 May 11 07:24 snap 07:32:52 -rw-rw-r-- 1 1001 1001 168 May 11 07:24 version.go [Pipeline] sh 07:32:52 + '[' -e coverage.out ] 07:32:52 + chown 1001:1001 coverage.out [Pipeline] stash 07:32:53 Stashed 1 file(s) [Pipeline] sh 07:32:53 + make build 07:32:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:32:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:32:59 ? github.com/edgexfoundry/edgex-go [no test files] 07:33: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 07:33:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:33:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:33:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:33:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:33: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 07:33: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 07:33:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:33:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:33:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:33:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:34:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [Pipeline] } 07:34:03 $ docker stop --time=1 e4d7c4e2c425aab68a48fd63f9a0cb3f6ec8665e09906348858c2b6d0533d5f3 07:34:05 $ docker rm -f e4d7c4e2c425aab68a48fd63f9a0cb3f6ec8665e09906348858c2b6d0533d5f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:34:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:34:08 07:34:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:34:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:34:09 latest: Pulling from edgex-devops/edgex-compose 07:34:09 cbdbe7a5bc2a: Pulling fs layer 07:34:09 ca9280d653b3: Pulling fs layer 07:34:09 7e9c9ca2126c: Pulling fs layer 07:34:09 cbdbe7a5bc2a: Verifying Checksum 07:34:09 cbdbe7a5bc2a: Download complete 07:34:11 cbdbe7a5bc2a: Pull complete 07:34:11 ca9280d653b3: Download complete 07:34:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:34:11 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:34:14 ca9280d653b3: Pull complete 07:34:15 7e9c9ca2126c: Verifying Checksum 07:34:15 7e9c9ca2126c: Download complete 07:34:16 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:34:16 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:34:16 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:34:16 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:34:21 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:34:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:34:30 7e9c9ca2126c: Pull complete 07:34:30 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:34:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:34:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:34:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:34:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:34:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] withDockerContainer 07:34:30 prd-centos7-docker-4c-2g-4374 does not seem to be running inside a container 07:34:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:34:33 $ docker top 3c0b38ebeda97029901b99821db5046df96af6bb06178b76a8de508901178a6c -eo pid,comm [Pipeline] { [Pipeline] sh 07:34:35 + docker-compose build --help 07:34:35 + grep parallel 07:34:35 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.286s coverage: 45.9% of statements 07:34:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:34:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:34:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:34:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:34:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:34:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 07:34:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.152s coverage: 19.8% of statements 07:34:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.328s coverage: 100.0% of statements 07:34:37 --parallel Build images in parallel. [Pipeline] } 07:34:37 $ docker stop --time=1 3c0b38ebeda97029901b99821db5046df96af6bb06178b76a8de508901178a6c 07:34:39 $ docker rm -f 3c0b38ebeda97029901b99821db5046df96af6bb06178b76a8de508901178a6c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:34:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:34:39 . [Pipeline] withDockerContainer 07:34:40 prd-centos7-docker-4c-2g-4374 does not seem to be running inside a container 07:34:40 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 07:34:41 $ docker top cf550114799e2ad8f7fbc4fe6a2dcc510dfb797c10b0d1eb04f060494b66031b -eo pid,comm [Pipeline] { [Pipeline] sh 07:34:42 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.547s coverage: 27.8% of statements 07:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:34:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.292s coverage: 81.2% of statements 07:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:34:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.196s coverage: 100.0% of statements 07:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:34:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.141s coverage: 100.0% of statements 07:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:34:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:34:43 + docker-compose -f ./docker-compose-build.yml build --parallel 07:34:44 Building docker-core-command-go ... 07:34:44 Building docker-core-data-go ... 07:34:44 Building docker-core-metadata-go ... 07:34:44 Building docker-security-bootstrapper-go ... 07:34:44 Building docker-security-proxy-setup-go ... 07:34:44 Building docker-security-secretstore-setup-go ... 07:34:44 Building docker-support-notifications-go ... 07:34:44 Building docker-support-scheduler-go ... 07:34:44 Building docker-sys-mgmt-agent-go ... 07:34:44 Building docker-support-scheduler-go 07:34:44 Building docker-core-command-go 07:34:44 Building docker-support-notifications-go 07:34:44 Building docker-security-secretstore-setup-go 07:34:44 Building docker-security-bootstrapper-go 07:34:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.269s coverage: 71.3% of statements 07:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:34:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.437s coverage: 87.7% of statements 07:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:34:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.189s coverage: 78.9% of statements 07:34:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:34:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.191s coverage: 28.6% of statements 07:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:34:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.365s coverage: 100.0% of statements 07:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:34:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.163s coverage: 100.0% of statements 07:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:34:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.449s coverage: 86.7% of statements 07:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:34:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.433s coverage: 97.5% of statements 07:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:34:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.247s coverage: 78.3% of statements 07:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:35:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.365s coverage: 95.1% of statements 07:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:35:03 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:35:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.111s coverage: 58.8% of statements 07:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:35:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.213s coverage: 0.9% of statements 07:35:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:35:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.140s coverage: 22.0% of statements 07:35:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:35:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.184s coverage: 47.1% of statements 07:35:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.268s coverage: 79.5% of statements 07:35:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.140s coverage: 94.1% of statements 07:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.149s coverage: 96.3% of statements 07:35:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.161s coverage: 87.5% of statements 07:35:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.156s coverage: 94.4% of statements 07:35:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.120s coverage: 44.8% of statements 07:35:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.488s coverage: 81.8% of statements 07:35:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 07:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.184s coverage: 92.9% of statements 07:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements 07:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 07:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 07:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 07:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 07:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements 07:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements 07:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.160s coverage: 76.0% of statements 07:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.139s coverage: 80.0% of statements 07:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.222s coverage: 87.2% of statements 07:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.201s coverage: 85.4% of statements 07:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.231s coverage: 91.2% of statements 07:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.569s coverage: 64.4% of statements 07:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:35:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.127s coverage: 100.0% of statements 07:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements 07:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements 07:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements 07:35:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements 07:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.053s coverage: 66.9% of statements 07:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 07:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.737s coverage: 43.4% of statements 07:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.142s coverage: 89.5% of statements 07:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.085s coverage: 84.8% of statements 07:35:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.370s coverage: 47.0% of statements 07:35:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:35:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:35:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:35:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:35:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:35:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.112s coverage: 100.0% of statements 07:35:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:35:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.110s coverage: 100.0% of statements 07:35:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:35:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 07:35:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.232s coverage: 22.7% of statements 07:35:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 07:35:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.394s coverage: 92.6% of statements 07:35:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 07:35:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 07:35:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 07:35:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.527s coverage: 28.7% of statements 07:35:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:35:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:35:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:35:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:35:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:35:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.171s coverage: 99.0% of statements 07:35:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:35:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.244s coverage: 100.0% of statements 07:35:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:35:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 07:35:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 07:35:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.251s coverage: 64.6% of statements 07:35:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 07:35:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.359s coverage: 97.6% of statements 07:35:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 07:35:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 07:35:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 07:35:55 ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements 07:35:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:35:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.097s coverage: 100.0% of statements 07:35:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:35:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:35:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:35:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:35:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements 07:35:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:35:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:35:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements 07:35:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.115s coverage: 28.1% of statements 07:35:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 07:35:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.056s coverage: 85.7% of statements 07:35:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 07:35:55 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 07:35:55 GO111MODULE=on go vet ./... 07:36:07 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:36:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:36:07 ---> ee494a79a15d 07:36:07 Step 3/24 : WORKDIR /edgex-go 07:36:07 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:36:07 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:36:07 ---> ee494a79a15d 07:36:07 Step 3/26 : WORKDIR /edgex-go 07:36:07 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:36:07 Step 2/32 : FROM ${BUILDER_BASE} AS builder 07:36:07 ---> ee494a79a15d 07:36:07 Step 3/32 : WORKDIR /edgex-go 07:36:07 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:36:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:36:07 ---> ee494a79a15d 07:36:07 Step 3/23 : WORKDIR /edgex-go 07:36:07 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:36:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:36:07 ---> ee494a79a15d 07:36:07 Step 3/23 : WORKDIR /edgex-go 07:36:07 ---> Running in f783d2d62e77 07:36:07 ---> Running in 757855ba0431 07:36:07 ---> Running in c5799255d798 07:36:07 ---> Running in 7b01b4b6fa32 07:36:07 ---> Running in 611ea52ffdd3 07:36:07 Removing intermediate container f783d2d62e77 07:36:07 ---> ed1f11438f98 07:36:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:07 Removing intermediate container 757855ba0431 07:36:07 ---> 83120b366351 07:36:07 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:07 Removing intermediate container 7b01b4b6fa32 07:36:07 ---> 06a6d2b124eb 07:36:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:07 Removing intermediate container c5799255d798 07:36:07 ---> 374354c314a5 07:36:07 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:07 Removing intermediate container 611ea52ffdd3 07:36:07 ---> 6012e83e1d6c 07:36:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:07 ---> Running in 6e2e6eca60ff 07:36:07 ---> Running in 28e6d8c10c56 07:36:07 ---> Running in 69948a63b26f 07:36:07 ---> Running in d414be61e2aa 07:36:07 ---> Running in b525f8d44d92 07:36:09 Removing intermediate container 28e6d8c10c56 07:36:09 ---> 4e12be154838 07:36:09 Step 5/32 : RUN apk add --update --no-cache make git 07:36:10 Removing intermediate container d414be61e2aa 07:36:10 ---> 646a94ef9d80 07:36:10 Step 5/26 : RUN apk add --update --no-cache make git 07:36:10 Removing intermediate container 69948a63b26f 07:36:10 ---> 9dd704c4f8f9 07:36:10 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 07:36:10 ---> Running in c1c62efc3c02 07:36:10 Removing intermediate container b525f8d44d92 07:36:10 ---> 7d069e95822f 07:36:10 Step 5/23 : RUN apk add --update --no-cache make git 07:36:10 Removing intermediate container 6e2e6eca60ff 07:36:10 ---> 93409f3f10e5 07:36:10 Step 5/24 : RUN apk add --update --no-cache make git 07:36:10 ---> Running in cb66714c4d4b 07:36:10 ---> Running in eb2e5c699aa9 07:36:10 ---> Running in e425a3b020f4 07:36:10 ---> Running in c75df5982ef4 07:36:13 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:36:13 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:36:13 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:36:13 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:36:13 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:36:14 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:36:14 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:36:14 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:36:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:36:16 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:36:17 OK: 219 MiB in 52 packages 07:36:17 OK: 219 MiB in 52 packages 07:36:17 OK: 219 MiB in 52 packages 07:36:17 OK: 219 MiB in 52 packages 07:36:18 OK: 219 MiB in 52 packages 07:36:18 Removing intermediate container c1c62efc3c02 07:36:18 ---> af26b6a7de58 07:36:18 Step 6/32 : COPY go.mod . 07:36:19 Removing intermediate container eb2e5c699aa9 07:36:19 ---> 618f408dda17 07:36:19 Step 6/23 : COPY go.mod . 07:36:19 Removing intermediate container c75df5982ef4 07:36:19 ---> a2d1678c1af2 07:36:19 Step 6/24 : COPY go.mod . 07:36:19 Removing intermediate container e425a3b020f4 07:36:19 ---> 9383d0be76e5 07:36:19 Step 6/23 : COPY go.mod . 07:36:19 Removing intermediate container cb66714c4d4b 07:36:19 ---> ac41dded07ed 07:36:19 Step 6/26 : COPY go.mod . 07:36:19 ---> 93c80fb7d123 07:36:19 Step 7/23 : RUN go mod download 07:36:20 ---> e233d712c913 07:36:20 Step 7/32 : RUN go mod download 07:36:20 ---> e31f2d2d615d 07:36:20 Step 7/23 : RUN go mod download 07:36:20 ---> 94312f781c90 07:36:20 Step 7/24 : RUN go mod download 07:36:20 ---> Running in 2d6045dcd627 07:36:20 ---> Running in 04d13544d541 07:36:20 ---> Running in beec63b14e9e 07:36:20 ---> Running in 65116b8d0611 07:36:20 ---> 5f0fa6d7ed46 07:36:20 Step 7/26 : RUN go mod download 07:36:20 ---> Running in 57e0fb683ac8 07:36:26 Removing intermediate container 65116b8d0611 07:36:26 ---> e7443819ca83 07:36:26 Step 8/24 : COPY . . 07:36:26 Removing intermediate container 57e0fb683ac8 07:36:26 ---> 63fd3829b670 07:36:26 Step 8/26 : COPY . . 07:36:26 Removing intermediate container 2d6045dcd627 07:36:26 ---> 52c51699df87 07:36:26 Step 8/23 : COPY . . 07:36:27 Removing intermediate container 04d13544d541 07:36:27 ---> 1913cefddae8 07:36:27 Step 8/23 : COPY . . 07:36:27 Removing intermediate container beec63b14e9e 07:36:27 ---> 2eab4f8d834e 07:36:27 Step 8/32 : COPY . . 07:37:32 gofmt -l . 07:37:32 [ "`gofmt -l .`" = "" ] 07:37:33 ./bin/test-go-mod-tidy.sh 07:37:34 ./bin/test-attribution-txt.sh [Pipeline] sh 07:37:37 + ls -al . 07:37:37 total 856 07:37:37 drwxrwxr-x 9 1001 1001 4096 May 11 07:37 . 07:37:37 drwxr-xr-x 4 root root 4096 May 11 07:32 .. 07:37:37 -rw-rw-r-- 1 1001 1001 11 May 11 07:30 .dockerignore 07:37:37 drwxrwxr-x 8 1001 1001 4096 May 11 07:31 .git 07:37:37 drwxrwxr-x 3 1001 1001 4096 May 11 07:30 .github 07:37:37 -rw-rw-r-- 1 1001 1001 818 May 11 07:30 .gitignore 07:37:37 -rw-rw-r-- 1 1001 1001 166 May 11 07:30 .sonarcloud.properties 07:37:37 -rw-rw-r-- 1 1001 1001 8609 May 11 07:30 Attribution.txt 07:37:37 -rw-rw-r-- 1 1001 1001 3804 May 11 07:30 CONTRIBUTING.md 07:37:37 -rw-rw-r-- 1 1001 1001 931 May 11 07:30 Dockerfile.build 07:37:37 -rw-rw-r-- 1 1001 1001 863 May 11 07:30 Jenkinsfile 07:37:37 -rw-rw-r-- 1 1001 1001 10775 May 11 07:30 LICENSE 07:37:37 -rw-rw-r-- 1 1001 1001 5774 May 11 07:30 Makefile 07:37:37 -rw-rw-r-- 1 1001 1001 7978 May 11 07:30 README.md 07:37:37 -rw-rw-r-- 1 1001 1001 6755 May 11 07:30 SECURITY.md 07:37:37 -rw-rw-r-- 1 1001 1001 5 May 11 07:26 VERSION 07:37:37 -rw-rw-r-- 1 1001 1001 4131 May 11 07:30 ZMQWindows.md 07:37:37 drwxrwxr-x 2 1001 1001 4096 May 11 07:30 bin 07:37:37 drwxrwxr-x 14 1001 1001 4096 May 11 07:30 cmd 07:37:37 -rw-r--r-- 1 root root 719397 May 11 07:35 coverage.out 07:37:37 -rw-r--r-- 1 root root 1060 May 11 07:37 go.mod 07:37:37 -rw-r--r-- 1 root root 21706 May 11 07:32 go.sum 07:37:37 drwxrwxr-x 8 1001 1001 4096 May 11 07:30 internal 07:37:37 drwxrwxr-x 4 1001 1001 4096 May 11 07:30 openapi 07:37:37 drwxrwxr-x 4 1001 1001 4096 May 11 07:30 snap 07:37:37 -rw-rw-r-- 1 1001 1001 168 May 11 07:30 version.go [Pipeline] sh 07:37:38 + '[' -e coverage.out ] 07:37:38 + chown 1001:1001 coverage.out [Pipeline] stash 07:37:38 Warning: overwriting stash ‘coverage-report’ 07:37:39 Stashed 1 file(s) [Pipeline] sh 07:37:40 + make build 07:37:40 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:37:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:38:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:38:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:38:20 ---> 67508fb2ac87 07:38:20 Step 9/32 : RUN go mod tidy 07:38:20 ---> 5faca53f28bc 07:38:20 Step 9/23 : RUN go mod tidy 07:38:20 ---> dcdc30e18cf3 07:38:20 Step 9/23 : RUN go mod tidy 07:38:20 ---> Running in aac9e2008355 07:38:20 ---> Running in c8c07cc269f1 07:38:20 ---> Running in 663d39e03e5e 07:38:20 ---> 2331a8dfb43f 07:38:20 Step 9/24 : RUN go mod tidy 07:38:20 ---> f5aa285a6c4a 07:38:20 Step 9/26 : RUN go mod tidy 07:38:20 ---> Running in bc10e83cc98b 07:38:20 ---> Running in 477cee3d0c74 07:38:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:38:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:38:25 Removing intermediate container aac9e2008355 07:38:25 ---> 3a7a10354ff6 07:38:25 Step 10/23 : RUN make cmd/support-notifications/support-notifications 07:38:25 Removing intermediate container 663d39e03e5e 07:38:25 ---> 51721b5ef152 07:38:25 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 07:38:25 ---> Running in 9897cc8b3b1f 07:38:25 Removing intermediate container c8c07cc269f1 07:38:25 ---> d6412be414a3 07:38:25 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 07:38:25 Removing intermediate container bc10e83cc98b 07:38:25 ---> 2c172d921d64 07:38:25 Step 10/24 : RUN make cmd/core-command/core-command 07:38:25 Removing intermediate container 477cee3d0c74 07:38:25 ---> f01f7e8626cd 07:38:25 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:38:25 ---> Running in 58601cff213f 07:38:25 ---> Running in b0c7390eda78 07:38:25 ---> Running in a9a0164f86dd 07:38:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:38:26 ---> Running in 254ed94663a3 07:38: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 07:38:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:38:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:38:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:38:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:38:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:38:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:38:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:38:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:38:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 07:38:49 $ docker stop --time=1 ccf5374460f5a812f7f585c145ef62f4d0ed7afc02fad5e5e982ab205438b162 07:38:52 $ docker rm -f ccf5374460f5a812f7f585c145ef62f4d0ed7afc02fad5e5e982ab205438b162 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:38:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:38:53 07:38:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:38:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:38:54 latest: Pulling from edgex-devops/edgex-compose-arm64 07:38:54 29e5d40040c1: Pulling fs layer 07:38:54 1ce36da41761: Pulling fs layer 07:38:54 25b303627fd3: Pulling fs layer 07:38:54 29e5d40040c1: Verifying Checksum 07:38:54 29e5d40040c1: Download complete 07:38:55 29e5d40040c1: Pull complete 07:38:55 1ce36da41761: Verifying Checksum 07:38:55 1ce36da41761: Download complete 07:38:56 1ce36da41761: Pull complete 07:38:56 25b303627fd3: Verifying Checksum 07:38:56 25b303627fd3: Download complete 07:39:12 25b303627fd3: Pull complete 07:39:12 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:39:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:39:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 07:39:12 prd-ubuntu18.04-docker-arm64-4c-16g-4378 does not seem to be running inside a container 07:39:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:39:15 $ docker top 0d8bcdeb34f732a6ae491cbe2ef2192be8cd1c2c8f0e3824ca740662dc7daaab -eo pid,comm [Pipeline] { [Pipeline] sh 07:39:16 + docker-compose build --help 07:39:16 + grep parallel 07:39:19 --parallel Build images in parallel. [Pipeline] } 07:39:19 $ docker stop --time=1 0d8bcdeb34f732a6ae491cbe2ef2192be8cd1c2c8f0e3824ca740662dc7daaab 07:39:22 $ docker rm -f 0d8bcdeb34f732a6ae491cbe2ef2192be8cd1c2c8f0e3824ca740662dc7daaab [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:39:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:39:22 . [Pipeline] withDockerContainer 07:39:23 prd-ubuntu18.04-docker-arm64-4c-16g-4378 does not seem to be running inside a container 07:39:23 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:39:24 $ docker top 173f5cd194977d3c5337bc527bbdade7b35d9923b89d737547961a74f3264e31 -eo pid,comm [Pipeline] { [Pipeline] sh 07:39:25 + docker-compose -f ./docker-compose-build.yml build --parallel 07:39:29 Building docker-core-command-go ... 07:39:29 Building docker-core-data-go ... 07:39:29 Building docker-core-metadata-go ... 07:39:29 Building docker-security-bootstrapper-go ... 07:39:29 Building docker-security-proxy-setup-go ... 07:39:29 Building docker-security-secretstore-setup-go ... 07:39:29 Building docker-support-notifications-go ... 07:39:29 Building docker-support-scheduler-go ... 07:39:29 Building docker-sys-mgmt-agent-go ... 07:39:29 Building docker-support-scheduler-go 07:39:29 Building docker-security-bootstrapper-go 07:39:29 Building docker-core-command-go 07:39:29 Building docker-support-notifications-go 07:39:29 Building docker-security-proxy-setup-go 07:39:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:39:53 Removing intermediate container 58601cff213f 07:39:53 ---> a712bedf67a0 07:39:53 07:39:53 Step 11/32 : FROM alpine:3.12 07:39:53 3.12: Pulling from library/alpine 07:39:58 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:39:58 Status: Downloaded newer image for alpine:3.12 07:39:58 ---> 13621d1b12d4 07:39:58 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:40:01 ---> Running in 45262057575b 07:40:02 Removing intermediate container b0c7390eda78 07:40:02 ---> 547c6b57c7b4 07:40:02 07:40:02 Step 11/24 : FROM alpine:3.12 07:40:02 Removing intermediate container 9897cc8b3b1f 07:40:02 ---> 9b4ad0b738b2 07:40:02 07:40:02 Step 11/23 : FROM alpine:3.12 07:40:02 ---> 13621d1b12d4 07:40:02 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 07:40:02 ---> 13621d1b12d4 07:40:02 Step 12/24 : RUN apk add --update --no-cache dumb-init 07:40:03 Removing intermediate container a9a0164f86dd 07:40:03 ---> 52f281d19c93 07:40:03 07:40:03 Step 11/23 : FROM alpine:3.12 07:40:03 ---> 13621d1b12d4 07:40:03 Step 12/23 : RUN apk add --update --no-cache dumb-init 07:40:03 Removing intermediate container 45262057575b 07:40:03 ---> 6fae6a81f764 07:40:03 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 07:40:04 Removing intermediate container 254ed94663a3 07:40:04 ---> 8a747672f2fc 07:40:04 07:40:04 Step 11/26 : FROM alpine:3.12 07:40:04 ---> 13621d1b12d4 07:40:04 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 07:40:04 ---> Running in 41483f2c0db4 07:40:04 ---> Running in c1af4d432225 07:40:04 ---> Running in 0cb3f09ff46f 07:40:04 ---> Running in 00188e7fcf6f 07:40:04 ---> Running in f9e7eb2e27a7 07:40:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:40:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:40:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:40:07 (1/1) Installing dumb-init (1.2.2-r1) 07:40:07 Executing busybox-1.31.1-r20.trigger 07:40:07 OK: 6 MiB in 15 packages 07:40:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:40:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:40:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:40:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:40:08 Removing intermediate container 41483f2c0db4 07:40:08 ---> 9b91c6d7bcaa 07:40:08 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:40:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:40:08 (1/2) Installing ca-certificates (20191127-r4) 07:40:08 ---> Running in 54e5d38db6de 07:40:08 (2/2) Installing dumb-init (1.2.2-r1) 07:40:08 Executing busybox-1.31.1-r20.trigger 07:40:08 Executing ca-certificates-20191127-r4.trigger 07:40:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:40:08 OK: 6 MiB in 16 packages 07:40:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:40:08 (1/1) Installing dumb-init (1.2.2-r1) 07:40:08 Executing busybox-1.31.1-r20.trigger 07:40:08 OK: 6 MiB in 15 packages 07:40:09 (1/2) Installing dumb-init (1.2.2-r1) 07:40:09 (2/2) Installing su-exec (0.2-r1) 07:40:09 Executing busybox-1.31.1-r20.trigger 07:40:09 OK: 6 MiB in 16 packages 07:40:09 Removing intermediate container 54e5d38db6de 07:40:09 ---> defd57b903b8 07:40:09 Step 14/24 : ENV APP_PORT=48082 07:40:09 (1/6) Installing ca-certificates (20191127-r4) 07:40:09 (2/6) Installing nghttp2-libs (1.41.0-r0) 07:40:09 (3/6) Installing libcurl (7.76.1-r0) 07:40:09 (4/6) Installing curl (7.76.1-r0) 07:40:09 ---> Running in e1ac45967106 07:40:09 (5/6) Installing dumb-init (1.2.2-r1) 07:40:09 (6/6) Installing su-exec (0.2-r1) 07:40:09 Executing busybox-1.31.1-r20.trigger 07:40:09 Executing ca-certificates-20191127-r4.trigger 07:40:09 OK: 7 MiB in 20 packages 07:40:10 Removing intermediate container e1ac45967106 07:40:10 ---> 7274fd052b46 07:40:10 Step 15/24 : EXPOSE $APP_PORT 07:40:10 Removing intermediate container c1af4d432225 07:40:10 ---> 946a7101bdda 07:40:10 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:40:10 ---> Running in 8bbfa52f9305 07:40:10 ---> Running in df0e88d94991 07:40:10 Removing intermediate container 0cb3f09ff46f 07:40:10 ---> ef3878024b24 07:40:10 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:40:11 Removing intermediate container 00188e7fcf6f 07:40:11 ---> 1098ac6f3be8 07:40:11 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 07:40:11 Removing intermediate container 8bbfa52f9305 07:40:11 ---> 61f255b9ba9b 07:40:11 Step 16/24 : WORKDIR / 07:40:11 ---> Running in 6b947a7ad007 07:40:11 ---> Running in 0f577c0ce431 07:40:11 ---> Running in 45b28e889dd5 07:40:11 Removing intermediate container df0e88d94991 07:40:11 ---> 54ba4b22bb4f 07:40:11 Step 14/23 : ENV APP_PORT=48060 07:40:11 Removing intermediate container f9e7eb2e27a7 07:40:11 ---> 61b7940e5b1b 07:40:11 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:40:11 ---> Running in 804edd57f6b1 07:40:11 ---> Running in 1b237b042cc9 07:40:12 Removing intermediate container 6b947a7ad007 07:40:12 ---> ad7b4d7466ff 07:40:12 Step 14/23 : ENV APP_PORT=48085 07:40:12 Removing intermediate container 45b28e889dd5 07:40:12 ---> e91663308f1a 07:40:12 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:40:12 Removing intermediate container 0f577c0ce431 07:40:12 ---> c5da5d51988a 07:40:12 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:40:12 ---> Running in 880a1852409e 07:40:12 ---> Running in eb6b8f8c4668 07:40:12 Removing intermediate container 804edd57f6b1 07:40:12 ---> 4f7e216bfe89 07:40:12 Step 15/23 : EXPOSE $APP_PORT 07:40:12 ---> Running in 160d59ad1305 07:40:12 Removing intermediate container 1b237b042cc9 07:40:12 ---> 4ea68f4e478a 07:40:12 Step 14/26 : WORKDIR / 07:40:12 Removing intermediate container 880a1852409e 07:40:12 ---> 8a3d5f1dbdaf 07:40:12 Step 15/23 : EXPOSE $APP_PORT 07:40:13 ---> Running in f45d5eae2ad1 07:40:13 Removing intermediate container eb6b8f8c4668 07:40:13 ---> fd90e0155ea1 07:40:13 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:40:13 ---> Running in 2174d4e96929 07:40:13 ---> Running in a95b4d680320 07:40:13 ---> 1d9eec316120 07:40:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:40:13 Removing intermediate container 160d59ad1305 07:40:13 ---> 4ab807064b6a 07:40:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:40:13 Removing intermediate container f45d5eae2ad1 07:40:13 ---> 6bbfbed21dbc 07:40:13 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:40:13 Removing intermediate container 2174d4e96929 07:40:13 ---> 7b6244325f7c 07:40:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:40:14 ---> a3e8b6a1ac6c 07:40:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:40:14 ---> d138cc2ef36a 07:40:14 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:40:14 ---> 44ff1483ecef 07:40:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:40:15 ---> 03522627dba6 07:40:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:40:16 ---> ad1ff05da47b 07:40:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:40:16 ---> cba616fecc13 07:40:16 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:40:16 ---> 755bf7bbabc5 07:40:16 Step 20/24 : ENTRYPOINT ["/core-command"] 07:40:16 ---> Running in 624ab8b2d24e 07:40:16 Removing intermediate container a95b4d680320 07:40:16 ---> 54d2546a2eee 07:40:16 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 07:40:16 ---> 78eec50c9a66 07:40:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:40:17 ---> Running in 417712b4e209 07:40:17 ---> a1477829fe12 07:40:17 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 07:40:17 ---> dce70ec114c4 07:40:17 Step 19/23 : ENTRYPOINT ["/support-notifications"] 07:40:17 Removing intermediate container 624ab8b2d24e 07:40:17 ---> cc0a9e81bd8a 07:40:17 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:40:18 ---> Running in d53929e2cc66 07:40:18 ---> Running in f762e39f0c9f 07:40:18 ---> 63888b9e5596 07:40:18 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 07:40:18 Removing intermediate container 417712b4e209 07:40:18 ---> 742cf1dd0616 07:40:18 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:40:18 ---> Running in a42310ae3c46 07:40:18 ---> 8bccc3650770 07:40:18 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:40:19 Removing intermediate container d53929e2cc66 07:40:19 ---> dfba30941410 07:40:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:40:19 Removing intermediate container f762e39f0c9f 07:40:19 ---> 6c840e2cbe2d 07:40:19 Step 22/24 : LABEL arch=x86_64 07:40:19 ---> Running in 0d11d06db32b 07:40:19 ---> Running in d82560a5cdbd 07:40:19 Removing intermediate container a42310ae3c46 07:40:19 ---> 1ca55dcb8507 07:40:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:40:19 Removing intermediate container 0d11d06db32b 07:40:19 ---> 70ee46f1253d 07:40:19 Step 21/23 : LABEL arch=x86_64 07:40:19 ---> 2cdf8d3df0da 07:40:19 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:40:20 ---> Running in 4af51e512b43 07:40:20 ---> Running in a88a80718872 07:40:20 ---> Running in 6cccf0b7416b 07:40:20 ---> 57646081035d 07:40:20 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:40:20 Removing intermediate container d82560a5cdbd 07:40:20 ---> c47ab881260e 07:40:20 Step 23/24 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe 07:40:20 ---> Running in 73553961c03a 07:40:20 Removing intermediate container a88a80718872 07:40:20 ---> 49d5cc59eaef 07:40:20 Step 22/23 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe 07:40:20 Removing intermediate container 4af51e512b43 07:40:20 ---> 99c46ca23e4b 07:40:20 Step 21/23 : LABEL arch=x86_64 07:40:21 ---> Running in 83bd637a6192 07:40:21 ---> Running in 775849a3fa71 07:40:21 Removing intermediate container 73553961c03a 07:40:21 ---> 32fddef0d686 07:40:21 Step 24/24 : LABEL version=0.0.0 07:40:21 ---> 971473d20431 07:40:21 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:40:21 Removing intermediate container 83bd637a6192 07:40:21 ---> a0cf57c95925 07:40:21 Step 23/23 : LABEL version=0.0.0 07:40:21 ---> Running in 6fbeab3c982a 07:40:22 Removing intermediate container 775849a3fa71 07:40:22 ---> 642783b3712e 07:40:22 Step 22/23 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe 07:40:22 ---> Running in e88b287e4cfb 07:40:22 ---> Running in eb91d9fc0283 07:40:22 Removing intermediate container 6fbeab3c982a 07:40:22 ---> f80ff6534ade 07:40:22 07:40:22 ---> 809f26c9c6a5 07:40:22 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 07:40:22 Removing intermediate container e88b287e4cfb 07:40:22 ---> 6cce481fd196 07:40:22 07:40:23 ---> Running in 21138faf5284 07:40:23 Removing intermediate container eb91d9fc0283 07:40:23 ---> 68fe23bb73ab 07:40:23 Step 23/23 : LABEL version=0.0.0 07:40:23 Successfully built f80ff6534ade 07:40:23 ---> Running in 44a573f604b0 07:40:23 Successfully built 6cce481fd196 07:40:23 Successfully tagged docker-core-command-go:latest 07:40:23 Building docker-sys-mgmt-agent-go 07:40:24  Building docker-core-command-go ... done Removing intermediate container 6cccf0b7416b 07:40:24 ---> a53f32a79181 07:40:24 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 07:40:24 Successfully tagged docker-support-notifications-go:latest 07:40:24 Building docker-core-metadata-go 07:40:24  Building docker-support-notifications-go ... done Removing intermediate container 44a573f604b0 07:40:24 ---> 115eb0fc9e8a 07:40:24 07:40:25 ---> a8bc63366fbf 07:40:25 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:40:25 Successfully built 115eb0fc9e8a 07:40:25 Successfully tagged docker-support-scheduler-go:latest 07:40:25  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 07:40:28 Removing intermediate container 21138faf5284 07:40:28 ---> 001cc7cf3753 07:40:28 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 07:40:28 ---> 5d3ffaec97b1 07:40:28 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:40:28 ---> Running in 5dabb1803198 07:40:31 Removing intermediate container 5dabb1803198 07:40:31 ---> 55e0ec1b2846 07:40:31 Step 24/26 : LABEL arch=x86_64 07:40:31 ---> 17a2ff7f44a2 07:40:31 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:40:32 ---> Running in eb3dc855f15f 07:40:33 Removing intermediate container eb3dc855f15f 07:40:33 ---> 96deec00ba36 07:40:33 Step 25/26 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe 07:40:33 ---> Running in 91645ed939c2 07:40:33 ---> 3ec081a62acd 07:40:33 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 07:40:34 Removing intermediate container 91645ed939c2 07:40:34 ---> d6e87f54fc49 07:40:34 Step 26/26 : LABEL version=0.0.0 07:40:34 ---> Running in c6a063f57cac 07:40:34 ---> 18776184c617 07:40:34 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 07:40:36 Removing intermediate container c6a063f57cac 07:40:36 ---> f3005a263e22 07:40:36 07:40:36 ---> Running in a84ee73a14fc 07:40:37 Successfully built f3005a263e22 07:40:37 Successfully tagged docker-security-secretstore-setup-go:latest 07:40:37 Building docker-core-data-go 07:40:38  Building docker-security-secretstore-setup-go ... done Removing intermediate container a84ee73a14fc 07:40:38 ---> a37abb6ac6de 07:40:38 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:40:42 ---> 3df6821059a3 07:40:42 Step 27/32 : RUN chmod +x /entrypoint.sh 07:40:43 ---> Running in c65fe24f3b82 07:40:50 Removing intermediate container c65fe24f3b82 07:40:50 ---> 0b6ad0078d62 07:40:50 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 07:40:50 ---> Running in da97be615ecc 07:40:51 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:40:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:40:51 ---> 98f36a103056 07:40:51 Step 3/22 : WORKDIR /edgex-go 07:40:51 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:40:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:40:51 ---> 98f36a103056 07:40:51 Step 3/24 : WORKDIR /edgex-go 07:40:51 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:40:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:40:51 ---> 98f36a103056 07:40:51 Step 3/23 : WORKDIR /edgex-go 07:40:51 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:40:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:40:51 ---> 98f36a103056 07:40:51 Step 3/23 : WORKDIR /edgex-go 07:40:51 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:40:51 Step 2/32 : FROM ${BUILDER_BASE} AS builder 07:40:51 ---> 98f36a103056 07:40:51 Step 3/32 : WORKDIR /edgex-go 07:40:51 ---> Running in bdfaa191023f 07:40:51 ---> Running in 8f173a785eaa 07:40:51 ---> Running in 796e18c88677 07:40:51 ---> Running in 51df9372226b 07:40:51 ---> Running in dc2558908b0d 07:40:51 Removing intermediate container bdfaa191023f 07:40:51 ---> cf7aeb28daf8 07:40:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:40:51 Removing intermediate container dc2558908b0d 07:40:51 ---> 8cbbdf74dd25 07:40:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:40:51 Removing intermediate container 8f173a785eaa 07:40:51 ---> 2e99598e5dd2 07:40:51 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:40:51 Removing intermediate container 51df9372226b 07:40:51 ---> e5e1cb106e8b 07:40:51 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:40:51 Removing intermediate container 796e18c88677 07:40:51 ---> 1623aaa8560b 07:40:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:40:51 ---> Running in 733a846156d6 07:40:51 ---> Running in 194cc9be5c68 07:40:51 ---> Running in 25172de1c682 07:40:51 ---> Running in 8fa61fd2aee1 07:40:51 ---> Running in 2f2d73d8536e 07:40:51 Removing intermediate container 733a846156d6 07:40:51 ---> 66db5f4fae63 07:40:51 Step 5/22 : RUN apk add --update --no-cache make git 07:40:51 Removing intermediate container 194cc9be5c68 07:40:51 ---> bad961196120 07:40:51 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 07:40:51 Removing intermediate container 25172de1c682 07:40:51 ---> 75dff106ac40 07:40:51 Step 5/24 : RUN apk add --update --no-cache make git 07:40:51 ---> Running in 5599fe593b1f 07:40:51 ---> Running in 545c7d077c4d 07:40:51 ---> Running in 0454fe2661b4 07:40:51 Removing intermediate container 2f2d73d8536e 07:40:51 ---> e3412805930c 07:40:51 Step 5/23 : RUN apk add --update --no-cache make git 07:40:51 Removing intermediate container 8fa61fd2aee1 07:40:51 ---> f3701263b290 07:40:51 Step 5/32 : RUN apk add --update --no-cache make git 07:40:51 ---> Running in 497b7b557509 07:40:51 ---> Running in c5f55a683d62 07:40:51 Removing intermediate container da97be615ecc 07:40:51 ---> e5cc7cc14df6 07:40:51 Step 29/32 : CMD ["gate"] 07:40:52 ---> Running in 616d3a71dd0c 07:40:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:40:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:40:53 Removing intermediate container 616d3a71dd0c 07:40:53 ---> 67fe48d36219 07:40:53 Step 30/32 : LABEL arch=x86_64 07:40:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:40:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:40:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:40:53 ---> Running in 7a883214d4cc 07:40:54 Removing intermediate container 7a883214d4cc 07:40:54 ---> da34061eb4b6 07:40:54 Step 31/32 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe 07:40:54 ---> Running in d12af7ff548f 07:40:54 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:40:54 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:40:54 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:40:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:40:55 Removing intermediate container d12af7ff548f 07:40:55 ---> 0eb0bb2cde16 07:40:55 Step 32/32 : LABEL version=0.0.0 07:40:55 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:40:55 ---> Running in 50026d24c0cc 07:40:55 OK: 218 MiB in 52 packages 07:40:56 OK: 218 MiB in 52 packages 07:40:56 OK: 218 MiB in 52 packages 07:40:56 Removing intermediate container 50026d24c0cc 07:40:56 ---> de8b76165218 07:40:56 07:40:56 OK: 218 MiB in 52 packages 07:40:57 Successfully built de8b76165218 07:40:57 Successfully tagged docker-security-bootstrapper-go:latest 07:40:57 OK: 218 MiB in 52 packages 07:40:58 Removing intermediate container 545c7d077c4d 07:40:58 ---> d3975affa65b 07:40:58 Step 6/22 : COPY go.mod . 07:40:58 Removing intermediate container 0454fe2661b4 07:40:58 ---> 33d647298700 07:40:58 Step 6/24 : COPY go.mod . 07:40:58 Removing intermediate container 497b7b557509 07:40:58 ---> afb2ecd39922 07:40:58 Step 6/23 : COPY go.mod . 07:40:58 Removing intermediate container 5599fe593b1f 07:40:58 ---> 37f19b77eb4c 07:40:58 Step 6/23 : COPY go.mod . 07:40:59 ---> 7f65ed717b0b 07:40:59 Step 7/22 : RUN go mod download 07:40:59 Removing intermediate container c5f55a683d62 07:40:59 ---> eee85a66a20c 07:40:59 Step 6/32 : COPY go.mod . 07:40:59 ---> 3436f01d6116 07:40:59 Step 7/24 : RUN go mod download 07:40:59 ---> Running in 061e6986487d 07:40:59 ---> Running in 3f6c37a9e6a7 07:41:00 ---> 60a995293fec 07:41:00 Step 7/23 : RUN go mod download 07:41:00 ---> f1461e601a32 07:41:00 Step 7/23 : RUN go mod download 07:41:00 ---> Running in 107a6c2e9308 07:41:00 ---> Running in 96341cdc7b66 07:41:00 ---> 2a6a83031997 07:41:00 Step 7/32 : RUN go mod download 07:41:00 ---> Running in 67798b2b619b 07:41:03 Removing intermediate container 061e6986487d 07:41:03 ---> 346c0bbeaa80 07:41:03 Step 8/22 : COPY . . 07:41:03 Removing intermediate container 3f6c37a9e6a7 07:41:03 ---> e3505d9b94c8 07:41:03 Step 8/24 : COPY . . 07:41:04 Removing intermediate container 96341cdc7b66 07:41:04 ---> cbf67a09b569 07:41:04 Step 8/23 : COPY . . 07:41:04 Removing intermediate container 107a6c2e9308 07:41:04 ---> 688a86ae55e7 07:41:04 Step 8/23 : COPY . . 07:41:05 Removing intermediate container 67798b2b619b 07:41:05 ---> d9c72719096a 07:41:05 Step 8/32 : COPY . . 07:41:32 ---> d56bd96ae5e6 07:41:32 Step 9/22 : RUN go mod tidy 07:41:32 ---> af22aecc729f 07:41:32 Step 9/24 : RUN go mod tidy 07:41:32 ---> bc5829481846 07:41:32 Step 9/32 : RUN go mod tidy 07:41:32 ---> 7ef737ad1f92 07:41:32 Step 9/23 : RUN go mod tidy 07:41:32 ---> f6eb3e266d14 07:41:32 Step 9/23 : RUN go mod tidy 07:41:32 ---> Running in 3755f6c224e0 07:41:32 ---> Running in 74d13e2b46d0 07:41:32 ---> Running in a7d9bfb68d59 07:41:32 ---> Running in b7b9a26ad0b2 07:41:32 ---> Running in 4b8f89ddcf2d 07:41:37 Removing intermediate container 3755f6c224e0 07:41:37 ---> 0981912d1e86 07:41:37 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:41:37 ---> Running in eb1476a6d545 07:41:37 Removing intermediate container 74d13e2b46d0 07:41:37 ---> bbd9eb13a70d 07:41:37 Step 10/24 : RUN make cmd/core-command/core-command 07:41:38 ---> Running in 4fb2e201c69b 07:41:38 Removing intermediate container a7d9bfb68d59 07:41:38 ---> c44ac9d97de1 07:41:38 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 07:41:38 Removing intermediate container b7b9a26ad0b2 07:41:38 ---> fee5597bb2c6 07:41:38 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 07:41:38 ---> Running in 0db0c7714eab 07:41:38 ---> Running in 5ddf8ea2e128 07:41:38 Removing intermediate container 4b8f89ddcf2d 07:41:38 ---> 42bfdd747b90 07:41:38 Step 10/23 : RUN make cmd/support-notifications/support-notifications 07:41:39 ---> Running in d742391a650a 07:41:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:41:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:41:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:41:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:41:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:41:45  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:41:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:41:45 ---> ee494a79a15d 07:41:45 Step 3/24 : WORKDIR /edgex-go 07:41:45 ---> Using cache 07:41:45 ---> 6012e83e1d6c 07:41:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:41:45 ---> Using cache 07:41:45 ---> 7d069e95822f 07:41:45 Step 5/24 : RUN apk add --update --no-cache make git 07:41:45 ---> Using cache 07:41:45 ---> 618f408dda17 07:41:45 Step 6/24 : COPY go.mod . 07:41:45 ---> Using cache 07:41:45 ---> 93c80fb7d123 07:41:45 Step 7/24 : RUN go mod download 07:41:45 ---> Using cache 07:41:45 ---> 52c51699df87 07:41:45 Step 8/24 : COPY . . 07:41:45 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:41:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:41:45 ---> ee494a79a15d 07:41:45 Step 3/24 : WORKDIR /edgex-go 07:41:45 ---> Using cache 07:41:45 ---> 6012e83e1d6c 07:41:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:41:45 ---> Using cache 07:41:45 ---> 7d069e95822f 07:41:45 Step 5/24 : RUN apk add --update --no-cache make bash git 07:41:45 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:41:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:41:45 ---> ee494a79a15d 07:41:45 Step 3/22 : WORKDIR /edgex-go 07:41:45 ---> Using cache 07:41:45 ---> 6012e83e1d6c 07:41:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:41:45 ---> Using cache 07:41:45 ---> 7d069e95822f 07:41:45 Step 5/22 : RUN apk add --update --no-cache make git 07:41:45 ---> Using cache 07:41:45 ---> 618f408dda17 07:41:45 Step 6/22 : COPY go.mod . 07:41:45 ---> Using cache 07:41:45 ---> 93c80fb7d123 07:41:45 Step 7/22 : RUN go mod download 07:41:45 ---> Using cache 07:41:45 ---> 52c51699df87 07:41:45 Step 8/22 : COPY . . 07:41:45 ---> Using cache 07:41:45 ---> dcdc30e18cf3 07:41:45 Step 9/24 : RUN go mod tidy 07:41:45 ---> Using cache 07:41:45 ---> d6412be414a3 07:41:45 Step 10/24 : RUN make cmd/core-metadata/core-metadata 07:41:45 ---> Using cache 07:41:45 ---> dcdc30e18cf3 07:41:45 Step 9/22 : RUN go mod tidy 07:41:45 ---> Using cache 07:41:45 ---> d6412be414a3 07:41:45 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:41:45 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:41:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:41:45 ---> ee494a79a15d 07:41:45 Step 3/24 : WORKDIR /edgex-go 07:41:45 ---> Using cache 07:41:45 ---> 6012e83e1d6c 07:41:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:41:45 ---> Using cache 07:41:45 ---> 7d069e95822f 07:41:45 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:41:45 ---> Running in b68856c4818a 07:41:45 ---> Running in 57fdcec528f0 07:41:45 ---> Running in 19ceef4a0ad5 07:41:45 ---> Running in 7d4369140dc3 07:41:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:41:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:41:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:41:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:41:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:41:45 OK: 219 MiB in 52 packages 07:41:46 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:41:47 Removing intermediate container 19ceef4a0ad5 07:41:47 ---> c4b381ae1853 07:41:47 Step 6/24 : COPY go.mod . 07:41:48 ---> 3e781d10f08b 07:41:48 Step 7/24 : RUN go mod download 07:41:48 ---> Running in e21a4a1c3f22 07:41:49 OK: 219 MiB in 52 packages 07:41:51 Removing intermediate container b68856c4818a 07:41:51 ---> dc9e9b7cd4f5 07:41:51 Step 6/24 : COPY go.mod . 07:41:52 ---> e5bb8268b1ff 07:41:52 Step 7/24 : RUN go mod download 07:41:52 ---> Running in 39deaea1429e 07:41:53 Removing intermediate container e21a4a1c3f22 07:41:53 ---> 59f11cc00474 07:41:53 Step 8/24 : COPY . . 07:42:02 Removing intermediate container 39deaea1429e 07:42:02 ---> 09805f93057e 07:42:02 Step 8/24 : COPY . . 07:42:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:43:03 Removing intermediate container 57fdcec528f0 07:43:03 ---> d60eecb71b4a 07:43:03 07:43:03 Step 11/24 : FROM alpine:3.12 07:43:03 ---> 13621d1b12d4 07:43:03 Step 12/24 : RUN apk add --update --no-cache dumb-init 07:43:03 ---> Using cache 07:43:03 ---> ef3878024b24 07:43:03 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:43:03 ---> Using cache 07:43:03 ---> ad7b4d7466ff 07:43:03 Step 14/24 : ENV APP_PORT=48081 07:43:03 ---> Running in 88d17007ca7f 07:43:04 Removing intermediate container 7d4369140dc3 07:43:04 ---> 62a26ba28821 07:43:04 07:43:04 Step 11/22 : FROM alpine:3.12 07:43:04 ---> 13621d1b12d4 07:43:04 Step 12/22 : RUN apk add --update --no-cache curl 07:43:04 ---> d181d10e859e 07:43:04 Step 9/24 : RUN go mod tidy 07:43:04 Removing intermediate container 88d17007ca7f 07:43:04 ---> d87ffc66c733 07:43:04 Step 15/24 : EXPOSE $APP_PORT 07:43:04 ---> Running in 31745ce4f97d 07:43:04 ---> Running in 4ef341cd39a6 07:43:05 ---> Running in bf11c7c4d2e8 07:43:05 ---> 40067c90540f 07:43:05 Step 9/24 : RUN go mod tidy 07:43:05 ---> Running in ecfd52da5ad0 07:43:05 Removing intermediate container bf11c7c4d2e8 07:43:05 ---> 661956f97e9d 07:43:05 Step 16/24 : WORKDIR / 07:43:06 ---> Running in c5474fb2b699 07:43:06 Removing intermediate container c5474fb2b699 07:43:06 ---> 5efd10f37edf 07:43:06 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:43:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:43:07 ---> 400d7d9dbb3b 07:43:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:43:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:43:08 (1/4) Installing ca-certificates (20191127-r4) 07:43:08 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:43:08 (3/4) Installing libcurl (7.76.1-r0) 07:43:08 (4/4) Installing curl (7.76.1-r0) 07:43:08 Executing busybox-1.31.1-r20.trigger 07:43:08 Executing ca-certificates-20191127-r4.trigger 07:43:08 OK: 7 MiB in 18 packages 07:43:10 ---> 165fb84eb54a 07:43:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:43:11 Removing intermediate container 31745ce4f97d 07:43:11 ---> a33ea34baa49 07:43:11 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:43:11 ---> 127687178079 07:43:11 Step 20/24 : ENTRYPOINT ["/core-metadata"] 07:43:11 ---> Running in 05c143814f84 07:43:11 ---> Running in 9f6c30048e91 07:43:11 Removing intermediate container 9f6c30048e91 07:43:11 ---> bead99bb9c9b 07:43:11 Step 14/22 : WORKDIR /edgex 07:43:11 ---> Running in e2520d04f689 07:43:11 Removing intermediate container 05c143814f84 07:43:11 ---> 92e5582f8725 07:43:11 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:43:12 ---> Running in c8e2063463cc 07:43:13 Removing intermediate container e2520d04f689 07:43:13 ---> ef7ad6e5490a 07:43:13 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:43:13 Removing intermediate container c8e2063463cc 07:43:13 ---> 18e373436676 07:43:13 Step 22/24 : LABEL arch=x86_64 07:43:13 ---> Running in d7f658f8ff56 07:43:13 Removing intermediate container ecfd52da5ad0 07:43:13 ---> caf2f4e4d7ef 07:43:13 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:43:13 Removing intermediate container 4ef341cd39a6 07:43:13 ---> 34ce76fea313 07:43:13 Step 10/24 : RUN make cmd/core-data/core-data 07:43:13 ---> b1383a390d45 07:43:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:43:13 ---> Running in 6057d527a223 07:43:13 Removing intermediate container d7f658f8ff56 07:43:13 ---> 4f6dd7578973 07:43:13 Step 23/24 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe 07:43:13 ---> Running in 8a3f7878566f 07:43:14 ---> Running in b6b7e731eb01 07:43:14 Removing intermediate container b6b7e731eb01 07:43:14 ---> 93ad063b2303 07:43:14 Step 24/24 : LABEL version=0.0.0 07:43:14 ---> 3492cb0d5ac6 07:43:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:43:14 ---> Running in d86af2daa24e 07:43:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:43:15 Removing intermediate container d86af2daa24e 07:43:15 ---> 26ccb8cbf633 07:43:15 07:43:15 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:43:16 ---> c2d8e19683aa 07:43:16 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:43:16 Successfully built 26ccb8cbf633 07:43:16 ---> Running in 39d6cd4757aa 07:43:16 Successfully tagged docker-core-metadata-go:latest 07:43:17  Building docker-core-metadata-go ... done Removing intermediate container 39d6cd4757aa 07:43:17 ---> bc01b69ab9de 07:43:17 Step 19/22 : CMD ["--init=true"] 07:43:17 ---> Running in ca73e9c77664 07:43:18 Removing intermediate container ca73e9c77664 07:43:18 ---> da67cf665f4f 07:43:18 Step 20/22 : LABEL arch=x86_64 07:43:18 ---> Running in 0c91de7c5ad7 07:43:19 Removing intermediate container 0c91de7c5ad7 07:43:19 ---> 4a426dac23df 07:43:19 Step 21/22 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe 07:43:19 ---> Running in 1d67a2cce97f 07:43:19 Removing intermediate container 1d67a2cce97f 07:43:19 ---> 78e033c38e32 07:43:19 Step 22/22 : LABEL version=0.0.0 07:43:20 ---> Running in a3a9a3cb4e7e 07:43:21 Removing intermediate container a3a9a3cb4e7e 07:43:21 ---> 52aecda4ae2f 07:43:21 07:43:21 Successfully built 52aecda4ae2f 07:43:21 Successfully tagged docker-security-proxy-setup-go:latest 07:43:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:43:38 Removing intermediate container eb1476a6d545 07:43:38 ---> 2673fc0c37d4 07:43:38 07:43:38 Step 11/22 : FROM alpine:3.12 07:43:38 3.12: Pulling from library/alpine 07:43:38 Removing intermediate container 0db0c7714eab 07:43:38 ---> 97c1388c09f9 07:43:38 07:43:38 Step 11/32 : FROM alpine:3.12 07:43:38 3.12: Pulling from library/alpine 07:43:39 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:43:39 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:43:39 Status: Image is up to date for alpine:3.12 07:43:39 ---> 9852663dfa18 07:43:39 Step 12/22 : RUN apk add --update --no-cache curl 07:43:39 Status: Downloaded newer image for alpine:3.12 07:43:39 ---> 9852663dfa18 07:43:39 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:43:40 ---> Running in 2e22e797ae16 07:43:40 ---> Running in 3c881a2a3561 07:43:41 Removing intermediate container 2e22e797ae16 07:43:41 ---> 43ab91de69b1 07:43:41 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 07:43:41 ---> Running in 5a415473f185 07:43:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:43:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:43:43 (1/4) Installing ca-certificates (20191127-r4) 07:43:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:43:43 (3/4) Installing libcurl (7.76.1-r0) 07:43:43 (4/4) Installing curl (7.76.1-r0) 07:43:43 Executing busybox-1.31.1-r20.trigger 07:43:43 Executing ca-certificates-20191127-r4.trigger 07:43:43 OK: 7 MiB in 18 packages 07:43:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:43:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:43:45 (1/2) Installing dumb-init (1.2.2-r1) 07:43:45 (2/2) Installing su-exec (0.2-r1) 07:43:45 Executing busybox-1.31.1-r20.trigger 07:43:45 OK: 5 MiB in 16 packages 07:43:47 Removing intermediate container 4fb2e201c69b 07:43:47 ---> 982e7b610b0b 07:43:47 07:43:47 Step 11/24 : FROM alpine:3.12 07:43:47 ---> 9852663dfa18 07:43:47 Step 12/24 : RUN apk add --update --no-cache dumb-init 07:43:47 Removing intermediate container 3c881a2a3561 07:43:47 ---> 350d46b595ca 07:43:47 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:43:47 Removing intermediate container 5a415473f185 07:43:47 ---> 50a412c63516 07:43:47 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 07:43:47 ---> Running in de95c77c72f9 07:43:47 ---> Running in ba3ad2bfc4c7 07:43:48 ---> Running in 3c82f2f44a81 07:43:48 Removing intermediate container d742391a650a 07:43:48 ---> b47e9a1442da 07:43:48 07:43:48 Step 11/23 : FROM alpine:3.12 07:43:48 ---> 9852663dfa18 07:43:48 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 07:43:48 Removing intermediate container 5ddf8ea2e128 07:43:48 ---> 840b35e045fd 07:43:48 07:43:48 Step 11/23 : FROM alpine:3.12 07:43:48 ---> 9852663dfa18 07:43:48 Step 12/23 : RUN apk add --update --no-cache dumb-init 07:43:48 ---> Running in 483323372fbc 07:43:48 ---> Running in f1ef2fa3c000 07:43:48 Removing intermediate container de95c77c72f9 07:43:48 ---> 78ce151d1da6 07:43:48 Step 14/22 : WORKDIR /edgex 07:43:49 Removing intermediate container 3c82f2f44a81 07:43:49 ---> 169d67d400b6 07:43:49 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:43:49 ---> Running in de44149f5b14 07:43:49 ---> Running in f9d608e1b016 07:43:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:43:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:43:50 Removing intermediate container de44149f5b14 07:43:50 ---> b41c9f663b42 07:43:50 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:43:50 Removing intermediate container f9d608e1b016 07:43:50 ---> 1e9e1512d202 07:43:50 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:43:50 ---> Running in 1a56583a0205 07:43:50 (1/1) Installing dumb-init (1.2.2-r1) 07:43:50 Executing busybox-1.31.1-r20.trigger 07:43:50 OK: 5 MiB in 15 packages 07:43:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:43:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:43:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:43:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:43:51 ---> c33234dade2d 07:43:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:43:51 (1/2) Installing ca-certificates (20191127-r4) 07:43:52 (2/2) Installing dumb-init (1.2.2-r1) 07:43:52 Executing busybox-1.31.1-r20.trigger 07:43:52 Executing ca-certificates-20191127-r4.trigger 07:43:52 (1/1) Installing dumb-init (1.2.2-r1) 07:43:52 Executing busybox-1.31.1-r20.trigger 07:43:52 OK: 5 MiB in 15 packages 07:43:52 OK: 6 MiB in 16 packages 07:43:53 Removing intermediate container ba3ad2bfc4c7 07:43:53 ---> 42f2b9080f11 07:43:53 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:43:53 ---> Running in 244f3af5d7fe 07:43:53 ---> c0017889c0fe 07:43:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:43:54 Removing intermediate container 244f3af5d7fe 07:43:54 ---> 84b0e14114d6 07:43:54 Step 14/24 : ENV APP_PORT=48082 07:43:54 ---> Running in 683387f6a724 07:43:54 Removing intermediate container f1ef2fa3c000 07:43:54 ---> 7e55b3d8f7c8 07:43:54 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:43:54 Removing intermediate container 1a56583a0205 07:43:54 ---> 3af83388babc 07:43:54 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 07:43:54  Building docker-security-proxy-setup-go ... done Removing intermediate container 6057d527a223 07:43:54 ---> 63cfe7b7888a 07:43:54 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:43:54 ---> Running in f0412abf8e4a 07:43:55 ---> Running in 2c50dccab437 07:43:55 ---> Running in ba45bda576f7 07:43:55 Removing intermediate container 483323372fbc 07:43:55 ---> 13c512d4b7e1 07:43:55 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:43:55 Removing intermediate container 683387f6a724 07:43:55 ---> a3b43f80e79a 07:43:55 Step 15/24 : EXPOSE $APP_PORT 07:43:55 ---> Running in 6edf79047d44 07:43:55 ---> Running in bdb9710ab929 07:43:55 Removing intermediate container 2c50dccab437 07:43:55 ---> 6414e1145c84 07:43:55 Step 14/23 : ENV APP_PORT=48085 07:43:55 ---> d33806285402 07:43:55 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:43:55 Removing intermediate container ba45bda576f7 07:43:55 ---> 8079df306c60 07:43:55 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:43:55 ---> Running in ed887eb74d37 07:43:55 ---> Running in 24fc1bd0be2d 07:43:56 Removing intermediate container 6edf79047d44 07:43:56 ---> 90b974d8f68f 07:43:56 Step 14/23 : ENV APP_PORT=48060 07:43:56 Removing intermediate container bdb9710ab929 07:43:56 ---> c00dacd73fef 07:43:56 Step 16/24 : WORKDIR / 07:43:56 ---> Running in 4f0504ef99f8 07:43:56 ---> Running in 50b67936255f 07:43:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:43:56 Removing intermediate container ed887eb74d37 07:43:56 Removing intermediate container 24fc1bd0be2d 07:43:56 ---> e7599692a5a2 07:43:56 Step 19/22 : CMD ["--init=true"] 07:43:56 ---> 1026dc7d101c 07:43:56 Step 15/23 : EXPOSE $APP_PORT 07:43:57 ---> Running in a4a0b55a0723 07:43:57 ---> 9d5326136447 07:43:57 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:43:57 ---> Running in 6c7640509c19 07:43:57 Removing intermediate container 4f0504ef99f8 07:43:57 ---> 179d0ada0529 07:43:57 Step 15/23 : EXPOSE $APP_PORT 07:43:57 ---> Running in aa41ac268fd2 07:43:57 Removing intermediate container 50b67936255f 07:43:57 ---> 267ba91e5473 07:43:57 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:43:57 ---> Running in 0527d58e82e2 07:43:57 Removing intermediate container a4a0b55a0723 07:43:57 ---> e84232d7128d 07:43:57 Step 20/22 : LABEL arch=arm64 07:43:57 Removing intermediate container 6c7640509c19 07:43:57 ---> b1075fafdff6 07:43:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:43:57 ---> Running in d9b51ad7fbf1 07:43:58 Removing intermediate container 0527d58e82e2 07:43:58 ---> 1a3a57feb424 07:43:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:43:58 ---> ff448aae8648 07:43:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:43:58 Removing intermediate container d9b51ad7fbf1 07:43:58 ---> 683db4f810da 07:43:58 Step 21/22 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe 07:43:59 ---> Running in 9552870a2b3a 07:43:59 ---> 61b23640c9ad 07:43:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:43:59 ---> 47340e1916e0 07:43:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:43:59 Removing intermediate container 9552870a2b3a 07:43:59 ---> 0c01ec7ce6d6 07:43:59 Step 22/22 : LABEL version=0.0.0 07:44:00 ---> Running in 6a4e7d50c50a 07:44:00 Removing intermediate container 8a3f7878566f 07:44:00 ---> 625536c2e331 07:44:00 07:44:00 Step 11/24 : FROM alpine:3.12 07:44:00 ---> 13621d1b12d4 07:44:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:44:00 ---> Running in 5715915ade77 07:44:00 Removing intermediate container f0412abf8e4a 07:44:00 ---> 68616ac52a68 07:44:00 07:44:00 Step 12/24 : FROM docker:20.10.0 07:44:01 ---> 92300e7ce346 07:44:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:44:01 Removing intermediate container aa41ac268fd2 07:44:01 ---> 5dff6039860f 07:44:01 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 07:44:01 20.10.0: Pulling from library/docker 07:44:01 Removing intermediate container 5715915ade77 07:44:01 ---> 54aeaf891f78 07:44:01 Step 13/24 : ENV APP_PORT=48080 07:44:01 ---> 8d65afeed317 07:44:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:44:01 Removing intermediate container 6a4e7d50c50a 07:44:01 ---> ed19ee688ec1 07:44:01 07:44:01 ---> 63cca78b12bd 07:44:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:44:01 ---> Running in 5e0260cddfea 07:44:01 ---> 0bf01c546d09 07:44:01 Step 20/24 : ENTRYPOINT ["/core-command"] 07:44:02 Successfully built ed19ee688ec1 07:44:02 Successfully tagged docker-security-proxy-setup-go-arm64:latest 07:44:02  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 07:44:02 ---> Running in a9ad6af81fcc 07:44:02 ---> b9659dfc74fa 07:44:02 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:44:02 ---> 67a34e3bb56b 07:44:02 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 07:44:02 Removing intermediate container 5e0260cddfea 07:44:02 ---> 7d2c8a079c87 07:44:02 Step 14/24 : EXPOSE $APP_PORT 07:44:02 ---> 116ca3107d8d 07:44:02 Step 19/23 : ENTRYPOINT ["/support-notifications"] 07:44:03 ---> Running in 138d57978723 07:44:03 ---> Running in e1f5f568170f 07:44:03 Removing intermediate container a9ad6af81fcc 07:44:03 ---> 2e4a4f64707c 07:44:03 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:44:03 ---> Running in 34edc614f1c9 07:44:03 ---> Running in a3f20ff32927 07:44:03 Removing intermediate container 138d57978723 07:44:03 Removing intermediate container e1f5f568170f 07:44:03 ---> 2324c5e3fa35 07:44:03 ---> 6feff6d4c7a0 07:44:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:44:03 07:44:04 Removing intermediate container a3f20ff32927 07:44:04 ---> 0d628d349600 07:44:04 Step 22/24 : LABEL arch=arm64 07:44:04 ---> 1b500377aa6b 07:44:04 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:44:04 ---> Running in 8987787f6515 07:44:04 ---> Running in e603e8120d72 07:44:05 ---> Running in cf9a757b8aa5 07:44:05 Removing intermediate container 34edc614f1c9 07:44:05 ---> affe5578f6a6 07:44:05 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:44:05 Removing intermediate container 8987787f6515 07:44:05 ---> 029bd05e2f67 07:44:05 Step 21/23 : LABEL arch=arm64 07:44:05 Removing intermediate container e603e8120d72 07:44:05 ---> 13ed08f5399e 07:44:05 Step 21/23 : LABEL arch=arm64 07:44:05 ---> Running in 52438856c333 07:44:05 ---> f1b543404a8d 07:44:05 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/Removing intermediate container cf9a757b8aa5 07:44:05 07:44:05 ---> bcbcad8cfc98 07:44:05 Step 23/24 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe 07:44:05 ---> Running in b358a990858a 07:44:06 ---> Running in 984a044f7eb9 07:44:06 ---> Running in f23fd94aa0e9 07:44:06 Removing intermediate container 52438856c333 07:44:06 ---> 6aac0b740ca1 07:44:06 Step 22/23 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe 07:44:07 Removing intermediate container 984a044f7eb9 07:44:07 ---> eb49cfc01322 07:44:07 Step 22/23 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe 07:44:07 ---> Running in b4639dffa284 07:44:07 ---> a503725248fd 07:44:07 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 07:44:07 Removing intermediate container f23fd94aa0e9 07:44:07 ---> 21b085b7acf8 07:44:07 Step 24/24 : LABEL version=0.0.0 07:44:07 ---> Running in 76ee1b2a328d 07:44:08 ---> Running in 2aae84f562da 07:44:08 Removing intermediate container b4639dffa284 07:44:08 ---> d4cb933c56de 07:44:08 Step 23/23 : LABEL version=0.0.0 07:44:08 Removing intermediate container b358a990858a 07:44:08 ---> 3215eff98bc9 07:44:08 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 07:44:08 ---> Running in 2a39f0a2a69f 07:44:08 Removing intermediate container 76ee1b2a328d 07:44:08 ---> 4719be28b109 07:44:08 Step 23/23 : LABEL version=0.0.0 07:44:08 ---> 00d09781e8cb 07:44:08 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 07:44:09 ---> Running in 31e2fae68e1a 07:44:09 Removing intermediate container 2aae84f562da 07:44:09 ---> abdd47acd017 07:44:09 07:44:09 ---> Running in 5d908690a8c6 07:44:09 Successfully built abdd47acd017 07:44:09 ---> Running in 23e01923ed9e 07:44:09 Successfully tagged docker-core-command-go-arm64:latest 07:44:09 Removing intermediate container 2a39f0a2a69f 07:44:09 ---> 2fdea1104d9c 07:44:09 07:44:09  Building docker-core-command-go ... done Building docker-core-metadata-go 07:44:09 Removing intermediate container 5d908690a8c6 07:44:09 ---> 9b20a15b13df 07:44:09 07:44:09 Successfully built 2fdea1104d9c 07:44:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:44:10 Successfully tagged docker-support-scheduler-go-arm64:latest 07:44:10  Building docker-support-scheduler-go ... done Building docker-core-data-go 07:44:10 Removing intermediate container 23e01923ed9e 07:44:10 ---> 97a13824ffc5 07:44:10 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:44:10 Successfully built 9b20a15b13df 07:44:10 Successfully tagged docker-support-notifications-go-arm64:latest 07:44:10  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 07:44:11 ---> 3d48b4954729 07:44:11 Step 27/32 : RUN chmod +x /entrypoint.sh 07:44:11 ---> Running in cc1506618bc1 07:44:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:44:13 (1/6) Installing dumb-init (1.2.2-r1) 07:44:13 (2/6) Installing libgcc (9.3.0-r2) 07:44:13 (3/6) Installing libsodium (1.0.18-r0) 07:44:14 Removing intermediate container cc1506618bc1 07:44:14 ---> 1fcf0d0710c2 07:44:14 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 07:44:14 (4/6) Installing libstdc++ (9.3.0-r2) 07:44:14 ---> Running in 3fd5452b0f23 07:44:14 (5/6) Installing libzmq (4.3.3-r0) 07:44:15 (6/6) Installing zeromq (4.3.3-r0) 07:44:15 Executing busybox-1.31.1-r20.trigger 07:44:15 OK: 8 MiB in 20 packages 07:44:15 Removing intermediate container 3fd5452b0f23 07:44:15 ---> 9c933e3b7cae 07:44:15 Step 29/32 : CMD ["gate"] 07:44:16 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:44:16 Status: Downloaded newer image for docker:20.10.0 07:44:16 ---> aefe523efa57 07:44:16 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 07:44:16 ---> Running in bab4fa4d8a43 07:44:16 ---> Running in 5f2484fa907f 07:44:16 Removing intermediate container 31e2fae68e1a 07:44:16 ---> 3b1e2ed47f10 07:44:16 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:44:17 Removing intermediate container 5f2484fa907f 07:44:17 ---> a8a0aeed5787 07:44:17 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 07:44:17 ---> Running in 99b758bab702 07:44:17 ---> da97a9fcdb3a 07:44:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:44:17 Removing intermediate container bab4fa4d8a43 07:44:17 ---> 1d544bc472ae 07:44:17 Step 30/32 : LABEL arch=arm64 07:44:18 ---> Running in abdb97aceb84 07:44:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:44:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:44:19 ---> 203959394e05 07:44:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:44:19 (1/39) Installing readline (8.0.4-r0) 07:44:19 (2/39) Installing bash (5.0.17-r0) 07:44:19 Executing bash-5.0.17-r0.post-install 07:44:19 (3/39) Installing nghttp2-libs (1.41.0-r0) 07:44:19 (4/39) Installing libcurl (7.76.1-r0) 07:44:19 (5/39) Installing curl (7.76.1-r0) 07:44:19 (6/39) Installing dumb-init (1.2.2-r1) 07:44:19 (7/39) Installing libbz2 (1.0.8-r1) 07:44:19 (8/39) Installing expat (2.2.9-r1) 07:44:19 (9/39) Installing libffi (3.3-r2) 07:44:19 (10/39) Installing gdbm (1.13-r1) 07:44:19 (11/39) Installing xz-libs (5.2.5-r0) 07:44:19 (12/39) Installing sqlite-libs (3.32.1-r0) 07:44:19 (13/39) Installing python3 (3.8.10-r0) 07:44:19 Removing intermediate container abdb97aceb84 07:44:19 ---> 7df0e7e3806d 07:44:19 Step 31/32 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe 07:44:20 ---> Running in 3225b78f8c46 07:44:21 Removing intermediate container 3225b78f8c46 07:44:21 ---> 40f2999007b5 07:44:21 Step 32/32 : LABEL version=0.0.0 07:44:21 ---> 9c2b5a6a7408 07:44:21 Step 20/24 : ENTRYPOINT ["/core-data"] 07:44:22 ---> Running in 6f6d00a0bc0c 07:44:22 ---> Running in 8a33142a3469 07:44:22 (14/39) Installing py3-appdirs (1.4.4-r1) 07:44:22 (15/39) Installing py3-ordered-set (4.0.1-r0) 07:44:22 (16/39) Installing py3-parsing (2.4.7-r0) 07:44:22 (17/39) Installing py3-six (1.15.0-r0) 07:44:22 (18/39) Installing py3-packaging (20.4-r0) 07:44:22 (19/39) Installing py3-setuptools (47.0.0-r0) 07:44:22 (20/39) Installing py3-chardet (3.0.4-r4) 07:44:22 Removing intermediate container 6f6d00a0bc0c 07:44:22 ---> 6b12134c3fdd 07:44:22 07:44:22 (21/39) Installing py3-idna (2.9-r0) 07:44:22 (22/39) Installing py3-certifi (2020.4.5.1-r0) 07:44:23 (23/39) Installing py3-urllib3 (1.25.9-r0) 07:44:23 Removing intermediate container 8a33142a3469 07:44:23 ---> 17bf63f55dc1 07:44:23 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:44:23 (24/39) Installing py3-requests (2.23.0-r0) 07:44:23 (25/39) Installing py3-msgpack (1.0.0-r0) 07:44:23 (26/39) Installing py3-lockfile (0.12.2-r3) 07:44:23 Successfully built 6b12134c3fdd 07:44:23 Successfully tagged docker-security-bootstrapper-go-arm64:latest 07:44:23 (27/39) Installing py3-cachecontrol (0.12.6-r0) 07:44:23 ---> Running in e192b74b399c 07:44:23 (28/39) Installing py3-colorama (0.4.3-r0) 07:44:23 (29/39) Installing py3-distlib (0.3.0-r0) 07:44:23 (30/39) Installing py3-distro (1.5.0-r1) 07:44:23 (31/39) Installing py3-webencodings (0.5.1-r3) 07:44:23 (32/39) Installing py3-html5lib (1.0.1-r4) 07:44:23 (33/39) Installing py3-pytoml (0.1.21-r0) 07:44:23 (34/39) Installing py3-pep517 (0.8.2-r0) 07:44:23 (35/39) Installing py3-progress (1.5-r0) 07:44:23 (36/39) Installing py3-toml (0.10.1-r0) 07:44:24 (37/39) Installing py3-retrying (1.3.3-r0) 07:44:24 (38/39) Installing py3-contextlib2 (0.6.0-r0) 07:44:24 (39/39) Installing py3-pip (20.1.1-r0) 07:44:24 Removing intermediate container e192b74b399c 07:44:24 ---> f5596645a774 07:44:24 Step 22/24 : LABEL arch=x86_64 07:44:24 Executing busybox-1.31.1-r19.trigger 07:44:25 OK: 72 MiB in 59 packages 07:44:25 ---> Running in 7cdda93efe90 07:44:25 Removing intermediate container 7cdda93efe90 07:44:25 ---> 47904399297c 07:44:25 Step 23/24 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe 07:44:26 ---> Running in 26f5d533a4b4 07:44:26 Removing intermediate container 26f5d533a4b4 07:44:26 ---> 2d143d632c3c 07:44:26 Step 24/24 : LABEL version=0.0.0 07:44:26 ---> Running in 9f95dea9f36c 07:44:27 Collecting docker-compose==1.23.2 07:44:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:44:27 Removing intermediate container 9f95dea9f36c 07:44:27 ---> a4b54658d228 07:44:27 07:44:27 Collecting jsonschema<3,>=2.5.1 07:44:27 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:44:27 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:44:27 Collecting PyYAML<4,>=3.10 07:44:27 Downloading PyYAML-3.13.tar.gz (270 kB) 07:44:27 Successfully built a4b54658d228 07:44:27 Successfully tagged docker-core-data-go:latest 07:44:29  Building docker-core-data-go ... done Collecting dockerpty<0.5,>=0.4.1 07:44:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:44:30 Collecting docopt<0.7,>=0.6.1 07:44:30 Downloading docopt-0.6.2.tar.gz (25 kB) 07:44:31 Collecting texttable<0.10,>=0.9.0 07:44:31 Downloading texttable-0.9.1.tar.gz (11 kB) 07:44:32 Collecting websocket-client<1.0,>=0.32.0 07:44:32 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 07:44:32 Collecting cached-property<2,>=1.2.0 07:44:32 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:44:32 Collecting docker<4.0,>=3.6.0 07:44:32 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:44:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:44:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:44:33 Collecting docker-pycreds>=0.4.0 07:44:35 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:44:35 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 07:44:35 Collecting urllib3<1.25,>=1.21.1 07:44:35 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:44:35 Collecting idna<2.8,>=2.5 07:44:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:44:35 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 07:44:35 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:44:35 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:44:35 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:44:35 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:44:35 Installing collected packages: jsonschema, PyYAML, dockerpty, docopt, texttable, websocket-client, cached-property, urllib3, idna, requests, docker-pycreds, docker, docker-compose 07:44:35 Running setup.py install for PyYAML: started 07:44:36 Running setup.py install for PyYAML: finished with status 'done' 07:44:36 Running setup.py install for dockerpty: started 07:44:38 Running setup.py install for dockerpty: finished with status 'done' 07:44:38 Running setup.py install for docopt: started 07:44:38 Running setup.py install for docopt: finished with status 'done' 07:44:38 Running setup.py install for texttable: started 07:44:39 Running setup.py install for texttable: finished with status 'done' 07:44:39 Attempting uninstall: urllib3 07:44:39 Found existing installation: urllib3 1.25.9 07:44:39 Uninstalling urllib3-1.25.9: 07:44:39 Successfully uninstalled urllib3-1.25.9 07:44:40 Attempting uninstall: idna 07:44:40 Found existing installation: idna 2.9 07:44:40 Uninstalling idna-2.9: 07:44:40 Successfully uninstalled idna-2.9 07:44:40 Attempting uninstall: requests 07:44:40 Found existing installation: requests 2.23.0 07:44:40 Uninstalling requests-2.23.0: 07:44:40 Successfully uninstalled requests-2.23.0 07:44:41 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 07:44:50  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:44:50 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:44:50 ---> 98f36a103056 07:44:50 Step 3/26 : WORKDIR /edgex-go 07:44:50 ---> Using cache 07:44:50 ---> 1623aaa8560b 07:44:50 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:44:50 ---> Using cache 07:44:50 ---> e3412805930c 07:44:50 Step 5/26 : RUN apk add --update --no-cache make git 07:44:50 ---> Using cache 07:44:50 ---> afb2ecd39922 07:44:50 Step 6/26 : COPY go.mod . 07:44:50 ---> Using cache 07:44:50 ---> 60a995293fec 07:44:50 Step 7/26 : RUN go mod download 07:44:50 ---> Using cache 07:44:50 ---> 688a86ae55e7 07:44:50 Step 8/26 : COPY . . 07:44:50 ---> Using cache 07:44:50 ---> f6eb3e266d14 07:44:50 Step 9/26 : RUN go mod tidy 07:44:50 ---> Using cache 07:44:50 ---> fee5597bb2c6 07:44:50 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:44:52 Removing intermediate container 99b758bab702 07:44:52 ---> cec8cb3517ce 07:44:52 Step 15/24 : ENV APP_PORT=48090 07:44:52 ---> Running in 4bbd7cf25d66 07:44:53 Removing intermediate container 4bbd7cf25d66 07:44:53 ---> 6bbf8481de53 07:44:53 Step 16/24 : EXPOSE $APP_PORT 07:44:53 ---> Running in e1b1c92aaa8b 07:44:54 Removing intermediate container e1b1c92aaa8b 07:44:54 ---> a3fc1e303f28 07:44:54 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:44:56 ---> d52e938ab398 07:44:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:44:56 ---> bdbd3c109941 07:44:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:44:56 ---> Running in db2d8a59e4c2 07:44:57 ---> 6f4608338f33 07:44:57 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 07:44:57 ---> Running in 1701face9a63 07:44:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:44:58 Removing intermediate container 1701face9a63 07:44:58 ---> f20d31f3d7a9 07:44:58 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:44:58 ---> Running in 5875edc94dc6 07:44:58 Removing intermediate container 5875edc94dc6 07:44:58 ---> 0f02febdf9e8 07:44:58 Step 22/24 : LABEL arch=x86_64 07:44:58 ---> Running in 4cc27efd3cdd 07:44:59 Removing intermediate container 4cc27efd3cdd 07:44:59 ---> bf6da6b8977c 07:44:59 Step 23/24 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe 07:44:59 ---> Running in 1c9f14ac0ac9 07:44:59 Removing intermediate container 1c9f14ac0ac9 07:44:59 ---> 9eef4464bf72 07:44:59 Step 24/24 : LABEL version=0.0.0 07:44:59 ---> Running in ae498af9030a 07:45:00 Removing intermediate container ae498af9030a 07:45:00 ---> 6757bf3615c2 07:45:00 07:45:00 Successfully built 6757bf3615c2 07:45:00 Successfully tagged docker-sys-mgmt-agent-go:latest 07:45:01  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 07:45:01 $ docker stop --time=1 cf550114799e2ad8f7fbc4fe6a2dcc510dfb797c10b0d1eb04f060494b66031b 07:45:02 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:45:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:45:02 ---> 98f36a103056 07:45:02 Step 3/24 : WORKDIR /edgex-go 07:45:02 ---> Using cache 07:45:02 ---> 1623aaa8560b 07:45:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:45:02 ---> Using cache 07:45:02 ---> e3412805930c 07:45:02 Step 5/24 : RUN apk add --update --no-cache make git 07:45:02 ---> Using cache 07:45:02 ---> afb2ecd39922 07:45:02 Step 6/24 : COPY go.mod . 07:45:02 ---> Using cache 07:45:02 ---> 60a995293fec 07:45:02 Step 7/24 : RUN go mod download 07:45:02 ---> Using cache 07:45:02 ---> 688a86ae55e7 07:45:02 Step 8/24 : COPY . . 07:45:02 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:45:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:45:02 ---> 98f36a103056 07:45:02 Step 3/24 : WORKDIR /edgex-go 07:45:02 ---> Using cache 07:45:02 ---> 1623aaa8560b 07:45:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:45:02 ---> Using cache 07:45:02 ---> e3412805930c 07:45:02 Step 5/24 : RUN apk add --update --no-cache make bash git 07:45:02 ---> Using cache 07:45:02 ---> f6eb3e266d14 07:45:02 Step 9/24 : RUN go mod tidy 07:45:02 ---> Using cache 07:45:02 ---> fee5597bb2c6 07:45:02 Step 10/24 : RUN make cmd/core-metadata/core-metadata 07:45:02 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:45:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:45:02 ---> 98f36a103056 07:45:02 Step 3/24 : WORKDIR /edgex-go 07:45:02 ---> Using cache 07:45:02 ---> 1623aaa8560b 07:45:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:45:02 ---> Using cache 07:45:02 ---> e3412805930c 07:45:02 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:45:04 ---> Running in f2a85bb21553 07:45:04 ---> Running in a87a351c6d71 07:45:04 ---> Running in e4518d05574a 07:45:05 $ docker rm -f cf550114799e2ad8f7fbc4fe6a2dcc510dfb797c10b0d1eb04f060494b66031b [Pipeline] // withDockerContainer [Pipeline] sh 07:45:05 + grep docker 07:45:05 + docker images 07:45:06 docker-sys-mgmt-agent-go latest 6757bf3615c2 6 seconds ago 312MB 07:45:06 docker-core-data-go latest a4b54658d228 39 seconds ago 21.5MB 07:45:06 docker-security-proxy-setup-go latest 52aecda4ae2f About a minute ago 25.3MB 07:45:06 docker-core-metadata-go latest 26ccb8cbf633 About a minute ago 18.6MB 07:45:06 docker-security-bootstrapper-go latest de8b76165218 4 minutes ago 18.2MB 07:45:06 docker-security-secretstore-setup-go latest f3005a263e22 4 minutes ago 25.7MB 07:45:06 docker-support-scheduler-go latest 115eb0fc9e8a 4 minutes ago 17.1MB 07:45:06 docker-support-notifications-go latest 6cce481fd196 4 minutes ago 17.7MB 07:45:06 docker-core-command-go latest f80ff6534ade 4 minutes ago 17MB 07:45:06 docker 20.10.0 aefe523efa57 5 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 07:45:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:45:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:45:06 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] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 07:45:08 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:45:08 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:45:09 OK: 218 MiB in 52 packages 07:45:09 OK: 218 MiB in 52 packages 07:45:11 Removing intermediate container e4518d05574a 07:45:11 ---> 53b23728238e 07:45:11 Step 6/24 : COPY go.mod . 07:45:11 Removing intermediate container a87a351c6d71 07:45:11 ---> 52bb1611507f 07:45:11 Step 6/24 : COPY go.mod . 07:45:13 ---> ce704435f692 07:45:13 Step 7/24 : RUN go mod download 07:45:13 ---> 45bac63ae07e 07:45:13 Step 7/24 : RUN go mod download 07:45:13 ---> Running in 0a7546118045 07:45:13 ---> Running in 3e6a6aa244b5 07:45:18 Removing intermediate container 0a7546118045 07:45:18 ---> 9a839aaa15e6 07:45:18 Step 8/24 : COPY . . 07:45:18 Removing intermediate container 3e6a6aa244b5 07:45:18 ---> 70741b5d7f9a 07:45:18 Step 8/24 : COPY . . 07:45:22 Still waiting to schedule task 07:45:22 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 07:45:51 ---> c1d097278559 07:45:51 Step 9/24 : RUN go mod tidy 07:45:51 ---> 17f329992315 07:45:51 Step 9/24 : RUN go mod tidy 07:45:51 ---> Running in 82576463140e 07:45:51 ---> Running in f138d08fd841 07:45:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:45:54 Removing intermediate container 82576463140e 07:45:54 ---> e02c21b0add5 07:45:54 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:45:54 Removing intermediate container f138d08fd841 07:45:54 ---> 483b0a73f179 07:45:54 Step 10/24 : RUN make cmd/core-data/core-data 07:45:54 ---> Running in f7f99c7f7c0f 07:45:55 ---> Running in 54258ffa4cf0 07:45:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 07:45:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:46:05 Removing intermediate container db2d8a59e4c2 07:46:05 ---> 6a8d01a9b445 07:46:05 07:46:05 Step 11/26 : FROM alpine:3.12 07:46:05 ---> 9852663dfa18 07:46:05 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 07:46:05 ---> Running in 277bf8c5f3f7 07:46:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:46:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:46:08 (1/6) Installing ca-certificates (20191127-r4) 07:46:08 (2/6) Installing nghttp2-libs (1.41.0-r0) 07:46:08 (3/6) Installing libcurl (7.76.1-r0) 07:46:08 (4/6) Installing curl (7.76.1-r0) 07:46:08 (5/6) Installing dumb-init (1.2.2-r1) 07:46:08 (6/6) Installing su-exec (0.2-r1) 07:46:08 Executing busybox-1.31.1-r20.trigger 07:46:08 Executing ca-certificates-20191127-r4.trigger 07:46:08 OK: 7 MiB in 20 packages 07:46:11 Removing intermediate container 277bf8c5f3f7 07:46:11 ---> 9c5d0bb37244 07:46:11 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:46:11 ---> Running in 3e6cfef62b17 07:46:12 Removing intermediate container 3e6cfef62b17 07:46:12 ---> 147c5744231d 07:46:12 Step 14/26 : WORKDIR / 07:46:12 ---> Running in c76d99f32c25 07:46:12 Removing intermediate container c76d99f32c25 07:46:12 ---> e78853140709 07:46:12 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:46:14 ---> f7861456d034 07:46:14 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:46:15 ---> de604b8fc947 07:46:15 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:46:16 ---> 9f050662da17 07:46:16 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 07:46:17 ---> 30d4c7f1a574 07:46:17 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:46:19 ---> 7c3b6d7b3aef 07:46:19 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:46:19 Running on prd-ubuntu18.04-docker-8c-8g-4388 in /w/workspace/edgexfoundry_edgex-go_PR-3450 [Pipeline] { [Pipeline] ws 07:46:19 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 07:46:21 ---> 21a0e0b26989 07:46:21 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:46:22 using credential edgex-jenkins-ssh 07:46:22 Cloning the remote Git repository 07:46:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:46:22 > git init /w/workspace/edgex-go/3 # timeout=10 07:46:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:46:22 > git --version # timeout=10 07:46:22 > git --version # 'git version 2.17.1' 07:46:22 using GIT_SSH to set credentials SSH Credentials for GitHub 07:46:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:46:22 ---> cf65121df51a 07:46:22 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 07:46:22 ---> Running in 2619f68c6c51 07:46:25 Removing intermediate container 2619f68c6c51 07:46:25 ---> d9a8bcff54a8 07:46:25 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 07:46:25 ---> Running in 22aea8fc6775 07:46:26 Removing intermediate container 22aea8fc6775 07:46:26 ---> ee1c895365af 07:46:26 Step 24/26 : LABEL arch=arm64 07:46:26 ---> Running in 3cf19177ce6f 07:46:27 Removing intermediate container 3cf19177ce6f 07:46:27 ---> 98c3657a1471 07:46:27 Step 25/26 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe 07:46:27 ---> Running in a1f01ca06888 07:46:28 Removing intermediate container a1f01ca06888 07:46:28 ---> 0ba6beffe539 07:46:28 Step 26/26 : LABEL version=0.0.0 07:46:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:46:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:46:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:46:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:46:28 using GIT_SSH to set credentials SSH Credentials for GitHub 07:46:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3450/head:refs/remotes/origin/PR-3450 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:46:28 ---> Running in 30d4e5602d21 07:46:28 Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit 79fa5644378b30d66480b3ba9985cf50fe859cfe 07:46:29 Merge succeeded, producing 79fa5644378b30d66480b3ba9985cf50fe859cfe 07:46:29 Checking out Revision 79fa5644378b30d66480b3ba9985cf50fe859cfe (PR-3450) 07:46:29 Removing intermediate container 30d4e5602d21 07:46:29 ---> e5ac72d553f6 07:46:29 07:46:29 Successfully built e5ac72d553f6 07:46:29 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 07:46:28 > git config core.sparsecheckout # timeout=10 07:46:28 > git checkout -f 79fa5644378b30d66480b3ba9985cf50fe859cfe # timeout=10 07:46:29 > git remote # timeout=10 07:46:29 > git config --get remote.origin.url # timeout=10 07:46:29 using GIT_SSH to set credentials SSH Credentials for GitHub 07:46:29 > git merge 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 07:46:29 > git rev-parse HEAD^{commit} # timeout=10 07:46:29 > git config core.sparsecheckout # timeout=10 07:46:29 > git checkout -f 79fa5644378b30d66480b3ba9985cf50fe859cfe # timeout=10 07:46:32 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:46:33 + echo snap-build.sh 07:46:33 snap-build.sh 07:46:33 + SNAP_BASE_DIR=. 07:46:33 + '[' '!' -z /w/workspace/edgex-go/3 ']' 07:46:33 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 07:46:33 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 07:46:33 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 07:46:33 + cd /w/workspace/edgex-go/3 07:46:33 + sudo apt-get remove -qy --purge lxd lxd-client 07:46:33 Reading package lists... 07:46:33 Building dependency tree... 07:46:33 Reading state information... 07:46:33 The following packages were automatically installed and are no longer required: 07:46:33 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 07:46:33 uidmap xdelta3 07:46:33 Use 'sudo apt autoremove' to remove them. 07:46:33 The following packages will be REMOVED: 07:46:33 lxd* lxd-client* 07:46:34 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 07:46:34 After this operation, 31.7 MB disk space will be freed. 07:46:35 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 07:46:35 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 07:46:36 Removing lxd dnsmasq configuration 07:46:36 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 07:46:36 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 07:46:37 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 07:46:37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 07:46:37 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 07:46:39 Processing triggers for systemd (237-3ubuntu10.42) ... 07:46:39 Processing triggers for ureadahead (0.100.0-21) ... 07:46:40 + sudo snap remove --purge lxd 07:46:40 snap "lxd" is not installed 07:46:40 + sudo groupadd --force --system lxd 07:46:40 ++ whoami 07:46:40 + sudo /usr/sbin/usermod -G lxd -a jenkins 07:46:40 + newgrp - lxd 07:46:40 + sudo snap install lxd 07:46:44  Building docker-security-secretstore-setup-go ... done Removing intermediate container f2a85bb21553 07:46:44 ---> c806d760c96c 07:46:44 07:46:44 Step 11/24 : FROM alpine:3.12 07:46:44 ---> 9852663dfa18 07:46:44 Step 12/24 : RUN apk add --update --no-cache dumb-init 07:46:44 ---> Using cache 07:46:44 ---> 7e55b3d8f7c8 07:46:44 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:46:44 ---> Using cache 07:46:44 ---> 6414e1145c84 07:46:44 Step 14/24 : ENV APP_PORT=48081 07:46:44 ---> Running in 569ffab2194a 07:46:45 Removing intermediate container 569ffab2194a 07:46:45 ---> 44412fdbc5a8 07:46:45 Step 15/24 : EXPOSE $APP_PORT 07:46:45 ---> Running in a84c3fc7f6f8 07:46:46 Removing intermediate container a84c3fc7f6f8 07:46:46 ---> 33bca048b3cc 07:46:46 Step 16/24 : WORKDIR / 07:46:46 ---> Running in 91eadcda1586 07:46:46 Removing intermediate container 91eadcda1586 07:46:46 ---> b257b36fb0b3 07:46:46 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:46:48 ---> d22c634c000a 07:46:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:46:48 2021-05-11T07:46:46Z INFO Waiting for automatic snapd restart... 07:46:50 ---> 92d59c13389d 07:46:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:46:51 ---> edc14bf3f427 07:46:51 Step 20/24 : ENTRYPOINT ["/core-metadata"] 07:46:51 ---> Running in fa94c8823caa 07:46:52 Removing intermediate container fa94c8823caa 07:46:52 ---> bff4de6ce236 07:46:52 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:46:52 ---> Running in 815fdfba8477 07:46:53 Removing intermediate container 815fdfba8477 07:46:53 ---> 5a34277140a3 07:46:53 Step 22/24 : LABEL arch=arm64 07:46:53 ---> Running in 9dbcfac97c82 07:46:53 Removing intermediate container 9dbcfac97c82 07:46:53 ---> b5362e2cfc4f 07:46:53 Step 23/24 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe 07:46:54 ---> Running in 7ce6ea6a9835 07:46:54 Removing intermediate container 7ce6ea6a9835 07:46:54 ---> 09d22cc6a254 07:46:54 Step 24/24 : LABEL version=0.0.0 07:46:55 ---> Running in 1c5e0578aba8 07:46:55 Removing intermediate container 1c5e0578aba8 07:46:55 ---> 6df62db93553 07:46:55 07:46:56 Successfully built 6df62db93553 07:46:56 Successfully tagged docker-core-metadata-go-arm64:latest 07:47:06 lxd 4.14 from Canonical* installed 07:47:06 + sudo lxd init --auto 07:47:13 + sudo snap install --classic snapcraft 07:47:15  Building docker-core-metadata-go ... done Removing intermediate container f7f99c7f7c0f 07:47:15 ---> b12bb9bc992b 07:47:15 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:47:15 ---> Running in 1fa7504fb2af 07:47:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:47:17 Removing intermediate container 1fa7504fb2af 07:47:17 ---> 87e463e7dcde 07:47:17 07:47:17 Step 12/24 : FROM docker:20.10.0 07:47:17 20.10.0: Pulling from library/docker 07:47:19 snapcraft 4.7.1 from Canonical* installed 07:47:19 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 07:47:19 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 07:47:19 % Total % Received % Xferd Average Speed Time Time Time Current 07:47:19 Dload Upload Total Spent Left Speed 07:47:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4294 0 --:--:-- --:--:-- --:--:-- 4324 07:47:20 100 3325k 100 3325k 0 0 8750k 0 --:--:-- --:--:-- --:--:-- 8750k 07:47:20 ./yq_linux_amd64 07:47:20 + sudo snapcraft prime --use-lxd 07:47:21 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 07:47:21 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 07:47:21 - README.md 07:47:21 07:47:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:47:22 Launching a container. 07:47:23 Removing intermediate container 54258ffa4cf0 07:47:23 ---> 9d18d5edfd8c 07:47:23 07:47:23 Step 11/24 : FROM alpine:3.12 07:47:23 ---> 9852663dfa18 07:47:23 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:47:23 ---> Running in 8f2b1b049878 07:47:24 Removing intermediate container 8f2b1b049878 07:47:24 ---> 32241ad60113 07:47:24 Step 13/24 : ENV APP_PORT=48080 07:47:24 ---> Running in 8f6fd8d95070 07:47:25 Removing intermediate container 8f6fd8d95070 07:47:25 ---> 3dbfd37c626b 07:47:25 Step 14/24 : EXPOSE $APP_PORT 07:47:25 ---> Running in 84f0d1d44d37 07:47:25 Removing intermediate container 84f0d1d44d37 07:47:25 ---> ff81e9f58def 07:47:25 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:47:25 ---> Running in cf399527aa32 07:47:26 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:47:26 Status: Downloaded newer image for docker:20.10.0 07:47:26 ---> eeaf43b92773 07:47:26 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 07:47:26 ---> Running in a8bedf0a0a73 07:47:27 Removing intermediate container a8bedf0a0a73 07:47:27 ---> 351399c11db1 07:47:27 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 07:47:27 ---> Running in 2ad7743c2c43 07:47:28 Removing intermediate container cf399527aa32 07:47:28 ---> f122c125a540 07:47:28 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 07:47:28 ---> Running in 638c00fb67f8 07:47:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:47:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:47:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:47:29 (1/39) Installing readline (8.0.4-r0) 07:47:29 (2/39) Installing bash (5.0.17-r0) 07:47:29 Executing bash-5.0.17-r0.post-install 07:47:29 (3/39) Installing nghttp2-libs (1.41.0-r0) 07:47:29 (4/39) Installing libcurl (7.76.1-r0) 07:47:29 (5/39) Installing curl (7.76.1-r0) 07:47:30 (6/39) Installing dumb-init (1.2.2-r1) 07:47:30 (7/39) Installing libbz2 (1.0.8-r1) 07:47:30 (8/39) Installing expat (2.2.9-r1) 07:47:30 (9/39) Installing libffi (3.3-r2) 07:47:30 (10/39) Installing gdbm (1.13-r1) 07:47:30 (11/39) Installing xz-libs (5.2.5-r0) 07:47:30 (12/39) Installing sqlite-libs (3.32.1-r0) 07:47:30 (13/39) Installing python3 (3.8.10-r0) 07:47:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:47:32 (1/6) Installing dumb-init (1.2.2-r1) 07:47:32 (2/6) Installing libgcc (9.3.0-r2) 07:47:32 (14/39) Installing py3-appdirs (1.4.4-r1) 07:47:32 (15/39) Installing py3-ordered-set (4.0.1-r0) 07:47:32 (16/39) Installing py3-parsing (2.4.7-r0) 07:47:32 (3/6) Installing libsodium (1.0.18-r0) 07:47:32 (17/39) Installing py3-six (1.15.0-r0) 07:47:32 (18/39) Installing py3-packaging (20.4-r0) 07:47:32 (19/39) Installing py3-setuptools (47.0.0-r0) 07:47:32 (20/39) Installing py3-chardet (3.0.4-r4) 07:47:32 (4/6) Installing libstdc++ (9.3.0-r2) 07:47:33 (21/39) Installing py3-idna (2.9-r0) 07:47:33 (22/39) Installing py3-certifi (2020.4.5.1-r0) 07:47:33 (23/39) Installing py3-urllib3 (1.25.9-r0) 07:47:33 (24/39) Installing py3-requests (2.23.0-r0) 07:47:33 (25/39) Installing py3-msgpack (1.0.0-r0) 07:47:33 (26/39) Installing py3-lockfile (0.12.2-r3) 07:47:33 (27/39) Installing py3-cachecontrol (0.12.6-r0) 07:47:33 (28/39) Installing py3-colorama (0.4.3-r0) 07:47:33 (29/39) Installing py3-distlib (0.3.0-r0) 07:47:33 (30/39) Installing py3-distro (1.5.0-r1) 07:47:33 (31/39) Installing py3-webencodings (0.5.1-r3) 07:47:33 (32/39) Installing py3-html5lib (1.0.1-r4) 07:47:33 (33/39) Installing py3-pytoml (0.1.21-r0) 07:47:33 (34/39) Installing py3-pep517 (0.8.2-r0) 07:47:33 (35/39) Installing py3-progress (1.5-r0) 07:47:33 (5/6) Installing libzmq (4.3.3-r0) 07:47:33 (36/39) Installing py3-toml (0.10.1-r0) 07:47:33 (37/39) Installing py3-retrying (1.3.3-r0) 07:47:33 (38/39) Installing py3-contextlib2 (0.6.0-r0) 07:47:33 (39/39) Installing py3-pip (20.1.1-r0) 07:47:33 Executing busybox-1.31.1-r19.trigger 07:47:33 (6/6) Installing zeromq (4.3.3-r0) 07:47:33 OK: 72 MiB in 59 packages 07:47:33 Executing busybox-1.31.1-r20.trigger 07:47:33 OK: 8 MiB in 20 packages 07:47:34 Waiting for container to be ready 07:47:35 To start your first instance, try: lxc launch ubuntu:18.04 07:47:35 07:47:36 Removing intermediate container 638c00fb67f8 07:47:36 ---> 86ad4664caf8 07:47:36 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:47:36 ---> ff9c05e6d67f 07:47:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:47:37 ---> e9e425883cf4 07:47:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:47:38 Collecting docker-compose==1.23.2 07:47:38 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:47:38 ---> 8cf70943859c 07:47:38 Step 20/24 : ENTRYPOINT ["/core-data"] 07:47:38 Collecting dockerpty<0.5,>=0.4.1 07:47:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:47:38 ---> Running in e3c4354db897 07:47:39 Removing intermediate container e3c4354db897 07:47:39 ---> 4a61f367f509 07:47:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:47:39 ---> Running in bbb7d4a34f35 07:47:39 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 07:47:39 Waiting for network to be ready... 07:47:39 Removing intermediate container bbb7d4a34f35 07:47:39 ---> 9f739f3fdbe6 07:47:39 Step 22/24 : LABEL arch=arm64 07:47:39 ---> Running in 008dd7e931ca 07:47:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:47:39 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] 07:47:40 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:47:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 07:47:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 07:47:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 07:47:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] 07:47:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] 07:47:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 07:47:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 07:47:40 Removing intermediate container 008dd7e931ca 07:47:40 ---> 1e26147840f5 07:47:40 Step 23/24 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe 07:47:40 ---> Running in 8871066ffffd 07:47:40 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:47:40 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:47:40 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:47:40 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:47:41 Collecting docopt<0.7,>=0.6.1 07:47:41 Downloading docopt-0.6.2.tar.gz (25 kB) 07:47:41 Removing intermediate container 8871066ffffd 07:47:41 ---> 1dd665ff2d9a 07:47:41 Step 24/24 : LABEL version=0.0.0 07:47:41 ---> Running in 03cca6b9ff70 07:47:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:47:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:47:41 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:47:41 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:47:41 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:47:41 Removing intermediate container 03cca6b9ff70 07:47:41 ---> f76a1d66b357 07:47:41 07:47:41 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:47:42 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] 07:47:42 Successfully built f76a1d66b357 07:47:42 Successfully tagged docker-core-data-go-arm64:latest 07:47:42 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] 07:47:42 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 07:47:42 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 07:47:42 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] 07:47:42 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] 07:47:42 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] 07:47:42 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 07:47:43  Building docker-core-data-go ... done Collecting websocket-client<1.0,>=0.32.0 07:47:43 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 07:47:43 Collecting jsonschema<3,>=2.5.1 07:47:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:47:44 Fetched 24.5 MB in 5s (5380 kB/s) 07:47:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:47:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:47:45 Reading package lists... 07:47:45 Reading package lists... 07:47:45 Building dependency tree... 07:47:45 Reading state information... 07:47:45 The following additional packages will be installed: 07:47:45 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:47:45 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:47:45 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:47:45 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 07:47:45 Suggested packages: 07:47:45 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 07:47:45 Recommended packages: 07:47:45 gnupg libsasl2-modules 07:47:45 The following NEW packages will be installed: 07:47:45 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:47:45 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:47:45 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:47:45 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 07:47:45 The following packages will be upgraded: 07:47:45 gpg gpg-agent gpgconf libudev1 07:47:45 Collecting PyYAML<4,>=3.10 07:47:45 Downloading PyYAML-3.13.tar.gz (270 kB) 07:47:45 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 07:47:45 Need to get 3530 kB of archives. 07:47:45 After this operation, 13.3 MB of additional disk space will be used. 07:47:45 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] 07:47:45 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 07:47:46 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 07:47:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 07:47:46 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] 07:47:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 07:47:46 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 07:47:46 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 07:47:46 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 07:47:46 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 07:47:46 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 07:47:46 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 07:47:46 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 07:47:46 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 07:47:46 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 07:47:46 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 07:47:46 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 07:47:47 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 07:47:47 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 07:47:47 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 07:47:47 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 07:47:47 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 07:47:47 debconf: delaying package configuration, since apt-utils is not installed 07:47:47 Fetched 3530 kB in 1s (2776 kB/s) 07:47:47 (Reading database ... 12511 files and directories currently installed.) 07:47:47 Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... 07:47:47 Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 07:47:47 Setting up libudev1:amd64 (237-3ubuntu10.47) ... 07:47:47 Selecting previously unselected package udev. 07:47:47 (Reading database ... 12511 files and directories currently installed.) 07:47:47 Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... 07:47:47 Unpacking udev (237-3ubuntu10.47) ... 07:47:47 Selecting previously unselected package libfuse2:amd64. 07:47:47 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 07:47:47 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:47:48 Selecting previously unselected package fuse. 07:47:48 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 07:47:48 Unpacking fuse (2.9.7-1ubuntu1) ... 07:47:48 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 07:47:48 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 07:47:48 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 07:47:48 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 07:47:48 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 07:47:48 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 07:47:48 Selecting previously unselected package libksba8:amd64. 07:47:48 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 07:47:48 Unpacking libksba8:amd64 (1.3.5-2) ... 07:47:48 Selecting previously unselected package libroken18-heimdal:amd64. 07:47:48 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:47:48 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:47:48 Selecting previously unselected package libasn1-8-heimdal:amd64. 07:47:48 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:47:48 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:47:48 Selecting previously unselected package libheimbase1-heimdal:amd64. 07:47:48 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:47:48 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:47:49 Collecting texttable<0.10,>=0.9.0 07:47:49 Downloading texttable-0.9.1.tar.gz (11 kB) 07:47:49 Selecting previously unselected package libhcrypto4-heimdal:amd64. 07:47:49 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:47:49 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:47:49 Selecting previously unselected package libwind0-heimdal:amd64. 07:47:49 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:47:49 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:47:49 Selecting previously unselected package libhx509-5-heimdal:amd64. 07:47:49 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:47:49 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:47:49 Selecting previously unselected package libkrb5-26-heimdal:amd64. 07:47:49 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:47:49 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:47:49 Selecting previously unselected package libheimntlm0-heimdal:amd64. 07:47:49 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:47:49 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:47:49 Selecting previously unselected package libgssapi3-heimdal:amd64. 07:47:49 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:47:49 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:47:49 Selecting previously unselected package libsasl2-modules-db:amd64. 07:47:49 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:47:49 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:47:49 Selecting previously unselected package libsasl2-2:amd64. 07:47:49 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:47:49 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:47:49 Selecting previously unselected package libldap-common. 07:47:49 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 07:47:49 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 07:47:50 Selecting previously unselected package libldap-2.4-2:amd64. 07:47:50 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 07:47:50 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 07:47:50 Selecting previously unselected package dirmngr. 07:47:50 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 07:47:50 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 07:47:50 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 07:47:50 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 07:47:50 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:47:50 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:47:50 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:47:50 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 07:47:50 Collecting cached-property<2,>=1.2.0 07:47:50 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:47:50 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:47:50 Setting up libksba8:amd64 (1.3.5-2) ... 07:47:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:47:50 Setting up udev (237-3ubuntu10.47) ... 07:47:51 invoke-rc.d: policy-rc.d denied execution of start. 07:47:51 Collecting docker<4.0,>=3.6.0 07:47:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:47:51 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:47:51 Processing triggers for systemd (237-3ubuntu10) ... 07:47:51 Setting up fuse (2.9.7-1ubuntu1) ... 07:47:51 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 07:47:51 Setting up gpg (2.2.4-1ubuntu1.4) ... 07:47:51 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:47:51 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:47:51 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:47:51 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:47:51 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:47:51 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:47:51 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:47:51 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 07:47:51 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 07:47:51 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:47:52 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 07:47:52 settings in the [Install] section, and DefaultInstance for template units). 07:47:52 This means they are not meant to be enabled using systemctl. 07:47:52 Possible reasons for having this kind of units are: 07:47:52 1) A unit may be statically enabled by being symlinked from another unit's 07:47:52 .wants/ or .requires/ directory. 07:47:52 2) A unit's purpose may be to act as a helper for some other unit which has 07:47:52 a requirement dependency on it. 07:47:52 3) A unit may be started when needed via activation (socket, path, timer, 07:47:52 D-Bus, udev, scripted systemctl call, ...). 07:47:52 4) In case of template units, the unit is meant to be enabled with some 07:47:52 instance name specified. 07:47:52 Collecting urllib3<1.25,>=1.21.1 07:47:52 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:47:52 Collecting idna<2.8,>=2.5 07:47:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:47:52 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 07:47:52 Collecting docker-pycreds>=0.4.0 07:47:52 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:47:52 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:47:52 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:47:52 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:47:52 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:47:52 Reading package lists... 07:47:52 Building dependency tree... 07:47:52 Reading state information... 07:47:52 The following additional packages will be installed: 07:47:52 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 07:47:52 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 07:47:52 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 07:47:52 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 07:47:52 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 07:47:52 Suggested packages: 07:47:52 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 07:47:52 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 07:47:52 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 07:47:52 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 07:47:52 systemd-container policykit-1 07:47:52 Recommended packages: 07:47:52 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 07:47:52 The following NEW packages will be installed: 07:47:52 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 07:47:52 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 07:47:52 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 07:47:52 multiarch-support openssh-client python3 python3-minimal python3.6 07:47:52 python3.6-minimal snapd squashfs-tools sudo 07:47:52 The following packages will be upgraded: 07:47:52 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 07:47:52 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 07:47:52 Need to get 35.2 MB of archives. 07:47:52 After this operation, 141 MB of additional disk space will be used. 07:47:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 07:47:52 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] 07:47:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 07:47:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 07:47:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 07:47:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 07:47:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 07:47:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 07:47:53 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 07:47:53 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 07:47:53 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 07:47:53 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 07:47:53 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 07:47:53 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 07:47:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 07:47:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 07:47:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 07:47:53 Installing collected packages: dockerpty, docopt, websocket-client, jsonschema, urllib3, idna, requests, PyYAML, texttable, cached-property, docker-pycreds, docker, docker-compose 07:47:53 Running setup.py install for dockerpty: started 07:47:54 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] 07:47:54 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 07:47:54 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 07:47:54 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 07:47:54 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 07:47:54 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 07:47:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 07:47:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 07:47:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 07:47:54 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 07:47:55 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 07:47:55 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 07:47:55 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 07:47:55 debconf: delaying package configuration, since apt-utils is not installed 07:47:55 Fetched 35.2 MB in 2s (15.3 MB/s) 07:47:55 (Reading database ... 12757 files and directories currently installed.) 07:47:55 Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... 07:47:55 Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... 07:47:55 Running setup.py install for dockerpty: finished with status 'done' 07:47:55 Running setup.py install for docopt: started 07:47:55 Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... 07:47:55 Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 07:47:56 Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... 07:47:56 (Reading database ... 12757 files and directories currently installed.) 07:47:56 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 07:47:56 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 07:47:56 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 07:47:56 (Reading database ... 12757 files and directories currently installed.) 07:47:56 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 07:47:56 Unpacking apt (1.6.13) over (1.6.1) ... 07:47:56 Setting up apt (1.6.13) ... 07:47:56 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 07:47:56 Running setup.py install for docopt: finished with status 'done' 07:47:57 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 07:47:57 Attempting uninstall: urllib3 07:47:57 Found existing installation: urllib3 1.25.9 07:47:57 Uninstalling urllib3-1.25.9: 07:47:57 Successfully uninstalled urllib3-1.25.9 07:47:58 Attempting uninstall: idna 07:47:58 Found existing installation: idna 2.9 07:47:58 Uninstalling idna-2.9: 07:47:58 Successfully uninstalled idna-2.9 07:47:59 Attempting uninstall: requests 07:47:59 Found existing installation: requests 2.23.0 07:47:59 Uninstalling requests-2.23.0: 07:47:59 Successfully uninstalled requests-2.23.0 07:47:59 (Reading database ... 12764 files and directories currently installed.) 07:47:59 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 07:47:59 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 07:47:59 Running setup.py install for PyYAML: started 07:48:00 Selecting previously unselected package libpython3.6-minimal:amd64. 07:48:00 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 07:48:00 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 07:48:00 Selecting previously unselected package libexpat1:amd64. 07:48:00 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 07:48:00 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:48:00 Selecting previously unselected package python3.6-minimal. 07:48:00 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 07:48:00 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 07:48:00 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 07:48:01 Checking for services that may need to be restarted...done. 07:48:01 Checking for services that may need to be restarted...done. 07:48:01 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 07:48:01 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:48:01 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 07:48:01 Running setup.py install for PyYAML: finished with status 'done' 07:48:01 Running setup.py install for texttable: started 07:48:01 Selecting previously unselected package python3-minimal. 07:48:01 (Reading database ... 13012 files and directories currently installed.) 07:48:01 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 07:48:01 Unpacking python3-minimal (3.6.7-1~18.04) ... 07:48:01 Selecting previously unselected package mime-support. 07:48:01 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 07:48:01 Unpacking mime-support (3.60ubuntu1) ... 07:48:01 Selecting previously unselected package libmpdec2:amd64. 07:48:01 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 07:48:01 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:48:01 Selecting previously unselected package libpython3.6-stdlib:amd64. 07:48:01 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 07:48:01 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 07:48:02 Selecting previously unselected package python3.6. 07:48:02 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 07:48:02 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 07:48:02 Selecting previously unselected package libpython3-stdlib:amd64. 07:48:02 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 07:48:02 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:48:02 Setting up python3-minimal (3.6.7-1~18.04) ... 07:48:02 Selecting previously unselected package python3. 07:48:02 (Reading database ... 13442 files and directories currently installed.) 07:48:02 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 07:48:02 Unpacking python3 (3.6.7-1~18.04) ... 07:48:02 Selecting previously unselected package multiarch-support. 07:48:02 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 07:48:02 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 07:48:02 Setting up multiarch-support (2.27-3ubuntu1.4) ... 07:48:02 Selecting previously unselected package liblzo2-2:amd64. 07:48:02 (Reading database ... 13479 files and directories currently installed.) 07:48:02 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 07:48:02 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 07:48:02 Selecting previously unselected package libbsd0:amd64. 07:48:02 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 07:48:02 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:48:03 Selecting previously unselected package sudo. 07:48:03 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 07:48:03 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 07:48:03 Selecting previously unselected package apparmor. 07:48:03 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 07:48:03 Unpacking apparmor (2.12-4ubuntu5.1) ... 07:48:03 Running setup.py install for texttable: finished with status 'done' 07:48:03 Selecting previously unselected package libedit2:amd64. 07:48:03 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 07:48:03 Unpacking libedit2:amd64 (3.1-20170329-1) ... 07:48:03 Selecting previously unselected package libkrb5support0:amd64. 07:48:03 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 07:48:03 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:48:03 Selecting previously unselected package libk5crypto3:amd64. 07:48:03 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 07:48:03 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:48:03 Selecting previously unselected package libkeyutils1:amd64. 07:48:03 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 07:48:03 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:48:03 Selecting previously unselected package libkrb5-3:amd64. 07:48:03 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 07:48:03 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:48:03 Selecting previously unselected package libgssapi-krb5-2:amd64. 07:48:03 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 07:48:03 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:48:04 Selecting previously unselected package libssl1.0.0:amd64. 07:48:04 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 07:48:04 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 07:48:04 Selecting previously unselected package openssh-client. 07:48:04 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 07:48:04 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 07:48:04 Selecting previously unselected package squashfs-tools. 07:48:04 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 07:48:04 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:48:04 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.59.0 07:48:04 Selecting previously unselected package snapd. 07:48:04 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 07:48:04 Unpacking snapd (2.48.3+18.04) ... 07:48:06 Setting up libedit2:amd64 (3.1-20170329-1) ... 07:48:06 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 07:48:06 Setting up mime-support (3.60ubuntu1) ... 07:48:06 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 07:48:06 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:48:06 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:48:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:48:06 Setting up systemd (237-3ubuntu10.47) ... 07:48:06 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 07:48:07 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:48:07 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:48:07 Setting up liblzo2-2:amd64 (2.08-1.2) ... 07:48:07 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 07:48:07 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:48:07 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 07:48:08 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 07:48:08 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:48:08 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:48:08 Setting up python3 (3.6.7-1~18.04) ... 07:48:08 running python rtupdate hooks for python3.6... 07:48:08 running python post-rtupdate hooks for python3.6... 07:48:08 Setting up apparmor (2.12-4ubuntu5.1) ... 07:48:10 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 07:48:10 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:48:10 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 07:48:10 Setting up snapd (2.48.3+18.04) ... 07:48:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 07:48:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 07:48:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 07:48:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 07:48:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:48:11 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:48:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 07:48:11 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 07:48:11 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 07:48:12 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 07:48:12 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 07:48:12 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:48:12 Processing triggers for systemd (237-3ubuntu10.47) ... 07:48:13 Removing intermediate container 2ad7743c2c43 07:48:13 ---> 724bd7cc81d5 07:48:13 Step 15/24 : ENV APP_PORT=48090 07:48:13 ---> Running in 4f5a345520a0 07:48:13 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 07:48:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:48:13 Removing intermediate container 4f5a345520a0 07:48:13 ---> f1f40add6b22 07:48:13 Step 16/24 : EXPOSE $APP_PORT 07:48:13 ---> Running in 49f345453d9c 07:48:13 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:48:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1716 kB] 07:48:13 Removing intermediate container 49f345453d9c 07:48:13 ---> f91a0966b072 07:48:13 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:48:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [320 kB] 07:48:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [316 kB] 07:48:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [42.1 kB] 07:48:14 Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] 07:48:14 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 07:48:14 ---> 4f9bace63ca2 07:48:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:48:15 Fetched 3861 kB in 2s (2134 kB/s) 07:48:15 Reading package lists... 07:48:15 ---> d8b6dc5109bf 07:48:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:48:15 Reading package lists... 07:48:16 Building dependency tree... 07:48:16 Reading state information... 07:48:16 Calculating upgrade... 07:48:16 The following packages will be upgraded: 07:48:16 advancecomp base-files bash binutils binutils-common 07:48:16 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 07:48:16 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 07:48:16 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 07:48:16 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 07:48:16 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 07:48:16 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 07:48:16 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 07:48:16 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 07:48:16 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 07:48:16 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 07:48:16 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 07:48:16 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 07:48:16 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 07:48:16 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 07:48:16 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 07:48:16 Need to get 64.0 MB of archives. 07:48:16 After this operation, 5041 kB of additional disk space will be used. 07:48:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] 07:48:16 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 07:48:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 07:48:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 07:48:16 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 07:48:16 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 07:48:16 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 07:48:16 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 07:48:16 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 07:48:16 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 07:48:16 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 07:48:16 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 07:48:16 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 07:48:16 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 07:48:16 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 07:48:16 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 07:48:16 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 07:48:16 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 07:48:16 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 07:48:16 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 07:48:16 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 07:48:16 ---> c42f9050ed4e 07:48:16 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 07:48:16 ---> Running in d6769ab3f37a 07:48:16 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 07:48:16 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 07:48:16 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 07:48:16 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 07:48:16 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 07:48:16 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 07:48:16 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 07:48:16 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 07:48:16 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 07:48:16 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 07:48:16 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 07:48:16 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 07:48:16 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 07:48:16 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 07:48:16 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 07:48:16 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 07:48:16 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 07:48:16 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 07:48:16 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 07:48:16 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 07:48:16 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 07:48:16 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 07:48:16 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 07:48:16 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 07:48:16 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 07:48:16 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 07:48:16 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 07:48:16 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 07:48:16 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 07:48:16 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 07:48:16 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 07:48:16 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 07:48:16 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 07:48:16 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 07:48:16 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 07:48:17 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 07:48:17 Removing intermediate container d6769ab3f37a 07:48:17 ---> 9e5e2ed5a3cf 07:48:17 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:48:17 ---> Running in 528c85f67da3 07:48:17 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 07:48:17 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 07:48:17 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 07:48:17 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 07:48:17 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 07:48:17 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 07:48:17 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 07:48:17 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 07:48:18 Removing intermediate container 528c85f67da3 07:48:18 ---> 3c07256ca6af 07:48:18 Step 22/24 : LABEL arch=arm64 07:48:18 ---> Running in 39c2b012920d 07:48:18 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 07:48:18 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 07:48:18 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 07:48:18 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 07:48:18 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 07:48:18 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 07:48:18 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 07:48:18 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 07:48:18 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 07:48:18 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 07:48:18 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 07:48:18 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 07:48:18 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 07:48:18 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 07:48:18 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 07:48:18 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 07:48:18 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 07:48:18 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 07:48:18 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 07:48:18 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] 07:48:18 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 07:48:18 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 07:48:18 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 07:48:18 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 07:48:18 Removing intermediate container 39c2b012920d 07:48:18 ---> 26255b46648c 07:48:18 Step 23/24 : LABEL git_sha=79fa5644378b30d66480b3ba9985cf50fe859cfe 07:48:18 ---> Running in dcd7d9f121b0 07:48:18 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 07:48:18 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 07:48:18 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 07:48:18 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 07:48:18 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 07:48:18 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 07:48:18 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 07:48:18 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 07:48:18 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 07:48:18 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 07:48:18 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 07:48:18 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 07:48:19 debconf: delaying package configuration, since apt-utils is not installed 07:48:19 Fetched 64.0 MB in 3s (25.3 MB/s) 07:48:19 (Reading database ... 13912 files and directories currently installed.) 07:48:19 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 07:48:19 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:48:19 Removing intermediate container dcd7d9f121b0 07:48:19 ---> caf8bb132498 07:48:19 Step 24/24 : LABEL version=0.0.0 07:48:19 ---> Running in 7f46bc11aaf2 07:48:19 Removing intermediate container 7f46bc11aaf2 07:48:19 ---> 328aba6116ae 07:48:19 07:48:20 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 07:48:20 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:48:20 Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... 07:48:20 Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... 07:48:20 Successfully built 328aba6116ae 07:48:20 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 07:48:20  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 07:48:20 $ docker stop --time=1 173f5cd194977d3c5337bc527bbdade7b35d9923b89d737547961a74f3264e31 07:48:21 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:48:21 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:48:21 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:48:21 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:48:21 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:48:21 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:48:21 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:48:21 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:48:21 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:48:21 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:48:21 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:48:21 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:48:21 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:48:21 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:48:21 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 07:48:22 (Reading database ... 13911 files and directories currently installed.) 07:48:22 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 07:48:22 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 07:48:22 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 07:48:22 (Reading database ... 13911 files and directories currently installed.) 07:48:22 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:48:22 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:48:22 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:48:22 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:48:22 $ docker rm -f 173f5cd194977d3c5337bc527bbdade7b35d9923b89d737547961a74f3264e31 [Pipeline] // withDockerContainer 07:48:22 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:48:22 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [Pipeline] sh 07:48:22 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 07:48:22 (Reading database ... 13911 files and directories currently installed.) 07:48:22 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 07:48:22 + grep docker 07:48:22 + docker images 07:48:23 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:48:23 docker-sys-mgmt-agent-go-arm64 latest 328aba6116ae 4 seconds ago 299MB 07:48:23 docker-core-data-go-arm64 latest f76a1d66b357 42 seconds ago 20.3MB 07:48:23 docker-core-metadata-go-arm64 latest 6df62db93553 About a minute ago 17.4MB 07:48:23 docker-security-secretstore-setup-go-arm64 latest e5ac72d553f6 About a minute ago 24.3MB 07:48:23 docker-security-bootstrapper-go-arm64 latest 6b12134c3fdd 4 minutes ago 17.1MB 07:48:23 docker-support-notifications-go-arm64 latest 9b20a15b13df 4 minutes ago 16.6MB 07:48:23 docker-core-command-go-arm64 latest abdd47acd017 4 minutes ago 16.1MB 07:48:23 docker-support-scheduler-go-arm64 latest 2fdea1104d9c 4 minutes ago 16.1MB 07:48:23 docker-security-proxy-setup-go-arm64 latest ed19ee688ec1 4 minutes ago 23.9MB 07:48:23 docker 20.10.0 eeaf43b92773 5 months 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 Post stage [Pipeline] libraryResource [Pipeline] sh 07:48:23 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 07:48:23 (Reading database ... 13911 files and directories currently installed.) 07:48:23 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 07:48:23 ---> job-cost.sh 07:48:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UDPs 07:48:23 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 07:48:23 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 07:48:23 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 07:48:24 Setting up base-files (10.1ubuntu2.10) ... 07:48:24 Installing new version of config file /etc/issue ... 07:48:24 Installing new version of config file /etc/issue.net ... 07:48:24 Installing new version of config file /etc/lsb-release ... 07:48:24 Installing new version of config file /etc/update-motd.d/50-motd-news ... 07:48:24 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 07:48:24 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 07:48:24 Removing obsolete conffile /etc/default/motd-news ... 07:48:24 (Reading database ... 13912 files and directories currently installed.) 07:48:24 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 07:48:24 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 07:48:25 Setting up bash (4.4.18-2ubuntu1.2) ... 07:48:25 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 07:48:25 (Reading database ... 13912 files and directories currently installed.) 07:48:25 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 07:48:25 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 07:48:25 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 07:48:25 (Reading database ... 13912 files and directories currently installed.) 07:48:25 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 07:48:25 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 07:48:25 Setting up tar (1.29b-2ubuntu0.2) ... 07:48:25 (Reading database ... 13912 files and directories currently installed.) 07:48:25 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 07:48:25 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:48:25 Setting up dpkg (1.19.0.5ubuntu2.3) ... 07:48:26 (Reading database ... 13912 files and directories currently installed.) 07:48:26 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 07:48:26 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:48:26 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 07:48:26 (Reading database ... 13912 files and directories currently installed.) 07:48:26 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 07:48:26 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:48:26 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 07:48:26 (Reading database ... 13912 files and directories currently installed.) 07:48:26 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 07:48:26 Unpacking grep (3.1-2build1) over (3.1-2) ... 07:48:26 Setting up grep (3.1-2build1) ... 07:48:26 (Reading database ... 13912 files and directories currently installed.) 07:48:26 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 07:48:26 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:48:27 Setting up login (1:4.5-1ubuntu2) ... 07:48:27 (Reading database ... 13912 files and directories currently installed.) 07:48:27 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 07:48:27 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:48:27 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 07:48:27 (Reading database ... 13912 files and directories currently installed.) 07:48:27 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 07:48:27 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:48:27 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 07:48:27 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:48:28 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 07:48:28 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:48:28 Setting up perl-base (5.26.1-6ubuntu0.5) ... 07:48:28 (Reading database ... 13912 files and directories currently installed.) 07:48:28 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 07:48:28 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:48:30 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:48:30 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:48:30 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:48:30 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:48:30 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 07:48:30 (Reading database ... 13912 files and directories currently installed.) 07:48:30 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 07:48:30 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 07:48:30 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 07:48:30 (Reading database ... 13912 files and directories currently installed.) 07:48:30 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:48:30 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:48:30 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:48:30 (Reading database ... 13912 files and directories currently installed.) 07:48:30 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:48:31 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:48:31 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:48:31 (Reading database ... 13912 files and directories currently installed.) 07:48:31 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:48:31 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:48:31 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:48:31 (Reading database ... 13912 files and directories currently installed.) 07:48:31 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:48:31 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:48:31 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:48:31 (Reading database ... 13912 files and directories currently installed.) 07:48:31 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 07:48:31 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:48:31 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 07:48:31 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:48:31 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 07:48:31 (Reading database ... 13912 files and directories currently installed.) 07:48:31 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 07:48:32 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:48:32 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 07:48:32 (Reading database ... 13912 files and directories currently installed.) 07:48:32 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:48:32 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:48:32 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:48:32 (Reading database ... 13912 files and directories currently installed.) 07:48:32 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:48:32 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:48:32 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 07:48:32 (Reading database ... 13912 files and directories currently installed.) 07:48:32 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:48:32 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:48:33 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 07:48:33 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 07:48:33 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 07:48:33 (Reading database ... 13912 files and directories currently installed.) 07:48:33 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 07:48:33 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:48:34 Setting up libc-bin (2.27-3ubuntu1.4) ... 07:48:34 (Reading database ... 13912 files and directories currently installed.) 07:48:34 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 07:48:34 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:48:34 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 07:48:34 (Reading database ... 13914 files and directories currently installed.) 07:48:34 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 07:48:34 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 07:48:34 Setting up debconf (1.5.66ubuntu1) ... 07:48:35 (Reading database ... 13914 files and directories currently installed.) 07:48:35 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 07:48:35 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 07:48:35 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 07:48:35 (Reading database ... 13914 files and directories currently installed.) 07:48:35 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 07:48:35 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 07:48:35 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 07:48:35 (Reading database ... 13914 files and directories currently installed.) 07:48:35 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:48:35 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:48:35 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:48:35 (Reading database ... 13914 files and directories currently installed.) 07:48:35 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:48:35 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:48:36 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 07:48:36 (Reading database ... 13914 files and directories currently installed.) 07:48:36 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 07:48:36 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:48:36 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 07:48:36 (Reading database ... 13914 files and directories currently installed.) 07:48:36 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:48:36 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:48:36 Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... 07:48:36 Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... 07:48:36 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 07:48:36 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:48:37 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 07:48:37 (Reading database ... 13914 files and directories currently installed.) 07:48:37 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 07:48:37 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 07:48:37 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 07:48:37 (Reading database ... 13914 files and directories currently installed.) 07:48:37 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 07:48:37 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 07:48:37 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 07:48:37 (Reading database ... 13914 files and directories currently installed.) 07:48:37 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 07:48:37 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:48:38 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 07:48:38 (Reading database ... 13914 files and directories currently installed.) 07:48:38 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 07:48:38 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 07:48:38 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 07:48:38 (Reading database ... 13914 files and directories currently installed.) 07:48:38 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 07:48:38 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:48:38 Setting up passwd (1:4.5-1ubuntu2) ... 07:48:38 (Reading database ... 13914 files and directories currently installed.) 07:48:38 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 07:48:38 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 07:48:38 Setting up gpgv (2.2.4-1ubuntu1.4) ... 07:48:38 (Reading database ... 13914 files and directories currently installed.) 07:48:38 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 07:48:38 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 07:48:39 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 07:48:39 (Reading database ... 13914 files and directories currently installed.) 07:48:39 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 07:48:39 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 07:48:39 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 07:48:39 (Reading database ... 13914 files and directories currently installed.) 07:48:39 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 07:48:39 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 07:48:39 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 07:48:39 (Reading database ... 13914 files and directories currently installed.) 07:48:39 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 07:48:39 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 07:48:40 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 07:48:40 (Reading database ... 13914 files and directories currently installed.) 07:48:40 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 07:48:40 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 07:48:40 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 07:48:40 (Reading database ... 13914 files and directories currently installed.) 07:48:40 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 07:48:40 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 07:48:40 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 07:48:40 (Reading database ... 13914 files and directories currently installed.) 07:48:40 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 07:48:40 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 07:48:41 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 07:48:41 (Reading database ... 13914 files and directories currently installed.) 07:48:41 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 07:48:41 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 07:48:41 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 07:48:41 (Reading database ... 13915 files and directories currently installed.) 07:48:41 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:48:41 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:48:41 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:48:41 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:48:41 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 07:48:41 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 07:48:41 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 07:48:42 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 07:48:42 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 07:48:42 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 07:48:42 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 07:48:42 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 07:48:42 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 07:48:42 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 07:48:42 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 07:48:42 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 07:48:42 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 07:48:42 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 07:48:42 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 07:48:42 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 07:48:43 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 07:48:43 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 07:48:43 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 07:48:43 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 07:48:44 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 07:48:44 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 07:48:44 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 07:48:44 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 07:48:44 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 07:48:44 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 07:48:44 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 07:48:44 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 07:48:44 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 07:48:44 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 07:48:45 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 07:48:45 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 07:48:45 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:48:45 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:48:45 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:48:45 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:48:45 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:48:45 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:48:45 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:48:45 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:48:46 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:48:46 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:48:47 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:48:47 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:48:48 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:48:48 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:48:48 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:48:48 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:48:49 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:48:49 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:48:49 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:48:49 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:48:49 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 07:48:49 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:48:49 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 07:48:50 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:48:50 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 07:48:50 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 07:48:50 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:48:50 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:48:50 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:48:50 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:48:50 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 07:48:51 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 07:48:51 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:48:51 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 07:48:51 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:48:51 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:48:51 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:48:51 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 07:48:51 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 07:48:51 Setting up tzdata (2021a-0ubuntu0.18.04) ... 07:48:51 07:48:51 Current default time zone: 'Etc/UTC' 07:48:51 Local time is now: Tue May 11 07:48:51 UTC 2021. 07:48:51 Universal Time is now: Tue May 11 07:48:51 UTC 2021. 07:48:51 Run 'dpkg-reconfigure tzdata' if you wish to change it. 07:48:51 07:48:51 Setting up systemd-sysv (237-3ubuntu10.47) ... 07:48:51 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:48:51 Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... 07:48:51 Setting up mount (2.31.1-0.4ubuntu3.7) ... 07:48:51 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 07:48:51 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 07:48:51 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 07:48:51 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 07:48:51 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 07:48:51 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 07:48:51 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:48:51 Setting up procps (2:3.3.12-3ubuntu1.2) ... 07:48:52 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 07:48:52 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 07:48:52 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 07:48:52 Setting up patch (2.7.6-2ubuntu1.1) ... 07:48:52 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 07:48:52 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 07:48:52 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 07:48:52 Installing new version of config file /etc/ssl/openssl.cnf ... 07:48:52 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 07:48:52 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 07:48:52 Setting up ca-certificates (20210119~18.04.1) ... 07:48:54 Updating certificates in /etc/ssl/certs... 07:48:54 23 added, 27 removed; done. 07:48:55 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 07:48:55 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:48:55 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 07:48:55 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 07:48:55 Setting up pkgbinarymangler (138.18.04.1) ... 07:48:55 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 07:48:55 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 07:48:55 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 07:48:55 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 07:48:55 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:48:55 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 07:48:55 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:48:55 Setting up perl (5.26.1-6ubuntu0.5) ... 07:48:55 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 07:48:55 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 07:48:55 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 07:48:55 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 07:48:55 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 07:48:55 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 07:48:55 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 07:48:55 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 07:48:55 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 07:48:55 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:48:55 Processing triggers for systemd (237-3ubuntu10.47) ... 07:48:55 Processing triggers for mime-support (3.60ubuntu1) ... 07:48:56 Processing triggers for ca-certificates (20210119~18.04.1) ... 07:48:56 Updating certificates in /etc/ssl/certs... 07:48:56 0 added, 0 removed; done. 07:48:56 Running hooks in /etc/ca-certificates/update.d... 07:48:56 done. 07:48:56 Reading package lists... 07:48:57 Building dependency tree... 07:48:57 Reading state information... 07:48:57 The following NEW packages will be installed: 07:48:57 apt-transport-https 07:48:57 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 07:48:57 Need to get 1692 B of archives. 07:48:57 After this operation, 154 kB of additional disk space will be used. 07:48:57 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 07:48:57 debconf: delaying package configuration, since apt-utils is not installed 07:48:57 Fetched 1692 B in 0s (8400 B/s) 07:48:57 Selecting previously unselected package apt-transport-https. 07:48:57 (Reading database ... 13920 files and directories currently installed.) 07:48:57 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 07:48:57 Unpacking apt-transport-https (1.6.13) ... 07:48:57 Setting up apt-transport-https (1.6.13) ... 07:48:57 Waiting for network to be ready... 07:49:02 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:49:04 2021-05-11T07:49:02Z INFO Waiting for automatic snapd restart... 07:49:05 snapd 2.49.2 from Canonical* installed 07:49:06 "snapd" switched to the "latest/stable" channel 07:49:06 07:49:10 core18 20210309 from Canonical* installed 07:49:10 "core18" switched to the "latest/stable" channel 07:49:10 07:49:14 snapcraft 4.7.1 from Canonical* installed 07:49:14 "snapcraft" switched to the "latest/stable" channel 07:49:14 07:49:18 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 07:49:18 - README.md 07:49:18 07:49:18 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:49:24 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:49:24 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:49:24 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:49:24 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:49:25 Reading package lists... 07:49:25 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 07:49:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:49:32 Reading package lists... 07:49:32 Building dependency tree... 07:49:32 Reading state information... 07:49:32 Suggested packages: 07:49:32 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 07:49:32 git-gui gitk gitweb git-cvs git-mediawiki git-svn 07:49:32 Recommended packages: 07:49:32 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 07:49:32 The following NEW packages will be installed: 07:49:32 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 07:49:32 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 07:49:32 pkg-config zip 07:49:32 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 07:49:32 Need to get 7663 kB of archives. 07:49:32 After this operation, 43.8 MB of additional disk space will be used. 07:49:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 07:49:32 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 07:49:32 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 07:49:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 07:49:32 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 07:49:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 07:49:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 07:49:32 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 07:49:32 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 07:49:32 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 07:49:32 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 07:49:32 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 07:49:32 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 07:49:32 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 07:49:32 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 07:49:33 debconf: delaying package configuration, since apt-utils is not installed 07:49:33 Fetched 7663 kB in 1s (10.8 MB/s) 07:49:33 Selecting previously unselected package libglib2.0-0:amd64. 07:49:33 (Reading database ... 13924 files and directories currently installed.) 07:49:33 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 07:49:33 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 07:49:33 Selecting previously unselected package libpsl5:amd64. 07:49:33 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 07:49:33 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 07:49:33 Selecting previously unselected package libnghttp2-14:amd64. 07:49:33 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 07:49:33 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:49:33 Selecting previously unselected package librtmp1:amd64. 07:49:33 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 07:49:33 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:49:33 Selecting previously unselected package libcurl3-gnutls:amd64. 07:49:33 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 07:49:33 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 07:49:33 Selecting previously unselected package liberror-perl. 07:49:33 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 07:49:33 Unpacking liberror-perl (0.17025-1) ... 07:49:33 Selecting previously unselected package git-man. 07:49:33 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 07:49:33 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 07:49:34 Selecting previously unselected package git. 07:49:34 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 07:49:34 Unpacking git (1:2.17.1-1ubuntu0.8) ... 07:49:34 Selecting previously unselected package libnorm1:amd64. 07:49:34 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 07:49:34 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:49:35 Selecting previously unselected package libpgm-5.2-0:amd64. 07:49:35 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 07:49:35 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:49:35 Selecting previously unselected package libsodium23:amd64. 07:49:35 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 07:49:35 Unpacking libsodium23:amd64 (1.0.16-2) ... 07:49:35 Selecting previously unselected package libzmq5:amd64. 07:49:35 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 07:49:35 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:49:35 Selecting previously unselected package libzmq3-dev:amd64. 07:49:35 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 07:49:35 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:49:35 Selecting previously unselected package pkg-config. 07:49:35 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 07:49:35 Unpacking pkg-config (0.29.1-0ubuntu2) ... 07:49:35 Selecting previously unselected package zip. 07:49:35 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 07:49:35 Unpacking zip (3.0-11build1) ... 07:49:35 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:49:35 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 07:49:35 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:49:35 Setting up liberror-perl (0.17025-1) ... 07:49:35 Setting up libpsl5:amd64 (0.19.1-5build1) ... 07:49:35 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 07:49:35 No schema files found: doing nothing. 07:49:35 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:49:35 Setting up zip (3.0-11build1) ... 07:49:35 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:49:35 Setting up libsodium23:amd64 (1.0.16-2) ... 07:49:35 Setting up pkg-config (0.29.1-0ubuntu2) ... 07:49:35 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:49:36 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 07:49:36 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:49:36 Setting up git (1:2.17.1-1ubuntu0.8) ... 07:49:36 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:49:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:49:42 git set to automatically installed. 07:49:42 git-man set to automatically installed. 07:49:42 libcurl3-gnutls set to automatically installed. 07:49:42 liberror-perl set to automatically installed. 07:49:42 libglib2.0-0 set to automatically installed. 07:49:42 libnghttp2-14 set to automatically installed. 07:49:42 libnorm1 set to automatically installed. 07:49:42 libpgm-5.2-0 set to automatically installed. 07:49:42 libpsl5 set to automatically installed. 07:49:42 librtmp1 set to automatically installed. 07:49:42 libsodium23 set to automatically installed. 07:49:42 libzmq3-dev set to automatically installed. 07:49:42 libzmq5 set to automatically installed. 07:49:42 pkg-config set to automatically installed. 07:49:42 zip set to automatically installed. 07:49:43 snapd is not logged in, snap install commands will use sudo 07:49:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:49:51 snap "core18" has no updates available 07:49:52 snapd is not logged in, snap install commands will use sudo 07:49:59 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 07:50:17 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 07:50:17 Pulling go-build-helper 07:50:17 + snapcraftctl pull 07:50:17 'app-service-config' has dependencies that need to be staged: go-build-helper 07:50:17 Skipping pull go-build-helper (already ran) 07:50:17 Building go-build-helper 07:50:17 + snapcraftctl build 07:50:18 Staging go-build-helper 07:50:18 + snapcraftctl stage 07:50:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:50:28 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:50:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] 07:50:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 07:50:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 07:50:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 07:50:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] 07:50:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] 07:50:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 07:50:28 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 07:50:28 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:50:28 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:50:28 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:50:28 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:50:28 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:50:28 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:50:28 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:50:28 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:50:28 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:50:28 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] 07:50:28 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] 07:50:28 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 07:50:28 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 07:50:28 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] 07:50:28 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] 07:50:28 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] 07:50:28 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 07:50:28 Fetched 24.5 MB in 0s (0 B/s) 07:50:28 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 07:50:28 Fetched 224 kB in 0s (0 B/s) 07:50:28 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 07:50:28 Fetched 157 kB in 0s (0 B/s) 07:50:28 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 07:50:28 Fetched 221 kB in 0s (0 B/s) 07:50:28 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 07:50:28 Fetched 143 kB in 0s (0 B/s) 07:50:28 Pulling app-service-config 07:50:28 + snapcraftctl pull 07:50:28 Cloning into '/root/parts/app-service-config/src'... 07:50:29 Pulling config-common 07:50:29 + snapcraftctl pull 07:50:35 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 07:50:35 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:50:35 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:50:35 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1716 kB] 07:50:35 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [320 kB] 07:50:35 Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [316 kB] 07:50:35 Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [42.1 kB] 07:50:35 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] 07:50:35 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 07:50:35 Fetched 3861 kB in 0s (0 B/s) 07:50:35 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 07:50:35 Fetched 0 B in 0s (0 B/s) 07:50:35 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 07:50:35 Fetched 0 B in 0s (0 B/s) 07:50:35 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 07:50:35 Fetched 0 B in 0s (0 B/s) 07:50:35 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 07:50:35 Fetched 0 B in 0s (0 B/s) 07:50:35 Pulling edgex-go 07:50:35 + snapcraftctl pull 07:50:39 lf-activate-venv(): INFO: Adding /tmp/venv-UDPs/bin to PATH 07:50:39 INFO: No Stack... 07:50:39 INFO: Retrieving Pricing Info for: lf-standard-4 07:50:39 INFO: Archiving Costs [Pipeline] sh 07:50:39 + cut -d, -f6 07:50:39 + cat /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock 07:50:39 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3450-3-stack-cost] 07:50:39 Resource [jenkins-edgexfoundry-edgex-go-PR-3450-3-stack-cost] did not exist. Created. 07:50:39 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3450-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:50:40 + echo total: 0.20999999344348907 [Pipeline] stash 07:50:40 Stashed 1 file(s) [Pipeline] } 07:50:40 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3450-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:50:57 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 07:50:57 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 07:50:57 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:50:57 Fetched 0 B in 0s (0 B/s) 07:50:57 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 07:50:57 Fetched 96.5 kB in 0s (0 B/s) 07:50:57 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 07:50:57 Fetched 279 kB in 0s (0 B/s) 07:50:57 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 07:50:57 Fetched 122 kB in 0s (0 B/s) 07:50:57 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 07:50:57 Fetched 77.8 kB in 0s (0 B/s) 07:50:57 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 07:50:57 Fetched 8848 B in 0s (0 B/s) 07:50:57 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 07:50:57 Fetched 47.8 kB in 0s (0 B/s) 07:50:57 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 07:50:57 Fetched 45.6 kB in 0s (0 B/s) 07:50:57 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 07:50:57 Fetched 15.0 kB in 0s (0 B/s) 07:50:57 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 07:50:57 Fetched 219 kB in 0s (0 B/s) 07:50:57 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 07:50:57 Fetched 154 kB in 0s (0 B/s) 07:50:57 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 07:50:57 Fetched 50.6 kB in 0s (0 B/s) 07:50:57 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 07:50:57 Fetched 14.8 kB in 0s (0 B/s) 07:50:57 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 07:50:57 Fetched 41.8 kB in 0s (0 B/s) 07:50:57 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 07:50:57 Fetched 499 kB in 0s (0 B/s) 07:50:57 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 07:50:57 Fetched 111 kB in 0s (0 B/s) 07:50:57 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 07:50:57 Fetched 240 kB in 0s (0 B/s) 07:50:57 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 07:50:57 Fetched 29.3 kB in 0s (0 B/s) 07:50:57 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 07:50:57 Fetched 85.5 kB in 0s (0 B/s) 07:50:57 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 07:50:57 Fetched 24.5 kB in 0s (0 B/s) 07:50:57 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 07:50:57 Fetched 49.2 kB in 0s (0 B/s) 07:50:57 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 07:50:57 Fetched 54.2 kB in 0s (0 B/s) 07:50:57 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 07:50:57 Fetched 30.8 kB in 0s (0 B/s) 07:50:57 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 07:50:57 Fetched 15.8 kB in 0s (0 B/s) 07:50:57 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 07:50:57 Fetched 85.9 kB in 0s (0 B/s) 07:50:57 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 07:50:57 Fetched 8720 B in 0s (0 B/s) 07:50:57 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 07:50:57 Fetched 137 kB in 0s (0 B/s) 07:50:57 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 07:50:57 Fetched 119 kB in 0s (0 B/s) 07:50:57 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 07:50:57 Fetched 110 kB in 0s (0 B/s) 07:50:57 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 07:50:57 Fetched 11.1 kB in 0s (0 B/s) 07:50:57 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 07:50:57 Fetched 645 kB in 0s (0 B/s) 07:50:57 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 07:50:57 Fetched 41.3 kB in 0s (0 B/s) 07:50:57 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 07:50:57 Fetched 17.9 kB in 0s (0 B/s) 07:50:57 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 07:50:57 Fetched 368 kB in 0s (0 B/s) 07:50:57 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 07:50:57 Fetched 187 kB in 0s (0 B/s) 07:50:57 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 07:50:57 Fetched 175 kB in 0s (0 B/s) 07:50:57 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 07:50:57 Fetched 206 kB in 0s (0 B/s) 07:50:57 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 07:50:57 Fetched 1301 kB in 0s (0 B/s) 07:50:57 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 07:50:57 Fetched 36.2 kB in 0s (0 B/s) 07:50:57 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 07:50:57 Fetched 159 kB in 0s (0 B/s) 07:50:57 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 07:50:57 Fetched 107 kB in 0s (0 B/s) 07:50:57 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 07:50:57 Fetched 48.7 kB in 0s (0 B/s) 07:50:57 Pulling static-packages 07:50:57 + snapcraftctl pull 07:50:57 Pulling version 07:50:57 + cd /root/project 07:50:57 + [ -f VERSION ] 07:50:57 + PROJECT_VERSION=local-dev 07:50:57 + git rev-parse --short HEAD 07:50:57 + GIT_REVISION=79fa5644 07:50:57 + snapcraftctl set-version local-dev 07:50:58 Skipping build go-build-helper (already ran) 07:50:59 Building app-service-config 07:50:59 + make build 07:50:59 go mod tidy 07:51:01 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.58 07:51:01 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.52 07:51:01 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.83 07:51:01 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 07:51:01 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 07:51:01 go: downloading github.com/stretchr/testify v1.7.0 07:51:01 go: downloading github.com/gorilla/mux v1.8.0 07:51:01 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 07:51:01 go: downloading github.com/davecgh/go-spew v1.1.1 07:51:02 go: downloading github.com/google/uuid v1.2.0 07:51:02 go: downloading github.com/pmezard/go-difflib v1.0.0 07:51:02 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 07:51:02 go: downloading github.com/go-kit/kit v0.8.0 07:51:02 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 07:51:02 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 07:51:02 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 07:51:02 go: downloading github.com/gorilla/websocket v1.4.2 07:51:02 go: downloading github.com/go-playground/validator/v10 v10.5.0 07:51:02 go: downloading github.com/mitchellh/copystructure v1.0.0 07:51:02 go: downloading github.com/pelletier/go-toml v1.9.0 07:51:02 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 07:51:02 go: downloading gopkg.in/yaml.v2 v2.4.0 07:51:02 go: downloading github.com/stretchr/objx v0.1.0 07:51:02 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 07:51:02 go: downloading github.com/go-stack/stack v1.8.0 07:51:02 go: downloading github.com/x448/float16 v0.8.4 07:51:02 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 07:51:02 go: downloading github.com/go-redis/redis/v7 v7.2.0 07:51:02 go: downloading github.com/go-logfmt/logfmt v0.4.0 07:51:02 go: downloading github.com/leodido/go-urn v1.2.0 07:51:02 go: downloading github.com/mitchellh/reflectwalk v1.0.0 07:51:02 go: downloading github.com/go-playground/universal-translator v0.17.0 07:51:02 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 07:51:02 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 07:51:02 go: downloading golang.org/x/text v0.3.2 07:51:02 go: downloading github.com/go-playground/locales v0.13.0 07:51:03 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 07:51:03 go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:51:03 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 07:51:03 go: downloading github.com/onsi/ginkgo v1.10.1 07:51:03 go: downloading github.com/onsi/gomega v1.7.0 07:51:03 go: downloading github.com/pebbe/zmq4 v1.2.7 07:51:03 go: downloading github.com/kr/pretty v0.2.0 07:51:03 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:51:04 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 07:51:04 go: downloading github.com/go-playground/assert/v2 v2.0.1 07:51:04 go: downloading github.com/kr/text v0.1.0 07:51:05 go: downloading github.com/hashicorp/consul/api v1.8.1 07:51:05 go: downloading github.com/mitchellh/mapstructure v1.1.2 07:51:05 go: downloading github.com/hpcloud/tail v1.0.0 07:51:05 go: downloading github.com/hashicorp/consul/sdk v0.7.0 07:51:05 go: downloading github.com/hashicorp/go-hclog v0.12.0 07:51:05 go: downloading github.com/hashicorp/serf v0.9.5 07:51:05 go: downloading github.com/mattn/go-isatty v0.0.12 07:51:05 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 07:51:05 go: downloading github.com/hashicorp/go-uuid v1.0.1 07:51:05 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 07:51:05 go: downloading github.com/fatih/color v1.9.0 07:51:05 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 07:51:05 go: downloading github.com/pkg/errors v0.8.1 07:51:05 go: downloading github.com/mattn/go-colorable v0.1.6 07:51:05 go: downloading gopkg.in/fsnotify.v1 v1.4.7 07:51:05 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 07:51:05 go: downloading github.com/golang/protobuf v1.3.2 07:51:05 go: downloading github.com/mitchellh/go-homedir v1.1.0 07:51:05 go: downloading github.com/fsnotify/fsnotify v1.4.7 07:51:05 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:51:05 go: downloading github.com/hashicorp/go-msgpack v0.5.3 07:51:05 go: downloading github.com/hashicorp/memberlist v0.2.2 07:51:05 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 07:51:05 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 07:51:05 go: downloading github.com/miekg/dns v1.1.26 07:51:05 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:51:05 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 07:51:05 go: downloading github.com/hashicorp/go-multierror v1.1.0 07:51:05 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:51:05 go: downloading github.com/hashicorp/golang-lru v0.5.0 07:51:05 go: downloading github.com/hashicorp/errwrap v1.0.0 07:51:05 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 07:51:05 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 07:51:15 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 07:51:15 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 07:51:15 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 07:51:15 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 07:51:15 Building config-common 07:51:15 + snapcraftctl build 07:51:18 Building edgex-go 07:51:18 + cd /root/parts/edgex-go/src 07:51:18 + make build 07:51:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:51:18 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.21 07:51:18 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.14 07:51:18 go: downloading github.com/imdario/mergo v0.3.12 07:51:18 go: downloading github.com/OneOfOne/xxhash v1.2.8 07:51:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:51:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:51:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:51:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:51: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 07:51:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:51:32 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 07:51:32 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 07:51:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:51: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 07:51:35 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 07:51:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:51:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 07:51:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:51:39 go: downloading github.com/lib/pq v1.10.1 07:51:40 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 07:51:40 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 07:51:40 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 07:51:40 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 07:51:40 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 07:51:40 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 07:51:40 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 07:51:40 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 07:51:40 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 07:51:40 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 07:51:40 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 07:51:40 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 07:51:40 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 07:51:40 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 07:51:40 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 07:51:40 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 07:51:40 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 07:51:40 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 07:51:40 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 07:51:40 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 07:51:40 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 07:51:40 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 07:51:40 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 07:51:40 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 07:51:40 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 07:51:40 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 07:51:44 Building static-packages 07:51:44 + snapcraftctl build 07:51:45 Building version 07:51:45 + snapcraftctl build 07:51:47 Skipping stage go-build-helper (already ran) 07:51:47 Staging app-service-config 07:51:47 + snapcraftctl stage 07:51:48 Staging config-common 07:51:48 + snapcraftctl stage 07:51:49 Staging edgex-go 07:51:49 + snapcraftctl stage 07:51:50 Staging static-packages 07:51:50 + snapcraftctl stage 07:51:51 Staging version 07:51:51 + snapcraftctl stage 07:51:52 Priming go-build-helper 07:51:52 + snapcraftctl prime 07:51:53 Priming app-service-config 07:51:53 + snapcraftctl prime 07:51:54 Priming config-common 07:51:54 + snapcraftctl prime 07:51:55 Priming edgex-go 07:51:55 + snapcraftctl prime 07:51:56 Priming static-packages 07:51:56 + snapcraftctl prime 07:51:59 Priming version 07:51:59 + snapcraftctl prime 07:52:00 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 07:52:02 provisioning config files... 07:52:02 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config5203534790666003254tmp [Pipeline] { [Pipeline] sh 07:52:03 + set +x 07:52:03 + curl -s https://codecov.io/bash 07:52:03 + bash -s -- 07:52:03 07:52:03 _____ _ 07:52:03 / ____| | | 07:52:03 | | ___ __| | ___ ___ _____ __ 07:52:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:52:03 | |___| (_) | (_| | __/ (_| (_) \ V / 07:52:03 \_____\___/ \__,_|\___|\___\___/ \_/ 07:52:03 Bash-1.0.2 07:52:03 07:52:03 07:52:03 ==> git version 2.24.3 found 07:52:03 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 07:52:03 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:52:03 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:52:03 ==> Jenkins CI detected. 07:52:03 project root: . 07:52:03 --> token set from env 07:52:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:52:03 ==> Running gcov in . (disable via -X gcov) 07:52:04 ==> Python coveragepy not found 07:52:04 ==> Searching for coverage reports in: 07:52:04 + . 07:52:04 -> Found 1 reports 07:52:04 ==> Detecting git/mercurial file structure 07:52:04 ==> Reading reports 07:52:04 + ./coverage.out bytes=719397 07:52:04 ==> Appending adjustments 07:52:04 https://docs.codecov.io/docs/fixing-reports 07:52:12 + Found adjustments 07:52:12 ==> Gzipping contents 07:52:12 104K /tmp/codecov.56kGB1.gz 07:52:12 ==> Uploading reports 07:52:12 url: https://codecov.io 07:52:12 query: branch=PR-3450&commit=79fa5644378b30d66480b3ba9985cf50fe859cfe&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3450%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3450&job=&cmd_args= 07:52:12 -> Pinging Codecov 07:52:12 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3450&commit=79fa5644378b30d66480b3ba9985cf50fe859cfe&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3450%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3450&job=&cmd_args= 07:52:12 -> Uploading to 07:52:12 https://storage.googleapis.com/codecov/v4/raw/2021-05-11/00271124DB129430A58F1EEE437C3FCB/79fa5644378b30d66480b3ba9985cf50fe859cfe/fe80b34a-a373-4819-af38-0cdf23643c84.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210511%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210511T075211Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=111054da8bc595044a7779e4c7eaeca72bc6a2e713f77b1abaea95dd58f83abe 07:52:12 % Total % Received % Xferd Average Speed Time Time Time Current 07:52:12 Dload Upload Total Spent Left Speed 07:52:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 100k 0 0 100 100k 0 144k --:--:-- --:--:-- --:--:-- 144k 07:52:12 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/79fa5644378b30d66480b3ba9985cf50fe859cfe [Pipeline] } 07:52:12 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] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:52:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:52:15 ---> package-listing.sh 07:52:15 ++ facter osfamily 07:52:15 ++ tr '[:upper:]' '[:lower:]' 07:52:15 + OS_FAMILY=redhat 07:52:15 + workspace=/w/workspace/edgex-go/3 07:52:15 + START_PACKAGES=/tmp/packages_start.txt 07:52:15 + END_PACKAGES=/tmp/packages_end.txt 07:52:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:52:15 + PACKAGES=/tmp/packages_start.txt 07:52:15 + '[' /w/workspace/edgex-go/3 ']' 07:52:15 + PACKAGES=/tmp/packages_end.txt 07:52:15 + case "${OS_FAMILY}" in 07:52:15 + sort 07:52:15 + rpm -qa 07:52:22 + '[' -f /tmp/packages_start.txt ']' 07:52:22 + '[' -f /tmp/packages_end.txt ']' 07:52:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:52:22 + '[' /w/workspace/edgex-go/3 ']' 07:52:22 + mkdir -p /w/workspace/edgex-go/3/archives/ 07:52:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 07:52:22 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:52:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:52:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:52:23 07:52:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:52:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:52:24 alpine: Pulling from edgex-lftools-log-publisher 07:52:24 df20fa9351a1: Pulling fs layer 07:52:24 36b3adc4ff6f: Pulling fs layer 07:52:24 8ad3a11d3b57: Pulling fs layer 07:52:24 46f8f816bc3b: Pulling fs layer 07:52:24 93b61091891f: Pulling fs layer 07:52:24 93b9cdb0e59b: Pulling fs layer 07:52:24 5e14af77c1be: Pulling fs layer 07:52:24 01666e4c0597: Pulling fs layer 07:52:24 aa168da1d23b: Pulling fs layer 07:52:24 93b61091891f: Waiting 07:52:24 93b9cdb0e59b: Waiting 07:52:24 46f8f816bc3b: Waiting 07:52:24 5e14af77c1be: Waiting 07:52:24 01666e4c0597: Waiting 07:52:24 aa168da1d23b: Waiting 07:52:24 36b3adc4ff6f: Verifying Checksum 07:52:24 36b3adc4ff6f: Download complete 07:52:24 46f8f816bc3b: Verifying Checksum 07:52:24 46f8f816bc3b: Download complete 07:52:24 df20fa9351a1: Download complete 07:52:24 93b9cdb0e59b: Verifying Checksum 07:52:24 93b9cdb0e59b: Download complete 07:52:24 93b61091891f: Verifying Checksum 07:52:24 93b61091891f: Download complete 07:52:24 5e14af77c1be: Download complete 07:52:24 01666e4c0597: Verifying Checksum 07:52:24 01666e4c0597: Download complete 07:52:25 8ad3a11d3b57: Verifying Checksum 07:52:25 8ad3a11d3b57: Download complete 07:52:25 df20fa9351a1: Pull complete 07:52:26 36b3adc4ff6f: Pull complete 07:52:28 8ad3a11d3b57: Pull complete 07:52:29 46f8f816bc3b: Pull complete 07:52:30 93b61091891f: Pull complete 07:52:30 93b9cdb0e59b: Pull complete 07:52:31 aa168da1d23b: Verifying Checksum 07:52:31 aa168da1d23b: Download complete 07:52:31 5e14af77c1be: Pull complete 07:52:32 01666e4c0597: Pull complete 07:52:50 aa168da1d23b: Pull complete 07:52:50 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:52:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:52:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:52:51 prd-centos7-docker-4c-2g-4374 does not seem to be running inside a container 07:52:51 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:52:54 $ docker top 08d4f095df0d3e5381ccaef5ee4a6e46bc8e67d3710337cf1a9131eb91a8ef1a -eo pid,comm [Pipeline] { [Pipeline] sh 07:52:55 + touch /tmp/pre-build-complete [Pipeline] sh 07:52:56 + mkdir -p /var/log/sa [Pipeline] sh 07:52:56 + ls /var/log/sa-host 07:52:56 + sadf -c /var/log/sa-host/sa11 07:52:56 file_magic: OK 07:52:56 HZ: Using current value: 100 07:52:56 file_header: OK 07:52:56 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:52:56 Statistics: 07:52:56 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:52:56 File successfully converted to sysstat format version 12.2.1 07:52:56 + sadf -c /var/log/sa-host/sa23 07:52:56 file_magic: OK 07:52:56 HZ: Using current value: 100 07:52:56 file_header: OK 07:52:56 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:52:56 Statistics: 07:52:56 Hnuu...uuuununununu... 07:52:56 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:52:57 provisioning config files... 07:52:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config5688568029856773235tmp [Pipeline] { [Pipeline] echo 07:52:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:52:57 ---> create-netrc.sh [Pipeline] } 07:52:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:52:57 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:52:58 ---> python-tools-install.sh [Pipeline] echo 07:52:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:52:58 ---> sudo-logs.sh 07:52:58 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:52:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:52:59 ---> job-cost.sh 07:52:59 lf-activate-venv: SKIPPING 07:52:59 DEBUG: total: 0.20999999344348907 07:52:59 INFO: Retrieving Stack Cost... 07:53:00 INFO: Retrieving Pricing Info for: v1-standard-2 07:53:01 INFO: Archiving Costs [Pipeline] echo 07:53:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:53:01 ---> logs-deploy.sh 07:53:01 lf-activate-venv: SKIPPING 07:53:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3450/3 07:53:01 INFO: archiving workspace using pattern(s): 07:53:04 Archives upload complete. 07:53:05 INFO: archiving logs to Nexus 07:53:07 ---> uname -a: 07:53:07 Linux prd-centos7-docker-4c-2g-4374.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:53:07 07:53:07 07:53:07 ---> lscpu: 07:53:07 Architecture: x86_64 07:53:07 CPU op-mode(s): 32-bit, 64-bit 07:53:07 Byte Order: Little Endian 07:53:07 Address sizes: 40 bits physical, 48 bits virtual 07:53:07 CPU(s): 4 07:53:07 On-line CPU(s) list: 0-3 07:53:07 Thread(s) per core: 1 07:53:07 Core(s) per socket: 1 07:53:07 Socket(s): 4 07:53:07 NUMA node(s): 1 07:53:07 Vendor ID: GenuineIntel 07:53:07 CPU family: 6 07:53:07 Model: 44 07:53:07 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:53:07 Stepping: 1 07:53:07 CPU MHz: 2933.438 07:53:07 BogoMIPS: 5866.87 07:53:07 Virtualization: VT-x 07:53:07 Hypervisor vendor: KVM 07:53:07 Virtualization type: full 07:53:07 L1d cache: 128 KiB 07:53:07 L1i cache: 128 KiB 07:53:07 L2 cache: 16 MiB 07:53:07 L3 cache: 64 MiB 07:53:07 NUMA node0 CPU(s): 0-3 07:53:07 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:53:07 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:53:07 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:53:07 Vulnerability Meltdown: Mitigation; PTI 07:53:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:53:07 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:53:07 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:53:07 Vulnerability Srbds: Not affected 07:53:07 Vulnerability Tsx async abort: Not affected 07:53:07 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 07:53:07 07:53:07 07:53:07 ---> nproc: 07:53:07 4 07:53:07 07:53:07 07:53:07 ---> df -h: 07:53:07 Filesystem Size Used Available Use% Mounted on 07:53:07 overlay 50.0G 11.8G 38.2G 24% / 07:53:07 tmpfs 64.0M 0 64.0M 0% /dev 07:53:07 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:53:07 shm 64.0M 0 64.0M 0% /dev/shm 07:53:07 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 07:53:07 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 07:53:07 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 07:53:07 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 07:53:07 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 07:53:07 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 07:53:07 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 07:53:07 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 07:53:07 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/3@tmp 07:53:07 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/3 07:53:07 07:53:07 07:53:07 ---> free -m: 07:53:07 total used free shared buff/cache available 07:53:07 Mem: 1837 715 278 0 843 1040 07:53:07 Swap: 1023 72 951 07:53:07 07:53:07 07:53:07 ---> ip addr: 07:53:07 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:53:07 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:53:07 inet 127.0.0.1/8 scope host lo 07:53:07 valid_lft forever preferred_lft forever 07:53:07 inet6 ::1/128 scope host 07:53:07 valid_lft forever preferred_lft forever 07:53:07 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:53:07 link/ether fa:16:3e:bc:1b:4f brd ff:ff:ff:ff:ff:ff 07:53:07 inet 10.30.123.120/23 brd 10.30.123.255 scope global dynamic eth0 07:53:07 valid_lft 84610sec preferred_lft 84610sec 07:53:07 inet6 fe80::f816:3eff:febc:1b4f/64 scope link 07:53:07 valid_lft forever preferred_lft forever 07:53:07 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:53:07 link/ether 02:42:7d:6f:92:cb brd ff:ff:ff:ff:ff:ff 07:53:07 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:53:07 valid_lft forever preferred_lft forever 07:53:07 inet6 fe80::42:7dff:fe6f:92cb/64 scope link 07:53:07 valid_lft forever preferred_lft forever 07:53:07 07:53:07 07:53:07 ---> sar -b -r -n DEV: 07:53:07 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) 07:53:07 07:53:07 07:23:00 LINUX RESTART (4 CPU) 07:53:07 07:53:07 07:24:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:53:07 07:25:02 44.45 18.48 25.98 0.00 1896.56 6993.68 0.00 07:53:07 07:26:01 37.45 13.66 23.79 0.00 4783.16 7139.48 0.00 07:53:07 07:27:02 107.60 47.15 60.46 0.00 5258.07 27378.08 0.00 07:53:07 07:28:01 196.76 60.27 136.48 0.00 2785.35 22670.77 0.00 07:53:07 07:29:01 149.40 90.16 59.24 0.00 2595.03 6828.87 0.00 07:53:07 07:30:02 80.25 29.03 51.22 0.00 1160.85 6574.76 0.00 07:53:07 07:31:01 62.92 13.65 49.26 0.00 494.67 5809.85 0.00 07:53:07 07:32:01 76.94 45.33 31.61 0.00 1874.02 2816.43 0.00 07:53:07 07:33:02 75.42 24.05 51.38 0.00 1569.78 6316.38 0.00 07:53:07 07:34:01 28.55 0.12 28.43 0.00 5.41 6190.17 0.00 07:53:07 07:35:02 159.33 34.15 125.18 0.00 11464.58 63128.46 0.00 07:53:07 07:36:02 847.81 695.01 152.81 0.00 80106.57 102393.62 0.00 07:53:07 07:37:03 1136.14 984.48 151.66 0.00 69892.15 72033.70 0.00 07:53:07 07:38:03 1418.22 1292.18 126.04 0.00 69530.96 77025.71 0.00 07:53:07 07:39:01 264.81 187.77 77.04 0.00 9613.51 8401.13 0.00 07:53:07 07:40:02 186.03 83.78 102.24 0.00 8680.94 21564.79 0.00 07:53:07 07:41:02 314.33 104.34 209.99 0.00 25195.54 72116.23 0.00 07:53:07 07:42:03 930.51 803.46 127.04 0.00 65669.79 64153.31 0.00 07:53:07 07:43:01 1246.97 1069.15 177.83 0.00 63153.37 66558.28 0.00 07:53:07 07:44:02 268.56 145.27 123.29 0.00 8236.37 17066.15 0.00 07:53:07 07:45:01 135.06 7.94 127.12 0.00 595.20 18296.89 0.00 07:53:07 07:46:01 20.06 12.41 7.65 0.00 2675.88 307.41 0.00 07:53:07 07:47:01 1.96 0.37 1.60 0.00 3.99 28.97 0.00 07:53:07 07:48:01 0.37 0.00 0.37 0.00 0.00 5.04 0.00 07:53:07 07:49:01 0.32 0.02 0.30 0.00 0.13 4.19 0.00 07:53:07 07:50:01 0.25 0.03 0.22 0.00 0.27 3.16 0.00 07:53:07 07:51:02 0.31 0.00 0.31 0.00 0.00 4.70 0.00 07:53:07 07:52:01 0.29 0.02 0.27 0.00 0.14 3.94 0.00 07:53:07 Average: 278.06 205.62 72.44 0.00 15627.45 24391.18 0.00 07:53:07 07:53:07 07:24:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:53:07 07:25:02 86784 0 593656 31.55 2620 1198484 1094980 37.37 532168 1063052 13132 07:53:07 07:26:01 79504 0 799980 42.52 2620 999440 1470348 50.18 668800 929484 13040 07:53:07 07:27:02 65132 0 729736 38.78 2592 1084084 1614812 55.11 717624 880156 85304 07:53:07 07:28:01 72948 0 779996 41.46 1664 1026936 1544960 52.73 583824 949140 24888 07:53:07 07:29:01 154280 0 781288 41.52 1544 944432 1743616 59.51 581740 867764 55728 07:53:07 07:30:02 249864 0 808840 42.99 664 822176 1736136 59.25 618568 732440 72180 07:53:07 07:31:01 133420 0 858288 45.62 536 889300 1892840 64.60 742636 717584 65532 07:53:07 07:32:01 259396 0 796792 42.35 536 824820 1642516 56.06 592136 737960 70076 07:53:07 07:33:02 191048 0 801780 42.61 516 888200 1426548 48.69 626172 765420 19816 07:53:07 07:34:01 90332 0 792272 42.11 480 998460 1502584 51.28 646988 844032 24496 07:53:07 07:35:02 69560 0 719744 38.25 216 1092024 1286036 43.89 707008 850812 31084 07:53:07 07:36:02 514328 0 674560 35.85 52 692604 1284552 43.84 487280 667896 12 07:53:07 07:37:03 67920 0 848764 45.11 52 964808 2437544 83.19 738868 849096 50888 07:53:07 07:38:03 75172 0 855068 45.45 52 951252 2358764 80.50 760236 809076 49544 07:53:07 07:39:01 320784 0 1133416 60.24 52 427292 4118464 140.56 725272 556808 11984 07:53:07 07:40:02 401816 0 705872 37.52 52 773804 1366044 46.62 477968 741744 0 07:53:07 07:41:02 76292 0 808468 42.97 52 996732 2206068 75.29 742596 822092 21464 07:53:07 07:42:03 119520 0 906296 48.17 52 855676 2707688 92.41 719440 794368 61448 07:53:07 07:43:01 101424 0 769444 40.89 52 1010624 1966108 67.10 713176 829792 11120 07:53:07 07:44:02 318568 0 710004 37.74 52 852920 1609336 54.92 604232 710776 1772 07:53:07 07:45:01 205904 0 680468 36.17 52 995120 1388788 47.40 577560 833268 12 07:53:07 07:46:01 166164 0 641188 34.08 52 1074140 1218456 41.58 588428 869940 8 07:53:07 07:47:01 168808 0 638472 33.93 52 1074212 1182656 40.36 586376 869860 20 07:53:07 07:48:01 169444 0 637888 33.90 52 1074160 1182452 40.36 585756 869844 8 07:53:07 07:49:01 169624 0 637700 33.89 52 1074168 1182452 40.36 585888 869844 8 07:53:07 07:50:01 169312 0 638004 33.91 52 1074176 1182536 40.36 586100 869848 8 07:53:07 07:51:02 169484 0 637820 33.90 52 1074188 1182452 40.36 586020 869856 8 07:53:07 07:52:01 169200 0 638096 33.91 52 1074196 1182608 40.36 585972 869860 8 07:53:07 Average: 172715 0 750854 39.91 531 957444 1668298 56.94 631030 822922 24414 07:53:07 07:53:07 07:24:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:53:07 07:25:02 eth0 630.40 486.85 3339.76 81.24 0.00 0.00 0.00 0.00 07:53:07 07:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:26:01 veth4c2257a 818.62 737.77 82.29 2721.34 0.00 0.00 0.00 0.00 07:53:07 07:26:01 eth0 809.18 871.85 3064.61 98.89 0.00 0.00 0.00 0.00 07:53:07 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:26:01 docker0 818.62 737.63 71.10 2721.33 0.00 0.00 0.00 0.00 07:53:07 07:27:02 eth0 277.94 201.95 2670.59 65.83 0.00 0.00 0.00 0.00 07:53:07 07:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:27:02 docker0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:28:01 eth0 301.98 184.94 875.54 23.54 0.00 0.00 0.00 0.00 07:53:07 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:28:01 docker0 169.07 267.57 12.09 858.01 0.00 0.00 0.00 0.00 07:53:07 07:29:01 veth4b75335 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:53:07 07:29:01 eth0 23.53 18.88 25.48 9.61 0.00 0.00 0.00 0.00 07:53:07 07:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:30:02 veth4b75335 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:30:02 eth0 10.86 7.47 7.62 4.11 0.00 0.00 0.00 0.00 07:53:07 07:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:30:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:31:01 veth4b75335 0.34 0.34 0.03 0.03 0.00 0.00 0.00 0.00 07:53:07 07:31:01 eth0 35.39 29.89 20.66 78.90 0.00 0.00 0.00 0.00 07:53:07 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:31:01 docker0 0.34 0.34 0.02 0.03 0.00 0.00 0.00 0.00 07:53:07 07:32:01 veth4b75335 1.33 1.33 0.10 0.10 0.00 0.00 0.00 0.00 07:53:07 07:32:01 eth0 23.97 18.16 17.75 9.82 0.00 0.00 0.00 0.00 07:53:07 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:32:01 docker0 1.33 1.33 0.09 0.10 0.00 0.00 0.00 0.00 07:53:07 07:33:02 veth4b75335 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:33:02 eth0 14.88 11.31 12.63 7.10 0.00 0.00 0.00 0.00 07:53:07 07:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:34:01 veth4b75335 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:34:01 eth0 32.39 25.66 18.87 71.85 0.00 0.00 0.00 0.00 07:53:07 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:35:02 eth0 167.96 124.97 1665.45 20.14 0.00 0.00 0.00 0.00 07:53:07 07:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:35:02 veth8271116 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:53:07 07:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:36:02 eth0 3.68 1.81 2.22 1.19 0.00 0.00 0.00 0.00 07:53:07 07:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:36:02 veth8271116 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:37:03 eth0 93.08 74.99 177.02 59.56 0.00 0.00 0.00 0.00 07:53:07 07:37:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:37:03 veth8271116 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 07:53:07 07:37:03 docker0 52.20 63.95 3.57 162.29 0.00 0.00 0.00 0.00 07:53:07 07:38:03 eth0 2.72 1.49 1.47 0.85 0.00 0.00 0.00 0.00 07:53:07 07:38:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:38:03 veth8271116 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:38:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:39:01 veth9c968b7 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 07:53:07 07:39:01 vethb339220 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 07:53:07 07:39:01 eth0 11.43 7.76 8.44 4.54 0.00 0.00 0.00 0.00 07:53:07 07:39:01 vethcda2692 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 07:53:07 07:40:02 eth0 13.00 10.41 52.42 3.92 0.00 0.00 0.00 0.00 07:53:07 07:40:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:53:07 07:40:02 veth8271116 0.00 0.41 0.00 0.02 0.00 0.00 0.00 0.00 07:53:07 07:40:02 docker0 1021.98 1050.77 85.21 3669.62 0.00 0.00 0.00 0.00 07:53:07 07:41:02 eth0 113.58 74.38 197.17 87.47 0.00 0.00 0.00 0.00 07:53:07 07:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:41:02 veth8271116 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 07:53:07 07:41:02 docker0 28.95 51.32 1.60 162.73 0.00 0.00 0.00 0.00 07:53:07 07:42:03 veth7d808c8 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 07:53:07 07:42:03 veth69c9cc6 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 07:53:07 07:42:03 eth0 38.97 28.41 76.31 7.20 0.00 0.00 0.00 0.00 07:53:07 07:42:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:43:01 eth0 9.73 7.36 7.55 4.14 0.00 0.00 0.00 0.00 07:53:07 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:43:01 veth8271116 0.00 0.85 0.00 0.04 0.00 0.00 0.00 0.00 07:53:07 07:43:01 docker0 1104.04 1163.05 90.79 4025.42 0.00 0.00 0.00 0.00 07:53:07 07:44:02 eth0 65.44 48.61 300.04 59.15 0.00 0.00 0.00 0.00 07:53:07 07:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:44:02 veth8271116 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:44:02 docker0 4.09 8.04 0.22 38.89 0.00 0.00 0.00 0.00 07:53:07 07:45:01 eth0 231.04 135.62 1425.84 35.88 0.00 0.00 0.00 0.00 07:53:07 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:45:01 veth8271116 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:45:01 docker0 44.96 98.04 2.84 398.50 0.00 0.00 0.00 0.00 07:53:07 07:46:01 eth0 5.14 3.86 4.79 1.89 0.00 0.00 0.00 0.00 07:53:07 07:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:47:01 eth0 0.53 0.38 0.27 0.21 0.00 0.00 0.00 0.00 07:53:07 07:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:48:01 eth0 0.15 0.05 0.01 0.00 0.00 0.00 0.00 0.00 07:53:07 07:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:49:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:53:07 07:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:50:01 eth0 0.32 0.25 0.14 0.07 0.00 0.00 0.00 0.00 07:53:07 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:51:02 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:53:07 07:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:52:01 eth0 0.52 0.32 0.36 0.19 0.00 0.00 0.00 0.00 07:53:07 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 Average: eth0 104.14 84.81 500.13 26.32 0.00 0.00 0.00 0.00 07:53:07 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:53:07 Average: docker0 40.29 44.37 3.28 156.04 0.00 0.00 0.00 0.00 07:53:07 07:53:07 07:53:07 ---> sar -P ALL: 07:53:07 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/11/21 _x86_64_ (4 CPU) 07:53:07 07:53:07 07:23:00 LINUX RESTART (4 CPU) 07:53:07 07:53:07 07:24:01 CPU %user %nice %system %iowait %steal %idle 07:53:07 07:25:02 all 12.22 0.00 4.00 1.32 31.09 51.37 07:53:07 07:25:02 0 9.64 0.00 3.92 1.31 33.98 51.14 07:53:07 07:25:02 1 13.00 0.00 3.74 1.68 29.91 51.68 07:53:07 07:25:02 2 11.21 0.00 4.03 1.11 30.50 53.14 07:53:07 07:25:02 3 15.14 0.00 4.31 1.17 29.89 49.48 07:53:07 07:26:01 all 6.46 0.00 3.91 0.73 29.83 59.07 07:53:07 07:26:01 0 6.16 0.00 4.75 0.46 33.76 54.87 07:53:07 07:26:01 1 5.48 0.00 3.50 1.66 28.92 60.44 07:53:07 07:26:01 2 8.04 0.00 4.09 0.47 29.72 57.68 07:53:07 07:26:01 3 6.19 0.00 3.26 0.32 26.83 63.39 07:53:07 07:27:02 all 6.04 0.00 3.64 1.35 26.35 62.62 07:53:07 07:27:02 0 3.48 0.00 2.73 0.87 28.78 64.15 07:53:07 07:27:02 1 6.07 0.00 3.70 2.02 25.92 62.29 07:53:07 07:27:02 2 10.53 0.00 4.27 1.50 26.38 57.33 07:53:07 07:27:02 3 4.34 0.00 3.93 1.02 24.15 66.56 07:53:07 07:28:01 all 4.18 0.00 4.58 3.07 22.76 65.42 07:53:07 07:28:01 0 3.93 0.00 3.93 2.14 23.94 66.06 07:53:07 07:28:01 1 4.10 0.00 5.13 2.54 22.77 65.45 07:53:07 07:28:01 2 4.93 0.00 4.84 3.29 22.05 64.88 07:53:07 07:28:01 3 3.74 0.00 4.41 4.31 22.26 65.28 07:53:07 07:29:01 all 9.29 0.00 6.12 4.00 24.79 55.79 07:53:07 07:29:01 0 7.45 0.00 5.27 4.73 27.15 55.40 07:53:07 07:29:01 1 10.23 0.00 5.79 3.57 23.85 56.55 07:53:07 07:29:01 2 10.12 0.00 6.78 4.27 23.52 55.31 07:53:07 07:29:01 3 9.45 0.00 6.69 3.41 24.55 55.90 07:53:07 07:30:02 all 32.77 0.00 10.21 1.67 37.30 18.05 07:53:07 07:30:02 0 27.63 0.00 8.81 1.84 39.42 22.29 07:53:07 07:30:02 1 34.88 0.00 10.75 2.66 37.07 14.64 07:53:07 07:30:02 2 36.19 0.00 11.92 1.71 34.92 15.26 07:53:07 07:30:02 3 32.82 0.00 9.48 0.52 37.60 19.57 07:53:07 07:31:01 all 30.29 0.00 10.76 2.50 34.56 21.89 07:53:07 07:31:01 0 29.41 0.00 10.96 2.70 34.85 22.07 07:53:07 07:31:01 1 30.43 0.00 11.12 1.70 34.20 22.55 07:53:07 07:31:01 2 32.06 0.00 11.06 2.10 33.39 21.38 07:53:07 07:31:01 3 29.28 0.00 9.90 3.50 35.76 21.56 07:53:07 07:32:01 all 29.56 0.00 11.75 2.12 25.01 31.57 07:53:07 07:32:01 0 31.18 0.00 12.51 1.72 25.58 29.01 07:53:07 07:32:01 1 29.08 0.00 11.52 1.59 24.64 33.17 07:53:07 07:32:01 2 29.22 0.00 11.12 2.97 25.03 31.65 07:53:07 07:32:01 3 28.79 0.00 11.87 2.18 24.78 32.39 07:53:07 07:33:02 all 27.72 0.00 13.83 3.20 27.40 27.85 07:53:07 07:33:02 0 31.08 0.00 15.57 1.58 25.89 25.89 07:53:07 07:33:02 1 27.57 0.00 13.78 2.65 26.71 29.30 07:53:07 07:33:02 2 27.35 0.00 14.04 5.03 28.16 25.42 07:53:07 07:33:02 3 25.01 0.00 11.99 3.52 28.80 30.68 07:53:07 07:34:01 all 17.29 0.00 9.62 0.88 33.96 38.24 07:53:07 07:34:01 0 15.13 0.00 8.78 1.48 35.18 39.42 07:53:07 07:34:01 1 18.45 0.00 9.97 0.22 33.65 37.70 07:53:07 07:34:01 2 17.17 0.00 9.70 0.16 34.49 38.48 07:53:07 07:34:01 3 18.53 0.00 10.09 1.63 32.47 37.28 07:53:07 07:35:02 all 5.21 0.00 6.92 3.00 31.15 53.72 07:53:07 07:35:02 0 3.99 0.00 6.62 3.12 31.47 54.80 07:53:07 07:35:02 1 5.64 0.00 7.09 3.80 31.32 52.14 07:53:07 07:35:02 2 6.99 0.00 7.14 2.87 31.74 51.25 07:53:07 07:35:02 3 4.23 0.00 6.85 2.17 30.05 56.70 07:53:07 07:53:07 07:35:02 CPU %user %nice %system %iowait %steal %idle 07:53:07 07:36:02 all 10.19 0.00 9.71 10.79 41.15 28.16 07:53:07 07:36:02 0 10.55 0.00 9.26 11.57 41.80 26.81 07:53:07 07:36:02 1 9.39 0.00 10.09 10.73 40.91 28.87 07:53:07 07:36:02 2 10.60 0.00 9.42 10.53 40.80 28.65 07:53:07 07:36:02 3 10.24 0.00 10.05 10.32 41.09 28.30 07:53:07 07:37:03 all 4.68 0.00 10.89 24.88 34.72 24.82 07:53:07 07:37:03 0 4.78 0.00 10.77 25.23 34.13 25.10 07:53:07 07:37:03 1 4.51 0.00 11.31 26.39 35.47 22.32 07:53:07 07:37:03 2 4.71 0.00 10.86 26.56 34.82 23.06 07:53:07 07:37:03 3 4.73 0.00 10.62 21.40 34.49 28.76 07:53:07 07:38:03 all 8.37 0.00 6.48 25.66 39.72 19.77 07:53:07 07:38:03 0 8.48 0.00 6.19 27.50 39.87 17.96 07:53:07 07:38:03 1 8.67 0.00 6.40 27.51 39.80 17.62 07:53:07 07:38:03 2 8.20 0.00 7.00 24.93 37.80 22.07 07:53:07 07:38:03 3 8.13 0.00 6.36 22.67 41.37 21.47 07:53:07 07:39:01 all 33.52 0.00 11.47 13.77 31.23 10.01 07:53:07 07:39:01 0 30.20 0.00 11.37 13.81 33.48 11.15 07:53:07 07:39:01 1 33.95 0.00 11.22 12.52 30.95 11.36 07:53:07 07:39:01 2 34.71 0.00 12.14 14.77 30.26 8.13 07:53:07 07:39:01 3 35.33 0.00 11.16 13.98 30.16 9.38 07:53:07 07:40:02 all 42.44 0.00 10.82 7.21 33.30 6.22 07:53:07 07:40:02 0 42.57 0.00 10.57 7.03 33.49 6.33 07:53:07 07:40:02 1 45.22 0.00 11.68 6.22 28.51 8.37 07:53:07 07:40:02 2 40.60 0.00 11.21 7.66 36.41 4.11 07:53:07 07:40:02 3 41.45 0.00 9.84 7.89 34.69 6.12 07:53:07 07:41:02 all 7.50 0.00 11.34 12.43 41.43 27.30 07:53:07 07:41:02 0 7.15 0.00 10.57 10.43 41.78 30.06 07:53:07 07:41:02 1 7.90 0.00 10.95 14.05 41.08 26.03 07:53:07 07:41:02 2 7.37 0.00 12.17 12.57 41.30 26.59 07:53:07 07:41:02 3 7.57 0.00 11.70 12.69 41.54 26.49 07:53:07 07:42:03 all 19.88 0.00 10.67 8.92 37.11 23.42 07:53:07 07:42:03 0 21.14 0.00 10.12 7.65 35.66 25.42 07:53:07 07:42:03 1 18.72 0.00 11.17 10.37 38.04 21.70 07:53:07 07:42:03 2 20.54 0.00 11.27 8.84 36.57 22.79 07:53:07 07:42:03 3 19.11 0.00 10.13 8.84 38.18 23.73 07:53:07 07:43:01 all 19.71 0.00 10.77 18.78 37.38 13.36 07:53:07 07:43:01 0 18.73 0.00 10.92 21.45 39.04 9.85 07:53:07 07:43:01 1 21.16 0.00 10.27 17.77 35.24 15.56 07:53:07 07:43:01 2 21.22 0.00 11.32 18.80 36.51 12.15 07:53:07 07:43:01 3 17.75 0.00 10.60 17.11 38.71 15.83 07:53:07 07:44:02 all 32.07 0.00 12.31 8.30 27.63 19.70 07:53:07 07:44:02 0 33.03 0.00 12.61 8.20 28.52 17.64 07:53:07 07:44:02 1 31.08 0.00 11.93 10.77 27.71 18.51 07:53:07 07:44:02 2 32.49 0.00 11.91 8.54 26.52 20.54 07:53:07 07:44:02 3 31.69 0.00 12.79 5.61 27.78 22.13 07:53:07 07:45:01 all 6.73 0.00 5.31 3.59 25.01 59.37 07:53:07 07:45:01 0 6.61 0.00 6.31 2.64 26.45 57.98 07:53:07 07:45:01 1 8.04 0.00 5.06 3.37 24.50 59.03 07:53:07 07:45:01 2 3.68 0.00 4.62 3.81 25.14 62.75 07:53:07 07:45:01 3 8.67 0.00 5.25 4.54 23.93 57.60 07:53:07 07:46:01 all 0.24 0.00 0.35 0.95 1.79 96.67 07:53:07 07:46:01 0 0.17 0.00 0.46 0.53 1.31 97.53 07:53:07 07:46:01 1 0.15 0.00 0.23 0.57 2.09 96.96 07:53:07 07:46:01 2 0.26 0.00 0.43 1.70 1.54 96.06 07:53:07 07:46:01 3 0.39 0.00 0.26 1.00 2.23 96.11 07:53:07 07:53:07 07:46:01 CPU %user %nice %system %iowait %steal %idle 07:53:07 07:47:01 all 0.06 0.00 0.10 0.01 1.58 98.25 07:53:07 07:47:01 0 0.03 0.00 0.08 0.00 0.78 99.11 07:53:07 07:47:01 1 0.15 0.00 0.12 0.03 1.59 98.11 07:53:07 07:47:01 2 0.03 0.00 0.13 0.00 3.11 96.72 07:53:07 07:47:01 3 0.03 0.00 0.08 0.00 0.79 99.09 07:53:07 07:48:01 all 0.05 0.00 0.38 0.00 3.74 95.84 07:53:07 07:48:01 0 0.02 0.00 0.41 0.00 2.96 96.61 07:53:07 07:48:01 1 0.07 0.00 0.52 0.00 3.02 96.39 07:53:07 07:48:01 2 0.08 0.00 0.06 0.00 5.13 94.72 07:53:07 07:48:01 3 0.03 0.00 0.52 0.00 3.80 95.65 07:53:07 07:49:01 all 0.09 0.00 0.05 0.00 0.91 98.96 07:53:07 07:49:01 0 0.03 0.00 0.05 0.00 0.84 99.07 07:53:07 07:49:01 1 0.00 0.00 0.07 0.00 0.84 99.09 07:53:07 07:49:01 2 0.28 0.00 0.03 0.00 1.35 98.33 07:53:07 07:49:01 3 0.03 0.00 0.05 0.00 0.58 99.34 07:53:07 07:50:01 all 0.07 0.00 0.04 0.01 1.44 98.44 07:53:07 07:50:01 0 0.03 0.00 0.03 0.00 2.87 97.06 07:53:07 07:50:01 1 0.05 0.00 0.03 0.02 0.97 98.93 07:53:07 07:50:01 2 0.20 0.00 0.07 0.00 1.10 98.63 07:53:07 07:50:01 3 0.00 0.00 0.03 0.02 0.79 99.16 07:53:07 07:51:02 all 0.05 0.00 0.04 0.00 1.47 98.44 07:53:07 07:51:02 0 0.03 0.00 0.05 0.00 1.21 98.70 07:53:07 07:51:02 1 0.02 0.00 0.03 0.00 2.32 97.63 07:53:07 07:51:02 2 0.13 0.00 0.05 0.00 1.72 98.10 07:53:07 07:51:02 3 0.02 0.00 0.02 0.00 0.61 99.36 07:53:07 07:52:01 all 0.05 0.00 0.03 0.00 0.88 99.05 07:53:07 07:52:01 0 0.02 0.00 0.02 0.00 0.29 99.68 07:53:07 07:52:01 1 0.02 0.00 0.03 0.00 1.41 98.54 07:53:07 07:52:01 2 0.17 0.00 0.05 0.00 1.18 98.61 07:53:07 07:52:01 3 0.00 0.00 0.00 0.00 0.64 99.36 07:53:07 Average: all 12.41 0.00 6.50 5.69 24.40 50.99 07:53:07 Average: 0 11.90 0.00 6.41 5.64 25.23 50.82 07:53:07 Average: 1 12.62 0.00 6.53 5.91 24.02 50.92 07:53:07 Average: 2 12.83 0.00 6.68 5.84 24.19 50.45 07:53:07 Average: 3 12.31 0.00 6.39 5.36 24.16 51.78 07:53:07 07:53:07 07:53:07