Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 30600ec0adfea65961962f9db181a6a535a2bebe+db7925e05468a348a54e2ee7c85b6c50909b0e0e (bc9de710b38ac7b6a2106f16735d00f13f5629a6) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1417 in /w/workspace/edgexfoundry_edgex-go_PR-3394 [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 db7925e05468a348a54e2ee7c85b6c50909b0e0e into PR head commit 30600ec0adfea65961962f9db181a6a535a2bebe > 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/3394/head:refs/remotes/origin/PR-3394 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 30600ec0adfea65961962f9db181a6a535a2bebe # 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 db7925e05468a348a54e2ee7c85b6c50909b0e0e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing 526dd3c9f3f8fbcaf57f3b038e937c4772e8077d Checking out Revision 526dd3c9f3f8fbcaf57f3b038e937c4772e8077d (PR-3394) > git config core.sparsecheckout # timeout=10 > git checkout -f 526dd3c9f3f8fbcaf57f3b038e937c4772e8077d # timeout=10 Commit message: "Merge commit 'db7925e05468a348a54e2ee7c85b6c50909b0e0e' into HEAD" > git rev-list --no-walk 30600ec0adfea65961962f9db181a6a535a2bebe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:31:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:31:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:31:20 ========================================================= 08:31:20 EdgeX Global Pipelines Version Info 08:31:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:31:22 ------------------- 08:31:22 stable info: 08:31:22 ------------------- 08:31:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:31:22 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 08:31:22 Message: update stable to v1.0.186 08:31:24 ------------------- 08:31:24 experimental info: 08:31:24 ------------------- 08:31:24 Commited By: **** collab-it+edgex@linuxfoundation.org 08:31:24 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 08:31:24 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3394 [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3394 [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3394 [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 526dd3c9f3f8fbcaf57f3b038e937c4772e8077d [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 526dd3c [Pipeline] echo 08:31:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:31:24 provisioning config files... 08:31:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2220275083451062253tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:31:25 ---> docker-login.sh 08:31:25 nexus3.edgexfoundry.org:10001 08:31:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:26 Configure a credential helper to remove this warning. See 08:31:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:26 08:31:26 Login Succeeded 08:31:26 nexus3.edgexfoundry.org:10002 08:31:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:27 Configure a credential helper to remove this warning. See 08:31:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:27 08:31:27 Login Succeeded 08:31:27 nexus3.edgexfoundry.org:10003 08:31:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:27 Configure a credential helper to remove this warning. See 08:31:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:27 08:31:27 Login Succeeded 08:31:27 nexus3.edgexfoundry.org:10004 08:31:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:27 Configure a credential helper to remove this warning. See 08:31:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:27 08:31:27 Login Succeeded 08:31:27 docker.io 08:31:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:31:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:31:28 Configure a credential helper to remove this warning. See 08:31:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:31:28 08:31:28 Login Succeeded 08:31:28 ---> docker-login.sh ends [Pipeline] } 08:31:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:31:28 ++ 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:31:28 + for file in '`ls cmd/**/Dockerfile`' 08:31:28 ++ dirname cmd/core-command/Dockerfile 08:31:28 ++ cut -d/ -f2 08:31:28 + echo core-command,cmd/core-command/Dockerfile 08:31:28 + for file in '`ls cmd/**/Dockerfile`' 08:31:28 ++ dirname cmd/core-data/Dockerfile 08:31:28 ++ cut -d/ -f2 08:31:28 + echo core-data,cmd/core-data/Dockerfile 08:31:28 + for file in '`ls cmd/**/Dockerfile`' 08:31:28 ++ dirname cmd/core-metadata/Dockerfile 08:31:28 ++ cut -d/ -f2 08:31:28 + echo core-metadata,cmd/core-metadata/Dockerfile 08:31:28 + for file in '`ls cmd/**/Dockerfile`' 08:31:28 ++ dirname cmd/security-bootstrapper/Dockerfile 08:31:28 ++ cut -d/ -f2 08:31:28 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:31:28 + for file in '`ls cmd/**/Dockerfile`' 08:31:28 ++ dirname cmd/security-proxy-setup/Dockerfile 08:31:28 ++ cut -d/ -f2 08:31:28 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:31:28 + for file in '`ls cmd/**/Dockerfile`' 08:31:28 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:31:28 ++ cut -d/ -f2 08:31:28 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:31:28 + for file in '`ls cmd/**/Dockerfile`' 08:31:28 ++ dirname cmd/support-notifications/Dockerfile 08:31:28 ++ cut -d/ -f2 08:31:28 + echo support-notifications,cmd/support-notifications/Dockerfile 08:31:28 + for file in '`ls cmd/**/Dockerfile`' 08:31:28 ++ cut -d/ -f2 08:31:28 ++ dirname cmd/support-scheduler/Dockerfile 08:31:28 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:31:28 + for file in '`ls cmd/**/Dockerfile`' 08:31:28 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:31:28 ++ cut -d/ -f2 08:31:28 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:31:29 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:31:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:31:29 08:31:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:31:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:31:30 latest: Pulling from edgex-devops/git-semver 08:31:30 31603596830f: Pulling fs layer 08:31:30 2a8b12db71e7: Pulling fs layer 08:31:30 6ca5941a6612: Pulling fs layer 08:31:30 ecc8261a40a4: Pulling fs layer 08:31:30 ecc8261a40a4: Waiting 08:31:30 2a8b12db71e7: Verifying Checksum 08:31:30 2a8b12db71e7: Download complete 08:31:30 31603596830f: Verifying Checksum 08:31:30 31603596830f: Download complete 08:31:31 ecc8261a40a4: Verifying Checksum 08:31:31 ecc8261a40a4: Download complete 08:31:31 6ca5941a6612: Verifying Checksum 08:31:31 6ca5941a6612: Download complete 08:31:31 31603596830f: Pull complete 08:31:31 2a8b12db71e7: Pull complete 08:31:33 6ca5941a6612: Pull complete 08:31:34 ecc8261a40a4: Pull complete 08:31:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:31:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:31:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:31:34 prd-centos7-docker-4c-2g-1417 does not seem to be running inside a container 08:31:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:31:37 $ docker top 06fcd2708b09880e835def7475cceecf8cfd7ebeeff12202c7300118dc2eeb5b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:31:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:31:37 [ssh-agent] Looking for ssh-agent implementation... 08:31:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:31:38 $ docker exec 06fcd2708b09880e835def7475cceecf8cfd7ebeeff12202c7300118dc2eeb5b ssh-agent 08:31:38 SSH_AUTH_SOCK=/tmp/ssh-8LCxCb439CVh/agent.11 08:31:38 SSH_AGENT_PID=16 08:31:38 Running ssh-add (command line suppressed) 08:31:38 Identity added: /w/workspace/edgex-go/2@tmp/private_key_5706348344158549117.key (/w/workspace/edgex-go/2@tmp/private_key_5706348344158549117.key) 08:31:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:31:39 + git tag --points-at HEAD [Pipeline] } 08:31:39 $ docker exec --env ******** --env ******** 06fcd2708b09880e835def7475cceecf8cfd7ebeeff12202c7300118dc2eeb5b ssh-agent -k 08:31:39 unset SSH_AUTH_SOCK; 08:31:39 unset SSH_AGENT_PID; 08:31:39 echo Agent pid 16 killed; 08:31:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:31:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:31:39 [ssh-agent] Looking for ssh-agent implementation... 08:31:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:31:39 $ docker exec 06fcd2708b09880e835def7475cceecf8cfd7ebeeff12202c7300118dc2eeb5b ssh-agent 08:31:40 SSH_AUTH_SOCK=/tmp/ssh-G5bIZVIfsuBI/agent.48 08:31:40 SSH_AGENT_PID=54 08:31:40 Running ssh-add (command line suppressed) 08:31:40 Identity added: /w/workspace/edgex-go/2@tmp/private_key_4343668332784648666.key (/w/workspace/edgex-go/2@tmp/private_key_4343668332784648666.key) 08:31:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:31:40 + git semver init 08:31:40 # -> Open(): unable to determine branch for HEAD 08:31:40 # $GIT_DIR = /w/workspace/edgex-go/2/.git 08:31:40 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 08:31:40 # $SEMVER_REMOTE_NAME = origin 08:31:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:31:40 # $SEMVER_USER_NAME = edgex-jenkins 08:31:40 # $SEMVER_BRANCH = PR-3394 08:31:40 # $SEMVER_TEMP = /tmp/semver-441445719 08:31:40 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:32:19 # '/tmp/semver-441445719' -> '/w/workspace/edgex-go/2/.semver' 08:32:19 # -> Force: false 08:32:19 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 08:32:19 $ docker exec --env ******** --env ******** 06fcd2708b09880e835def7475cceecf8cfd7ebeeff12202c7300118dc2eeb5b ssh-agent -k 08:32:20 unset SSH_AUTH_SOCK; 08:32:20 unset SSH_AGENT_PID; 08:32:20 echo Agent pid 54 killed; 08:32:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:32:21 + git semver [Pipeline] } 08:32:21 $ docker stop --time=1 06fcd2708b09880e835def7475cceecf8cfd7ebeeff12202c7300118dc2eeb5b 08:32:23 $ docker rm -f 06fcd2708b09880e835def7475cceecf8cfd7ebeeff12202c7300118dc2eeb5b [Pipeline] // withDockerContainer [Pipeline] sh 08:32:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:32:24 Stashed 1 file(s) [Pipeline] echo 08:32:24 [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:32:25 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:32:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:32:26 + sudo service docker restart 08:32:26 + true 08:32:26 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:32:28 ========================================================= 08:32:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:32:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:32:28 + 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:32:33 Sending build context to Docker daemon 329.7MB 08:32:33 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:32:33 Step 2/6 : FROM ${BASE} 08:32:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:32:33 188c0c94c7c5: Pulling fs layer 08:32:33 0ef7d3d256c8: Pulling fs layer 08:32:33 de9db76c5a1d: Pulling fs layer 08:32:33 bca2f99d35d6: Pulling fs layer 08:32:33 93359f2a8cfa: Pulling fs layer 08:32:33 7c6f9722023f: Pulling fs layer 08:32:33 a35cf1a2eb13: Pulling fs layer 08:32:33 93359f2a8cfa: Waiting 08:32:33 7c6f9722023f: Waiting 08:32:33 a35cf1a2eb13: Waiting 08:32:33 bca2f99d35d6: Waiting 08:32:33 de9db76c5a1d: Verifying Checksum 08:32:33 de9db76c5a1d: Download complete 08:32:33 0ef7d3d256c8: Verifying Checksum 08:32:33 0ef7d3d256c8: Download complete 08:32:33 93359f2a8cfa: Verifying Checksum 08:32:33 93359f2a8cfa: Download complete 08:32:33 7c6f9722023f: Verifying Checksum 08:32:33 7c6f9722023f: Download complete 08:32:33 188c0c94c7c5: Verifying Checksum 08:32:33 188c0c94c7c5: Download complete 08:32:34 188c0c94c7c5: Pull complete 08:32:35 0ef7d3d256c8: Pull complete 08:32:36 a35cf1a2eb13: Verifying Checksum 08:32:36 a35cf1a2eb13: Download complete 08:32:36 de9db76c5a1d: Pull complete 08:32:37 bca2f99d35d6: Verifying Checksum 08:32:37 bca2f99d35d6: Download complete 08:32:40 Still waiting to schedule task 08:32:40 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1422’ 08:32:52 bca2f99d35d6: Pull complete 08:32:52 93359f2a8cfa: Pull complete 08:32:52 7c6f9722023f: Pull complete 08:33:01 a35cf1a2eb13: Pull complete 08:33:01 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:33:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:33:01 ---> a62c8e92a672 08:33:01 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:01 ---> Running in 1fb02a5cca20 08:33:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:33:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:33:05 (1/12) Installing libmagic (5.38-r0) 08:33:05 (2/12) Installing file (5.38-r0) 08:33:05 (3/12) Installing libc-dev (0.7.2-r3) 08:33:05 (4/12) Installing g++ (9.3.0-r2) 08:33:12 (5/12) Installing fortify-headers (1.1-r0) 08:33:12 (6/12) Installing patch (2.7.6-r6) 08:33:12 (7/12) Installing build-base (0.5-r2) 08:33:12 (8/12) Installing libsodium (1.0.18-r0) 08:33:12 (9/12) Installing pkgconf (1.7.2-r0) 08:33:12 (10/12) Installing libsodium-dev (1.0.18-r0) 08:33:12 (11/12) Installing libzmq (4.3.3-r0) 08:33:12 (12/12) Installing zeromq-dev (4.3.3-r0) 08:33:12 Executing busybox-1.31.1-r19.trigger 08:33:12 OK: 233 MiB in 51 packages 08:33:16 Removing intermediate container 1fb02a5cca20 08:33:16 ---> 13034550a635 08:33:16 Step 4/6 : WORKDIR /edgex-go 08:33:16 ---> Running in 0ef805a706ef 08:33:16 Removing intermediate container 0ef805a706ef 08:33:16 ---> cd0bbc5c87b7 08:33:16 Step 5/6 : COPY go.mod . 08:33:17 ---> 369f6afde184 08:33:17 Step 6/6 : RUN go mod download 08:33:17 ---> Running in e025ced0067f 08:33:49 Removing intermediate container e025ced0067f 08:33:49 ---> c7211ddad79a 08:33:49 Successfully built c7211ddad79a 08:33:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:33:50 + docker inspect -f . ci-base-image-x86_64 08:33:50 . [Pipeline] withDockerContainer 08:33:51 prd-centos7-docker-4c-2g-1417 does not seem to be running inside a container 08:33:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:33:52 $ docker top 2d3f3ad556fb880f39c7d569f70328295617d65555d19ba20911bcecedb6e90e -eo pid,comm [Pipeline] { [Pipeline] sh 08:33:53 + go version 08:33:53 go version go1.15.5 linux/amd64 [Pipeline] } 08:33:53 $ docker stop --time=1 2d3f3ad556fb880f39c7d569f70328295617d65555d19ba20911bcecedb6e90e 08:33:54 $ docker rm -f 2d3f3ad556fb880f39c7d569f70328295617d65555d19ba20911bcecedb6e90e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:33:55 + docker inspect -f . ci-base-image-x86_64 08:33:55 . [Pipeline] withDockerContainer 08:33:55 prd-centos7-docker-4c-2g-1417 does not seem to be running inside a container 08:33:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:33:57 $ docker top 5853e3ee6aac8d4ceb36b247157ae097fc46fd2eff313b14f4ff8dfa7f0f64be -eo pid,comm [Pipeline] { [Pipeline] echo 08:33:57 ========================================================= 08:33:57 [edgeXBuildGoParallel] Running Tests and Build... 08:33:57 ========================================================= [Pipeline] sh 08:33:57 + make test 08:33:57 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:34:16 ? github.com/edgexfoundry/edgex-go [no test files] 08:34:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:34:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:34:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:34:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:35:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:35:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:35:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:35:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:35:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:35:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:35:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:35:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:35:09 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:35:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.166s coverage: 45.9% of statements 08:35:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:35:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:35:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:35:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:35:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:35:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:35:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.265s coverage: 19.8% of statements 08:35:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.141s coverage: 100.0% of statements 08:35:20 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.423s coverage: 27.1% of statements 08:35:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:35:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:35:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:35:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:35:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:35:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:35:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.149s coverage: 100.0% of statements 08:35:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:35:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.106s coverage: 100.0% of statements 08:35:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:35:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:35:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.136s coverage: 71.3% of statements 08:35:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:35:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:35:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.222s coverage: 82.9% of statements 08:35:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:35:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:35:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.174s coverage: 78.9% of statements 08:35:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:35:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.215s coverage: 28.6% of statements 08:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:35:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.197s coverage: 100.0% of statements 08:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:35:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.096s coverage: 100.0% of statements 08:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:35:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.319s coverage: 86.7% of statements 08:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:35:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.405s coverage: 97.5% of statements 08:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:35:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.289s coverage: 78.3% of statements 08:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:35:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:35:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.877s coverage: 93.0% of statements 08:35:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:35:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:35:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:35:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:35:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.133s coverage: 58.8% of statements 08:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:35:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.249s coverage: 0.9% of statements 08:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:35:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:35:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:35:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.097s coverage: 47.1% of statements 08:35:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.203s coverage: 79.5% of statements 08:35:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.102s coverage: 94.1% of statements 08:35:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.143s coverage: 96.3% of statements 08:35:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.074s coverage: 87.5% of statements 08:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.205s coverage: 94.4% of statements 08:35:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.131s coverage: 44.8% of statements 08:35:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1425 in /w/workspace/edgexfoundry_edgex-go_PR-3394 [Pipeline] { [Pipeline] ws 08:35:46 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 08:35:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.003s coverage: 81.9% of statements 08:35:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:35:52 using credential edgex-jenkins-ssh 08:35:52 Cloning the remote Git repository 08:35:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:35:52 > git init /w/workspace/edgex-go/2 # timeout=10 08:35:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:35:53 > git --version # timeout=10 08:35:53 > git --version # 'git version 2.17.1' 08:35:53 using GIT_SSH to set credentials SSH Credentials for GitHub 08:35:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.212s coverage: 92.9% of statements 08:36:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:36:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:36:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.042s coverage: 77.8% of statements 08:36:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:36:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:36:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:36:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:36:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.088s coverage: 87.2% of statements 08:36:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:36:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.086s coverage: 100.0% of statements 08:36:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.128s coverage: 75.5% of statements 08:36:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.092s coverage: 80.8% of statements 08:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements 08:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.146s coverage: 84.6% of statements 08:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.404s coverage: 91.6% of statements 08:36:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.686s coverage: 64.4% of statements 08:36:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:36:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.106s coverage: 100.0% of statements 08:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements 08:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements 08:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements 08:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements 08:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.700s coverage: 69.0% of statements 08:36:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:36:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:36:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:36:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.239s coverage: 38.4% of statements 08:36:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:36:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:36:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.081s coverage: 89.5% of statements 08:36:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:36:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.131s coverage: 84.8% of statements 08:36:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.463s coverage: 47.0% of statements 08:36:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:36:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:36:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:36:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:36:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:36:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.229s coverage: 100.0% of statements 08:36:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:36:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.323s coverage: 100.0% of statements 08:36:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:36:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:36:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.163s coverage: 9.6% of statements 08:36:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:36:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:36:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:36:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:36:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:36:08 using GIT_SSH to set credentials SSH Credentials for GitHub 08:36:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3394/head:refs/remotes/origin/PR-3394 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:36:09 Merging remotes/origin/master commit db7925e05468a348a54e2ee7c85b6c50909b0e0e into PR head commit 30600ec0adfea65961962f9db181a6a535a2bebe 08:36:10 Merge succeeded, producing 9fdbb4a3cb6d60efffaf0a1f80408d784bfd0f90 08:36:10 Checking out Revision 9fdbb4a3cb6d60efffaf0a1f80408d784bfd0f90 (PR-3394) 08:36:09 > git config core.sparsecheckout # timeout=10 08:36:09 > git checkout -f 30600ec0adfea65961962f9db181a6a535a2bebe # timeout=10 08:36:09 > git remote # timeout=10 08:36:09 > git config --get remote.origin.url # timeout=10 08:36:09 using GIT_SSH to set credentials SSH Credentials for GitHub 08:36:09 > git merge db7925e05468a348a54e2ee7c85b6c50909b0e0e # timeout=10 08:36:10 > git rev-parse HEAD^{commit} # timeout=10 08:36:10 > git config core.sparsecheckout # timeout=10 08:36:10 > git checkout -f 9fdbb4a3cb6d60efffaf0a1f80408d784bfd0f90 # timeout=10 08:36:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.435s coverage: 88.6% of statements 08:36:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:36:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:36:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:36:14 Commit message: "Merge commit 'db7925e05468a348a54e2ee7c85b6c50909b0e0e' into HEAD" 08:36:14 > git rev-list --no-walk 30600ec0adfea65961962f9db181a6a535a2bebe # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:36:15 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:36:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:36:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.827s coverage: 28.7% of statements 08:36:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:36:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:36:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:36:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:36:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:36:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.148s coverage: 99.0% of statements 08:36:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:36:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.241s coverage: 100.0% of statements 08:36:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:36:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:36:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:36:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.210s coverage: 64.6% of statements 08:36:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:36:16 + true 08:36:16 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:36:18 provisioning config files... 08:36:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4739396907501181858tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:36:19 ---> docker-login.sh 08:36:19 nexus3.edgexfoundry.org:10001 08:36:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:36:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.711s coverage: 95.6% of statements 08:36:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:36:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:36:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:36:19 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 08:36:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:36:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.281s coverage: 100.0% of statements 08:36:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:36:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:36:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:36:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:36:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.161s coverage: 87.9% of statements 08:36:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:36:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:36:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements 08:36:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:36:20 Configure a credential helper to remove this warning. See 08:36:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:36:20 08:36:20 Login Succeeded 08:36:20 nexus3.edgexfoundry.org:10002 08:36:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.177s coverage: 28.1% of statements 08:36:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:36:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:36:20 Configure a credential helper to remove this warning. See 08:36:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:36:20 08:36:20 Login Succeeded 08:36:20 nexus3.edgexfoundry.org:10003 08:36:21 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 100.0% of statements 08:36:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:36:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:36:21 Configure a credential helper to remove this warning. See 08:36:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:36:21 08:36:21 Login Succeeded 08:36:21 nexus3.edgexfoundry.org:10004 08:36:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:36:21 GO111MODULE=on go vet ./... 08:36:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:36:21 Configure a credential helper to remove this warning. See 08:36:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:36:21 08:36:21 Login Succeeded 08:36:21 docker.io 08:36:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:36:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:36:22 Configure a credential helper to remove this warning. See 08:36:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:36:22 08:36:22 Login Succeeded 08:36:22 ---> docker-login.sh ends [Pipeline] } 08:36:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:36:22 ========================================================= 08:36:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:36:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:36:23 + 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:36:25 Sending build context to Docker daemon 167.4MB 08:36:25 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:36:25 Step 2/6 : FROM ${BASE} 08:36:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:36:25 5f621e34cdf4: Pulling fs layer 08:36:25 a4357932f1b6: Pulling fs layer 08:36:25 18c013af1878: Pulling fs layer 08:36:25 00ac8860ef70: Pulling fs layer 08:36:25 63d7cb157983: Pulling fs layer 08:36:25 b116817d02f9: Pulling fs layer 08:36:25 745a02a5169b: Pulling fs layer 08:36:25 63d7cb157983: Waiting 08:36:25 00ac8860ef70: Waiting 08:36:25 b116817d02f9: Waiting 08:36:25 745a02a5169b: Waiting 08:36:25 a4357932f1b6: Verifying Checksum 08:36:25 a4357932f1b6: Download complete 08:36:25 18c013af1878: Verifying Checksum 08:36:25 18c013af1878: Download complete 08:36:25 63d7cb157983: Verifying Checksum 08:36:25 63d7cb157983: Download complete 08:36:25 b116817d02f9: Verifying Checksum 08:36:25 b116817d02f9: Download complete 08:36:25 5f621e34cdf4: Verifying Checksum 08:36:25 5f621e34cdf4: Download complete 08:36:26 5f621e34cdf4: Pull complete 08:36:27 a4357932f1b6: Pull complete 08:36:27 18c013af1878: Pull complete 08:36:28 745a02a5169b: Download complete 08:36:29 00ac8860ef70: Verifying Checksum 08:36:29 00ac8860ef70: Download complete 08:36:39 00ac8860ef70: Pull complete 08:36:39 63d7cb157983: Pull complete 08:36:40 b116817d02f9: Pull complete 08:36:44 745a02a5169b: Pull complete 08:36:44 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:36:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:36:44 ---> b7e6874047d6 08:36:44 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:36:47 ---> Running in c11b92b9d523 08:36:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:36:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:36:49 (1/12) Installing libmagic (5.38-r0) 08:36:50 (2/12) Installing file (5.38-r0) 08:36:50 (3/12) Installing libc-dev (0.7.2-r3) 08:36:50 (4/12) Installing g++ (9.3.0-r2) 08:36:54 (5/12) Installing fortify-headers (1.1-r0) 08:36:54 (6/12) Installing patch (2.7.6-r6) 08:36:54 (7/12) Installing build-base (0.5-r2) 08:36:54 (8/12) Installing libsodium (1.0.18-r0) 08:36:55 (9/12) Installing pkgconf (1.7.2-r0) 08:36:55 (10/12) Installing libsodium-dev (1.0.18-r0) 08:36:55 (11/12) Installing libzmq (4.3.3-r0) 08:36:55 (12/12) Installing zeromq-dev (4.3.3-r0) 08:36:55 Executing busybox-1.31.1-r19.trigger 08:36:55 OK: 217 MiB in 51 packages 08:37:00 Removing intermediate container c11b92b9d523 08:37:00 ---> 66e184a98466 08:37:00 Step 4/6 : WORKDIR /edgex-go 08:37:00 ---> Running in 264aae353b3e 08:37:00 Removing intermediate container 264aae353b3e 08:37:00 ---> 28b847c55a39 08:37:00 Step 5/6 : COPY go.mod . 08:37:00 ---> 64e29d92fce6 08:37:00 Step 6/6 : RUN go mod download 08:37:01 ---> Running in 077ee657af7e 08:37:18 gofmt -l . 08:37:20 [ "`gofmt -l .`" = "" ] 08:37:21 ./bin/test-go-mod-tidy.sh 08:37:22 ./bin/test-attribution-txt.sh [Pipeline] sh 08:37:24 + ls -al . 08:37:24 total 812 08:37:24 drwxrwxr-x 10 1001 1001 4096 Apr 22 08:37 . 08:37:24 drwxr-xr-x 4 root root 28 Apr 22 08:33 .. 08:37:24 -rw-rw-r-- 1 1001 1001 11 Apr 22 08:31 .dockerignore 08:37:24 drwxrwxr-x 8 1001 1001 179 Apr 22 08:31 .git 08:37:24 drwxrwxr-x 3 1001 1001 125 Apr 22 08:31 .github 08:37:24 -rw-rw-r-- 1 1001 1001 818 Apr 22 08:31 .gitignore 08:37:24 drwx------ 3 1001 1001 60 Apr 22 08:32 .semver 08:37:24 -rw-rw-r-- 1 1001 1001 166 Apr 22 08:31 .sonarcloud.properties 08:37:24 -rw-rw-r-- 1 1001 1001 8609 Apr 22 08:31 Attribution.txt 08:37:24 -rw-rw-r-- 1 1001 1001 3804 Apr 22 08:31 CONTRIBUTING.md 08:37:24 -rw-rw-r-- 1 1001 1001 931 Apr 22 08:31 Dockerfile.build 08:37:24 -rw-rw-r-- 1 1001 1001 863 Apr 22 08:31 Jenkinsfile 08:37:24 -rw-rw-r-- 1 1001 1001 10775 Apr 22 08:31 LICENSE 08:37:24 -rw-rw-r-- 1 1001 1001 5774 Apr 22 08:31 Makefile 08:37:24 -rw-rw-r-- 1 1001 1001 7978 Apr 22 08:31 README.md 08:37:24 -rw-rw-r-- 1 1001 1001 6755 Apr 22 08:31 SECURITY.md 08:37:24 -rw-rw-r-- 1 1001 1001 5 Apr 22 08:32 VERSION 08:37:24 -rw-rw-r-- 1 1001 1001 4131 Apr 22 08:31 ZMQWindows.md 08:37:24 drwxrwxr-x 2 1001 1001 117 Apr 22 08:31 bin 08:37:24 drwxrwxr-x 14 1001 1001 4096 Apr 22 08:31 cmd 08:37:24 -rw-r--r-- 1 root root 703598 Apr 22 08:36 coverage.out 08:37:24 -rw-r--r-- 1 root root 1060 Apr 22 08:37 go.mod 08:37:24 -rw-r--r-- 1 root root 22302 Apr 22 08:37 go.sum 08:37:24 drwxrwxr-x 8 1001 1001 127 Apr 22 08:31 internal 08:37:24 drwxrwxr-x 4 1001 1001 26 Apr 22 08:31 openapi 08:37:24 drwxrwxr-x 4 1001 1001 71 Apr 22 08:31 snap 08:37:24 -rw-rw-r-- 1 1001 1001 168 Apr 22 08:31 version.go [Pipeline] sh 08:37:24 + '[' -e coverage.out ] 08:37:24 + chown 1001:1001 coverage.out [Pipeline] stash 08:37:25 Stashed 1 file(s) [Pipeline] sh 08:37:25 + make build 08:37:25 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:37:27 Removing intermediate container 077ee657af7e 08:37:27 ---> 11bbbd6da8fc 08:37:27 Successfully built 11bbbd6da8fc 08:37:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:37:28 + docker inspect -f . ci-base-image-arm64 08:37:28 . [Pipeline] withDockerContainer 08:37:28 prd-ubuntu18.04-docker-arm64-4c-16g-1425 does not seem to be running inside a container 08:37:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:37:30 $ docker top 7ce6ca6a571779fb466c20b3e26ed56c5051ee7d464772a22edabf0db8b70b8c -eo pid,comm [Pipeline] { [Pipeline] sh 08:37:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:37:31 + go version 08:37:31 go version go1.15.5 linux/arm64 [Pipeline] } 08:37:31 $ docker stop --time=1 7ce6ca6a571779fb466c20b3e26ed56c5051ee7d464772a22edabf0db8b70b8c 08:37:33 $ docker rm -f 7ce6ca6a571779fb466c20b3e26ed56c5051ee7d464772a22edabf0db8b70b8c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:37:33 + docker inspect -f . ci-base-image-arm64 08:37:33 . [Pipeline] withDockerContainer 08:37:34 prd-ubuntu18.04-docker-arm64-4c-16g-1425 does not seem to be running inside a container 08:37:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/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 ******** ci-base-image-arm64 cat 08:37:35 $ docker top 65f0b009d93253af52891546cf116a373a86faae5975093bd5324343cf835eba -eo pid,comm [Pipeline] { [Pipeline] echo 08:37:35 ========================================================= 08:37:35 [edgeXBuildGoParallel] Running Tests and Build... 08:37:35 ========================================================= [Pipeline] sh 08:37:36 + make test 08:37:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:37:58 ? github.com/edgexfoundry/edgex-go [no test files] 08:37:58 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:38:01 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:38:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:38:06 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:38:11 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:38:16 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:38:17 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:38:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:38:23 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:26 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:38:29 $ docker stop --time=1 5853e3ee6aac8d4ceb36b247157ae097fc46fd2eff313b14f4ff8dfa7f0f64be 08:38:32 $ docker rm -f 5853e3ee6aac8d4ceb36b247157ae097fc46fd2eff313b14f4ff8dfa7f0f64be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:38:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:38:34 08:38:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:38:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:38:34 latest: Pulling from edgex-devops/edgex-compose 08:38:34 cbdbe7a5bc2a: Pulling fs layer 08:38:34 ca9280d653b3: Pulling fs layer 08:38:34 7e9c9ca2126c: Pulling fs layer 08:38:34 cbdbe7a5bc2a: Verifying Checksum 08:38:34 cbdbe7a5bc2a: Download complete 08:38:35 cbdbe7a5bc2a: Pull complete 08:38:36 ca9280d653b3: Verifying Checksum 08:38:36 ca9280d653b3: Download complete 08:38:38 ca9280d653b3: Pull complete 08:38:38 7e9c9ca2126c: Verifying Checksum 08:38:38 7e9c9ca2126c: Download complete 08:38:45 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:38:53 7e9c9ca2126c: Pull complete 08:38:53 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:38:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:38:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:38:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:38:54 prd-centos7-docker-4c-2g-1417 does not seem to be running inside a container 08:38:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:38:58 $ docker top 7fa9f3fbf577db86baf71aefed54416b6f6e565794d93e024a7a9358a0ad4080 -eo pid,comm [Pipeline] { [Pipeline] sh 08:38:59 + docker-compose build --help 08:38:59 + grep parallel 08:39:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:39:00 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:39:01 --parallel Build images in parallel. [Pipeline] } 08:39:01 $ docker stop --time=1 7fa9f3fbf577db86baf71aefed54416b6f6e565794d93e024a7a9358a0ad4080 08:39:03 $ docker rm -f 7fa9f3fbf577db86baf71aefed54416b6f6e565794d93e024a7a9358a0ad4080 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:39:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:39:03 . [Pipeline] withDockerContainer 08:39:04 prd-centos7-docker-4c-2g-1417 does not seem to be running inside a container 08:39:04 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:39:04 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:39:04 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:39:04 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:39:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:39:05 $ docker top c0ee24a3fc9ccfc7127600ab5fc59760f6eca26a0e14f808291bd750687731e1 -eo pid,comm [Pipeline] { [Pipeline] sh 08:39:06 + docker-compose -f ./docker-compose-build.yml build --parallel 08:39:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:39:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:39:08 Building docker-core-command-go ... 08:39:08 Building docker-core-data-go ... 08:39:08 Building docker-core-metadata-go ... 08:39:08 Building docker-security-bootstrapper-go ... 08:39:08 Building docker-security-proxy-setup-go ... 08:39:08 Building docker-security-secretstore-setup-go ... 08:39:08 Building docker-support-notifications-go ... 08:39:08 Building docker-support-scheduler-go ... 08:39:08 Building docker-sys-mgmt-agent-go ... 08:39:08 Building docker-support-scheduler-go 08:39:08 Building docker-security-bootstrapper-go 08:39:08 Building docker-core-command-go 08:39:08 Building docker-support-notifications-go 08:39:08 Building docker-core-metadata-go 08:39:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:39:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:39:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.324s coverage: 45.9% of statements 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.176s coverage: 19.8% of statements 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.279s coverage: 100.0% of statements 08:39:29 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.515s coverage: 27.1% of statements 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:39:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.170s coverage: 100.0% of statements 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:39:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.144s coverage: 100.0% of statements 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:39:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.246s coverage: 71.3% of statements 08:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.489s coverage: 82.9% of statements 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.167s coverage: 78.9% of statements 08:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:39:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.171s coverage: 28.6% of statements 08:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:39:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.254s coverage: 100.0% of statements 08:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:39:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.260s coverage: 100.0% of statements 08:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:39:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.462s coverage: 86.7% of statements 08:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:39:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.396s coverage: 97.5% of statements 08:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:39:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.251s coverage: 78.3% of statements 08:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:39:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.154s coverage: 93.0% of statements 08:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:39:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:39:51 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:39:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.158s coverage: 58.8% of statements 08:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:39:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.227s coverage: 0.9% of statements 08:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:39:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:39:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:39:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.162s coverage: 47.1% of statements 08:39:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.155s coverage: 79.5% of statements 08:39:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.119s coverage: 94.1% of statements 08:39:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.203s coverage: 96.3% of statements 08:39:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.127s coverage: 87.5% of statements 08:40:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.131s coverage: 94.4% of statements 08:40:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.121s coverage: 44.8% of statements 08:40:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.474s coverage: 81.9% of statements 08:40:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.189s coverage: 92.9% of statements 08:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 08:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 08:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 08:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.153s coverage: 75.5% of statements 08:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.135s coverage: 80.8% of statements 08:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.236s coverage: 87.2% of statements 08:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.231s coverage: 84.6% of statements 08:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.241s coverage: 91.6% of statements 08:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.608s coverage: 64.4% of statements 08:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:40:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.127s coverage: 100.0% of statements 08:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements 08:40:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements 08:40:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.113s coverage: 73.7% of statements 08:40:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.088s coverage: 100.0% of statements 08:40:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.843s coverage: 69.0% of statements 08:40:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:40:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:40:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.455s coverage: 38.4% of statements 08:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.105s coverage: 89.5% of statements 08:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.084s coverage: 84.8% of statements 08:40:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:40:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:40:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:40:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:40:31 ---> c7211ddad79a 08:40:31 Step 3/22 : WORKDIR /edgex-go 08:40:31 ---> c7211ddad79a 08:40:31 Step 3/22 : WORKDIR /edgex-go 08:40:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:40:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:40:31 ---> c7211ddad79a 08:40:31 Step 3/23 : WORKDIR /edgex-go 08:40:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:40:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:40:31 ---> c7211ddad79a 08:40:31 Step 3/23 : WORKDIR /edgex-go 08:40:31 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:40:31 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:40:31 ---> c7211ddad79a 08:40:31 Step 3/31 : WORKDIR /edgex-go 08:40:31 ---> Running in 9ac93214e02e 08:40:31 ---> Running in 392085d0bfd7 08:40:31 ---> Running in 2b2e8a5302cb 08:40:31 ---> Running in 2cc2d7b220ba 08:40:31 ---> Running in f53691cc9610 08:40:31 Removing intermediate container f53691cc9610 08:40:31 ---> f2e532bd9e63 08:40:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:31 Removing intermediate container 9ac93214e02e 08:40:31 ---> 657f7938e687 08:40:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:31 Removing intermediate container 392085d0bfd7 08:40:31 ---> 69da41892fd2 08:40:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:31 Removing intermediate container 2b2e8a5302cb 08:40:31 ---> 83261d6593e9 08:40:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:31 Removing intermediate container 2cc2d7b220ba 08:40:31 ---> 9d8253a7f28e 08:40:31 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:40:31 ---> Running in c15f2d37a0b4 08:40:31 ---> Running in ce07134a838b 08:40:31 ---> Running in 16213835fc63 08:40:31 ---> Running in 922b08abb77e 08:40:31 ---> Running in 5fe9ca7f92e6 08:40:31 Removing intermediate container ce07134a838b 08:40:31 ---> 7c9297135129 08:40:31 Step 5/22 : RUN apk add --update --no-cache make git 08:40:31 Removing intermediate container 16213835fc63 08:40:31 ---> 5faf49e0048a 08:40:31 Step 5/23 : RUN apk add --update --no-cache make git 08:40:31 Removing intermediate container 5fe9ca7f92e6 08:40:31 ---> 76e74de80d3d 08:40:31 Step 5/31 : RUN apk add --update --no-cache make git 08:40:31 Removing intermediate container 922b08abb77e 08:40:31 ---> 7a1b89929e71 08:40:31 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:40:31 Removing intermediate container c15f2d37a0b4 08:40:31 ---> 2f7ac7422b67 08:40:31 Step 5/23 : RUN apk add --update --no-cache make git 08:40:31 ---> Running in bb472ce1dcfd 08:40:31 ---> Running in e48bbdfb7e4d 08:40:31 ---> Running in b6a4b9eca851 08:40:31 ---> Running in 330aee127ec5 08:40:31 ---> Running in 5fe163df43bb 08:40:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:40:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:40:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:40:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:40:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:40:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:40:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:40:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:40:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:40:32 OK: 233 MiB in 51 packages 08:40:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:40:32 OK: 233 MiB in 51 packages 08:40:32 OK: 233 MiB in 51 packages 08:40:32 OK: 233 MiB in 51 packages 08:40:33 OK: 233 MiB in 51 packages 08:40:33 Removing intermediate container bb472ce1dcfd 08:40:33 ---> bb71ebf63385 08:40:33 Step 6/23 : COPY go.mod . 08:40:33 Removing intermediate container b6a4b9eca851 08:40:33 ---> 94fa14746692 08:40:33 Step 6/22 : COPY go.mod . 08:40:33 Removing intermediate container e48bbdfb7e4d 08:40:33 ---> 42b3ff562ac6 08:40:33 Step 6/22 : COPY go.mod . 08:40:33 Removing intermediate container 5fe163df43bb 08:40:33 ---> f817af476078 08:40:33 Step 6/23 : COPY go.mod . 08:40:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.471s coverage: 47.0% of statements 08:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:40:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.108s coverage: 100.0% of statements 08:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:40:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.130s coverage: 100.0% of statements 08:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:40:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.142s coverage: 9.6% of statements 08:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:40:34 ---> da92d68335c2 08:40:34 Step 7/23 : RUN go mod download 08:40:34 ---> 6d2bd98b14db 08:40:34 Step 7/22 : RUN go mod download 08:40:34 ---> Running in c216b031ad42 08:40:34 ---> Running in 921e0a704fce 08:40:34 ---> 9a90af311a95 08:40:34 Step 7/22 : RUN go mod download 08:40:34 ---> Running in 6cbf7a245ead 08:40:34 ---> 164b06b4019b 08:40:34 Step 7/23 : RUN go mod download 08:40:34 Removing intermediate container 330aee127ec5 08:40:34 ---> 08307748af55 08:40:34 Step 6/31 : COPY go.mod . 08:40:34 ---> Running in daf31d92454e 08:40:35 ---> 0b3948019eae 08:40:35 Step 7/31 : RUN go mod download 08:40:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.463s coverage: 88.6% of statements 08:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:40:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:40:35 ---> Running in 64346163739b 08:40:40 Removing intermediate container 64346163739b 08:40:40 ---> ea8959f51ff9 08:40:40 Step 8/31 : COPY . . 08:40:40 Removing intermediate container 921e0a704fce 08:40:40 ---> 239ca1199c99 08:40:40 Step 8/22 : COPY . . 08:40:40 Removing intermediate container c216b031ad42 08:40:40 ---> d9d20782774d 08:40:40 Step 8/23 : COPY . . 08:40:40 Removing intermediate container daf31d92454e 08:40:40 ---> 90ec26946427 08:40:40 Step 8/23 : COPY . . 08:40:41 Removing intermediate container 6cbf7a245ead 08:40:41 ---> 0a761060dc10 08:40:41 Step 8/22 : COPY . . 08:40:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.275s coverage: 28.7% of statements 08:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:40:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.198s coverage: 99.0% of statements 08:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:40:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.178s coverage: 100.0% of statements 08:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:40:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.156s coverage: 64.6% of statements 08:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:40:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.419s coverage: 95.6% of statements 08:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:40:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:40:42 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 08:40:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:40:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements 08:40:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:40:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:40:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:40:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:40:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.084s coverage: 87.9% of statements 08:40:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:40:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:40:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.084s coverage: 100.0% of statements 08:40:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 28.1% of statements 08:40:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 08:40:45 GO111MODULE=on go vet ./... 08:42:07 gofmt -l . 08:42:07 [ "`gofmt -l .`" = "" ] 08:42:07 ./bin/test-go-mod-tidy.sh 08:42:08 ./bin/test-attribution-txt.sh [Pipeline] sh 08:42:10 + ls -al . 08:42:10 total 840 08:42:10 drwxrwxr-x 9 1001 1001 4096 Apr 22 08:42 . 08:42:10 drwxr-xr-x 4 root root 4096 Apr 22 08:37 .. 08:42:10 -rw-rw-r-- 1 1001 1001 11 Apr 22 08:36 .dockerignore 08:42:10 drwxrwxr-x 8 1001 1001 4096 Apr 22 08:36 .git 08:42:10 drwxrwxr-x 3 1001 1001 4096 Apr 22 08:36 .github 08:42:10 -rw-rw-r-- 1 1001 1001 818 Apr 22 08:36 .gitignore 08:42:10 -rw-rw-r-- 1 1001 1001 166 Apr 22 08:36 .sonarcloud.properties 08:42:10 -rw-rw-r-- 1 1001 1001 8609 Apr 22 08:36 Attribution.txt 08:42:10 -rw-rw-r-- 1 1001 1001 3804 Apr 22 08:36 CONTRIBUTING.md 08:42:10 -rw-rw-r-- 1 1001 1001 931 Apr 22 08:36 Dockerfile.build 08:42:10 -rw-rw-r-- 1 1001 1001 863 Apr 22 08:36 Jenkinsfile 08:42:10 -rw-rw-r-- 1 1001 1001 10775 Apr 22 08:36 LICENSE 08:42:10 -rw-rw-r-- 1 1001 1001 5774 Apr 22 08:36 Makefile 08:42:10 -rw-rw-r-- 1 1001 1001 7978 Apr 22 08:36 README.md 08:42:10 -rw-rw-r-- 1 1001 1001 6755 Apr 22 08:36 SECURITY.md 08:42:10 -rw-rw-r-- 1 1001 1001 5 Apr 22 08:32 VERSION 08:42:10 -rw-rw-r-- 1 1001 1001 4131 Apr 22 08:36 ZMQWindows.md 08:42:10 drwxrwxr-x 2 1001 1001 4096 Apr 22 08:36 bin 08:42:10 drwxrwxr-x 14 1001 1001 4096 Apr 22 08:36 cmd 08:42:10 -rw-r--r-- 1 root root 703598 Apr 22 08:40 coverage.out 08:42:10 -rw-r--r-- 1 root root 1060 Apr 22 08:42 go.mod 08:42:10 -rw-r--r-- 1 root root 22302 Apr 22 08:42 go.sum 08:42:10 drwxrwxr-x 8 1001 1001 4096 Apr 22 08:36 internal 08:42:10 drwxrwxr-x 4 1001 1001 4096 Apr 22 08:36 openapi 08:42:10 drwxrwxr-x 4 1001 1001 4096 Apr 22 08:36 snap 08:42:10 -rw-rw-r-- 1 1001 1001 168 Apr 22 08:36 version.go [Pipeline] sh 08:42:10 + '[' -e coverage.out ] 08:42:10 + chown 1001:1001 coverage.out [Pipeline] stash 08:42:10 Warning: overwriting stash ‘coverage-report’ 08:42:12 Stashed 1 file(s) [Pipeline] sh 08:42:12 + make build 08:42:12 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:42:23 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:42: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:42:51 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:42:51 ---> 4bb44da3c26e 08:42:51 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:42:51 ---> b87c5e5d8880 08:42:51 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:42:51 ---> 41155a8fec1d 08:42:51 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:42:51 ---> ee5d81e4ccbd 08:42:51 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:42:51 ---> 94a9f042b59a 08:42:51 Step 9/23 : RUN make cmd/core-command/core-command 08:42:51 ---> Running in afbe9a5de401 08:42:51 ---> Running in ae78abe327f0 08:42:51 ---> Running in e01d833859aa 08:42:51 ---> Running in 9ac45d4b5eef 08:42:51 ---> Running in 4e9dac1e228a 08:42:51 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:42:51 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:42:51 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:42:51 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:42:51 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:42: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:42: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:43:03 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:43:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:43:12 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:43:16 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:43:19 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:43:24 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:43:30 $ docker stop --time=1 65f0b009d93253af52891546cf116a373a86faae5975093bd5324343cf835eba 08:43:33 $ docker rm -f 65f0b009d93253af52891546cf116a373a86faae5975093bd5324343cf835eba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:43:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:43:34 08:43:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:43:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:43:35 latest: Pulling from edgex-devops/edgex-compose-arm64 08:43:35 29e5d40040c1: Pulling fs layer 08:43:35 1ce36da41761: Pulling fs layer 08:43:35 25b303627fd3: Pulling fs layer 08:43:35 29e5d40040c1: Verifying Checksum 08:43:36 1ce36da41761: Verifying Checksum 08:43:36 1ce36da41761: Download complete 08:43:36 29e5d40040c1: Pull complete 08:43:37 1ce36da41761: Pull complete 08:43:38 25b303627fd3: Download complete 08:43:48 25b303627fd3: Pull complete 08:43:48 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:43:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:43:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:43:48 prd-ubuntu18.04-docker-arm64-4c-16g-1425 does not seem to be running inside a container 08:43:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:43:52 $ docker top f424d3de73bcb92a366f3b6dec0caa9f5b103f688419d2a248adc4f3da8a78fa -eo pid,comm [Pipeline] { [Pipeline] sh 08:43:52 + docker-compose build --help 08:43:52 + grep parallel 08:43:56 --parallel Build images in parallel. [Pipeline] } 08:43:56 $ docker stop --time=1 f424d3de73bcb92a366f3b6dec0caa9f5b103f688419d2a248adc4f3da8a78fa 08:43:58 $ docker rm -f f424d3de73bcb92a366f3b6dec0caa9f5b103f688419d2a248adc4f3da8a78fa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:43:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:43:59 . [Pipeline] withDockerContainer 08:43:59 prd-ubuntu18.04-docker-arm64-4c-16g-1425 does not seem to be running inside a container 08:43:59 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:44:01 $ docker top bf18e316126b4c9276eaa2eee0a7688d4ecd1a881e65be3a741a688f32a07d1c -eo pid,comm [Pipeline] { [Pipeline] sh 08:44:02 + docker-compose -f ./docker-compose-build.yml build --parallel 08:44:06 Building docker-core-command-go ... 08:44:06 Building docker-core-data-go ... 08:44:06 Building docker-core-metadata-go ... 08:44:06 Building docker-security-bootstrapper-go ... 08:44:06 Building docker-security-proxy-setup-go ... 08:44:06 Building docker-security-secretstore-setup-go ... 08:44:06 Building docker-support-notifications-go ... 08:44:06 Building docker-support-scheduler-go ... 08:44:06 Building docker-sys-mgmt-agent-go ... 08:44:06 Building docker-support-scheduler-go 08:44:06 Building docker-security-proxy-setup-go 08:44:06 Building docker-core-metadata-go 08:44:06 Building docker-core-command-go 08:44:06 Building docker-core-data-go 08:44:14 Removing intermediate container e01d833859aa 08:44:14 ---> a88c0c670910 08:44:14 08:44:14 Step 10/31 : FROM alpine:3.12 08:44:14 Removing intermediate container afbe9a5de401 08:44:14 ---> 984de629bdec 08:44:14 08:44:14 Step 10/23 : FROM alpine:3.12 08:44:14 3.12: Pulling from library/alpine 08:44:14 3.12: Pulling from library/alpine 08:44:14 Removing intermediate container 9ac45d4b5eef 08:44:14 ---> fad09135edcf 08:44:14 08:44:14 Step 10/22 : FROM alpine:3.12 08:44:14 3.12: Pulling from library/alpine 08:44:14 Removing intermediate container ae78abe327f0 08:44:14 ---> e21f2348ddbe 08:44:14 08:44:14 Step 10/22 : FROM alpine:3.12 08:44:14 3.12: Pulling from library/alpine 08:44:14 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:44:14 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:44:15 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:44:15 Status: Image is up to date for alpine:3.12 08:44:15 Status: Downloaded newer image for alpine:3.12 08:44:15 Status: Downloaded newer image for alpine:3.12 08:44:15 ---> 13621d1b12d4 08:44:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:44:15 ---> 13621d1b12d4 08:44:15 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:44:15 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:44:15 Status: Image is up to date for alpine:3.12 08:44:15 ---> 13621d1b12d4 08:44:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:44:15 ---> 13621d1b12d4 08:44:15 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:44:17 ---> Running in a75dbdc3289f 08:44:17 ---> Running in a6d905642b69 08:44:17 ---> Running in 788fe338cf45 08:44:18 ---> Running in fa97c72adc94 08:44:19 Removing intermediate container 788fe338cf45 08:44:19 ---> d7688696e77e 08:44:19 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:44:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:44:19 ---> Running in bba8e0224826 08:44:20 Removing intermediate container 4e9dac1e228a 08:44:20 ---> f3d3d1140cf9 08:44:20 08:44:20 Step 10/23 : FROM alpine:3.12 08:44:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:44:20 ---> 13621d1b12d4 08:44:20 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:44:20 (1/1) Installing dumb-init (1.2.2-r1) 08:44:20 Executing busybox-1.31.1-r20.trigger 08:44:20 OK: 6 MiB in 15 packages 08:44:20 ---> Running in d91ad39d7515 08:44:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:44:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:44:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:44:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:44:21 (1/2) Installing ca-certificates (20191127-r4) 08:44:21 (2/2) Installing dumb-init (1.2.2-r1) 08:44:21 Executing busybox-1.31.1-r20.trigger 08:44:21 Executing ca-certificates-20191127-r4.trigger 08:44:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:44:21 (1/1) Installing dumb-init (1.2.2-r1) 08:44:21 Executing busybox-1.31.1-r20.trigger 08:44:21 OK: 6 MiB in 15 packages 08:44:22 OK: 6 MiB in 16 packages 08:44:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:44:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:44:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:44:22 Removing intermediate container a75dbdc3289f 08:44:22 ---> c48040392c7f 08:44:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:44:22 (1/2) Installing dumb-init (1.2.2-r1) 08:44:22 (2/2) Installing su-exec (0.2-r1) 08:44:22 Executing busybox-1.31.1-r20.trigger 08:44:22 OK: 6 MiB in 16 packages 08:44:22 (1/1) Installing dumb-init (1.2.2-r1) 08:44:22 Executing busybox-1.31.1-r20.trigger 08:44:22 OK: 6 MiB in 15 packages 08:44:23 ---> Running in 48be208c7161 08:44:23 Removing intermediate container 48be208c7161 08:44:23 ---> eb68e3e298e3 08:44:23 Step 13/23 : ENV APP_PORT=48082 08:44:24 ---> Running in ce0fd1813de7 08:44:24 Removing intermediate container fa97c72adc94 08:44:24 ---> 9f6b06f60fdb 08:44:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:44:24 ---> Running in 02e1a291b2dc 08:44:24 Removing intermediate container a6d905642b69 08:44:24 ---> d01425e9c38e 08:44:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:44:24 Removing intermediate container bba8e0224826 08:44:24 ---> 03e7a128e447 08:44:24 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:44:25 ---> Running in 28e45e33cc43 08:44:25 Removing intermediate container ce0fd1813de7 08:44:25 ---> 6251589762c8 08:44:25 Step 14/23 : EXPOSE $APP_PORT 08:44:25 ---> Running in 5c8d900dfa12 08:44:25 Removing intermediate container d91ad39d7515 08:44:25 ---> 2f5d1403ca2e 08:44:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:44:25 ---> Running in 5d1907986e5e 08:44:26 Removing intermediate container 02e1a291b2dc 08:44:26 ---> 680430a718ce 08:44:26 Step 13/22 : ENV APP_PORT=48085 08:44:26 ---> Running in 5f0e40fc3db4 08:44:26 Removing intermediate container 28e45e33cc43 08:44:26 ---> b135a773f9dd 08:44:26 Step 13/22 : ENV APP_PORT=48060 08:44:26 ---> Running in 7286a9f45d69 08:44:26 Removing intermediate container 5c8d900dfa12 08:44:26 ---> 030c6b80dce6 08:44:26 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:44:26 Removing intermediate container 5d1907986e5e 08:44:26 ---> e7094ef99d8e 08:44:26 Step 15/23 : WORKDIR / 08:44:27 ---> Running in c91ef432fbf9 08:44:27 ---> Running in 411534360e04 08:44:27 ---> Running in 2c46eea4f87d 08:44:27 Removing intermediate container 5f0e40fc3db4 08:44:27 ---> 866ea25cd278 08:44:27 Step 13/23 : ENV APP_PORT=48081 08:44:27 Removing intermediate container 7286a9f45d69 08:44:27 ---> f7774707e5dc 08:44:27 Step 14/22 : EXPOSE $APP_PORT 08:44:27 ---> Running in 03d23a1d00a7 08:44:27 ---> Running in 0231293fcc6d 08:44:28 Removing intermediate container 2c46eea4f87d 08:44:28 ---> f76bea3c5eb6 08:44:28 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:44:28 Removing intermediate container c91ef432fbf9 08:44:28 ---> 489a81d5b539 08:44:28 Step 14/22 : EXPOSE $APP_PORT 08:44:28 Removing intermediate container 411534360e04 08:44:28 ---> da872c7c1cd9 08:44:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:44:28 ---> Running in 21782e17b37c 08:44:28 ---> Running in c4885a1efb58 08:44:28 Removing intermediate container 03d23a1d00a7 08:44:28 ---> e5281f6e9458 08:44:28 Step 14/23 : EXPOSE $APP_PORT 08:44:28 Removing intermediate container 0231293fcc6d 08:44:28 ---> e817129e5cd9 08:44:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:44:28 ---> Running in 6ab808addb32 08:44:29 ---> a757533f32a3 08:44:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:44:29 Removing intermediate container c4885a1efb58 08:44:29 ---> 008596c88cd2 08:44:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:44:29 Removing intermediate container 6ab808addb32 08:44:29 ---> 1921cfeac8e3 08:44:29 Step 15/23 : WORKDIR / 08:44:29 ---> 8d4882f01158 08:44:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:44:29 ---> Running in 455ab0a724df 08:44:30 ---> f452466dd39d 08:44:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:44:30 Removing intermediate container 455ab0a724df 08:44:30 ---> 1063c16af5d6 08:44:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:44:31 ---> 786899067a5c 08:44:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:44:32 ---> 99061e878123 08:44:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:44:32 ---> a0fa76efb753 08:44:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:44:32 ---> 40e2d59e0279 08:44:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:44:33 ---> 33f32756640e 08:44:33 Step 19/23 : ENTRYPOINT ["/core-command"] 08:44:33 Removing intermediate container 21782e17b37c 08:44:33 ---> 4e06891dbf6c 08:44:33 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:44:33 ---> Running in 092638fcb861 08:44:33 ---> Running in d0ffaf483d0e 08:44:34 ---> d0530b4e5968 08:44:34 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:44:34 ---> 5d3baab91136 08:44:34 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:44:34 ---> c03fecc39b94 08:44:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:44:34 ---> Running in 316ffaf1a4ef 08:44:34 ---> Running in 18d3b61bdf7b 08:44:34 Removing intermediate container d0ffaf483d0e 08:44:34 ---> 5f0b4cf6e74d 08:44:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:44:34 Removing intermediate container 092638fcb861 08:44:34 ---> 5dd04fc27be9 08:44:34 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:44:35 ---> Running in bdb6cc8a9920 08:44:35 ---> e32a0f73796f 08:44:35 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:44:35 Removing intermediate container 316ffaf1a4ef 08:44:35 ---> 850745234b1c 08:44:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:44:35 Removing intermediate container 18d3b61bdf7b 08:44:35 ---> f890a7930511 08:44:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:44:35 ---> Running in 43cbeafa8777 08:44:35 ---> Running in 7e2fa918f4c4 08:44:35 Removing intermediate container bdb6cc8a9920 08:44:35 ---> 325f5005c430 08:44:35 Step 21/23 : LABEL arch=x86_64 08:44:35 ---> Running in d6891e544bfc 08:44:35 ---> 4d98ea025604 08:44:35 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:44:36 ---> Running in 276d8e881c47 08:44:36 ---> Running in aad43423447e 08:44:36 Removing intermediate container 7e2fa918f4c4 08:44:36 ---> 787c6c3894b1 08:44:36 Step 20/22 : LABEL arch=x86_64 08:44:36 Removing intermediate container 43cbeafa8777 08:44:36 ---> a1c1115aef25 08:44:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:44:36 Removing intermediate container d6891e544bfc 08:44:36 ---> 2f6a1dae7358 08:44:36 Step 20/22 : LABEL arch=x86_64 08:44:36 Removing intermediate container 276d8e881c47 08:44:36 ---> edb7a4aec01d 08:44:36 Step 22/23 : LABEL git_sha=526dd3c9f3f8fbcaf57f3b038e937c4772e8077d 08:44:36 ---> Running in 2488b788a15e 08:44:36 ---> Running in 6db8f59a54a6 08:44:36 ---> Running in 4765a81c887f 08:44:37 ---> Running in d2886b7b0cae 08:44:37 Removing intermediate container 2488b788a15e 08:44:37 ---> c800e19874f9 08:44:37 Step 21/22 : LABEL git_sha=526dd3c9f3f8fbcaf57f3b038e937c4772e8077d 08:44:37 Removing intermediate container 6db8f59a54a6 08:44:37 ---> 9fcb53dd9b4f 08:44:37 Step 21/23 : LABEL arch=x86_64 08:44:37 Removing intermediate container 4765a81c887f 08:44:37 ---> a6829029bddd 08:44:37 Step 21/22 : LABEL git_sha=526dd3c9f3f8fbcaf57f3b038e937c4772e8077d 08:44:38 Removing intermediate container d2886b7b0cae 08:44:38 ---> 170755aadedb 08:44:38 Step 23/23 : LABEL version=0.0.0 08:44:38 ---> Running in 66dd00bb0d99 08:44:38 ---> Running in f9c591a8146b 08:44:38 ---> Running in 2f05167017d5 08:44:38 ---> Running in c8e04b0cf8ce 08:44:39 Removing intermediate container 2f05167017d5 08:44:39 ---> 54c3e6478f0a 08:44:39 Step 22/22 : LABEL version=0.0.0 08:44:39 Removing intermediate container 66dd00bb0d99 08:44:39 ---> 18310cb39c01 08:44:39 Step 22/22 : LABEL version=0.0.0 08:44:39 Removing intermediate container f9c591a8146b 08:44:39 ---> aec59c6aa103 08:44:39 Step 22/23 : LABEL git_sha=526dd3c9f3f8fbcaf57f3b038e937c4772e8077d 08:44:39 Removing intermediate container c8e04b0cf8ce 08:44:39 ---> f878d1b4f409 08:44:39 08:44:39 ---> Running in 5ab6593bfddb 08:44:40 ---> Running in 4622199e9054 08:44:40 Removing intermediate container aad43423447e 08:44:40 ---> c26dad23f590 08:44:40 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:44:40 ---> Running in 695518be086c 08:44:40 Removing intermediate container 4622199e9054 08:44:40 ---> 06d85f857aa1 08:44:40 08:44:41 Removing intermediate container 5ab6593bfddb 08:44:41 ---> 3a8412d6001a 08:44:41 08:44:41 Removing intermediate container 695518be086c 08:44:41 ---> e3bd815a1a3f 08:44:41 Step 23/23 : LABEL version=0.0.0 08:44:41 Successfully built f878d1b4f409 08:44:41 ---> 13de1f32893c 08:44:41 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:44:41 Successfully tagged docker-core-command-go:latest 08:44:41 Building docker-security-proxy-setup-go 08:44:42  Building docker-core-command-go ... done Successfully built 06d85f857aa1 08:44:42 Successfully built 3a8412d6001a 08:44:42 Successfully tagged docker-support-notifications-go:latest 08:44:42  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 08:44:42 ---> Running in 1b142304e0d6 08:44:42 Successfully tagged docker-support-scheduler-go:latest 08:44:42  Building docker-support-scheduler-go ... done Building docker-core-data-go 08:44:43 Removing intermediate container 1b142304e0d6 08:44:43 ---> 625d1fa8184c 08:44:43 08:44:43 ---> 492ed9663854 08:44:43 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:44:43 Successfully built 625d1fa8184c 08:44:43 Successfully tagged docker-core-metadata-go:latest 08:44:43  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 08:44:43 ---> 8f6573c48fbe 08:44:43 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:44:44 ---> 62439fceec30 08:44:44 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:44:44 ---> e6b1acb060d1 08:44:44 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:44:45 ---> Running in a220b2284dfc 08:44:48 Removing intermediate container a220b2284dfc 08:44:48 ---> 1bc19a2cfe27 08:44:48 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:44:50 ---> 16adbcd7a7b3 08:44:50 Step 26/31 : RUN chmod +x /entrypoint.sh 08:44:50 ---> Running in b380ab6b1c50 08:44:56 Removing intermediate container b380ab6b1c50 08:44:56 ---> acad34d50eec 08:44:56 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:44:59 ---> Running in 7955f2dc4208 08:45:00 Removing intermediate container 7955f2dc4208 08:45:00 ---> 81273b8d46ae 08:45:00 Step 28/31 : CMD ["gate"] 08:45:00 ---> Running in f91addfe13c4 08:45:01 Removing intermediate container f91addfe13c4 08:45:01 ---> 182690a6f55c 08:45:01 Step 29/31 : LABEL arch=x86_64 08:45:01 ---> Running in 6a001a1bd458 08:45:03 Removing intermediate container 6a001a1bd458 08:45:03 ---> 7dd96a3f8a57 08:45:03 Step 30/31 : LABEL git_sha=526dd3c9f3f8fbcaf57f3b038e937c4772e8077d 08:45:04 ---> Running in dc09a1b8d3fa 08:45:06 Removing intermediate container dc09a1b8d3fa 08:45:06 ---> 313bb6d95505 08:45:06 Step 31/31 : LABEL version=0.0.0 08:45:07 ---> Running in 7cd5956f7421 08:45:09 Removing intermediate container 7cd5956f7421 08:45:09 ---> b40e4600d85b 08:45:09 08:45:10 Successfully built b40e4600d85b 08:45:10 Successfully tagged docker-security-bootstrapper-go:latest 08:45:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:45:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:45:28 ---> 11bbbd6da8fc 08:45:28 Step 3/23 : WORKDIR /edgex-go 08:45:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:45:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:45:28 ---> 11bbbd6da8fc 08:45:28 Step 3/23 : WORKDIR /edgex-go 08:45:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:45:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:45:28 ---> 11bbbd6da8fc 08:45:28 Step 3/22 : WORKDIR /edgex-go 08:45:28 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:45:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:45:28 ---> 11bbbd6da8fc 08:45:28 Step 3/21 : WORKDIR /edgex-go 08:45:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:45:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:45:28 ---> 11bbbd6da8fc 08:45:28 Step 3/23 : WORKDIR /edgex-go 08:45:28 ---> Running in 5f7881249220 08:45:28 ---> Running in 3d1a0919a8ad 08:45:28 ---> Running in c473e2f9fc4a 08:45:28 ---> Running in 0010f11e2c7a 08:45:28 ---> Running in def040dd7b1b 08:45:28 Removing intermediate container def040dd7b1b 08:45:28 ---> f5240751c7dc 08:45:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:28 Removing intermediate container 3d1a0919a8ad 08:45:28 ---> c783b2c51d52 08:45:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:28 Removing intermediate container 5f7881249220 08:45:28 ---> 2c576ddbe2c9 08:45:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:28 Removing intermediate container c473e2f9fc4a 08:45:28 ---> 8c9c4f9f4e51 08:45:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:28 Removing intermediate container 0010f11e2c7a 08:45:28 ---> 3aedd9d29233 08:45:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:28 ---> Running in a6e5e4fe6516 08:45:28 ---> Running in 669efc93a7bd 08:45:28 ---> Running in c4ad13b5df60 08:45:28 ---> Running in fa027b2d52a3 08:45:28 ---> Running in 959c19625115 08:45:28 Removing intermediate container a6e5e4fe6516 08:45:28 ---> 256d2f863ecf 08:45:28 Step 5/23 : RUN apk add --update --no-cache make git 08:45:28 ---> Running in 9afc9d440917 08:45:28 Removing intermediate container c4ad13b5df60 08:45:28 ---> 36cce989e4eb 08:45:28 Step 5/22 : RUN apk add --update --no-cache make git 08:45:28 Removing intermediate container 669efc93a7bd 08:45:28 ---> 8afbb139b1e5 08:45:28 Step 5/21 : RUN apk add --update --no-cache make git 08:45:28 ---> Running in bc77e6db5c47 08:45:28 Removing intermediate container fa027b2d52a3 08:45:28 ---> 2698bad0b53a 08:45:28 Step 5/23 : RUN apk add --update --no-cache make git 08:45:28 Removing intermediate container 959c19625115 08:45:28 ---> b37ed94b08f7 08:45:28 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:45:28 ---> Running in 1be1ef1252b2 08:45:28 ---> Running in 744a5a1a8079 08:45:28 ---> Running in f7aa14f9265b 08:45:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:45:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:45:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:45:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:45:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:45:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:45:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:45:30 OK: 217 MiB in 51 packages 08:45:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:45:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:45:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:45:30 OK: 217 MiB in 51 packages 08:45:30 OK: 217 MiB in 51 packages 08:45:31 OK: 217 MiB in 51 packages 08:45:31 OK: 217 MiB in 51 packages 08:45:31 Removing intermediate container 9afc9d440917 08:45:31 ---> 1f85055a40d7 08:45:31 Step 6/23 : COPY go.mod . 08:45:32 Removing intermediate container bc77e6db5c47 08:45:32 ---> 510edfec093f 08:45:32 Step 6/22 : COPY go.mod . 08:45:32 Removing intermediate container 1be1ef1252b2 08:45:32 ---> 100323e84fdb 08:45:32 Step 6/21 : COPY go.mod . 08:45:32 ---> 1600ec5dbf22 08:45:32 Step 7/23 : RUN go mod download 08:45:33 ---> Running in c1928da2b91a 08:45:33 Removing intermediate container 744a5a1a8079 08:45:33 ---> 2d73d4eafbcd 08:45:33 Step 6/23 : COPY go.mod . 08:45:33 ---> 79735fe3c4c4 08:45:33 Step 7/22 : RUN go mod download 08:45:33 Removing intermediate container f7aa14f9265b 08:45:33 ---> 6223fbbb358d 08:45:33 Step 6/23 : COPY go.mod . 08:45:33 ---> Running in aa3bc1135058 08:45:33 ---> d6881b5ba54d 08:45:33 Step 7/21 : RUN go mod download 08:45:34 ---> Running in 00760d52da38 08:45:34 ---> 99d7cedb537a 08:45:34 Step 7/23 : RUN go mod download 08:45:34 ---> Running in 1127b4ca7955 08:45:34 ---> 217fcc472837 08:45:34 Step 7/23 : RUN go mod download 08:45:34 ---> Running in 94d356e5f72b 08:45:37 Removing intermediate container c1928da2b91a 08:45:37 ---> cdfeb63ee9e3 08:45:37 Step 8/23 : COPY . . 08:45:37 Removing intermediate container aa3bc1135058 08:45:37 ---> 4016307980ef 08:45:37 Step 8/22 : COPY . . 08:45:39 Removing intermediate container 00760d52da38 08:45:39 ---> 2d97412adb84 08:45:39 Step 8/21 : COPY . . 08:45:39 Removing intermediate container 1127b4ca7955 08:45:39 ---> 59c35417fee2 08:45:39 Step 8/23 : COPY . . 08:45:40 Removing intermediate container 94d356e5f72b 08:45:40 ---> 87d8a3f4f053 08:45:40 Step 8/23 : COPY . . 08:45:55  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:45:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:45:55 ---> c7211ddad79a 08:45:55 Step 3/23 : WORKDIR /edgex-go 08:45:55 ---> Using cache 08:45:55 ---> 9d8253a7f28e 08:45:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:55 ---> Using cache 08:45:55 ---> 76e74de80d3d 08:45:55 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:45:55 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:45:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:45:55 ---> c7211ddad79a 08:45:55 Step 3/24 : WORKDIR /edgex-go 08:45:55 ---> Using cache 08:45:55 ---> 9d8253a7f28e 08:45:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:55 ---> Using cache 08:45:55 ---> 76e74de80d3d 08:45:55 Step 5/24 : RUN apk add --update --no-cache make git 08:45:55 ---> Using cache 08:45:55 ---> 08307748af55 08:45:55 Step 6/24 : COPY go.mod . 08:45:55 ---> Using cache 08:45:55 ---> 0b3948019eae 08:45:55 Step 7/24 : RUN go mod download 08:45:55 ---> Using cache 08:45:55 ---> ea8959f51ff9 08:45:55 Step 8/24 : COPY . . 08:45:55 ---> Using cache 08:45:55 ---> ee5d81e4ccbd 08:45:55 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:45:55 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:45:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:45:55 ---> c7211ddad79a 08:45:55 Step 3/21 : WORKDIR /edgex-go 08:45:55 ---> Using cache 08:45:55 ---> 9d8253a7f28e 08:45:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:55 ---> Using cache 08:45:55 ---> 76e74de80d3d 08:45:55 Step 5/21 : RUN apk add --update --no-cache make git 08:45:55 ---> Using cache 08:45:55 ---> 08307748af55 08:45:55 Step 6/21 : COPY go.mod . 08:45:55 ---> Using cache 08:45:55 ---> 0b3948019eae 08:45:55 Step 7/21 : RUN go mod download 08:45:55 ---> Using cache 08:45:55 ---> ea8959f51ff9 08:45:55 Step 8/21 : COPY . . 08:45:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:45:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:45:55 ---> c7211ddad79a 08:45:55 Step 3/23 : WORKDIR /edgex-go 08:45:55 ---> Using cache 08:45:55 ---> 9d8253a7f28e 08:45:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:55 ---> Using cache 08:45:55 ---> 76e74de80d3d 08:45:55 Step 5/23 : RUN apk add --update --no-cache make bash git 08:45:55 ---> Using cache 08:45:55 ---> ee5d81e4ccbd 08:45:55 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:45:55 ---> Running in 38ecae78713a 08:45:55 ---> Running in b75a511d7070 08:45:55 ---> Running in 95edf2b35050 08:45:55 ---> Running in 69521e2018e9 08:45: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:45:57 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:45:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:45:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:45:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:45:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:45:58 OK: 233 MiB in 51 packages 08:45:58 OK: 233 MiB in 51 packages 08:46:00 Removing intermediate container 95edf2b35050 08:46:00 ---> cbad866006e6 08:46:00 Step 6/23 : COPY go.mod . 08:46:00 Removing intermediate container 38ecae78713a 08:46:00 ---> ca4579012d7c 08:46:00 Step 6/23 : COPY go.mod . 08:46:02 ---> 9ce827c16f88 08:46:02 Step 7/23 : RUN go mod download 08:46:02 ---> 754d0da380b9 08:46:02 Step 7/23 : RUN go mod download 08:46:02 ---> Running in 78ca7e7feeab 08:46:02 ---> Running in b0d65e1916b4 08:46:06 ---> d8c188307066 08:46:06 Step 9/23 : RUN make cmd/core-command/core-command 08:46:06 ---> 70018abd313d 08:46:06 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:46:06 ---> 706325ea3be8 08:46:06 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:46:06 ---> 702456010982 08:46:06 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:46:06 ---> b046bdfb2b00 08:46:06 Step 9/23 : RUN make cmd/core-data/core-data 08:46:06 ---> Running in 226304eb05cb 08:46:06 ---> Running in b1b7f1e92925 08:46:06 ---> Running in 82231f970bb5 08:46:06 ---> Running in 83619d48fe3b 08:46:06 ---> Running in 06b018e2e042 08:46:06 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:46:06 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:46:06 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:46:06 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:46:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:46:12 Removing intermediate container 78ca7e7feeab 08:46:12 ---> c179c8ef4177 08:46:12 Step 8/23 : COPY . . 08:46:12 Removing intermediate container b0d65e1916b4 08:46:12 ---> f4a7d3e2745d 08:46:12 Step 8/23 : COPY . . 08:46:49 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:46:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:47:38 Removing intermediate container b75a511d7070 08:47:38 ---> 4700674a8783 08:47:38 08:47:38 Removing intermediate container 69521e2018e9 08:47:38 ---> 97a4d2591601 08:47:38 08:47:38 Step 10/21 : FROM alpine:3.12 08:47:38 Step 10/24 : FROM alpine:3.12 08:47:38 ---> 13621d1b12d4 08:47:38 Step 11/21 : RUN apk add --update --no-cache curl 08:47:38 ---> 13621d1b12d4 08:47:38 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:47:38 ---> Running in 4230378b53a0 08:47:38 ---> Running in ff0a79603f34 08:47:38 ---> 67e696577c47 08:47:38 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:47:38 ---> Running in 032de416d20d 08:47:38 ---> d66e1daf9cad 08:47:38 Step 9/23 : RUN make cmd/core-data/core-data 08:47:38 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:47:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:47:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:47:38 ---> Running in 6783773fecfe 08:47:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:47:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:47:38 (1/4) Installing ca-certificates (20191127-r4) 08:47:38 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:47:38 (3/4) Installing libcurl (7.76.1-r0) 08:47:38 (4/4) Installing curl (7.76.1-r0) 08:47:38 Executing busybox-1.31.1-r20.trigger 08:47:38 (1/6) Installing ca-certificates (20191127-r4) 08:47:38 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:47:39 (3/6) Installing libcurl (7.76.1-r0) 08:47:39 (4/6) Installing curl (7.76.1-r0) 08:47:39 (5/6) Installing dumb-init (1.2.2-r1) 08:47:39 (6/6) Installing su-exec (0.2-r1) 08:47:39 Executing busybox-1.31.1-r20.trigger 08:47:39 Executing ca-certificates-20191127-r4.trigger 08:47:39 Executing ca-certificates-20191127-r4.trigger 08:47:39 OK: 7 MiB in 18 packages 08:47:39 OK: 7 MiB in 20 packages 08:47:41 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:47:43 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:47:44 Removing intermediate container ff0a79603f34 08:47:44 ---> 9037545b6eaa 08:47:44 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:47:45 Removing intermediate container 4230378b53a0 08:47:45 ---> 55a9bab34079 08:47:45 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:47:45 ---> Running in bd4d6cb0bb58 08:47:46 ---> Running in e21bd3e583a7 08:47:46 Removing intermediate container bd4d6cb0bb58 08:47:46 ---> aa71fb3e859d 08:47:46 Step 13/21 : WORKDIR /edgex 08:47:46 ---> Running in ad26cf7388ed 08:47:47 Removing intermediate container e21bd3e583a7 08:47:47 ---> b8a80faf9625 08:47:47 Step 13/24 : WORKDIR / 08:47:47 ---> Running in 966f014b0292 08:47:47 Removing intermediate container ad26cf7388ed 08:47:47 ---> 4e0cbc7f33f8 08:47:47 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:47:49 Removing intermediate container 966f014b0292 08:47:49 ---> 018a8d34426a 08:47:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:47:49 ---> 8ca3dd6833f8 08:47:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:47:50 ---> dc4b8c6fc213 08:47:50 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:47:50 ---> 7d7028991479 08:47:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:47:52 ---> 63fc004dbbaa 08:47:52 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:47:52 ---> 83f503b9e914 08:47:52 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:47:52 ---> Running in 9b73798270c8 08:47:53 ---> c749c1a25578 08:47:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:47:54 Removing intermediate container 9b73798270c8 08:47:54 ---> d8565f467a08 08:47:54 Step 18/21 : CMD ["--init=true"] 08:47:54 ---> Running in 5c9174b1ff75 08:47:55 Removing intermediate container 5c9174b1ff75 08:47:55 ---> 9e8af804b544 08:47:55 Step 19/21 : LABEL arch=x86_64 08:47:55 ---> 665752da0569 08:47:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:47:55 ---> Running in 92f8b81c4d22 08:47:57 Removing intermediate container 92f8b81c4d22 08:47:57 ---> f29162d85b78 08:47:57 Step 20/21 : LABEL git_sha=526dd3c9f3f8fbcaf57f3b038e937c4772e8077d 08:47:58 ---> a3c6fc97f1ae 08:47:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:47:58 ---> Running in eeaa3270431f 08:47:59 Removing intermediate container eeaa3270431f 08:47:59 ---> dd5bb8648434 08:47:59 Step 21/21 : LABEL version=0.0.0 08:47:59 ---> Running in 083881f7e973 08:48:00 ---> 8730687239ff 08:48:00 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:48:00 ---> Running in ab1b531a0e60 08:48:00 Removing intermediate container 083881f7e973 08:48:00 ---> d402d93e736a 08:48:00 08:48:02 Removing intermediate container 226304eb05cb 08:48:02 ---> 5c6292572dea 08:48:02 08:48:02 Step 10/21 : FROM alpine:3.12 08:48:02 3.12: Pulling from library/alpine 08:48:02 Successfully built d402d93e736a 08:48:03 Successfully tagged docker-security-proxy-setup-go:latest 08:48:03 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:48:03 Status: Downloaded newer image for alpine:3.12 08:48:03 ---> 9852663dfa18 08:48:03 Step 11/21 : RUN apk add --update --no-cache curl 08:48:04 ---> Running in a7899e772f8a 08:48:05  Building docker-security-proxy-setup-go ... done Removing intermediate container ab1b531a0e60 08:48:05 ---> ca76b5611bad 08:48:05 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:48:06 ---> Running in 6e2d84cdd80d 08:48:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:07 (1/4) Installing ca-certificates (20191127-r4) 08:48:07 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:48:07 (3/4) Installing libcurl (7.76.1-r0) 08:48:07 (4/4) Installing curl (7.76.1-r0) 08:48:07 Executing busybox-1.31.1-r20.trigger 08:48:07 Executing ca-certificates-20191127-r4.trigger 08:48:07 Removing intermediate container 6e2d84cdd80d 08:48:07 ---> 91ec6c27cc5f 08:48:07 Step 22/24 : LABEL arch=x86_64 08:48:07 OK: 7 MiB in 18 packages 08:48:08 ---> Running in 78c6e73d025f 08:48:08 Removing intermediate container 78c6e73d025f 08:48:08 ---> 2412cfd38093 08:48:08 Step 23/24 : LABEL git_sha=526dd3c9f3f8fbcaf57f3b038e937c4772e8077d 08:48:08 ---> Running in 34942db1427c 08:48:09 Removing intermediate container 34942db1427c 08:48:09 ---> 264eb5924011 08:48:09 Step 24/24 : LABEL version=0.0.0 08:48:09 ---> Running in 0ad6832826cf 08:48:10 Removing intermediate container 0ad6832826cf 08:48:10 ---> 8fd36b05ec1b 08:48:10 08:48:11 Successfully built 8fd36b05ec1b 08:48:11 Successfully tagged docker-security-secretstore-setup-go:latest 08:48:12 Removing intermediate container b1b7f1e92925 08:48:12 ---> e89fc8142d1e 08:48:12 08:48:12 Step 10/23 : FROM alpine:3.12 08:48:12 ---> 9852663dfa18 08:48:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:48:12 Removing intermediate container a7899e772f8a 08:48:12 ---> 19c42ca86d63 08:48:12 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:48:12 ---> Running in e280280b78e7 08:48:13 ---> Running in 3258b0166dba 08:48:14 Removing intermediate container 3258b0166dba 08:48:14 ---> 9ca3d6ad3ee9 08:48:14 Step 13/21 : WORKDIR /edgex 08:48:14 ---> Running in 604d27d58f96 08:48:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:15 Removing intermediate container 82231f970bb5 08:48:15 ---> fe1b54ca719b 08:48:15 08:48:15 Step 10/22 : FROM alpine:3.12 08:48:15 ---> 9852663dfa18 08:48:15 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:48:15 (1/1) Installing dumb-init (1.2.2-r1) 08:48:15 Executing busybox-1.31.1-r20.trigger 08:48:15 OK: 5 MiB in 15 packages 08:48:15 ---> Running in 7586fc4af50e 08:48:16 Removing intermediate container 604d27d58f96 08:48:16 ---> 4804b7164a5c 08:48:16 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:48:17 ---> 656fb3d63ac8 08:48:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:48:17 Removing intermediate container e280280b78e7 08:48:17 ---> 0ae61971273c 08:48:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:48:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:18 ---> Running in 94c2d573fcc5 08:48:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:18 Removing intermediate container 94c2d573fcc5 08:48:18 ---> 4affa5bd7367 08:48:18 Step 13/23 : ENV APP_PORT=48082 08:48:18 (1/1) Installing dumb-init (1.2.2-r1) 08:48:18 Executing busybox-1.31.1-r20.trigger 08:48:18 OK: 5 MiB in 15 packages 08:48:19 ---> f316c068b530 08:48:19 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:48:19 ---> Running in 98bd08805fa2 08:48:20 Removing intermediate container 98bd08805fa2 08:48:20 ---> 36668c325436 08:48:20 Step 14/23 : EXPOSE $APP_PORT 08:48:21 ---> Running in 5a40c03b0d3e 08:48:21 ---> eb463adf3862 08:48:21 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:48:21 Removing intermediate container 7586fc4af50e 08:48:21 ---> 281aa797fe32 08:48:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:48:21 ---> Running in 4c95ab9273fa 08:48:21 ---> Running in 704e90bd06ae 08:48:22 Removing intermediate container 5a40c03b0d3e 08:48:22 ---> c415753309f8 08:48:22 Step 15/23 : WORKDIR / 08:48:23 ---> Running in 229ee4ca4e04 08:48:23 Removing intermediate container 4c95ab9273fa 08:48:23 ---> 95c7f61a6262 08:48:23 Step 13/22 : ENV APP_PORT=48085 08:48:23 Removing intermediate container 704e90bd06ae 08:48:23 ---> e1391b6f871d 08:48:23 Step 18/21 : CMD ["--init=true"] 08:48:23 ---> Running in 6cfd83528565 08:48:23 ---> Running in 8ffad5a4720d 08:48:24 Removing intermediate container 229ee4ca4e04 08:48:24 ---> 4d979cd9f91c 08:48:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:24 Removing intermediate container 6cfd83528565 08:48:24 ---> 68b5d701ddb2 08:48:24 Step 14/22 : EXPOSE $APP_PORT 08:48:24 Removing intermediate container 8ffad5a4720d 08:48:24 ---> 3b54c3f803c9 08:48:24 Step 19/21 : LABEL arch=arm64 08:48:24 ---> Running in ece5a5698077 08:48:25 Removing intermediate container 06b018e2e042 08:48:25 ---> f0e5f5d94ef1 08:48:25 08:48:25 Step 10/23 : FROM alpine:3.12 08:48:25 ---> 9852663dfa18 08:48:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:48:25 ---> Using cache 08:48:25 ---> 281aa797fe32 08:48:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:48:25 ---> Using cache 08:48:25 ---> 95c7f61a6262 08:48:25 Step 13/23 : ENV APP_PORT=48081 08:48:25 ---> Running in d9d7277c9d6e 08:48:25 ---> Running in 1eb74f293385 08:48:25 ---> 626987e2b86d 08:48:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:48:25 Removing intermediate container ece5a5698077 08:48:25 ---> 6a265cd3636e 08:48:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:25 Removing intermediate container d9d7277c9d6e 08:48:25 ---> b71384f65fc9 08:48:25 Step 20/21 : LABEL git_sha=526dd3c9f3f8fbcaf57f3b038e937c4772e8077d 08:48:25 Removing intermediate container 1eb74f293385 08:48:26 ---> f36b9dac669f 08:48:26 Step 14/23 : EXPOSE $APP_PORT 08:48:26 ---> Running in 0793e1626a0f 08:48:26 ---> Running in be0001bbcb71 08:48:26 ---> c1abd6390f9a 08:48:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:48:27 Removing intermediate container 0793e1626a0f 08:48:27 ---> dd3983d11206 08:48:27 Step 21/21 : LABEL version=0.0.0 08:48:27 ---> 0a310dccc4bf 08:48:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:48:27 Removing intermediate container be0001bbcb71 08:48:27 ---> a816bada5357 08:48:27 Step 15/23 : WORKDIR / 08:48:27 ---> Running in 1d617b676e48 08:48:27  Building docker-security-secretstore-setup-go ... done Removing intermediate container 032de416d20d 08:48:27 ---> 1e393a6574ca 08:48:27 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:48:27 ---> Running in df92612e313b 08:48:27 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:27 ---> Running in ae34cd0bc982 08:48:27 Removing intermediate container 1d617b676e48 08:48:27 ---> 18b26fb722d9 08:48:27 08:48:28 Removing intermediate container ae34cd0bc982 08:48:28 ---> d12f96cb3f61 08:48:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:28 Successfully built 18b26fb722d9 08:48:28 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:48:28  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 08:48:28 ---> cf73b7149bf7 08:48:28 Step 19/23 : ENTRYPOINT ["/core-command"] 08:48:29 ---> Running in 8f42417ff2fd 08:48:29 ---> 67308a34a20f 08:48:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:48:29 ---> 3d5fc9765107 08:48:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:48:30 Removing intermediate container 8f42417ff2fd 08:48:30 ---> 8741b4098b84 08:48:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:30 Removing intermediate container 6783773fecfe 08:48:30 ---> 1b3f7491b324 08:48:30 08:48:30 Step 10/23 : FROM alpine:3.12 08:48:30 ---> 13621d1b12d4 08:48:30 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:48:30 ---> Running in 6376d7c11979 08:48:31 Removing intermediate container df92612e313b 08:48:31 ---> feaf26061014 08:48:31 08:48:31 Step 11/23 : FROM docker:20.10.0 08:48:31 20.10.0: Pulling from library/docker 08:48:31 ---> Running in 9f9c7c9f8e1f 08:48:31 Removing intermediate container 6376d7c11979 08:48:31 ---> 4fac3930a02a 08:48:31 Step 12/23 : ENV APP_PORT=48080 08:48:31 ---> Running in 30a3227e9902 08:48:31 ---> 61c0ad742a2b 08:48:31 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:48:32 Removing intermediate container 30a3227e9902 08:48:32 ---> 492e24cdb531 08:48:32 Step 13/23 : EXPOSE $APP_PORT 08:48:32 ---> Running in 0bf2bb9337f3 08:48:32 Removing intermediate container 83619d48fe3b 08:48:32 ---> 2bb7ebd0534b 08:48:32 08:48:32 Step 10/23 : FROM alpine:3.12 08:48:32 ---> 9852663dfa18 08:48:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:48:32 ---> Running in a499cad9d9e9 08:48:32 Removing intermediate container 9f9c7c9f8e1f 08:48:32 ---> c51b784d8522 08:48:32 Step 21/23 : LABEL arch=arm64 08:48:32 ---> e07740475f32 08:48:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:48:32 ---> Running in 049d15411298 08:48:32 ---> Running in 908021e92ae7 08:48:33 Removing intermediate container 0bf2bb9337f3 08:48:33 ---> 3113c9c8d0fd 08:48:33 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:48:33 Removing intermediate container a499cad9d9e9 08:48:33 ---> 57f534d57c67 08:48:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:33 ---> Running in 781ee69c320b 08:48:33 ---> Running in 2e85c07bfcd4 08:48:33 Removing intermediate container 049d15411298 08:48:33 ---> c8936fe8fe0f 08:48:33 Step 12/23 : ENV APP_PORT=48080 08:48:34 Removing intermediate container 908021e92ae7 08:48:34 ---> b2ec333a2d9f 08:48:34 Step 22/23 : LABEL git_sha=526dd3c9f3f8fbcaf57f3b038e937c4772e8077d 08:48:34 ---> 181de5eab9d9 08:48:34 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:48:35 ---> Running in 40a86a9ac04c 08:48:35 ---> Running in 05e4a980ce6d 08:48:35 ---> Running in 2be2905aefd7 08:48:35 Removing intermediate container 2e85c07bfcd4 08:48:35 ---> ec65275f960e 08:48:35 Step 20/22 : LABEL arch=arm64 08:48:35 ---> Running in bf4f5cf54ac9 08:48:35 Removing intermediate container 40a86a9ac04c 08:48:35 ---> 789f491d6765 08:48:35 Step 13/23 : EXPOSE $APP_PORT 08:48:35 Removing intermediate container 05e4a980ce6d 08:48:35 ---> e62b3824d30a 08:48:35 Step 23/23 : LABEL version=0.0.0Removing intermediate container 2be2905aefd7 08:48:35 ---> 71adeb1016dc 08:48:35 08:48:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:35 ---> Running in a1582b1e2a75 08:48:36 Removing intermediate container 781ee69c320b 08:48:36 ---> f832d8407b23 08:48:36 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:48:36 ---> Running in 2aa79c727dfd 08:48:36 ---> Running in 6f27fbf55fae 08:48:36 ---> Running in 48eed31ea0c7 08:48:36 Removing intermediate container bf4f5cf54ac9 08:48:36 ---> 5c30fa97b8d3 08:48:36 Step 21/22 : LABEL git_sha=526dd3c9f3f8fbcaf57f3b038e937c4772e8077d 08:48:36 ---> Running in f0ee24e979d1 08:48:36 Removing intermediate container a1582b1e2a75 08:48:36 ---> 7f8eb9bf4faa 08:48:36 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:48:36 ---> Running in 5369cac5cd8a 08:48:36 Removing intermediate container 6f27fbf55fae 08:48:36 ---> f76c3d83eb15 08:48:37 08:48:37 Removing intermediate container 48eed31ea0c7 08:48:37 ---> 3edc21e2cdc0 08:48:37 Step 21/23 : LABEL arch=arm64 08:48:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:48:37 ---> Running in fd30abdf958f 08:48:37 Removing intermediate container f0ee24e979d1 08:48:37 ---> ba42eaef7f61 08:48:37 Step 22/22 : LABEL version=0.0.0 08:48:37 Successfully built f76c3d83eb15 08:48:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:48:37 Successfully tagged docker-core-command-go-arm64:latest 08:48:37  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 08:48:37 ---> Running in 9be377bbb3b5 08:48:38 Removing intermediate container fd30abdf958f 08:48:38 ---> bfa49f5cc710 08:48:38 Step 22/23 : LABEL git_sha=526dd3c9f3f8fbcaf57f3b038e937c4772e8077d 08:48:38 (1/6) Installing dumb-init (1.2.2-r1) 08:48:38 (2/6) Installing libgcc (9.3.0-r2) 08:48:38 (3/6) Installing libsodium (1.0.18-r0) 08:48:38 ---> Running in da9fa17066c0 08:48:38 Removing intermediate container 9be377bbb3b5 08:48:38 ---> bfdc3017fbcc 08:48:38 08:48:38 (4/6) Installing libstdc++ (9.3.0-r2) 08:48:39 Successfully built bfdc3017fbcc 08:48:39 Successfully tagged docker-support-scheduler-go-arm64:latest 08:48:39  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 08:48:39 Removing intermediate container da9fa17066c0 08:48:39 ---> 94b55188c0dd 08:48:39 Step 23/23 : LABEL version=0.0.0 08:48:39 (5/6) Installing libzmq (4.3.3-r0) 08:48:39 (6/6) Installing zeromq (4.3.3-r0) 08:48:39 Executing busybox-1.31.1-r20.trigger 08:48:39 OK: 8 MiB in 20 packages 08:48:39 ---> Running in 383fdc0d8d91 08:48:40 Removing intermediate container 5369cac5cd8a 08:48:40 ---> 826a5dc8388d 08:48:40 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:48:40 Removing intermediate container 383fdc0d8d91 08:48:40 ---> 0579d7e81473 08:48:40 08:48:40 ---> Running in 7f0450b02b87 08:48:40 Successfully built 0579d7e81473 08:48:40 Successfully tagged docker-core-metadata-go-arm64:latest 08:48:40  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 08:48:41 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:48:41 Status: Downloaded newer image for docker:20.10.0 08:48:41 ---> aefe523efa57 08:48:41 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:48:41 ---> Running in 025771f54232 08:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:41 Removing intermediate container 2aa79c727dfd 08:48:41 ---> ec29790b5400 08:48:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:42 Removing intermediate container 025771f54232 08:48:42 ---> a460855d7e54 08:48:42 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:48:42 ---> Running in bfad36ada809 08:48:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:42 ---> fda15c346fd6 08:48:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:48:42 (1/6) Installing dumb-init (1.2.2-r1) 08:48:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:48:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:48:43 (2/6) Installing libgcc (9.3.0-r2) 08:48:43 (3/6) Installing libsodium (1.0.18-r0) 08:48:43 (4/6) Installing libstdc++ (9.3.0-r2) 08:48:43 (5/6) Installing libzmq (4.3.3-r0) 08:48:43 (1/39) Installing readline (8.0.4-r0) 08:48:43 (2/39) Installing bash (5.0.17-r0) 08:48:43 Executing bash-5.0.17-r0.post-install 08:48:43 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:48:43 (4/39) Installing libcurl (7.76.1-r0) 08:48:43 (5/39) Installing curl (7.76.1-r0) 08:48:43 (6/39) Installing dumb-init (1.2.2-r1) 08:48:43 (7/39) Installing libbz2 (1.0.8-r1) 08:48:43 (8/39) Installing expat (2.2.9-r1) 08:48:43 ---> f8a4b45cdd90 08:48:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:48:43 (9/39) Installing libffi (3.3-r2) 08:48:43 (10/39) Installing gdbm (1.13-r1) 08:48:43 (11/39) Installing xz-libs (5.2.5-r0) 08:48:43 (12/39) Installing sqlite-libs (3.32.1-r0) 08:48:43 (13/39) Installing python3 (3.8.8-r0) 08:48:44 (6/6) Installing zeromq (4.3.3-r0) 08:48:44 Executing busybox-1.31.1-r20.trigger 08:48:44 OK: 8 MiB in 20 packages 08:48:47 ---> f36aec384f0c 08:48:47 Step 19/23 : ENTRYPOINT ["/core-data"] 08:48:47 ---> Running in fed24b36a86b 08:48:47 (14/39) Installing py3-appdirs (1.4.4-r1) 08:48:47 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:48:47 (16/39) Installing py3-parsing (2.4.7-r0) 08:48:47 (17/39) Installing py3-six (1.15.0-r0) 08:48:47 (18/39) Installing py3-packaging (20.4-r0) 08:48:47 (19/39) Installing py3-setuptools (47.0.0-r0) 08:48:47 (20/39) Installing py3-chardet (3.0.4-r4) 08:48:47 (21/39) Installing py3-idna (2.9-r0) 08:48:47 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:48:47 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:48:47 (24/39) Installing py3-requests (2.23.0-r0) 08:48:47 (25/39) Installing py3-msgpack (1.0.0-r0) 08:48:47 (26/39) Installing py3-lockfile (0.12.2-r3) 08:48:48 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:48:48 (28/39) Installing py3-colorama (0.4.3-r0) 08:48:48 (29/39) Installing py3-distlib (0.3.0-r0) 08:48:48 Removing intermediate container 7f0450b02b87 08:48:48 ---> 19cf7ca7c89c 08:48:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:48 (30/39) Installing py3-distro (1.5.0-r1) 08:48:48 (31/39) Installing py3-webencodings (0.5.1-r3) 08:48:48 (32/39) Installing py3-html5lib (1.0.1-r4) 08:48:49 ---> bc54a519c210 08:48:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:48:49 (33/39) Installing py3-pytoml (0.1.21-r0) 08:48:49 (34/39) Installing py3-pep517 (0.8.2-r0) 08:48:49 Removing intermediate container fed24b36a86b 08:48:49 ---> 9b8c45e4165a 08:48:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:49 (35/39) Installing py3-progress (1.5-r0) 08:48:49 (36/39) Installing py3-toml (0.10.1-r0) 08:48:49 (37/39) Installing py3-retrying (1.3.3-r0) 08:48:49 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:48:49 (39/39) Installing py3-pip (20.1.1-r0) 08:48:50 ---> Running in aebd4a4c34b5 08:48:50 Executing busybox-1.31.1-r19.trigger 08:48:50 OK: 72 MiB in 59 packages 08:48:50 Removing intermediate container aebd4a4c34b5 08:48:50 ---> 4b3a222df95f 08:48:50 Step 21/23 : LABEL arch=x86_64 08:48:50 ---> Running in f384f9098c40 08:48:51 ---> e6f020c89793 08:48:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:48:51 Removing intermediate container f384f9098c40 08:48:51 ---> 08fb74ee9165 08:48:51 Step 22/23 : LABEL git_sha=526dd3c9f3f8fbcaf57f3b038e937c4772e8077d 08:48:51 ---> Running in 7d5450bb01f6 08:48:51 Removing intermediate container 7d5450bb01f6 08:48:51 ---> 983dc13dc7d0 08:48:51 Step 23/23 : LABEL version=0.0.0 08:48:51 ---> Running in 4a5c0afd7604 08:48:52 Collecting docker-compose==1.23.2 08:48:52 ---> 250abe9bcdfb 08:48:52 Step 19/23 : ENTRYPOINT ["/core-data"] 08:48:52 ---> Running in 8e04d9817a1a 08:48:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:48:52 Removing intermediate container 4a5c0afd7604 08:48:52 ---> 80fabce63bb6 08:48:52 08:48:52 Removing intermediate container 8e04d9817a1a 08:48:52 ---> c143a410802b 08:48:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:53 ---> Running in 0941e03608b6 08:48:53 Collecting docopt<0.7,>=0.6.1 08:48:53 Downloading docopt-0.6.2.tar.gz (25 kB) 08:48:53 Removing intermediate container 0941e03608b6 08:48:53 ---> bb54c32881ea 08:48:53 Step 21/23 : LABEL arch=arm64 08:48:53 ---> Running in cfec4201d62a 08:48:53 Successfully built 80fabce63bb6 08:48:54 Successfully tagged docker-core-data-go:latest 08:48:54 Removing intermediate container cfec4201d62a 08:48:54 ---> 2cc68e24437b 08:48:54 Step 22/23 : LABEL git_sha=526dd3c9f3f8fbcaf57f3b038e937c4772e8077d 08:48:55 ---> Running in 67412440a145 08:48:56  Building docker-core-data-go ... done Collecting dockerpty<0.5,>=0.4.1 08:48:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:48:56 Removing intermediate container 67412440a145 08:48:56 ---> 91c720215da8 08:48:56 Step 23/23 : LABEL version=0.0.0 08:48:56 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:48:56 Collecting jsonschema<3,>=2.5.1 08:48:56 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:48:56 Collecting cached-property<2,>=1.2.0 08:48:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:48:56 ---> Running in 7c577ebd8d5d 08:48:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:48:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:48:57 Collecting docker<4.0,>=3.6.0 08:48:57 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:48:57 Removing intermediate container 7c577ebd8d5d 08:48:57 ---> 0d68d9d8f5a2 08:48:57 08:48:57 Collecting PyYAML<4,>=3.10 08:48:57 Downloading PyYAML-3.13.tar.gz (270 kB) 08:48:58 Successfully built 0d68d9d8f5a2 08:48:58 Successfully tagged docker-core-data-go-arm64:latest 08:48:59 Collecting texttable<0.10,>=0.9.0 08:48:59 Downloading texttable-0.9.1.tar.gz (11 kB) 08:48:59 Collecting websocket-client<1.0,>=0.32.0 08:48:59 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:48:59 Collecting urllib3<1.25,>=1.21.1 08:48:59 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:49:00 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:49:00 Collecting idna<2.8,>=2.5 08:49:00 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:49:00 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:49:00 Collecting docker-pycreds>=0.4.0 08:49:00 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:49:00 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:49:00 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:49:00 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:49:00 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:49:00 Installing collected packages: docopt, dockerpty, jsonschema, cached-property, urllib3, idna, requests, docker-pycreds, websocket-client, docker, PyYAML, texttable, docker-compose 08:49:00 Running setup.py install for docopt: started 08:49:00 Running setup.py install for docopt: finished with status 'done' 08:49:00 Running setup.py install for dockerpty: started 08:49:01 Running setup.py install for dockerpty: finished with status 'done' 08:49:01 Attempting uninstall: urllib3 08:49:01 Found existing installation: urllib3 1.25.9 08:49:01 Uninstalling urllib3-1.25.9: 08:49:01 Successfully uninstalled urllib3-1.25.9 08:49:02 Attempting uninstall: idna 08:49:02 Found existing installation: idna 2.9 08:49:02 Uninstalling idna-2.9: 08:49:02 Successfully uninstalled idna-2.9 08:49:02 Attempting uninstall: requests 08:49:02 Found existing installation: requests 2.23.0 08:49:02 Uninstalling requests-2.23.0: 08:49:02 Successfully uninstalled requests-2.23.0 08:49:03 Running setup.py install for PyYAML: started 08:49:03 Running setup.py install for PyYAML: finished with status 'done' 08:49:03 Running setup.py install for texttable: started 08:49:04 Running setup.py install for texttable: finished with status 'done' 08:49:04 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 08:49:13  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:49:13 ---> 11bbbd6da8fc 08:49:13 Step 3/22 : WORKDIR /edgex-go 08:49:13 ---> Using cache 08:49:13 ---> 8c9c4f9f4e51 08:49:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:13 ---> Using cache 08:49:13 ---> 2698bad0b53a 08:49:13 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:49:15 ---> Running in 18044d2b7472 08:49:17 Removing intermediate container bfad36ada809 08:49:17 ---> 101a2441de44 08:49:17 Step 14/23 : ENV APP_PORT=48090 08:49:17 ---> Running in b373c15fdadc 08:49:17 Removing intermediate container b373c15fdadc 08:49:17 ---> f0e176df6674 08:49:17 Step 15/23 : EXPOSE $APP_PORT 08:49:17 ---> Running in ded6298ca178 08:49:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:49:17 Removing intermediate container ded6298ca178 08:49:17 ---> 38a8737dd1fa 08:49:17 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:49:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:49:18 OK: 217 MiB in 51 packages 08:49:19 ---> 5c1ec51f54a8 08:49:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:49:19 ---> 9cbde47ddafd 08:49:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:49:20 ---> 923cc987c979 08:49:20 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 08:49:20 ---> Running in 58074c9245c9 08:49:21 Removing intermediate container 58074c9245c9 08:49:21 ---> 8d9af5a0abdb 08:49:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:49:21 ---> Running in 945c70c93d28 08:49:22 Removing intermediate container 945c70c93d28 08:49:22 ---> 8f1d5a43cd06 08:49:22 Step 21/23 : LABEL arch=x86_64 08:49:22 ---> Running in 9cf58021b113 08:49:22 Removing intermediate container 18044d2b7472 08:49:22 ---> 86811233fb11 08:49:22 Step 6/22 : COPY go.mod . 08:49:22 Removing intermediate container 9cf58021b113 08:49:22 ---> 1f71cccd5d5b 08:49:22 Step 22/23 : LABEL git_sha=526dd3c9f3f8fbcaf57f3b038e937c4772e8077d 08:49:22 ---> Running in c153583bf88d 08:49:23 ---> c9c3da3d3720 08:49:23 Step 7/22 : RUN go mod download 08:49:23 Removing intermediate container c153583bf88d 08:49:23 ---> 51802a69f927 08:49:23 Step 23/23 : LABEL version=0.0.0 08:49:23 ---> Running in 1cae0af96219 08:49:23 ---> Running in 474e1573309d 08:49:24 Removing intermediate container 1cae0af96219 08:49:24 ---> 0719b21130a1 08:49:24 08:49:24 Successfully built 0719b21130a1 08:49:24 Successfully tagged docker-sys-mgmt-agent-go:latest 08:49:25  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:49:25 $ docker stop --time=1 c0ee24a3fc9ccfc7127600ab5fc59760f6eca26a0e14f808291bd750687731e1 08:49:27 Removing intermediate container 474e1573309d 08:49:27 ---> 27b738987862 08:49:27 Step 8/22 : COPY . . 08:49:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:49:28 ---> 11bbbd6da8fc 08:49:28 Step 3/24 : WORKDIR /edgex-go 08:49:28 ---> Using cache 08:49:28 ---> 8c9c4f9f4e51 08:49:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:28 ---> Using cache 08:49:28 ---> 2698bad0b53a 08:49:28 Step 5/24 : RUN apk add --update --no-cache make git 08:49:28 ---> Using cache 08:49:28 ---> 6223fbbb358d 08:49:28 Step 6/24 : COPY go.mod . 08:49:28 ---> Using cache 08:49:28 ---> 217fcc472837 08:49:28 Step 7/24 : RUN go mod download 08:49:28 ---> Using cache 08:49:28 ---> 87d8a3f4f053 08:49:28 Step 8/24 : COPY . . 08:49:29 ---> Using cache 08:49:29 ---> 702456010982 08:49:29 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:49:29 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:29 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:49:29 $ docker rm -f c0ee24a3fc9ccfc7127600ab5fc59760f6eca26a0e14f808291bd750687731e1 08:49:29 ---> 11bbbd6da8fc 08:49:29 Step 3/31 : WORKDIR /edgex-go 08:49:29 ---> Using cache 08:49:29 ---> 8c9c4f9f4e51 08:49:29 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:29 ---> Using cache 08:49:29 ---> 2698bad0b53a 08:49:29 Step 5/31 : RUN apk add --update --no-cache make git 08:49:29 ---> Using cache 08:49:29 ---> 6223fbbb358d 08:49:29 Step 6/31 : COPY go.mod . 08:49:29 ---> Using cache 08:49:29 ---> 217fcc472837 08:49:29 Step 7/31 : RUN go mod download 08:49:29 ---> Using cache 08:49:29 ---> 87d8a3f4f053 08:49:29 Step 8/31 : COPY . . 08:49:29 ---> Using cache 08:49:29 ---> 702456010982 08:49:29 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [Pipeline] // withDockerContainer [Pipeline] sh 08:49:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:49:29 ---> 11bbbd6da8fc 08:49:29 Step 3/23 : WORKDIR /edgex-go 08:49:29 ---> Using cache 08:49:29 ---> 8c9c4f9f4e51 08:49:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:29 ---> Using cache 08:49:29 ---> 2698bad0b53a 08:49:29 Step 5/23 : RUN apk add --update --no-cache make bash git 08:49:30 + docker images 08:49:30 + grep docker 08:49:31 docker-sys-mgmt-agent-go latest 0719b21130a1 7 seconds ago 312MB 08:49:31 docker-core-data-go latest 80fabce63bb6 38 seconds ago 22.9MB 08:49:31 docker-security-secretstore-setup-go latest 8fd36b05ec1b About a minute ago 26.3MB 08:49:31 docker-security-proxy-setup-go latest d402d93e736a About a minute ago 26MB 08:49:31 docker-security-bootstrapper-go latest b40e4600d85b 4 minutes ago 19.3MB 08:49:31 docker-core-metadata-go latest 625d1fa8184c 4 minutes ago 19.2MB 08:49:31 docker-support-notifications-go latest 06d85f857aa1 4 minutes ago 18.2MB 08:49:31 docker-support-scheduler-go latest 3a8412d6001a 4 minutes ago 17.7MB 08:49:31 docker-core-command-go latest f878d1b4f409 4 minutes ago 17.5MB 08:49:31 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 08:49:31 ---> Running in 60682ce80bde 08:49:31 ---> Running in 7e2c74b1616f 08:49:31 ---> Running in fdfc3d159621 [Pipeline] node 08:49:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:49:33 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:33 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:49:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:49:34 OK: 217 MiB in 51 packages 08:49:39 Removing intermediate container 60682ce80bde 08:49:39 ---> 37495d876f1b 08:49:39 Step 6/23 : COPY go.mod . 08:49:40 ---> 71bedb8f3e7a 08:49:40 Step 7/23 : RUN go mod download 08:49:41 ---> Running in 365f8a9c5569 08:49:46 ---> a926b61ec8b3 08:49:46 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:49:46 ---> Running in 9780b3e360e5 08:49:46 Removing intermediate container 365f8a9c5569 08:49:46 ---> 8b4224a13fbd 08:49:46 Step 8/23 : COPY . . 08:49:46 Still waiting to schedule task 08:49:46 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 08:49: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:50:11 ---> fcb66b8219fd 08:50:11 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:50:11 ---> Running in 90e2cef592e7 08:50:11 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:50:42 Running on prd-ubuntu18.04-docker-8c-8g-1428 in /w/workspace/edgexfoundry_edgex-go_PR-3394 [Pipeline] { [Pipeline] ws 08:50:42 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 08:50:44 using credential edgex-jenkins-ssh 08:50:44 Cloning the remote Git repository 08:50:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:50:44 > git init /w/workspace/edgex-go/2 # timeout=10 08:50:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:50:44 > git --version # timeout=10 08:50:44 > git --version # 'git version 2.17.1' 08:50:44 using GIT_SSH to set credentials SSH Credentials for GitHub 08:50:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:50: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:50:51 Merging remotes/origin/master commit db7925e05468a348a54e2ee7c85b6c50909b0e0e into PR head commit 30600ec0adfea65961962f9db181a6a535a2bebe 08:50:51 Merge succeeded, producing 27b0c27cc1d02e6886e55ccfaceda7b99c5bc389 08:50:51 Checking out Revision 27b0c27cc1d02e6886e55ccfaceda7b99c5bc389 (PR-3394) 08:50:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:50:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:50:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:50:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:50:51 using GIT_SSH to set credentials SSH Credentials for GitHub 08:50:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3394/head:refs/remotes/origin/PR-3394 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:50:51 > git config core.sparsecheckout # timeout=10 08:50:51 > git checkout -f 30600ec0adfea65961962f9db181a6a535a2bebe # timeout=10 08:50:51 > git remote # timeout=10 08:50:51 > git config --get remote.origin.url # timeout=10 08:50:51 using GIT_SSH to set credentials SSH Credentials for GitHub 08:50:51 > git merge db7925e05468a348a54e2ee7c85b6c50909b0e0e # timeout=10 08:50:51 > git rev-parse HEAD^{commit} # timeout=10 08:50:51 > git config core.sparsecheckout # timeout=10 08:50:51 > git checkout -f 27b0c27cc1d02e6886e55ccfaceda7b99c5bc389 # timeout=10 08:50:55 Commit message: "Merge commit 'db7925e05468a348a54e2ee7c85b6c50909b0e0e' into HEAD" 08:50:55 > git rev-list --no-walk 30600ec0adfea65961962f9db181a6a535a2bebe # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:50:56 + echo snap-build.sh 08:50:56 snap-build.sh 08:50:56 + SNAP_BASE_DIR=. 08:50:56 + '[' '!' -z /w/workspace/edgex-go/2 ']' 08:50:56 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 08:50:56 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 08:50:56 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 08:50:56 + cd /w/workspace/edgex-go/2 08:50:56 + sudo apt-get remove -qy --purge lxd lxd-client 08:50:56 Reading package lists... 08:50:56 Building dependency tree... 08:50:56 Reading state information... 08:50:56 The following packages were automatically installed and are no longer required: 08:50:56 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 08:50:56 uidmap xdelta3 08:50:56 Use 'sudo apt autoremove' to remove them. 08:50:56 The following packages will be REMOVED: 08:50:56 lxd* lxd-client* 08:50:57 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 08:50:57 After this operation, 31.7 MB disk space will be freed. 08:50:58 (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:50:58 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 08:50:59 Removing lxd dnsmasq configuration 08:50:59 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 08:50:59 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 08:51:00 Removing intermediate container 7e2c74b1616f 08:51:00 ---> 593e4032de1e 08:51:00 08:51:00 Step 10/31 : FROM alpine:3.12 08:51:00 ---> 9852663dfa18 08:51:00 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:51:00 ---> Running in 4866bc4e1dab 08:51:00 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 08:51:00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 08:51:00 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 08:51:01 Removing intermediate container 4866bc4e1dab 08:51:01 ---> 94f8f879a031 08:51:01 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:51:01 ---> Running in 26f26e0189bc 08:51:02 Processing triggers for systemd (237-3ubuntu10.42) ... 08:51:02 Processing triggers for ureadahead (0.100.0-21) ... 08:51:03 Removing intermediate container fdfc3d159621 08:51:03 ---> 9a2bfd510438 08:51:03 08:51:03 Step 10/24 : FROM alpine:3.12 08:51:03 ---> 9852663dfa18 08:51:03 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:51:03 ---> Running in 19cb3af47542 08:51:03 + sudo snap remove --purge lxd 08:51:03 snap "lxd" is not installed 08:51:03 + sudo groupadd --force --system lxd 08:51:03 ++ whoami 08:51:03 + sudo /usr/sbin/usermod -G lxd -a jenkins 08:51:03 + newgrp - lxd 08:51:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:51:03 + sudo snap install lxd 08:51:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:05 (1/2) Installing dumb-init (1.2.2-r1) 08:51:05 (2/2) Installing su-exec (0.2-r1) 08:51:05 Executing busybox-1.31.1-r20.trigger 08:51:05 OK: 5 MiB in 16 packages 08:51:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:51:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:05 (1/6) Installing ca-certificates (20191127-r4) 08:51:05 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:51:05 (3/6) Installing libcurl (7.76.1-r0) 08:51:05 (4/6) Installing curl (7.76.1-r0) 08:51:05 (5/6) Installing dumb-init (1.2.2-r1) 08:51:05 (6/6) Installing su-exec (0.2-r1) 08:51:05 Executing busybox-1.31.1-r20.trigger 08:51:06 Executing ca-certificates-20191127-r4.trigger 08:51:06 OK: 7 MiB in 20 packages 08:51:06 Removing intermediate container 26f26e0189bc 08:51:06 ---> a7c04555acce 08:51:06 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:51:07 ---> Running in 098248bd39c0 08:51:08 Removing intermediate container 098248bd39c0 08:51:08 ---> acf47677bdc7 08:51:08 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:51:08 ---> Running in 1f3ef5f428dc 08:51:08 Removing intermediate container 19cb3af47542 08:51:08 ---> 1a9908be037e 08:51:08 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:51:08 Removing intermediate container 1f3ef5f428dc 08:51:08 ---> 13e0c4b50a21 08:51:08 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:51:09 ---> Running in 782b79fae76b 08:51:09 ---> Running in 2ef8d27f05b3 08:51:09 Removing intermediate container 782b79fae76b 08:51:09 ---> b9e56a32521f 08:51:09 Step 13/24 : WORKDIR / 08:51:10 ---> Running in dc5929e9956f 08:51:10 Removing intermediate container dc5929e9956f 08:51:10 ---> b5fdbde7f0ee 08:51:10 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:51:12 ---> 8688d6a18ac6 08:51:12 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:51:13 Removing intermediate container 2ef8d27f05b3 08:51:13 ---> d3dce168eed7 08:51:13 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:51:13 ---> Running in 67d418000633 08:51:13 ---> e6cfc7b669ce 08:51:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:51:13 2021-04-22T08:51:10Z INFO Waiting for automatic snapd restart... 08:51:14 Removing intermediate container 67d418000633 08:51:14 ---> 067a34c387da 08:51:14 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:51:15 ---> a80a25e95eb6 08:51:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:51:15 ---> 6ffccc728efb 08:51:15 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:51:16 ---> Running in 3742816dc228 08:51:16 ---> 2b38eafb5417 08:51:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:51:18 ---> e34a26356ec0 08:51:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:51:20 ---> bc08d09309cd 08:51:20 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:51:20 ---> Running in 5923cf60b5a7 08:51:20 Removing intermediate container 3742816dc228 08:51:20 ---> 26cf823d8b45 08:51:20 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:22 ---> bfb61767e2ac 08:51:22 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:51:23 Removing intermediate container 9780b3e360e5 08:51:23 ---> eaad7ace9ebd 08:51:23 08:51:23 Step 10/22 : FROM alpine:3.12 08:51:23 ---> 9852663dfa18 08:51:23 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:51:24 ---> Running in ea5cf3c24b53 08:51:24 Removing intermediate container 5923cf60b5a7 08:51:24 ---> 9a06c2bfe223 08:51:24 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:51:24 ---> c92f1b63551e 08:51:24 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:51:24 ---> Running in c9199d29293b 08:51:25 Removing intermediate container c9199d29293b 08:51:25 ---> e906020f78d7 08:51:25 Step 22/24 : LABEL arch=arm64 08:51:25 ---> Running in d31a0f6380ca 08:51:25 ---> 8174491fd67a 08:51:25 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:51:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:51:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:25 Removing intermediate container d31a0f6380ca 08:51:25 ---> f99889cdfb5b 08:51:25 Step 23/24 : LABEL git_sha=526dd3c9f3f8fbcaf57f3b038e937c4772e8077d 08:51:26 lxd 4.13 from Canonical* installed 08:51:26 + sudo lxd init --auto 08:51:26 ---> Running in afc5a1afcd56 08:51:26 ---> 37d7f7dc68ff 08:51:26 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:51:26 (1/2) Installing ca-certificates (20191127-r4) 08:51:26 (2/2) Installing dumb-init (1.2.2-r1) 08:51:26 Executing busybox-1.31.1-r20.trigger 08:51:26 Executing ca-certificates-20191127-r4.trigger 08:51:27 OK: 6 MiB in 16 packages 08:51:27 Removing intermediate container afc5a1afcd56 08:51:27 ---> ccc6989a1d74 08:51:27 Step 24/24 : LABEL version=0.0.0 08:51:27 ---> Running in 180e269c35d4 08:51:27 ---> 921ec75d6f96 08:51:27 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:51:28 ---> Running in 936fb16805fe 08:51:28 Removing intermediate container 180e269c35d4 08:51:28 ---> 7dff0bb030ea 08:51:28 08:51:28 Removing intermediate container 90e2cef592e7 08:51:28 ---> 299e7aaf0c93 08:51:28 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:51:29 ---> Running in 4a74e2fd1dfc 08:51:29 Successfully built 7dff0bb030ea 08:51:29 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:51:29  Building docker-security-secretstore-setup-go ... done Removing intermediate container 936fb16805fe 08:51:29 ---> 602ab8f20f90 08:51:29 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:51:29 Removing intermediate container ea5cf3c24b53 08:51:29 ---> 5d2ab8cdf3bd 08:51:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:51:29 ---> Running in a26b55f4bd7d 08:51:29 ---> ca1639da5250 08:51:29 Step 26/31 : RUN chmod +x /entrypoint.sh 08:51:30 Removing intermediate container a26b55f4bd7d 08:51:30 ---> 5c07c0f5cf80 08:51:30 Step 13/22 : ENV APP_PORT=48060 08:51:30 ---> Running in 323b2e5a7e76 08:51:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:51:30 ---> Running in c5946f964c26 08:51:31 Removing intermediate container c5946f964c26 08:51:31 ---> b64277e6b52d 08:51:31 Step 14/22 : EXPOSE $APP_PORT 08:51:31 ---> Running in 3887cbf1cd7c 08:51:32 Removing intermediate container 3887cbf1cd7c 08:51:32 ---> 2a3b8ede0ca5 08:51:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:33 ---> c86e9ee0a2c8 08:51:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:51:33 Removing intermediate container 323b2e5a7e76 08:51:33 ---> c1adafe33ba2 08:51:33 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:51:33 ---> Running in 0524516d7c36 08:51:33 Removing intermediate container 4a74e2fd1dfc 08:51:33 ---> b404f60b9a6e 08:51:33 08:51:33 Step 11/23 : FROM docker:20.10.0 08:51:34 20.10.0: Pulling from library/docker 08:51:34 ---> bd625e203b6e 08:51:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:51:34 Removing intermediate container 0524516d7c36 08:51:34 ---> abd535c5a40b 08:51:34 Step 28/31 : CMD ["gate"] 08:51:34 ---> Running in 6fc019313618 08:51:35 ---> ecf8d28ca774 08:51:35 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:51:35 ---> Running in 781a39a3d042 08:51:35 Removing intermediate container 6fc019313618 08:51:35 ---> 04d970bcc235 08:51:35 Step 29/31 : LABEL arch=arm64 08:51:35 ---> Running in d5bfc16b837a 08:51:36 Removing intermediate container 781a39a3d042 08:51:36 ---> 6ebe0f00791f 08:51:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:51:36 + sudo snap install --classic snapcraft 08:51:36 ---> Running in 2e911cff7f24 08:51:36 Removing intermediate container d5bfc16b837a 08:51:36 ---> 6d6ef94930a7 08:51:36 Step 30/31 : LABEL git_sha=526dd3c9f3f8fbcaf57f3b038e937c4772e8077d 08:51:36 ---> Running in 5b6ce27712d7 08:51:37 Removing intermediate container 2e911cff7f24 08:51:37 ---> 8038c3a43908 08:51:37 Step 20/22 : LABEL arch=arm64 08:51:37 ---> Running in 8b0800e23853 08:51:37 Removing intermediate container 5b6ce27712d7 08:51:37 ---> c9544bf2298a 08:51:37 Step 31/31 : LABEL version=0.0.0 08:51:38 ---> Running in b38032cc0676 08:51:38 Removing intermediate container 8b0800e23853 08:51:38 ---> 4d5866ab844b 08:51:38 Step 21/22 : LABEL git_sha=526dd3c9f3f8fbcaf57f3b038e937c4772e8077d 08:51:38 ---> Running in 66b3357cd392 08:51:38 Removing intermediate container b38032cc0676 08:51:38 ---> c7e653c20600 08:51:38 08:51:38 Removing intermediate container 66b3357cd392 08:51:38 ---> a6720942dddd 08:51:38 Step 22/22 : LABEL version=0.0.0 08:51:39 Successfully built c7e653c20600 08:51:39 Successfully tagged docker-security-bootstrapper-go-arm64:latest 08:51:39  Building docker-security-bootstrapper-go ... done  ---> Running in 050d7f1eb3b4 08:51:39 snapcraft 4.6.2 from Canonical* installed 08:51:39 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 08:51:39 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 08:51:39 % Total % Received % Xferd Average Speed Time Time Time Current 08:51:39 Dload Upload Total Spent Left Speed 08:51:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4543 0 --:--:-- --:--:-- --:--:-- 4543 08:51:39 100 3325k 100 3325k 0 0 10.7M 0 --:--:-- --:--:-- --:--:-- 10.7M 08:51:39 ./yq_linux_amd64 08:51:39 + sudo snapcraft prime --use-lxd 08:51:40 Removing intermediate container 050d7f1eb3b4 08:51:40 ---> 37c9c9b18367 08:51:40 08:51:40 Successfully built 37c9c9b18367 08:51:40 Successfully tagged docker-support-notifications-go-arm64:latest 08:51:41 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 08:51:41 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:51:41 - README.md 08:51:41 08:51:41 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:51:42 Launching a container. 08:51:44  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:51:44 Status: Downloaded newer image for docker:20.10.0 08:51:44 ---> eeaf43b92773 08:51:44 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:51:44 ---> Running in e75a1a19341c 08:51:44 Removing intermediate container e75a1a19341c 08:51:44 ---> 70307bd3b124 08:51:44 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:51:45 ---> Running in 9922e3a2343d 08:51:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:51:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:46 (1/39) Installing readline (8.0.4-r0) 08:51:46 (2/39) Installing bash (5.0.17-r0) 08:51:47 Executing bash-5.0.17-r0.post-install 08:51:47 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:51:47 (4/39) Installing libcurl (7.76.1-r0) 08:51:47 (5/39) Installing curl (7.76.1-r0) 08:51:47 (6/39) Installing dumb-init (1.2.2-r1) 08:51:47 (7/39) Installing libbz2 (1.0.8-r1) 08:51:47 (8/39) Installing expat (2.2.9-r1) 08:51:47 (9/39) Installing libffi (3.3-r2) 08:51:47 (10/39) Installing gdbm (1.13-r1) 08:51:47 (11/39) Installing xz-libs (5.2.5-r0) 08:51:47 (12/39) Installing sqlite-libs (3.32.1-r0) 08:51:47 (13/39) Installing python3 (3.8.8-r0) 08:51:49 (14/39) Installing py3-appdirs (1.4.4-r1) 08:51:49 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:51:49 (16/39) Installing py3-parsing (2.4.7-r0) 08:51:49 (17/39) Installing py3-six (1.15.0-r0) 08:51:49 (18/39) Installing py3-packaging (20.4-r0) 08:51:49 (19/39) Installing py3-setuptools (47.0.0-r0) 08:51:49 (20/39) Installing py3-chardet (3.0.4-r4) 08:51:49 (21/39) Installing py3-idna (2.9-r0) 08:51:49 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:51:49 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:51:49 (24/39) Installing py3-requests (2.23.0-r0) 08:51:49 (25/39) Installing py3-msgpack (1.0.0-r0) 08:51:49 (26/39) Installing py3-lockfile (0.12.2-r3) 08:51:49 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:51:49 (28/39) Installing py3-colorama (0.4.3-r0) 08:51:49 (29/39) Installing py3-distlib (0.3.0-r0) 08:51:49 (30/39) Installing py3-distro (1.5.0-r1) 08:51:49 (31/39) Installing py3-webencodings (0.5.1-r3) 08:51:49 (32/39) Installing py3-html5lib (1.0.1-r4) 08:51:49 (33/39) Installing py3-pytoml (0.1.21-r0) 08:51:49 (34/39) Installing py3-pep517 (0.8.2-r0) 08:51:49 (35/39) Installing py3-progress (1.5-r0) 08:51:49 (36/39) Installing py3-toml (0.10.1-r0) 08:51:49 (37/39) Installing py3-retrying (1.3.3-r0) 08:51:49 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:51:49 (39/39) Installing py3-pip (20.1.1-r0) 08:51:49 Executing busybox-1.31.1-r19.trigger 08:51:49 OK: 72 MiB in 59 packages 08:51:54 Collecting docker-compose==1.23.2 08:51:54 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:51:54 Collecting dockerpty<0.5,>=0.4.1 08:51:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:51:54 Waiting for container to be ready 08:51:54 To start your first instance, try: lxc launch ubuntu:18.04 08:51:54 08:51:56 Collecting docker<4.0,>=3.6.0 08:51:56 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:51:56 Collecting jsonschema<3,>=2.5.1 08:51:56 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:51:57 Collecting cached-property<2,>=1.2.0 08:51:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:51:57 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:51:57 Collecting docopt<0.7,>=0.6.1 08:51:57 Downloading docopt-0.6.2.tar.gz (25 kB) 08:51:57 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 08:51:57 Waiting for network to be ready... 08:51:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:51:58 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 08:51:58 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:51:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 08:51:58 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 08:51:58 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:51:58 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 08:51:58 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 08:51:58 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 08:51:58 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:51:59 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:51:59 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:51:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:51:59 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:51:59 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:52:00 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:52:00 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:52:00 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:52:00 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:52:00 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:52:00 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:52:00 Collecting texttable<0.10,>=0.9.0 08:52:00 Downloading texttable-0.9.1.tar.gz (11 kB) 08:52:01 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 08:52:01 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 08:52:01 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 08:52:01 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:52:01 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 08:52:01 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 08:52:01 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 08:52:02 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:52:02 Collecting websocket-client<1.0,>=0.32.0 08:52:02 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:52:03 Fetched 24.4 MB in 5s (4803 kB/s) 08:52:03 Collecting PyYAML<4,>=3.10 08:52:03 Downloading PyYAML-3.13.tar.gz (270 kB) 08:52:04 Reading package lists... 08:52:04 Reading package lists... 08:52:04 Building dependency tree... 08:52:04 Reading state information... 08:52:04 The following additional packages will be installed: 08:52:04 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:52:04 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:52:04 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:52:04 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 08:52:04 Suggested packages: 08:52:04 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 08:52:04 Recommended packages: 08:52:04 gnupg libsasl2-modules 08:52:04 The following NEW packages will be installed: 08:52:04 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:52:04 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:52:04 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:52:04 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 08:52:04 The following packages will be upgraded: 08:52:04 gpg gpg-agent gpgconf libudev1 08:52:04 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 08:52:04 Need to get 3529 kB of archives. 08:52:04 After this operation, 13.3 MB of additional disk space will be used. 08:52:04 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:52:04 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 08:52:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 08:52:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 08:52:04 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 08:52:04 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 08:52:05 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 08:52:05 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 08:52:05 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 08:52:05 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 08:52:05 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 08:52:05 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 08:52:05 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 08:52:05 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 08:52:05 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 08:52:05 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 08:52:05 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 08:52:05 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 08:52:05 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 08:52:05 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 08:52:05 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 08:52:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 08:52:05 debconf: delaying package configuration, since apt-utils is not installed 08:52:05 Fetched 3529 kB in 1s (3505 kB/s) 08:52:05 (Reading database ... 12511 files and directories currently installed.) 08:52:05 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 08:52:05 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:52:05 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 08:52:05 Selecting previously unselected package udev. 08:52:05 (Reading database ... 12511 files and directories currently installed.) 08:52:05 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 08:52:05 Unpacking udev (237-3ubuntu10.46) ... 08:52:06 Selecting previously unselected package libfuse2:amd64. 08:52:06 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 08:52:06 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:52:06 Selecting previously unselected package fuse. 08:52:06 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 08:52:06 Unpacking fuse (2.9.7-1ubuntu1) ... 08:52:06 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 08:52:06 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:52:06 Collecting docker-pycreds>=0.4.0 08:52:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:52:06 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 08:52:06 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:52:06 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 08:52:06 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:52:06 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:52:06 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:52:06 Selecting previously unselected package libksba8:amd64. 08:52:06 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 08:52:06 Unpacking libksba8:amd64 (1.3.5-2) ... 08:52:06 Selecting previously unselected package libroken18-heimdal:amd64. 08:52:06 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:52:06 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:52:07 Collecting idna<2.8,>=2.5 08:52:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:52:07 Selecting previously unselected package libasn1-8-heimdal:amd64. 08:52:07 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:52:07 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:52:07 Selecting previously unselected package libheimbase1-heimdal:amd64. 08:52:07 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:52:07 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:52:07 Selecting previously unselected package libhcrypto4-heimdal:amd64. 08:52:07 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:52:07 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:52:07 Selecting previously unselected package libwind0-heimdal:amd64. 08:52:07 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:52:07 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:52:07 Collecting urllib3<1.25,>=1.21.1 08:52:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:52:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:52:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:52:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:52:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:52:07 Selecting previously unselected package libhx509-5-heimdal:amd64. 08:52:07 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:52:07 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:52:07 Selecting previously unselected package libkrb5-26-heimdal:amd64. 08:52:07 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:52:07 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:52:08 Selecting previously unselected package libheimntlm0-heimdal:amd64. 08:52:08 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:52:08 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:52:08 Selecting previously unselected package libgssapi3-heimdal:amd64. 08:52:08 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:52:08 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:52:08 Selecting previously unselected package libsasl2-modules-db:amd64. 08:52:08 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:52:08 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:52:08 Selecting previously unselected package libsasl2-2:amd64. 08:52:08 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:52:08 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:52:08 Selecting previously unselected package libldap-common. 08:52:08 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 08:52:08 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:52:08 Selecting previously unselected package libldap-2.4-2:amd64. 08:52:08 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 08:52:08 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:52:08 Selecting previously unselected package dirmngr. 08:52:08 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 08:52:08 Installing collected packages: dockerpty, docker-pycreds, websocket-client, idna, urllib3, requests, docker, jsonschema, cached-property, docopt, texttable, PyYAML, docker-compose 08:52:08 Running setup.py install for dockerpty: started 08:52:08 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 08:52:08 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:52:08 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 08:52:08 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:52:08 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:52:08 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:52:08 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 08:52:08 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:52:08 Setting up libksba8:amd64 (1.3.5-2) ... 08:52:09 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:52:09 Setting up udev (237-3ubuntu10.46) ... 08:52:09 invoke-rc.d: policy-rc.d denied execution of start. 08:52:09 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:52:09 Processing triggers for systemd (237-3ubuntu10) ... 08:52:09 Setting up fuse (2.9.7-1ubuntu1) ... 08:52:09 Setting up gpg (2.2.4-1ubuntu1.4) ... 08:52:09 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:52:09 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:52:09 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:52:09 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:52:09 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:52:09 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:52:09 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:52:09 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:52:09 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 08:52:09 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:52:10 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 08:52:10 settings in the [Install] section, and DefaultInstance for template units). 08:52:10 This means they are not meant to be enabled using systemctl. 08:52:10 Possible reasons for having this kind of units are: 08:52:10 1) A unit may be statically enabled by being symlinked from another unit's 08:52:10 .wants/ or .requires/ directory. 08:52:10 2) A unit's purpose may be to act as a helper for some other unit which has 08:52:10 a requirement dependency on it. 08:52:10 3) A unit may be started when needed via activation (socket, path, timer, 08:52:10 D-Bus, udev, scripted systemctl call, ...). 08:52:10 4) In case of template units, the unit is meant to be enabled with some 08:52:10 instance name specified. 08:52:10 Running setup.py install for dockerpty: finished with status 'done' 08:52:10 Attempting uninstall: idna 08:52:10 Found existing installation: idna 2.9 08:52:10 Uninstalling idna-2.9: 08:52:10 Reading package lists... 08:52:10 Building dependency tree... 08:52:10 Reading state information... 08:52:10 Successfully uninstalled idna-2.9 08:52:10 The following additional packages will be installed: 08:52:10 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 08:52:10 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 08:52:10 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 08:52:10 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 08:52:10 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 08:52:10 Suggested packages: 08:52:10 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 08:52:10 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 08:52:10 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 08:52:10 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 08:52:10 systemd-container policykit-1 08:52:10 Recommended packages: 08:52:10 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 08:52:10 The following NEW packages will be installed: 08:52:10 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 08:52:10 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 08:52:10 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 08:52:10 multiarch-support openssh-client python3 python3-minimal python3.6 08:52:10 python3.6-minimal snapd squashfs-tools sudo 08:52:10 The following packages will be upgraded: 08:52:10 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 08:52:10 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 08:52:10 Need to get 35.2 MB of archives. 08:52:10 After this operation, 141 MB of additional disk space will be used. 08:52:10 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:52:11 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 08:52:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 08:52:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 08:52:11 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:52:11 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:52:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 08:52:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 08:52:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 08:52:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 08:52:11 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 08:52:11 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 08:52:11 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 08:52:11 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 08:52:11 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 08:52:11 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 08:52:11 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 08:52:11 Attempting uninstall: urllib3 08:52:11 Found existing installation: urllib3 1.25.9 08:52:11 Uninstalling urllib3-1.25.9: 08:52:11 Successfully uninstalled urllib3-1.25.9 08:52:12 Attempting uninstall: requests 08:52:12 Found existing installation: requests 2.23.0 08:52:12 Uninstalling requests-2.23.0: 08:52:12 Successfully uninstalled requests-2.23.0 08:52:12 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 08:52:12 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 08:52:12 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 08:52:12 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 08:52:12 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 08:52:12 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 08:52:12 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 08:52:12 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 08:52:12 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 08:52:12 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 08:52:12 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 08:52:12 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 08:52:12 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 08:52:12 debconf: delaying package configuration, since apt-utils is not installed 08:52:12 Fetched 35.2 MB in 1s (23.7 MB/s) 08:52:12 (Reading database ... 12757 files and directories currently installed.) 08:52:12 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 08:52:12 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:52:13 Running setup.py install for docopt: started 08:52:13 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 08:52:13 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:52:13 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 08:52:13 (Reading database ... 12757 files and directories currently installed.) 08:52:13 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 08:52:13 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 08:52:13 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 08:52:14 (Reading database ... 12757 files and directories currently installed.) 08:52:14 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 08:52:14 Unpacking apt (1.6.13) over (1.6.1) ... 08:52:14 Setting up apt (1.6.13) ... 08:52:14 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 08:52:14 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 08:52:14 (Reading database ... 12764 files and directories currently installed.) 08:52:14 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:52:14 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:52:15 Selecting previously unselected package libpython3.6-minimal:amd64. 08:52:15 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:52:15 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:52:15 Running setup.py install for docopt: finished with status 'done' 08:52:15 Running setup.py install for texttable: started 08:52:16 Running setup.py install for texttable: finished with status 'done' 08:52:16 Running setup.py install for PyYAML: started 08:52:17 Selecting previously unselected package libexpat1:amd64. 08:52:17 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 08:52:17 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:52:17 Selecting previously unselected package python3.6-minimal. 08:52:17 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:52:17 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:52:17 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 08:52:17 Checking for services that may need to be restarted...done. 08:52:17 Checking for services that may need to be restarted...done. 08:52:17 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:52:18 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:52:18 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:52:18 Selecting previously unselected package python3-minimal. 08:52:18 (Reading database ... 13012 files and directories currently installed.) 08:52:18 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 08:52:18 Unpacking python3-minimal (3.6.7-1~18.04) ... 08:52:18 Selecting previously unselected package mime-support. 08:52:18 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 08:52:18 Unpacking mime-support (3.60ubuntu1) ... 08:52:18 Selecting previously unselected package libmpdec2:amd64. 08:52:18 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 08:52:18 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:52:18 Running setup.py install for PyYAML: finished with status 'done' 08:52:19 Selecting previously unselected package libpython3.6-stdlib:amd64. 08:52:19 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:52:19 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:52:19 Selecting previously unselected package python3.6. 08:52:19 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:52:19 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:52:19 Selecting previously unselected package libpython3-stdlib:amd64. 08:52:19 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 08:52:19 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:52:19 Setting up python3-minimal (3.6.7-1~18.04) ... 08:52:19 Selecting previously unselected package python3. 08:52:19 (Reading database ... 13442 files and directories currently installed.) 08:52:19 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 08:52:19 Unpacking python3 (3.6.7-1~18.04) ... 08:52:19 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:52:19 Selecting previously unselected package multiarch-support. 08:52:19 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 08:52:19 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 08:52:19 Setting up multiarch-support (2.27-3ubuntu1.4) ... 08:52:19 Selecting previously unselected package liblzo2-2:amd64. 08:52:19 (Reading database ... 13479 files and directories currently installed.) 08:52:19 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 08:52:19 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 08:52:20 Selecting previously unselected package libbsd0:amd64. 08:52:20 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 08:52:20 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:52:20 Selecting previously unselected package sudo. 08:52:20 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 08:52:20 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 08:52:20 Selecting previously unselected package apparmor. 08:52:20 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 08:52:20 Unpacking apparmor (2.12-4ubuntu5.1) ... 08:52:20 Selecting previously unselected package libedit2:amd64. 08:52:20 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 08:52:20 Unpacking libedit2:amd64 (3.1-20170329-1) ... 08:52:20 Selecting previously unselected package libkrb5support0:amd64. 08:52:20 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 08:52:20 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:52:20 Selecting previously unselected package libk5crypto3:amd64. 08:52:20 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 08:52:20 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:52:20 Selecting previously unselected package libkeyutils1:amd64. 08:52:20 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 08:52:20 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:52:20 Selecting previously unselected package libkrb5-3:amd64. 08:52:20 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 08:52:20 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:52:20 Selecting previously unselected package libgssapi-krb5-2:amd64. 08:52:21 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 08:52:21 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:52:21 Selecting previously unselected package libssl1.0.0:amd64. 08:52:21 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 08:52:21 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:52:21 Selecting previously unselected package openssh-client. 08:52:21 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 08:52:21 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 08:52:21 Selecting previously unselected package squashfs-tools. 08:52:21 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 08:52:21 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:52:21 Selecting previously unselected package snapd. 08:52:21 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 08:52:21 Unpacking snapd (2.48.3+18.04) ... 08:52:23 Setting up libedit2:amd64 (3.1-20170329-1) ... 08:52:23 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:52:23 Setting up mime-support (3.60ubuntu1) ... 08:52:23 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 08:52:23 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:52:23 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:52:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:52:23 Setting up systemd (237-3ubuntu10.46) ... 08:52:23 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 08:52:24 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:52:24 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:52:24 Setting up liblzo2-2:amd64 (2.08-1.2) ... 08:52:24 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:52:24 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:52:24 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:52:25 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:52:25 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:52:25 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:52:25 Setting up python3 (3.6.7-1~18.04) ... 08:52:25 running python rtupdate hooks for python3.6... 08:52:25 running python post-rtupdate hooks for python3.6... 08:52:25 Setting up apparmor (2.12-4ubuntu5.1) ... 08:52:26 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 08:52:26 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:52:27 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 08:52:27 Setting up snapd (2.48.3+18.04) ... 08:52:27 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 08:52:27 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 08:52:27 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 08:52:28 Removing intermediate container 9922e3a2343d 08:52:28 ---> 882433c90944 08:52:28 Step 14/23 : ENV APP_PORT=48090 08:52:28 ---> Running in 6733e13f3e79 08:52:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 08:52:28 Removing intermediate container 6733e13f3e79 08:52:28 ---> c5930bedc4e7 08:52:28 Step 15/23 : EXPOSE $APP_PORT 08:52:28 ---> Running in dc52f1aa4136 08:52:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:52:28 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:52:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 08:52:28 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 08:52:28 Removing intermediate container dc52f1aa4136 08:52:28 ---> 53563018cb8b 08:52:28 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:52:28 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 08:52:29 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 08:52:29 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 08:52:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:52:29 Processing triggers for systemd (237-3ubuntu10.46) ... 08:52:30 ---> 02a9ef6ac900 08:52:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:52:30 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:52:30 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:52:30 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:52:30 ---> bbc737b2c46f 08:52:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:52:31 Reading package lists... 08:52:31 Reading package lists... 08:52:31 ---> c6abece8e71c 08:52:31 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 08:52:31 ---> Running in fd6b03a7db0a 08:52:32 Building dependency tree... 08:52:32 Reading state information... 08:52:32 Calculating upgrade... 08:52:32 The following packages will be upgraded: 08:52:32 advancecomp base-files bash binutils binutils-common 08:52:32 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 08:52:32 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 08:52:32 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 08:52:32 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 08:52:32 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 08:52:32 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 08:52:32 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 08:52:32 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 08:52:32 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 08:52:32 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 08:52:32 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 08:52:32 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 08:52:32 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 08:52:32 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 08:52:32 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 08:52:32 Need to get 64.0 MB of archives. 08:52:32 After this operation, 5034 kB of additional disk space will be used. 08:52:32 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 08:52:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 08:52:32 Removing intermediate container fd6b03a7db0a 08:52:32 ---> 87ccabd6ea33 08:52:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:52:32 ---> Running in a18dd8fd8ade 08:52:33 Removing intermediate container a18dd8fd8ade 08:52:33 ---> 08190571631a 08:52:33 Step 21/23 : LABEL arch=arm64 08:52:33 ---> Running in 958547dc007e 08:52:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 08:52:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 08:52:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 08:52:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 08:52:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 08:52:33 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 08:52:33 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:52:33 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 08:52:33 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 08:52:33 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 08:52:33 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 08:52:33 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 08:52:33 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 08:52:33 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 08:52:33 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 08:52:33 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 08:52:33 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 08:52:33 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 08:52:33 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 08:52:33 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 08:52:33 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 08:52:33 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 08:52:33 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 08:52:33 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 08:52:33 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 08:52:33 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 08:52:33 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 08:52:33 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 08:52:33 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 08:52:33 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 08:52:33 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 08:52:33 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 08:52:33 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 08:52:33 Get:36 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:52:33 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 08:52:33 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 08:52:33 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 08:52:33 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 08:52:33 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:52:33 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 08:52:33 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 08:52:33 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 08:52:33 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 08:52:33 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 08:52:33 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 08:52:33 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 08:52:33 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 08:52:33 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 08:52:33 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 08:52:33 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 08:52:33 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 08:52:33 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 08:52:33 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 08:52:33 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 08:52:33 Removing intermediate container 958547dc007e 08:52:33 ---> 36d77a7353c7 08:52:33 Step 22/23 : LABEL git_sha=526dd3c9f3f8fbcaf57f3b038e937c4772e8077d 08:52:33 ---> Running in 72fbcca4d6f4 08:52:33 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 08:52:33 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 08:52:33 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 08:52:33 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 08:52:33 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 08:52:33 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 08:52:33 Get:63 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:52:33 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 08:52:33 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 08:52:33 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 08:52:33 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 08:52:33 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 08:52:33 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 08:52:33 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 08:52:33 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 08:52:33 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 08:52:33 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 08:52:33 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 08:52:33 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 08:52:33 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 08:52:33 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 08:52:33 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 08:52:33 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 08:52:33 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 08:52:33 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 08:52:34 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 08:52:34 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 08:52:34 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 08:52:34 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 08:52:34 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 08:52:34 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 08:52:34 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 08:52:34 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 08:52:34 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 08:52:34 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 08:52:34 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 08:52:34 Removing intermediate container 72fbcca4d6f4 08:52:34 ---> 09a45cd5f8c8 08:52:34 Step 23/23 : LABEL version=0.0.0 08:52:34 ---> Running in f6c04354d1b5 08:52:34 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 08:52:34 Removing intermediate container f6c04354d1b5 08:52:34 ---> 1c98a45b46ca 08:52:34 08:52:35 Successfully built 1c98a45b46ca 08:52:35 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:52:35 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 08:52:35 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 08:52:35 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 08:52:35 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 08:52:35 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 08:52:35 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:52:35 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 08:52:35 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 08:52:35 debconf: delaying package configuration, since apt-utils is not installed 08:52:35 Fetched 64.0 MB in 3s (19.2 MB/s) 08:52:35 (Reading database ... 13912 files and directories currently installed.) 08:52:35 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 08:52:35 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:52:35  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:52:35 $ docker stop --time=1 bf18e316126b4c9276eaa2eee0a7688d4ecd1a881e65be3a741a688f32a07d1c 08:52:36 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 08:52:36 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:52:36 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 08:52:36 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 08:52:37 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:52:37 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:52:37 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:52:37 $ docker rm -f bf18e316126b4c9276eaa2eee0a7688d4ecd1a881e65be3a741a688f32a07d1c 08:52:37 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:52:37 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:52:37 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [Pipeline] // withDockerContainer [Pipeline] sh 08:52:38 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:52:38 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:52:38 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:52:38 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:52:38 + + grep dockerdocker 08:52:38 images 08:52:38 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:52:38 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:52:38 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:52:38 docker-sys-mgmt-agent-go-arm64 latest 1c98a45b46ca 4 seconds ago 299MB 08:52:38 docker-support-notifications-go-arm64 latest 37c9c9b18367 59 seconds ago 17.2MB 08:52:38 docker-security-bootstrapper-go-arm64 latest c7e653c20600 About a minute ago 18.1MB 08:52:38 docker-security-secretstore-setup-go-arm64 latest 7dff0bb030ea About a minute ago 24.9MB 08:52:38 docker-core-data-go-arm64 latest 0d68d9d8f5a2 3 minutes ago 21.6MB 08:52:38 docker-core-metadata-go-arm64 latest 0579d7e81473 3 minutes ago 18.1MB 08:52:38 docker-support-scheduler-go-arm64 latest bfdc3017fbcc 4 minutes ago 16.6MB 08:52:38 docker-core-command-go-arm64 latest f76c3d83eb15 4 minutes ago 16.5MB 08:52:38 docker-security-proxy-setup-go-arm64 latest 18b26fb722d9 4 minutes ago 24.6MB 08:52:38 docker 20.10.0 eeaf43b92773 4 months ago 228MB 08:52:38 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:52:38 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 08:52:38 (Reading database ... 13911 files and directories currently installed.) 08:52:38 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [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:52:38 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 08:52:38 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 08:52:38 (Reading database ... 13911 files and directories currently installed.) 08:52:38 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:52:38 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:52:39 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:52:39 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:52:39 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:52:39 ---> job-cost.sh 08:52:39 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ybIr 08:52:39 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:52:39 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 08:52:39 (Reading database ... 13911 files and directories currently installed.) 08:52:39 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 08:52:39 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:52:40 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 08:52:40 (Reading database ... 13911 files and directories currently installed.) 08:52:40 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 08:52:40 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 08:52:40 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 08:52:40 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 08:52:40 Setting up base-files (10.1ubuntu2.10) ... 08:52:40 Installing new version of config file /etc/issue ... 08:52:40 Installing new version of config file /etc/issue.net ... 08:52:40 Installing new version of config file /etc/lsb-release ... 08:52:40 Installing new version of config file /etc/update-motd.d/50-motd-news ... 08:52:40 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 08:52:41 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 08:52:41 Removing obsolete conffile /etc/default/motd-news ... 08:52:41 (Reading database ... 13912 files and directories currently installed.) 08:52:41 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 08:52:41 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 08:52:41 Setting up bash (4.4.18-2ubuntu1.2) ... 08:52:41 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:52:41 (Reading database ... 13912 files and directories currently installed.) 08:52:41 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 08:52:41 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 08:52:41 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 08:52:41 (Reading database ... 13912 files and directories currently installed.) 08:52:41 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 08:52:41 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 08:52:41 Setting up tar (1.29b-2ubuntu0.2) ... 08:52:42 (Reading database ... 13912 files and directories currently installed.) 08:52:42 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 08:52:42 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:52:42 Setting up dpkg (1.19.0.5ubuntu2.3) ... 08:52:42 (Reading database ... 13912 files and directories currently installed.) 08:52:42 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 08:52:42 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:52:42 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 08:52:42 (Reading database ... 13912 files and directories currently installed.) 08:52:42 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 08:52:43 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:52:43 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 08:52:43 (Reading database ... 13912 files and directories currently installed.) 08:52:43 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 08:52:43 Unpacking grep (3.1-2build1) over (3.1-2) ... 08:52:43 Setting up grep (3.1-2build1) ... 08:52:43 (Reading database ... 13912 files and directories currently installed.) 08:52:43 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 08:52:43 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:52:43 Setting up login (1:4.5-1ubuntu2) ... 08:52:43 (Reading database ... 13912 files and directories currently installed.) 08:52:43 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 08:52:43 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:52:44 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 08:52:44 (Reading database ... 13912 files and directories currently installed.) 08:52:44 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 08:52:44 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:52:44 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 08:52:44 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:52:44 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 08:52:44 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:52:45 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:52:45 (Reading database ... 13912 files and directories currently installed.) 08:52:45 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:52:45 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:52:46 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:52:46 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:52:46 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:52:46 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:52:46 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 08:52:46 (Reading database ... 13912 files and directories currently installed.) 08:52:46 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 08:52:46 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 08:52:46 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 08:52:47 (Reading database ... 13912 files and directories currently installed.) 08:52:47 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:52:47 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:52:47 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:52:47 (Reading database ... 13912 files and directories currently installed.) 08:52:47 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:52:47 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:52:47 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:52:47 (Reading database ... 13912 files and directories currently installed.) 08:52:47 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:52:47 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:52:47 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:52:47 (Reading database ... 13912 files and directories currently installed.) 08:52:47 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:52:47 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:52:47 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:52:47 (Reading database ... 13912 files and directories currently installed.) 08:52:47 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 08:52:47 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:52:47 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 08:52:48 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:52:48 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 08:52:48 (Reading database ... 13912 files and directories currently installed.) 08:52:48 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 08:52:48 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:52:48 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 08:52:48 (Reading database ... 13912 files and directories currently installed.) 08:52:48 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:52:48 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:52:48 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:52:48 (Reading database ... 13912 files and directories currently installed.) 08:52:48 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:52:48 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:52:48 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 08:52:49 (Reading database ... 13912 files and directories currently installed.) 08:52:49 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:52:49 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:52:49 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 08:52:49 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 08:52:50 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 08:52:50 (Reading database ... 13912 files and directories currently installed.) 08:52:50 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 08:52:50 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:52:50 Setting up libc-bin (2.27-3ubuntu1.4) ... 08:52:50 (Reading database ... 13912 files and directories currently installed.) 08:52:50 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 08:52:50 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:52:50 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 08:52:50 (Reading database ... 13914 files and directories currently installed.) 08:52:50 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 08:52:50 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 08:52:50 Setting up debconf (1.5.66ubuntu1) ... 08:52:51 (Reading database ... 13914 files and directories currently installed.) 08:52:51 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 08:52:51 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:52:51 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 08:52:51 (Reading database ... 13914 files and directories currently installed.) 08:52:51 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 08:52:51 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:52:51 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 08:52:51 (Reading database ... 13914 files and directories currently installed.) 08:52:51 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:52:51 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:52:51 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:52:51 (Reading database ... 13914 files and directories currently installed.) 08:52:51 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:52:51 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:52:52 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 08:52:52 (Reading database ... 13914 files and directories currently installed.) 08:52:52 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:52:52 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:52:52 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:52:52 (Reading database ... 13914 files and directories currently installed.) 08:52:52 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:52:52 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:52:52 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 08:52:52 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:52:53 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 08:52:53 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:52:53 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 08:52:53 (Reading database ... 13914 files and directories currently installed.) 08:52:53 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 08:52:53 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 08:52:53 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 08:52:53 (Reading database ... 13914 files and directories currently installed.) 08:52:53 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 08:52:53 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:52:53 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 08:52:53 (Reading database ... 13914 files and directories currently installed.) 08:52:53 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 08:52:53 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:52:54 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 08:52:54 (Reading database ... 13914 files and directories currently installed.) 08:52:54 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 08:52:54 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 08:52:54 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 08:52:54 (Reading database ... 13914 files and directories currently installed.) 08:52:54 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 08:52:54 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:52:54 Setting up passwd (1:4.5-1ubuntu2) ... 08:52:55 (Reading database ... 13914 files and directories currently installed.) 08:52:55 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 08:52:55 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:52:55 Setting up gpgv (2.2.4-1ubuntu1.4) ... 08:52:55 (Reading database ... 13914 files and directories currently installed.) 08:52:55 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 08:52:55 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:52:55 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 08:52:55 (Reading database ... 13914 files and directories currently installed.) 08:52:55 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 08:52:55 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:52:55 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 08:52:55 (Reading database ... 13914 files and directories currently installed.) 08:52:55 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 08:52:55 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 08:52:56 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 08:52:56 (Reading database ... 13914 files and directories currently installed.) 08:52:56 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 08:52:56 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 08:52:56 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 08:52:56 (Reading database ... 13914 files and directories currently installed.) 08:52:56 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 08:52:56 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 08:52:56 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 08:52:56 (Reading database ... 13914 files and directories currently installed.) 08:52:56 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 08:52:56 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 08:52:56 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 08:52:56 (Reading database ... 13914 files and directories currently installed.) 08:52:56 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 08:52:56 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 08:52:57 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 08:52:57 (Reading database ... 13914 files and directories currently installed.) 08:52:57 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 08:52:57 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 08:52:57 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 08:52:57 (Reading database ... 13915 files and directories currently installed.) 08:52:57 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:52:57 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:52:57 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:52:57 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:52:57 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:52:57 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:52:58 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 08:52:58 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 08:52:58 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 08:52:58 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 08:52:58 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 08:52:58 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 08:52:58 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 08:52:58 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 08:52:58 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 08:52:58 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 08:52:59 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 08:52:59 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 08:52:59 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 08:52:59 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 08:52:59 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 08:52:59 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 08:52:59 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 08:52:59 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 08:53:00 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 08:53:00 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 08:53:00 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 08:53:00 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 08:53:00 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:53:00 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:53:00 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:53:00 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:53:01 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:53:01 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:53:01 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:53:01 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:53:01 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:53:01 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:53:01 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:53:01 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:53:01 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:53:01 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:53:01 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:53:01 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:53:02 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:53:02 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:53:03 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:53:03 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:53:04 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:53:04 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:53:04 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:53:04 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:53:05 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:53:05 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:53:05 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:53:05 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:53:05 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 08:53:05 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:53:06 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 08:53:06 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:53:06 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:53:06 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 08:53:06 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:53:06 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:53:06 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:53:06 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:53:06 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 08:53:06 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 08:53:06 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:53:06 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 08:53:06 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:53:06 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:53:07 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:53:07 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 08:53:07 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 08:53:07 Setting up tzdata (2021a-0ubuntu0.18.04) ... 08:53:07 08:53:07 Current default time zone: 'Etc/UTC' 08:53:07 Local time is now: Thu Apr 22 08:53:07 UTC 2021. 08:53:07 Universal Time is now: Thu Apr 22 08:53:07 UTC 2021. 08:53:07 Run 'dpkg-reconfigure tzdata' if you wish to change it. 08:53:07 08:53:07 Setting up systemd-sysv (237-3ubuntu10.46) ... 08:53:07 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:53:07 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 08:53:07 Setting up mount (2.31.1-0.4ubuntu3.7) ... 08:53:07 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 08:53:07 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 08:53:07 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:53:07 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 08:53:07 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 08:53:07 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 08:53:07 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:53:07 Setting up procps (2:3.3.12-3ubuntu1.2) ... 08:53:07 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:53:07 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 08:53:07 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:53:07 Setting up patch (2.7.6-2ubuntu1.1) ... 08:53:07 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:53:08 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 08:53:08 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 08:53:08 Installing new version of config file /etc/ssl/openssl.cnf ... 08:53:08 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 08:53:08 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 08:53:08 Setting up ca-certificates (20210119~18.04.1) ... 08:53:10 Updating certificates in /etc/ssl/certs... 08:53:10 23 added, 27 removed; done. 08:53:10 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 08:53:10 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:53:10 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 08:53:11 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 08:53:11 Setting up pkgbinarymangler (138.18.04.1) ... 08:53:11 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:53:11 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 08:53:11 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:53:11 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:53:11 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:53:11 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:53:11 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:53:11 Setting up perl (5.26.1-6ubuntu0.5) ... 08:53:11 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 08:53:11 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 08:53:11 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:53:11 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 08:53:11 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:53:11 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 08:53:11 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 08:53:11 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 08:53:11 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 08:53:11 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:53:11 Processing triggers for systemd (237-3ubuntu10.46) ... 08:53:12 Processing triggers for mime-support (3.60ubuntu1) ... 08:53:12 Processing triggers for ca-certificates (20210119~18.04.1) ... 08:53:12 Updating certificates in /etc/ssl/certs... 08:53:12 0 added, 0 removed; done. 08:53:12 Running hooks in /etc/ca-certificates/update.d... 08:53:12 done. 08:53:13 Reading package lists... 08:53:13 Building dependency tree... 08:53:13 Reading state information... 08:53:13 The following NEW packages will be installed: 08:53:13 apt-transport-https 08:53:13 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 08:53:13 Need to get 1692 B of archives. 08:53:13 After this operation, 154 kB of additional disk space will be used. 08:53:13 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 08:53:13 debconf: delaying package configuration, since apt-utils is not installed 08:53:13 Fetched 1692 B in 0s (8562 B/s) 08:53:13 Selecting previously unselected package apt-transport-https. 08:53:13 (Reading database ... 13920 files and directories currently installed.) 08:53:13 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 08:53:13 Unpacking apt-transport-https (1.6.13) ... 08:53:13 Setting up apt-transport-https (1.6.13) ... 08:53:13 Waiting for network to be ready... 08:53:18 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:53:19 2021-04-22T08:53:17Z INFO Waiting for automatic snapd restart... 08:53:19 snapd 2.49.2 from Canonical* installed 08:53:20 "snapd" switched to the "latest/stable" channel 08:53:20 08:53:23 core18 20210309 from Canonical* installed 08:53:23 "core18" switched to the "latest/stable" channel 08:53:23 08:53:27 snapcraft 4.6.2 from Canonical* installed 08:53:27 "snapcraft" switched to the "latest/stable" channel 08:53:27 08:53:31 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:53:31 - README.md 08:53:31 08:53:31 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:53:38 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:53:38 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 08:53:38 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:53:38 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:53:39 Reading package lists... 08:53:39 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:53:45 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:53:45 Reading package lists... 08:53:45 Building dependency tree... 08:53:45 Reading state information... 08:53:45 Suggested packages: 08:53:45 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:53:45 git-gui gitk gitweb git-cvs git-mediawiki git-svn 08:53:45 Recommended packages: 08:53:45 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 08:53:45 The following NEW packages will be installed: 08:53:45 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 08:53:45 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 08:53:45 pkg-config zip 08:53:45 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 08:53:45 Need to get 7663 kB of archives. 08:53:45 After this operation, 43.8 MB of additional disk space will be used. 08:53:45 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:53:45 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 08:53:45 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 08:53:46 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 08:53:46 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:53:46 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 08:53:46 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 08:53:46 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 08:53:46 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 08:53:46 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 08:53:46 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 08:53:46 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 08:53:46 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 08:53:46 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 08:53:46 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 08:53:46 debconf: delaying package configuration, since apt-utils is not installed 08:53:46 Fetched 7663 kB in 1s (7117 kB/s) 08:53:46 Selecting previously unselected package libglib2.0-0:amd64. 08:53:46 (Reading database ... 13924 files and directories currently installed.) 08:53:46 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 08:53:46 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:53:46 Selecting previously unselected package libpsl5:amd64. 08:53:46 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 08:53:46 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 08:53:47 Selecting previously unselected package libnghttp2-14:amd64. 08:53:47 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 08:53:47 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:53:47 Selecting previously unselected package librtmp1:amd64. 08:53:47 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 08:53:47 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:53:47 Selecting previously unselected package libcurl3-gnutls:amd64. 08:53:47 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 08:53:47 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:53:47 Selecting previously unselected package liberror-perl. 08:53:47 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 08:53:47 Unpacking liberror-perl (0.17025-1) ... 08:53:47 Selecting previously unselected package git-man. 08:53:47 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 08:53:47 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 08:53:47 Selecting previously unselected package git. 08:53:47 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 08:53:47 Unpacking git (1:2.17.1-1ubuntu0.8) ... 08:53:48 Selecting previously unselected package libnorm1:amd64. 08:53:48 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 08:53:48 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:53:48 Selecting previously unselected package libpgm-5.2-0:amd64. 08:53:48 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 08:53:48 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:53:48 Selecting previously unselected package libsodium23:amd64. 08:53:48 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 08:53:48 Unpacking libsodium23:amd64 (1.0.16-2) ... 08:53:48 Selecting previously unselected package libzmq5:amd64. 08:53:48 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 08:53:48 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:53:48 Selecting previously unselected package libzmq3-dev:amd64. 08:53:48 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 08:53:48 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:53:49 Selecting previously unselected package pkg-config. 08:53:49 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 08:53:49 Unpacking pkg-config (0.29.1-0ubuntu2) ... 08:53:49 Selecting previously unselected package zip. 08:53:49 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 08:53:49 Unpacking zip (3.0-11build1) ... 08:53:49 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:53:49 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 08:53:49 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:53:49 Setting up liberror-perl (0.17025-1) ... 08:53:49 Setting up libpsl5:amd64 (0.19.1-5build1) ... 08:53:49 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:53:49 No schema files found: doing nothing. 08:53:49 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:53:49 Setting up zip (3.0-11build1) ... 08:53:49 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:53:49 Setting up libsodium23:amd64 (1.0.16-2) ... 08:53:49 Setting up pkg-config (0.29.1-0ubuntu2) ... 08:53:49 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:53:49 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:53:49 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:53:49 Setting up git (1:2.17.1-1ubuntu0.8) ... 08:53:49 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:53:56 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:53:56 git set to automatically installed. 08:53:56 git-man set to automatically installed. 08:53:56 libcurl3-gnutls set to automatically installed. 08:53:56 liberror-perl set to automatically installed. 08:53:56 libglib2.0-0 set to automatically installed. 08:53:56 libnghttp2-14 set to automatically installed. 08:53:56 libnorm1 set to automatically installed. 08:53:56 libpgm-5.2-0 set to automatically installed. 08:53:56 libpsl5 set to automatically installed. 08:53:56 librtmp1 set to automatically installed. 08:53:56 libsodium23 set to automatically installed. 08:53:56 libzmq3-dev set to automatically installed. 08:53:56 libzmq5 set to automatically installed. 08:53:56 pkg-config set to automatically installed. 08:53:56 zip set to automatically installed. 08:53:58 snapd is not logged in, snap install commands will use sudo 08:54:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:54:20 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 08:54:20 snapd is not logged in, snap install commands will use sudo 08:54:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:54:27 snap "core18" has no updates available 08:54:28 Pulling go-build-helper 08:54:28 + snapcraftctl pull 08:54:29 'app-service-config' has dependencies that need to be staged: go-build-helper 08:54:29 Skipping pull go-build-helper (already ran) 08:54:29 Building go-build-helper 08:54:29 + snapcraftctl build 08:54:31 Staging go-build-helper 08:54:31 + snapcraftctl stage 08:54:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:54:41 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:54:41 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:54:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 08:54:41 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:54:41 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:54:41 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:54:41 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:54:41 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:54:41 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:54:41 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:54:41 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 08:54:41 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 08:54:41 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:54:41 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 08:54:41 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 08:54:41 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 08:54:41 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:54:41 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:54:41 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 08:54:41 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 08:54:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 08:54:41 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:54:41 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 08:54:41 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 08:54:41 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 08:54:41 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:54:41 Fetched 24.4 MB in 0s (0 B/s) 08:54:41 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:54:41 Fetched 224 kB in 0s (0 B/s) 08:54:41 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:54:41 Fetched 157 kB in 0s (0 B/s) 08:54:41 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:54:41 Fetched 221 kB in 0s (0 B/s) 08:54:41 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:54:41 Fetched 143 kB in 0s (0 B/s) 08:54:41 Pulling app-service-config 08:54:41 + snapcraftctl pull 08:54:42 Cloning into '/root/parts/app-service-config/src'... 08:54:43 Pulling config-common 08:54:43 + snapcraftctl pull 08:54:47 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:54:47 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:54:47 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:54:47 Fetched 0 B in 0s (0 B/s) 08:54:47 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:54:47 Fetched 0 B in 0s (0 B/s) 08:54:47 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:54:47 Fetched 0 B in 0s (0 B/s) 08:54:47 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:54:47 Fetched 0 B in 0s (0 B/s) 08:54:47 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:54:47 Fetched 0 B in 0s (0 B/s) 08:54:47 Pulling edgex-go 08:54:47 + snapcraftctl pull 08:54:54 lf-activate-venv(): INFO: Adding /tmp/venv-ybIr/bin to PATH 08:54:54 INFO: No Stack... 08:54:54 INFO: Retrieving Pricing Info for: lf-standard-4 08:54:54 INFO: Archiving Costs [Pipeline] sh 08:54:55 + cat+ cut -d, -f6 /w/workspace/edgex-go/2/archives/cost.csv 08:54:55 [Pipeline] lock 08:54:55 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3394-2-stack-cost] 08:54:55 Resource [jenkins-edgexfoundry-edgex-go-PR-3394-2-stack-cost] did not exist. Created. 08:54:55 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3394-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:54:55 + echo total: 0.20999999344348907 [Pipeline] stash 08:54:55 Stashed 1 file(s) [Pipeline] } 08:54:55 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3394-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:55:09 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:55:09 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:55:09 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:55:09 Fetched 0 B in 0s (0 B/s) 08:55:09 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 08:55:09 Fetched 96.5 kB in 0s (0 B/s) 08:55:09 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 08:55:09 Fetched 279 kB in 0s (0 B/s) 08:55:09 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 08:55:09 Fetched 122 kB in 0s (0 B/s) 08:55:09 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 08:55:09 Fetched 77.8 kB in 0s (0 B/s) 08:55:09 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 08:55:09 Fetched 8848 B in 0s (0 B/s) 08:55:09 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 08:55:09 Fetched 47.8 kB in 0s (0 B/s) 08:55:09 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 08:55:09 Fetched 45.6 kB in 0s (0 B/s) 08:55:09 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 08:55:09 Fetched 15.0 kB in 0s (0 B/s) 08:55:09 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 08:55:09 Fetched 219 kB in 0s (0 B/s) 08:55:09 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 08:55:09 Fetched 154 kB in 0s (0 B/s) 08:55:09 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 08:55:09 Fetched 50.6 kB in 0s (0 B/s) 08:55:09 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 08:55:09 Fetched 14.8 kB in 0s (0 B/s) 08:55:09 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 08:55:09 Fetched 41.8 kB in 0s (0 B/s) 08:55:09 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 08:55:09 Fetched 499 kB in 0s (0 B/s) 08:55:09 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 08:55:09 Fetched 111 kB in 0s (0 B/s) 08:55:09 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 08:55:09 Fetched 240 kB in 0s (0 B/s) 08:55:09 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 08:55:09 Fetched 29.3 kB in 0s (0 B/s) 08:55:09 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 08:55:09 Fetched 85.5 kB in 0s (0 B/s) 08:55:09 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 08:55:09 Fetched 24.5 kB in 0s (0 B/s) 08:55:09 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 08:55:09 Fetched 49.2 kB in 0s (0 B/s) 08:55:09 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 08:55:09 Fetched 54.2 kB in 0s (0 B/s) 08:55:09 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 08:55:09 Fetched 30.8 kB in 0s (0 B/s) 08:55:09 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 08:55:09 Fetched 15.8 kB in 0s (0 B/s) 08:55:09 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 08:55:09 Fetched 85.9 kB in 0s (0 B/s) 08:55:09 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 08:55:09 Fetched 8720 B in 0s (0 B/s) 08:55:09 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 08:55:09 Fetched 137 kB in 0s (0 B/s) 08:55:09 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 08:55:09 Fetched 119 kB in 0s (0 B/s) 08:55:09 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 08:55:09 Fetched 110 kB in 0s (0 B/s) 08:55:09 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 08:55:09 Fetched 11.1 kB in 0s (0 B/s) 08:55:09 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 08:55:09 Fetched 645 kB in 0s (0 B/s) 08:55:09 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 08:55:09 Fetched 41.3 kB in 0s (0 B/s) 08:55:09 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 08:55:09 Fetched 17.9 kB in 0s (0 B/s) 08:55:09 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 08:55:09 Fetched 368 kB in 0s (0 B/s) 08:55:09 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 08:55:09 Fetched 187 kB in 0s (0 B/s) 08:55:09 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 08:55:09 Fetched 175 kB in 0s (0 B/s) 08:55:09 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 08:55:09 Fetched 206 kB in 0s (0 B/s) 08:55:09 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 08:55:09 Fetched 1301 kB in 0s (0 B/s) 08:55:09 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 08:55:09 Fetched 36.2 kB in 0s (0 B/s) 08:55:09 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 08:55:09 Fetched 159 kB in 0s (0 B/s) 08:55:09 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 08:55:09 Fetched 107 kB in 0s (0 B/s) 08:55:09 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 08:55:09 Fetched 48.7 kB in 0s (0 B/s) 08:55:09 Pulling static-packages 08:55:09 + snapcraftctl pull 08:55:09 Pulling version 08:55:09 + cd /root/project 08:55:09 + [ -f VERSION ] 08:55:09 + PROJECT_VERSION=local-dev 08:55:09 + git rev-parse --short HEAD 08:55:09 + GIT_REVISION=27b0c27c 08:55:09 + snapcraftctl set-version local-dev 08:55:09 Skipping build go-build-helper (already ran) 08:55:09 Building app-service-config 08:55:09 + make build 08:55:09 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 08:55:12 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 08:55:12 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 08:55:12 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 08:55:12 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 08:55:12 go: downloading github.com/google/uuid v1.2.0 08:55:12 go: downloading github.com/go-playground/validator/v10 v10.4.1 08:55:12 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 08:55:12 go: downloading github.com/BurntSushi/toml v0.3.1 08:55:12 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 08:55:12 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 08:55:12 go: downloading github.com/go-kit/kit v0.8.0 08:55:12 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:55:12 go: downloading github.com/gorilla/mux v1.8.0 08:55:12 go: downloading github.com/go-playground/universal-translator v0.17.0 08:55:12 go: downloading github.com/hashicorp/consul/api v1.8.1 08:55:12 go: downloading github.com/x448/float16 v0.8.4 08:55:12 go: downloading github.com/pebbe/zmq4 v1.2.7 08:55:12 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 08:55:12 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 08:55:12 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 08:55:12 go: downloading github.com/pelletier/go-toml v1.2.0 08:55:12 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:55:12 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:55:12 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 08:55:12 go: downloading github.com/leodido/go-urn v1.2.0 08:55:12 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:55:12 go: downloading github.com/hashicorp/serf v0.9.5 08:55:12 go: downloading github.com/go-redis/redis/v7 v7.2.0 08:55:12 go: downloading github.com/hashicorp/go-hclog v0.12.0 08:55:12 go: downloading github.com/mitchellh/copystructure v1.0.0 08:55:12 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 08:55:12 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:55:12 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 08:55:12 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:55:12 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 08:55:12 go: downloading github.com/gorilla/websocket v1.4.2 08:55:12 go: downloading github.com/mattn/go-isatty v0.0.12 08:55:12 go: downloading github.com/fatih/color v1.9.0 08:55:12 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:55:12 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:55:12 go: downloading github.com/go-playground/locales v0.13.0 08:55:12 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 08:55:12 go: downloading github.com/mattn/go-colorable v0.1.6 08:55:12 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:55:13 go: downloading github.com/hashicorp/golang-lru v0.5.0 08:55:23 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 08:55:23 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 08:55:23 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 08:55:23 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 08:55:24 Building config-common 08:55:24 + snapcraftctl build 08:55:25 Building edgex-go 08:55:26 + cd /root/parts/edgex-go/src 08:55:26 + make build 08:55:26 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:55:26 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 08:55:26 go: downloading github.com/OneOfOne/xxhash v1.2.8 08:55:26 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 08:55:26 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 08:55:26 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 08:55:26 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 08:55:26 go: downloading github.com/pelletier/go-toml v1.9.0 08:55:26 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 08:55:26 go: downloading github.com/imdario/mergo v0.3.12 08:55:26 go: downloading github.com/go-playground/validator/v10 v10.5.0 08:55:26 go: downloading github.com/pkg/errors v0.8.1 08:55:27 go: downloading golang.org/x/text v0.3.2 08:55:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:55:32 go: downloading gopkg.in/yaml.v2 v2.4.0 08:55:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:55:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:55:40 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:55:40 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:55:41 go: downloading github.com/stretchr/testify v1.7.0 08:55:41 go: downloading github.com/pmezard/go-difflib v1.0.0 08:55:41 go: downloading github.com/davecgh/go-spew v1.1.1 08:55:41 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 08:55:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:55:43 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 08:55:43 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 08:55:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:55:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:55:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:55:48 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:55:48 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 08:55:50 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:55:50 go: downloading github.com/lib/pq v1.10.1 08:55:51 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 08:55:51 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 08:55:51 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 08:55:51 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 08:55:51 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 08:55:51 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 08:55:51 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 08:55:51 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 08:55:51 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 08:55:51 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 08:55:51 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 08:55:51 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 08:55:51 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 08:55:51 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 08:55:51 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 08:55:51 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 08:55:51 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 08:55:51 + 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:55:51 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 08:55:51 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 08:55:51 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 08:55:51 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 08:55:52 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 08:55:52 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 08:55:52 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 08:55:52 + 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:55:55 Building static-packages 08:55:55 + snapcraftctl build 08:55:56 Building version 08:55:56 + snapcraftctl build 08:55:59 Skipping stage go-build-helper (already ran) 08:55:59 Staging app-service-config 08:55:59 + snapcraftctl stage 08:55:59 Staging config-common 08:55:59 + snapcraftctl stage 08:56:00 Staging edgex-go 08:56:00 + snapcraftctl stage 08:56:01 Staging static-packages 08:56:01 + snapcraftctl stage 08:56:03 Staging version 08:56:03 + snapcraftctl stage 08:56:04 Priming go-build-helper 08:56:04 + snapcraftctl prime 08:56:05 Priming app-service-config 08:56:05 + snapcraftctl prime 08:56:06 Priming config-common 08:56:06 + snapcraftctl prime 08:56:07 Priming edgex-go 08:56:07 + snapcraftctl prime 08:56:08 Priming static-packages 08:56:08 + snapcraftctl prime 08:56:10 Priming version 08:56:10 + snapcraftctl prime 08:56:11 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 08:56:14 provisioning config files... 08:56:14 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7950449235832786159tmp [Pipeline] { [Pipeline] sh 08:56:15 + set +x 08:56:15 + curl -s https://codecov.io/bash 08:56:15 + bash -s -- 08:56:15 08:56:15 _____ _ 08:56:15 / ____| | | 08:56:15 | | ___ __| | ___ ___ _____ __ 08:56:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:56:15 | |___| (_) | (_| | __/ (_| (_) \ V / 08:56:15 \_____\___/ \__,_|\___|\___\___/ \_/ 08:56:15 Bash-1.0.2 08:56:15 08:56:15 08:56:15 ==> git version 2.24.3 found 08:56:15 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 08:56:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:56:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:56:15 ==> Jenkins CI detected. 08:56:15 project root: . 08:56:15 --> token set from env 08:56:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:56:15 ==> Running gcov in . (disable via -X gcov) 08:56:15 ==> Python coveragepy not found 08:56:15 ==> Searching for coverage reports in: 08:56:15 + . 08:56:15 -> Found 1 reports 08:56:15 ==> Detecting git/mercurial file structure 08:56:15 ==> Reading reports 08:56:15 + ./coverage.out bytes=703598 08:56:15 ==> Appending adjustments 08:56:15 https://docs.codecov.io/docs/fixing-reports 08:56:22 + Found adjustments 08:56:22 ==> Gzipping contents 08:56:22 100K /tmp/codecov.lP42KY.gz 08:56:22 ==> Uploading reports 08:56:22 url: https://codecov.io 08:56:22 query: branch=PR-3394&commit=526dd3c9f3f8fbcaf57f3b038e937c4772e8077d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3394%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3394&job=&cmd_args= 08:56:22 -> Pinging Codecov 08:56:22 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3394&commit=526dd3c9f3f8fbcaf57f3b038e937c4772e8077d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3394%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3394&job=&cmd_args= 08:56:22 -> Uploading to 08:56:22 https://storage.googleapis.com/codecov/v4/raw/2021-04-22/00271124DB129430A58F1EEE437C3FCB/526dd3c9f3f8fbcaf57f3b038e937c4772e8077d/5bf5346a-b73a-4743-8dae-1521809345d3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210422%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210422T085622Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2c847e5fc9fbb11b8135cc697571bb0124cfc537c4e450c97c0fa7c11037474f 08:56:22 % Total % Received % Xferd Average Speed Time Time Time Current 08:56:22 Dload Upload Total Spent Left Speed 08:56:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 182k --:--:-- --:--:-- --:--:-- 182k 100 98k 0 0 100 98k 0 182k --:--:-- --:--:-- --:--:-- 182k 08:56:23 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/526dd3c9f3f8fbcaf57f3b038e937c4772e8077d [Pipeline] } 08:56:23 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:56:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:56:25 ---> package-listing.sh 08:56:25 ++ facter osfamily 08:56:25 ++ tr '[:upper:]' '[:lower:]' 08:56:25 + OS_FAMILY=redhat 08:56:25 + workspace=/w/workspace/edgex-go/2 08:56:25 + START_PACKAGES=/tmp/packages_start.txt 08:56:25 + END_PACKAGES=/tmp/packages_end.txt 08:56:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:56:25 + PACKAGES=/tmp/packages_start.txt 08:56:25 + '[' /w/workspace/edgex-go/2 ']' 08:56:25 + PACKAGES=/tmp/packages_end.txt 08:56:25 + case "${OS_FAMILY}" in 08:56:25 + rpm -qa 08:56:25 + sort 08:56:33 + '[' -f /tmp/packages_start.txt ']' 08:56:33 + '[' -f /tmp/packages_end.txt ']' 08:56:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:56:33 + '[' /w/workspace/edgex-go/2 ']' 08:56:33 + mkdir -p /w/workspace/edgex-go/2/archives/ 08:56:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 08:56:33 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:56:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:56:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:56:34 08:56:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:56:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:56:35 alpine: Pulling from edgex-lftools-log-publisher 08:56:35 df20fa9351a1: Pulling fs layer 08:56:35 36b3adc4ff6f: Pulling fs layer 08:56:35 8ad3a11d3b57: Pulling fs layer 08:56:35 46f8f816bc3b: Pulling fs layer 08:56:35 93b61091891f: Pulling fs layer 08:56:35 93b9cdb0e59b: Pulling fs layer 08:56:35 5e14af77c1be: Pulling fs layer 08:56:35 01666e4c0597: Pulling fs layer 08:56:35 aa168da1d23b: Pulling fs layer 08:56:35 46f8f816bc3b: Waiting 08:56:35 93b9cdb0e59b: Waiting 08:56:35 5e14af77c1be: Waiting 08:56:35 93b61091891f: Waiting 08:56:35 01666e4c0597: Waiting 08:56:35 aa168da1d23b: Waiting 08:56:35 36b3adc4ff6f: Download complete 08:56:35 46f8f816bc3b: Verifying Checksum 08:56:35 46f8f816bc3b: Download complete 08:56:35 df20fa9351a1: Verifying Checksum 08:56:35 93b9cdb0e59b: Download complete 08:56:35 5e14af77c1be: Download complete 08:56:35 01666e4c0597: Download complete 08:56:35 93b61091891f: Verifying Checksum 08:56:35 93b61091891f: Download complete 08:56:35 df20fa9351a1: Pull complete 08:56:36 36b3adc4ff6f: Pull complete 08:56:36 8ad3a11d3b57: Verifying Checksum 08:56:36 8ad3a11d3b57: Download complete 08:56:37 8ad3a11d3b57: Pull complete 08:56:38 46f8f816bc3b: Pull complete 08:56:39 93b61091891f: Pull complete 08:56:40 aa168da1d23b: Download complete 08:56:41 93b9cdb0e59b: Pull complete 08:56:42 5e14af77c1be: Pull complete 08:56:42 01666e4c0597: Pull complete 08:56:55 aa168da1d23b: Pull complete 08:56:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:56:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:56:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:56:55 prd-centos7-docker-4c-2g-1417 does not seem to be running inside a container 08:56:55 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:57:01 $ docker top 72f4ea4ea67d2be97e067642258dec6b023020991253e907e83f1e00f203bbcf -eo pid,comm [Pipeline] { [Pipeline] sh 08:57:02 + touch /tmp/pre-build-complete [Pipeline] sh 08:57:03 + mkdir -p /var/log/sa [Pipeline] sh 08:57:03 + ls /var/log/sa-host 08:57:03 + sadf -c /var/log/sa-host/sa22 08:57:03 file_magic: OK 08:57:03 HZ: Using current value: 100 08:57:03 file_header: OK 08:57:03 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:57:03 Statistics: 08:57:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:57:03 File successfully converted to sysstat format version 12.2.1 08:57:03 + sadf -c /var/log/sa-host/sa23 08:57:03 file_magic: OK 08:57:03 HZ: Using current value: 100 08:57:03 file_header: OK 08:57:03 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:57:03 Statistics: 08:57:03 Hnuu...uuuununununu... 08:57:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:57:04 provisioning config files... 08:57:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7916621881922466156tmp [Pipeline] { [Pipeline] echo 08:57:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:57:04 ---> create-netrc.sh [Pipeline] } 08:57:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:57:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:57:05 ---> python-tools-install.sh [Pipeline] echo 08:57:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:57:05 ---> sudo-logs.sh 08:57:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:57:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:57:06 ---> job-cost.sh 08:57:06 lf-activate-venv: SKIPPING 08:57:06 DEBUG: total: 0.20999999344348907 08:57:06 INFO: Retrieving Stack Cost... 08:57:07 INFO: Retrieving Pricing Info for: v1-standard-2 08:57:08 INFO: Archiving Costs [Pipeline] echo 08:57:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:57:08 ---> logs-deploy.sh 08:57:08 lf-activate-venv: SKIPPING 08:57:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3394/2 08:57:09 INFO: archiving workspace using pattern(s): 08:57:11 Archives upload complete. 08:57:11 INFO: archiving logs to Nexus 08:57:14 ---> uname -a: 08:57:14 Linux prd-centos7-docker-4c-2g-1417.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:57:14 08:57:14 08:57:14 ---> lscpu: 08:57:14 Architecture: x86_64 08:57:14 CPU op-mode(s): 32-bit, 64-bit 08:57:14 Byte Order: Little Endian 08:57:14 Address sizes: 40 bits physical, 48 bits virtual 08:57:14 CPU(s): 4 08:57:14 On-line CPU(s) list: 0-3 08:57:14 Thread(s) per core: 1 08:57:14 Core(s) per socket: 1 08:57:14 Socket(s): 4 08:57:14 NUMA node(s): 1 08:57:14 Vendor ID: GenuineIntel 08:57:14 CPU family: 6 08:57:14 Model: 44 08:57:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:57:14 Stepping: 1 08:57:14 CPU MHz: 2933.438 08:57:14 BogoMIPS: 5866.87 08:57:14 Virtualization: VT-x 08:57:14 Hypervisor vendor: KVM 08:57:14 Virtualization type: full 08:57:14 L1d cache: 128 KiB 08:57:14 L1i cache: 128 KiB 08:57:14 L2 cache: 16 MiB 08:57:14 L3 cache: 64 MiB 08:57:14 NUMA node0 CPU(s): 0-3 08:57:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:57:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:57:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:57:14 Vulnerability Meltdown: Mitigation; PTI 08:57:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:57:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:57:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:57:14 Vulnerability Srbds: Not affected 08:57:14 Vulnerability Tsx async abort: Not affected 08:57:14 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:57:14 08:57:14 08:57:14 ---> nproc: 08:57:14 4 08:57:14 08:57:14 08:57:14 ---> df -h: 08:57:14 Filesystem Size Used Available Use% Mounted on 08:57:14 overlay 50.0G 12.3G 37.7G 25% / 08:57:14 tmpfs 64.0M 0 64.0M 0% /dev 08:57:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:57:14 shm 64.0M 0 64.0M 0% /dev/shm 08:57:14 /dev/vda1 50.0G 12.3G 37.7G 25% /facter-os 08:57:14 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/resolv.conf 08:57:14 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hostname 08:57:14 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hosts 08:57:14 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/auth.log 08:57:14 /dev/vda1 50.0G 12.3G 37.7G 25% /run/cloud-init/result.json 08:57:14 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/sa-host 08:57:14 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/secure 08:57:14 /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/2@tmp 08:57:14 /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/2 08:57:14 08:57:14 08:57:14 ---> free -m: 08:57:14 total used free shared buff/cache available 08:57:14 Mem: 1837 693 314 0 829 1063 08:57:14 Swap: 1023 104 919 08:57:14 08:57:14 08:57:14 ---> ip addr: 08:57:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:57:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:57:14 inet 127.0.0.1/8 scope host lo 08:57:14 valid_lft forever preferred_lft forever 08:57:14 inet6 ::1/128 scope host 08:57:14 valid_lft forever preferred_lft forever 08:57:14 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:57:14 link/ether fa:16:3e:26:bb:55 brd ff:ff:ff:ff:ff:ff 08:57:14 inet 10.30.122.92/23 brd 10.30.123.255 scope global dynamic eth0 08:57:14 valid_lft 84765sec preferred_lft 84765sec 08:57:14 inet6 fe80::f816:3eff:fe26:bb55/64 scope link 08:57:14 valid_lft forever preferred_lft forever 08:57:14 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:57:14 link/ether 02:42:ef:a6:eb:81 brd ff:ff:ff:ff:ff:ff 08:57:14 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:57:14 valid_lft forever preferred_lft forever 08:57:14 inet6 fe80::42:efff:fea6:eb81/64 scope link 08:57:14 valid_lft forever preferred_lft forever 08:57:14 08:57:14 08:57:14 ---> sar -b -r -n DEV: 08:57:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/22/21 _x86_64_ (4 CPU) 08:57:14 08:57:14 08:29:44 LINUX RESTART (4 CPU) 08:57:14 08:57:14 08:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:57:14 08:32:01 65.23 13.79 51.44 0.00 4857.38 12854.41 0.00 08:57:14 08:33:01 229.60 120.47 109.13 0.00 7760.81 39389.25 0.00 08:57:14 08:34:01 207.47 75.21 132.25 0.00 3009.39 17685.93 0.00 08:57:14 08:35:02 106.34 44.32 62.01 0.00 1881.27 6654.00 0.00 08:57:14 08:36:01 43.55 11.27 32.28 0.00 493.38 6056.63 0.00 08:57:14 08:37:02 90.00 41.69 48.30 0.00 1512.82 3916.07 0.00 08:57:14 08:38:01 64.64 27.08 37.57 0.00 1715.73 5064.14 0.00 08:57:14 08:39:01 103.70 12.24 91.46 0.00 1154.82 19002.97 0.00 08:57:14 08:40:07 435.41 277.22 158.19 0.00 71571.27 121043.32 0.00 08:57:14 08:41:16 1265.42 1127.96 137.46 0.00 56505.24 61549.74 0.00 08:57:14 08:42:12 1242.57 1108.35 134.22 0.00 75554.72 84076.99 0.00 08:57:14 08:43:02 685.89 607.01 78.88 0.00 30247.43 30523.33 0.00 08:57:14 08:44:01 112.50 39.63 72.86 0.00 4523.95 13599.08 0.00 08:57:14 08:45:02 289.06 72.11 216.96 0.00 15527.23 62651.77 0.00 08:57:14 08:46:02 897.48 754.88 142.60 0.00 67274.80 80623.07 0.00 08:57:14 08:47:03 911.85 799.90 111.95 0.00 42878.87 45403.97 0.00 08:57:14 08:48:03 573.28 444.41 128.87 0.00 27126.47 31348.84 0.00 08:57:14 08:49:01 154.82 18.77 136.05 0.00 1508.08 24750.81 0.00 08:57:14 08:50:01 73.14 26.46 46.69 0.00 3228.09 4332.70 0.00 08:57:14 08:51:01 3.29 1.65 1.65 0.00 32.75 30.05 0.00 08:57:14 08:52:02 0.18 0.02 0.17 0.00 0.13 1.66 0.00 08:57:14 08:53:01 0.32 0.02 0.30 0.00 0.27 3.79 0.00 08:57:14 08:54:01 0.37 0.05 0.32 0.00 0.40 3.16 0.00 08:57:14 08:55:01 0.35 0.07 0.28 0.00 1.20 3.98 0.00 08:57:14 08:56:01 0.27 0.02 0.25 0.00 0.27 2.73 0.00 08:57:14 08:57:01 178.03 99.65 78.38 0.00 8279.01 18583.66 0.00 08:57:14 Average: 299.41 221.50 77.91 0.00 16650.73 26939.97 0.00 08:57:14 08:57:14 08:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:57:14 08:32:01 64584 0 701908 37.30 2620 1112432 1332784 45.49 584836 1026144 13324 08:57:14 08:33:01 151200 0 729564 38.77 1716 999064 1565800 53.44 556136 933700 40 08:57:14 08:34:01 288676 0 746368 39.67 1528 844972 1333336 45.50 479296 832872 68 08:57:14 08:35:02 230004 0 788200 41.89 828 862512 1758324 60.01 612008 754648 77280 08:57:14 08:36:01 237668 0 805324 42.80 644 837908 1705932 58.22 642652 712048 24708 08:57:14 08:37:02 245912 0 798204 42.42 644 836784 1756068 59.93 603360 737564 39416 08:57:14 08:38:01 280440 0 764508 40.63 560 836036 1324800 45.21 584668 718596 12700 08:57:14 08:39:01 170776 0 768148 40.83 528 942092 1464884 49.99 581572 834864 48 08:57:14 08:40:07 75676 0 863824 45.91 36 942008 2300272 78.50 718864 864944 87192 08:57:14 08:41:16 74900 0 843408 44.83 36 963200 2366404 80.76 745668 842948 27924 08:57:14 08:42:12 64148 0 834460 44.35 36 982900 2334204 79.66 705504 878732 44892 08:57:14 08:43:02 156044 0 1107912 58.88 36 617552 4101844 139.99 786884 658116 10132 08:57:14 08:44:01 340204 0 830096 44.12 36 711208 2193584 74.86 563172 696132 16 08:57:14 08:45:02 61848 0 680052 36.14 36 1139608 1340684 45.76 735160 832232 46224 08:57:14 08:46:02 322248 0 727924 38.69 36 831336 2505948 85.52 558944 760408 0 08:57:14 08:47:03 68840 0 777264 41.31 36 1035404 2432372 83.01 602628 964308 75556 08:57:14 08:48:03 164680 0 899992 47.83 36 816836 2440188 83.28 757236 708880 11424 08:57:14 08:49:01 134280 0 684276 36.37 36 1062952 1485700 50.70 563040 929444 9852 08:57:14 08:50:01 141832 0 606352 32.23 36 1133324 1197908 40.88 497376 992072 8 08:57:14 08:51:01 144512 0 603668 32.08 36 1133328 1161144 39.63 494892 992684 8 08:57:14 08:52:02 144776 0 603400 32.07 36 1133332 1160952 39.62 494492 992700 16 08:57:14 08:53:01 145236 0 602932 32.04 36 1133340 1160952 39.62 494640 992704 8 08:57:14 08:54:01 144604 0 603556 32.08 36 1133348 1161168 39.63 494856 992724 8 08:57:14 08:55:01 145100 0 603048 32.05 36 1133360 1160952 39.62 494508 992760 8 08:57:14 08:56:01 145028 0 603120 32.05 36 1133360 1161024 39.62 494608 992760 8 08:57:14 08:57:01 424172 0 656176 34.87 36 801160 1280128 43.69 514256 648864 28 08:57:14 Average: 175669 0 739757 39.32 374 965744 1737975 59.31 590818 857071 18496 08:57:14 08:57:14 08:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:57:14 08:32:01 veth9406145 877.84 744.00 84.79 2722.13 0.00 0.00 0.00 0.00 08:57:14 08:32:01 eth0 1152.73 1124.86 5000.44 124.56 0.00 0.00 0.00 0.00 08:57:14 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:32:01 docker0 877.84 743.86 72.79 2722.12 0.00 0.00 0.00 0.00 08:57:14 08:33:01 vethf5fe5b7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:33:01 veth2e1e56c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:33:01 eth0 283.39 228.66 2824.51 57.21 0.00 0.00 0.00 0.00 08:57:14 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:34:01 vetha622a94 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 08:57:14 08:34:01 eth0 271.43 199.32 864.37 26.85 0.00 0.00 0.00 0.00 08:57:14 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:34:01 docker0 1041.46 968.77 83.64 3511.64 0.00 0.00 0.00 0.00 08:57:14 08:35:02 vetha622a94 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:35:02 eth0 16.13 11.27 13.32 6.21 0.00 0.00 0.00 0.00 08:57:14 08:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:36:01 vetha622a94 2.27 2.27 0.18 0.18 0.00 0.00 0.00 0.00 08:57:14 08:36:01 eth0 37.54 31.16 20.78 78.90 0.00 0.00 0.00 0.00 08:57:14 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:36:01 docker0 2.27 2.27 0.15 0.18 0.00 0.00 0.00 0.00 08:57:14 08:37:02 vetha622a94 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:37:02 eth0 16.32 12.68 13.06 7.27 0.00 0.00 0.00 0.00 08:57:14 08:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:38:01 vetha622a94 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:38:01 eth0 19.04 13.64 16.32 8.88 0.00 0.00 0.00 0.00 08:57:14 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:39:01 eth0 195.90 148.42 1688.54 77.33 0.00 0.00 0.00 0.00 08:57:14 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:39:01 vethae12a32 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 08:57:14 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:40:07 veth79cd38f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 08:57:14 08:40:07 eth0 13.41 9.93 14.18 5.38 0.00 0.00 0.00 0.00 08:57:14 08:40:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:40:07 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:41:16 veth79cd38f 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 08:57:14 08:41:16 eth0 67.80 50.37 140.22 50.24 0.00 0.00 0.00 0.00 08:57:14 08:41:16 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:41:16 docker0 31.64 45.94 2.15 130.08 0.00 0.00 0.00 0.00 08:57:14 08:42:12 veth79cd38f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:42:12 eth0 1.73 1.13 1.23 0.69 0.00 0.00 0.00 0.00 08:57:14 08:42:12 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:42:12 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:43:02 veth39f5b1c 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 08:57:14 08:43:02 veth1046e99 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 08:57:14 08:43:02 vetha137896 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 08:57:14 08:43:02 veth79cd38f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:44:01 veth1046e99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:44:01 vetha137896 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:44:01 veth79cd38f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:44:01 eth0 2477.82 2106.75 12177.52 514.20 0.00 0.00 0.00 0.00 08:57:14 08:45:02 veth79cd38f 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 08:57:14 08:45:02 eth0 64.36 44.45 224.05 16.46 0.00 0.00 0.00 0.00 08:57:14 08:45:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:57:14 08:45:02 docker0 1083.67 1039.24 86.29 3787.92 0.00 0.00 0.00 0.00 08:57:14 08:46:02 veth69a1d70 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 08:57:14 08:46:02 veth79cd38f 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:46:02 eth0 35.77 28.52 70.70 7.60 0.00 0.00 0.00 0.00 08:57:14 08:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:47:03 veth69a1d70 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:47:03 veth79cd38f 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:47:03 eth0 22.95 22.18 10.07 68.06 0.00 0.00 0.00 0.00 08:57:14 08:47:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:48:03 veth79cd38f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:57:14 08:48:03 eth0 35.03 21.59 94.26 9.24 0.00 0.00 0.00 0.00 08:57:14 08:48:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:48:03 veth1c6f0c9 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 08:57:14 08:49:01 vethdf09526 19.61 39.16 1.62 354.48 0.00 0.00 0.00 0.00 08:57:14 08:49:01 veth79cd38f 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:49:01 eth0 216.19 164.28 1691.77 81.20 0.00 0.00 0.00 0.00 08:57:14 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:50:01 eth0 18.85 10.85 15.91 7.59 0.00 0.00 0.00 0.00 08:57:14 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:50:01 docker0 1152.15 1141.28 91.03 4347.91 0.00 0.00 0.00 0.00 08:57:14 08:51:01 eth0 1.10 0.53 0.45 0.27 0.00 0.00 0.00 0.00 08:57:14 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:52:02 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:57:14 08:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:52:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:53:01 eth0 0.52 0.05 0.05 0.00 0.00 0.00 0.00 0.00 08:57:14 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:54:01 eth0 0.47 0.38 0.27 0.20 0.00 0.00 0.00 0.00 08:57:14 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:55:01 eth0 0.17 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:57:14 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:56:01 eth0 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 08:57:14 08:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:57:01 eth0 224.81 171.36 2175.89 70.08 0.00 0.00 0.00 0.00 08:57:14 08:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 Average: eth0 103.83 88.31 570.74 27.43 0.00 0.00 0.00 0.00 08:57:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:57:14 Average: docker0 44.40 43.98 3.51 167.56 0.00 0.00 0.00 0.00 08:57:14 08:57:14 08:57:14 ---> sar -P ALL: 08:57:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/22/21 _x86_64_ (4 CPU) 08:57:14 08:57:14 08:29:44 LINUX RESTART (4 CPU) 08:57:14 08:57:14 08:31:01 CPU %user %nice %system %iowait %steal %idle 08:57:14 08:32:01 all 7.83 0.00 4.49 1.76 14.33 71.58 08:57:14 08:32:01 0 8.53 0.00 5.60 0.15 15.30 70.42 08:57:14 08:32:01 1 7.19 0.00 4.81 3.07 14.52 70.42 08:57:14 08:32:01 2 8.42 0.00 4.11 3.65 14.16 69.66 08:57:14 08:32:01 3 7.22 0.00 3.46 0.12 13.36 75.85 08:57:14 08:33:01 all 7.96 0.00 5.43 1.99 22.78 61.85 08:57:14 08:33:01 0 6.83 0.00 4.49 1.46 22.97 64.26 08:57:14 08:33:01 1 8.43 0.00 6.23 2.81 22.79 59.74 08:57:14 08:33:01 2 8.14 0.00 5.79 2.28 22.34 61.45 08:57:14 08:33:01 3 8.43 0.00 5.19 1.41 23.03 61.94 08:57:14 08:34:01 all 5.35 0.00 5.71 7.00 17.49 64.44 08:57:14 08:34:01 0 5.30 0.00 5.67 6.75 17.97 64.32 08:57:14 08:34:01 1 5.84 0.00 6.04 5.04 17.23 65.85 08:57:14 08:34:01 2 5.56 0.00 6.03 9.70 17.89 60.83 08:57:14 08:34:01 3 4.72 0.00 5.10 6.57 16.86 66.75 08:57:14 08:35:02 all 41.04 0.00 11.43 3.12 22.73 21.68 08:57:14 08:35:02 0 40.08 0.00 11.39 3.81 22.98 21.75 08:57:14 08:35:02 1 40.78 0.00 11.67 2.88 23.99 20.69 08:57:14 08:35:02 2 40.19 0.00 10.65 3.27 22.21 23.68 08:57:14 08:35:02 3 43.16 0.00 12.03 2.49 21.74 20.57 08:57:14 08:36:01 all 28.76 0.00 9.22 1.50 25.46 35.06 08:57:14 08:36:01 0 31.03 0.00 10.12 2.15 24.19 32.51 08:57:14 08:36:01 1 31.83 0.00 9.80 1.90 24.09 32.38 08:57:14 08:36:01 2 26.64 0.00 8.35 1.23 27.08 36.71 08:57:14 08:36:01 3 25.73 0.00 8.67 0.76 26.40 38.45 08:57:14 08:37:02 all 31.38 0.00 11.45 4.12 34.96 18.08 08:57:14 08:37:02 0 31.25 0.00 11.18 3.85 35.67 18.05 08:57:14 08:37:02 1 29.06 0.00 10.97 4.02 36.70 19.25 08:57:14 08:37:02 2 33.68 0.00 12.55 5.54 32.69 15.54 08:57:14 08:37:02 3 31.59 0.00 11.13 3.10 34.75 19.44 08:57:14 08:38:01 all 21.48 0.00 10.82 2.53 29.36 35.81 08:57:14 08:38:01 0 21.67 0.00 11.48 2.34 29.84 34.68 08:57:14 08:38:01 1 20.35 0.00 9.79 2.58 29.42 37.85 08:57:14 08:38:01 2 22.41 0.00 11.40 2.26 29.07 34.88 08:57:14 08:38:01 3 21.51 0.00 10.65 2.93 29.11 35.80 08:57:14 08:39:01 all 9.85 0.00 7.26 0.79 25.22 56.88 08:57:14 08:39:01 0 9.73 0.00 7.35 0.94 26.69 55.29 08:57:14 08:39:01 1 10.28 0.00 7.00 0.46 24.77 57.50 08:57:14 08:39:01 2 8.55 0.00 7.28 0.61 24.69 58.87 08:57:14 08:39:01 3 10.85 0.00 7.41 1.15 24.73 55.86 08:57:14 08:40:07 all 9.44 0.00 10.34 11.22 36.34 32.66 08:57:14 08:40:07 0 11.10 0.00 10.47 10.84 36.99 30.59 08:57:14 08:40:07 1 8.51 0.00 10.03 10.79 36.22 34.45 08:57:14 08:40:07 2 8.86 0.00 10.82 11.88 35.35 33.10 08:57:14 08:40:07 3 9.30 0.00 10.06 11.35 36.80 32.49 08:57:14 08:41:16 all 5.39 0.00 8.53 33.81 28.16 24.12 08:57:14 08:41:16 0 5.07 0.00 7.57 35.75 28.11 23.50 08:57:14 08:41:16 1 5.74 0.00 9.32 36.70 28.04 20.19 08:57:14 08:41:16 2 4.99 0.00 8.44 29.80 27.48 29.30 08:57:14 08:41:16 3 5.77 0.00 8.80 32.96 29.01 23.45 08:57:14 08:42:12 all 6.60 0.00 6.36 32.74 35.55 18.74 08:57:14 08:42:12 0 6.05 0.00 6.22 32.74 35.93 19.07 08:57:14 08:42:12 1 6.79 0.00 6.95 30.74 35.36 20.17 08:57:14 08:42:12 2 6.95 0.00 6.27 33.07 34.53 19.17 08:57:14 08:42:12 3 6.64 0.00 6.01 34.38 36.37 16.60 08:57:14 08:57:14 08:42:12 CPU %user %nice %system %iowait %steal %idle 08:57:14 08:43:02 all 9.53 0.00 8.29 27.76 36.44 17.97 08:57:14 08:43:02 0 9.48 0.00 8.06 26.80 35.26 20.41 08:57:14 08:43:02 1 9.00 0.00 8.55 27.87 35.73 18.85 08:57:14 08:43:02 2 9.08 0.00 7.81 27.71 37.22 18.17 08:57:14 08:43:02 3 10.59 0.00 8.75 28.67 37.55 14.43 08:57:14 08:44:01 all 71.24 0.00 11.99 0.22 16.22 0.33 08:57:14 08:44:01 0 72.21 0.00 11.67 0.31 15.48 0.33 08:57:14 08:44:01 1 72.37 0.00 11.82 0.04 15.33 0.44 08:57:14 08:44:01 2 73.11 0.00 12.63 0.23 13.81 0.23 08:57:14 08:44:01 3 67.12 0.00 11.85 0.32 20.39 0.32 08:57:14 08:45:02 all 8.27 0.00 10.39 14.71 36.01 30.62 08:57:14 08:45:02 0 8.39 0.00 9.80 13.99 35.24 32.58 08:57:14 08:45:02 1 7.11 0.00 9.43 12.97 35.52 34.98 08:57:14 08:45:02 2 8.42 0.00 11.48 15.53 35.99 28.58 08:57:14 08:45:02 3 9.21 0.00 10.92 16.45 37.37 26.06 08:57:14 08:46:02 all 9.50 0.00 10.43 19.73 34.19 26.16 08:57:14 08:46:02 0 9.10 0.00 9.62 17.46 34.98 28.83 08:57:14 08:46:02 1 10.27 0.00 10.83 20.80 32.63 25.46 08:57:14 08:46:02 2 9.25 0.00 10.68 20.25 33.41 26.42 08:57:14 08:46:02 3 9.38 0.00 10.60 20.50 35.67 23.85 08:57:14 08:47:03 all 25.54 0.00 13.06 17.52 36.95 6.94 08:57:14 08:47:03 0 24.72 0.00 14.30 19.08 35.67 6.22 08:57:14 08:47:03 1 26.40 0.00 13.15 18.19 36.03 6.23 08:57:14 08:47:03 2 25.38 0.00 13.65 17.54 36.63 6.81 08:57:14 08:47:03 3 25.66 0.00 11.12 15.27 39.48 8.48 08:57:14 08:48:03 all 20.04 0.00 9.40 23.19 30.91 16.47 08:57:14 08:48:03 0 21.17 0.00 9.92 22.23 30.01 16.66 08:57:14 08:48:03 1 18.65 0.00 8.83 23.69 33.03 15.80 08:57:14 08:48:03 2 19.85 0.00 9.70 24.95 30.49 15.01 08:57:14 08:48:03 3 20.46 0.00 9.11 21.89 30.15 18.39 08:57:14 08:49:01 all 19.17 0.00 8.71 4.90 22.28 44.94 08:57:14 08:49:01 0 23.26 0.00 9.95 4.97 21.98 39.84 08:57:14 08:49:01 1 17.66 0.00 7.54 4.34 22.73 47.72 08:57:14 08:49:01 2 18.68 0.00 8.18 4.17 23.34 45.63 08:57:14 08:49:01 3 17.19 0.00 9.18 6.14 21.05 46.44 08:57:14 08:50:01 all 2.16 0.00 2.83 1.74 13.25 80.02 08:57:14 08:50:01 0 2.26 0.00 3.23 2.56 12.86 79.10 08:57:14 08:50:01 1 1.87 0.00 2.66 0.87 13.65 80.95 08:57:14 08:50:01 2 2.22 0.00 2.34 2.73 13.69 79.02 08:57:14 08:50:01 3 2.28 0.00 3.08 0.80 12.81 81.04 08:57:14 08:51:01 all 0.12 0.00 0.07 0.08 0.68 99.05 08:57:14 08:51:01 0 0.05 0.00 0.05 0.03 1.20 98.66 08:57:14 08:51:01 1 0.03 0.00 0.07 0.18 0.23 99.48 08:57:14 08:51:01 2 0.36 0.00 0.10 0.02 0.83 98.69 08:57:14 08:51:01 3 0.03 0.00 0.05 0.08 0.46 99.37 08:57:14 08:52:02 all 0.13 0.00 0.12 0.00 0.28 99.48 08:57:14 08:52:02 0 0.02 0.00 0.10 0.00 0.30 99.58 08:57:14 08:52:02 1 0.18 0.00 0.15 0.00 0.28 99.38 08:57:14 08:52:02 2 0.25 0.00 0.12 0.00 0.27 99.37 08:57:14 08:52:02 3 0.05 0.00 0.10 0.00 0.27 99.58 08:57:14 08:53:01 all 0.10 0.00 0.02 0.00 0.07 99.81 08:57:14 08:53:01 0 0.02 0.00 0.02 0.00 0.05 99.92 08:57:14 08:53:01 1 0.36 0.00 0.02 0.02 0.10 99.51 08:57:14 08:53:01 2 0.02 0.00 0.02 0.00 0.08 99.88 08:57:14 08:53:01 3 0.02 0.00 0.02 0.00 0.03 99.93 08:57:14 08:57:14 08:53:01 CPU %user %nice %system %iowait %steal %idle 08:57:14 08:54:01 all 0.15 0.00 0.03 0.00 0.16 99.67 08:57:14 08:54:01 0 0.05 0.00 0.02 0.00 0.05 99.88 08:57:14 08:54:01 1 0.47 0.00 0.02 0.00 0.25 99.27 08:57:14 08:54:01 2 0.03 0.00 0.02 0.00 0.25 99.70 08:57:14 08:54:01 3 0.03 0.00 0.07 0.00 0.08 99.82 08:57:14 08:55:01 all 0.12 0.00 0.02 0.00 0.07 99.78 08:57:14 08:55:01 0 0.00 0.00 0.02 0.00 0.02 99.97 08:57:14 08:55:01 1 0.45 0.00 0.03 0.00 0.12 99.40 08:57:14 08:55:01 2 0.03 0.00 0.02 0.02 0.10 99.83 08:57:14 08:55:01 3 0.02 0.00 0.02 0.00 0.05 99.92 08:57:14 08:56:01 all 0.13 0.00 0.02 0.00 0.06 99.79 08:57:14 08:56:01 0 0.03 0.00 0.02 0.00 0.02 99.93 08:57:14 08:56:01 1 0.45 0.00 0.02 0.00 0.05 99.48 08:57:14 08:56:01 2 0.03 0.00 0.03 0.00 0.08 99.85 08:57:14 08:56:01 3 0.02 0.00 0.02 0.00 0.08 99.88 08:57:14 08:57:01 all 5.53 0.00 4.70 5.59 10.10 74.09 08:57:14 08:57:01 0 4.38 0.00 4.75 2.47 10.10 78.30 08:57:14 08:57:01 1 6.75 0.00 5.04 10.44 10.12 67.66 08:57:14 08:57:01 2 5.20 0.00 4.37 4.76 9.87 75.80 08:57:14 08:57:01 3 5.79 0.00 4.64 4.69 10.29 74.59 08:57:14 Average: all 12.49 0.00 6.50 8.56 20.43 52.02 08:57:14 Average: 0 12.64 0.00 6.55 8.41 20.46 51.94 08:57:14 Average: 1 12.48 0.00 6.49 8.69 20.38 51.96 08:57:14 Average: 2 12.51 0.00 6.57 8.74 20.18 52.00 08:57:14 Average: 3 12.34 0.00 6.37 8.41 20.69 52.19 08:57:14 08:57:14 08:57:14