Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 354513ea476727261fb8f3ec0718bce51a661462+65a1ad8836fac6fe6d7e576d1f355fc517d369bc (947787ff4bf35f75bf739160b649623532d015ca) 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 cf598ef4eee878cf4fd68936879ff849bf9f782f 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 cf598ef4eee878cf4fd68936879ff849bf9f782f 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 cf598ef4eee878cf4fd68936879ff849bf9f782f (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cf598ef4eee878cf4fd68936879ff849bf9f782f # timeout=10 Commit message: "Merge pull request #334 from ernestojeda/archives-permissions" > 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.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true 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-docker-4c-2g-2304’ is offline Running on prd-centos7-docker-4c-2g-2307 in /w/workspace/edgexfoundry_edgex-go_PR-3406 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 65a1ad8836fac6fe6d7e576d1f355fc517d369bc into PR head commit 354513ea476727261fb8f3ec0718bce51a661462 Merge succeeded, producing 79d20967a9d109c3fbee4102c6caac819f357bd5 Checking out Revision 79d20967a9d109c3fbee4102c6caac819f357bd5 (PR-3406) > 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/3406/head:refs/remotes/origin/PR-3406 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 354513ea476727261fb8f3ec0718bce51a661462 # 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 65a1ad8836fac6fe6d7e576d1f355fc517d369bc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79d20967a9d109c3fbee4102c6caac819f357bd5 # timeout=10 Commit message: "Merge commit '65a1ad8836fac6fe6d7e576d1f355fc517d369bc' into HEAD" > git rev-list --no-walk 354513ea476727261fb8f3ec0718bce51a661462 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:29:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:29:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:29:51 ========================================================= 08:29:51 EdgeX Global Pipelines Version Info 08:29:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:29:53 ------------------- 08:29:53 stable info: 08:29:53 ------------------- 08:29:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:29:53 Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f 08:29:53 Message: update stable to v1.0.190 08:29:54 ------------------- 08:29:54 experimental info: 08:29:54 ------------------- 08:29:54 Commited By: **** collab-it+edgex@linuxfoundation.org 08:29:54 Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f 08:29:54 Message: update experimental to v1.0.190 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3406 [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3406 [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3406 [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 79d20967a9d109c3fbee4102c6caac819f357bd5 [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 79d2096 [Pipeline] echo 08:29:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:29:55 provisioning config files... 08:29:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5786233554992508353tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:29:55 ---> docker-login.sh 08:29:55 nexus3.edgexfoundry.org:10001 08:29:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:56 Configure a credential helper to remove this warning. See 08:29:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:56 08:29:56 Login Succeeded 08:29:56 nexus3.edgexfoundry.org:10002 08:29:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:56 Configure a credential helper to remove this warning. See 08:29:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:56 08:29:56 Login Succeeded 08:29:56 nexus3.edgexfoundry.org:10003 08:29:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:56 Configure a credential helper to remove this warning. See 08:29:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:56 08:29:56 Login Succeeded 08:29:56 nexus3.edgexfoundry.org:10004 08:29:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:56 Configure a credential helper to remove this warning. See 08:29:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:56 08:29:56 Login Succeeded 08:29:56 docker.io 08:29:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:57 Configure a credential helper to remove this warning. See 08:29:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:57 08:29:57 Login Succeeded 08:29:57 ---> docker-login.sh ends [Pipeline] } 08:29:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:29:57 ++ 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 08:29:57 + for file in '`ls cmd/**/Dockerfile`' 08:29:57 ++ dirname cmd/core-command/Dockerfile 08:29:57 ++ cut -d/ -f2 08:29:57 + echo core-command,cmd/core-command/Dockerfile 08:29:57 + for file in '`ls cmd/**/Dockerfile`' 08:29:57 ++ dirname cmd/core-data/Dockerfile 08:29:57 ++ cut -d/ -f2 08:29:57 + echo core-data,cmd/core-data/Dockerfile 08:29:57 + for file in '`ls cmd/**/Dockerfile`' 08:29:57 ++ dirname cmd/core-metadata/Dockerfile 08:29:57 ++ cut -d/ -f2 08:29:57 + echo core-metadata,cmd/core-metadata/Dockerfile 08:29:57 + for file in '`ls cmd/**/Dockerfile`' 08:29:57 ++ dirname cmd/security-bootstrapper/Dockerfile 08:29:57 ++ cut -d/ -f2 08:29:57 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:29:57 + for file in '`ls cmd/**/Dockerfile`' 08:29:57 ++ dirname cmd/security-proxy-setup/Dockerfile 08:29:57 ++ cut -d/ -f2 08:29:57 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:29:57 + for file in '`ls cmd/**/Dockerfile`' 08:29:57 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:29:57 ++ cut -d/ -f2 08:29:57 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:29:57 + for file in '`ls cmd/**/Dockerfile`' 08:29:57 ++ dirname cmd/support-notifications/Dockerfile 08:29:57 ++ cut -d/ -f2 08:29:57 + echo support-notifications,cmd/support-notifications/Dockerfile 08:29:57 + for file in '`ls cmd/**/Dockerfile`' 08:29:57 ++ dirname cmd/support-scheduler/Dockerfile 08:29:57 ++ cut -d/ -f2 08:29:57 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:29:57 + for file in '`ls cmd/**/Dockerfile`' 08:29:57 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:29:57 ++ cut -d/ -f2 08:29:57 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:29:57 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 08:29:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:29:58 08:29:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:29:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:29:58 latest: Pulling from edgex-devops/git-semver 08:29:58 31603596830f: Pulling fs layer 08:29:58 54011a49482f: Pulling fs layer 08:29:58 a6820b24f6d8: Pulling fs layer 08:29:58 f581987b2513: Pulling fs layer 08:29:58 f581987b2513: Waiting 08:29:58 54011a49482f: Verifying Checksum 08:29:58 54011a49482f: Download complete 08:29:59 31603596830f: Verifying Checksum 08:29:59 31603596830f: Download complete 08:29:59 f581987b2513: Verifying Checksum 08:29:59 f581987b2513: Download complete 08:29:59 a6820b24f6d8: Verifying Checksum 08:29:59 a6820b24f6d8: Download complete 08:29:59 31603596830f: Pull complete 08:29:59 54011a49482f: Pull complete 08:30:01 a6820b24f6d8: Pull complete 08:30:01 f581987b2513: Pull complete 08:30:01 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 08:30:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:30:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:30:01 prd-centos7-docker-4c-2g-2307 does not seem to be running inside a container 08:30:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:30:04 $ docker top 5888ebf3267496138ecd55a8cba0901f0590fa67181aef7d8e494f8471fbf6fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:30:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:30:04 [ssh-agent] Looking for ssh-agent implementation... 08:30:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:30:05 $ docker exec 5888ebf3267496138ecd55a8cba0901f0590fa67181aef7d8e494f8471fbf6fd ssh-agent 08:30:05 SSH_AUTH_SOCK=/tmp/ssh-c1PW5tv0bPZJ/agent.12 08:30:05 SSH_AGENT_PID=18 08:30:05 Running ssh-add (command line suppressed) 08:30:05 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7623130826856751521.key (/w/workspace/edgex-go/2@tmp/private_key_7623130826856751521.key) 08:30:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:30:05 + git tag --points-at HEAD [Pipeline] } 08:30:05 $ docker exec --env ******** --env ******** 5888ebf3267496138ecd55a8cba0901f0590fa67181aef7d8e494f8471fbf6fd ssh-agent -k 08:30:06 unset SSH_AUTH_SOCK; 08:30:06 unset SSH_AGENT_PID; 08:30:06 echo Agent pid 18 killed; 08:30:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:30:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:30:06 [ssh-agent] Looking for ssh-agent implementation... 08:30:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:30:06 $ docker exec 5888ebf3267496138ecd55a8cba0901f0590fa67181aef7d8e494f8471fbf6fd ssh-agent 08:30:06 SSH_AUTH_SOCK=/tmp/ssh-SRRj6fnvl2Or/agent.49 08:30:06 SSH_AGENT_PID=54 08:30:06 Running ssh-add (command line suppressed) 08:30:06 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1814817617996480443.key (/w/workspace/edgex-go/2@tmp/private_key_1814817617996480443.key) 08:30:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:30:07 + git semver init 08:30:07 # -> Open(): unable to determine branch for HEAD 08:30:07 # $GIT_DIR = /w/workspace/edgex-go/2/.git 08:30:07 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 08:30:07 # $SEMVER_REMOTE_NAME = origin 08:30:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:30:07 # $SEMVER_USER_NAME = edgex-jenkins 08:30:07 # $SEMVER_BRANCH = PR-3406 08:30:07 # $SEMVER_TEMP = /tmp/semver-250338492 08:30:07 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:30:33 # '/tmp/semver-250338492' -> '/w/workspace/edgex-go/2/.semver' 08:30:33 # -> Force: false 08:30:33 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 08:30:33 $ docker exec --env ******** --env ******** 5888ebf3267496138ecd55a8cba0901f0590fa67181aef7d8e494f8471fbf6fd ssh-agent -k 08:30:34 unset SSH_AUTH_SOCK; 08:30:34 unset SSH_AGENT_PID; 08:30:34 echo Agent pid 54 killed; 08:30:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:30:34 + git semver [Pipeline] } 08:30:34 $ docker stop --time=1 5888ebf3267496138ecd55a8cba0901f0590fa67181aef7d8e494f8471fbf6fd 08:30:36 $ docker rm -f 5888ebf3267496138ecd55a8cba0901f0590fa67181aef7d8e494f8471fbf6fd [Pipeline] // withDockerContainer [Pipeline] sh 08:30:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:30:37 Stashed 1 file(s) [Pipeline] echo 08:30:37 [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 08:30:37 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:30:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:30:38 + sudo service docker restart 08:30:38 + true 08:30:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:30:38 ========================================================= 08:30:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:30:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:30:39 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 08:30:43 Sending build context to Docker daemon 329.7MB 08:30:43 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:30:43 Step 2/6 : FROM ${BASE} 08:30:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:30:44 188c0c94c7c5: Pulling fs layer 08:30:44 0ef7d3d256c8: Pulling fs layer 08:30:44 de9db76c5a1d: Pulling fs layer 08:30:44 bca2f99d35d6: Pulling fs layer 08:30:44 93359f2a8cfa: Pulling fs layer 08:30:44 7c6f9722023f: Pulling fs layer 08:30:44 a35cf1a2eb13: Pulling fs layer 08:30:44 bca2f99d35d6: Waiting 08:30:44 93359f2a8cfa: Waiting 08:30:44 7c6f9722023f: Waiting 08:30:44 a35cf1a2eb13: Waiting 08:30:44 de9db76c5a1d: Verifying Checksum 08:30:44 de9db76c5a1d: Download complete 08:30:44 0ef7d3d256c8: Verifying Checksum 08:30:44 0ef7d3d256c8: Download complete 08:30:44 93359f2a8cfa: Download complete 08:30:44 7c6f9722023f: Verifying Checksum 08:30:44 7c6f9722023f: Download complete 08:30:44 188c0c94c7c5: Verifying Checksum 08:30:44 188c0c94c7c5: Download complete 08:30:44 188c0c94c7c5: Pull complete 08:30:44 0ef7d3d256c8: Pull complete 08:30:44 de9db76c5a1d: Pull complete 08:30:46 a35cf1a2eb13: Verifying Checksum 08:30:46 a35cf1a2eb13: Download complete 08:30:47 bca2f99d35d6: Verifying Checksum 08:30:47 bca2f99d35d6: Download complete 08:30:52 Still waiting to schedule task 08:30:52 ‘prd-ubuntu18.04-docker-arm64-4c-16g-2305’ is offline 08:30:57 bca2f99d35d6: Pull complete 08:30:57 93359f2a8cfa: Pull complete 08:30:57 7c6f9722023f: Pull complete 08:31:02 a35cf1a2eb13: Pull complete 08:31:02 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:31:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:31:02 ---> a62c8e92a672 08:31:02 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 08:31:02 ---> Running in e20a9c744cb0 08:31:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:31:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:31:04 (1/12) Installing libmagic (5.38-r0) 08:31:04 (2/12) Installing file (5.38-r0) 08:31:04 (3/12) Installing libc-dev (0.7.2-r3) 08:31:04 (4/12) Installing g++ (9.3.0-r2) 08:31:17 (5/12) Installing fortify-headers (1.1-r0) 08:31:17 (6/12) Installing patch (2.7.6-r6) 08:31:17 (7/12) Installing build-base (0.5-r2) 08:31:17 (8/12) Installing libsodium (1.0.18-r0) 08:31:17 (9/12) Installing pkgconf (1.7.2-r0) 08:31:17 (10/12) Installing libsodium-dev (1.0.18-r0) 08:31:17 (11/12) Installing libzmq (4.3.3-r0) 08:31:17 (12/12) Installing zeromq-dev (4.3.3-r0) 08:31:17 Executing busybox-1.31.1-r19.trigger 08:31:17 OK: 233 MiB in 51 packages 08:31:21 Removing intermediate container e20a9c744cb0 08:31:21 ---> 6c4746998504 08:31:21 Step 4/6 : WORKDIR /edgex-go 08:31:21 ---> Running in 3c9a7be0e28e 08:31:21 Removing intermediate container 3c9a7be0e28e 08:31:21 ---> c9806e78dd7e 08:31:21 Step 5/6 : COPY go.mod . 08:31:21 ---> 2154e9aaf653 08:31:21 Step 6/6 : RUN go mod download 08:31:21 ---> Running in 86298c0079c5 08:31:48 Removing intermediate container 86298c0079c5 08:31:48 ---> df0fa085fca7 08:31:48 Successfully built df0fa085fca7 08:31:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:31:48 + docker inspect -f . ci-base-image-x86_64 08:31:48 . [Pipeline] withDockerContainer 08:31:49 prd-centos7-docker-4c-2g-2307 does not seem to be running inside a container 08:31:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:31:50 $ docker top faf4a4f30050f32a22f79866c1b691fc2b4cee33516ff6348d109c40c27c7f85 -eo pid,comm [Pipeline] { [Pipeline] sh 08:31:50 + go version 08:31:50 go version go1.15.5 linux/amd64 [Pipeline] } 08:31:50 $ docker stop --time=1 faf4a4f30050f32a22f79866c1b691fc2b4cee33516ff6348d109c40c27c7f85 08:31:52 $ docker rm -f faf4a4f30050f32a22f79866c1b691fc2b4cee33516ff6348d109c40c27c7f85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:31:52 + docker inspect -f . ci-base-image-x86_64 08:31:52 . [Pipeline] withDockerContainer 08:31:52 prd-centos7-docker-4c-2g-2307 does not seem to be running inside a container 08:31:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:31:54 $ docker top 8c483f42e894aede3f385d14ff010a45a843c11c59141cda967213529cbec455 -eo pid,comm [Pipeline] { [Pipeline] echo 08:31:54 ========================================================= 08:31:54 [edgeXBuildGoParallel] Running Tests and Build... 08:31:54 ========================================================= [Pipeline] sh 08:31:55 + make test 08:31:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:32:05 ? github.com/edgexfoundry/edgex-go [no test files] 08:32:27 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:32:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:32:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:32:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:32:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2313 in /w/workspace/edgexfoundry_edgex-go_PR-3406 [Pipeline] { [Pipeline] ws 08:32:36 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 08:32:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:32:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:32:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:32:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:32:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:32:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:32:41 using credential edgex-jenkins-ssh 08:32:41 Cloning the remote Git repository 08:32:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:32:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:32:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:32:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:32:41 > git init /w/workspace/edgex-go/2 # timeout=10 08:32:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:32:41 > git --version # timeout=10 08:32:41 > git --version # 'git version 2.17.1' 08:32:41 using GIT_SSH to set credentials SSH Credentials for GitHub 08:32:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:32:45 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.185s coverage: 45.9% of statements 08:32:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:32:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:32:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:32:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:32:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:32:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:32:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.100s coverage: 19.8% of statements 08:32:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.162s coverage: 100.0% of statements 08:32:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.231s coverage: 27.1% of statements 08:32:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:32:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:32:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:32:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:32:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:32:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:32:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements 08:32:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:32:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.085s coverage: 100.0% of statements 08:32:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:32:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:32:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.120s coverage: 71.3% of statements 08:32:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:32:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:32:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.196s coverage: 87.7% of statements 08:32:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:32:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:32:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.110s coverage: 78.9% of statements 08:32:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.489s coverage: 28.6% of statements 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.189s coverage: 100.0% of statements 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.319s coverage: 100.0% of statements 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.275s coverage: 86.7% of statements 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.205s coverage: 97.5% of statements 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:32:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.107s coverage: 78.3% of statements 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:32:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.700s coverage: 95.1% of statements 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:32:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:32:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.117s coverage: 0.9% of statements 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:32:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:32:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.085s coverage: 47.1% of statements 08:32:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.100s coverage: 79.5% of statements 08:32:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.106s coverage: 94.1% of statements 08:32:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.145s coverage: 96.3% of statements 08:32:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.096s coverage: 87.5% of statements 08:33:04 Merging remotes/origin/master commit 65a1ad8836fac6fe6d7e576d1f355fc517d369bc into PR head commit 354513ea476727261fb8f3ec0718bce51a661462 08:33:05 Merge succeeded, producing db78261ed9566530bb0bc0a9d2b7fbcf6e8473bc 08:33:05 Checking out Revision db78261ed9566530bb0bc0a9d2b7fbcf6e8473bc (PR-3406) 08:33:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:33:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:33:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:33:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:33:03 using GIT_SSH to set credentials SSH Credentials for GitHub 08:33:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3406/head:refs/remotes/origin/PR-3406 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:33:04 > git config core.sparsecheckout # timeout=10 08:33:04 > git checkout -f 354513ea476727261fb8f3ec0718bce51a661462 # timeout=10 08:33:04 > git remote # timeout=10 08:33:04 > git config --get remote.origin.url # timeout=10 08:33:04 using GIT_SSH to set credentials SSH Credentials for GitHub 08:33:04 > git merge 65a1ad8836fac6fe6d7e576d1f355fc517d369bc # timeout=10 08:33:05 > git rev-parse HEAD^{commit} # timeout=10 08:33:05 > git config core.sparsecheckout # timeout=10 08:33:05 > git checkout -f db78261ed9566530bb0bc0a9d2b7fbcf6e8473bc # timeout=10 08:33:09 Commit message: "Merge commit '65a1ad8836fac6fe6d7e576d1f355fc517d369bc' into HEAD" 08:33:09 > git rev-list --no-walk 354513ea476727261fb8f3ec0718bce51a661462 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:33:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.184s coverage: 94.4% of statements 08:33:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.131s coverage: 44.8% of statements 08:33:10 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:33:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:33:11 + true 08:33:11 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:33:14 provisioning config files... 08:33:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6433919602816836028tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:33:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.643s coverage: 81.8% of statements 08:33:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:33:14 ---> docker-login.sh 08:33:14 nexus3.edgexfoundry.org:10001 08:33:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:33:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:33:15 Configure a credential helper to remove this warning. See 08:33:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:33:15 08:33:15 Login Succeeded 08:33:15 nexus3.edgexfoundry.org:10002 08:33:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:33:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:33:16 Configure a credential helper to remove this warning. See 08:33:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:33:16 08:33:16 Login Succeeded 08:33:16 nexus3.edgexfoundry.org:10003 08:33:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:33:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:33:16 Configure a credential helper to remove this warning. See 08:33:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:33:16 08:33:16 Login Succeeded 08:33:16 nexus3.edgexfoundry.org:10004 08:33:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:33:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:33:17 Configure a credential helper to remove this warning. See 08:33:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:33:17 08:33:17 Login Succeeded 08:33:17 docker.io 08:33:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:33:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:33:17 Configure a credential helper to remove this warning. See 08:33:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:33:17 08:33:17 Login Succeeded 08:33:17 ---> docker-login.sh ends [Pipeline] } 08:33:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:33:18 ========================================================= 08:33:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:33:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:33:18 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 08:33:21 Sending build context to Docker daemon 167.4MB 08:33:21 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:33:21 Step 2/6 : FROM ${BASE} 08:33:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:33:21 5f621e34cdf4: Pulling fs layer 08:33:21 a4357932f1b6: Pulling fs layer 08:33:21 18c013af1878: Pulling fs layer 08:33:21 00ac8860ef70: Pulling fs layer 08:33:21 63d7cb157983: Pulling fs layer 08:33:21 b116817d02f9: Pulling fs layer 08:33:21 745a02a5169b: Pulling fs layer 08:33:21 00ac8860ef70: Waiting 08:33:21 63d7cb157983: Waiting 08:33:21 b116817d02f9: Waiting 08:33:21 745a02a5169b: Waiting 08:33:21 18c013af1878: Verifying Checksum 08:33:21 a4357932f1b6: Download complete 08:33:21 63d7cb157983: Download complete 08:33:21 b116817d02f9: Verifying Checksum 08:33:21 b116817d02f9: Download complete 08:33:21 5f621e34cdf4: Verifying Checksum 08:33:21 5f621e34cdf4: Download complete 08:33:21 5f621e34cdf4: Pull complete 08:33:22 a4357932f1b6: Pull complete 08:33:22 18c013af1878: Pull complete 08:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.149s coverage: 92.9% of statements 08:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.092s coverage: 77.8% of statements 08:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.107s coverage: 87.2% of statements 08:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements 08:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.127s coverage: 75.5% of statements 08:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.103s coverage: 80.8% of statements 08:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.164s coverage: 87.2% of statements 08:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.227s coverage: 84.6% of statements 08:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.496s coverage: 91.6% of statements 08:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.603s coverage: 64.4% of statements 08:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:33:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.173s coverage: 100.0% of statements 08:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.190s coverage: 91.3% of statements 08:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.102s coverage: 100.0% of statements 08:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.156s coverage: 73.7% of statements 08:33:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 08:33:23 745a02a5169b: Verifying Checksum 08:33:23 745a02a5169b: Download complete 08:33:24 00ac8860ef70: Verifying Checksum 08:33:24 00ac8860ef70: Download complete 08:33:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.852s coverage: 69.0% of statements 08:33:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:33:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:33:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:33:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.237s coverage: 40.5% of statements 08:33:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:33:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:33:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.113s coverage: 89.5% of statements 08:33:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:33:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.050s coverage: 84.8% of statements 08:33:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.202s coverage: 47.0% of statements 08:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:33:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements 08:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:33:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.074s coverage: 100.0% of statements 08:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:33:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.111s coverage: 9.6% of statements 08:33:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:33:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.183s coverage: 92.6% of statements 08:33:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:33:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:33:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:33:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.658s coverage: 28.7% of statements 08:33:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:33:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:33:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:33:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:33:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:33:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.184s coverage: 99.0% of statements 08:33:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:33:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.149s coverage: 100.0% of statements 08:33:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:33:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:33:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:33:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.136s coverage: 64.6% of statements 08:33:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:33:34 00ac8860ef70: Pull complete 08:33:34 63d7cb157983: Pull complete 08:33:34 b116817d02f9: Pull complete 08:33:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.327s coverage: 97.6% of statements 08:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:33:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:33:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 08:33:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:33:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 08:33:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:33:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:33:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:33:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:33:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements 08:33:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:33:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:33:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements 08:33:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.140s coverage: 28.1% of statements 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.062s coverage: 100.0% of statements 08:33:37 745a02a5169b: Pull complete 08:33:37 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:33:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:33:37 ---> b7e6874047d6 08:33:37 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 08:33:37 GO111MODULE=on go vet ./... 08:33:41 ---> Running in c5a926a6986f 08:33:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:33:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:33:43 (1/12) Installing libmagic (5.38-r0) 08:33:43 (2/12) Installing file (5.38-r0) 08:33:44 (3/12) Installing libc-dev (0.7.2-r3) 08:33:44 (4/12) Installing g++ (9.3.0-r2) 08:33:48 (5/12) Installing fortify-headers (1.1-r0) 08:33:48 (6/12) Installing patch (2.7.6-r6) 08:33:48 (7/12) Installing build-base (0.5-r2) 08:33:48 (8/12) Installing libsodium (1.0.18-r0) 08:33:48 (9/12) Installing pkgconf (1.7.2-r0) 08:33:48 (10/12) Installing libsodium-dev (1.0.18-r0) 08:33:48 (11/12) Installing libzmq (4.3.3-r0) 08:33:48 (12/12) Installing zeromq-dev (4.3.3-r0) 08:33:48 Executing busybox-1.31.1-r19.trigger 08:33:48 OK: 217 MiB in 51 packages 08:33:53 Removing intermediate container c5a926a6986f 08:33:53 ---> 4e680de8cc4e 08:33:53 Step 4/6 : WORKDIR /edgex-go 08:33:53 ---> Running in d576154c738e 08:33:53 Removing intermediate container d576154c738e 08:33:53 ---> acd26f7bb2ec 08:33:53 Step 5/6 : COPY go.mod . 08:33:54 ---> 4e3e328d5b1e 08:33:54 Step 6/6 : RUN go mod download 08:33:54 ---> Running in 83ce945da3be 08:34:21 Removing intermediate container 83ce945da3be 08:34:21 ---> 16bf5d0065a4 08:34:21 Successfully built 16bf5d0065a4 08:34:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:34:21 + docker inspect -f . ci-base-image-arm64 08:34:21 . [Pipeline] withDockerContainer 08:34:21 prd-ubuntu18.04-docker-arm64-4c-16g-2313 does not seem to be running inside a container 08:34:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:34:23 $ docker top 9a766f6e904db355732e0dfcccdf6573e272522e4e054eae9c7dfcd32c708bb2 -eo pid,comm [Pipeline] { [Pipeline] sh 08:34:24 + go version 08:34:24 go version go1.15.5 linux/arm64 [Pipeline] } 08:34:24 $ docker stop --time=1 9a766f6e904db355732e0dfcccdf6573e272522e4e054eae9c7dfcd32c708bb2 08:34:24 gofmt -l . 08:34:24 [ "`gofmt -l .`" = "" ] 08:34:24 ./bin/test-go-mod-tidy.sh 08:34:24 ./bin/test-attribution-txt.sh 08:34:26 $ docker rm -f 9a766f6e904db355732e0dfcccdf6573e272522e4e054eae9c7dfcd32c708bb2 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:34:27 + docker inspect -f . ci-base-image-arm64 08:34:27 . [Pipeline] withDockerContainer 08:34:27 + ls -al . 08:34:27 total 800 08:34:27 drwxrwxr-x 10 1001 1001 4096 Apr 29 08:34 . 08:34:27 drwxr-xr-x 4 root root 28 Apr 29 08:31 .. 08:34:27 -rw-rw-r-- 1 1001 1001 11 Apr 29 08:29 .dockerignore 08:34:27 drwxrwxr-x 8 1001 1001 179 Apr 29 08:29 .git 08:34:27 drwxrwxr-x 3 1001 1001 125 Apr 29 08:29 .github 08:34:27 -rw-rw-r-- 1 1001 1001 818 Apr 29 08:29 .gitignore 08:34:27 drwx------ 3 1001 1001 60 Apr 29 08:30 .semver 08:34:27 -rw-rw-r-- 1 1001 1001 166 Apr 29 08:29 .sonarcloud.properties 08:34:27 -rw-rw-r-- 1 1001 1001 8609 Apr 29 08:29 Attribution.txt 08:34:27 -rw-rw-r-- 1 1001 1001 3804 Apr 29 08:29 CONTRIBUTING.md 08:34:27 -rw-rw-r-- 1 1001 1001 931 Apr 29 08:29 Dockerfile.build 08:34:27 -rw-rw-r-- 1 1001 1001 863 Apr 29 08:29 Jenkinsfile 08:34:27 -rw-rw-r-- 1 1001 1001 10775 Apr 29 08:29 LICENSE 08:34:27 -rw-rw-r-- 1 1001 1001 5774 Apr 29 08:29 Makefile 08:34:27 -rw-rw-r-- 1 1001 1001 7978 Apr 29 08:29 README.md 08:34:27 -rw-rw-r-- 1 1001 1001 6755 Apr 29 08:29 SECURITY.md 08:34:27 -rw-rw-r-- 1 1001 1001 5 Apr 29 08:30 VERSION 08:34:27 -rw-rw-r-- 1 1001 1001 4131 Apr 29 08:29 ZMQWindows.md 08:34:27 drwxrwxr-x 2 1001 1001 117 Apr 29 08:29 bin 08:34:27 drwxrwxr-x 14 1001 1001 4096 Apr 29 08:29 cmd 08:34:27 -rw-r--r-- 1 root root 691485 Apr 29 08:33 coverage.out 08:34:27 -rw-r--r-- 1 root root 1060 Apr 29 08:34 go.mod 08:34:27 -rw-r--r-- 1 root root 22420 Apr 29 08:34 go.sum 08:34:27 drwxrwxr-x 8 1001 1001 127 Apr 29 08:29 internal 08:34:27 drwxrwxr-x 4 1001 1001 26 Apr 29 08:29 openapi 08:34:27 drwxrwxr-x 4 1001 1001 71 Apr 29 08:29 snap 08:34:27 -rw-rw-r-- 1 1001 1001 168 Apr 29 08:29 version.go 08:34:27 prd-ubuntu18.04-docker-arm64-4c-16g-2313 does not seem to be running inside a container 08:34:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:34:29 $ docker top 7358bee9502022c6c1b4520b70a24f842eeb37ee455b7abc2697aa43930c6b49 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo 08:34:29 ========================================================= 08:34:29 [edgeXBuildGoParallel] Running Tests and Build... 08:34:29 ========================================================= [Pipeline] sh 08:34:30 + '[' -e coverage.out ] 08:34:30 + chown 1001:1001 coverage.out [Pipeline] stash 08:34:30 + make test 08:34:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:34:30 Stashed 1 file(s) [Pipeline] sh 08:34:31 + make build 08:34:31 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 08:34:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:34:53 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 08:34:53 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 08:34: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 08:34:57 ? github.com/edgexfoundry/edgex-go [no test files] 08:34: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 08:35:00 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 08:35:03 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 08:35:05 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 08:35:07 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 08:35:08 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 08:35:10 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] } 08:35:12 $ docker stop --time=1 8c483f42e894aede3f385d14ff010a45a843c11c59141cda967213529cbec455 08:35:14 $ docker rm -f 8c483f42e894aede3f385d14ff010a45a843c11c59141cda967213529cbec455 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:35:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:35:16 08:35:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:35:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:35:16 latest: Pulling from edgex-devops/edgex-compose 08:35:16 cbdbe7a5bc2a: Pulling fs layer 08:35:16 ca9280d653b3: Pulling fs layer 08:35:16 7e9c9ca2126c: Pulling fs layer 08:35:16 cbdbe7a5bc2a: Download complete 08:35:17 cbdbe7a5bc2a: Pull complete 08:35:17 ca9280d653b3: Verifying Checksum 08:35:17 ca9280d653b3: Download complete 08:35:18 ca9280d653b3: Pull complete 08:35:18 7e9c9ca2126c: Verifying Checksum 08:35:18 7e9c9ca2126c: Download complete 08:35:26 7e9c9ca2126c: Pull complete 08:35:26 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:35:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:35:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:35:27 prd-centos7-docker-4c-2g-2307 does not seem to be running inside a container 08:35:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:35:29 $ docker top 11acca5f7e347287d7671798ed99374712bdf950dd9bfc8216c689a444a26421 -eo pid,comm [Pipeline] { [Pipeline] sh 08:35:30 + docker-compose build --help 08:35:30 + grep parallel 08:35:31 --parallel Build images in parallel. [Pipeline] } 08:35:31 $ docker stop --time=1 11acca5f7e347287d7671798ed99374712bdf950dd9bfc8216c689a444a26421 08:35:32 $ docker rm -f 11acca5f7e347287d7671798ed99374712bdf950dd9bfc8216c689a444a26421 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:35:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:35:33 . [Pipeline] withDockerContainer 08:35:33 prd-centos7-docker-4c-2g-2307 does not seem to be running inside a container 08:35:33 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:35:34 $ docker top 5339fde5ddad5fc7a47a7a9071cb11a558bdd762ea36458e6aa86b56442f78fd -eo pid,comm [Pipeline] { [Pipeline] sh 08:35:35 + docker-compose -f ./docker-compose-build.yml build --parallel 08:35:36 Building docker-core-command-go ... 08:35:36 Building docker-core-data-go ... 08:35:36 Building docker-core-metadata-go ... 08:35:36 Building docker-security-bootstrapper-go ... 08:35:36 Building docker-security-proxy-setup-go ... 08:35:36 Building docker-security-secretstore-setup-go ... 08:35:36 Building docker-support-notifications-go ... 08:35:36 Building docker-support-scheduler-go ... 08:35:36 Building docker-sys-mgmt-agent-go ... 08:35:36 Building docker-core-metadata-go 08:35:36 Building docker-support-scheduler-go 08:35:36 Building docker-security-proxy-setup-go 08:35:36 Building docker-security-bootstrapper-go 08:35:36 Building docker-sys-mgmt-agent-go 08:35:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:35:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:36:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:36:00 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:36:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:36:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:36:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:36:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:36:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:36:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:36:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:36:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:36:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:36:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.360s coverage: 45.9% of statements 08:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:36:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.148s coverage: 19.8% of statements 08:36:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.226s coverage: 100.0% of statements 08:36:31 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.662s coverage: 27.1% of statements 08:36:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:36:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:36:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:36:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:36:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:36:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:36:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.162s coverage: 100.0% of statements 08:36:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:36:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.147s coverage: 100.0% of statements 08:36:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:36:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:36:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.291s coverage: 71.3% of statements 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:36:34 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:36:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:36:34 ---> df0fa085fca7 08:36:34 Step 3/21 : WORKDIR /edgex-go 08:36:34 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:36:34 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:36:34 ---> df0fa085fca7 08:36:34 Step 3/31 : WORKDIR /edgex-go 08:36:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:36:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:36:34 ---> df0fa085fca7 08:36:34 Step 3/23 : WORKDIR /edgex-go 08:36:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:36:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:36:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:36:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:36:34 ---> df0fa085fca7 08:36:34 Step 3/23 : WORKDIR /edgex-go 08:36:34 ---> df0fa085fca7 08:36:34 Step 3/22 : WORKDIR /edgex-go 08:36:34 ---> Running in e7739ac0a10b 08:36:34 ---> Running in 6285570f192d 08:36:34 ---> Running in 929b133d6120 08:36:34 ---> Running in 83c3faa70f44 08:36:34 ---> Running in e1061563af7e 08:36:34 Removing intermediate container 929b133d6120 08:36:34 ---> 93883778a560 08:36:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:36:34 Removing intermediate container e7739ac0a10b 08:36:34 ---> 12871d4a9491 08:36:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:36:34 Removing intermediate container 83c3faa70f44 08:36:34 ---> d800b736922e 08:36:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:36:34 Removing intermediate container e1061563af7e 08:36:34 ---> 2c2e5fa85337 08:36:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:36:34 Removing intermediate container 6285570f192d 08:36:34 ---> a6639f9358a9 08:36:34 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:36:34 ---> Running in cb2e2ffa4f13 08:36:34 ---> Running in 41b192018273 08:36:34 ---> Running in 43975db288a0 08:36:34 ---> Running in b777c90ce935 08:36:34 ---> Running in a5bc679f3fc9 08:36:34 Removing intermediate container cb2e2ffa4f13 08:36:34 ---> 61a01f4d8939 08:36:34 Step 5/23 : RUN apk add --update --no-cache make bash git 08:36:34 Removing intermediate container 43975db288a0 08:36:34 ---> d0de864b8f37 08:36:34 Step 5/21 : RUN apk add --update --no-cache make git 08:36:34 Removing intermediate container 41b192018273 08:36:34 ---> e201b3c92ab1 08:36:34 Step 5/23 : RUN apk add --update --no-cache make git 08:36:34 ---> Running in e205af93e117 08:36:34 ---> Running in eace71df0332 08:36:34 Removing intermediate container b777c90ce935 08:36:34 ---> 2c75671d6c44 08:36:34 Step 5/22 : RUN apk add --update --no-cache make git 08:36:34 ---> Running in 16c4dc807c07 08:36:34 Removing intermediate container a5bc679f3fc9 08:36:34 ---> 2219ab5151ea 08:36:34 Step 5/31 : RUN apk add --update --no-cache make git 08:36:34 ---> Running in 7aea8b3794c7 08:36:34 ---> Running in 001a83b3d9ab 08:36:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.717s coverage: 87.7% of statements 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:36:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.211s coverage: 78.9% of statements 08:36:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:36:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:37 OK: 233 MiB in 51 packages 08:36:38 OK: 233 MiB in 51 packages 08:36:38 OK: 233 MiB in 51 packages 08:36:38 OK: 233 MiB in 51 packages 08:36:39 OK: 233 MiB in 51 packages 08:36:39 Removing intermediate container 16c4dc807c07 08:36:39 ---> f863445de90e 08:36:39 Step 6/23 : COPY go.mod . 08:36:40 Removing intermediate container eace71df0332 08:36:40 ---> 5f74ea90e710 08:36:40 Step 6/21 : COPY go.mod . 08:36:40 Removing intermediate container 001a83b3d9ab 08:36:40 ---> 0e7738cffbde 08:36:40 Step 6/31 : COPY go.mod . 08:36:40 Removing intermediate container 7aea8b3794c7 08:36:40 ---> c7e9907e0934 08:36:40 Step 6/22 : COPY go.mod . 08:36:40 Removing intermediate container e205af93e117 08:36:40 ---> 06070c0b08e6 08:36:40 Step 6/23 : COPY go.mod . 08:36:41 ---> 0c93f214d952 08:36:41 Step 7/23 : RUN go mod download 08:36:41 ---> e72679cc4e2f 08:36:41 Step 7/21 : RUN go mod download 08:36:41 ---> Running in 83db3b7f3c24 08:36:41 ---> Running in bff0982e7433 08:36:41 ---> 124f1984e9ee 08:36:41 Step 7/31 : RUN go mod download 08:36:41 ---> cf88d32a7840 08:36:41 Step 7/22 : RUN go mod download 08:36:41 ---> Running in 878439ccad72 08:36:41 ---> ea09d7fef0be 08:36:41 Step 7/23 : RUN go mod download 08:36:41 ---> Running in cc79001965ea 08:36:41 ---> Running in a21ae90b8d76 08:36:46 Removing intermediate container cc79001965ea 08:36:46 ---> b443a89c0265 08:36:46 Step 8/22 : COPY . . 08:36:47 Removing intermediate container a21ae90b8d76 08:36:47 ---> 4d77d6a471b5 08:36:47 Step 8/23 : COPY . . 08:36:47 Removing intermediate container bff0982e7433 08:36:47 ---> 8d3d6871a92c 08:36:47 Step 8/21 : COPY . . 08:36:47 Removing intermediate container 83db3b7f3c24 08:36:47 ---> cb23a5d34c0e 08:36:47 Step 8/23 : COPY . . 08:36:47 Removing intermediate container 878439ccad72 08:36:47 ---> 413e63f5c013 08:36:47 Step 8/31 : COPY . . 08:36:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.265s coverage: 28.6% of statements 08:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:36:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.248s coverage: 100.0% of statements 08:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:36:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.161s coverage: 100.0% of statements 08:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:36:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.451s coverage: 86.7% of statements 08:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:36:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.450s coverage: 97.5% of statements 08:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:36:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.263s coverage: 78.3% of statements 08:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:36:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.430s coverage: 95.1% of statements 08:36:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:36:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:36:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:36:57 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:36:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:36:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:36:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:36:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:36:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:36:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:36:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:36:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:36:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:36:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:36:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:36:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:36:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:36:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:36:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.146s coverage: 58.8% of statements 08:36:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:36:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:36:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.240s coverage: 0.9% of statements 08:36:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:36:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:36:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:36:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.207s coverage: 47.1% of statements 08:36:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.205s coverage: 79.5% of statements 08:36:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.128s coverage: 94.1% of statements 08:36:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.204s coverage: 96.3% of statements 08:36:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.144s coverage: 87.5% of statements 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.160s coverage: 94.4% of statements 08:37:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.127s coverage: 44.8% of statements 08:37:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.509s coverage: 81.8% of statements 08:37:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:37:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.186s coverage: 92.9% of statements 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:37:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:37:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:37:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.107s coverage: 100.0% of statements 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:37:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.149s coverage: 75.5% of statements 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:37:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.149s coverage: 80.8% of statements 08:37:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.231s coverage: 87.2% of statements 08:37:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.222s coverage: 84.6% of statements 08:37:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.253s coverage: 91.6% of statements 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:37:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.853s coverage: 64.4% of statements 08:37:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:37:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:37:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.134s coverage: 100.0% of statements 08:37:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.119s coverage: 91.3% of statements 08:37:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.090s coverage: 100.0% of statements 08:37:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements 08:37:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 08:37:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.999s coverage: 69.0% of statements 08:37:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:37:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:37:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:37:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.678s coverage: 40.5% of statements 08:37:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:37:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:37:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.093s coverage: 89.5% of statements 08:37:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:37:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.092s coverage: 84.8% of statements 08:37:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.504s coverage: 47.0% of statements 08:37:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:37:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:37:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:37:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:37:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:37:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.152s coverage: 100.0% of statements 08:37:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:37:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.109s coverage: 100.0% of statements 08:37:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:37:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:37:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.122s coverage: 9.6% of statements 08:37:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:37:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.451s coverage: 92.6% of statements 08:37:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:37:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:37:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:37:45 ---> 270dc0fde973 08:37:45 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:37:45 ---> 05eb7d9fb2ed 08:37:45 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:37:45 ---> d7698a9a1f35 08:37:45 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:37:45 ---> 3ac4d8e95a25 08:37:45 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:37:45 ---> Running in ede0f6c3c581 08:37:45 ---> Running in d00f407f1dde 08:37:45 ---> b66731a76295 08:37:45 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:37:45 ---> Running in b364dc1486e1 08:37:45 ---> Running in f7e71cb26951 08:37:45 ---> Running in 9d98cbaa3ba0 08:37:45 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 08:37: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 08:37:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:37: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 08:37:45 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 08:37:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.716s coverage: 28.7% of statements 08:37:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:37:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:37:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:37:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:37:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:37:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements 08:37:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:37:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.189s coverage: 100.0% of statements 08:37:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:37:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:37:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:37:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.180s coverage: 64.6% of statements 08:37:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:37:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.412s coverage: 97.6% of statements 08:37:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:37:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:37:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:37:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 08:37:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:37:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.077s coverage: 100.0% of statements 08:37:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:37:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:37:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:37:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:37:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements 08:37:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:37:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:37:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.073s coverage: 100.0% of statements 08:37:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.131s coverage: 28.1% of statements 08:37:56 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements 08:37:57 GO111MODULE=on go vet ./... 08:38:42 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 08:38:42 Removing intermediate container b364dc1486e1 08:38:42 ---> 12fb1f032cb8 08:38:42 08:38:42 Step 10/31 : FROM alpine:3.12 08:38:42 3.12: Pulling from library/alpine 08:38:42 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:38:42 Removing intermediate container 9d98cbaa3ba0 08:38:42 ---> ecacd524f1bd 08:38:42 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:38:42 Status: Downloaded newer image for alpine:3.12 08:38:42 ---> 13621d1b12d4 08:38:42 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:38:42 ---> Running in 778981f968d0 08:38:42 ---> Running in 70d2cb89ed6c 08:38:42 Removing intermediate container 778981f968d0 08:38:42 ---> b0c798f48494 08:38:42 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:38:42 ---> Running in 49c384690c69 08:38:44 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 08:38:45 Removing intermediate container d00f407f1dde 08:38:45 ---> a15b37ddaf43 08:38:45 08:38:45 Step 10/22 : FROM alpine:3.12 08:38:45 ---> 13621d1b12d4 08:38:45 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:38:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:46 (1/2) Installing dumb-init (1.2.2-r1) 08:38:47 (2/2) Installing su-exec (0.2-r1) 08:38:47 Executing busybox-1.31.1-r20.trigger 08:38:47 OK: 6 MiB in 16 packages 08:38:47 ---> Running in d9190d5aaf5b 08:38:49 Removing intermediate container f7e71cb26951 08:38:49 ---> d72d1a2dec89 08:38:49 08:38:49 Step 10/21 : FROM alpine:3.12 08:38:49 ---> 13621d1b12d4 08:38:49 Step 11/21 : RUN apk add --update --no-cache curl 08:38:49 ---> Running in d7877e5cf05f 08:38:49 Removing intermediate container 70d2cb89ed6c 08:38:49 ---> cffc3dc22620 08:38:49 08:38:49 Step 11/23 : FROM docker:20.10.0 08:38:49 20.10.0: Pulling from library/docker 08:38:49 Removing intermediate container ede0f6c3c581 08:38:49 ---> d72bd8d93527 08:38:49 08:38:49 Step 10/23 : FROM alpine:3.12 08:38:49 ---> 13621d1b12d4 08:38:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:38:49 ---> Running in 117dad0705a8 08:38:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:49 Removing intermediate container 49c384690c69 08:38:49 ---> ee53558a872c 08:38:49 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:38:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:50 ---> Running in a3c91e169884 08:38:50 (1/1) Installing dumb-init (1.2.2-r1) 08:38:50 Executing busybox-1.31.1-r20.trigger 08:38:50 OK: 6 MiB in 15 packages 08:38:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:50 Removing intermediate container a3c91e169884 08:38:50 ---> 971ae4401780 08:38:50 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:38:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:50 (1/4) Installing ca-certificates (20191127-r4) 08:38:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:38:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:50 (3/4) Installing libcurl (7.76.1-r0) 08:38:50 (4/4) Installing curl (7.76.1-r0) 08:38:50 Executing busybox-1.31.1-r20.trigger 08:38:51 Executing ca-certificates-20191127-r4.trigger 08:38:51 (1/1) Installing dumb-init (1.2.2-r1) 08:38:51 Executing busybox-1.31.1-r20.trigger 08:38:51 OK: 6 MiB in 15 packages 08:38:51 OK: 7 MiB in 18 packages 08:38:51 ---> Running in b10d021908e8 08:38:52 Removing intermediate container b10d021908e8 08:38:52 ---> 02b1ccf3ddd2 08:38:52 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:38:52 Removing intermediate container d9190d5aaf5b 08:38:52 ---> 72c032986d7a 08:38:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:38:52 ---> Running in 78fd1fe8945f 08:38:52 ---> Running in c939afbae119 08:38:53 Removing intermediate container 117dad0705a8 08:38:53 ---> a2ced11f468b 08:38:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:38:53 Removing intermediate container d7877e5cf05f 08:38:53 ---> b57f64b014cf 08:38:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:38:53 Removing intermediate container c939afbae119 08:38:53 ---> 85da57d5972d 08:38:53 Step 13/22 : ENV APP_PORT=48085 08:38:53 ---> Running in 3e01e3202d13 08:38:54 ---> Running in 30a121b41b34 08:38:54 ---> Running in bd0052650fe5 08:38:54 Removing intermediate container 3e01e3202d13 08:38:54 ---> 593be0f3c801 08:38:54 Step 13/23 : ENV APP_PORT=48081 08:38:54 Removing intermediate container bd0052650fe5 08:38:54 ---> b3fbad540ffd 08:38:54 Step 14/22 : EXPOSE $APP_PORT 08:38:54 Removing intermediate container 30a121b41b34 08:38:54 ---> f377255c1d91 08:38:54 Step 13/21 : WORKDIR /edgex 08:38:54 ---> Running in 34c1f9df2492 08:38:54 ---> Running in eb47d45ec0d9 08:38:54 ---> Running in 97b9e352b872 08:38:55 Removing intermediate container 34c1f9df2492 08:38:55 ---> 46b99303a660 08:38:55 Step 14/23 : EXPOSE $APP_PORT 08:38:55 Removing intermediate container eb47d45ec0d9 08:38:55 ---> 89f42f5512c6 08:38:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:38:55 Removing intermediate container 97b9e352b872 08:38:55 ---> b2fa9e7b2483 08:38:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:38:56 ---> Running in cfaba41780c2 08:38:56 Removing intermediate container 78fd1fe8945f 08:38:56 ---> 4a7fd891dc79 08:38:56 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:38:56 ---> Running in 8be094587141 08:38:56 ---> 7b721829d419 08:38:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:38:56 ---> 4815fef63835 08:38:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:38:56 Removing intermediate container cfaba41780c2 08:38:56 ---> 821b9f9b243d 08:38:56 Step 15/23 : WORKDIR / 08:38:57 Removing intermediate container 8be094587141 08:38:57 ---> 157257472caf 08:38:57 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:38:57 ---> Running in efec363cc0b6 08:38:58 Removing intermediate container efec363cc0b6 08:38:58 ---> 9c8bfce0e3a0 08:38:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:38:58 ---> 78ff47463aa1 08:38:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:38:58 ---> 0ab286135bed 08:38:58 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:38:58 ---> 7f280a95e2fc 08:38:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:38:58 ---> Running in 6641eb7234d1 08:38:58 ---> 0cd82ca4092b 08:38:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:38:58 ---> 255c9c148b64 08:38:58 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:38:59 ---> Running in 116079534ebd 08:38:59 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:38:59 Status: Downloaded newer image for docker:20.10.0 08:38:59 ---> aefe523efa57 08:38:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:38:59 ---> 216a94d78f6a 08:38:59 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:38:59 ---> Running in 9a7287c82769 08:38:59 ---> Running in 5c6a8fff1ed4 08:38:59 Removing intermediate container 116079534ebd 08:38:59 ---> 032aaacb4e9e 08:38:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:38:59 ---> Running in 3d65a8021fab 08:38:59 ---> 4505ec47de47 08:38:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:38:59 Removing intermediate container 9a7287c82769 08:38:59 ---> 9c3eb002aebc 08:38:59 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:39:00 Removing intermediate container 5c6a8fff1ed4 08:39:00 ---> 7af125f06e59 08:39:00 Step 18/21 : CMD ["--init=true"] 08:39:00 ---> Running in f230a0197315 08:39:00 ---> Running in 4d5d84227478 08:39:00 Removing intermediate container 3d65a8021fab 08:39:00 ---> aca414328978 08:39:00 Step 20/22 : LABEL arch=x86_64 08:39:00 ---> 95983b40042f 08:39:00 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:39:00 ---> Running in f5872b01460d 08:39:00 ---> Running in 1c26e4f179fa 08:39:00 Removing intermediate container 6641eb7234d1 08:39:00 ---> 7dc7f498f2a9 08:39:00 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:39:00 Removing intermediate container 4d5d84227478 08:39:00 ---> 7a7352338ae8 08:39:00 Step 19/21 : LABEL arch=x86_64 08:39:00 ---> Running in 846b5b856e9f 08:39:00 Removing intermediate container f5872b01460d 08:39:00 ---> a5dcc8a14b40 08:39:00 Step 21/22 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 08:39:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:39:01 ---> Running in 6ff15163ce94 08:39:01 Removing intermediate container 1c26e4f179fa 08:39:01 ---> 01df7a259b66 08:39:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:39:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:39:01 ---> b315eead1055 08:39:01 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:39:01 ---> Running in 9c0dbfd33e64 08:39:01 Removing intermediate container 846b5b856e9f 08:39:01 ---> a83202248bad 08:39:01 Step 20/21 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 08:39:01 (1/39) Installing readline (8.0.4-r0) 08:39:01 (2/39) Installing bash (5.0.17-r0) 08:39:01 Executing bash-5.0.17-r0.post-install 08:39:01 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:39:01 (4/39) Installing libcurl (7.76.1-r0) 08:39:01 (5/39) Installing curl (7.76.1-r0) 08:39:01 (6/39) Installing dumb-init (1.2.2-r1) 08:39:01 (7/39) Installing libbz2 (1.0.8-r1) 08:39:01 (8/39) Installing expat (2.2.9-r1) 08:39:01 Removing intermediate container 6ff15163ce94 08:39:01 ---> a1ccda335bf4 08:39:01 Step 22/22 : LABEL version=0.0.0(9/39) Installing libffi (3.3-r2) 08:39:01 08:39:01 (10/39) Installing gdbm (1.13-r1) 08:39:01 (11/39) Installing xz-libs (5.2.5-r0) 08:39:01 (12/39) Installing sqlite-libs (3.32.1-r0) 08:39:01 (13/39) Installing python3 (3.8.8-r0) 08:39:01 ---> Running in 68025da0e55b 08:39:01 Removing intermediate container 9c0dbfd33e64 08:39:01 ---> 747337eb1250 08:39:01 Step 21/23 : LABEL arch=x86_64 08:39:02 ---> Running in 79e343b66503 08:39:04 ---> Running in 2c8c9b96afd5 08:39:04 Removing intermediate container 68025da0e55b 08:39:04 ---> 8f0b3f6f0180 08:39:04 Step 21/21 : LABEL version=0.0.0 08:39:04 ---> e8a9c40fcacd 08:39:04 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:39:04 Removing intermediate container 79e343b66503 08:39:04 ---> df6dd634331c 08:39:04 08:39:04 (14/39) Installing py3-appdirs (1.4.4-r1) 08:39:04 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:39:04 (16/39) Installing py3-parsing (2.4.7-r0) 08:39:04 (17/39) Installing py3-six (1.15.0-r0) 08:39:04 (18/39) Installing py3-packaging (20.4-r0) 08:39:04 ---> Running in d27f3df5bed9 08:39:04 Removing intermediate container 2c8c9b96afd5 08:39:04 ---> e112e0930c33 08:39:04 Step 22/23 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 08:39:04 (19/39) Installing py3-setuptools (47.0.0-r0) 08:39:04 (20/39) Installing py3-chardet (3.0.4-r4) 08:39:05 (21/39) Installing py3-idna (2.9-r0) 08:39:05 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:39:06 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:39:06 (24/39) Installing py3-requests (2.23.0-r0) 08:39:06 (25/39) Installing py3-msgpack (1.0.0-r0) 08:39:06 ---> Running in e7769d274830 08:39:06 (26/39) Installing py3-lockfile (0.12.2-r3) 08:39:06 Successfully built df6dd634331c 08:39:06 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:39:06 Successfully tagged docker-support-scheduler-go:latest 08:39:06  Building docker-support-scheduler-go ... done Removing intermediate container d27f3df5bed9 08:39:06 ---> e08dcf02330a 08:39:06 08:39:06 (28/39) Installing py3-colorama (0.4.3-r0) 08:39:06 Building docker-core-command-go 08:39:06 (29/39) Installing py3-distlib (0.3.0-r0) 08:39:06 ---> 3343baa45b87 08:39:06 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:39:06 (30/39) Installing py3-distro (1.5.0-r1) 08:39:06 (31/39) Installing py3-webencodings (0.5.1-r3) 08:39:06 (32/39) Installing py3-html5lib (1.0.1-r4) 08:39:06 (33/39) Installing py3-pytoml (0.1.21-r0) 08:39:06 Removing intermediate container e7769d274830 08:39:06 ---> 92b416ff72ca 08:39:06 Step 23/23 : LABEL version=0.0.0 08:39:06 (34/39) Installing py3-pep517 (0.8.2-r0) 08:39:06 (35/39) Installing py3-progress (1.5-r0) 08:39:06 (36/39) Installing py3-toml (0.10.1-r0) 08:39:07 (37/39) Installing py3-retrying (1.3.3-r0) 08:39:07 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:39:07 (39/39) Installing py3-pip (20.1.1-r0) 08:39:07 Successfully built e08dcf02330a 08:39:09 Successfully tagged docker-security-proxy-setup-go:latest 08:39:09 Building docker-core-data-go 08:39:09  Building docker-security-proxy-setup-go ... done  ---> Running in 0e5b27a54aa8 08:39:09 Executing busybox-1.31.1-r19.trigger 08:39:09 OK: 72 MiB in 59 packages 08:39:10 ---> 8976e798698e 08:39:10 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:39:12 Removing intermediate container 0e5b27a54aa8 08:39:12 ---> cb98b7d6df53 08:39:12 08:39:14 Successfully built cb98b7d6df53 08:39:14 Successfully tagged docker-core-metadata-go:latest 08:39:14 Building docker-security-secretstore-setup-go 08:39:15  Building docker-core-metadata-go ... done  ---> aec45f5ae1ba 08:39:15 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:39:15 Collecting docker-compose==1.23.2 08:39:15 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:39:16 ---> Running in 3ab52dfc9201 08:39:16 Collecting PyYAML<4,>=3.10 08:39:16 Downloading PyYAML-3.13.tar.gz (270 kB) 08:39:19 Removing intermediate container 3ab52dfc9201 08:39:19 ---> 33c7e2aeb4fa 08:39:19 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:39:20 ---> 6a99da2518b8 08:39:20 Step 26/31 : RUN chmod +x /entrypoint.sh 08:39:20 Collecting dockerpty<0.5,>=0.4.1 08:39:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:39:20 ---> Running in f06fe89ed4b5 08:39:21 Collecting cached-property<2,>=1.2.0 08:39:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:39:21 Collecting texttable<0.10,>=0.9.0 08:39:21 Downloading texttable-0.9.1.tar.gz (11 kB) 08:39:24 Collecting jsonschema<3,>=2.5.1 08:39:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:39:24 Removing intermediate container f06fe89ed4b5 08:39:24 ---> e80dd4cda7d2 08:39:24 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:39:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:39:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:39:25 ---> Running in 39062bbd344f 08:39:25 Collecting docopt<0.7,>=0.6.1 08:39:25 Downloading docopt-0.6.2.tar.gz (25 kB) 08:39:26 Removing intermediate container 39062bbd344f 08:39:26 ---> 79ad1cea4373 08:39:26 Step 28/31 : CMD ["gate"] 08:39:26 Collecting docker<4.0,>=3.6.0 08:39:26 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:39:26 ---> Running in bfabfe919bda 08:39:27 Collecting websocket-client<1.0,>=0.32.0 08:39:27 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:39: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) 08:39:27 Collecting idna<2.8,>=2.5 08:39:27 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:39:27 Removing intermediate container bfabfe919bda 08:39:27 ---> ebb6b39988fc 08:39:27 Step 29/31 : LABEL arch=x86_64 08:39:28 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) 08:39:28 Collecting urllib3<1.25,>=1.21.1 08:39:28 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:39:28 ---> Running in 03378df25bfe 08:39:28 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) 08:39:29 Collecting docker-pycreds>=0.4.0 08:39:29 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:39:29 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:39:29 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:39:29 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:39:29 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:39:29 Installing collected packages: PyYAML, dockerpty, cached-property, texttable, jsonschema, idna, urllib3, requests, docopt, docker-pycreds, websocket-client, docker, docker-compose 08:39:29 Running setup.py install for PyYAML: started 08:39:30 Removing intermediate container 03378df25bfe 08:39:30 ---> ad77ea3dcce1 08:39:30 Step 30/31 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 08:39:31 ---> Running in e5f51753f1ff 08:39:32 Running setup.py install for PyYAML: finished with status 'done' 08:39:32 Running setup.py install for dockerpty: started 08:39:32 Removing intermediate container e5f51753f1ff 08:39:32 ---> 1f7247371bd5 08:39:32 Step 31/31 : LABEL version=0.0.0 08:39:33 ---> Running in 41e48a66ffac 08:39:33 Running setup.py install for dockerpty: finished with status 'done' 08:39:33 Running setup.py install for texttable: started 08:39:34 gofmt -l . 08:39:34 [ "`gofmt -l .`" = "" ] 08:39:34 ./bin/test-go-mod-tidy.sh 08:39:34 ./bin/test-attribution-txt.sh [Pipeline] sh 08:39:34 Removing intermediate container 41e48a66ffac 08:39:34 ---> b578cc67b725 08:39:34 08:39:34 Running setup.py install for texttable: finished with status 'done' 08:39:34 + ls -al . 08:39:34 total 828 08:39:34 drwxrwxr-x 9 1001 1001 4096 Apr 29 08:39 . 08:39:34 drwxr-xr-x 4 root root 4096 Apr 29 08:34 .. 08:39:34 -rw-rw-r-- 1 1001 1001 11 Apr 29 08:33 .dockerignore 08:39:34 drwxrwxr-x 8 1001 1001 4096 Apr 29 08:33 .git 08:39:34 drwxrwxr-x 3 1001 1001 4096 Apr 29 08:33 .github 08:39:34 -rw-rw-r-- 1 1001 1001 818 Apr 29 08:33 .gitignore 08:39:34 -rw-rw-r-- 1 1001 1001 166 Apr 29 08:33 .sonarcloud.properties 08:39:34 -rw-rw-r-- 1 1001 1001 8609 Apr 29 08:33 Attribution.txt 08:39:34 -rw-rw-r-- 1 1001 1001 3804 Apr 29 08:33 CONTRIBUTING.md 08:39:34 -rw-rw-r-- 1 1001 1001 931 Apr 29 08:33 Dockerfile.build 08:39:34 -rw-rw-r-- 1 1001 1001 863 Apr 29 08:33 Jenkinsfile 08:39:34 -rw-rw-r-- 1 1001 1001 10775 Apr 29 08:33 LICENSE 08:39:34 -rw-rw-r-- 1 1001 1001 5774 Apr 29 08:33 Makefile 08:39:34 -rw-rw-r-- 1 1001 1001 7978 Apr 29 08:33 README.md 08:39:34 -rw-rw-r-- 1 1001 1001 6755 Apr 29 08:33 SECURITY.md 08:39:34 -rw-rw-r-- 1 1001 1001 5 Apr 29 08:30 VERSION 08:39:34 -rw-rw-r-- 1 1001 1001 4131 Apr 29 08:33 ZMQWindows.md 08:39:34 drwxrwxr-x 2 1001 1001 4096 Apr 29 08:33 bin 08:39:34 drwxrwxr-x 14 1001 1001 4096 Apr 29 08:33 cmd 08:39:34 -rw-r--r-- 1 root root 691485 Apr 29 08:37 coverage.out 08:39:34 -rw-r--r-- 1 root root 1060 Apr 29 08:39 go.mod 08:39:34 -rw-r--r-- 1 root root 22420 Apr 29 08:39 go.sum 08:39:34 drwxrwxr-x 8 1001 1001 4096 Apr 29 08:33 internal 08:39:34 drwxrwxr-x 4 1001 1001 4096 Apr 29 08:33 openapi 08:39:34 drwxrwxr-x 4 1001 1001 4096 Apr 29 08:33 snap 08:39:34 -rw-rw-r-- 1 1001 1001 168 Apr 29 08:33 version.go 08:39:34 Successfully built b578cc67b725 [Pipeline] sh 08:39:35 Attempting uninstall: idna 08:39:35 Found existing installation: idna 2.9 08:39:35 Uninstalling idna-2.9: 08:39:35 Successfully tagged docker-security-bootstrapper-go:latest 08:39:35 Successfully uninstalled idna-2.9 08:39:35  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go 08:39:35 + '[' -e coverage.out ] 08:39:35 + chown 1001:1001 coverage.out [Pipeline] stash 08:39:35 Warning: overwriting stash ‘coverage-report’ 08:39:37 Stashed 1 file(s) [Pipeline] sh 08:39:37 + make build 08:39:37 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 08:39:37 Attempting uninstall: urllib3 08:39:37 Found existing installation: urllib3 1.25.9 08:39:37 Uninstalling urllib3-1.25.9: 08:39:37 Successfully uninstalled urllib3-1.25.9 08:39:38 Attempting uninstall: requests 08:39:38 Found existing installation: requests 2.23.0 08:39:38 Uninstalling requests-2.23.0: 08:39:38 Successfully uninstalled requests-2.23.0 08:39:40 Running setup.py install for docopt: started 08:39:42 Running setup.py install for docopt: finished with status 'done' 08:39:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:39:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:39:44 ---> df0fa085fca7 08:39:44 Step 3/23 : WORKDIR /edgex-go 08:39:44 ---> Using cache 08:39:44 ---> a6639f9358a9 08:39:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:39:45 ---> Using cache 08:39:45 ---> 2219ab5151ea 08:39:45 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:39:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:39:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:39:45 ---> df0fa085fca7 08:39:45 Step 3/23 : WORKDIR /edgex-go 08:39:45 ---> Using cache 08:39:45 ---> a6639f9358a9 08:39:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:39:45 ---> Using cache 08:39:45 ---> 2219ab5151ea 08:39:45 Step 5/23 : RUN apk add --update --no-cache make git 08:39:45 ---> Using cache 08:39:45 ---> 0e7738cffbde 08:39:45 Step 6/23 : COPY go.mod . 08:39:45 ---> Using cache 08:39:45 ---> 124f1984e9ee 08:39:45 Step 7/23 : RUN go mod download 08:39:45 ---> Using cache 08:39:45 ---> 413e63f5c013 08:39:45 Step 8/23 : COPY . . 08:39:45 ---> Using cache 08:39:45 ---> d7698a9a1f35 08:39:45 Step 9/23 : RUN make cmd/core-command/core-command 08:39:46 ---> Running in 4bf1e52b26ee 08:39:46 ---> Running in 1e30edefc38e 08:39:47 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.58.0 08:39:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:39:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:39:48 ---> df0fa085fca7 08:39:48 Step 3/24 : WORKDIR /edgex-go 08:39:48 ---> Using cache 08:39:48 ---> a6639f9358a9 08:39:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:39:48 ---> Using cache 08:39:48 ---> 2219ab5151ea 08:39:48 Step 5/24 : RUN apk add --update --no-cache make git 08:39:48 ---> Using cache 08:39:48 ---> 0e7738cffbde 08:39:48 Step 6/24 : COPY go.mod . 08:39:48 ---> Using cache 08:39:48 ---> 124f1984e9ee 08:39:48 Step 7/24 : RUN go mod download 08:39:48 ---> Using cache 08:39:48 ---> 413e63f5c013 08:39:48 Step 8/24 : COPY . . 08:39:48 ---> Using cache 08:39:48 ---> d7698a9a1f35 08:39:48 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:39:49 ---> Running in 8783f40db98b 08:39:50 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 08:39:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:39: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 08:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:39:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:39:53 OK: 233 MiB in 51 packages 08:39:56 Removing intermediate container 1e30edefc38e 08:39:56 ---> 8ba6d572252b 08:39:56 Step 6/23 : COPY go.mod . 08:39:58 ---> b00e14bdb48e 08:39:58 Step 7/23 : RUN go mod download 08:39:58 ---> Running in 14aa2fdb1d61 08:40:09 Removing intermediate container 14aa2fdb1d61 08:40:09 ---> e5cba6454636 08:40:09 Step 8/23 : COPY . . 08:40:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:40:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:40:11 ---> df0fa085fca7 08:40:11 Step 3/22 : WORKDIR /edgex-go 08:40:11 ---> Using cache 08:40:11 ---> a6639f9358a9 08:40:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:11 ---> Using cache 08:40:11 ---> 2219ab5151ea 08:40:11 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:40:13 ---> Running in a21d381add4e 08:40:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:40:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:40:16 OK: 233 MiB in 51 packages 08:40:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:40:19 Removing intermediate container a21d381add4e 08:40:19 ---> c198ad52544c 08:40:19 Step 6/22 : COPY go.mod . 08:40:22 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 08:40:22 ---> df4d207beccf 08:40:22 Step 7/22 : RUN go mod download 08:40:23 ---> Running in 6ecfcb3df33d 08:40:29 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 08:40: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 08:40:32 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 08:40:32 Removing intermediate container 6ecfcb3df33d 08:40:32 ---> ebf8843974de 08:40:32 Step 8/22 : COPY . . 08:40:32 Removing intermediate container f230a0197315 08:40:32 ---> c030f000cf98 08:40:32 Step 14/23 : ENV APP_PORT=48090 08:40:33 ---> Running in 6e6be2bc9f28 08:40:36 Removing intermediate container 6e6be2bc9f28 08:40:36 ---> 17fc2dd140fb 08:40:36 Step 15/23 : EXPOSE $APP_PORT 08:40:36 ---> Running in c6479a817a03 08:40:36 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 08:40:39 Removing intermediate container c6479a817a03 08:40:39 ---> f80f447d580d 08:40:39 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:40:43 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 08:40:44 ---> 1f360c05b905 08:40:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:40:46 Removing intermediate container 4bf1e52b26ee 08:40:46 ---> a53401c899d5 08:40:46 08:40:46 Step 10/23 : FROM alpine:3.12 08:40:46 ---> 13621d1b12d4 08:40:46 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:40:46 ---> Using cache 08:40:46 ---> a2ced11f468b 08:40:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:40:46 ---> Using cache 08:40:46 ---> 593be0f3c801 08:40:46 Step 13/23 : ENV APP_PORT=48082 08:40:48 ---> 7b6a7a5ea184 08:40:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:40:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:40:50 ---> Running in f2676417aef4 08:40:52 ---> c0c9469ef3cf 08:40:52 Step 9/23 : RUN make cmd/core-data/core-data 08:40:53 ---> 62183811e637 08:40:53 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 08:40:53 Removing intermediate container 8783f40db98b 08:40:53 ---> ad2bd3a9a5f1 08:40:53 08:40:53 Step 10/24 : FROM alpine:3.12 08:40:53 ---> Running in be13aff81e52 08:40:53 ---> 13621d1b12d4 08:40:53 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:40:53 ---> Running in 966be45cd842 08:40:53 Removing intermediate container f2676417aef4 08:40:53 ---> 3d6a23a27f38 08:40:53 Step 14/23 : EXPOSE $APP_PORT 08:40:53 ---> Running in 868e62afce38 08:40:54 ---> Running in 354e4802b8b0 08:40:55 Removing intermediate container 966be45cd842 08:40:55 ---> 26aaa07a0cab 08:40:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:40:56 Removing intermediate container 354e4802b8b0 08:40:56 ---> 450cba64c7b4 08:40:56 Step 15/23 : WORKDIR / 08:40:56 ---> Running in eea28019cf0e 08:40:56 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 08:40:56 ---> Running in f5692e4fad66 08:40:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:40:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:40:57 Removing intermediate container eea28019cf0e 08:40:57 ---> 3bb1c0d5e097 08:40:57 Step 21/23 : LABEL arch=x86_64 08:40:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:40:57 Removing intermediate container f5692e4fad66 08:40:57 ---> c035b46e8f83 08:40:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:40:57 ---> Running in 03d2180b9bfb 08:40:57 (1/6) Installing ca-certificates (20191127-r4) 08:40:57 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:40:57 (3/6) Installing libcurl (7.76.1-r0) 08:40:57 (4/6) Installing curl (7.76.1-r0) 08:40:57 (5/6) Installing dumb-init (1.2.2-r1) 08:40:57 (6/6) Installing su-exec (0.2-r1) 08:40:57 Executing busybox-1.31.1-r20.trigger 08:40:58 Executing ca-certificates-20191127-r4.trigger 08:40:58 OK: 7 MiB in 20 packages 08:40:59 Removing intermediate container 03d2180b9bfb 08:40:59 ---> 60d6323a7009 08:40:59 Step 22/23 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 08:41:00 ---> Running in 0289ac37455e 08:41:00 ---> 40f6c5299c90 08:41:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:41:01 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 08:41:02 Removing intermediate container 0289ac37455e 08:41:02 ---> 312e65c3e209 08:41:02 Step 23/23 : LABEL version=0.0.0 08:41:02 ---> Running in 2d69991e58dd 08:41:03 Removing intermediate container 868e62afce38 08:41:03 ---> c0a2857ea762 08:41:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:41:04 ---> e0630272d138 08:41:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:41:04 ---> Running in 2c8ee1a534ec 08:41:04 Removing intermediate container 2d69991e58dd 08:41:04 ---> daf8cb179134 08:41:04 08:41:05 Removing intermediate container 2c8ee1a534ec 08:41:05 ---> 9328633ee11d 08:41:05 Step 13/24 : WORKDIR / 08:41:06 Successfully built daf8cb179134 08:41:06 Successfully tagged docker-sys-mgmt-agent-go:latest 08:41:06  Building docker-sys-mgmt-agent-go ... done  ---> Running in 7cd7f0b8b664 08:41:06 ---> c4e6b3bf5f01 08:41:06 Step 19/23 : ENTRYPOINT ["/core-command"] 08:41:06 ---> Running in e12ca10d6bad 08:41:07 Removing intermediate container 7cd7f0b8b664 08:41:07 ---> e25f188d9607 08:41:07 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:41:07 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 08:41:08 Removing intermediate container e12ca10d6bad 08:41:08 ---> 80964a767ba3 08:41:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:41:08 ---> Running in 64fbd4846c58 08:41:09 ---> e808380e370e 08:41:09 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:41:10 Removing intermediate container 64fbd4846c58 08:41:10 ---> 02ff7879879c 08:41:10 Step 21/23 : LABEL arch=x86_64 08:41:10 ---> Running in 50f34655abc4 08:41:11 ---> 21ac93cef4cf 08:41:11 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:41:12 ---> 8d98f095dd32 08:41:12 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:41:12 Removing intermediate container 50f34655abc4 08:41:12 ---> 2f74674ba8e6 08:41:12 Step 22/23 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 08:41:13 ---> b72b64d416aa 08:41:13 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:41:13 ---> Running in acfe3aecb4c4 08:41:14 ---> Running in 5d088cb55870 08:41:14 Removing intermediate container acfe3aecb4c4 08:41:14 ---> dc442807d996 08:41:14 Step 23/23 : LABEL version=0.0.0 08:41:15 ---> 108f4c6acea4 08:41:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:41:15 ---> Running in c52fcae78e2c [Pipeline] } 08:41:16 $ docker stop --time=1 7358bee9502022c6c1b4520b70a24f842eeb37ee455b7abc2697aa43930c6b49 08:41:16 Removing intermediate container c52fcae78e2c 08:41:16 ---> 20d6176ec619 08:41:16 08:41:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:41:17 Successfully built 20d6176ec619 08:41:17 ---> c125e36ea4d3 08:41:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:41:17 Successfully tagged docker-core-command-go:latest 08:41:18  Building docker-core-command-go ... done  ---> 198e7c5eca2e 08:41:18 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 08:41:18 ---> Running in 115e655f6e5e 08:41:18 $ docker rm -f 7358bee9502022c6c1b4520b70a24f842eeb37ee455b7abc2697aa43930c6b49 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:41:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:41:21 08:41:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:41:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:41:21 latest: Pulling from edgex-devops/edgex-compose-arm64 08:41:21 29e5d40040c1: Pulling fs layer 08:41:21 1ce36da41761: Pulling fs layer 08:41:21 25b303627fd3: Pulling fs layer 08:41:22 29e5d40040c1: Verifying Checksum 08:41:22 29e5d40040c1: Download complete 08:41:22 1ce36da41761: Verifying Checksum 08:41:22 1ce36da41761: Download complete 08:41:22 29e5d40040c1: Pull complete 08:41:23 Removing intermediate container 115e655f6e5e 08:41:23 ---> ae9dc60c2f00 08:41:23 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:41:23 ---> Running in 18e820d20a6e 08:41:24 1ce36da41761: Pull complete 08:41:24 Removing intermediate container 18e820d20a6e 08:41:24 ---> 403a935b48af 08:41:24 Step 22/24 : LABEL arch=x86_64 08:41:24 25b303627fd3: Verifying Checksum 08:41:24 25b303627fd3: Download complete 08:41:24 ---> Running in 6e58e26138f6 08:41:26 Removing intermediate container 6e58e26138f6 08:41:26 ---> 779373290675 08:41:26 Step 23/24 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 08:41:27 ---> Running in 4dc91742dcfb 08:41:27 Removing intermediate container 4dc91742dcfb 08:41:27 ---> edb3ca299310 08:41:27 Step 24/24 : LABEL version=0.0.0 08:41:27 ---> Running in ef4a76295e81 08:41:28 Removing intermediate container ef4a76295e81 08:41:28 ---> 358fef3ead85 08:41:28 08:41:29 Successfully built 358fef3ead85 08:41:29 Successfully tagged docker-security-secretstore-setup-go:latest 08:41:34 25b303627fd3: Pull complete 08:41:34 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:41:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:41:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:41:34 prd-ubuntu18.04-docker-arm64-4c-16g-2313 does not seem to be running inside a container 08:41:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:41:38 $ docker top 2474a6ad03192867767829e8e7d8d97320f087cee336a638194bce06c1ef0060 -eo pid,comm [Pipeline] { [Pipeline] sh 08:41:39 + docker-compose build --help 08:41:39 + grep parallel 08:41:42  Building docker-security-secretstore-setup-go ... done Removing intermediate container be13aff81e52 08:41:42 ---> 14d7c11952ca 08:41:42 08:41:42 Step 10/23 : FROM alpine:3.12 08:41:42 ---> 13621d1b12d4 08:41:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:41:42 ---> Running in 41c1cce2218f 08:41:42 Removing intermediate container 41c1cce2218f 08:41:42 ---> 55e0005591d2 08:41:42 Step 12/23 : ENV APP_PORT=48080 08:41:42 ---> Running in 096871a9074c 08:41:42 Removing intermediate container 096871a9074c 08:41:42 ---> 09c01383bdad 08:41:42 Step 13/23 : EXPOSE $APP_PORT 08:41:42 ---> Running in 873626f4fca5 08:41:42 Removing intermediate container 873626f4fca5 08:41:42 ---> 35f589518681 08:41:42 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:41:42 ---> Running in 204a8c81c4c0 08:41:44 Removing intermediate container 204a8c81c4c0 08:41:44 ---> c0f705e6e46d 08:41:44 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:41:44 ---> Running in 84dac362b8c2 08:41:44 --parallel Build images in parallel. [Pipeline] } 08:41:44 $ docker stop --time=1 2474a6ad03192867767829e8e7d8d97320f087cee336a638194bce06c1ef0060 08:41:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:41:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:41:46 (1/6) Installing dumb-init (1.2.2-r1) 08:41:46 (2/6) Installing libgcc (9.3.0-r2) 08:41:46 $ docker rm -f 2474a6ad03192867767829e8e7d8d97320f087cee336a638194bce06c1ef0060 08:41:47 (3/6) Installing libsodium (1.0.18-r0) 08:41:47 (4/6) Installing libstdc++ (9.3.0-r2) 08:41:47 Removing intermediate container 5d088cb55870 08:41:47 ---> 8fa7c381677d 08:41:47 08:41:47 Step 10/22 : FROM alpine:3.12 08:41:47 ---> 13621d1b12d4 08:41:47 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 08:41:47 ---> Running in a79481551fa6 08:41:47 (5/6) Installing libzmq (4.3.3-r0) [Pipeline] isUnix [Pipeline] sh 08:41:47 (6/6) Installing zeromq (4.3.3-r0) 08:41:47 Executing busybox-1.31.1-r20.trigger 08:41:47 OK: 8 MiB in 20 packages 08:41:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:41:47 . [Pipeline] withDockerContainer 08:41:47 prd-ubuntu18.04-docker-arm64-4c-16g-2313 does not seem to be running inside a container 08:41:47 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:41:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:41:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:41:48 (1/2) Installing ca-certificates (20191127-r4) 08:41:48 (2/2) Installing dumb-init (1.2.2-r1) 08:41:48 Executing busybox-1.31.1-r20.trigger 08:41:48 Executing ca-certificates-20191127-r4.trigger 08:41:48 OK: 6 MiB in 16 packages 08:41:49 Removing intermediate container 84dac362b8c2 08:41:49 ---> 60c02b8e5c03 08:41:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:41:49 $ docker top 639d1fdb02bdc9cd4654fd9463fc48d93bd09ba65d054e57b4bd1264fd986311 -eo pid,comm 08:41:49 ---> ee42531fbc99 08:41:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:41:49 Removing intermediate container a79481551fa6 08:41:49 ---> 4cab4ee09274 08:41:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:41:49 ---> Running in 490d8cfe3cec [Pipeline] { [Pipeline] sh 08:41:50 Removing intermediate container 490d8cfe3cec 08:41:50 ---> cdec55e849cb 08:41:50 Step 13/22 : ENV APP_PORT=48060 08:41:50 ---> 11c757bca680 08:41:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:41:50 ---> Running in 81d27a3367f4 08:41:50 Removing intermediate container 81d27a3367f4 08:41:50 ---> 7765dfac2d02 08:41:50 Step 14/22 : EXPOSE $APP_PORT 08:41:50 + docker-compose -f ./docker-compose-build.yml build --parallel 08:41:50 ---> f38410b647d3 08:41:50 Step 19/23 : ENTRYPOINT ["/core-data"] 08:41:51 ---> Running in 9f070f5506a8 08:41:51 ---> Running in 74e6df6c0d0e 08:41:51 Removing intermediate container 74e6df6c0d0e 08:41:51 ---> dd4f529b07fe 08:41:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:41:51 Removing intermediate container 9f070f5506a8 08:41:51 ---> 84d489a0ceec 08:41:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:41:51 ---> Running in ffb943cdb9a7 08:41:52 Removing intermediate container ffb943cdb9a7 08:41:52 ---> 3a29a28643bb 08:41:52 Step 21/23 : LABEL arch=x86_64 08:41:52 ---> 286ec4a40ec8 08:41:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:41:52 ---> Running in 749ac0684683 08:41:52 Removing intermediate container 749ac0684683 08:41:52 ---> 55035dff1f85 08:41:52 Step 22/23 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 08:41:52 ---> Running in ec0d79dfda27 08:41:52 ---> 53ba92cbf420 08:41:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:41:52 Removing intermediate container ec0d79dfda27 08:41:52 ---> a48dfda6cbae 08:41:52 Step 23/23 : LABEL version=0.0.0 08:41:53 ---> Running in b815988a8a27 08:41:53 Removing intermediate container b815988a8a27 08:41:53 ---> ea3b6b4858a5 08:41:53 08:41:53 ---> b242ba4b36d3 08:41:53 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:41:53 ---> Running in 115a18c438ea 08:41:53 Successfully built ea3b6b4858a5 08:41:53 Successfully tagged docker-core-data-go:latest 08:41:53  Building docker-core-data-go ... done Removing intermediate container 115a18c438ea 08:41:53 ---> 36109b7c35eb 08:41:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:41:53 ---> Running in 14e25acb9ac7 08:41:54 Removing intermediate container 14e25acb9ac7 08:41:54 ---> 3eb5adcc52fb 08:41:54 Step 20/22 : LABEL arch=x86_64 08:41:54 ---> Running in f31d78c17445 08:41:55 Removing intermediate container f31d78c17445 08:41:55 ---> 2705a92d9ed7 08:41:55 Step 21/22 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 08:41:55 ---> Running in a1c97683afeb 08:41:55 Removing intermediate container a1c97683afeb 08:41:55 ---> 839f2c981a96 08:41:55 Step 22/22 : LABEL version=0.0.0 08:41:55 ---> Running in 7660e5f83118 08:41:55 Removing intermediate container 7660e5f83118 08:41:55 ---> bf2547e1b488 08:41:55 08:41:56 Building docker-core-command-go ... 08:41:56 Building docker-core-data-go ... 08:41:56 Building docker-core-metadata-go ... 08:41:56 Building docker-security-bootstrapper-go ... 08:41:56 Building docker-security-proxy-setup-go ... 08:41:56 Building docker-security-secretstore-setup-go ... 08:41:56 Building docker-support-notifications-go ... 08:41:56 Building docker-support-scheduler-go ... 08:41:56 Building docker-sys-mgmt-agent-go ... 08:41:56 Building docker-core-data-go 08:41:56 Building docker-security-bootstrapper-go 08:41:56 Building docker-security-secretstore-setup-go 08:41:56 Building docker-sys-mgmt-agent-go 08:41:56 Building docker-support-notifications-go 08:41:56 Successfully built bf2547e1b488 08:41:56 Successfully tagged docker-support-notifications-go:latest 08:41:56  Building docker-support-notifications-go ... done  [Pipeline] } 08:41:56 $ docker stop --time=1 5339fde5ddad5fc7a47a7a9071cb11a558bdd762ea36458e6aa86b56442f78fd 08:41:58 $ docker rm -f 5339fde5ddad5fc7a47a7a9071cb11a558bdd762ea36458e6aa86b56442f78fd [Pipeline] // withDockerContainer [Pipeline] sh 08:41:59 + docker images 08:41:59 + grep docker 08:42:00 docker-support-notifications-go latest bf2547e1b488 4 seconds ago 18.2MB 08:42:00 docker-core-data-go latest ea3b6b4858a5 6 seconds ago 22.9MB 08:42:00 docker-security-secretstore-setup-go latest 358fef3ead85 32 seconds ago 26.3MB 08:42:00 docker-core-command-go latest 20d6176ec619 43 seconds ago 17.5MB 08:42:00 docker-sys-mgmt-agent-go latest daf8cb179134 56 seconds ago 312MB 08:42:00 docker-security-bootstrapper-go latest b578cc67b725 2 minutes ago 19.3MB 08:42:00 docker-core-metadata-go latest cb98b7d6df53 2 minutes ago 19.2MB 08:42:00 docker-security-proxy-setup-go latest e08dcf02330a 2 minutes ago 26MB 08:42:00 docker-support-scheduler-go latest df6dd634331c 2 minutes ago 17.7MB 08:42:00 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 08:42:15 Still waiting to schedule task 08:42:15 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-2322’ 08:43:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:43:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:43:18 ---> 16bf5d0065a4 08:43:18 Step 3/23 : WORKDIR /edgex-go 08:43:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:43:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:43:18 ---> 16bf5d0065a4 08:43:18 Step 3/23 : WORKDIR /edgex-go 08:43:18 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:43:18 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:43:18 ---> 16bf5d0065a4 08:43:18 Step 3/31 : WORKDIR /edgex-go 08:43:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:43:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:43:18 ---> 16bf5d0065a4 08:43:18 Step 3/22 : WORKDIR /edgex-go 08:43:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:43:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:43:18 ---> 16bf5d0065a4 08:43:18 Step 3/24 : WORKDIR /edgex-go 08:43:18 ---> Running in 7656178e327f 08:43:18 ---> Running in 5b6fe568c94d 08:43:18 ---> Running in f975aeebbb22 08:43:18 ---> Running in 56c67ad02ab1 08:43:18 ---> Running in cf78306eaca8 08:43:18 Removing intermediate container 56c67ad02ab1 08:43:18 ---> 4e8472f1d31c 08:43:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:43:18 Removing intermediate container f975aeebbb22 08:43:18 ---> aa1453bbc860 08:43:18 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:43:18 Removing intermediate container 5b6fe568c94d 08:43:18 ---> 2bde330285be 08:43:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:43:18 Removing intermediate container cf78306eaca8 08:43:18 ---> 8c2b806bbfd1 08:43:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:43:18 Removing intermediate container 7656178e327f 08:43:18 ---> 07da3d9a9e5a 08:43:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:43:18 ---> Running in e9a0f6d7bc95 08:43:18 ---> Running in 1538cc373b6c 08:43:18 ---> Running in 73376637c48e 08:43:18 ---> Running in 464b602d303a 08:43:18 ---> Running in a3862b94b564 08:43:18 Removing intermediate container e9a0f6d7bc95 08:43:18 ---> 0066257aced9 08:43:18 Step 5/24 : RUN apk add --update --no-cache make git 08:43:19 Removing intermediate container 1538cc373b6c 08:43:19 ---> 660f58a098a6 08:43:19 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:43:19 ---> Running in a363f8be581e 08:43:19 ---> Running in 6608f2b7501a 08:43:19 Removing intermediate container 73376637c48e 08:43:19 ---> 39f4dec373c5 08:43:19 Step 5/23 : RUN apk add --update --no-cache make bash git 08:43:19 Removing intermediate container 464b602d303a 08:43:19 ---> c27ae35f743f 08:43:19 Step 5/31 : RUN apk add --update --no-cache make git 08:43:19 Removing intermediate container a3862b94b564 08:43:19 ---> 82120eb46080 08:43:19 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:43:19 ---> Running in de739456a85f 08:43:19 ---> Running in 10a9f4182d14 08:43:19 ---> Running in fa505ced10a5 08:43:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:43:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:43:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:43:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:43:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:43:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:43:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:43:22 OK: 217 MiB in 51 packages 08:43:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:43:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:43:23 OK: 217 MiB in 51 packages 08:43:23 OK: 217 MiB in 51 packages 08:43:23 OK: 217 MiB in 51 packages 08:43:24 OK: 217 MiB in 51 packages 08:43:24 Removing intermediate container a363f8be581e 08:43:24 ---> d66d6df48080 08:43:24 Step 6/24 : COPY go.mod . 08:43:25 Removing intermediate container 6608f2b7501a 08:43:25 ---> a560e6170510 08:43:25 Step 6/22 : COPY go.mod . 08:43:25 Removing intermediate container fa505ced10a5 08:43:25 ---> 1c9598955c61 08:43:25 Step 6/23 : COPY go.mod . 08:43:25 ---> 6f64d5382b7b 08:43:25 Step 7/24 : RUN go mod download 08:43:26 Removing intermediate container de739456a85f 08:43:26 ---> 2942b036f92c 08:43:26 Step 6/23 : COPY go.mod . 08:43:26 ---> Running in 76668d8d24a2 08:43:26 Removing intermediate container 10a9f4182d14 08:43:26 ---> 92bef9bf7c43 08:43:26 Step 6/31 : COPY go.mod . 08:43:26 ---> 20ee8af760ed 08:43:26 Step 7/22 : RUN go mod download 08:43:26 ---> Running in bbed32274f47 08:43:26 ---> cacdc05b2048 08:43:26 Step 7/23 : RUN go mod download 08:43:26 ---> Running in e51c2feebdeb 08:43:27 ---> 1e474a5a61cc 08:43:27 Step 7/23 : RUN go mod download 08:43:27 ---> e0284e5e6066 08:43:27 Step 7/31 : RUN go mod download 08:43:27 ---> Running in 5761d0ec26e7 08:43:27 ---> Running in a2c033e3a37e 08:43:31 Removing intermediate container 76668d8d24a2 08:43:31 ---> b8eb2e04a0be 08:43:31 Step 8/24 : COPY . . 08:43:31 Removing intermediate container e51c2feebdeb 08:43:31 ---> 87a4a4f94050 08:43:31 Step 8/23 : COPY . . 08:43:32 Removing intermediate container bbed32274f47 08:43:32 ---> b2af09840f64 08:43:32 Step 8/22 : COPY . . 08:43:32 Removing intermediate container 5761d0ec26e7 08:43:32 ---> 3dcf53b44aa9 08:43:32 Step 8/23 : COPY . . 08:43:32 Removing intermediate container a2c033e3a37e 08:43:32 ---> 6ca08a4bfefb 08:43:32 Step 8/31 : COPY . . 08:43:42 Running on prd-ubuntu18.04-docker-8c-8g-2325 in /w/workspace/edgexfoundry_edgex-go_PR-3406 [Pipeline] { [Pipeline] ws 08:43:42 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 08:43:44 using credential edgex-jenkins-ssh 08:43:44 Cloning the remote Git repository 08:43:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:43:44 > git init /w/workspace/edgex-go/2 # timeout=10 08:43:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:43:44 > git --version # timeout=10 08:43:44 > git --version # 'git version 2.17.1' 08:43:44 using GIT_SSH to set credentials SSH Credentials for GitHub 08:43:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:43:50 Merging remotes/origin/master commit 65a1ad8836fac6fe6d7e576d1f355fc517d369bc into PR head commit 354513ea476727261fb8f3ec0718bce51a661462 08:43:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:43:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:43:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:43:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:43:49 using GIT_SSH to set credentials SSH Credentials for GitHub 08:43:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3406/head:refs/remotes/origin/PR-3406 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:43:50 > git config core.sparsecheckout # timeout=10 08:43:50 > git checkout -f 354513ea476727261fb8f3ec0718bce51a661462 # timeout=10 08:43:50 > git remote # timeout=10 08:43:50 > git config --get remote.origin.url # timeout=10 08:43:50 using GIT_SSH to set credentials SSH Credentials for GitHub 08:43:50 > git merge 65a1ad8836fac6fe6d7e576d1f355fc517d369bc # timeout=10 08:43:50 Merge succeeded, producing 277b398429281d3dee4578e77113b3724e0fd52e 08:43:50 Checking out Revision 277b398429281d3dee4578e77113b3724e0fd52e (PR-3406) 08:43:50 > git rev-parse HEAD^{commit} # timeout=10 08:43:50 > git config core.sparsecheckout # timeout=10 08:43:50 > git checkout -f 277b398429281d3dee4578e77113b3724e0fd52e # timeout=10 08:43:54 Commit message: "Merge commit '65a1ad8836fac6fe6d7e576d1f355fc517d369bc' into HEAD" 08:43:54 > git rev-list --no-walk 354513ea476727261fb8f3ec0718bce51a661462 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:43:55 + echo snap-build.sh 08:43:55 snap-build.sh 08:43:55 + SNAP_BASE_DIR=. 08:43:55 + '[' '!' -z /w/workspace/edgex-go/2 ']' 08:43:55 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 08:43:55 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 08:43:55 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 08:43:55 + cd /w/workspace/edgex-go/2 08:43:55 + sudo apt-get remove -qy --purge lxd lxd-client 08:43:55 Reading package lists... 08:43:55 Building dependency tree... 08:43:55 Reading state information... 08:43:55 The following packages were automatically installed and are no longer required: 08:43:55 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 08:43:55 uidmap xdelta3 08:43:55 Use 'sudo apt autoremove' to remove them. 08:43:55 The following packages will be REMOVED: 08:43:55 lxd* lxd-client* 08:43:56 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 08:43:56 After this operation, 31.7 MB disk space will be freed. 08:43:57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 08:43:57 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 08:43:58 Removing lxd dnsmasq configuration 08:43:58 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 08:43:58 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 08:43:58 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 08:43:59 (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.) 08:43:59 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 08:43:59 ---> 35a415d0658b 08:43:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:43:59 ---> Running in 2e5da7d8d1ca 08:43:59 ---> bbdaa0c4a888 08:43:59 Step 9/23 : RUN make cmd/core-data/core-data 08:43:59 ---> 90471afec164 08:43:59 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:43:59 ---> 272ff120e06b 08:43:59 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:44:00 ---> Running in dbd76951cde6 08:44:00 ---> Running in 1af7d49c2f4f 08:44:00 ---> Running in 947eab4f396f 08:44:00 ---> a5303c35a333 08:44:00 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:44:00 ---> Running in 98e4271543b0 08:44:00 Processing triggers for systemd (237-3ubuntu10.42) ... 08:44:00 Processing triggers for ureadahead (0.100.0-21) ... 08:44:01 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 08:44:02 + sudo snap remove --purge lxd 08:44:02 snap "lxd" is not installed 08:44:02 + sudo groupadd --force --system lxd 08:44:02 ++ whoami 08:44:02 + sudo /usr/sbin/usermod -G lxd -a jenkins 08:44:02 + newgrp - lxd 08:44:02 + sudo snap install lxd 08:44:02 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 08:44:03 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 08:44:03 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 08:44:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:44:12 2021-04-29T08:44:09Z INFO Waiting for automatic snapd restart... 08:44:27 lxd 4.13 from Canonical* installed 08:44:27 + sudo lxd init --auto 08:44:37 + sudo snap install --classic snapcraft 08:44:41 snapcraft 4.6.3 from Canonical* installed 08:44:41 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 08:44:41 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 08:44:41 % Total % Received % Xferd Average Speed Time Time Time Current 08:44:41 Dload Upload Total Spent Left Speed 08:44:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 5139 0 --:--:-- --:--:-- --:--:-- 5097 08:44:41 100 3325k 100 3325k 0 0 9.9M 0 --:--:-- --:--:-- --:--:-- 9.9M 08:44:41 ./yq_linux_amd64 08:44:41 + sudo snapcraft prime --use-lxd 08:44:43 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 08:44:43 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: 08:44:43 - README.md 08:44:43 08:44:43 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:44:44 Launching a container. 08:44:56 Waiting for container to be ready 08:44:56 To start your first instance, try: lxc launch ubuntu:18.04 08:44:56 08:45:01 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 08:45:01 Waiting for network to be ready... 08:45:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:45:01 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:45:01 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 08:45:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 08:45:01 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 08:45:01 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:45:01 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 08:45:01 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 08:45:01 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 08:45:01 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:45:01 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:45:01 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:45:02 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:45:02 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:45:02 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:45:02 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:45:02 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:45:02 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:45:02 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:45:02 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 08:45:02 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 08:45:02 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 08:45:02 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:45:02 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 08:45:02 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 08:45:02 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 08:45:02 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:45:06 Fetched 24.4 MB in 5s (4918 kB/s) 08:45:07 Reading package lists... 08:45:07 Reading package lists... 08:45:07 Building dependency tree... 08:45:07 Reading state information... 08:45:08 The following additional packages will be installed: 08:45:08 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:45:08 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:45:08 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:45:08 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 08:45:08 Suggested packages: 08:45:08 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 08:45:08 Recommended packages: 08:45:08 gnupg libsasl2-modules 08:45:08 The following NEW packages will be installed: 08:45:08 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:45:08 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:45:08 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:45:08 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 08:45:08 The following packages will be upgraded: 08:45:08 gpg gpg-agent gpgconf libudev1 08:45:08 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 08:45:08 Need to get 3529 kB of archives. 08:45:08 After this operation, 13.3 MB of additional disk space will be used. 08:45:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 08:45:08 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 08:45:08 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] 08:45:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 08:45:08 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 08:45:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 08:45:08 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 08:45:08 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 08:45:08 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 08:45:08 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 08:45:08 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 08:45:08 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 08:45:08 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 08:45:08 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 08:45:08 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 08:45:08 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 08:45:09 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 08:45:09 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 08:45:09 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 08:45:09 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 08:45:09 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 08:45:09 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 08:45:09 debconf: delaying package configuration, since apt-utils is not installed 08:45:09 Fetched 3529 kB in 1s (3406 kB/s) 08:45:09 (Reading database ... 12511 files and directories currently installed.) 08:45:09 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 08:45:09 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:45:09 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 08:45:09 Selecting previously unselected package udev. 08:45:09 (Reading database ... 12511 files and directories currently installed.) 08:45:09 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 08:45:09 Unpacking udev (237-3ubuntu10.46) ... 08:45:09 Selecting previously unselected package libfuse2:amd64. 08:45:09 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 08:45:09 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:45:09 Selecting previously unselected package fuse. 08:45:09 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 08:45:09 Unpacking fuse (2.9.7-1ubuntu1) ... 08:45:09 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 08:45:09 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:45:10 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 08:45:10 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:45:10 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 08:45:10 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:45:10 Selecting previously unselected package libksba8:amd64. 08:45:10 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 08:45:10 Unpacking libksba8:amd64 (1.3.5-2) ... 08:45:10 Selecting previously unselected package libroken18-heimdal:amd64. 08:45:10 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:45:10 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:10 Selecting previously unselected package libasn1-8-heimdal:amd64. 08:45:10 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:45:10 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:10 Selecting previously unselected package libheimbase1-heimdal:amd64. 08:45:10 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:45:10 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:10 Selecting previously unselected package libhcrypto4-heimdal:amd64. 08:45:10 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:45:11 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:11 Selecting previously unselected package libwind0-heimdal:amd64. 08:45:11 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:45:11 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:11 Selecting previously unselected package libhx509-5-heimdal:amd64. 08:45:11 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:45:11 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:11 Selecting previously unselected package libkrb5-26-heimdal:amd64. 08:45:11 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:45:11 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:11 Selecting previously unselected package libheimntlm0-heimdal:amd64. 08:45:11 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:45:11 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:11 Selecting previously unselected package libgssapi3-heimdal:amd64. 08:45:11 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:45:11 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:11 Selecting previously unselected package libsasl2-modules-db:amd64. 08:45:11 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:45:11 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:45:11 Selecting previously unselected package libsasl2-2:amd64. 08:45:11 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:45:11 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:45:11 Selecting previously unselected package libldap-common. 08:45:11 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 08:45:11 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:45:11 Selecting previously unselected package libldap-2.4-2:amd64. 08:45:11 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 08:45:11 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:45:11 Selecting previously unselected package dirmngr. 08:45:11 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 08:45:11 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 08:45:12 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:45:12 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 08:45:12 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:45:12 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:45:12 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:45:12 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 08:45:12 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:12 Setting up libksba8:amd64 (1.3.5-2) ... 08:45:12 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:45:12 Setting up udev (237-3ubuntu10.46) ... 08:45:12 invoke-rc.d: policy-rc.d denied execution of start. 08:45:13 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:13 Processing triggers for systemd (237-3ubuntu10) ... 08:45:13 Setting up fuse (2.9.7-1ubuntu1) ... 08:45:13 Setting up gpg (2.2.4-1ubuntu1.4) ... 08:45:13 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:13 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:13 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:13 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:13 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:13 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:13 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:45:13 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:45:13 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 08:45:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:45:14 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 08:45:14 settings in the [Install] section, and DefaultInstance for template units). 08:45:14 This means they are not meant to be enabled using systemctl. 08:45:14 Possible reasons for having this kind of units are: 08:45:14 1) A unit may be statically enabled by being symlinked from another unit's 08:45:14 .wants/ or .requires/ directory. 08:45:14 2) A unit's purpose may be to act as a helper for some other unit which has 08:45:14 a requirement dependency on it. 08:45:14 3) A unit may be started when needed via activation (socket, path, timer, 08:45:14 D-Bus, udev, scripted systemctl call, ...). 08:45:14 4) In case of template units, the unit is meant to be enabled with some 08:45:14 instance name specified. 08:45:14 Reading package lists... 08:45:14 Building dependency tree... 08:45:14 Reading state information... 08:45:14 The following additional packages will be installed: 08:45:14 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 08:45:14 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 08:45:14 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 08:45:14 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 08:45:14 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 08:45:14 Suggested packages: 08:45:14 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 08:45:14 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 08:45:14 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 08:45:14 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 08:45:14 systemd-container policykit-1 08:45:14 Recommended packages: 08:45:14 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 08:45:14 The following NEW packages will be installed: 08:45:14 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 08:45:14 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 08:45:14 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 08:45:14 multiarch-support openssh-client python3 python3-minimal python3.6 08:45:14 python3.6-minimal snapd squashfs-tools sudo 08:45:14 The following packages will be upgraded: 08:45:14 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 08:45:14 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 08:45:14 Need to get 35.2 MB of archives. 08:45:14 After this operation, 141 MB of additional disk space will be used. 08:45:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 08:45:14 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 08:45:14 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 08:45:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 08:45:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 08:45:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 08:45:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 08:45:14 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 08:45:14 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 08:45:14 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 08:45:14 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 08:45:14 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 08:45:14 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 08:45:14 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 08:45:14 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 08:45:14 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 08:45:15 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 08:45:15 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 08:45:15 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 08:45:15 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 08:45:15 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 08:45:15 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 08:45:15 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 08:45:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 08:45:15 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 08:45:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 08:45:15 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 08:45:15 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 08:45:15 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 08:45:15 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 08:45:16 debconf: delaying package configuration, since apt-utils is not installed 08:45:16 Fetched 35.2 MB in 1s (26.7 MB/s) 08:45:16 (Reading database ... 12757 files and directories currently installed.) 08:45:16 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 08:45:16 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:45:17 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 08:45:17 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:45:17 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 08:45:17 (Reading database ... 12757 files and directories currently installed.) 08:45:17 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 08:45:17 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 08:45:17 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 08:45:17 (Reading database ... 12757 files and directories currently installed.) 08:45:17 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 08:45:17 Unpacking apt (1.6.13) over (1.6.1) ... 08:45:17 Setting up apt (1.6.13) ... 08:45:17 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 08:45:18 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 08:45:18 (Reading database ... 12764 files and directories currently installed.) 08:45:18 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:45:18 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:45:18 Selecting previously unselected package libpython3.6-minimal:amd64. 08:45:18 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:45:18 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:45:18 Selecting previously unselected package libexpat1:amd64. 08:45:18 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 08:45:18 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:45:18 Selecting previously unselected package python3.6-minimal. 08:45:18 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:45:18 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:45:19 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 08:45:19 Checking for services that may need to be restarted...done. 08:45:19 Checking for services that may need to be restarted...done. 08:45:19 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:45:19 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:45:19 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:45:20 Selecting previously unselected package python3-minimal. 08:45:20 (Reading database ... 13012 files and directories currently installed.) 08:45:20 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 08:45:20 Unpacking python3-minimal (3.6.7-1~18.04) ... 08:45:20 Selecting previously unselected package mime-support. 08:45:20 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 08:45:20 Unpacking mime-support (3.60ubuntu1) ... 08:45:20 Selecting previously unselected package libmpdec2:amd64. 08:45:20 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 08:45:20 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:45:20 Selecting previously unselected package libpython3.6-stdlib:amd64. 08:45:20 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:45:20 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:45:20 Selecting previously unselected package python3.6. 08:45:20 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:45:20 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:45:20 Selecting previously unselected package libpython3-stdlib:amd64. 08:45:20 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 08:45:20 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:45:20 Setting up python3-minimal (3.6.7-1~18.04) ... 08:45:21 Selecting previously unselected package python3. 08:45:21 (Reading database ... 13442 files and directories currently installed.) 08:45:21 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 08:45:21 Unpacking python3 (3.6.7-1~18.04) ... 08:45:21 Selecting previously unselected package multiarch-support. 08:45:21 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 08:45:21 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 08:45:21 Setting up multiarch-support (2.27-3ubuntu1.4) ... 08:45:21 Selecting previously unselected package liblzo2-2:amd64. 08:45:21 (Reading database ... 13479 files and directories currently installed.) 08:45:21 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 08:45:21 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 08:45:21 Selecting previously unselected package libbsd0:amd64. 08:45:21 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 08:45:21 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:45:21 Selecting previously unselected package sudo. 08:45:21 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 08:45:21 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 08:45:21 Selecting previously unselected package apparmor. 08:45:21 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 08:45:21 Unpacking apparmor (2.12-4ubuntu5.1) ... 08:45:21 Selecting previously unselected package libedit2:amd64. 08:45:21 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 08:45:21 Unpacking libedit2:amd64 (3.1-20170329-1) ... 08:45:22 Selecting previously unselected package libkrb5support0:amd64. 08:45:22 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 08:45:22 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:45:22 Selecting previously unselected package libk5crypto3:amd64. 08:45:22 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 08:45:22 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:45:22 Selecting previously unselected package libkeyutils1:amd64. 08:45:22 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 08:45:22 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:45:22 Selecting previously unselected package libkrb5-3:amd64. 08:45:22 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 08:45:22 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:45:22 Selecting previously unselected package libgssapi-krb5-2:amd64. 08:45:22 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 08:45:22 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:45:22 Selecting previously unselected package libssl1.0.0:amd64. 08:45:22 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 08:45:22 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:45:22 Selecting previously unselected package openssh-client. 08:45:22 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 08:45:22 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 08:45:23 Selecting previously unselected package squashfs-tools. 08:45:23 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 08:45:23 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:45:23 Selecting previously unselected package snapd. 08:45:23 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 08:45:23 Unpacking snapd (2.48.3+18.04) ... 08:45:25 Setting up libedit2:amd64 (3.1-20170329-1) ... 08:45:25 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:45:25 Setting up mime-support (3.60ubuntu1) ... 08:45:25 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 08:45:25 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:45:25 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:45:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:45:25 Setting up systemd (237-3ubuntu10.46) ... 08:45:25 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 08:45:27 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:45:27 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:45:27 Setting up liblzo2-2:amd64 (2.08-1.2) ... 08:45:27 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:45:27 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:45:27 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:45:28 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:45:28 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:45:28 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:45:28 Setting up python3 (3.6.7-1~18.04) ... 08:45:28 running python rtupdate hooks for python3.6... 08:45:28 running python post-rtupdate hooks for python3.6... 08:45:28 Setting up apparmor (2.12-4ubuntu5.1) ... 08:45:30 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 08:45:30 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:45:30 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 08:45:30 Setting up snapd (2.48.3+18.04) ... 08:45:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 08:45:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 08:45:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 08:45:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 08:45:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:45:31 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:45:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 08:45:32 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 08:45:32 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 08:45:32 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 08:45:33 /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' 08:45:33 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:45:33 Processing triggers for systemd (237-3ubuntu10.46) ... 08:45:34 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 08:45:34 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:45:34 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:45:35 Reading package lists... 08:45:36 Reading package lists... 08:45:36 Building dependency tree... 08:45:36 Reading state information... 08:45:36 Calculating upgrade... 08:45:36 The following packages will be upgraded: 08:45:36 advancecomp base-files bash binutils binutils-common 08:45:36 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 08:45:36 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 08:45:36 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 08:45:36 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 08:45:36 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 08:45:36 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 08:45:36 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 08:45:36 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 08:45:36 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 08:45:36 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 08:45:36 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 08:45:36 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 08:45:36 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 08:45:36 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 08:45:36 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 08:45:36 Need to get 64.0 MB of archives. 08:45:36 After this operation, 5034 kB of additional disk space will be used. 08:45:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 08:45:36 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 08:45:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 08:45:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 08:45:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 08:45:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 08:45:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 08:45:36 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 08:45:36 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 08:45:36 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 08:45:36 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 08:45:36 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 08:45:36 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 08:45:36 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 08:45:36 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 08:45:36 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 08:45:36 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 08:45:36 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 08:45:36 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 08:45:36 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 08:45:36 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:45:37 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 08:45:37 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 08:45:37 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 08:45:37 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 08:45:37 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 08:45:37 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 08:45:37 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 08:45:37 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 08:45:37 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 08:45:37 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 08:45:37 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 08:45:37 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 08:45:37 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 08:45:37 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 08:45:37 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 08:45:37 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 08:45:37 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 08:45:37 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 08:45:37 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 08:45:37 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 08:45:37 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 08:45:37 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 08:45:37 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 08:45:37 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 08:45:37 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 08:45:37 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 08:45:37 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 08:45:37 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] 08:45:37 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 08:45:37 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 08:45:37 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 08:45:37 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 08:45:37 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 08:45:37 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 08:45:37 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 08:45:37 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 08:45:37 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 08:45:37 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 08:45:37 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 08:45:37 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 08:45:37 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 08:45:37 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 08:45:37 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 08:45:37 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 08:45:37 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 08:45:37 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 08:45:37 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:45:37 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 08:45:37 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 08:45:37 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 08:45:37 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 08:45:37 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 08:45:37 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 08:45:37 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 08:45:37 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 08:45:37 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 08:45:37 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 08:45:37 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 08:45:37 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 08:45:37 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 08:45:38 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 08:45:38 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] 08:45:38 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 08:45:38 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 08:45:38 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] 08:45:38 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 08:45:38 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 08:45:38 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 08:45:38 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 08:45:38 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 08:45:38 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 08:45:38 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 08:45:38 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 08:45:38 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] 08:45:38 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 08:45:38 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 08:45:38 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 08:45:38 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 08:45:38 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 08:45:38 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 08:45:38 debconf: delaying package configuration, since apt-utils is not installed 08:45:38 Fetched 64.0 MB in 2s (36.0 MB/s) 08:45:38 (Reading database ... 13912 files and directories currently installed.) 08:45:38 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 08:45:38 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:45:39 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 08:45:39 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:45:39 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 08:45:39 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 08:45:40 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:40 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:40 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:40 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:40 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:40 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:40 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:40 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:40 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:40 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:40 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:40 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:41 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:41 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:41 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 08:45:41 (Reading database ... 13911 files and directories currently installed.) 08:45:41 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:41 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 08:45:41 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 08:45:41 (Reading database ... 13911 files and directories currently installed.) 08:45:41 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:41 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:41 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:41 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:42 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:45:42 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:45:42 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 08:45:42 (Reading database ... 13911 files and directories currently installed.) 08:45:42 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 08:45:42 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:45:43 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 08:45:43 (Reading database ... 13911 files and directories currently installed.) 08:45:43 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 08:45:43 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 08:45:43 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 08:45:43 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 08:45:43 Setting up base-files (10.1ubuntu2.10) ... 08:45:43 Installing new version of config file /etc/issue ... 08:45:43 Installing new version of config file /etc/issue.net ... 08:45:43 Installing new version of config file /etc/lsb-release ... 08:45:43 Installing new version of config file /etc/update-motd.d/50-motd-news ... 08:45:43 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 08:45:44 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 08:45:44 Removing obsolete conffile /etc/default/motd-news ... 08:45:44 (Reading database ... 13912 files and directories currently installed.) 08:45:44 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 08:45:44 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 08:45:44 Setting up bash (4.4.18-2ubuntu1.2) ... 08:45:44 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 08:45:44 (Reading database ... 13912 files and directories currently installed.) 08:45:44 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:44 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 08:45:44 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 08:45:44 (Reading database ... 13912 files and directories currently installed.) 08:45:44 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 08:45:44 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 08:45:44 Setting up tar (1.29b-2ubuntu0.2) ... 08:45:44 (Reading database ... 13912 files and directories currently installed.) 08:45:44 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 08:45:44 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:45:45 Setting up dpkg (1.19.0.5ubuntu2.3) ... 08:45:45 (Reading database ... 13912 files and directories currently installed.) 08:45:45 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 08:45:45 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:45:45 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 08:45:45 (Reading database ... 13912 files and directories currently installed.) 08:45:45 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 08:45:45 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:45:45 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 08:45:45 (Reading database ... 13912 files and directories currently installed.) 08:45:45 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 08:45:45 Unpacking grep (3.1-2build1) over (3.1-2) ... 08:45:46 Setting up grep (3.1-2build1) ... 08:45:46 (Reading database ... 13912 files and directories currently installed.) 08:45:46 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 08:45:46 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:45:46 Setting up login (1:4.5-1ubuntu2) ... 08:45:46 (Reading database ... 13912 files and directories currently installed.) 08:45:46 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 08:45:46 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:45:46 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 08:45:46 (Reading database ... 13912 files and directories currently installed.) 08:45:46 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 08:45:46 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:45:47 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 08:45:47 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:45:47 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 08:45:47 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:45:47 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:45:47 (Reading database ... 13912 files and directories currently installed.) 08:45:47 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:45:47 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:45:48 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:45:49 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:45:49 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:45:49 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:45:49 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 08:45:49 (Reading database ... 13912 files and directories currently installed.) 08:45:49 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 08:45:49 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 08:45:49 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 08:45:49 (Reading database ... 13912 files and directories currently installed.) 08:45:49 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:49 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:45:49 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:45:49 (Reading database ... 13912 files and directories currently installed.) 08:45:49 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:50 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:45:50 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:45:50 (Reading database ... 13912 files and directories currently installed.) 08:45:50 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:50 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:45:50 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:45:50 (Reading database ... 13912 files and directories currently installed.) 08:45:50 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:50 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:45:50 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:45:50 (Reading database ... 13912 files and directories currently installed.) 08:45:50 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 08:45:50 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:45:50 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 08:45:50 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:45:50 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 08:45:50 (Reading database ... 13912 files and directories currently installed.) 08:45:50 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 08:45:51 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:45:51 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 08:45:51 (Reading database ... 13912 files and directories currently installed.) 08:45:51 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:51 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:45:51 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:45:51 (Reading database ... 13912 files and directories currently installed.) 08:45:51 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:51 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:45:51 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 08:45:51 (Reading database ... 13912 files and directories currently installed.) 08:45:51 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:51 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:45:52 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 08:45:52 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 08:45:52 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 08:45:52 (Reading database ... 13912 files and directories currently installed.) 08:45:52 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 08:45:52 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:45:53 Setting up libc-bin (2.27-3ubuntu1.4) ... 08:45:53 (Reading database ... 13912 files and directories currently installed.) 08:45:53 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 08:45:53 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:45:53 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 08:45:53 (Reading database ... 13914 files and directories currently installed.) 08:45:53 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 08:45:53 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 08:45:53 Setting up debconf (1.5.66ubuntu1) ... 08:45:54 (Reading database ... 13914 files and directories currently installed.) 08:45:54 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 08:45:54 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:45:54 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 08:45:54 (Reading database ... 13914 files and directories currently installed.) 08:45:54 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 08:45:54 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:45:54 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 08:45:54 (Reading database ... 13914 files and directories currently installed.) 08:45:54 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:45:54 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:45:54 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:45:54 (Reading database ... 13914 files and directories currently installed.) 08:45:54 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:45:54 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08: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 08:45:55 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 08:45:55 (Reading database ... 13914 files and directories currently installed.) 08:45:55 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:45:55 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:45:55 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:45:55 (Reading database ... 13914 files and directories currently installed.) 08:45:55 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:45:55 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:45:55 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 08:45:55 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:45:55 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 08:45:55 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:45:56 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 08:45:56 (Reading database ... 13914 files and directories currently installed.) 08:45:56 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 08:45:56 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 08:45:56 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 08:45:56 (Reading database ... 13914 files and directories currently installed.) 08:45:56 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 08:45:56 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:45:56 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 08:45:56 (Reading database ... 13914 files and directories currently installed.) 08:45:56 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 08:45:56 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:45:56 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 08:45:57 (Reading database ... 13914 files and directories currently installed.) 08:45:57 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 08:45:57 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 08:45:57 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 08:45:57 (Reading database ... 13914 files and directories currently installed.) 08:45:57 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 08:45:57 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:45:57 Setting up passwd (1:4.5-1ubuntu2) ... 08:45:58 (Reading database ... 13914 files and directories currently installed.) 08:45:58 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 08:45:58 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:45:58 Setting up gpgv (2.2.4-1ubuntu1.4) ... 08:45:58 (Reading database ... 13914 files and directories currently installed.) 08:45:58 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 08:45:58 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:45:58 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 08:45:58 (Reading database ... 13914 files and directories currently installed.) 08:45:58 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 08:45:58 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:45:58 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 08:45:58 (Reading database ... 13914 files and directories currently installed.) 08:45:58 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 08:45:59 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 08:45:59 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 08:45:59 (Reading database ... 13914 files and directories currently installed.) 08:45:59 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 08:45:59 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 08:45:59 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 08:45:59 (Reading database ... 13914 files and directories currently installed.) 08:45:59 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 08:45:59 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 08:45:59 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 08:45:59 (Reading database ... 13914 files and directories currently installed.) 08:45:59 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 08:45:59 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 08:45:59 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 08:45:59 (Reading database ... 13914 files and directories currently installed.) 08:45:59 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 08:45:59 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 08:46:00 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 08:46:00 (Reading database ... 13914 files and directories currently installed.) 08:46:00 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 08:46:00 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 08:46:00 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 08:46:00 (Reading database ... 13915 files and directories currently installed.) 08:46:00 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:46:00 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:46:00 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:46:00 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:46:00 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:46:00 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:46:01 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 08:46:01 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 08:46:01 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 08:46:01 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 08:46:01 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 08:46:01 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 08:46:01 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 08:46:01 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 08:46:01 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 08:46:01 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 08:46:01 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 08:46:01 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 08:46:01 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 08:46:01 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 08:46:02 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 08:46:02 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 08:46:02 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 08:46:02 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 08:46:03 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 08:46:03 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 08:46:03 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 08:46:03 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 08:46:03 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:46:03 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:46:03 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:46:03 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:46:04 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:46:04 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:46:04 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:46:04 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:46:04 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:46:04 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:46:04 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:46:04 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:46:04 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:46:04 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:46:04 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:46:04 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:46:05 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:46:05 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:46:06 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:46:06 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:46:07 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:46:07 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:46:07 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:46:07 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:46:08 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:46:08 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:46:09 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:46:09 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:46:09 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 08:46:09 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:46:09 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 08:46:09 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:46:09 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:46:09 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 08:46:09 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:46:09 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:46:09 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:46:09 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:46:10 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 08:46:10 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 08:46:10 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:46:10 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 08:46:10 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:46:10 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:46:10 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:46:10 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 08:46:10 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 08:46:10 Setting up tzdata (2021a-0ubuntu0.18.04) ... 08:46:10 08:46:10 Current default time zone: 'Etc/UTC' 08:46:10 Local time is now: Thu Apr 29 08:46:10 UTC 2021. 08:46:10 Universal Time is now: Thu Apr 29 08:46:10 UTC 2021. 08:46:10 Run 'dpkg-reconfigure tzdata' if you wish to change it. 08:46:10 08:46:10 Setting up systemd-sysv (237-3ubuntu10.46) ... 08:46:10 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:46:10 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 08:46:10 Setting up mount (2.31.1-0.4ubuntu3.7) ... 08:46:10 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 08:46:10 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 08:46:11 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:46:11 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 08:46:11 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 08:46:11 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 08:46:11 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:46:11 Setting up procps (2:3.3.12-3ubuntu1.2) ... 08:46:11 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:46:11 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 08:46:11 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:46:11 Setting up patch (2.7.6-2ubuntu1.1) ... 08:46:11 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:46:11 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 08:46:11 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 08:46:11 Installing new version of config file /etc/ssl/openssl.cnf ... 08:46:11 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 08:46:11 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 08:46:11 Setting up ca-certificates (20210119~18.04.1) ... 08:46:13 Removing intermediate container 2e5da7d8d1ca 08:46:13 ---> 8b89e0df8c44 08:46:13 08:46:13 Step 10/24 : FROM alpine:3.12 08:46:13 3.12: Pulling from library/alpine 08:46:13 Updating certificates in /etc/ssl/certs... 08:46:14 23 added, 27 removed; done. 08:46:14 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 08:46:14 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:46:14 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 08:46:14 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 08:46:14 Setting up pkgbinarymangler (138.18.04.1) ... 08:46:14 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:46:14 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 08:46:14 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:46:14 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:46:14 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:46:14 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:46:14 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:46:14 Setting up perl (5.26.1-6ubuntu0.5) ... 08:46:14 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 08:46:14 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 08:46:14 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:46:14 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 08:46:14 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:46:14 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 08:46:14 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 08:46:14 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 08:46:14 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 08:46:14 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:46:14 Processing triggers for systemd (237-3ubuntu10.46) ... 08:46:14 Processing triggers for mime-support (3.60ubuntu1) ... 08:46:14 Processing triggers for ca-certificates (20210119~18.04.1) ... 08:46:14 Updating certificates in /etc/ssl/certs... 08:46:15 Removing intermediate container 1af7d49c2f4f 08:46:15 ---> 3fe0afeb446a 08:46:15 08:46:15 Step 10/31 : FROM alpine:3.12 08:46:15 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:46:15 Status: Downloaded newer image for alpine:3.12 08:46:15 ---> 9852663dfa18 08:46:15 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:46:15 3.12: Pulling from library/alpine 08:46:15 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:46:15 Status: Image is up to date for alpine:3.12 08:46:15 ---> 9852663dfa18 08:46:15 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:46:15 0 added, 0 removed; done. 08:46:15 Running hooks in /etc/ca-certificates/update.d... 08:46:15 done. 08:46:15 ---> Running in 70fde8fafc19 08:46:15 ---> Running in 1e51ffea18fe 08:46:16 Reading package lists... 08:46:16 Building dependency tree... 08:46:16 Reading state information... 08:46:16 Removing intermediate container 98e4271543b0 08:46:16 ---> 03d3b1d3e75a 08:46:16 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:46:16 The following NEW packages will be installed: 08:46:16 apt-transport-https 08:46:16 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 08:46:16 Need to get 1692 B of archives. 08:46:16 After this operation, 154 kB of additional disk space will be used. 08:46:16 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 08:46:16 debconf: delaying package configuration, since apt-utils is not installed 08:46:16 Fetched 1692 B in 0s (9473 B/s) 08:46:16 Selecting previously unselected package apt-transport-https. 08:46:16 (Reading database ... 13920 files and directories currently installed.) 08:46:16 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 08:46:16 Unpacking apt-transport-https (1.6.13) ... 08:46:17 Setting up apt-transport-https (1.6.13) ... 08:46:17 ---> Running in f1805561d2eb 08:46:17 Waiting for network to be ready... 08:46:17 Removing intermediate container 70fde8fafc19 08:46:17 ---> 615cf9991768 08:46:17 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:46:17 ---> Running in 3f7812880f90 08:46:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:46:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:46:19 (1/6) Installing ca-certificates (20191127-r4) 08:46:19 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:46:19 (3/6) Installing libcurl (7.76.1-r0) 08:46:19 (4/6) Installing curl (7.76.1-r0) 08:46:19 (5/6) Installing dumb-init (1.2.2-r1) 08:46:19 (6/6) Installing su-exec (0.2-r1) 08:46:19 Executing busybox-1.31.1-r20.trigger 08:46:19 Executing ca-certificates-20191127-r4.trigger 08:46:19 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 08:46:19 OK: 7 MiB in 20 packages 08:46:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:46:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:46:21 (1/2) Installing dumb-init (1.2.2-r1) 08:46:21 (2/2) Installing su-exec (0.2-r1) 08:46:21 Executing busybox-1.31.1-r20.trigger 08:46:21 OK: 5 MiB in 16 packages 08:46:23 Removing intermediate container 1e51ffea18fe 08:46:23 ---> a62d03960835 08:46:23 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:46:23 2021-04-29T08:46:20Z INFO Waiting for automatic snapd restart... 08:46:23 snapd 2.49.2 from Canonical* installed 08:46:24 ---> Running in 24b210fa79a6 08:46:24 Removing intermediate container 3f7812880f90 08:46:24 ---> 68c947a232d0 08:46:24 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:46:24 Removing intermediate container 24b210fa79a6 08:46:24 ---> b1304e92685b 08:46:24 Step 13/24 : WORKDIR / 08:46:24 "snapd" switched to the "latest/stable" channel 08:46:24 08:46:25 Removing intermediate container 947eab4f396f 08:46:25 ---> 60479bbe0696 08:46:25 08:46:25 Step 10/22 : FROM alpine:3.12 08:46:25 ---> 9852663dfa18 08:46:25 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:46:25 ---> Running in d7f9de23d673 08:46:25 ---> Running in 20275f93af2c 08:46:25 ---> Running in 10880a5439d6 08:46:25 Removing intermediate container f1805561d2eb 08:46:25 ---> 03b2928b1129 08:46:25 08:46:25 Step 11/23 : FROM docker:20.10.0 08:46:25 20.10.0: Pulling from library/docker 08:46:25 Removing intermediate container d7f9de23d673 08:46:25 ---> 1c298a08af3f 08:46:25 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:46:26 ---> Running in ccdf31f76a09 08:46:26 Removing intermediate container 10880a5439d6 08:46:26 ---> 9e908a1c6b42 08:46:26 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:46:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:46:27 Removing intermediate container ccdf31f76a09 08:46:27 ---> 540eec2fc6d9 08:46:27 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:46:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:46:28 ---> Running in 187d03bebd58 08:46:28 ---> 442cc7f9983d 08:46:28 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:46:28 (1/2) Installing ca-certificates (20191127-r4) 08:46:28 (2/2) Installing dumb-init (1.2.2-r1) 08:46:28 Executing busybox-1.31.1-r20.trigger 08:46:28 Executing ca-certificates-20191127-r4.trigger 08:46:28 OK: 6 MiB in 16 packages 08:46:29 core18 20210309 from Canonical* installed 08:46:29 "core18" switched to the "latest/stable" channel 08:46:29 08:46:32 ---> f58a6297506b 08:46:32 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:46:33 Removing intermediate container 20275f93af2c 08:46:33 ---> 66b525820531 08:46:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:46:33 ---> 5d4a837f73f2 08:46:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:46:34 ---> Running in a74b7080f939 08:46:34 Removing intermediate container 187d03bebd58 08:46:34 ---> 85781f22fa3a 08:46:34 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:46:34 snapcraft 4.6.3 from Canonical* installed 08:46:34 "snapcraft" switched to the "latest/stable" channel 08:46:34 08:46:34 ---> Running in 2e31d86fc679 08:46:35 Removing intermediate container a74b7080f939 08:46:35 ---> 10d04acde270 08:46:35 Step 13/22 : ENV APP_PORT=48060 08:46:36 ---> Running in 6bbcb7d4f9de 08:46:37 ---> 487ba7831d9c 08:46:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:46:37 Removing intermediate container 2e31d86fc679 08:46:37 ---> 4cb060f28d42 08:46:37 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:46:37 Removing intermediate container 6bbcb7d4f9de 08:46:37 ---> ed2e96af82d0 08:46:37 Step 14/22 : EXPOSE $APP_PORT 08:46:38 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: 08:46:38 - README.md 08:46:38 08:46:38 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:46:38 ---> Running in 24ff434eb86e 08:46:39 ---> c7ea818cbe6a 08:46:39 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:46:40 ---> Running in 1e057854248f 08:46:40 Removing intermediate container 24ff434eb86e 08:46:40 ---> 5ca6914b2da8 08:46:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:46:40 ---> 9b87db13a65f 08:46:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:46:41 Removing intermediate container dbd76951cde6 08:46:41 ---> 75ff13ff38a2 08:46:41 08:46:41 Step 10/23 : FROM alpine:3.12 08:46:41 ---> 9852663dfa18 08:46:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:46:41 ---> e43241c1dfbe 08:46:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:46:42 ---> Running in 5295d7996bda 08:46:42 ---> 4a0d5ec7cbd1 08:46:42 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 08:46:42 ---> Running in 299a7c6d7b07 08:46:42 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:46:42 Status: Downloaded newer image for docker:20.10.0 08:46:42 ---> eeaf43b92773 08:46:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:46:43 Removing intermediate container 5295d7996bda 08:46:43 ---> 09f89a03afd8 08:46:43 Step 12/23 : ENV APP_PORT=48080 08:46:43 ---> Running in 480147a4a36f 08:46:43 ---> Running in 2f1df908ba72 08:46:43 ---> 4a4498bb337c 08:46:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:46:44 Removing intermediate container 480147a4a36f 08:46:44 ---> 3f2f20d08e9f 08:46:44 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:46:44 ---> Running in 4a173331a261 08:46:44 Removing intermediate container 2f1df908ba72 08:46:44 ---> 42960b04876e 08:46:44 Step 13/23 : EXPOSE $APP_PORT 08:46:44 Removing intermediate container 1e057854248f 08:46:44 ---> c64aab1dd478 08:46:44 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:46:44 ---> Running in 352a60cf4088 08:46:44 ---> 00c2f5328bdb 08:46:44 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:46:45 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:46:45 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:46:45 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:46:45 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:46:45 ---> Running in 39efae76e8c6 08:46:45 Removing intermediate container 352a60cf4088 08:46:45 ---> 5f872b4553ea 08:46:45 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:46:45 ---> 9beeccfcdbd3 08:46:45 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:46:45 ---> Running in 467a9947ee3d 08:46:45 Removing intermediate container 299a7c6d7b07 08:46:45 ---> dcb36ce65c92 08:46:45 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:46:46 Removing intermediate container 39efae76e8c6 08:46:46 ---> 0e351ceac608 08:46:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:46:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:46:46 ---> Running in b953e56d29ee 08:46:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:46:46 ---> Running in 258d50912b9e 08:46:46 Reading package lists... 08:46:46 Removing intermediate container b953e56d29ee 08:46:46 ---> 4aa9851da67c 08:46:46 Step 22/24 : LABEL arch=arm64 08:46:47 (1/39) Installing readline (8.0.4-r0) 08:46:47 (2/39) Installing bash (5.0.17-r0) 08:46:47 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 08:46:47 ---> Running in 3b77ad376508 08:46:47 Removing intermediate container 258d50912b9e 08:46:47 ---> e2f21af84810 08:46:47 Step 20/22 : LABEL arch=arm64 08:46:47 Executing bash-5.0.17-r0.post-install 08:46:47 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:46:47 (4/39) Installing libcurl (7.76.1-r0) 08:46:47 ---> d1e3397a45b0 08:46:47 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:46:47 (5/39) Installing curl (7.76.1-r0) 08:46:47 (6/39) Installing dumb-init (1.2.2-r1) 08:46:47 (7/39) Installing libbz2 (1.0.8-r1) 08:46:47 (8/39) Installing expat (2.2.9-r1) 08:46:47 (9/39) Installing libffi (3.3-r2) 08:46:47 (10/39) Installing gdbm (1.13-r1) 08:46:47 (11/39) Installing xz-libs (5.2.5-r0) 08:46:47 (12/39) Installing sqlite-libs (3.32.1-r0) 08:46:47 (13/39) Installing python3 (3.8.8-r0) 08:46:47 ---> Running in d4ab4edae8be 08:46:48 Removing intermediate container 3b77ad376508 08:46:48 ---> 87775ed33859 08:46:48 Step 23/24 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 08:46:49 ---> Running in c67834c6286f 08:46:49 Removing intermediate container d4ab4edae8be 08:46:49 ---> 7183a3a80c1f 08:46:49 Step 21/22 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 08:46:49 Removing intermediate container 467a9947ee3d 08:46:49 ---> 3fd578122352 08:46:49 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:46:49 ---> 4d48ae29e8c5 08:46:49 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:46:49 ---> Running in befbdcc52381 08:46:49 (14/39) Installing py3-appdirs (1.4.4-r1) 08:46:49 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:46:49 (16/39) Installing py3-parsing (2.4.7-r0) 08:46:50 (17/39) Installing py3-six (1.15.0-r0) 08:46:50 (18/39) Installing py3-packaging (20.4-r0) 08:46:50 (19/39) Installing py3-setuptools (47.0.0-r0) 08:46:50 ---> Running in 23db7b70dd98 08:46:50 Removing intermediate container c67834c6286f 08:46:50 ---> 6b04fc6d1290 08:46:50 Step 24/24 : LABEL version=0.0.0 08:46:50 (20/39) Installing py3-chardet (3.0.4-r4) 08:46:50 (21/39) Installing py3-idna (2.9-r0) 08:46:50 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:46:50 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:46:50 (24/39) Installing py3-requests (2.23.0-r0) 08:46:50 (25/39) Installing py3-msgpack (1.0.0-r0) 08:46:50 (26/39) Installing py3-lockfile (0.12.2-r3) 08:46:50 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:46:50 (28/39) Installing py3-colorama (0.4.3-r0) 08:46:50 ---> Running in bec7b2671711 08:46:50 (29/39) Installing py3-distlib (0.3.0-r0) 08:46:50 (30/39) Installing py3-distro (1.5.0-r1) 08:46:50 (31/39) Installing py3-webencodings (0.5.1-r3) 08:46:50 (32/39) Installing py3-html5lib (1.0.1-r4) 08:46:50 (33/39) Installing py3-pytoml (0.1.21-r0) 08:46:50 (34/39) Installing py3-pep517 (0.8.2-r0) 08:46:50 (35/39) Installing py3-progress (1.5-r0) 08:46:50 (36/39) Installing py3-toml (0.10.1-r0) 08:46:50 Removing intermediate container befbdcc52381 08:46:50 (37/39) Installing py3-retrying (1.3.3-r0) 08:46:50 ---> b59e1896c3ed 08:46:50 Step 22/22 : LABEL version=0.0.0 08:46:50 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:46:50 (39/39) Installing py3-pip (20.1.1-r0) 08:46:50 Executing busybox-1.31.1-r19.trigger 08:46:50 OK: 72 MiB in 59 packages 08:46:50 ---> 8c5536de358a 08:46:50 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:46:51 ---> Running in 35c97a03a46c 08:46:51 Removing intermediate container bec7b2671711 08:46:51 ---> 83561bb4b1e3 08:46:51 08:46:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:46:52 Successfully built 83561bb4b1e3 08:46:52 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:46:52 Removing intermediate container 35c97a03a46c 08:46:52 ---> 5f68d6a50e8d 08:46:52 Building docker-support-scheduler-go 08:46:52 08:46:52  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:46:52 ---> 4817753ed01b 08:46:52 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:46:53 Successfully built 5f68d6a50e8d 08:46:53 Successfully tagged docker-support-notifications-go-arm64:latest 08:46:53  Building docker-support-notifications-go ... done Building docker-core-metadata-go 08:46:53 ---> Running in daeeee6e2962 08:46:53 (1/6) Installing dumb-init (1.2.2-r1) 08:46:53 (2/6) Installing libgcc (9.3.0-r2) 08:46:53 (3/6) Installing libsodium (1.0.18-r0) 08:46:53 (4/6) Installing libstdc++ (9.3.0-r2) 08:46:53 (5/6) Installing libzmq (4.3.3-r0) 08:46:53 (6/6) Installing zeromq (4.3.3-r0) 08:46:53 Removing intermediate container daeeee6e2962 08:46:53 ---> 9dde5e5a4c89 08:46:53 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:46:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:46:54 Reading package lists... 08:46:54 Building dependency tree... 08:46:54 Reading state information... 08:46:54 Suggested packages: 08:46:54 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:46:54 git-gui gitk gitweb git-cvs git-mediawiki git-svn 08:46:54 Recommended packages: 08:46:54 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 08:46:54 The following NEW packages will be installed: 08:46:54 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 08:46:54 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 08:46:54 pkg-config zip 08:46:54 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 08:46:54 Need to get 7663 kB of archives. 08:46:54 After this operation, 43.8 MB of additional disk space will be used. 08:46:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 08:46:54 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 08:46:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 08:46:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 08:46:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 08:46:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 08:46:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 08:46:54 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 08:46:54 Executing busybox-1.31.1-r20.trigger 08:46:54 OK: 8 MiB in 20 packages 08:46:54 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 08:46:54 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:46:54 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 08:46:54 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 08:46:54 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 08:46:54 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 08:46:54 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 08:46:54 debconf: delaying package configuration, since apt-utils is not installed 08:46:54 Fetched 7663 kB in 1s (9362 kB/s) 08:46:54 Selecting previously unselected package libglib2.0-0:amd64. 08:46:55 (Reading database ... 13924 files and directories currently installed.) 08:46:55 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 08:46:55 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:46:55 Selecting previously unselected package libpsl5:amd64. 08:46:55 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 08:46:55 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 08:46:55 ---> eab1c49d215b 08:46:55 Step 26/31 : RUN chmod +x /entrypoint.sh 08:46:55 Selecting previously unselected package libnghttp2-14:amd64. 08:46:55 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 08:46:55 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:46:55 Selecting previously unselected package librtmp1:amd64. 08:46:55 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 08:46:55 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:46:55 Selecting previously unselected package libcurl3-gnutls:amd64. 08:46:55 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 08:46:55 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:46:55 Selecting previously unselected package liberror-perl. 08:46:55 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 08:46:55 Unpacking liberror-perl (0.17025-1) ... 08:46:55 Selecting previously unselected package git-man. 08:46:55 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 08:46:55 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 08:46:55 Selecting previously unselected package git. 08:46:55 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 08:46:55 Unpacking git (1:2.17.1-1ubuntu0.8) ... 08:46:56 ---> Running in d3a2658a55ce 08:46:56 Collecting docker-compose==1.23.2 08:46:56 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:46:56 Selecting previously unselected package libnorm1:amd64. 08:46:56 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 08:46:57 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:46:57 Selecting previously unselected package libpgm-5.2-0:amd64. 08:46:57 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 08:46:57 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:46:57 Selecting previously unselected package libsodium23:amd64. 08:46:57 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 08:46:57 Unpacking libsodium23:amd64 (1.0.16-2) ... 08:46:57 Selecting previously unselected package libzmq5:amd64. 08:46:57 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 08:46:57 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:46:57 Selecting previously unselected package libzmq3-dev:amd64. 08:46:57 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 08:46:57 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:46:57 Removing intermediate container 23db7b70dd98 08:46:57 ---> bfe493005ee1 08:46:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:46:57 Selecting previously unselected package pkg-config. 08:46:57 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 08:46:57 Unpacking pkg-config (0.29.1-0ubuntu2) ... 08:46:57 Selecting previously unselected package zip. 08:46:57 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 08:46:57 Unpacking zip (3.0-11build1) ... 08:46:57 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:46:57 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 08:46:57 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:46:57 Setting up liberror-perl (0.17025-1) ... 08:46:57 Setting up libpsl5:amd64 (0.19.1-5build1) ... 08:46:57 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:46:57 No schema files found: doing nothing. 08:46:57 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:46:57 Setting up zip (3.0-11build1) ... 08:46:57 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:46:57 Setting up libsodium23:amd64 (1.0.16-2) ... 08:46:57 Setting up pkg-config (0.29.1-0ubuntu2) ... 08:46:58 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:46:58 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:46:58 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:46:58 Setting up git (1:2.17.1-1ubuntu0.8) ... 08:46:58 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:46:58 Collecting websocket-client<1.0,>=0.32.0 08:46:58 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:46:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:46:59 ---> 2f7c02eb3d3a 08:46:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:46:59 Collecting docopt<0.7,>=0.6.1 08:46:59 Downloading docopt-0.6.2.tar.gz (25 kB) 08:47:03 Removing intermediate container d3a2658a55ce 08:47:03 ---> 43e150e3dedd 08:47:03 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:47:03 ---> 3d1347a6702f 08:47:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:47:03 Collecting jsonschema<3,>=2.5.1 08:47:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:47:03 ---> Running in 8ee1213959c4 08:47:03 ---> be555c90a26e 08:47:03 Step 19/23 : ENTRYPOINT ["/core-data"] 08:47:04 ---> Running in 09ad6e272c8e 08:47:04 Removing intermediate container 8ee1213959c4 08:47:04 ---> a86f14208f8b 08:47:04 Step 28/31 : CMD ["gate"] 08:47:04 ---> Running in d7bbc0fa8bac 08:47:04 Removing intermediate container 09ad6e272c8e 08:47:04 ---> 6c9a112525cd 08:47:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:47:04 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:47:04 Collecting docker<4.0,>=3.6.0 08:47:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:47:04 ---> Running in e37cd434db21 08:47:04 git set to automatically installed. 08:47:04 git-man set to automatically installed. 08:47:04 libcurl3-gnutls set to automatically installed. 08:47:04 liberror-perl set to automatically installed. 08:47:04 libglib2.0-0 set to automatically installed. 08:47:04 libnghttp2-14 set to automatically installed. 08:47:04 libnorm1 set to automatically installed. 08:47:04 libpgm-5.2-0 set to automatically installed. 08:47:04 libpsl5 set to automatically installed. 08:47:04 librtmp1 set to automatically installed. 08:47:04 libsodium23 set to automatically installed. 08:47:04 libzmq3-dev set to automatically installed. 08:47:04 libzmq5 set to automatically installed. 08:47:04 pkg-config set to automatically installed. 08:47:04 zip set to automatically installed. 08:47:05 Removing intermediate container d7bbc0fa8bac 08:47:05 ---> 960604fde518 08:47:05 Step 29/31 : LABEL arch=arm64 08:47:05 Removing intermediate container e37cd434db21 08:47:05 ---> c26ba3026019 08:47:05 Step 21/23 : LABEL arch=arm64 08:47:05 Collecting texttable<0.10,>=0.9.0 08:47:05 Downloading texttable-0.9.1.tar.gz (11 kB) 08:47:05 ---> Running in 5f8c2fdffd77 08:47:05 ---> Running in 34e8de5d23b9 08:47:06 Removing intermediate container 5f8c2fdffd77 08:47:06 ---> 9888f0a8a332 08:47:06 Step 30/31 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 08:47:06 Removing intermediate container 34e8de5d23b9 08:47:06 ---> 180428860c20 08:47:06 Step 22/23 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 08:47:06 snapd is not logged in, snap install commands will use sudo 08:47:06 ---> Running in 6243f5654da1 08:47:07 ---> Running in fd357e9231cb 08:47:07 Removing intermediate container 6243f5654da1 08:47:07 ---> 29002efebb1f 08:47:07 Step 31/31 : LABEL version=0.0.0 08:47:08 Removing intermediate container fd357e9231cb 08:47:08 ---> 7f8eb6d9e876 08:47:08 Step 23/23 : LABEL version=0.0.0 08:47:08 ---> Running in d2f6556cd5ef 08:47:09 ---> Running in a9164ff866d7 08:47:09 Collecting PyYAML<4,>=3.10 08:47:09 Downloading PyYAML-3.13.tar.gz (270 kB) 08:47:09 Removing intermediate container d2f6556cd5ef 08:47:09 ---> 771181c197df 08:47:09 08:47:10 Removing intermediate container a9164ff866d7 08:47:10 ---> 63c550e5946a 08:47:10 08:47:10 Successfully built 771181c197df 08:47:10 Successfully tagged docker-security-bootstrapper-go-arm64:latest 08:47:10 Building docker-core-command-go 08:47:10  Building docker-security-bootstrapper-go ... done Successfully built 63c550e5946a 08:47:10 Successfully tagged docker-core-data-go-arm64:latest 08:47:10 Building docker-security-proxy-setup-go 08:47:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:47:14  Building docker-core-data-go ... done Collecting cached-property<2,>=1.2.0 08:47:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:47:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:47:15 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:47:16 Collecting dockerpty<0.5,>=0.4.1 08:47:16 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:47:19 Collecting docker-pycreds>=0.4.0 08:47:19 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:47:20 Collecting urllib3<1.25,>=1.21.1 08:47:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:47:20 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) 08:47:21 Collecting idna<2.8,>=2.5 08:47:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:47:21 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) 08:47:21 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:47:21 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:47:21 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:47:21 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:47:22 Installing collected packages: websocket-client, docopt, jsonschema, docker-pycreds, urllib3, idna, requests, docker, texttable, PyYAML, cached-property, dockerpty, docker-compose 08:47:23 Running setup.py install for docopt: started 08:47:25 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 08:47:25 snapd is not logged in, snap install commands will use sudo 08:47:25 Running setup.py install for docopt: finished with status 'done' 08:47:26 Attempting uninstall: urllib3 08:47:26 Found existing installation: urllib3 1.25.9 08:47:26 Uninstalling urllib3-1.25.9: 08:47:26 Successfully uninstalled urllib3-1.25.9 08:47:27 Attempting uninstall: idna 08:47:27 Found existing installation: idna 2.9 08:47:27 Uninstalling idna-2.9: 08:47:27 Successfully uninstalled idna-2.9 08:47:27 Attempting uninstall: requests 08:47:28 Found existing installation: requests 2.23.0 08:47:28 Uninstalling requests-2.23.0: 08:47:28 Successfully uninstalled requests-2.23.0 08:47:29 Running setup.py install for texttable: started 08:47:32 Running setup.py install for texttable: finished with status 'done' 08:47:32 Running setup.py install for PyYAML: started 08:47:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:47:32 snap "core18" has no updates available 08:47:32 Pulling go-build-helper 08:47:32 + snapcraftctl pull 08:47:33 'app-service-config' has dependencies that need to be staged: go-build-helper 08:47:33 Skipping pull go-build-helper (already ran) 08:47:33 Building go-build-helper 08:47:33 + snapcraftctl build 08:47:35 Running setup.py install for PyYAML: finished with status 'done' 08:47:35 Running setup.py install for dockerpty: started 08:47:36 Staging go-build-helper 08:47:36 + snapcraftctl stage 08:47:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:47:36 ---> 16bf5d0065a4 08:47:36 Step 3/23 : WORKDIR /edgex-go 08:47:36 ---> Using cache 08:47:36 ---> 07da3d9a9e5a 08:47:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:36 ---> Using cache 08:47:36 ---> 660f58a098a6 08:47:36 Step 5/23 : RUN apk add --update --no-cache make git 08:47:37 Running setup.py install for dockerpty: finished with status 'done' 08:47:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:47:39 ---> 16bf5d0065a4 08:47:39 Step 3/22 : WORKDIR /edgex-go 08:47:39 ---> Using cache 08:47:39 ---> 07da3d9a9e5a 08:47:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:39 ---> Using cache 08:47:39 ---> 660f58a098a6 08:47:39 Step 5/22 : RUN apk add --update --no-cache make git 08:47:40 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.58.0 08:47:44 ---> Running in ba7dfe715f1b 08:47:44 ---> Running in 2df1a782b2a4 08:47:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:48 OK: 217 MiB in 51 packages 08:47:48 OK: 217 MiB in 51 packages 08:47:48 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:47:48 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:47:48 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:47:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 08:47:48 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:47:48 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:47:48 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:47:48 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:47:48 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:47:48 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:47:48 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:47:48 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 08:47:48 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 08:47:48 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:47:48 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 08:47:48 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 08:47:48 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 08:47:48 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:47:48 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:47:48 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 08:47:48 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 08:47:48 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 08:47:48 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:47:48 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 08:47:48 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 08:47:48 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 08:47:48 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:47:48 Fetched 24.4 MB in 0s (0 B/s) 08:47:48 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:47:48 Fetched 224 kB in 0s (0 B/s) 08:47:48 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:47:48 Fetched 157 kB in 0s (0 B/s) 08:47:48 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:47:48 Fetched 221 kB in 0s (0 B/s) 08:47:48 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:47:48 Fetched 143 kB in 0s (0 B/s) 08:47:48 Pulling app-service-config 08:47:48 + snapcraftctl pull 08:47:48 Cloning into '/root/parts/app-service-config/src'... 08:47:49 Pulling config-common 08:47:49 + snapcraftctl pull 08:47:53 Removing intermediate container ba7dfe715f1b 08:47:53 ---> f4fa9554a115 08:47:53 Step 6/23 : COPY go.mod . 08:47:53 Removing intermediate container 2df1a782b2a4 08:47:53 ---> 105f8907e014 08:47:53 Step 6/22 : COPY go.mod . 08:47:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:47:54 ---> 16bf5d0065a4 08:47:54 Step 3/21 : WORKDIR /edgex-go 08:47:54 ---> Using cache 08:47:54 ---> 07da3d9a9e5a 08:47:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:54 ---> Using cache 08:47:54 ---> 660f58a098a6 08:47:54 Step 5/21 : RUN apk add --update --no-cache make git 08:47:54 ---> Using cache 08:47:54 ---> 105f8907e014 08:47:54 Step 6/21 : COPY go.mod . 08:47:54 ---> Using cache 08:47:54 ---> 35d924a29458 08:47:54 Step 7/21 : RUN go mod download 08:47:54 ---> 7cc884843039 08:47:54 Step 7/23 : RUN go mod download 08:47:54 ---> 35d924a29458 08:47:54 Step 7/22 : RUN go mod download 08:47:54 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:47:54 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:47:54 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:47:54 Fetched 0 B in 0s (0 B/s) 08:47:54 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:47:54 Fetched 0 B in 0s (0 B/s) 08:47:54 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:47:54 Fetched 0 B in 0s (0 B/s) 08:47:54 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:47:54 Fetched 0 B in 0s (0 B/s) 08:47:54 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:47:54 Fetched 0 B in 0s (0 B/s) 08:47:54 Pulling edgex-go 08:47:54 + snapcraftctl pull 08:47:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:47:55 ---> 16bf5d0065a4 08:47:55 Step 3/23 : WORKDIR /edgex-go 08:47:55 ---> Using cache 08:47:55 ---> 07da3d9a9e5a 08:47:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:55 ---> Using cache 08:47:55 ---> 660f58a098a6 08:47:55 Step 5/23 : RUN apk add --update --no-cache make git 08:47:55 ---> Using cache 08:47:55 ---> 105f8907e014 08:47:55 Step 6/23 : COPY go.mod . 08:47:55 ---> Using cache 08:47:55 ---> 35d924a29458 08:47:55 Step 7/23 : RUN go mod download 08:47:55 ---> Running in 0260f3cd4fa8 08:47:55 ---> Running in fb48d09d05dc 08:47:55 ---> Running in d140fc7bf7ad 08:47:55 ---> Running in d4a6fdc4f7e1 08:47:56 Removing intermediate container 4a173331a261 08:47:56 ---> cde08af2a9cb 08:47:56 Step 14/23 : ENV APP_PORT=48090 08:47:56 ---> Running in b58c203ed8e2 08:47:57 Removing intermediate container b58c203ed8e2 08:47:57 ---> d40d2a8cc3f8 08:47:57 Step 15/23 : EXPOSE $APP_PORT 08:47:57 ---> Running in bb9593902e85 08:47:58 Removing intermediate container bb9593902e85 08:47:58 ---> 73c11ec84691 08:47:58 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:48:00 Removing intermediate container 0260f3cd4fa8 08:48:00 ---> 2e7c736729ad 08:48:00 Step 8/21 : COPY . . 08:48:00 ---> 817200ca81d9 08:48:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:48:00 Removing intermediate container fb48d09d05dc 08:48:00 ---> 7125a50e73e4 08:48:00 Step 8/23 : COPY . . 08:48:00 Removing intermediate container d140fc7bf7ad 08:48:00 ---> 4f04c70ec637 08:48:00 Step 8/23 : COPY . . 08:48:00 Removing intermediate container d4a6fdc4f7e1 08:48:00 ---> 53aee33509e3 08:48:00 Step 8/22 : COPY . . 08:48:03 ---> dfaefdbf9196 08:48:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:48:09 ---> 2641d441b2ae 08:48:09 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 08:48:09 ---> Running in 8e3cf9d13c18 08:48:10 Removing intermediate container 8e3cf9d13c18 08:48:10 ---> 7b541de36c56 08:48:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:11 ---> Running in 00fe07dfcf52 08:48:13 Removing intermediate container 00fe07dfcf52 08:48:13 ---> dd000bfc3341 08:48:13 Step 21/23 : LABEL arch=arm64 08:48:14 ---> Running in da6571421beb 08:48:16 Removing intermediate container da6571421beb 08:48:16 ---> 0692f310a53f 08:48:16 Step 22/23 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 08:48:16 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:48:16 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:48:16 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:48:16 Fetched 0 B in 0s (0 B/s) 08:48:16 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 08:48:16 Fetched 96.5 kB in 0s (0 B/s) 08:48:16 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 08:48:16 Fetched 279 kB in 0s (0 B/s) 08:48:16 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 08:48:16 Fetched 122 kB in 0s (0 B/s) 08:48:16 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 08:48:16 Fetched 77.8 kB in 0s (0 B/s) 08:48:16 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 08:48:16 Fetched 8848 B in 0s (0 B/s) 08:48:16 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 08:48:16 Fetched 47.8 kB in 0s (0 B/s) 08:48:16 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 08:48:16 Fetched 45.6 kB in 0s (0 B/s) 08:48:16 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 08:48:16 Fetched 15.0 kB in 0s (0 B/s) 08:48:16 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 08:48:16 Fetched 219 kB in 0s (0 B/s) 08:48:16 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 08:48:16 Fetched 154 kB in 0s (0 B/s) 08:48:16 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 08:48:16 Fetched 50.6 kB in 0s (0 B/s) 08:48:16 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 08:48:16 Fetched 14.8 kB in 0s (0 B/s) 08:48:16 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 08:48:16 Fetched 41.8 kB in 0s (0 B/s) 08:48:16 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 08:48:16 Fetched 499 kB in 0s (0 B/s) 08:48:16 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 08:48:16 Fetched 111 kB in 0s (0 B/s) 08:48:16 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 08:48:16 Fetched 240 kB in 0s (0 B/s) 08:48:16 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 08:48:16 Fetched 29.3 kB in 0s (0 B/s) 08:48:16 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 08:48:16 Fetched 85.5 kB in 0s (0 B/s) 08:48:16 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 08:48:16 Fetched 24.5 kB in 0s (0 B/s) 08:48:16 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 08:48:16 Fetched 49.2 kB in 0s (0 B/s) 08:48:16 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 08:48:16 Fetched 54.2 kB in 0s (0 B/s) 08:48:16 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 08:48:16 Fetched 30.8 kB in 0s (0 B/s) 08:48:16 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 08:48:16 Fetched 15.8 kB in 0s (0 B/s) 08:48:16 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 08:48:16 Fetched 85.9 kB in 0s (0 B/s) 08:48:16 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 08:48:16 Fetched 8720 B in 0s (0 B/s) 08:48:16 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 08:48:16 Fetched 137 kB in 0s (0 B/s) 08:48:16 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 08:48:16 Fetched 119 kB in 0s (0 B/s) 08:48:16 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 08:48:16 Fetched 110 kB in 0s (0 B/s) 08:48:16 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 08:48:16 Fetched 11.1 kB in 0s (0 B/s) 08:48:16 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 08:48:16 Fetched 645 kB in 0s (0 B/s) 08:48:16 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 08:48:16 Fetched 41.3 kB in 0s (0 B/s) 08:48:16 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 08:48:16 Fetched 17.9 kB in 0s (0 B/s) 08:48:16 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 08:48:16 Fetched 368 kB in 0s (0 B/s) 08:48:16 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 08:48:16 Fetched 187 kB in 0s (0 B/s) 08:48:16 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 08:48:16 Fetched 175 kB in 0s (0 B/s) 08:48:16 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 08:48:16 Fetched 206 kB in 0s (0 B/s) 08:48:16 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 08:48:16 Fetched 1301 kB in 0s (0 B/s) 08:48:16 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 08:48:16 Fetched 36.2 kB in 0s (0 B/s) 08:48:16 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 08:48:16 Fetched 159 kB in 0s (0 B/s) 08:48:16 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 08:48:16 Fetched 107 kB in 0s (0 B/s) 08:48:16 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 08:48:16 Fetched 48.7 kB in 0s (0 B/s) 08:48:16 Pulling static-packages 08:48:16 + snapcraftctl pull 08:48:16 Pulling version 08:48:16 + cd /root/project 08:48:16 + [ -f VERSION ] 08:48:16 + PROJECT_VERSION=local-dev 08:48:16 + git rev-parse --short HEAD 08:48:16 + GIT_REVISION=277b3984 08:48:16 + snapcraftctl set-version local-dev 08:48:17 ---> Running in ee55b0e17351 08:48:17 Skipping build go-build-helper (already ran) 08:48:17 Building app-service-config 08:48:17 + make build 08:48:17 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 08:48:18 Removing intermediate container ee55b0e17351 08:48:18 ---> c292f7b27bde 08:48:18 Step 23/23 : LABEL version=0.0.0 08:48:19 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 08:48:19 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 08:48:19 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 08:48:19 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 08:48:19 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 08:48:19 go: downloading github.com/gorilla/mux v1.8.0 08:48:19 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:48:19 go: downloading github.com/pelletier/go-toml v1.9.0 08:48:20 go: downloading github.com/go-playground/validator/v10 v10.5.0 08:48:20 go: downloading github.com/hashicorp/consul/api v1.8.1 08:48:20 go: downloading github.com/leodido/go-urn v1.2.0 08:48:20 go: downloading github.com/go-playground/universal-translator v0.17.0 08:48:20 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 08:48:20 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:48:20 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 08:48:20 go: downloading github.com/hashicorp/go-hclog v0.12.0 08:48:20 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 08:48:20 go: downloading github.com/google/uuid v1.2.0 08:48:20 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 08:48:20 go: downloading github.com/fatih/color v1.9.0 08:48:20 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 08:48:20 ---> Running in 7f3f1cdb2431 08:48:20 go: downloading github.com/mattn/go-isatty v0.0.12 08:48:20 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 08:48:20 go: downloading golang.org/x/text v0.3.2 08:48:20 go: downloading github.com/hashicorp/serf v0.9.5 08:48:20 go: downloading github.com/x448/float16 v0.8.4 08:48:20 go: downloading github.com/go-kit/kit v0.8.0 08:48:20 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 08:48:20 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:48:20 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 08:48:20 go: downloading github.com/gorilla/websocket v1.4.2 08:48:20 go: downloading github.com/mattn/go-colorable v0.1.6 08:48:20 go: downloading github.com/mitchellh/copystructure v1.0.0 08:48:20 go: downloading github.com/pebbe/zmq4 v1.2.7 08:48:20 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 08:48:20 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 08:48:20 go: downloading github.com/go-redis/redis/v7 v7.2.0 08:48:20 go: downloading github.com/go-playground/locales v0.13.0 08:48:20 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:48:20 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:48:20 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:48:21 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:48:21 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:48:21 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:48:21 go: downloading github.com/hashicorp/golang-lru v0.5.0 08:48:21 Removing intermediate container 7f3f1cdb2431 08:48:21 ---> 7108797e053c 08:48:21 08:48:22 Successfully built 7108797e053c 08:48:22 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:48:22  Building docker-sys-mgmt-agent-go ... done  ---> 05d6f2f071fc 08:48:22 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:48:23 ---> Running in f086e32da604 08:48:23 ---> 2bad41d584bd 08:48:23 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:48:23 ---> 71f83cc0ff1c 08:48:23 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:48:23 ---> 41a0c151283e 08:48:23 Step 9/23 : RUN make cmd/core-command/core-command 08:48:23 ---> Running in e49b81631a27 08:48:23 ---> Running in c9b6ebc59682 08:48:23 ---> Running in daceccac9518 08:48:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:48:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:48:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:48: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 08:48:33 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 08:48:33 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 08:48:33 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 08:48:33 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 08:48:33 Building config-common 08:48:33 + snapcraftctl build 08:48:36 Building edgex-go 08:48:36 + cd /root/parts/edgex-go/src 08:48:36 + make build 08:48:36 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 08:48:37 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 08:48:37 go: downloading github.com/OneOfOne/xxhash v1.2.8 08:48:37 go: downloading github.com/imdario/mergo v0.3.12 08:48:37 go: downloading github.com/pkg/errors v0.8.1 08:48:41 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 08:48:41 go: downloading gopkg.in/yaml.v2 v2.4.0 08:48:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:48:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:48:50 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 08:48:51 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 08:48:51 go: downloading github.com/stretchr/testify v1.7.0 08:48:51 go: downloading github.com/davecgh/go-spew v1.1.1 08:48:51 go: downloading github.com/pmezard/go-difflib v1.0.0 08:48:51 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 08:48:53 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 08:48:53 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 08:48:53 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 08:48:55 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 08:48:56 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 08:48:58 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 08:48:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:48:59 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 08:49:00 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 08:49:00 go: downloading github.com/lib/pq v1.10.1 08:49:03 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 08:49:03 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 08:49:03 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 08:49:03 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 08:49:03 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 08:49:03 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 08:49:03 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 08:49:03 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 08:49:03 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 08:49:03 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 08:49:03 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 08:49:03 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 08:49:03 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 08:49:03 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 08:49:03 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 08:49:03 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 08:49:03 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 08:49:03 + 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 08:49:03 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 08:49:03 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 08:49:03 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 08:49:03 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 08:49:03 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 08:49:03 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 08:49:03 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 08:49:03 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 08:49:06 Building static-packages 08:49:06 + snapcraftctl build 08:49:09 Building version 08:49:09 + snapcraftctl build 08:49:11 Skipping stage go-build-helper (already ran) 08:49:11 Staging app-service-config 08:49:11 + snapcraftctl stage 08:49:12 Staging config-common 08:49:12 + snapcraftctl stage 08:49:13 Staging edgex-go 08:49:13 + snapcraftctl stage 08:49:15 Staging static-packages 08:49:15 + snapcraftctl stage 08:49:16 Staging version 08:49:16 + snapcraftctl stage 08:49:17 Priming go-build-helper 08:49:17 + snapcraftctl prime 08:49:18 Priming app-service-config 08:49:18 + snapcraftctl prime 08:49:19 Priming config-common 08:49:19 + snapcraftctl prime 08:49:21 Priming edgex-go 08:49:21 + snapcraftctl prime 08:49:22 Priming static-packages 08:49:22 + snapcraftctl prime 08:49:25 Priming version 08:49:25 + snapcraftctl prime 08:49:26 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] } 08:50:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:50:07 Removing intermediate container f086e32da604 08:50:07 ---> 9544c2d14270 08:50:07 08:50:07 Step 10/21 : FROM alpine:3.12 08:50:07 ---> 9852663dfa18 08:50:07 Step 11/21 : RUN apk add --update --no-cache curl 08:50:07 ---> Running in 9f140fae8ff5 08:50:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:09 (1/4) Installing ca-certificates (20191127-r4) 08:50:10 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:50:10 (3/4) Installing libcurl (7.76.1-r0) 08:50:10 (4/4) Installing curl (7.76.1-r0) 08:50:10 Executing busybox-1.31.1-r20.trigger 08:50:10 Executing ca-certificates-20191127-r4.trigger 08:50:10 OK: 7 MiB in 18 packages 08:50:13 Removing intermediate container 9f140fae8ff5 08:50:13 ---> 638b2cf49c84 08:50:13 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:50:13 ---> Running in 594d0ed01763 08:50:14 Removing intermediate container 594d0ed01763 08:50:14 ---> 18e3899ae3ac 08:50:14 Step 13/21 : WORKDIR /edgex 08:50:14 ---> Running in ef0b6feee242 08:50:15 Removing intermediate container ef0b6feee242 08:50:15 ---> 79cc4a5f4e3c 08:50:15 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:50:17 ---> 6aa2488a548f 08:50:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:50:18 Removing intermediate container e49b81631a27 08:50:18 ---> 6113ad950e8a 08:50:18 08:50:18 Step 10/23 : FROM alpine:3.12 08:50:18 ---> 9852663dfa18 08:50:18 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:50:18 ---> Running in 2b7f39623298 08:50:19 ---> ec9dd1532e6d 08:50:19 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:50:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:19 Removing intermediate container c9b6ebc59682 08:50:19 ---> ba78116a7dae 08:50:19 08:50:19 Step 10/22 : FROM alpine:3.12 08:50:19 ---> 9852663dfa18 08:50:19 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:50:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:20 ---> Running in 8ebbe23b6f47 08:50:21 (1/1) Installing dumb-init (1.2.2-r1) 08:50:21 Executing busybox-1.31.1-r20.trigger 08:50:21 ---> c1a7d97ba3ed 08:50:21 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:50:21 OK: 5 MiB in 15 packages 08:50:21 ---> Running in a23e443f4c79 08:50:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:22 Removing intermediate container a23e443f4c79 08:50:22 ---> d4560ba902db 08:50:22 Step 18/21 : CMD ["--init=true"] 08:50:22 ---> Running in 7cdb098a4ca6 08:50:22 Removing intermediate container 2b7f39623298 08:50:22 ---> 3a994c895c24 08:50:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:50:22 (1/1) Installing dumb-init (1.2.2-r1) 08:50:22 Executing busybox-1.31.1-r20.trigger 08:50:22 OK: 5 MiB in 15 packages 08:50:22 ---> Running in 4b1e1d198544 08:50:23 Removing intermediate container 7cdb098a4ca6 08:50:23 ---> 8aa6bca64d8a 08:50:23 Step 19/21 : LABEL arch=arm64 08:50:23 ---> Running in d3623b872e44 08:50:23 Removing intermediate container 4b1e1d198544 08:50:23 ---> b67f69826941 08:50:23 Step 13/23 : ENV APP_PORT=48082 08:50:23 ---> Running in f51f3b95ae5f 08:50:24 Removing intermediate container d3623b872e44 08:50:24 ---> 8534b00b9928 08:50:24 Step 20/21 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 08:50:24 Removing intermediate container 8ebbe23b6f47 08:50:24 ---> 6751b47d6936 08:50:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:50:24 ---> Running in 7a6eb4056d51 08:50:24 Removing intermediate container f51f3b95ae5f 08:50:24 ---> 247c34c1baf2 08:50:24 Step 14/23 : EXPOSE $APP_PORT 08:50:24 ---> Running in 96f1b3924be5 08:50:24 ---> Running in ad579f280ba3 08:50:25 Removing intermediate container 7a6eb4056d51 08:50:25 ---> 39eb9d44e881 08:50:25 Step 21/21 : LABEL version=0.0.0 08:50:25 Removing intermediate container 96f1b3924be5 08:50:25 ---> bfbdd45b262a 08:50:25 Step 13/22 : ENV APP_PORT=48085 08:50:25 Removing intermediate container daceccac9518 08:50:25 ---> f529cf47b1bc 08:50:25 08:50:25 Step 10/23 : FROM alpine:3.12 08:50:25 ---> 9852663dfa18 08:50:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:50:25 ---> Using cache 08:50:25 ---> 6751b47d6936 08:50:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:50:25 ---> Running in 96034c25767b 08:50:25 ---> Using cache 08:50:25 ---> bfbdd45b262a 08:50:25 Step 13/23 : ENV APP_PORT=48081 08:50:25 ---> Running in dd41941840e9 08:50:25 Removing intermediate container ad579f280ba3 08:50:25 ---> b822cee4e83d 08:50:25 Step 15/23 : WORKDIR / 08:50:25 ---> Running in f0bd93bd7938 08:50:26 ---> Running in f0f4b17591b0 08:50:26 Removing intermediate container 96034c25767b 08:50:26 ---> b6b373df7a19 08:50:26 08:50:26 Removing intermediate container dd41941840e9 08:50:26 ---> 0ea396d402be 08:50:26 Step 14/22 : EXPOSE $APP_PORT 08:50:26 Removing intermediate container f0bd93bd7938 08:50:26 ---> 871f2baeea97 08:50:26 Step 14/23 : EXPOSE $APP_PORT 08:50:26 Successfully built b6b373df7a19 08:50:26 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:50:26  Building docker-security-proxy-setup-go ... done  ---> Running in 66773f51f0e2 08:50:26 Removing intermediate container f0f4b17591b0 08:50:26 ---> 745fc9a77dc0 08:50:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:50:26 ---> Running in 98aed952cd56 08:50:27 Removing intermediate container 66773f51f0e2 08:50:27 ---> 8d952b0d6cb2 08:50:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:50:27 Removing intermediate container 98aed952cd56 08:50:27 ---> 09ef5c274da2 08:50:27 Step 15/23 : WORKDIR / 08:50:27 ---> Running in 0c4d16d95fd1 08:50:27 ---> c4e936665be1 08:50:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:50:28 ---> 1c95c0c4176d 08:50:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:50:28 Removing intermediate container 0c4d16d95fd1 08:50:28 ---> 3d7872cf9d77 08:50:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:50:29 ---> f4c61ff9ac35 08:50:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:50:29 ---> 0a0febec80ef 08:50:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:50:29 ---> 9c44cc0351df 08:50:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:50:30 ---> 62866b459ee2 08:50:30 Step 19/23 : ENTRYPOINT ["/core-command"] 08:50:30 ---> Running in f4dd1c49ea17 08:50:30 ---> 5a93c6cd6992 08:50:30 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:50:30 ---> 1bfdd227c48f 08:50:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:50:30 ---> Running in 4c5e0f609a4a 08:50:30 Removing intermediate container f4dd1c49ea17 08:50:30 ---> 442c8d1b97b5 08:50:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:50:31 ---> Running in b804fd0cf8e7 08:50:31 Removing intermediate container 4c5e0f609a4a 08:50:31 ---> 77ed7dd71017 08:50:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:50:31 ---> 3dd7ba70d211 08:50:31 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:50:31 ---> Running in 57e6deb9a03c 08:50:31 ---> Running in 8c5be35b3e35 08:50:31 Removing intermediate container b804fd0cf8e7 08:50:31 ---> bb03fe08d3f7 08:50:31 Step 21/23 : LABEL arch=arm64 08:50:31 ---> Running in c7429745c06e 08:50:31 Removing intermediate container 57e6deb9a03c 08:50:31 ---> 9f6fa009a37e 08:50:31 Step 20/22 : LABEL arch=arm64 08:50:32 ---> Running in 9aa742bc9007 08:50:32 Removing intermediate container 8c5be35b3e35 08:50:32 ---> 10a5dac021c3 08:50:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:50:32 Removing intermediate container c7429745c06e 08:50:32 ---> 9b1c1d4d3958 08:50:32 Step 22/23 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 08:50:32 ---> Running in 6bdfec68606e 08:50:32 ---> Running in b640905382f2 08:50:32 Removing intermediate container 9aa742bc9007 08:50:32 ---> 259aad7d8332 08:50:32 Step 21/22 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 08:50:32 ---> Running in 53b604cf3d44 08:50:32 Removing intermediate container 6bdfec68606e 08:50:32 ---> 02b6b2d03fff 08:50:33 Step 21/23 : LABEL arch=arm64 08:50:33 Removing intermediate container b640905382f2 08:50:33 ---> ccb75d301089 08:50:33 Step 23/23 : LABEL version=0.0.0 08:50:33 ---> Running in 1e8fa34a1bda 08:50:33 ---> Running in 90130073d691 08:50:33 Removing intermediate container 53b604cf3d44 08:50:33 ---> d63664ceedca 08:50:33 Step 22/22 : LABEL version=0.0.0 08:50:33 ---> Running in 2db49a4d49b2 08:50:33 Removing intermediate container 1e8fa34a1bda 08:50:33 ---> b5c5a3a3733e 08:50:33 Step 22/23 : LABEL git_sha=79d20967a9d109c3fbee4102c6caac819f357bd5 08:50:33 Removing intermediate container 90130073d691 08:50:33 ---> 2dcf85f77829 08:50:33 08:50:33 ---> Running in b96104810b98 08:50:33 Removing intermediate container 2db49a4d49b2 08:50:33 ---> faa058370631 08:50:33 08:50:34 Successfully built 2dcf85f77829 08:50:34 Successfully tagged docker-core-command-go-arm64:latest 08:50:34  Building docker-core-command-go ... done Removing intermediate container b96104810b98 08:50:34 ---> 4e2dc51c92b3 08:50:34 Step 23/23 : LABEL version=0.0.0 08:50:34 Successfully built faa058370631 08:50:34 Successfully tagged docker-support-scheduler-go-arm64:latest 08:50:34  Building docker-support-scheduler-go ... done  ---> Running in f3f15102b40d 08:50:35 Removing intermediate container f3f15102b40d 08:50:35 ---> eaecf62d34d3 08:50:35 08:50:35 Successfully built eaecf62d34d3 08:50:35 Successfully tagged docker-core-metadata-go-arm64:latest 08:50:35  Building docker-core-metadata-go ... done  [Pipeline] } 08:50:35 $ docker stop --time=1 639d1fdb02bdc9cd4654fd9463fc48d93bd09ba65d054e57b4bd1264fd986311 08:50:37 $ docker rm -f 639d1fdb02bdc9cd4654fd9463fc48d93bd09ba65d054e57b4bd1264fd986311 [Pipeline] // withDockerContainer [Pipeline] sh 08:50:38 + grep docker 08:50:38 + docker images 08:50:38 docker-core-metadata-go-arm64 latest eaecf62d34d3 4 seconds ago 18.1MB 08:50:38 docker-core-command-go-arm64 latest 2dcf85f77829 5 seconds ago 16.5MB 08:50:38 docker-support-scheduler-go-arm64 latest faa058370631 5 seconds ago 16.6MB 08:50:38 docker-security-proxy-setup-go-arm64 latest b6b373df7a19 13 seconds ago 24.6MB 08:50:38 docker-sys-mgmt-agent-go-arm64 latest 7108797e053c 2 minutes ago 299MB 08:50:38 docker-core-data-go-arm64 latest 63c550e5946a 3 minutes ago 21.6MB 08:50:38 docker-security-bootstrapper-go-arm64 latest 771181c197df 3 minutes ago 18.1MB 08:50:38 docker-security-secretstore-setup-go-arm64 latest 83561bb4b1e3 3 minutes ago 24.9MB 08:50:38 docker-support-notifications-go-arm64 latest 5f68d6a50e8d 3 minutes ago 17.1MB 08:50:38 docker 20.10.0 eeaf43b92773 4 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 08:50:39 ---> job-cost.sh 08:50:39 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-m3di 08:51:26 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:53:02 lf-activate-venv(): INFO: Adding /tmp/venv-m3di/bin to PATH 08:53:02 INFO: No Stack... 08:53:02 INFO: Retrieving Pricing Info for: lf-standard-4 08:53:02 INFO: Archiving Costs [Pipeline] sh 08:53:03 + cat /w/workspace/edgex-go/2/archives/cost.csv 08:53:03 + cut -d, -f6 [Pipeline] lock 08:53:03 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3406-2-stack-cost] 08:53:03 Resource [jenkins-edgexfoundry-edgex-go-PR-3406-2-stack-cost] did not exist. Created. 08:53:03 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3406-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:53:03 + echo total: 0.20999999344348907 [Pipeline] stash 08:53:04 Stashed 1 file(s) [Pipeline] } 08:53:04 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3406-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 08:53:05 provisioning config files... 08:53:05 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config407933678597564261tmp [Pipeline] { [Pipeline] sh 08:53:05 + set +x 08:53:05 + curl -s https://codecov.io/bash 08:53:05 + bash -s -- 08:53:06 08:53:06 _____ _ 08:53:06 / ____| | | 08:53:06 | | ___ __| | ___ ___ _____ __ 08:53:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:53:06 | |___| (_) | (_| | __/ (_| (_) \ V / 08:53:06 \_____\___/ \__,_|\___|\___\___/ \_/ 08:53:06 Bash-1.0.2 08:53:06 08:53:06 08:53:06 ==> git version 2.24.3 found 08:53:06 ==> 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 08:53:06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:53:06 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:53:06 ==> Jenkins CI detected. 08:53:06 project root: . 08:53:06 --> token set from env 08:53:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:53:06 ==> Running gcov in . (disable via -X gcov) 08:53:06 ==> Python coveragepy not found 08:53:06 ==> Searching for coverage reports in: 08:53:06 + . 08:53:06 -> Found 1 reports 08:53:06 ==> Detecting git/mercurial file structure 08:53:06 ==> Reading reports 08:53:06 + ./coverage.out bytes=691485 08:53:06 ==> Appending adjustments 08:53:06 https://docs.codecov.io/docs/fixing-reports 08:53:10 + Found adjustments 08:53:10 ==> Gzipping contents 08:53:10 100K /tmp/codecov.0c5UtY.gz 08:53:10 ==> Uploading reports 08:53:10 url: https://codecov.io 08:53:10 query: branch=PR-3406&commit=79d20967a9d109c3fbee4102c6caac819f357bd5&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3406%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3406&job=&cmd_args= 08:53:10 -> Pinging Codecov 08:53:10 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3406&commit=79d20967a9d109c3fbee4102c6caac819f357bd5&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3406%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3406&job=&cmd_args= 08:53:11 -> Uploading to 08:53:11 https://storage.googleapis.com/codecov/v4/raw/2021-04-29/00271124DB129430A58F1EEE437C3FCB/79d20967a9d109c3fbee4102c6caac819f357bd5/10159538-f5e0-48d7-ad18-d57add4be6c7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210429%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210429T085311Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=908712389bb32c55cb2229aae49e2025c20a461ccd87d5a432a2da18414f8d6c 08:53:11 % Total % Received % Xferd Average Speed Time Time Time Current 08:53:11 Dload Upload Total Spent Left Speed 08:53:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99340 0 0 100 99340 0 157k --:--:-- --:--:-- --:--:-- 157k 08:53:12 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/79d20967a9d109c3fbee4102c6caac819f357bd5 [Pipeline] } 08:53: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 08:53:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:53:13 ---> package-listing.sh 08:53:13 ++ facter osfamily 08:53:13 ++ tr '[:upper:]' '[:lower:]' 08:53:13 + OS_FAMILY=redhat 08:53:13 + workspace=/w/workspace/edgex-go/2 08:53:13 + START_PACKAGES=/tmp/packages_start.txt 08:53:13 + END_PACKAGES=/tmp/packages_end.txt 08:53:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:53:13 + PACKAGES=/tmp/packages_start.txt 08:53:13 + '[' /w/workspace/edgex-go/2 ']' 08:53:13 + PACKAGES=/tmp/packages_end.txt 08:53:13 + case "${OS_FAMILY}" in 08:53:13 + rpm -qa 08:53:13 + sort 08:53:19 + '[' -f /tmp/packages_start.txt ']' 08:53:19 + '[' -f /tmp/packages_end.txt ']' 08:53:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:53:19 + '[' /w/workspace/edgex-go/2 ']' 08:53:19 + mkdir -p /w/workspace/edgex-go/2/archives/ 08:53:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 08:53:19 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:53:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:53:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:53:20 08:53:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:53:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:53:20 alpine: Pulling from edgex-lftools-log-publisher 08:53:20 df20fa9351a1: Pulling fs layer 08:53:20 36b3adc4ff6f: Pulling fs layer 08:53:20 8ad3a11d3b57: Pulling fs layer 08:53:20 46f8f816bc3b: Pulling fs layer 08:53:20 93b61091891f: Pulling fs layer 08:53:20 93b9cdb0e59b: Pulling fs layer 08:53:20 5e14af77c1be: Pulling fs layer 08:53:20 01666e4c0597: Pulling fs layer 08:53:20 aa168da1d23b: Pulling fs layer 08:53:20 5e14af77c1be: Waiting 08:53:20 01666e4c0597: Waiting 08:53:20 46f8f816bc3b: Waiting 08:53:20 93b9cdb0e59b: Waiting 08:53:20 aa168da1d23b: Waiting 08:53:20 93b61091891f: Waiting 08:53:20 36b3adc4ff6f: Verifying Checksum 08:53:20 36b3adc4ff6f: Download complete 08:53:20 46f8f816bc3b: Verifying Checksum 08:53:20 46f8f816bc3b: Download complete 08:53:20 df20fa9351a1: Download complete 08:53:20 93b9cdb0e59b: Verifying Checksum 08:53:20 93b9cdb0e59b: Download complete 08:53:20 5e14af77c1be: Verifying Checksum 08:53:20 5e14af77c1be: Download complete 08:53:20 93b61091891f: Verifying Checksum 08:53:20 93b61091891f: Download complete 08:53:20 01666e4c0597: Verifying Checksum 08:53:20 01666e4c0597: Download complete 08:53:21 8ad3a11d3b57: Verifying Checksum 08:53:21 8ad3a11d3b57: Download complete 08:53:21 df20fa9351a1: Pull complete 08:53:21 36b3adc4ff6f: Pull complete 08:53:22 8ad3a11d3b57: Pull complete 08:53:22 46f8f816bc3b: Pull complete 08:53:23 93b61091891f: Pull complete 08:53:24 aa168da1d23b: Verifying Checksum 08:53:24 aa168da1d23b: Download complete 08:53:25 93b9cdb0e59b: Pull complete 08:53:25 5e14af77c1be: Pull complete 08:53:25 01666e4c0597: Pull complete 08:53:35 aa168da1d23b: Pull complete 08:53:35 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:53:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:53:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:53:35 prd-centos7-docker-4c-2g-2307 does not seem to be running inside a container 08:53:35 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:53:41 $ docker top d94c3f38d4aa93f55a8770981c963b91dbf2f1cac1e30eacb746d6f0e33213a3 -eo pid,comm [Pipeline] { [Pipeline] sh 08:53:42 + touch /tmp/pre-build-complete [Pipeline] sh 08:53:42 + mkdir -p /var/log/sa [Pipeline] sh 08:53:42 + ls /var/log/sa-host 08:53:42 + sadf -c /var/log/sa-host/sa23 08:53:42 file_magic: OK 08:53:42 HZ: Using current value: 100 08:53:42 file_header: OK 08:53:42 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 08:53:42 Statistics: 08:53:42 Hnuu...uuuununununu... 08:53:42 File successfully converted to sysstat format version 12.2.1 08:53:42 + sadf -c /var/log/sa-host/sa29 08:53:42 file_magic: OK 08:53:42 HZ: Using current value: 100 08:53:42 file_header: OK 08:53:42 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 08:53:42 Statistics: 08:53:42 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... 08:53:42 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:53:42 provisioning config files... 08:53:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config4834409766761975001tmp [Pipeline] { [Pipeline] echo 08:53:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:53:43 ---> create-netrc.sh [Pipeline] } 08:53:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:53:43 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:53:43 ---> python-tools-install.sh [Pipeline] echo 08:53:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:53:43 ---> sudo-logs.sh 08:53:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:53:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:53:44 ---> job-cost.sh 08:53:44 lf-activate-venv: SKIPPING 08:53:44 DEBUG: total: 0.20999999344348907 08:53:44 INFO: Retrieving Stack Cost... 08:53:45 INFO: Retrieving Pricing Info for: v1-standard-2 08:53:46 INFO: Archiving Costs [Pipeline] echo 08:53:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:53:46 ---> logs-deploy.sh 08:53:46 lf-activate-venv: SKIPPING 08:53:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3406/2 08:53:46 INFO: archiving workspace using pattern(s): 08:53:49 Archives upload complete. 08:53:49 INFO: archiving logs to Nexus 08:53:50 ---> uname -a: 08:53:50 Linux prd-centos7-docker-4c-2g-2307.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:53:50 08:53:50 08:53:50 ---> lscpu: 08:53:50 Architecture: x86_64 08:53:50 CPU op-mode(s): 32-bit, 64-bit 08:53:50 Byte Order: Little Endian 08:53:50 Address sizes: 40 bits physical, 48 bits virtual 08:53:50 CPU(s): 4 08:53:50 On-line CPU(s) list: 0-3 08:53:50 Thread(s) per core: 1 08:53:50 Core(s) per socket: 1 08:53:50 Socket(s): 4 08:53:50 NUMA node(s): 1 08:53:50 Vendor ID: GenuineIntel 08:53:50 CPU family: 6 08:53:50 Model: 44 08:53:50 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:53:50 Stepping: 1 08:53:50 CPU MHz: 2933.436 08:53:50 BogoMIPS: 5866.87 08:53:50 Virtualization: VT-x 08:53:50 Hypervisor vendor: KVM 08:53:50 Virtualization type: full 08:53:50 L1d cache: 128 KiB 08:53:50 L1i cache: 128 KiB 08:53:50 L2 cache: 16 MiB 08:53:50 L3 cache: 64 MiB 08:53:50 NUMA node0 CPU(s): 0-3 08:53:50 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:53:50 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:53:50 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:53:50 Vulnerability Meltdown: Mitigation; PTI 08:53:50 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:53:50 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:53:50 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:53:50 Vulnerability Srbds: Not affected 08:53:50 Vulnerability Tsx async abort: Not affected 08:53:50 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 08:53:50 08:53:50 08:53:50 ---> nproc: 08:53:50 4 08:53:50 08:53:50 08:53:50 ---> df -h: 08:53:50 Filesystem Size Used Available Use% Mounted on 08:53:50 overlay 50.0G 11.8G 38.2G 24% / 08:53:50 tmpfs 64.0M 0 64.0M 0% /dev 08:53:50 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:53:50 shm 64.0M 0 64.0M 0% /dev/shm 08:53:50 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 08:53:50 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 08:53:50 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 08:53:50 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 08:53:50 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 08:53:50 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 08:53:50 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 08:53:50 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 08:53:50 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/2 08:53:50 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/2@tmp 08:53:50 08:53:50 08:53:50 ---> free -m: 08:53:50 total used free shared buff/cache available 08:53:50 Mem: 1837 709 94 0 1033 1043 08:53:50 Swap: 1023 76 947 08:53:50 08:53:50 08:53:50 ---> ip addr: 08:53:50 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:53:50 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:53:50 inet 127.0.0.1/8 scope host lo 08:53:50 valid_lft forever preferred_lft forever 08:53:50 inet6 ::1/128 scope host 08:53:50 valid_lft forever preferred_lft forever 08:53:50 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:53:50 link/ether fa:16:3e:51:7c:48 brd ff:ff:ff:ff:ff:ff 08:53:50 inet 10.30.123.71/23 brd 10.30.123.255 scope global dynamic eth0 08:53:50 valid_lft 84916sec preferred_lft 84916sec 08:53:50 inet6 fe80::f816:3eff:fe51:7c48/64 scope link 08:53:50 valid_lft forever preferred_lft forever 08:53:50 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:53:50 link/ether 02:42:01:70:21:5f brd ff:ff:ff:ff:ff:ff 08:53:50 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:53:50 valid_lft forever preferred_lft forever 08:53:50 inet6 fe80::42:1ff:fe70:215f/64 scope link 08:53:50 valid_lft forever preferred_lft forever 08:53:50 08:53:50 08:53:50 ---> sar -b -r -n DEV: 08:53:50 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/29/21 _x86_64_ (4 CPU) 08:53:50 08:53:50 08:28:54 LINUX RESTART (4 CPU) 08:53:50 08:53:50 08:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:53:50 08:31:01 208.48 95.03 113.45 0.00 7615.56 43760.39 0.00 08:53:50 08:32:01 220.16 80.61 139.55 0.00 3942.39 20570.98 0.00 08:53:50 08:33:01 132.32 39.62 92.70 0.00 1659.36 12347.83 0.00 08:53:50 08:34:01 81.77 43.88 37.89 0.00 1539.50 3051.20 0.00 08:53:50 08:35:02 77.67 29.85 47.81 0.00 1757.39 7205.09 0.00 08:53:50 08:36:02 272.19 107.32 164.87 0.00 36277.73 106389.67 0.00 08:53:50 08:37:06 1675.53 1473.76 201.77 0.00 102009.34 109049.76 0.00 08:53:50 08:38:02 1368.19 1141.18 227.01 0.00 108514.29 111765.78 0.00 08:53:50 08:39:01 301.60 98.89 202.72 0.00 9191.89 38303.68 0.00 08:53:50 08:40:02 1551.24 1231.51 319.73 0.00 95134.60 121904.75 0.00 08:53:50 08:41:02 1437.97 1102.57 335.40 0.00 78582.72 84685.15 0.00 08:53:50 08:42:01 249.24 92.02 157.22 0.00 8965.92 16795.54 0.00 08:53:50 08:43:01 3.63 0.02 3.61 0.00 0.53 113.12 0.00 08:53:50 08:44:02 1.88 1.60 0.28 0.00 58.86 3.73 0.00 08:53:50 08:45:01 0.88 0.07 0.81 0.00 2.57 15.44 0.00 08:53:50 08:46:01 0.28 0.02 0.27 0.00 0.53 3.85 0.00 08:53:50 08:47:01 0.67 0.02 0.65 0.00 0.27 7.09 0.00 08:53:50 08:48:01 0.72 0.00 0.72 0.00 0.00 8.32 0.00 08:53:50 08:49:01 0.63 0.03 0.60 0.00 0.80 6.36 0.00 08:53:50 08:50:01 0.38 0.00 0.38 0.00 0.00 4.28 0.00 08:53:50 08:51:01 0.32 0.05 0.27 0.00 0.67 3.23 0.00 08:53:50 08:52:01 0.30 0.00 0.30 0.00 0.00 3.06 0.00 08:53:50 08:53:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 08:53:50 Average: 331.66 242.53 89.12 0.00 19835.55 29477.59 0.00 08:53:50 08:53:50 08:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:53:50 08:31:01 168736 0 718468 38.19 1620 992720 1355228 46.25 539580 934780 77444 08:53:50 08:32:01 173036 0 797668 42.39 1492 909348 1760152 60.07 594068 841952 21868 08:53:50 08:33:01 200140 0 840400 44.67 444 840560 1847664 63.06 709968 687668 18600 08:53:50 08:34:01 266032 0 797576 42.39 444 817492 1602588 54.69 603652 722692 58808 08:53:50 08:35:02 210152 0 802112 42.63 372 868908 1449380 49.46 636212 742380 43068 08:53:50 08:36:02 77268 0 850796 45.22 20 953460 2261204 77.17 730596 857648 81332 08:53:50 08:37:06 71820 0 858292 45.62 20 951412 2335264 79.70 664864 926004 41164 08:53:50 08:38:02 79764 0 1430664 76.04 20 371096 4565728 155.82 905236 618024 32772 08:53:50 08:39:01 186080 0 763348 40.57 20 932096 1681920 57.40 523204 919656 0 08:53:50 08:40:02 82504 0 978860 52.02 20 820160 3287300 112.19 734712 812556 67740 08:53:50 08:41:02 67856 0 832188 44.23 20 981480 2409280 82.22 715588 850888 5316 08:53:50 08:42:01 428024 0 639684 34.00 20 813816 1291768 44.09 530392 681052 20 08:53:50 08:43:01 436512 0 631020 33.54 20 813992 1223276 41.75 526608 680116 28 08:53:50 08:44:02 434760 0 631768 33.58 20 814996 1223324 41.75 526900 681088 16 08:53:50 08:45:01 435200 0 631348 33.55 20 814976 1223300 41.75 526728 681088 8 08:53:50 08:46:01 437652 0 628872 33.42 20 815000 1196548 40.84 524292 680952 8 08:53:50 08:47:01 438032 0 628476 33.40 20 815016 1196548 40.84 524416 680976 8 08:53:50 08:48:01 438220 0 628280 33.39 20 815024 1196548 40.84 524296 680976 8 08:53:50 08:49:01 438024 0 628464 33.40 20 815036 1196548 40.84 524428 681000 8 08:53:50 08:50:01 437796 0 628688 33.41 20 815040 1196608 40.84 524508 681000 8 08:53:50 08:51:01 437628 0 628852 33.42 20 815044 1196548 40.84 524436 681012 16 08:53:50 08:52:01 437676 0 628788 33.42 20 815060 1196548 40.84 524564 681020 8 08:53:50 08:53:01 438032 0 628424 33.40 20 815068 1196548 40.84 524444 681020 8 08:53:50 Average: 296563 0 749262 39.82 206 835513 1699557 58.00 594074 742850 19489 08:53:50 08:53:50 08:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:53:50 08:31:01 eth0 984.38 1083.19 5529.32 146.73 0.00 0.00 0.00 0.00 08:53:50 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:31:01 docker0 848.75 685.85 70.92 2678.19 0.00 0.00 0.00 0.00 08:53:50 08:32:01 vethb6f4c28 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 08:53:50 08:32:01 eth0 272.96 186.00 866.93 25.15 0.00 0.00 0.00 0.00 08:53:50 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:32:01 docker0 167.80 225.01 10.43 835.05 0.00 0.00 0.00 0.00 08:53:50 08:33:01 vethb6f4c28 0.43 0.45 0.04 0.05 0.00 0.00 0.00 0.00 08:53:50 08:33:01 eth0 26.61 18.54 20.57 11.29 0.00 0.00 0.00 0.00 08:53:50 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:33:01 docker0 0.43 0.43 0.03 0.05 0.00 0.00 0.00 0.00 08:53:50 08:34:01 vethb6f4c28 1.79 1.79 0.14 0.14 0.00 0.00 0.00 0.00 08:53:50 08:34:01 eth0 35.18 30.96 17.79 82.90 0.00 0.00 0.00 0.00 08:53:50 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:34:01 docker0 1.79 1.79 0.12 0.14 0.00 0.00 0.00 0.00 08:53:50 08:35:02 vethb6f4c28 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:35:02 eth0 21.37 12.76 17.16 9.17 0.00 0.00 0.00 0.00 08:53:50 08:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:36:02 veth18757d5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:53:50 08:36:02 eth0 196.18 152.41 1689.04 73.91 0.00 0.00 0.00 0.00 08:53:50 08:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:37:06 veth18757d5 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 08:53:50 08:37:06 eth0 67.35 38.61 150.83 8.32 0.00 0.00 0.00 0.00 08:53:50 08:37:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:37:06 docker0 28.38 50.30 1.73 139.46 0.00 0.00 0.00 0.00 08:53:50 08:38:02 vethb5eb855 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:53:50 08:38:02 vethe288690 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:53:50 08:38:02 veth18757d5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:38:02 veth9e89160 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:53:50 08:39:01 veth6dce2f7 2.48 4.32 0.17 38.38 0.00 0.00 0.00 0.00 08:53:50 08:39:01 veth18757d5 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 08:53:50 08:39:01 eth0 2814.62 2323.98 13725.54 485.83 0.00 0.00 0.00 0.00 08:53:50 08:39:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:53:50 08:40:02 vethf038845 0.00 0.24 0.00 0.02 0.00 0.00 0.00 0.00 08:53:50 08:40:02 veth1ec8937 0.00 0.24 0.00 0.02 0.00 0.00 0.00 0.00 08:53:50 08:40:02 veth18757d5 0.00 0.11 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:40:02 eth0 110.64 68.36 366.10 93.59 0.00 0.00 0.00 0.00 08:53:50 08:41:02 veth18757d5 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:41:02 eth0 53.26 32.29 97.57 15.94 0.00 0.00 0.00 0.00 08:53:50 08:41:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:53:50 08:41:02 vethf023b8d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 08:53:50 08:42:01 eth0 73.73 54.89 112.88 80.76 0.00 0.00 0.00 0.00 08:53:50 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:42:01 docker0 1123.92 1096.32 88.20 4381.63 0.00 0.00 0.00 0.00 08:53:50 08:43:01 eth0 1.53 0.65 0.77 0.23 0.00 0.00 0.00 0.00 08:53:50 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:44:02 eth0 2.20 0.58 0.67 0.39 0.00 0.00 0.00 0.00 08:53:50 08:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:45:01 eth0 1.49 0.73 0.72 0.51 0.00 0.00 0.00 0.00 08:53:50 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:46:01 eth0 0.25 0.15 0.02 0.01 0.00 0.00 0.00 0.00 08:53:50 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:47:01 eth0 0.13 0.07 0.01 0.00 0.00 0.00 0.00 0.00 08:53:50 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:48:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 08:53:50 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:49:01 eth0 0.12 0.07 0.01 0.00 0.00 0.00 0.00 0.00 08:53:50 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:50:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 08:53:50 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:51:01 eth0 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 08:53:50 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:52:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 08:53:50 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:53:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 08:53:50 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 Average: eth0 88.31 79.22 450.76 24.82 0.00 0.00 0.00 0.00 08:53:50 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:53:50 Average: docker0 48.17 46.98 3.78 187.78 0.00 0.00 0.00 0.00 08:53:50 08:53:50 08:53:50 ---> sar -P ALL: 08:53:50 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/29/21 _x86_64_ (4 CPU) 08:53:50 08:53:50 08:28:54 LINUX RESTART (4 CPU) 08:53:50 08:53:50 08:30:01 CPU %user %nice %system %iowait %steal %idle 08:53:50 08:31:01 all 15.46 0.00 8.91 1.47 8.27 65.88 08:53:50 08:31:01 0 13.47 0.00 10.37 2.30 8.19 65.67 08:53:50 08:31:01 1 21.50 0.00 9.65 1.62 8.34 58.89 08:53:50 08:31:01 2 12.05 0.00 8.49 1.09 8.66 69.71 08:53:50 08:31:01 3 14.86 0.00 7.17 0.89 7.89 69.20 08:53:50 08:32:01 all 9.09 0.00 7.60 5.25 5.34 72.72 08:53:50 08:32:01 0 7.81 0.00 7.34 4.25 5.85 74.75 08:53:50 08:32:01 1 9.15 0.00 8.22 5.97 5.32 71.34 08:53:50 08:32:01 2 9.78 0.00 8.03 5.18 5.33 71.69 08:53:50 08:32:01 3 9.61 0.00 6.82 5.60 4.86 73.12 08:53:50 08:33:01 all 60.11 0.00 14.40 3.32 5.12 17.05 08:53:50 08:33:01 0 59.85 0.00 14.18 1.60 5.10 19.26 08:53:50 08:33:01 1 56.32 0.00 14.64 4.42 5.36 19.26 08:53:50 08:33:01 2 64.09 0.00 15.48 3.92 4.19 12.32 08:53:50 08:33:01 3 60.20 0.00 13.30 3.33 5.83 17.34 08:53:50 08:34:01 all 36.73 0.00 13.43 1.49 15.54 32.80 08:53:50 08:34:01 0 41.59 0.00 13.99 2.03 14.56 27.84 08:53:50 08:34:01 1 35.70 0.00 13.03 2.06 16.18 33.03 08:53:50 08:34:01 2 33.27 0.00 12.72 1.05 16.91 36.05 08:53:50 08:34:01 3 36.55 0.00 14.05 0.84 14.44 34.12 08:53:50 08:35:02 all 31.65 0.00 13.13 3.18 12.87 39.17 08:53:50 08:35:02 0 32.29 0.00 13.36 3.09 12.36 38.91 08:53:50 08:35:02 1 31.36 0.00 13.54 2.45 12.88 39.77 08:53:50 08:35:02 2 30.01 0.00 12.05 5.77 13.42 38.75 08:53:50 08:35:02 3 32.98 0.00 13.61 1.33 12.83 39.24 08:53:50 08:36:02 all 16.55 0.00 15.35 4.03 11.49 52.57 08:53:50 08:36:02 0 17.46 0.00 16.19 4.68 11.37 50.31 08:53:50 08:36:02 1 16.03 0.00 15.64 3.91 11.24 53.19 08:53:50 08:36:02 2 14.81 0.00 14.40 3.86 11.74 55.18 08:53:50 08:36:02 3 17.91 0.00 15.18 3.70 11.63 51.59 08:53:50 08:37:06 all 13.58 0.00 18.82 18.41 24.52 24.68 08:53:50 08:37:06 0 13.28 0.00 17.64 17.02 25.13 26.92 08:53:50 08:37:06 1 14.91 0.00 21.88 18.62 23.93 20.66 08:53:50 08:37:06 2 13.32 0.00 17.30 18.52 24.40 26.46 08:53:50 08:37:06 3 12.82 0.00 18.54 19.49 24.61 24.55 08:53:50 08:38:02 all 33.86 0.00 19.88 14.23 14.98 17.04 08:53:50 08:38:02 0 34.42 0.00 20.20 13.81 14.87 16.69 08:53:50 08:38:02 1 33.48 0.00 21.43 14.62 14.62 15.83 08:53:50 08:38:02 2 33.69 0.00 17.59 14.71 15.53 18.49 08:53:50 08:38:02 3 33.82 0.00 20.37 13.79 14.90 17.12 08:53:50 08:39:01 all 58.93 0.00 18.20 7.59 4.93 10.35 08:53:50 08:39:01 0 58.55 0.00 18.68 7.31 5.25 10.22 08:53:50 08:39:01 1 59.16 0.00 18.09 8.86 4.31 9.57 08:53:50 08:39:01 2 58.92 0.00 17.68 6.48 4.60 12.31 08:53:50 08:39:01 3 59.08 0.00 18.37 7.72 5.56 9.28 08:53:50 08:40:02 all 26.57 0.00 23.43 16.95 13.56 19.49 08:53:50 08:40:02 0 25.15 0.00 23.50 18.92 13.83 18.60 08:53:50 08:40:02 1 26.91 0.00 23.46 15.07 13.90 20.66 08:53:50 08:40:02 2 25.04 0.00 23.13 18.69 14.06 19.09 08:53:50 08:40:02 3 29.24 0.00 23.64 15.06 12.44 19.62 08:53:50 08:41:02 all 34.85 0.00 21.94 18.35 11.11 13.74 08:53:50 08:41:02 0 32.11 0.00 22.30 18.88 12.13 14.57 08:53:50 08:41:02 1 35.44 0.00 22.48 18.63 10.60 12.86 08:53:50 08:41:02 2 36.43 0.00 21.65 18.94 10.58 12.40 08:53:50 08:41:02 3 35.46 0.00 21.34 16.95 11.13 15.12 08:53:50 08:53:50 08:41:02 CPU %user %nice %system %iowait %steal %idle 08:53:50 08:42:01 all 34.40 0.00 15.37 5.17 16.79 28.27 08:53:50 08:42:01 0 35.16 0.00 16.15 6.09 15.39 27.20 08:53:50 08:42:01 1 32.99 0.00 15.04 5.43 17.29 29.25 08:53:50 08:42:01 2 34.42 0.00 14.47 2.89 18.06 30.16 08:53:50 08:42:01 3 35.04 0.00 15.85 6.28 16.40 26.43 08:53:50 08:43:01 all 0.14 0.00 0.05 0.00 0.25 99.55 08:53:50 08:43:01 0 0.05 0.00 0.05 0.02 0.25 99.63 08:53:50 08:43:01 1 0.42 0.00 0.05 0.00 0.28 99.25 08:53:50 08:43:01 2 0.03 0.00 0.07 0.00 0.22 99.68 08:53:50 08:43:01 3 0.05 0.00 0.05 0.00 0.27 99.63 08:53:50 08:44:02 all 0.12 0.00 0.10 0.02 0.38 99.38 08:53:50 08:44:02 0 0.05 0.00 0.07 0.00 0.55 99.34 08:53:50 08:44:02 1 0.33 0.00 0.02 0.00 0.23 99.42 08:53:50 08:44:02 2 0.07 0.00 0.12 0.08 0.56 99.17 08:53:50 08:44:02 3 0.03 0.00 0.18 0.00 0.18 99.60 08:53:50 08:45:01 all 0.13 0.00 0.20 0.00 0.60 99.06 08:53:50 08:45:01 0 0.08 0.00 0.19 0.00 1.14 98.59 08:53:50 08:45:01 1 0.37 0.00 0.07 0.00 0.36 99.20 08:53:50 08:45:01 2 0.03 0.00 0.24 0.00 0.54 99.19 08:53:50 08:45:01 3 0.03 0.00 0.32 0.02 0.36 99.27 08:53:50 08:46:01 all 0.14 0.00 0.12 0.00 0.14 99.60 08:53:50 08:46:01 0 0.02 0.00 0.05 0.00 0.22 99.72 08:53:50 08:46:01 1 0.48 0.00 0.10 0.00 0.20 99.22 08:53:50 08:46:01 2 0.03 0.00 0.12 0.00 0.07 99.78 08:53:50 08:46:01 3 0.03 0.00 0.20 0.00 0.08 99.68 08:53:50 08:47:01 all 0.12 0.00 0.03 0.00 0.27 99.57 08:53:50 08:47:01 0 0.03 0.00 0.03 0.00 0.32 99.62 08:53:50 08:47:01 1 0.40 0.00 0.03 0.02 0.32 99.24 08:53:50 08:47:01 2 0.02 0.00 0.02 0.00 0.08 99.88 08:53:50 08:47:01 3 0.05 0.00 0.03 0.00 0.37 99.55 08:53:50 08:48:01 all 0.07 0.00 0.04 0.00 0.21 99.68 08:53:50 08:48:01 0 0.02 0.00 0.03 0.00 0.08 99.87 08:53:50 08:48:01 1 0.23 0.00 0.05 0.00 0.20 99.52 08:53:50 08:48:01 2 0.03 0.00 0.03 0.00 0.18 99.75 08:53:50 08:48:01 3 0.02 0.00 0.03 0.00 0.38 99.57 08:53:50 08:49:01 all 0.12 0.00 0.03 0.00 0.29 99.56 08:53:50 08:49:01 0 0.03 0.00 0.07 0.00 0.40 99.50 08:53:50 08:49:01 1 0.38 0.00 0.03 0.00 0.27 99.32 08:53:50 08:49:01 2 0.03 0.00 0.02 0.00 0.40 99.55 08:53:50 08:49:01 3 0.03 0.00 0.02 0.00 0.08 99.87 08:53:50 08:50:01 all 0.12 0.00 0.04 0.00 0.11 99.73 08:53:50 08:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:53:50 08:50:01 1 0.38 0.00 0.03 0.00 0.08 99.50 08:53:50 08:50:01 2 0.07 0.00 0.07 0.00 0.35 99.52 08:53:50 08:50:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:53:50 08:51:01 all 0.09 0.00 0.04 0.00 0.13 99.73 08:53:50 08:51:01 0 0.02 0.00 0.02 0.02 0.07 99.88 08:53:50 08:51:01 1 0.27 0.00 0.07 0.00 0.03 99.63 08:53:50 08:51:01 2 0.05 0.00 0.07 0.00 0.37 99.52 08:53:50 08:51:01 3 0.03 0.00 0.02 0.00 0.05 99.90 08:53:50 08:52:01 all 0.09 0.00 0.04 0.00 0.50 99.37 08:53:50 08:52:01 0 0.02 0.00 0.03 0.00 0.28 99.67 08:53:50 08:52:01 1 0.30 0.00 0.02 0.00 0.38 99.30 08:53:50 08:52:01 2 0.05 0.00 0.10 0.00 1.27 98.58 08:53:50 08:52:01 3 0.00 0.00 0.00 0.00 0.05 99.95 08:53:50 08:53:50 08:52:01 CPU %user %nice %system %iowait %steal %idle 08:53:50 08:53:01 all 0.12 0.00 0.03 0.00 0.29 99.56 08:53:50 08:53:01 0 0.02 0.00 0.03 0.00 0.28 99.67 08:53:50 08:53:01 1 0.42 0.00 0.02 0.00 0.20 99.37 08:53:50 08:53:01 2 0.05 0.00 0.05 0.00 0.63 99.27 08:53:50 08:53:01 3 0.02 0.00 0.02 0.00 0.03 99.93 08:53:50 Average: all 15.71 0.00 8.18 4.28 6.41 65.42 08:53:50 Average: 0 15.60 0.00 8.31 4.32 6.41 65.35 08:53:50 Average: 1 15.93 0.00 8.45 4.35 6.34 64.94 08:53:50 Average: 2 15.46 0.00 7.89 4.37 6.63 65.64 08:53:50 Average: 3 15.86 0.00 8.05 4.08 6.24 65.77 08:53:50 08:53:50 08:53:50