Pull request #3027 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf+eb962563c78e340597fe6b0a01e022bbdd66f5a5 (a0d3fe3e14b29aeeb27107a9b4269c86a66f2309) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22632 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/24 [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/24 # 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 eb962563c78e340597fe6b0a01e022bbdd66f5a5 into PR head commit 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf Merge succeeded, producing 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf Checking out Revision 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf (PR-3027) > 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/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf # 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 eb962563c78e340597fe6b0a01e022bbdd66f5a5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf # timeout=10 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:27:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:27:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:27:56 ========================================================= 14:27:56 EdgeX Global Pipelines Version Info 14:27:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk fb884b8435e0408b98240ba658a461868957b7b4 # timeout=10 14:27:58 ------------------- 14:27:58 stable info: 14:27:58 ------------------- 14:27:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:27:58 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 14:27:58 Message: update stable to v1.0.179 14:27:59 ------------------- 14:27:59 experimental info: 14:27:59 ------------------- 14:27:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:27:59 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 14:27:59 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:27:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 14:27:59 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 14:27:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:27:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:27:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:28:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:28:00 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:28:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 14:28:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 14:28:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 14:28:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:28:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:28:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:28:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:28:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:28:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:28:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:28:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:28:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 14:28:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 14:28:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 14:28:01 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 14:28:02 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 14:28:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3027 [Pipeline] echo 14:28:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3027 [Pipeline] echo 14:28:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3027 [Pipeline] echo 14:28:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf [Pipeline] echo 14:28:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6887633 [Pipeline] echo 14:28:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:28:02 provisioning config files... 14:28:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/24@tmp/config2219353929048960691tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:28:03 ---> docker-login.sh 14:28:03 nexus3.edgexfoundry.org:10001 14:28:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:28:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:28:03 Configure a credential helper to remove this warning. See 14:28:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:28:03 14:28:03 Login Succeeded 14:28:03 nexus3.edgexfoundry.org:10002 14:28:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:28:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:28:03 Configure a credential helper to remove this warning. See 14:28:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:28:03 14:28:03 Login Succeeded 14:28:03 nexus3.edgexfoundry.org:10003 14:28:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:28:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:28:03 Configure a credential helper to remove this warning. See 14:28:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:28:03 14:28:03 Login Succeeded 14:28:03 nexus3.edgexfoundry.org:10004 14:28:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:28:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:28:04 Configure a credential helper to remove this warning. See 14:28:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:28:04 14:28:04 Login Succeeded 14:28:04 docker.io 14:28:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:28:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:28:04 Configure a credential helper to remove this warning. See 14:28:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:28:04 14:28:04 Login Succeeded 14:28:04 ---> docker-login.sh ends [Pipeline] } 14:28:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:28:04 ++ 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 14:28:04 + for file in '`ls cmd/**/Dockerfile`' 14:28:04 ++ dirname cmd/core-command/Dockerfile 14:28:04 ++ cut -d/ -f2 14:28:04 + echo core-command,cmd/core-command/Dockerfile 14:28:04 + for file in '`ls cmd/**/Dockerfile`' 14:28:04 ++ dirname cmd/core-data/Dockerfile 14:28:04 ++ cut -d/ -f2 14:28:04 + echo core-data,cmd/core-data/Dockerfile 14:28:04 + for file in '`ls cmd/**/Dockerfile`' 14:28:04 ++ dirname cmd/core-metadata/Dockerfile 14:28:04 ++ cut -d/ -f2 14:28:04 + echo core-metadata,cmd/core-metadata/Dockerfile 14:28:04 + for file in '`ls cmd/**/Dockerfile`' 14:28:04 ++ dirname cmd/security-bootstrapper/Dockerfile 14:28:04 ++ cut -d/ -f2 14:28:04 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 14:28:04 + for file in '`ls cmd/**/Dockerfile`' 14:28:04 ++ dirname cmd/security-proxy-setup/Dockerfile 14:28:04 ++ cut -d/ -f2 14:28:04 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:28:04 + for file in '`ls cmd/**/Dockerfile`' 14:28:04 ++ dirname cmd/security-secretstore-setup/Dockerfile 14:28:04 ++ cut -d/ -f2 14:28:04 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:28:04 + for file in '`ls cmd/**/Dockerfile`' 14:28:04 ++ dirname cmd/support-notifications/Dockerfile 14:28:04 ++ cut -d/ -f2 14:28:04 + echo support-notifications,cmd/support-notifications/Dockerfile 14:28:04 + for file in '`ls cmd/**/Dockerfile`' 14:28:04 ++ dirname cmd/support-scheduler/Dockerfile 14:28:04 ++ cut -d/ -f2 14:28:04 + echo support-scheduler,cmd/support-scheduler/Dockerfile 14:28:04 + for file in '`ls cmd/**/Dockerfile`' 14:28:04 ++ dirname cmd/sys-mgmt-agent/Dockerfile 14:28:04 ++ cut -d/ -f2 14:28:04 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 14:28:05 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 14:28:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:28:05 14:28:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:28:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:28:06 latest: Pulling from edgex-devops/git-semver 14:28:06 31603596830f: Pulling fs layer 14:28:06 2a8b12db71e7: Pulling fs layer 14:28:06 6ca5941a6612: Pulling fs layer 14:28:06 ecc8261a40a4: Pulling fs layer 14:28:06 ecc8261a40a4: Waiting 14:28:06 2a8b12db71e7: Verifying Checksum 14:28:06 2a8b12db71e7: Download complete 14:28:06 ecc8261a40a4: Verifying Checksum 14:28:06 ecc8261a40a4: Download complete 14:28:06 31603596830f: Verifying Checksum 14:28:06 31603596830f: Download complete 14:28:06 6ca5941a6612: Verifying Checksum 14:28:06 6ca5941a6612: Download complete 14:28:07 31603596830f: Pull complete 14:28:07 2a8b12db71e7: Pull complete 14:28:07 6ca5941a6612: Pull complete 14:28:08 ecc8261a40a4: Pull complete 14:28:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:28:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:28:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:28:08 prd-centos7-docker-4c-2g-22632 does not seem to be running inside a container 14:28:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 14:28:11 $ docker top 1a044a25a20cd3f69b670df5ffc7cdac7084e4974d042ef29bb16127a67c0867 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:28:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:28:11 [ssh-agent] Looking for ssh-agent implementation... 14:28:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:28:11 $ docker exec 1a044a25a20cd3f69b670df5ffc7cdac7084e4974d042ef29bb16127a67c0867 ssh-agent 14:28:12 SSH_AUTH_SOCK=/tmp/ssh-xze64jKwHkyz/agent.12 14:28:12 SSH_AGENT_PID=17 14:28:12 Running ssh-add (command line suppressed) 14:28:12 Identity added: /w/workspace/edgex-go/24@tmp/private_key_6979013841138400111.key (/w/workspace/edgex-go/24@tmp/private_key_6979013841138400111.key) 14:28:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:28:12 + git tag --points-at HEAD [Pipeline] } 14:28:12 $ docker exec --env ******** --env ******** 1a044a25a20cd3f69b670df5ffc7cdac7084e4974d042ef29bb16127a67c0867 ssh-agent -k 14:28:12 unset SSH_AUTH_SOCK; 14:28:12 unset SSH_AGENT_PID; 14:28:12 echo Agent pid 17 killed; 14:28:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:28:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:28:13 [ssh-agent] Looking for ssh-agent implementation... 14:28:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:28:13 $ docker exec 1a044a25a20cd3f69b670df5ffc7cdac7084e4974d042ef29bb16127a67c0867 ssh-agent 14:28:13 SSH_AUTH_SOCK=/tmp/ssh-tUKoPnBs35VI/agent.46 14:28:13 SSH_AGENT_PID=52 14:28:13 Running ssh-add (command line suppressed) 14:28:13 Identity added: /w/workspace/edgex-go/24@tmp/private_key_6624508825339129672.key (/w/workspace/edgex-go/24@tmp/private_key_6624508825339129672.key) 14:28:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:28:14 + git semver init 14:28:14 # -> Open(): unable to determine branch for HEAD 14:28:14 # $GIT_DIR = /w/workspace/edgex-go/24/.git 14:28:14 # $GIT_WORK_TREE = /w/workspace/edgex-go/24 14:28:14 # $SEMVER_REMOTE_NAME = origin 14:28:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:28:14 # $SEMVER_USER_NAME = edgex-jenkins 14:28:14 # $SEMVER_BRANCH = PR-3027 14:28:14 # $SEMVER_TEMP = /tmp/semver-527122128 14:28:14 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 14:28:46 # '/tmp/semver-527122128' -> '/w/workspace/edgex-go/24/.semver' 14:28:46 # -> Force: false 14:28:46 # $SEMVER_DIR = /w/workspace/edgex-go/24/.semver [Pipeline] } 14:28:46 $ docker exec --env ******** --env ******** 1a044a25a20cd3f69b670df5ffc7cdac7084e4974d042ef29bb16127a67c0867 ssh-agent -k 14:28:46 unset SSH_AUTH_SOCK; 14:28:46 unset SSH_AGENT_PID; 14:28:46 echo Agent pid 52 killed; 14:28:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:28:47 + git semver [Pipeline] } 14:28:47 $ docker stop --time=1 1a044a25a20cd3f69b670df5ffc7cdac7084e4974d042ef29bb16127a67c0867 14:28:49 $ docker rm -f 1a044a25a20cd3f69b670df5ffc7cdac7084e4974d042ef29bb16127a67c0867 [Pipeline] // withDockerContainer [Pipeline] sh 14:28:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:28:50 Stashed 1 file(s) [Pipeline] echo 14:28:50 [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 14:28:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:28:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:28:52 + true 14:28:52 + sudo service docker restart 14:28:52 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 14:28:52 ========================================================= 14:28:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:28:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:28:53 + 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 . 14:28:56 Sending build context to Docker daemon 327.1MB 14:28:56 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 14:28:56 Step 2/6 : FROM ${BASE} 14:28:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:28:56 188c0c94c7c5: Pulling fs layer 14:28:56 0ef7d3d256c8: Pulling fs layer 14:28:56 de9db76c5a1d: Pulling fs layer 14:28:56 bca2f99d35d6: Pulling fs layer 14:28:56 93359f2a8cfa: Pulling fs layer 14:28:56 7c6f9722023f: Pulling fs layer 14:28:56 a35cf1a2eb13: Pulling fs layer 14:28:56 93359f2a8cfa: Waiting 14:28:56 7c6f9722023f: Waiting 14:28:56 a35cf1a2eb13: Waiting 14:28:56 bca2f99d35d6: Waiting 14:28:56 de9db76c5a1d: Verifying Checksum 14:28:56 de9db76c5a1d: Download complete 14:28:56 0ef7d3d256c8: Download complete 14:28:56 93359f2a8cfa: Verifying Checksum 14:28:56 93359f2a8cfa: Download complete 14:28:56 7c6f9722023f: Verifying Checksum 14:28:56 7c6f9722023f: Download complete 14:28:56 188c0c94c7c5: Verifying Checksum 14:28:56 188c0c94c7c5: Download complete 14:28:57 188c0c94c7c5: Pull complete 14:28:57 0ef7d3d256c8: Pull complete 14:28:57 de9db76c5a1d: Pull complete 14:29:00 a35cf1a2eb13: Verifying Checksum 14:29:00 a35cf1a2eb13: Download complete 14:29:00 bca2f99d35d6: Download complete 14:29:06 Still waiting to schedule task 14:29:06 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 14:29:07 bca2f99d35d6: Pull complete 14:29:07 93359f2a8cfa: Pull complete 14:29:07 7c6f9722023f: Pull complete 14:29:10 a35cf1a2eb13: Pull complete 14:29:10 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 14:29:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:29:10 ---> a62c8e92a672 14:29:10 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 14:29:10 ---> Running in 6ef693211dff 14:29:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:29:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:29:13 (1/12) Installing libmagic (5.38-r0) 14:29:13 (2/12) Installing file (5.38-r0) 14:29:13 (3/12) Installing libc-dev (0.7.2-r3) 14:29:13 (4/12) Installing g++ (9.3.0-r2) 14:29:40 (5/12) Installing fortify-headers (1.1-r0) 14:29:40 (6/12) Installing patch (2.7.6-r6) 14:29:40 (7/12) Installing build-base (0.5-r2) 14:29:40 (8/12) Installing libsodium (1.0.18-r0) 14:29:40 (9/12) Installing pkgconf (1.7.2-r0) 14:29:40 (10/12) Installing libsodium-dev (1.0.18-r0) 14:29:40 (11/12) Installing libzmq (4.3.3-r0) 14:29:40 (12/12) Installing zeromq-dev (4.3.3-r0) 14:29:40 Executing busybox-1.31.1-r19.trigger 14:29:40 OK: 233 MiB in 51 packages 14:29:42 Removing intermediate container 6ef693211dff 14:29:42 ---> 4831c800d84d 14:29:42 Step 4/6 : WORKDIR /edgex-go 14:29:42 ---> Running in 3204b87ff27f 14:29:42 Removing intermediate container 3204b87ff27f 14:29:42 ---> 5b6545ee8e22 14:29:42 Step 5/6 : COPY go.mod . 14:29:42 ---> 2731e47428ce 14:29:42 Step 6/6 : RUN go mod download 14:29:42 ---> Running in 8d065b0832c5 14:30:04 Removing intermediate container 8d065b0832c5 14:30:04 ---> 69573746b862 14:30:04 Successfully built 69573746b862 14:30:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:30:05 + docker inspect -f . ci-base-image-x86_64 14:30:05 . [Pipeline] withDockerContainer 14:30:05 prd-centos7-docker-4c-2g-22632 does not seem to be running inside a container 14:30:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 14:30:06 $ docker top 30d37f2ca5fa82748926bfb38bcce2a0c719a730834ed3c482c70179da7d4ee5 -eo pid,comm [Pipeline] { [Pipeline] sh 14:30:06 + go version 14:30:06 go version go1.15.5 linux/amd64 [Pipeline] } 14:30:06 $ docker stop --time=1 30d37f2ca5fa82748926bfb38bcce2a0c719a730834ed3c482c70179da7d4ee5 14:30:08 $ docker rm -f 30d37f2ca5fa82748926bfb38bcce2a0c719a730834ed3c482c70179da7d4ee5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:30:09 + docker inspect -f . ci-base-image-x86_64 14:30:09 . [Pipeline] withDockerContainer 14:30:09 prd-centos7-docker-4c-2g-22632 does not seem to be running inside a container 14:30:09 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 14:30:10 $ docker top 746606b5746403b0b602d093f5fb203d86132068094989ab38cefad91fdda02c -eo pid,comm [Pipeline] { [Pipeline] echo 14:30:10 ========================================================= 14:30:10 [edgeXBuildGoParallel] Running Tests and Build... 14:30:10 ========================================================= [Pipeline] sh 14:30:10 + make test 14:30:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:30:20 ? github.com/edgexfoundry/edgex-go [no test files] 14:30:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:30:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:30:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:30:40 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:30:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 14:30:42 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:30:42 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:30:42 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:30:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:30:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:30:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:30:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:30:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:30:45 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:30:48 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.127s coverage: 46.6% of statements 14:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:30:50 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.182s coverage: 27.1% of statements 14:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:30:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements 14:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:30:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements 14:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:30:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.091s coverage: 65.8% of statements 14:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:30:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.503s coverage: 82.3% of statements 14:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 14:30:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:30:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.345s coverage: 28.6% of statements 14:30:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:30:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:30:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:30:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:30:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:30:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements 14:30:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:30:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements 14:30:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:30:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements 14:30:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:30:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements 14:30:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:30:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements 14:30:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:30:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:30:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:30:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:30:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.436s coverage: 92.8% of statements 14:30:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:30:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:30:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:30:56 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:30:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:30:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:30:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:30:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:30:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:30:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:30:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:30:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:30:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:30:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:30:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:30:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:30:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:30:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:30:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 14:30:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:30:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:30:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.1% of statements 14:30:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:30:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:30:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:30:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 43.8% of statements 14:30:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.070s coverage: 79.5% of statements 14:30:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.028s coverage: 94.1% of statements 14:30:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements 14:30:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.038s coverage: 44.8% of statements 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.027s coverage: 80.8% of statements 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.068s coverage: 87.2% of statements 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.082s coverage: 91.4% of statements 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.162s coverage: 63.5% of statements 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.287s coverage: 68.9% of statements 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 37.0% of statements 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.264s coverage: 84.0% of statements 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.103s coverage: 47.1% of statements 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.642s coverage: 29.1% of statements 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:31:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:31:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:31:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements 14:31:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:31:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:31:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 14:31:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 14:31:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 14:31:10 GO111MODULE=on go vet ./... 14:31:36 gofmt -l . 14:31:36 [ "`gofmt -l .`" = "" ] 14:31:36 ./bin/test-go-mod-tidy.sh 14:31:36 ./bin/test-attribution-txt.sh [Pipeline] sh 14:31:37 + ls -al . 14:31:37 total 668 14:31:37 drwxrwxr-x 10 1001 1001 4096 Jan 25 14:31 . 14:31:37 drwxr-xr-x 4 root root 30 Jan 25 14:30 .. 14:31:37 -rw-rw-r-- 1 1001 1001 11 Jan 25 14:27 .dockerignore 14:31:37 drwxrwxr-x 8 1001 1001 179 Jan 25 14:27 .git 14:31:37 drwxrwxr-x 3 1001 1001 125 Jan 25 14:27 .github 14:31:37 -rw-rw-r-- 1 1001 1001 872 Jan 25 14:27 .gitignore 14:31:37 drwx------ 3 1001 1001 47 Jan 25 14:28 .semver 14:31:37 -rw-rw-r-- 1 1001 1001 166 Jan 25 14:27 .sonarcloud.properties 14:31:37 -rw-rw-r-- 1 1001 1001 7859 Jan 25 14:27 Attribution.txt 14:31:37 -rw-rw-r-- 1 1001 1001 3804 Jan 25 14:27 CONTRIBUTING.md 14:31:37 -rw-rw-r-- 1 1001 1001 931 Jan 25 14:27 Dockerfile.build 14:31:37 -rw-rw-r-- 1 1001 1001 863 Jan 25 14:27 Jenkinsfile 14:31:37 -rw-rw-r-- 1 1001 1001 10775 Jan 25 14:27 LICENSE 14:31:37 -rw-rw-r-- 1 1001 1001 6001 Jan 25 14:27 Makefile 14:31:37 -rw-rw-r-- 1 1001 1001 6524 Jan 25 14:27 README.md 14:31:37 -rw-rw-r-- 1 1001 1001 6755 Jan 25 14:27 SECURITY.md 14:31:37 -rw-rw-r-- 1 1001 1001 5 Jan 25 14:28 VERSION 14:31:37 -rw-rw-r-- 1 1001 1001 4131 Jan 25 14:27 ZMQWindows.md 14:31:37 drwxrwxr-x 2 1001 1001 117 Jan 25 14:27 bin 14:31:37 drwxrwxr-x 15 1001 1001 4096 Jan 25 14:27 cmd 14:31:37 -rw-r--r-- 1 root root 564700 Jan 25 14:31 coverage.out 14:31:37 -rw-r--r-- 1 root root 1053 Jan 25 14:31 go.mod 14:31:37 -rw-r--r-- 1 root root 19085 Jan 25 14:31 go.sum 14:31:37 drwxrwxr-x 8 1001 1001 127 Jan 25 14:27 internal 14:31:37 drwxrwxr-x 4 1001 1001 26 Jan 25 14:27 openapi 14:31:37 drwxrwxr-x 4 1001 1001 71 Jan 25 14:27 snap 14:31:37 -rw-rw-r-- 1 1001 1001 168 Jan 25 14:27 version.go [Pipeline] sh 14:31:37 + '[' -e coverage.out ] 14:31:37 + chown 1001:1001 coverage.out [Pipeline] stash 14:31:37 Stashed 1 file(s) [Pipeline] sh 14:31:37 + make build 14:31:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 14:31:42 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 14:31: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 14:31:50 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 14:31:51 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 14:31:52 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 14:31:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:31:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:31:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:31:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:31:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 14:31:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 14:32:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 14:32:02 $ docker stop --time=1 746606b5746403b0b602d093f5fb203d86132068094989ab38cefad91fdda02c 14:32:04 $ docker rm -f 746606b5746403b0b602d093f5fb203d86132068094989ab38cefad91fdda02c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:32:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:32:08 14:32:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 14:32:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:32:08 latest: Pulling from edgex-devops/edgex-compose 14:32:08 cbdbe7a5bc2a: Pulling fs layer 14:32:08 ca9280d653b3: Pulling fs layer 14:32:08 7e9c9ca2126c: Pulling fs layer 14:32:09 cbdbe7a5bc2a: Verifying Checksum 14:32:09 cbdbe7a5bc2a: Download complete 14:32:09 ca9280d653b3: Verifying Checksum 14:32:09 ca9280d653b3: Download complete 14:32:09 cbdbe7a5bc2a: Pull complete 14:32:10 ca9280d653b3: Pull complete 14:32:11 7e9c9ca2126c: Download complete 14:32:17 7e9c9ca2126c: Pull complete 14:32:17 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 14:32:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:32:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 14:32:17 prd-centos7-docker-4c-2g-22632 does not seem to be running inside a container 14:32:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 14:32:20 $ docker top eb5e542b0c944efaf14703868c14231c71912134b0ee23832c8097f57249984e -eo pid,comm [Pipeline] { [Pipeline] sh 14:32:20 + docker-compose build --help 14:32:20 + grep parallel 14:32:21 --parallel Build images in parallel. [Pipeline] } 14:32:21 $ docker stop --time=1 eb5e542b0c944efaf14703868c14231c71912134b0ee23832c8097f57249984e 14:32:23 $ docker rm -f eb5e542b0c944efaf14703868c14231c71912134b0ee23832c8097f57249984e 14:32:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22641 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] ws 14:32:23 Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:32:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:32:23 . [Pipeline] withDockerContainer 14:32:24 prd-centos7-docker-4c-2g-22632 does not seem to be running inside a container 14:32:24 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 14:32:24 $ docker top 03236a3366129563fd5926370d2bacf5e3de52028a6c34da7496e391a99703b4 -eo pid,comm [Pipeline] { [Pipeline] sh 14:32:25 + docker-compose -f ./docker-compose-build.yml build --parallel 14:32:26 Building docker-core-command-go ... 14:32:26 Building docker-core-data-go ... 14:32:26 Building docker-core-metadata-go ... 14:32:26 Building docker-security-bootstrapper-go ... 14:32:26 Building docker-security-proxy-setup-go ... 14:32:26 Building docker-security-secretstore-setup-go ... 14:32:26 Building docker-support-notifications-go ... 14:32:26 Building docker-support-scheduler-go ... 14:32:26 Building docker-sys-mgmt-agent-go ... 14:32:26 Building docker-security-secretstore-setup-go 14:32:26 Building docker-core-command-go 14:32:26 Building docker-support-notifications-go 14:32:26 Building docker-support-scheduler-go 14:32:26 Building docker-security-bootstrapper-go 14:32:28 using credential edgex-jenkins-ssh 14:32:28 Cloning the remote Git repository 14:32:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:32:28 > git init /w/workspace/edgex-go/24 # timeout=10 14:32:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:32:28 > git --version # timeout=10 14:32:28 > git --version # 'git version 2.17.1' 14:32:28 using GIT_SSH to set credentials SSH Credentials for GitHub 14:32:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:32:47 Merging remotes/origin/master commit eb962563c78e340597fe6b0a01e022bbdd66f5a5 into PR head commit 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 14:32:47 Merge succeeded, producing 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 14:32:47 Checking out Revision 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf (PR-3027) 14:32:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:32:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:32:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:32:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:32:46 using GIT_SSH to set credentials SSH Credentials for GitHub 14:32:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:32:47 > git config core.sparsecheckout # timeout=10 14:32:47 > git checkout -f 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf # timeout=10 14:32:47 > git remote # timeout=10 14:32:47 > git config --get remote.origin.url # timeout=10 14:32:47 using GIT_SSH to set credentials SSH Credentials for GitHub 14:32:47 > git merge eb962563c78e340597fe6b0a01e022bbdd66f5a5 # timeout=10 14:32:47 > git rev-parse HEAD^{commit} # timeout=10 14:32:47 > git config core.sparsecheckout # timeout=10 14:32:47 > git checkout -f 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf # timeout=10 14:32:52 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:32:53 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 14:32:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:32:54 + sudo service docker restart 14:32:54 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:32:57 provisioning config files... 14:32:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/24@tmp/config1030722631512813104tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:32:57 ---> docker-login.sh 14:32:57 nexus3.edgexfoundry.org:10001 14:32:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:32:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:32:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:32:58 ---> 69573746b862 14:32:58 Step 3/24 : WORKDIR /edgex-go 14:32:58 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:32:58 Step 2/33 : FROM ${BUILDER_BASE} AS builder 14:32:58 ---> 69573746b862 14:32:58 Step 3/33 : WORKDIR /edgex-go 14:32:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:32:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:32:58 ---> 69573746b862 14:32:58 Step 3/23 : WORKDIR /edgex-go 14:32:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:32:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:32:58 ---> 69573746b862 14:32:58 Step 3/22 : WORKDIR /edgex-go 14:32:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:32:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:32:58 ---> 69573746b862 14:32:58 Step 3/22 : WORKDIR /edgex-go 14:32:58 ---> Running in 4b27476fa781 14:32:58 ---> Running in e86e4df56907 14:32:58 ---> Running in 45ac24725453 14:32:58 ---> Running in 2448ed693551 14:32:58 ---> Running in 9bc1777a823a 14:32:58 Removing intermediate container 4b27476fa781 14:32:58 ---> e0729b2ea10b 14:32:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:32:58 Removing intermediate container 2448ed693551 14:32:58 ---> 42cfa4ceccbc 14:32:58 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:32:58 Removing intermediate container e86e4df56907 14:32:58 ---> bbb633eb7cff 14:32:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:32:58 Removing intermediate container 45ac24725453 14:32:58 ---> 7bb831a9de89 14:32:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:32:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:32:59 Configure a credential helper to remove this warning. See 14:32:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:32:59 14:32:59 Login Succeeded 14:32:59 nexus3.edgexfoundry.org:10002 14:32:59 Removing intermediate container 9bc1777a823a 14:32:59 ---> 06d3cff634ca 14:32:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:32:59 ---> Running in 8dedf4ada105 14:32:59 ---> Running in a96d4f311f09 14:32:59 ---> Running in 511885d7ac29 14:32:59 ---> Running in 3b5f6bee6dd8 14:32:59 ---> Running in 8cafd9add897 14:32:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:32:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:32:59 Configure a credential helper to remove this warning. See 14:32:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:32:59 14:32:59 Login Succeeded 14:32:59 nexus3.edgexfoundry.org:10003 14:32:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:33:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:33:00 Configure a credential helper to remove this warning. See 14:33:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:33:00 14:33:00 Login Succeeded 14:33:00 nexus3.edgexfoundry.org:10004 14:33:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:33:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:33:00 Configure a credential helper to remove this warning. See 14:33:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:33:00 14:33:00 Login Succeeded 14:33:00 docker.io 14:33:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:33:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:33:01 Configure a credential helper to remove this warning. See 14:33:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:33:01 14:33:01 Login Succeeded 14:33:01 ---> docker-login.sh ends [Pipeline] } 14:33:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:33:01 ========================================================= 14:33:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 14:33:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:33:01 Removing intermediate container 511885d7ac29 14:33:01 ---> 0b5492523bf0 14:33:01 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:33:01 Removing intermediate container a96d4f311f09 14:33:01 ---> 74b27f486ba6 14:33:01 Step 5/33 : RUN apk add --update --no-cache make git 14:33:01 ---> Running in 68257a0f08a2 14:33:01 ---> Running in c6a88297558f 14:33:02 Removing intermediate container 8dedf4ada105 14:33:02 ---> 8dbe07505641 14:33:02 Step 5/23 : RUN apk add --update --no-cache make git 14:33:02 Removing intermediate container 3b5f6bee6dd8 14:33:02 ---> 08e03259df2b 14:33:02 Step 5/24 : RUN apk add --update --no-cache make git 14:33:02 Removing intermediate container 8cafd9add897 14:33:02 ---> 68c58ef159d0 14:33:02 Step 5/22 : RUN apk add --update --no-cache make git 14:33:02 + 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 . 14:33:02 ---> Running in 772a02a91114 14:33:02 ---> Running in 93a4c9a53320 14:33:02 ---> Running in ed315c357755 14:33:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:33:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:33:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:33:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:33:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:33:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:33:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:33:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:33:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:33:04 Sending build context to Docker daemon 165.9MB 14:33:04 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 14:33:04 Step 2/6 : FROM ${BASE} 14:33:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:33:04 5f621e34cdf4: Pulling fs layer 14:33:04 a4357932f1b6: Pulling fs layer 14:33:04 18c013af1878: Pulling fs layer 14:33:04 00ac8860ef70: Pulling fs layer 14:33:04 63d7cb157983: Pulling fs layer 14:33:04 b116817d02f9: Pulling fs layer 14:33:04 745a02a5169b: Pulling fs layer 14:33:04 00ac8860ef70: Waiting 14:33:04 63d7cb157983: Waiting 14:33:04 b116817d02f9: Waiting 14:33:04 745a02a5169b: Waiting 14:33:04 18c013af1878: Download complete 14:33:04 a4357932f1b6: Download complete 14:33:04 63d7cb157983: Verifying Checksum 14:33:04 63d7cb157983: Download complete 14:33:04 b116817d02f9: Verifying Checksum 14:33:04 b116817d02f9: Download complete 14:33:04 5f621e34cdf4: Verifying Checksum 14:33:04 5f621e34cdf4: Download complete 14:33:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:33:05 5f621e34cdf4: Pull complete 14:33:05 OK: 233 MiB in 51 packages 14:33:05 OK: 233 MiB in 51 packages 14:33:05 OK: 233 MiB in 51 packages 14:33:05 OK: 233 MiB in 51 packages 14:33:05 a4357932f1b6: Pull complete 14:33:06 Removing intermediate container 93a4c9a53320 14:33:06 ---> ec80cf267073 14:33:06 Step 6/24 : COPY go.mod . 14:33:06 18c013af1878: Pull complete 14:33:06 Removing intermediate container c6a88297558f 14:33:06 ---> 464c054160ee 14:33:06 Step 6/33 : COPY go.mod . 14:33:06 ---> 157815c1a594 14:33:06 Step 7/24 : RUN go mod download 14:33:06 Removing intermediate container ed315c357755 14:33:06 ---> dba4ad4f2385 14:33:06 Step 6/22 : COPY go.mod . 14:33:06 ---> Running in a488efeb33db 14:33:06 Removing intermediate container 68257a0f08a2 14:33:06 ---> 7a52e1fbe7e1 14:33:06 Step 6/22 : COPY go.mod . 14:33:06 OK: 233 MiB in 51 packages 14:33:06 ---> d035f83b2bbc 14:33:06 Step 7/33 : RUN go mod download 14:33:06 745a02a5169b: Download complete 14:33:07 ---> Running in b789b985a2f0 14:33:07 ---> 43965241f5b6 14:33:07 Step 7/22 : RUN go mod download 14:33:07 ---> 15f9a344a721 14:33:07 Step 7/22 : RUN go mod download 14:33:07 ---> Running in d2c2537e9ab5 14:33:07 ---> Running in 45a6fd037e8e 14:33:07 Removing intermediate container 772a02a91114 14:33:07 ---> a3a51b6ec2a9 14:33:07 Step 6/23 : COPY go.mod . 14:33:07 00ac8860ef70: Verifying Checksum 14:33:07 00ac8860ef70: Download complete 14:33:08 ---> cd88879d2b99 14:33:08 Step 7/23 : RUN go mod download 14:33:08 ---> Running in dff5e785bdc4 14:33:09 Removing intermediate container b789b985a2f0 14:33:09 ---> 1a391d057cb6 14:33:09 Step 8/33 : COPY . . 14:33:09 Removing intermediate container a488efeb33db 14:33:09 ---> 28e6301136b7 14:33:09 Step 8/24 : COPY . . 14:33:09 Removing intermediate container 45a6fd037e8e 14:33:09 ---> 0dc43ebb9e13 14:33:09 Step 8/22 : COPY . . 14:33:12 Removing intermediate container d2c2537e9ab5 14:33:12 ---> 410bb8b86b68 14:33:12 Step 8/22 : COPY . . 14:33:14 Removing intermediate container dff5e785bdc4 14:33:14 ---> 0c89a32c20df 14:33:14 Step 8/23 : COPY . . 14:33:18 00ac8860ef70: Pull complete 14:33:18 63d7cb157983: Pull complete 14:33:18 b116817d02f9: Pull complete 14:33:22 745a02a5169b: Pull complete 14:33:22 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 14:33:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 14:33:22 ---> b7e6874047d6 14:33:22 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 14:33:26 ---> Running in 1e17ac44d25a 14:33:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:33:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:33:29 (1/12) Installing libmagic (5.38-r0) 14:33:30 (2/12) Installing file (5.38-r0) 14:33:30 (3/12) Installing libc-dev (0.7.2-r3) 14:33:30 (4/12) Installing g++ (9.3.0-r2) 14:33:38 (5/12) Installing fortify-headers (1.1-r0) 14:33:38 (6/12) Installing patch (2.7.6-r6) 14:33:38 (7/12) Installing build-base (0.5-r2) 14:33:38 (8/12) Installing libsodium (1.0.18-r0) 14:33:38 (9/12) Installing pkgconf (1.7.2-r0) 14:33:38 (10/12) Installing libsodium-dev (1.0.18-r0) 14:33:38 (11/12) Installing libzmq (4.3.3-r0) 14:33:38 (12/12) Installing zeromq-dev (4.3.3-r0) 14:33:38 Executing busybox-1.31.1-r19.trigger 14:33:38 OK: 217 MiB in 51 packages 14:33:42 Removing intermediate container 1e17ac44d25a 14:33:42 ---> b3c25057a8f2 14:33:42 Step 4/6 : WORKDIR /edgex-go 14:33:42 ---> Running in c3e075c53f48 14:33:43 Removing intermediate container c3e075c53f48 14:33:43 ---> 84166aa09632 14:33:43 Step 5/6 : COPY go.mod . 14:33:44 ---> 26bed94b7adf 14:33:44 Step 6/6 : RUN go mod download 14:33:44 ---> Running in 1a0ef5d50ab5 14:33:46 ---> 45db3689f74e 14:33:46 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:33:46 ---> Running in 3a430307f582 14:33:46 ---> eafef5ddfa37 14:33:46 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 14:33:46 ---> 571e506ee210 14:33:46 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 14:33:46 ---> 432cc0f4bbf9 14:33:46 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:33:46 ---> e55382854a56 14:33:46 Step 9/23 : RUN make cmd/core-command/core-command 14:33:46 ---> Running in e4cfd11ab6a8 14:33:46 ---> Running in c3d09db8adf5 14:33:46 ---> Running in 9b8aab77b4d3 14:33:46 ---> Running in cded2b8530cb 14:33:46 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 14:33:46 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 14:33:46 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 14:33:46 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 14:33:46 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 14:34:11 Removing intermediate container 1a0ef5d50ab5 14:34:11 ---> 28f56919881d 14:34:11 Successfully built 28f56919881d 14:34:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:34:11 + docker inspect -f . ci-base-image-arm64 14:34:11 . [Pipeline] withDockerContainer 14:34:11 prd-ubuntu18.04-docker-arm64-4c-16g-22641 does not seem to be running inside a container 14:34:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:34:13 $ docker top ddf1831a0828f59d2ea13022d263075f4aefc01dcdf8d71bede46f936abefd58 -eo pid,comm [Pipeline] { [Pipeline] sh 14:34:13 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 14:34:14 + go version 14:34:14 go version go1.15.5 linux/arm64 [Pipeline] } 14:34:14 $ docker stop --time=1 ddf1831a0828f59d2ea13022d263075f4aefc01dcdf8d71bede46f936abefd58 14:34:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 14:34:16 $ docker rm -f ddf1831a0828f59d2ea13022d263075f4aefc01dcdf8d71bede46f936abefd58 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:34:17 + docker inspect -f . ci-base-image-arm64 14:34:17 . [Pipeline] withDockerContainer 14:34:17 prd-ubuntu18.04-docker-arm64-4c-16g-22641 does not seem to be running inside a container 14:34:17 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:34:18 $ docker top 56428fb4391781ffbb6530aba66c59f5e183c94379c15f2c8fd272308e6b0ae1 -eo pid,comm [Pipeline] { [Pipeline] echo 14:34:19 ========================================================= 14:34:19 [edgeXBuildGoParallel] Running Tests and Build... 14:34:19 ========================================================= [Pipeline] sh 14:34:20 + make test 14:34:20 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:34:21 Removing intermediate container c3d09db8adf5 14:34:21 ---> 832175cc2953 14:34:21 14:34:21 Step 10/24 : FROM alpine:3.12 14:34:21 Removing intermediate container cded2b8530cb 14:34:21 ---> 783ae770e6ca 14:34:21 14:34:21 Step 10/23 : FROM alpine:3.12 14:34:21 Removing intermediate container 3a430307f582 14:34:21 ---> 8fbe85929492 14:34:21 14:34:21 Step 10/22 : FROM alpine:3.12 14:34:21 3.12: Pulling from library/alpine 14:34:21 3.12: Pulling from library/alpine 14:34:21 Removing intermediate container e4cfd11ab6a8 14:34:21 ---> a3ffbaaa6b85 14:34:21 14:34:21 Step 10/22 : FROM alpine:3.12 14:34:21 3.12: Pulling from library/alpine 14:34:21 3.12: Pulling from library/alpine 14:34:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 14:34:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 14:34:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 14:34:22 Status: Downloaded newer image for alpine:3.12 14:34:22 Status: Image is up to date for alpine:3.12 14:34:22 Status: Downloaded newer image for alpine:3.12 14:34:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 14:34:22 Status: Image is up to date for alpine:3.12 14:34:22 ---> 389fef711851 14:34:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:34:22 ---> 389fef711851 14:34:22 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 14:34:22 ---> 389fef711851 14:34:22 Step 11/22 : RUN apk add --update --no-cache dumb-init 14:34:22 ---> 389fef711851 14:34:22 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:34:24 ---> Running in 324ebc64c0a0 14:34:24 ---> Running in 3334fb9c3648 14:34:24 ---> Running in 6163815fce56 14:34:24 ---> Running in 552b59859ee1 14:34:24 Removing intermediate container 9b8aab77b4d3 14:34:24 ---> fe5946976aaa 14:34:24 14:34:24 Step 10/33 : FROM alpine:3.12 14:34:24 ---> 389fef711851 14:34:24 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 14:34:24 ---> Running in e4cfe402193c 14:34:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:34:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:34:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:34:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:34:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:34:25 (1/1) Installing dumb-init (1.2.2-r1) 14:34:25 Executing busybox-1.31.1-r19.trigger 14:34:25 OK: 6 MiB in 15 packages 14:34:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:34:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:34:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:34:25 (1/1) Installing dumb-init (1.2.2-r1) 14:34:25 Executing busybox-1.31.1-r19.trigger 14:34:25 OK: 6 MiB in 15 packages 14:34:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:34:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:34:25 (1/2) Installing ca-certificates (20191127-r4) 14:34:25 (2/2) Installing dumb-init (1.2.2-r1) 14:34:25 Executing busybox-1.31.1-r19.trigger 14:34:25 Executing ca-certificates-20191127-r4.trigger 14:34:25 (1/3) Installing dumb-init (1.2.2-r1) 14:34:25 (2/3) Installing openssl (1.1.1i-r0) 14:34:25 (1/5) Installing ca-certificates (20191127-r4) 14:34:25 (3/3) Installing su-exec (0.2-r1) 14:34:25 Executing busybox-1.31.1-r19.trigger 14:34:25 OK: 6 MiB in 17 packages 14:34:25 (2/5) Installing nghttp2-libs (1.41.0-r0) 14:34:25 (3/5) Installing libcurl (7.69.1-r3) 14:34:25 (4/5) Installing curl (7.69.1-r3) 14:34:25 (5/5) Installing dumb-init (1.2.2-r1) 14:34:25 Executing busybox-1.31.1-r19.trigger 14:34:25 Executing ca-certificates-20191127-r4.trigger 14:34:25 OK: 7 MiB in 19 packages 14:34:25 OK: 6 MiB in 16 packages 14:34:26 Removing intermediate container 324ebc64c0a0 14:34:26 ---> 79fe343494c3 14:34:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:34:27 ---> Running in 10450f559480 14:34:27 Removing intermediate container 552b59859ee1 14:34:27 ---> f2520f5562af 14:34:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:34:28 ---> Running in 0b2cd47f4f43 14:34:28 Removing intermediate container 10450f559480 14:34:28 ---> cb6477bad8fd 14:34:28 Step 13/22 : ENV APP_PORT=48085 14:34:28 Removing intermediate container 6163815fce56 14:34:28 ---> dec29161887e 14:34:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:34:28 Removing intermediate container e4cfe402193c 14:34:28 ---> c384f0a27dcb 14:34:28 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 14:34:28 ---> Running in ff546a5f4626 14:34:28 ---> Running in 11669b18c2e3 14:34:28 Removing intermediate container 0b2cd47f4f43 14:34:28 ---> 6182b4f3b02a 14:34:28 Step 13/23 : ENV APP_PORT=48082 14:34:28 Removing intermediate container 3334fb9c3648 14:34:28 ---> b4a8883b247a 14:34:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:34:29 ---> Running in 5eb374a7ab72 14:34:29 ---> Running in 428f43fff440 14:34:29 ---> Running in 051b5f6fc01e 14:34:29 Removing intermediate container ff546a5f4626 14:34:29 ---> e3ef161676e4 14:34:29 Step 14/22 : EXPOSE $APP_PORT 14:34:29 Removing intermediate container 11669b18c2e3 14:34:29 ---> 7d5cc1c99749 14:34:29 Step 13/24 : WORKDIR / 14:34:29 Removing intermediate container 5eb374a7ab72 14:34:29 ---> 2309b45bd01d 14:34:29 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 14:34:29 ---> Running in 5aa09a5b539b 14:34:29 ---> Running in 0a5b7dab1399 14:34:29 Removing intermediate container 428f43fff440 14:34:29 ---> 9d0fff9b0d1f 14:34:29 Step 14/23 : EXPOSE $APP_PORT 14:34:29 Removing intermediate container 051b5f6fc01e 14:34:29 ---> 5de73699a0cb 14:34:29 Step 13/22 : ENV APP_PORT=48060 14:34:29 ---> Running in 43bc1c4c8845 14:34:29 ---> Running in 42a7d7022084 14:34:29 ---> Running in c59700e1a99c 14:34:29 Removing intermediate container 5aa09a5b539b 14:34:29 ---> 8f25d9dee0c4 14:34:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:34:29 Removing intermediate container 0a5b7dab1399 14:34:29 ---> ae6a84becc62 14:34:29 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:34:30 Removing intermediate container 43bc1c4c8845 14:34:30 ---> 373494749d01 14:34:30 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 14:34:30 Removing intermediate container 42a7d7022084 14:34:30 ---> c90832650bd9 14:34:30 Step 15/23 : WORKDIR / 14:34:30 ---> Running in 66a0461aba90 14:34:30 ---> Running in bbbf6deda085 14:34:30 Removing intermediate container c59700e1a99c 14:34:30 ---> fc8a827e9ef1 14:34:30 Step 14/22 : EXPOSE $APP_PORT 14:34:30 ---> b4a739dfb8e9 14:34:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:34:30 ---> a58504a01a18 14:34:30 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:34:31 ---> Running in ce93bc102cf7 14:34:31 Removing intermediate container bbbf6deda085 14:34:31 ---> 2043c1391014 14:34:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:34:31 ---> 8e7e86b996b7 14:34:31 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:34:31 Removing intermediate container ce93bc102cf7 14:34:31 ---> 000f252e98ce 14:34:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:34:31 ---> 4454364aad0e 14:34:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:34:31 ---> 63a940050242 14:34:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:34:31 Connecting to github.com (140.82.112.3:443) 14:34:31  ---> 4884c83cac96 14:34:31 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:34:31 ---> c96fcbc7b78a 14:34:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:34:32 ---> deeeb18f6e83 14:34:32 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 14:34:32 ---> Running in ad5632cf435b 14:34:32 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.241.116:443) 14:34:32 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 14:34:32  ---> 2dc98d95b45f 14:34:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:34:32 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 14:34:32 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 14:34:32 dockerize 14:34:32 ---> 4998ff781ed0 14:34:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:34:32 Removing intermediate container ad5632cf435b 14:34:32 ---> 5809eee1de0d 14:34:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:34:32 ---> b23c03e0e5b5 14:34:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:34:32 ---> Running in 1a0f89ea08bd 14:34:32 ---> 8648d4131b0a 14:34:32 Step 19/23 : ENTRYPOINT ["/core-command"] 14:34:33 ---> Running in ac0176779369 14:34:33 Removing intermediate container 1a0f89ea08bd 14:34:33 ---> 2df9437cb289 14:34:33 Step 20/22 : LABEL arch=x86_64 14:34:33 ---> 4a2d38b934a4 14:34:33 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:34:33 ---> be4df196c3a1 14:34:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:34:33 ---> Running in 43cf3eefda80 14:34:33 ---> Running in 26e2e3bec712 14:34:33 Removing intermediate container ac0176779369 14:34:33 ---> b50ac0eef4b1 14:34:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:34:34 ---> Running in 6e5d51c53794 14:34:34 Removing intermediate container 66a0461aba90 14:34:34 ---> 0d14d63c272e 14:34:34 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 14:34:34 ---> f6f981f00234 14:34:34 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/ 14:34:34 Removing intermediate container 43cf3eefda80 14:34:34 ---> 8debb5fd83e0 14:34:34 Step 21/22 : LABEL git_sha=68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 14:34:34 Removing intermediate container 26e2e3bec712 14:34:34 ---> 12f5887c1415 14:34:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:34:34 ---> Running in f59d723df6e9 14:34:34 ---> Running in cd149fdbb0f2 14:34:34 ---> Running in 1c3d1140ec41 14:34:34 ---> Running in db2504a76ccb 14:34:34 Removing intermediate container 6e5d51c53794 14:34:34 ---> 7e5688dd3239 14:34:34 Step 21/23 : LABEL arch=x86_64 14:34:34 ---> Running in 7b3683572ef4 14:34:34 Removing intermediate container f59d723df6e9 14:34:34 ---> 27974d7b0782 14:34:34 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 14:34:34 Removing intermediate container 1c3d1140ec41 14:34:34 ---> ef968166f96c 14:34:34 Step 22/22 : LABEL version=0.0.0 14:34:35 Removing intermediate container db2504a76ccb 14:34:35 ---> 76848926d7cb 14:34:35 Step 20/22 : LABEL arch=x86_64 14:34:35 ---> Running in a6e035204ebf 14:34:35 ---> Running in efe2c758978f 14:34:35 ---> Running in d856bb985a39 14:34:35 Removing intermediate container 7b3683572ef4 14:34:35 ---> 0071047dcb63 14:34:35 Step 22/23 : LABEL git_sha=68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 14:34:35 ---> Running in a84f2ca3f235 14:34:35 Removing intermediate container a6e035204ebf 14:34:35 ---> 6e0857258549 14:34:35 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 14:34:35 Removing intermediate container efe2c758978f 14:34:35 ---> dfc2709e65ab 14:34:35 14:34:35 Removing intermediate container d856bb985a39 14:34:35 ---> 0d5dd0399fcb 14:34:35 Step 21/22 : LABEL git_sha=68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 14:34:35 ---> Running in f2c600e0539f 14:34:36 Successfully built dfc2709e65ab 14:34:36 ---> Running in f105bec4cc46 14:34:36 Successfully tagged docker-support-scheduler-go:latest 14:34:36 Building docker-sys-mgmt-agent-go 14:34:36  Building docker-support-scheduler-go ... done Removing intermediate container a84f2ca3f235 14:34:36 ---> 06880107526d 14:34:36 Step 23/23 : LABEL version=0.0.0 14:34:36 Removing intermediate container cd149fdbb0f2 14:34:36 ---> 3fc3c4f1e53d 14:34:36 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 14:34:36 ---> Running in 85b553b3e070 14:34:36 ---> Running in 84b66f34aa4b 14:34:36 Removing intermediate container f105bec4cc46 14:34:36 ---> c39187a28d51 14:34:36 Step 22/22 : LABEL version=0.0.0 14:34:36 ---> Running in e7585ed4e3df 14:34:36 Removing intermediate container 85b553b3e070 14:34:36 ---> 90a4e46b8aa9 14:34:36 14:34:36 Move dockerize executable 14:34:36 Successfully built 90a4e46b8aa9 14:34:36 Removing intermediate container 84b66f34aa4b 14:34:36 ---> 70a08d9a5672 14:34:36 Step 22/24 : LABEL arch=x86_64 14:34:37 Successfully tagged docker-core-command-go:latest 14:34:37  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 14:34:37 Removing intermediate container e7585ed4e3df 14:34:37 ---> 2b248509b87f 14:34:37 14:34:37 ---> Running in 8541bea3704b 14:34:37 Successfully built 2b248509b87f 14:34:37 Successfully tagged docker-support-notifications-go:latest 14:34:37  Building docker-support-notifications-go ... done Building docker-core-metadata-go 14:34:37 Removing intermediate container 8541bea3704b 14:34:37 ---> 51af1a8ea48b 14:34:37 Step 23/24 : LABEL git_sha=68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 14:34:37 ---> Running in 35e85e964ea5 14:34:37 Removing intermediate container f2c600e0539f 14:34:37 ---> 777ceda23d9b 14:34:37 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 14:34:38 ---> Running in e88e1c4def18 14:34:40 Removing intermediate container 35e85e964ea5 14:34:40 ---> 2c3487c2072d 14:34:40 Step 24/24 : LABEL version=0.0.0 14:34:44 Removing intermediate container e88e1c4def18 14:34:44 ---> 910504b3d37e 14:34:44 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 14:34:44 ---> Running in ae789aab54e1 14:34:45 ---> 274e048ea59f 14:34:45 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 14:34:45 Removing intermediate container ae789aab54e1 14:34:45 ---> d9fed9eebc00 14:34:45 14:34:45 ---> Running in 9d4e79d9baac 14:34:45 Successfully built d9fed9eebc00 14:34:45 Successfully tagged docker-security-secretstore-setup-go:latest 14:34:45  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 14:34:46 ? github.com/edgexfoundry/edgex-go [no test files] 14:34:48 Removing intermediate container 9d4e79d9baac 14:34:48 ---> b6f4c701353f 14:34:48 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 14:34:50 ---> cd5bde95c5b6 14:34:50 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:34:52 ---> a1bd7cd23dc3 14:34:52 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:34:54 ---> dbd5fcc616ae 14:34:54 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 14:34:55 ---> 50ed620e2f25 14:34:55 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:34:56 ---> f3dbc12123a4 14:34:56 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 14:34:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:34:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:34:59 ---> 69573746b862 14:34:59 Step 3/21 : WORKDIR /edgex-go 14:34:59 ---> Using cache 14:34:59 ---> 06d3cff634ca 14:34:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:34:59 ---> Using cache 14:34:59 ---> 68c58ef159d0 14:34:59 Step 5/21 : RUN apk add --update --no-cache make git 14:34:59 ---> Using cache 14:34:59 ---> dba4ad4f2385 14:34:59 Step 6/21 : COPY go.mod . 14:34:59 ---> Using cache 14:34:59 ---> 43965241f5b6 14:34:59 Step 7/21 : RUN go mod download 14:34:59 ---> Using cache 14:34:59 ---> 410bb8b86b68 14:34:59 Step 8/21 : COPY . . 14:35:00 ---> Using cache 14:35:00 ---> eafef5ddfa37 14:35:00 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:35:00 ---> Running in 63fe137f61a2 14:35:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:35:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:35:00 ---> 69573746b862 14:35:00 Step 3/23 : WORKDIR /edgex-go 14:35:00 ---> Using cache 14:35:00 ---> 06d3cff634ca 14:35:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:35:00 ---> Using cache 14:35:00 ---> 68c58ef159d0 14:35:00 Step 5/23 : RUN apk add --update --no-cache make git 14:35:00 ---> Using cache 14:35:00 ---> dba4ad4f2385 14:35:00 Step 6/23 : COPY go.mod . 14:35:00 ---> Using cache 14:35:00 ---> 43965241f5b6 14:35:00 Step 7/23 : RUN go mod download 14:35:00 ---> Using cache 14:35:00 ---> 410bb8b86b68 14:35:00 Step 8/23 : COPY . . 14:35:00 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:35:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:35:00 ---> 69573746b862 14:35:00 Step 3/26 : WORKDIR /edgex-go 14:35:00 ---> Using cache 14:35:00 ---> 06d3cff634ca 14:35:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:35:00 ---> Using cache 14:35:00 ---> 68c58ef159d0 14:35:00 Step 5/26 : RUN apk add --update --no-cache make bash git 14:35:00 ---> Using cache 14:35:00 ---> eafef5ddfa37 14:35:00 Step 9/23 : RUN make cmd/core-metadata/core-metadata 14:35:02 ---> Running in 4aeac487edd2 14:35:02 ---> Running in 101064d6e22f 14:35:02 ---> Running in bcfb3d4fb749 14:35:02 Removing intermediate container 63fe137f61a2 14:35:02 ---> 1ca97be7ea77 14:35:02 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:35:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:35:05 ---> 41adbd2c3226 14:35:05 Step 28/33 : RUN chmod +x /entrypoint.sh 14:35:05 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 14:35:06 ---> Running in c16d3fdc10c9 14:35:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:35:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:35:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:35:06 ---> 69573746b862 14:35:06 Step 3/23 : WORKDIR /edgex-go 14:35:06 ---> Using cache 14:35:06 ---> 06d3cff634ca 14:35:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:35:06 ---> Using cache 14:35:06 ---> 68c58ef159d0 14:35:06 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 14:35:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:35:07 ---> Running in 033ea286dbcc 14:35:07 OK: 233 MiB in 51 packages 14:35:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:35:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:35:09 Removing intermediate container bcfb3d4fb749 14:35:09 ---> 67dff5cebe6d 14:35:09 Step 6/26 : COPY go.mod . 14:35:09 OK: 233 MiB in 51 packages 14:35:09 Removing intermediate container c16d3fdc10c9 14:35:09 ---> 25a696996605 14:35:09 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 14:35:10 ---> Running in c72c055febf4 14:35:10 ---> 2fadf09c726e 14:35:10 Step 7/26 : RUN go mod download 14:35:11 ---> Running in 0ac19c01769d 14:35:11 Removing intermediate container c72c055febf4 14:35:11 ---> 7d57a9181c27 14:35:11 Step 30/33 : CMD ["gate"] 14:35:11 Removing intermediate container 033ea286dbcc 14:35:11 ---> 402fe6597eee 14:35:11 Step 6/23 : COPY go.mod . 14:35:11 ---> Running in c2a7d66d1d2a 14:35:11 Removing intermediate container c2a7d66d1d2a 14:35:11 ---> 8e7bf66ed4f1 14:35:11 Step 31/33 : LABEL arch=x86_64 14:35:12 ---> a2eab95d6bd0 14:35:12 Step 7/23 : RUN go mod download 14:35:12 ---> Running in e462dfb5826d 14:35:12 ---> Running in 14b7f4226761 14:35:12 Removing intermediate container e462dfb5826d 14:35:12 ---> cca8aebbdd40 14:35:12 Step 32/33 : LABEL git_sha=68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 14:35:12 ---> Running in a6ab3b228c91 14:35:12 Removing intermediate container a6ab3b228c91 14:35:12 ---> 020f69d39a34 14:35:12 Step 33/33 : LABEL version=0.0.0 14:35:13 ---> Running in 6135d050311b 14:35:13 Removing intermediate container 6135d050311b 14:35:13 ---> db6120b99e5d 14:35:13 14:35:13 Successfully built db6120b99e5d 14:35:13 Successfully tagged docker-security-bootstrapper-go:latest 14:35:13  Building docker-security-bootstrapper-go ... done Removing intermediate container 0ac19c01769d 14:35:13 ---> 1ca1624d1508 14:35:13 Step 8/26 : COPY . . 14:35:14 Removing intermediate container 14b7f4226761 14:35:14 ---> e8dbdaa6c05d 14:35:14 Step 8/23 : COPY . . 14:35:27 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 14:35:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:35:42 Removing intermediate container 4aeac487edd2 14:35:42 ---> 506929bce717 14:35:42 14:35:42 Step 10/21 : FROM alpine:3.12 14:35:42 ---> 389fef711851 14:35:42 Step 11/21 : RUN apk add --update --no-cache curl 14:35:42 ---> 1289f8a1ce70 14:35:42 Step 9/23 : RUN make cmd/core-data/core-data 14:35:42 ---> cef65f8a3ee6 14:35:42 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:35:42 ---> Running in 975e6de1c730 14:35:42 ---> Running in 921a3f48d1d0 14:35:42 ---> Running in cc882b49e70b 14:35:42 Removing intermediate container 101064d6e22f 14:35:42 ---> 403cad099e7f 14:35:42 14:35:42 Step 10/23 : FROM alpine:3.12 14:35:42 ---> 389fef711851 14:35:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:35:42 ---> Using cache 14:35:42 ---> f2520f5562af 14:35:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:35:42 ---> Using cache 14:35:42 ---> 6182b4f3b02a 14:35:42 Step 13/23 : ENV APP_PORT=48081 14:35:42 ---> Running in 11468ad255cb 14:35:42 Removing intermediate container 11468ad255cb 14:35:42 ---> aa2851bf4fe2 14:35:42 Step 14/23 : EXPOSE $APP_PORT 14:35:42 ---> Running in a3e10b3e41b4 14:35:42 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 14:35:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:35:43 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 14:35:43 Removing intermediate container a3e10b3e41b4 14:35:43 ---> de9d92565589 14:35:43 Step 15/23 : WORKDIR / 14:35:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:35:43 ---> Running in fcf50483044d 14:35:43 (1/4) Installing ca-certificates (20191127-r4) 14:35:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:35:43 (3/4) Installing libcurl (7.69.1-r3) 14:35:43 (4/4) Installing curl (7.69.1-r3) 14:35:43 Executing busybox-1.31.1-r19.trigger 14:35:43 Executing ca-certificates-20191127-r4.trigger 14:35:43 OK: 7 MiB in 18 packages 14:35:43 Removing intermediate container fcf50483044d 14:35:43 ---> 42fa441411c3 14:35:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:35:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:35:44 ---> 22249564c710 14:35:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:35:45 Removing intermediate container 975e6de1c730 14:35:45 ---> 1f6fac9778ac 14:35:45 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:35:45 ---> c76401fa30bb 14:35:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:35:45 ---> Running in 7cde9ce6d11c 14:35:45 Removing intermediate container 7cde9ce6d11c 14:35:45 ---> c2fa42d0794e 14:35:45 Step 13/21 : WORKDIR /edgex 14:35:45 ---> 9a848abeadc4 14:35:45 Step 19/23 : ENTRYPOINT ["/core-metadata"] 14:35:46 ---> Running in 0cb6653cbf71 14:35:46 ---> Running in 5110676b489f 14:35:47 Removing intermediate container 0cb6653cbf71 14:35:47 ---> a1b550f8e613 14:35:47 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:35:47 Removing intermediate container 5110676b489f 14:35:47 ---> 2fc98098f165 14:35:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:35:47 ---> Running in f53183649645 14:35:47 Removing intermediate container f53183649645 14:35:47 ---> a2df17f41730 14:35:47 Step 21/23 : LABEL arch=x86_64 14:35:48 ---> 3325ae0739c8 14:35:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:35:48 ---> Running in f14a93103e30 14:35:48 Removing intermediate container f14a93103e30 14:35:48 ---> 76d23423e1ed 14:35:48 Step 22/23 : LABEL git_sha=68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 14:35:48 ---> Running in 7680b5d27945 14:35:48 ---> ef2c4be2b7eb 14:35:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:35:48 Removing intermediate container 7680b5d27945 14:35:48 ---> 3dc2d2c19963 14:35:48 Step 23/23 : LABEL version=0.0.0 14:35:49 ---> Running in e57d4747bc70 14:35:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:35:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:35:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 14:35:50 ---> e48f118d7edf 14:35:50 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:35:50 Removing intermediate container e57d4747bc70 14:35:50 ---> 3dc3851d4a7d 14:35:50 14:35:50 ---> Running in 8efc76de2618 14:35:50 Successfully built 3dc3851d4a7d 14:35:50 Successfully tagged docker-core-metadata-go:latest 14:35:50  Building docker-core-metadata-go ... done Removing intermediate container 8efc76de2618 14:35:50 ---> f37e804e45d6 14:35:50 Step 18/21 : CMD ["--init=true"] 14:35:50 ---> Running in 6b338b88b322 14:35:51 Removing intermediate container 6b338b88b322 14:35:51 ---> 862851bf3428 14:35:51 Step 19/21 : LABEL arch=x86_64 14:35:51 ---> Running in a1474673aeaa 14:35:51 Removing intermediate container a1474673aeaa 14:35:51 ---> 42747d7fe8db 14:35:51 Step 20/21 : LABEL git_sha=68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 14:35:51 ---> Running in ee38081dee2f 14:35:52 Removing intermediate container ee38081dee2f 14:35:52 ---> 1874311a8b46 14:35:52 Step 21/21 : LABEL version=0.0.0 14:35:52 ---> Running in a4a1d2d9009d 14:35:53 Removing intermediate container a4a1d2d9009d 14:35:53 ---> deacd2c3b34e 14:35:53 14:35:53 Successfully built deacd2c3b34e 14:35:53 Successfully tagged docker-security-proxy-setup-go:latest 14:35:57 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:35:57 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:35:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:35:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:35:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:35:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:36:03  Building docker-security-proxy-setup-go ... done Removing intermediate container cc882b49e70b 14:36:03 ---> 8df7dd94b1d4 14:36:03 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:36:03 ---> Running in 867b29e6ae28 14:36:03 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 14:36:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:36:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:36:04 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:36:05 Removing intermediate container 921a3f48d1d0 14:36:05 ---> 10ab1d14db03 14:36:05 14:36:05 Step 10/23 : FROM alpine:3.12 14:36:05 ---> 389fef711851 14:36:05 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:36:05 ---> Running in ce15285cc707 14:36:05 Removing intermediate container ce15285cc707 14:36:05 ---> d898abc42be3 14:36:05 Step 12/23 : ENV APP_PORT=48080 14:36:05 Removing intermediate container 867b29e6ae28 14:36:05 ---> 934cabbba9f8 14:36:05 14:36:05 Step 11/26 : FROM docker:20.10.0 14:36:05 ---> Running in 596a2d8d880a 14:36:05 20.10.0: Pulling from library/docker 14:36:05 Removing intermediate container 596a2d8d880a 14:36:05 ---> d5c8850889d3 14:36:05 Step 13/23 : EXPOSE $APP_PORT 14:36:05 ---> Running in 6a5ccd6d133c 14:36:06 Removing intermediate container 6a5ccd6d133c 14:36:06 ---> 5791d96b71ad 14:36:06 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:36:06 ---> Running in 92bf8d377641 14:36:08 Removing intermediate container 92bf8d377641 14:36:08 ---> 48906d7e24ee 14:36:08 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 14:36:08 ---> Running in 3f823713af07 14:36:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:36:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:36:10 (1/6) Installing dumb-init (1.2.2-r1) 14:36:10 (2/6) Installing libgcc (9.3.0-r2) 14:36:11 (3/6) Installing libsodium (1.0.18-r0) 14:36:11 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 14:36:11 Status: Downloaded newer image for docker:20.10.0 14:36:11 ---> aefe523efa57 14:36:11 Step 12/26 : RUN apk add --no-cache bash 14:36:11 (4/6) Installing libstdc++ (9.3.0-r2) 14:36:11 ---> Running in db8402faeda8 14:36:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.308s coverage: 46.6% of statements 14:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:36:11 (5/6) Installing libzmq (4.3.3-r0) 14:36:11 (6/6) Installing zeromq (4.3.3-r0) 14:36:11 Executing busybox-1.31.1-r19.trigger 14:36:11 OK: 8 MiB in 20 packages 14:36:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:36:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:36:12 (1/2) Installing readline (8.0.4-r0) 14:36:12 (2/2) Installing bash (5.0.17-r0) 14:36:12 Executing bash-5.0.17-r0.post-install 14:36:12 Executing busybox-1.31.1-r19.trigger 14:36:12 OK: 12 MiB in 22 packages 14:36:12 Removing intermediate container 3f823713af07 14:36:12 ---> d00e13a6942c 14:36:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:36:12 ---> 7f2926dc8a4d 14:36:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:36:12 Removing intermediate container db8402faeda8 14:36:12 ---> 1b758e5cb7ce 14:36:12 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:36:12 ---> Running in bd9630c0e614 14:36:12 Removing intermediate container bd9630c0e614 14:36:12 ---> 138968df2442 14:36:12 Step 14/26 : ENV APP_PORT=48090 14:36:13 ---> Running in 0f2625881fec 14:36:13 ---> 9f5aeb340852 14:36:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:36:13 Removing intermediate container 0f2625881fec 14:36:13 ---> 59ff385811ea 14:36:13 Step 15/26 : EXPOSE $APP_PORT 14:36:13 ---> Running in 25cbe6809738 14:36:13 ---> 421c25d6c789 14:36:13 Step 19/23 : ENTRYPOINT ["/core-data"] 14:36:13 ---> Running in 0086aad3e2b6 14:36:13 Removing intermediate container 25cbe6809738 14:36:13 ---> ab90cff08a37 14:36:13 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:36:13 Removing intermediate container 0086aad3e2b6 14:36:13 ---> 4b8b208142c7 14:36:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:36:13 ---> Running in 54c24edad902 14:36:13 ---> 443a12387002 14:36:13 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:36:13 Removing intermediate container 54c24edad902 14:36:13 ---> 180bc3401c47 14:36:13 Step 21/23 : LABEL arch=x86_64 14:36:14 ---> Running in 1b483d0ba141 14:36:14 ---> fed8c5941d31 14:36:14 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:36:14 Removing intermediate container 1b483d0ba141 14:36:14 ---> 6ad2ca43a423 14:36:14 Step 22/23 : LABEL git_sha=68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 14:36:14 ---> Running in 421db9d15e00 14:36:14 Removing intermediate container 421db9d15e00 14:36:14 ---> 3f725b36db63 14:36:14 Step 23/23 : LABEL version=0.0.0 14:36:14 ---> Running in 62cdd021dde2 14:36:14 ---> 268077b856cf 14:36:14 Step 19/26 : RUN apk --no-cache add py3-pip 14:36:14 ---> Running in 9114974bc9b3 14:36:15 Removing intermediate container 62cdd021dde2 14:36:15 ---> c6c6ed680dd5 14:36:15 14:36:15 Successfully built c6c6ed680dd5 14:36:15 Successfully tagged docker-core-data-go:latest 14:36:15  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:36:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:36:15 (1/33) Installing libbz2 (1.0.8-r1) 14:36:15 (2/33) Installing expat (2.2.9-r1) 14:36:15 (3/33) Installing libffi (3.3-r2) 14:36:15 (4/33) Installing gdbm (1.13-r1) 14:36:15 (5/33) Installing xz-libs (5.2.5-r0) 14:36:15 (6/33) Installing sqlite-libs (3.32.1-r0) 14:36:15 (7/33) Installing python3 (3.8.5-r0) 14:36:16 (8/33) Installing py3-appdirs (1.4.4-r1) 14:36:16 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:36:16 (10/33) Installing py3-parsing (2.4.7-r0) 14:36:16 (11/33) Installing py3-six (1.15.0-r0) 14:36:16 (12/33) Installing py3-packaging (20.4-r0) 14:36:16 (13/33) Installing py3-setuptools (47.0.0-r0) 14:36:16 (14/33) Installing py3-chardet (3.0.4-r4) 14:36:16 (15/33) Installing py3-idna (2.9-r0) 14:36:16 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:36:16 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:36:16 (18/33) Installing py3-requests (2.23.0-r0) 14:36:16 (19/33) Installing py3-msgpack (1.0.0-r0) 14:36:16 (20/33) Installing py3-lockfile (0.12.2-r3) 14:36:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:36:17 (22/33) Installing py3-colorama (0.4.3-r0) 14:36:17 (23/33) Installing py3-distlib (0.3.0-r0) 14:36:17 (24/33) Installing py3-distro (1.5.0-r1) 14:36:17 (25/33) Installing py3-webencodings (0.5.1-r3) 14:36:17 (26/33) Installing py3-html5lib (1.0.1-r4) 14:36:17 (27/33) Installing py3-pytoml (0.1.21-r0) 14:36:17 (28/33) Installing py3-pep517 (0.8.2-r0) 14:36:17 (29/33) Installing py3-progress (1.5-r0) 14:36:17 (30/33) Installing py3-toml (0.10.1-r0) 14:36:17 (31/33) Installing py3-retrying (1.3.3-r0) 14:36:17 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:36:17 (33/33) Installing py3-pip (20.1.1-r0) 14:36:17 Executing busybox-1.31.1-r19.trigger 14:36:17 OK: 71 MiB in 55 packages 14:36:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.520s coverage: 27.1% of statements 14:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:36:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements 14:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:36:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 14:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:36:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.253s coverage: 65.8% of statements 14:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:36:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.364s coverage: 82.3% of statements 14:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 14:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:36:25 Removing intermediate container 9114974bc9b3 14:36:25 ---> ed545108e351 14:36:25 Step 20/26 : RUN pip install docker-compose==1.23.2 14:36:25 ---> Running in f7b23279bc55 14:36:26 Collecting docker-compose==1.23.2 14:36:26 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:36:27 Collecting texttable<0.10,>=0.9.0 14:36:27 Downloading texttable-0.9.1.tar.gz (11 kB) 14:36:27 Collecting PyYAML<4,>=3.10 14:36:27 Downloading PyYAML-3.13.tar.gz (270 kB) 14:36:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.161s coverage: 28.6% of statements 14:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:36:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.169s coverage: 100.0% of statements 14:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:36:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.096s coverage: 100.0% of statements 14:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:36:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.451s coverage: 86.7% of statements 14:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:36:28 Collecting jsonschema<3,>=2.5.1 14:36:28 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:36:28 Collecting docker<4.0,>=3.6.0 14:36:28 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:36:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.373s coverage: 97.5% of statements 14:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:36:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.142s coverage: 78.3% of statements 14:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:36:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:36:28 Collecting dockerpty<0.5,>=0.4.1 14:36:28 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:36:29 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:36:29 Collecting docopt<0.7,>=0.6.1 14:36:29 Downloading docopt-0.6.2.tar.gz (25 kB) 14:36:29 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:36:29 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:36:30 Collecting websocket-client<1.0,>=0.32.0 14:36:30 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 14:36:30 Collecting cached-property<2,>=1.2.0 14:36:30 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:36:30 Collecting docker-pycreds>=0.4.0 14:36:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:36:30 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) 14:36:30 Collecting idna<2.8,>=2.5 14:36:30 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:36:30 Collecting urllib3<1.25,>=1.21.1 14:36:30 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:36:30 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) 14:36:30 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:36:30 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:36:30 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:36:30 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:36:30 Installing collected packages: texttable, PyYAML, jsonschema, websocket-client, docker-pycreds, idna, urllib3, requests, docker, dockerpty, docopt, cached-property, docker-compose 14:36:30 Running setup.py install for texttable: started 14:36:31 Running setup.py install for texttable: finished with status 'done' 14:36:31 Running setup.py install for PyYAML: started 14:36:31 Running setup.py install for PyYAML: finished with status 'done' 14:36:32 Attempting uninstall: idna 14:36:32 Found existing installation: idna 2.9 14:36:32 Uninstalling idna-2.9: 14:36:32 Successfully uninstalled idna-2.9 14:36:32 Attempting uninstall: urllib3 14:36:32 Found existing installation: urllib3 1.25.9 14:36:32 Uninstalling urllib3-1.25.9: 14:36:32 Successfully uninstalled urllib3-1.25.9 14:36:32 Attempting uninstall: requests 14:36:32 Found existing installation: requests 2.23.0 14:36:32 Uninstalling requests-2.23.0: 14:36:32 Successfully uninstalled requests-2.23.0 14:36:32 Running setup.py install for dockerpty: started 14:36:33 Running setup.py install for dockerpty: finished with status 'done' 14:36:33 Running setup.py install for docopt: started 14:36:33 Running setup.py install for docopt: finished with status 'done' 14:36:34 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 14:36:37 Removing intermediate container f7b23279bc55 14:36:37 ---> 72f9d9b0d4dd 14:36:37 Step 21/26 : RUN apk --no-cache add curl 14:36:37 ---> Running in f77246869730 14:36:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:36:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:36:37 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:36:37 (2/3) Installing libcurl (7.69.1-r3) 14:36:37 (3/3) Installing curl (7.69.1-r3) 14:36:37 Executing busybox-1.31.1-r19.trigger 14:36:37 OK: 72 MiB in 58 packages 14:36:38 Removing intermediate container f77246869730 14:36:38 ---> 25abb6bc0245 14:36:38 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 14:36:38 ---> Running in 443540d61b12 14:36:38 Removing intermediate container 443540d61b12 14:36:38 ---> 39e7ec956969 14:36:38 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:36:38 ---> Running in 8e4cfa9d523d 14:36:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.333s coverage: 92.8% of statements 14:36:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:36:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:36:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:36:38 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:36:38 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:36:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:36:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:36:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:36:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:36:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:36:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:36:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:36:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:36:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:36:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:36:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:36:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:36:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:36:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 14:36:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:36:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:36:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.177s coverage: 0.1% of statements 14:36:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:36:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:36:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:36:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.088s coverage: 43.8% of statements 14:36:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.122s coverage: 79.5% of statements 14:36:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.081s coverage: 94.1% of statements 14:36:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.104s coverage: 96.3% of statements 14:36:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements 14:36:39 Removing intermediate container 8e4cfa9d523d 14:36:39 ---> f5a7bc159834 14:36:39 Step 24/26 : LABEL arch=x86_64 14:36:39 ---> Running in f14b60afde70 14:36:39 Removing intermediate container f14b60afde70 14:36:39 ---> 83752f2ce7b3 14:36:39 Step 25/26 : LABEL git_sha=68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 14:36:39 ---> Running in 37e1bee21778 14:36:39 Removing intermediate container 37e1bee21778 14:36:39 ---> fdf6fb8598f6 14:36:39 Step 26/26 : LABEL version=0.0.0 14:36:39 ---> Running in 934088123fcb 14:36:39 Removing intermediate container 934088123fcb 14:36:39 ---> 782e0a58f9c2 14:36:39 14:36:39 Successfully built 782e0a58f9c2 14:36:39 Successfully tagged docker-sys-mgmt-agent-go:latest 14:36:40  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 14:36:40 $ docker stop --time=1 03236a3366129563fd5926370d2bacf5e3de52028a6c34da7496e391a99703b4 14:36:41 $ docker rm -f 03236a3366129563fd5926370d2bacf5e3de52028a6c34da7496e391a99703b4 [Pipeline] // withDockerContainer [Pipeline] sh 14:36:42 + docker images 14:36:42 + grep docker 14:36:43 docker-sys-mgmt-agent-go latest 782e0a58f9c2 3 seconds ago 313MB 14:36:43 docker-core-data-go latest c6c6ed680dd5 28 seconds ago 22.3MB 14:36:43 docker-security-proxy-setup-go latest deacd2c3b34e 50 seconds ago 24.4MB 14:36:43 docker-core-metadata-go latest 3dc3851d4a7d 53 seconds ago 18.8MB 14:36:43 docker-security-bootstrapper-go latest db6120b99e5d About a minute ago 41.5MB 14:36:43 docker-security-secretstore-setup-go latest d9fed9eebc00 About a minute ago 24.6MB 14:36:43 docker-support-notifications-go latest 2b248509b87f 2 minutes ago 16.9MB 14:36:43 docker-core-command-go latest 90a4e46b8aa9 2 minutes ago 16.3MB 14:36:43 docker-support-scheduler-go latest dfc2709e65ab 2 minutes ago 16.4MB 14:36:43 docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 14:36:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.093s coverage: 94.4% of statements 14:36:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements 14:36:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:36:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:36:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:36:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:36:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 14:36:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:36:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:36:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 14:36:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:36:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements 14:36:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 14:36:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements 14:36:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements 14:36:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.144s coverage: 84.2% of statements 14:36:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.246s coverage: 91.4% of statements 14:36:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:36:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.694s coverage: 63.5% of statements 14:36:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:36:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:36:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.085s coverage: 100.0% of statements 14:36:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements 14:36:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements 14:36:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.118s coverage: 73.7% of statements 14:36:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.114s coverage: 100.0% of statements 14:36:58 Still waiting to schedule task 14:36:58 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 14:37:02 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.887s coverage: 68.9% of statements 14:37:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:37:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:37:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 14:37:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 14:37:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 14:37:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.375s coverage: 37.0% of statements 14:37:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:37:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:37:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.711s coverage: 84.0% of statements 14:37:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.092s coverage: 100.0% of statements 14:37:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.387s coverage: 47.1% of statements 14:37:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:37:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:37:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:37:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:37:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:37:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.151s coverage: 100.0% of statements 14:37:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:37:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.195s coverage: 100.0% of statements 14:37:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:37:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.510s coverage: 29.1% of statements 14:37:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:37:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:37:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:37:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:37:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:37:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.198s coverage: 99.0% of statements 14:37:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:37:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.167s coverage: 100.0% of statements 14:37:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:37:16 ok github.com/edgexfoundry/edgex-go/internal/system 0.070s coverage: 0.0% of statements 14:37:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:37:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 14:37:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:37:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:37:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:37:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:37:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements 14:37:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:37:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:37:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements 14:37:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements 14:37:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 100.0% of statements 14:37:20 GO111MODULE=on go vet ./... 14:37:50 Running on prd-ubuntu18.04-docker-8c-8g-22643 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws 14:37:50 Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout 14:37:52 using credential edgex-jenkins-ssh 14:37:52 Cloning the remote Git repository 14:37:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:37:52 > git init /w/workspace/edgex-go/24 # timeout=10 14:37:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:37:53 > git --version # timeout=10 14:37:53 > git --version # 'git version 2.17.1' 14:37:53 using GIT_SSH to set credentials SSH Credentials for GitHub 14:37:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:38:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:38:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:38:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:38:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:38:01 using GIT_SSH to set credentials SSH Credentials for GitHub 14:38:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:38:02 Merging remotes/origin/master commit eb962563c78e340597fe6b0a01e022bbdd66f5a5 into PR head commit 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 14:38:02 Merge succeeded, producing 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 14:38:02 Checking out Revision 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf (PR-3027) 14:38:02 > git config core.sparsecheckout # timeout=10 14:38:02 > git checkout -f 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf # timeout=10 14:38:02 > git remote # timeout=10 14:38:02 > git config --get remote.origin.url # timeout=10 14:38:02 using GIT_SSH to set credentials SSH Credentials for GitHub 14:38:02 > git merge eb962563c78e340597fe6b0a01e022bbdd66f5a5 # timeout=10 14:38:02 > git rev-parse HEAD^{commit} # timeout=10 14:38:02 > git config core.sparsecheckout # timeout=10 14:38:02 > git checkout -f 68876334d8b22ed9c9ab1e80016ef20a5a28f6cf # timeout=10 14:38:06 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:38:07 + echo snap-build.sh 14:38:07 snap-build.sh 14:38:07 + SNAP_BASE_DIR=. 14:38:07 + '[' '!' -z /w/workspace/edgex-go/24 ']' 14:38:07 + SNAP_BASE_DIR=/w/workspace/edgex-go/24 14:38:07 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/24]' 14:38:07 [snap-build] Building snap in dir [/w/workspace/edgex-go/24] 14:38:07 + cd /w/workspace/edgex-go/24 14:38:07 + sudo apt-get remove -qy --purge lxd lxd-client 14:38:07 Reading package lists... 14:38:07 Building dependency tree... 14:38:07 Reading state information... 14:38:07 The following packages were automatically installed and are no longer required: 14:38:07 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 14:38:07 uidmap xdelta3 14:38:07 Use 'sudo apt autoremove' to remove them. 14:38:07 The following packages will be REMOVED: 14:38:07 lxd* lxd-client* 14:38:08 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 14:38:08 After this operation, 31.7 MB disk space will be freed. 14:38:09 (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.) 14:38:09 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 14:38:10 Removing lxd dnsmasq configuration 14:38:10 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 14:38:10 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 14:38:11 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 14:38:11 (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.) 14:38:11 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 14:38:12 Processing triggers for systemd (237-3ubuntu10.42) ... 14:38:13 Processing triggers for ureadahead (0.100.0-21) ... 14:38:14 + sudo snap remove --purge lxd 14:38:14 snap "lxd" is not installed 14:38:14 + sudo groupadd --force --system lxd 14:38:14 ++ whoami 14:38:14 + sudo /usr/sbin/usermod -G lxd -a jenkins 14:38:14 + newgrp - lxd 14:38:14 + sudo snap install lxd 14:38:22 2021-01-25T14:38:20Z INFO Waiting for automatic snapd restart... 14:38:35 lxd 4.10 from Canonical* installed 14:38:35 + sudo lxd init --auto 14:38:42 gofmt -l . 14:38:42 [ "`gofmt -l .`" = "" ] 14:38:42 ./bin/test-go-mod-tidy.sh 14:38:43 ./bin/test-attribution-txt.sh [Pipeline] sh 14:38:45 + sudo snap install --classic snapcraft 14:38:45 + ls -al . 14:38:45 total 696 14:38:45 drwxrwxr-x 9 1001 1001 4096 Jan 25 14:38 . 14:38:45 drwxr-xr-x 4 root root 4096 Jan 25 14:34 .. 14:38:45 -rw-rw-r-- 1 1001 1001 11 Jan 25 14:32 .dockerignore 14:38:45 drwxrwxr-x 8 1001 1001 4096 Jan 25 14:32 .git 14:38:45 drwxrwxr-x 3 1001 1001 4096 Jan 25 14:32 .github 14:38:45 -rw-rw-r-- 1 1001 1001 872 Jan 25 14:32 .gitignore 14:38:45 -rw-rw-r-- 1 1001 1001 166 Jan 25 14:32 .sonarcloud.properties 14:38:45 -rw-rw-r-- 1 1001 1001 7859 Jan 25 14:32 Attribution.txt 14:38:45 -rw-rw-r-- 1 1001 1001 3804 Jan 25 14:32 CONTRIBUTING.md 14:38:45 -rw-rw-r-- 1 1001 1001 931 Jan 25 14:32 Dockerfile.build 14:38:45 -rw-rw-r-- 1 1001 1001 863 Jan 25 14:32 Jenkinsfile 14:38:45 -rw-rw-r-- 1 1001 1001 10775 Jan 25 14:32 LICENSE 14:38:45 -rw-rw-r-- 1 1001 1001 6001 Jan 25 14:32 Makefile 14:38:45 -rw-rw-r-- 1 1001 1001 6524 Jan 25 14:32 README.md 14:38:45 -rw-rw-r-- 1 1001 1001 6755 Jan 25 14:32 SECURITY.md 14:38:45 -rw-rw-r-- 1 1001 1001 5 Jan 25 14:28 VERSION 14:38:45 -rw-rw-r-- 1 1001 1001 4131 Jan 25 14:32 ZMQWindows.md 14:38:45 drwxrwxr-x 2 1001 1001 4096 Jan 25 14:32 bin 14:38:45 drwxrwxr-x 15 1001 1001 4096 Jan 25 14:32 cmd 14:38:45 -rw-r--r-- 1 root root 564700 Jan 25 14:37 coverage.out 14:38:45 -rw-r--r-- 1 root root 1053 Jan 25 14:38 go.mod 14:38:45 -rw-r--r-- 1 root root 19085 Jan 25 14:38 go.sum 14:38:45 drwxrwxr-x 8 1001 1001 4096 Jan 25 14:32 internal 14:38:45 drwxrwxr-x 4 1001 1001 4096 Jan 25 14:32 openapi 14:38:45 drwxrwxr-x 4 1001 1001 4096 Jan 25 14:32 snap 14:38:45 -rw-rw-r-- 1 1001 1001 168 Jan 25 14:32 version.go [Pipeline] sh 14:38:46 + '[' -e coverage.out ] 14:38:46 + chown 1001:1001 coverage.out [Pipeline] stash 14:38:46 Warning: overwriting stash ‘coverage-report’ 14:38:47 Stashed 1 file(s) [Pipeline] sh 14:38:48 + make build 14:38:48 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 14:38:49 snapcraft 4.4.4 from Canonical* installed 14:38:49 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 14:38:49 + patch --verbose -p1 14:38:49 Hmm... Looks like a unified diff to me... 14:38:49 The text leading up to this was: 14:38:49 -------------------------- 14:38:49 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 14:38:49 |From: Tony Espy 14:38:49 |Date: Wed, 16 Dec 2020 16:34:55 -0500 14:38:49 |Subject: [PATCH] optimize snap build for pipeline CI check 14:38:49 | 14:38:49 |This patch is used by the EdgeX CI pipeline builds to 14:38:49 |optimize the snap CI check run for pull requests. When 14:38:49 |applied, it essentially strips out everything (apps and 14:38:49 |parts) from the snapcraft.yaml file except those required 14:38:49 |to build edgex-go, as the whole idea of the CI check is to 14:38:49 |catch changes to edgex-go that break the snap build. 14:38:49 | 14:38:49 |In general, anyone updating snapcraft.yaml will also need 14:38:49 |to update this patch file, otherwise it may fail to apply, 14:38:49 |resulting in a failed snap build CI check in the associated 14:38:49 |pull request. 14:38:49 | 14:38:49 |Note - in addition to applying this patch, the pipeline also 14:38:49 |only primes the snap (e.g. `snapcraft prime`), as there's no 14:38:49 |need to build the finally binary .snap file (and it won't 14:38:49 |work with the patch applied). This further reduces the build 14:38:49 |time. 14:38:49 |--- 14:38:49 | snap/snapcraft.yaml | 461 +------------------------------------------- 14:38:49 | 1 file changed, 2 insertions(+), 459 deletions(-) 14:38:49 | 14:38:49 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 14:38:49 |index 1e537489..faf42425 100644 14:38:49 |--- a/snap/snapcraft.yaml 14:38:49 |+++ b/snap/snapcraft.yaml 14:38:49 -------------------------- 14:38:49 patching file snap/snapcraft.yaml 14:38:49 Using Plan A... 14:38:49 Hunk #1 succeeded at 73. 14:38:49 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 14:38:49 Hunk #3 succeeded at 214 (offset -1 lines). 14:38:49 Hunk #4 succeeded at 222 (offset -1 lines). 14:38:49 Hunk #5 succeeded at 229 (offset -1 lines). 14:38:49 Hunk #6 succeeded at 256 (offset -1 lines). 14:38:49 Hunk #7 succeeded at 290 (offset -1 lines). 14:38:49 Hunk #8 succeeded at 342. 14:38:49 Hmm... Ignoring the trailing garbage. 14:38:49 done 14:38:49 + sudo snapcraft prime --use-lxd 14:38:50 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 14:38:50 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: 14:38:50 - README.md 14:38:50 - snapcraft.yaml.orig 14:38:50 14:38:50 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 14:38:51 Launching a container. 14:39:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:39:03 Waiting for container to be ready 14:39:03 To start your first instance, try: lxc launch ubuntu:18.04 14:39:03 14:39:05 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 14:39:06 Waiting for network to be ready... 14:39:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:39:06 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 14:39:07 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 14:39:07 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 14:39:07 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 14:39:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 14:39:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 14:39:07 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 14:39:07 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 14:39:07 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 14:39:07 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 14:39:07 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 14:39:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 14:39:07 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 14:39:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 14:39:07 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 14:39:08 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 14:39:08 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 14:39:08 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 14:39:08 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 14:39:08 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 14:39:08 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 14:39:08 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 14:39:08 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 14:39:08 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 14:39:08 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1708 kB] 14:39:08 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 14:39:11 Fetched 23.8 MB in 4s (5424 kB/s) 14:39:11 Reading package lists... 14:39:11 Reading package lists... 14:39:11 Building dependency tree... 14:39:11 Reading state information... 14:39:11 The following additional packages will be installed: 14:39:11 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 14:39:11 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 14:39:11 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 14:39:11 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 14:39:11 Suggested packages: 14:39:11 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 14:39:11 Recommended packages: 14:39:11 gnupg libsasl2-modules 14:39:11 The following NEW packages will be installed: 14:39:11 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 14:39:11 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 14:39:11 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 14:39:11 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 14:39:11 The following packages will be upgraded: 14:39:11 gpg gpg-agent gpgconf libudev1 14:39:12 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 14:39:12 Need to get 3533 kB of archives. 14:39:12 After this operation, 13.3 MB of additional disk space will be used. 14:39:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 14:39:12 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 14:39:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 14:39:12 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 14:39:12 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 14:39:12 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 14:39:12 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 14:39:12 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 14:39:12 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 14:39:12 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 14:39:13 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 14:39:13 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 14:39:13 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 14:39:13 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 14:39:13 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 14:39:13 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 14:39:13 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 14:39:13 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 14:39:13 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 14:39:13 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 14:39:13 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 14:39:13 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 14:39:13 debconf: delaying package configuration, since apt-utils is not installed 14:39:13 Fetched 3533 kB in 1s (3182 kB/s) 14:39:13 (Reading database ... 12511 files and directories currently installed.) 14:39:13 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 14:39:13 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:39:13 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 14:39:13 Selecting previously unselected package udev. 14:39:13 (Reading database ... 12511 files and directories currently installed.) 14:39:13 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 14:39:13 Unpacking udev (237-3ubuntu10.44) ... 14:39:13 Selecting previously unselected package libfuse2:amd64. 14:39:13 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 14:39:13 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 14:39:14 Selecting previously unselected package fuse. 14:39:14 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 14:39:14 Unpacking fuse (2.9.7-1ubuntu1) ... 14:39:14 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 14:39:14 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 14:39:14 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 14:39:14 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 14:39:14 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 14:39:14 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 14:39:14 Selecting previously unselected package libksba8:amd64. 14:39:14 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 14:39:14 Unpacking libksba8:amd64 (1.3.5-2) ... 14:39:14 Selecting previously unselected package libroken18-heimdal:amd64. 14:39:14 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:39:14 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 14:39:14 Selecting previously unselected package libasn1-8-heimdal:amd64. 14:39:14 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:39:14 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 14:39:14 Selecting previously unselected package libheimbase1-heimdal:amd64. 14:39:14 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:39:14 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 14:39:15 Selecting previously unselected package libhcrypto4-heimdal:amd64. 14:39:15 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:39:15 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 14:39:15 Selecting previously unselected package libwind0-heimdal:amd64. 14:39:15 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:39:15 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:39:15 Selecting previously unselected package libhx509-5-heimdal:amd64. 14:39:15 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:39:15 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 14:39:15 Selecting previously unselected package libkrb5-26-heimdal:amd64. 14:39:15 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:39:15 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 14:39:15 Selecting previously unselected package libheimntlm0-heimdal:amd64. 14:39:15 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:39:15 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:39:15 Selecting previously unselected package libgssapi3-heimdal:amd64. 14:39:15 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:39:15 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 14:39:15 Selecting previously unselected package libsasl2-modules-db:amd64. 14:39:15 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 14:39:15 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:39:15 Selecting previously unselected package libsasl2-2:amd64. 14:39:15 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 14:39:15 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:39:15 Selecting previously unselected package libldap-common. 14:39:15 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 14:39:15 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 14:39:15 Selecting previously unselected package libldap-2.4-2:amd64. 14:39:15 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 14:39:15 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 14:39:16 Selecting previously unselected package dirmngr. 14:39:16 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 14:39:16 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 14:39:16 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 14:39:16 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 14:39:16 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 14:39:16 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:39:16 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:39:16 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 14:39:16 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 14:39:16 Setting up libksba8:amd64 (1.3.5-2) ... 14:39:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:39:16 Setting up udev (237-3ubuntu10.44) ... 14:39:17 invoke-rc.d: policy-rc.d denied execution of start. 14:39:17 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 14:39:17 Processing triggers for systemd (237-3ubuntu10) ... 14:39:17 Setting up fuse (2.9.7-1ubuntu1) ... 14:39:17 Setting up gpg (2.2.4-1ubuntu1.3) ... 14:39:17 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:39:17 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 14:39:17 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 14:39:17 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 14:39:17 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 14:39:17 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:39:17 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 14:39:17 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 14:39:17 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 14:39:17 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:39:17 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 14:39:17 settings in the [Install] section, and DefaultInstance for template units). 14:39:17 This means they are not meant to be enabled using systemctl. 14:39:17 Possible reasons for having this kind of units are: 14:39:17 1) A unit may be statically enabled by being symlinked from another unit's 14:39:17 .wants/ or .requires/ directory. 14:39:17 2) A unit's purpose may be to act as a helper for some other unit which has 14:39:17 a requirement dependency on it. 14:39:17 3) A unit may be started when needed via activation (socket, path, timer, 14:39:17 D-Bus, udev, scripted systemctl call, ...). 14:39:17 4) In case of template units, the unit is meant to be enabled with some 14:39:17 instance name specified. 14:39:18 Reading package lists... 14:39:18 Building dependency tree... 14:39:18 Reading state information... 14:39:18 The following additional packages will be installed: 14:39:18 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 14:39:18 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 14:39:18 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 14:39:18 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 14:39:18 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 14:39:18 Suggested packages: 14:39:18 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 14:39:18 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 14:39:18 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 14:39:18 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 14:39:18 systemd-container policykit-1 14:39:18 Recommended packages: 14:39:18 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 14:39:18 The following NEW packages will be installed: 14:39:18 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 14:39:18 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 14:39:18 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 14:39:18 multiarch-support openssh-client python3 python3-minimal python3.6 14:39:18 python3.6-minimal snapd squashfs-tools sudo 14:39:18 The following packages will be upgraded: 14:39:18 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 14:39:18 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 14:39:18 Need to get 35.2 MB of archives. 14:39:18 After this operation, 141 MB of additional disk space will be used. 14:39:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 14:39:18 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 14:39:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 14:39:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 14:39:19 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 14:39:19 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 14:39:19 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 14:39:19 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 14:39:19 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 14:39:19 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 14:39:19 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 14:39:19 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 14:39:19 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 14:39:19 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 14:39:19 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 14:39:19 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 14:39:19 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 14:39:19 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 14:39:19 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 14:39:19 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 14:39:19 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 14:39:19 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 14:39:19 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 14:39:19 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 14:39:19 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 14:39:19 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 14:39:19 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 14:39:19 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 14:39:19 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 14:39:19 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 14:39:20 debconf: delaying package configuration, since apt-utils is not installed 14:39:20 Fetched 35.2 MB in 2s (15.9 MB/s) 14:39:21 (Reading database ... 12757 files and directories currently installed.) 14:39:21 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 14:39:21 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:39:21 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 14:39:21 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:39:21 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 14:39:22 (Reading database ... 12757 files and directories currently installed.) 14:39:22 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 14:39:22 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 14:39:22 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 14:39:22 (Reading database ... 12757 files and directories currently installed.) 14:39:22 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 14:39:22 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 14:39:22 Setting up apt (1.6.12ubuntu0.2) ... 14:39:22 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 14:39:23 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 14:39:23 (Reading database ... 12764 files and directories currently installed.) 14:39:23 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 14:39:23 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 14:39:23 Selecting previously unselected package libpython3.6-minimal:amd64. 14:39:23 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 14:39:23 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 14:39:23 Selecting previously unselected package libexpat1:amd64. 14:39:23 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 14:39:23 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 14:39:23 Selecting previously unselected package python3.6-minimal. 14:39:23 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 14:39:23 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 14:39:24 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 14:39:24 Checking for services that may need to be restarted...done. 14:39:24 Checking for services that may need to be restarted...done. 14:39:24 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 14:39:24 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 14:39:24 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 14:39:25 Selecting previously unselected package python3-minimal. 14:39:25 (Reading database ... 13012 files and directories currently installed.) 14:39:25 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 14:39:25 Unpacking python3-minimal (3.6.7-1~18.04) ... 14:39:25 Selecting previously unselected package mime-support. 14:39:25 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 14:39:25 Unpacking mime-support (3.60ubuntu1) ... 14:39:25 Selecting previously unselected package libmpdec2:amd64. 14:39:25 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 14:39:25 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 14:39:25 Selecting previously unselected package libpython3.6-stdlib:amd64. 14:39:25 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 14:39:25 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 14:39:25 Selecting previously unselected package python3.6. 14:39:25 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 14:39:25 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 14:39:25 Selecting previously unselected package libpython3-stdlib:amd64. 14:39:25 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 14:39:25 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 14:39:25 Setting up python3-minimal (3.6.7-1~18.04) ... 14:39:26 Selecting previously unselected package python3. 14:39:26 (Reading database ... 13442 files and directories currently installed.) 14:39:26 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 14:39:26 Unpacking python3 (3.6.7-1~18.04) ... 14:39:26 Selecting previously unselected package multiarch-support. 14:39:26 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 14:39:26 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 14:39:26 Setting up multiarch-support (2.27-3ubuntu1.4) ... 14:39:26 Selecting previously unselected package liblzo2-2:amd64. 14:39:26 (Reading database ... 13479 files and directories currently installed.) 14:39:26 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 14:39:26 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 14:39:26 Selecting previously unselected package libbsd0:amd64. 14:39:26 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 14:39:26 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 14:39:26 Selecting previously unselected package sudo. 14:39:26 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 14:39:26 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 14:39:27 Selecting previously unselected package apparmor. 14:39:27 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 14:39:27 Unpacking apparmor (2.12-4ubuntu5.1) ... 14:39:27 Selecting previously unselected package libedit2:amd64. 14:39:27 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 14:39:27 Unpacking libedit2:amd64 (3.1-20170329-1) ... 14:39:27 Selecting previously unselected package libkrb5support0:amd64. 14:39:27 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 14:39:27 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 14:39:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 14:39:27 Selecting previously unselected package libk5crypto3:amd64. 14:39:27 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 14:39:27 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 14:39:27 Selecting previously unselected package libkeyutils1:amd64. 14:39:27 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 14:39:27 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 14:39:27 Selecting previously unselected package libkrb5-3:amd64. 14:39:27 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 14:39:27 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 14:39:27 Selecting previously unselected package libgssapi-krb5-2:amd64. 14:39:27 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 14:39:27 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 14:39:28 Selecting previously unselected package libssl1.0.0:amd64. 14:39:28 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 14:39:28 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 14:39:28 Selecting previously unselected package openssh-client. 14:39:28 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 14:39:28 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 14:39:28 Selecting previously unselected package squashfs-tools. 14:39:28 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 14:39:28 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 14:39:28 Selecting previously unselected package snapd. 14:39:28 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 14:39:28 Unpacking snapd (2.48+18.04) ... 14:39:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:39:31 Setting up libedit2:amd64 (3.1-20170329-1) ... 14:39:31 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 14:39:31 Setting up mime-support (3.60ubuntu1) ... 14:39:31 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 14:39:31 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 14:39:31 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 14:39:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:39:31 Setting up systemd (237-3ubuntu10.44) ... 14:39:31 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 14:39:32 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 14:39:32 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 14:39:32 Setting up liblzo2-2:amd64 (2.08-1.2) ... 14:39:33 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 14:39:33 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 14:39:33 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 14:39:33 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 14:39:33 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 14:39:33 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 14:39:33 Setting up python3 (3.6.7-1~18.04) ... 14:39:33 running python rtupdate hooks for python3.6... 14:39:33 running python post-rtupdate hooks for python3.6... 14:39:33 Setting up apparmor (2.12-4ubuntu5.1) ... 14:39:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:39:35 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 14:39:35 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 14:39:35 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 14:39:35 Setting up snapd (2.48+18.04) ... 14:39:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:39:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 14:39:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 14:39:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 14:39:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 14:39:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 14:39:36 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 14:39:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 14:39:36 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 14:39:37 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 14:39:37 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 14:39:37 /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' 14:39:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:39:37 Processing triggers for systemd (237-3ubuntu10.44) ... 14:39:38 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 14:39:38 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 14:39:38 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:39:39 Reading package lists... 14:39:39 Reading package lists... 14:39:40 Building dependency tree... 14:39:40 Reading state information... 14:39:40 Calculating upgrade... 14:39:40 The following packages will be upgraded: 14:39:40 advancecomp base-files bash binutils binutils-common 14:39:40 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 14:39:40 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 14:39:40 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 14:39:40 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 14:39:40 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 14:39:40 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 14:39:40 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 14:39:40 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 14:39:40 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 14:39:40 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 14:39:40 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 14:39:40 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 14:39:40 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 14:39:40 ubuntu-keyring util-linux 14:39:40 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 14:39:40 Need to get 63.7 MB of archives. 14:39:40 After this operation, 5203 kB of additional disk space will be used. 14:39:40 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 14:39:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 14:39:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 14:39:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 14:39:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 14:39:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 14:39:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 14:39:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 14:39:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 14:39:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:39:41 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 14:39:41 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 14:39:41 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 14:39:41 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 14:39:41 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 14:39:41 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 14:39:41 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 14:39:41 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 14:39:41 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] 14:39:41 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 14:39:41 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 14:39:41 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 14:39:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 14:39:41 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 14:39:41 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 14:39:41 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 14:39:41 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 14:39:41 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 14:39:41 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 14:39:41 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 14:39:41 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 14:39:41 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 14:39:41 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 14:39:41 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 14:39:41 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 14:39:41 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 14:39:41 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 14:39:41 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 14:39:41 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 14:39:41 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 14:39:41 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 14:39:41 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 14:39:41 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 14:39:41 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 14:39:41 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 14:39:41 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 14:39:41 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 14:39:41 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 14:39:41 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 14:39:41 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 14:39:41 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 14:39:41 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 14:39:41 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 14:39:41 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 14:39:41 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 14:39:41 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 14:39:41 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 14:39:41 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 14:39:41 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 14:39:41 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 14:39:41 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 14:39:41 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 14:39:41 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 14:39:41 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 14:39:41 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 14:39:41 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 14:39:41 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 14:39:41 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 14:39:41 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 14:39:41 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 14:39:41 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 14:39:41 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 14:39:41 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 14:39:41 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 14:39:41 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 14:39:41 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 14:39:41 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 14:39:41 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 14:39:41 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 14:39:41 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 14:39:41 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 14:39:41 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 14:39:41 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 14:39:42 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 14:39:42 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 14:39:42 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 14:39:42 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 14:39:42 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 14:39:42 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 14:39:42 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 14:39:43 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 14:39:43 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 14:39:43 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 14:39:43 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 14:39:43 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 14:39:43 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 14:39:43 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 14:39:43 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 14:39:43 debconf: delaying package configuration, since apt-utils is not installed 14:39:43 Fetched 63.7 MB in 3s (19.7 MB/s) 14:39:43 (Reading database ... 13912 files and directories currently installed.) 14:39:43 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 14:39:43 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:39:44 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 14:39:44 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:39:44 Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... 14:39:44 Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... 14:39:45 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:39:45 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:39:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:39:45 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:39:45 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:39:45 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:39:45 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:39:45 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:39:45 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:39:46 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:39:46 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:39:46 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:39:46 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:39:46 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:39:46 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:39:46 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 14:39:46 (Reading database ... 13911 files and directories currently installed.) 14:39:46 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 14:39:46 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 14:39:46 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 14:39:46 (Reading database ... 13911 files and directories currently installed.) 14:39:46 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:39:46 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:39:46 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:39:46 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:39:47 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:39:47 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:39:47 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 14:39:47 (Reading database ... 13911 files and directories currently installed.) 14:39:47 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 14:39:47 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:39:48 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 14:39:48 (Reading database ... 13911 files and directories currently installed.) 14:39:48 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 14:39:48 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 14:39:48 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 14:39:48 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 14:39:48 Setting up base-files (10.1ubuntu2.10) ... 14:39:48 Installing new version of config file /etc/issue ... 14:39:48 Installing new version of config file /etc/issue.net ... 14:39:48 Installing new version of config file /etc/lsb-release ... 14:39:48 Installing new version of config file /etc/update-motd.d/50-motd-news ... 14:39:48 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 14:39:48 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 14:39:48 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 14:39:48 Removing obsolete conffile /etc/default/motd-news ... 14:39:49 (Reading database ... 13912 files and directories currently installed.) 14:39:49 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 14:39:49 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 14:39:49 Setting up bash (4.4.18-2ubuntu1.2) ... 14:39:49 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 14:39:49 (Reading database ... 13912 files and directories currently installed.) 14:39:49 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 14:39:49 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 14:39:49 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 14:39:49 (Reading database ... 13912 files and directories currently installed.) 14:39:49 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 14:39:49 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 14:39:50 Setting up tar (1.29b-2ubuntu0.2) ... 14:39:50 (Reading database ... 13912 files and directories currently installed.) 14:39:50 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 14:39:50 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:39:50 Setting up dpkg (1.19.0.5ubuntu2.3) ... 14:39:50 (Reading database ... 13912 files and directories currently installed.) 14:39:50 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 14:39:50 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:39:50 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 14:39:51 (Reading database ... 13912 files and directories currently installed.) 14:39:51 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 14:39:51 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:39:51 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 14:39:51 (Reading database ... 13912 files and directories currently installed.) 14:39:51 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 14:39:51 Unpacking grep (3.1-2build1) over (3.1-2) ... 14:39:51 Setting up grep (3.1-2build1) ... 14:39:51 (Reading database ... 13912 files and directories currently installed.) 14:39:51 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 14:39:51 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 14:39:51 Setting up login (1:4.5-1ubuntu2) ... 14:39:51 (Reading database ... 13912 files and directories currently installed.) 14:39:51 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 14:39:51 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:39:52 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 14:39:52 (Reading database ... 13912 files and directories currently installed.) 14:39:52 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 14:39:52 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:39:52 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 14:39:52 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:39:52 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 14:39:52 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:39:53 Setting up perl-base (5.26.1-6ubuntu0.5) ... 14:39:53 (Reading database ... 13912 files and directories currently installed.) 14:39:53 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 14:39:53 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:39:54 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 14:39:54 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 14:39:54 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 14:39:54 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 14:39:54 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 14:39:54 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 14:39:55 (Reading database ... 13912 files and directories currently installed.) 14:39:55 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 14:39:55 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 14:39:55 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 14:39:55 (Reading database ... 13912 files and directories currently installed.) 14:39:55 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:39:55 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:39:55 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:39:55 (Reading database ... 13912 files and directories currently installed.) 14:39:55 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:39:55 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:39:55 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:39:55 (Reading database ... 13912 files and directories currently installed.) 14:39:55 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:39:55 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:39:55 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:39:55 (Reading database ... 13912 files and directories currently installed.) 14:39:55 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:39:56 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:39:56 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:39:56 (Reading database ... 13912 files and directories currently installed.) 14:39:56 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 14:39:56 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:39:56 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 14:39:56 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:39:56 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 14:39:56 (Reading database ... 13912 files and directories currently installed.) 14:39:56 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 14:39:56 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:39:56 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 14:39:56 (Reading database ... 13912 files and directories currently installed.) 14:39:56 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:39:56 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:39:56 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:39:57 (Reading database ... 13912 files and directories currently installed.) 14:39:57 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:39:57 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:39:57 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 14:39:57 (Reading database ... 13912 files and directories currently installed.) 14:39:57 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:39:57 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:39:58 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 14:39:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 14:39:58 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 14:39:58 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 14:39:58 (Reading database ... 13912 files and directories currently installed.) 14:39:58 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 14:39:58 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:39:59 Setting up libc-bin (2.27-3ubuntu1.4) ... 14:39:59 (Reading database ... 13912 files and directories currently installed.) 14:39:59 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 14:39:59 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:39:59 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 14:39:59 (Reading database ... 13914 files and directories currently installed.) 14:39:59 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 14:39:59 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 14:39:59 Setting up debconf (1.5.66ubuntu1) ... 14:39:59 (Reading database ... 13914 files and directories currently installed.) 14:39:59 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:39:59 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:40:00 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 14:40:00 (Reading database ... 13914 files and directories currently installed.) 14:40:00 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:40:00 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:40:00 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 14:40:00 (Reading database ... 13914 files and directories currently installed.) 14:40:00 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:40:00 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:40:00 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 14:40:00 (Reading database ... 13914 files and directories currently installed.) 14:40:00 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:40:00 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:40:01 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 14:40:01 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:40:01 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 14:40:01 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:40:01 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 14:40:01 (Reading database ... 13914 files and directories currently installed.) 14:40:01 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 14:40:01 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 14:40:01 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 14:40:01 (Reading database ... 13914 files and directories currently installed.) 14:40:01 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 14:40:01 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:40:02 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 14:40:02 (Reading database ... 13914 files and directories currently installed.) 14:40:02 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 14:40:02 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:40:02 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 14:40:02 (Reading database ... 13914 files and directories currently installed.) 14:40:02 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 14:40:02 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 14:40:02 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 14:40:02 (Reading database ... 13914 files and directories currently installed.) 14:40:02 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 14:40:02 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 14:40:03 Setting up passwd (1:4.5-1ubuntu2) ... 14:40:03 (Reading database ... 13914 files and directories currently installed.) 14:40:03 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 14:40:03 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 14:40:03 Setting up gpgv (2.2.4-1ubuntu1.3) ... 14:40:03 (Reading database ... 13914 files and directories currently installed.) 14:40:03 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 14:40:03 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 14:40:03 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 14:40:03 (Reading database ... 13914 files and directories currently installed.) 14:40:03 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 14:40:03 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 14:40:03 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 14:40:03 (Reading database ... 13914 files and directories currently installed.) 14:40:03 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 14:40:03 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 14:40:04 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 14:40:04 (Reading database ... 13914 files and directories currently installed.) 14:40:04 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 14:40:04 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 14:40:04 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 14:40:04 (Reading database ... 13914 files and directories currently installed.) 14:40:04 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 14:40:04 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 14:40:04 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 14:40:04 (Reading database ... 13914 files and directories currently installed.) 14:40:04 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 14:40:04 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 14:40:04 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 14:40:04 (Reading database ... 13915 files and directories currently installed.) 14:40:04 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 14:40:04 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 14:40:05 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 14:40:05 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 14:40:05 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 14:40:05 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 14:40:05 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 14:40:05 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 14:40:05 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 14:40:05 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 14:40:05 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 14:40:05 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 14:40:05 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 14:40:06 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 14:40:06 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 14:40:06 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 14:40:06 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 14:40:06 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 14:40:06 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 14:40:06 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 14:40:06 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 14:40:06 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 14:40:06 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 14:40:06 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 14:40:06 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 14:40:07 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 14:40:07 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 14:40:07 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 14:40:07 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 14:40:08 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 14:40:08 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 14:40:08 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 14:40:08 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 14:40:09 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 14:40:09 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 14:40:09 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 14:40:09 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 14:40:09 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:40:09 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:40:09 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 14:40:09 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:40:09 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:40:09 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:40:09 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:40:09 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:40:09 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:40:10 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:40:10 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:40:11 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:40:11 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:40:12 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:40:12 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:40:12 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:40:12 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:40:13 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:40:13 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:40:13 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:40:13 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:40:13 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 14:40:13 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:40:14 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 14:40:14 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:40:14 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 14:40:14 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 14:40:14 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:40:14 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:40:14 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:40:14 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:40:14 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 14:40:14 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 14:40:14 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:40:14 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 14:40:14 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:40:14 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [Pipeline] } 14:40:14 $ docker stop --time=1 56428fb4391781ffbb6530aba66c59f5e183c94379c15f2c8fd272308e6b0ae1 14:40:15 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:40:15 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 14:40:15 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 14:40:15 Setting up tzdata (2020f-0ubuntu0.18.04) ... 14:40:15 14:40:15 Current default time zone: 'Etc/UTC' 14:40:15 Local time is now: Mon Jan 25 14:40:15 UTC 2021. 14:40:15 Universal Time is now: Mon Jan 25 14:40:15 UTC 2021. 14:40:15 Run 'dpkg-reconfigure tzdata' if you wish to change it. 14:40:15 14:40:15 Setting up systemd-sysv (237-3ubuntu10.44) ... 14:40:15 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:40:15 Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... 14:40:15 Setting up mount (2.31.1-0.4ubuntu3.7) ... 14:40:15 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 14:40:15 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 14:40:15 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 14:40:15 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 14:40:15 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 14:40:15 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 14:40:15 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:40:15 Setting up procps (2:3.3.12-3ubuntu1.2) ... 14:40:15 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 14:40:15 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 14:40:15 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 14:40:15 Setting up patch (2.7.6-2ubuntu1.1) ... 14:40:16 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 14:40:16 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 14:40:16 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 14:40:16 Installing new version of config file /etc/ssl/openssl.cnf ... 14:40:16 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 14:40:16 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 14:40:16 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 14:40:17 $ docker rm -f 56428fb4391781ffbb6530aba66c59f5e183c94379c15f2c8fd272308e6b0ae1 14:40:18 Updating certificates in /etc/ssl/certs... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 14:40:19 22 added, 17 removed; done. 14:40:19 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 14:40:19 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:40:19 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 14:40:19 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 14:40:19 Setting up pkgbinarymangler (138.18.04.1) ... 14:40:19 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 14:40:19 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 14:40:19 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 14:40:19 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 14:40:19 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 14:40:19 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 14:40:19 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 14:40:19 Setting up perl (5.26.1-6ubuntu0.5) ... 14:40:19 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 14:40:19 Setting up cpp (4:7.4.0-1ubuntu2.3) ... [Pipeline] isUnix [Pipeline] sh 14:40:19 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 14:40:19 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 14:40:19 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 14:40:19 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 14:40:19 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 14:40:19 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 14:40:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:40:19 14:40:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:40:19 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 14:40:19 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 14:40:19 Processing triggers for systemd (237-3ubuntu10.44) ... 14:40:19 Processing triggers for mime-support (3.60ubuntu1) ... 14:40:19 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 14:40:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:40:20 Updating certificates in /etc/ssl/certs... 14:40:20 latest: Pulling from edgex-devops/edgex-compose-arm64 14:40:20 29e5d40040c1: Pulling fs layer 14:40:20 1ce36da41761: Pulling fs layer 14:40:20 25b303627fd3: Pulling fs layer 14:40:20 0 added, 0 removed; done. 14:40:20 Running hooks in /etc/ca-certificates/update.d... 14:40:20 done. 14:40:20 29e5d40040c1: Verifying Checksum 14:40:20 29e5d40040c1: Download complete 14:40:20 Reading package lists... 14:40:21 Building dependency tree... 14:40:21 Reading state information... 14:40:21 The following NEW packages will be installed: 14:40:21 apt-transport-https 14:40:21 1ce36da41761: Verifying Checksum 14:40:21 1ce36da41761: Download complete 14:40:21 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 14:40:21 Need to get 1696 B of archives. 14:40:21 After this operation, 153 kB of additional disk space will be used. 14:40:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 14:40:21 29e5d40040c1: Pull complete 14:40:21 debconf: delaying package configuration, since apt-utils is not installed 14:40:21 Fetched 1696 B in 0s (8420 B/s) 14:40:21 Selecting previously unselected package apt-transport-https. 14:40:21 (Reading database ... 13929 files and directories currently installed.) 14:40:21 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 14:40:21 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 14:40:21 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 14:40:21 Waiting for network to be ready... 14:40:22 1ce36da41761: Pull complete 14:40:22 25b303627fd3: Verifying Checksum 14:40:22 25b303627fd3: Download complete 14:40:27 2021-01-25T14:40:24Z INFO Waiting for automatic snapd restart... 14:40:27 snapd 2.48.2 from Canonical* installed 14:40:28 "snapd" switched to the "latest/stable" channel 14:40:28 14:40:30 core18 20201210 from Canonical* installed 14:40:31 "core18" switched to the "latest/stable" channel 14:40:31 14:40:33 25b303627fd3: Pull complete 14:40:33 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 14:40:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:40:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 14:40:33 prd-ubuntu18.04-docker-arm64-4c-16g-22641 does not seem to be running inside a container 14:40:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 14:40:34 snapcraft 4.4.4 from Canonical* installed 14:40:34 "snapcraft" switched to the "latest/stable" channel 14:40:34 14:40:36 $ docker top 2208a17b08ea2581d8bb972b7533a0f6918fb6357a8e2400b5cf8a2beac8d5a8 -eo pid,comm [Pipeline] { [Pipeline] sh 14:40:37 + docker-compose build --help 14:40:37 + grep parallel 14:40:37 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: 14:40:37 - README.md 14:40:37 - snapcraft.yaml.orig 14:40:37 14:40:37 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 14:40:41 --parallel Build images in parallel. [Pipeline] } 14:40:41 $ docker stop --time=1 2208a17b08ea2581d8bb972b7533a0f6918fb6357a8e2400b5cf8a2beac8d5a8 14:40:43 $ docker rm -f 2208a17b08ea2581d8bb972b7533a0f6918fb6357a8e2400b5cf8a2beac8d5a8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:40:44 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:40:44 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 14:40:44 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 14:40:44 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:40:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:40:44 . [Pipeline] withDockerContainer 14:40:44 prd-ubuntu18.04-docker-arm64-4c-16g-22641 does not seem to be running inside a container 14:40:44 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 14:40:45 Reading package lists... 14:40:45 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 14:40:46 $ docker top 21e812251df223f135dc1eb4fcd695f4c18608cf173ab9accca9679413626493 -eo pid,comm [Pipeline] { [Pipeline] sh 14:40:47 + docker-compose -f ./docker-compose-build.yml build --parallel 14:40:51 Building docker-core-command-go ... 14:40:51 Building docker-core-data-go ... 14:40:51 Building docker-core-metadata-go ... 14:40:51 Building docker-security-bootstrapper-go ... 14:40:51 Building docker-security-proxy-setup-go ... 14:40:51 Building docker-security-secretstore-setup-go ... 14:40:51 Building docker-support-notifications-go ... 14:40:51 Building docker-support-scheduler-go ... 14:40:51 Building docker-sys-mgmt-agent-go ... 14:40:51 Building docker-core-command-go 14:40:51 Building docker-core-data-go 14:40:51 Building docker-security-secretstore-setup-go 14:40:51 Building docker-security-proxy-setup-go 14:40:51 Building docker-core-metadata-go 14:40:52 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:40:52 Reading package lists... 14:40:52 Building dependency tree... 14:40:52 Reading state information... 14:40:52 Suggested packages: 14:40:52 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 14:40:52 git-gui gitk gitweb git-cvs git-mediawiki git-svn 14:40:52 Recommended packages: 14:40:52 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 14:40:52 The following NEW packages will be installed: 14:40:52 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 14:40:52 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 14:40:52 pkg-config zip 14:40:52 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 14:40:52 Need to get 7655 kB of archives. 14:40:52 After this operation, 43.7 MB of additional disk space will be used. 14:40:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 14:40:52 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 14:40:52 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 14:40:52 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 14:40:52 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 14:40:52 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 14:40:53 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 14:40:53 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 14:40:53 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 14:40:53 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 14:40:53 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 14:40:53 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 14:40:53 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 14:40:53 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 14:40:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 14:40:53 debconf: delaying package configuration, since apt-utils is not installed 14:40:53 Fetched 7655 kB in 1s (7238 kB/s) 14:40:53 Selecting previously unselected package libglib2.0-0:amd64. 14:40:53 (Reading database ... 13933 files and directories currently installed.) 14:40:53 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 14:40:53 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 14:40:53 Selecting previously unselected package libpsl5:amd64. 14:40:53 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 14:40:53 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 14:40:53 Selecting previously unselected package libnghttp2-14:amd64. 14:40:53 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 14:40:53 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 14:40:54 Selecting previously unselected package librtmp1:amd64. 14:40:54 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 14:40:54 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 14:40:54 Selecting previously unselected package libcurl3-gnutls:amd64. 14:40:54 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 14:40:54 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 14:40:54 Selecting previously unselected package liberror-perl. 14:40:54 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 14:40:54 Unpacking liberror-perl (0.17025-1) ... 14:40:54 Selecting previously unselected package git-man. 14:40:54 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 14:40:54 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 14:40:54 Selecting previously unselected package git. 14:40:54 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 14:40:54 Unpacking git (1:2.17.1-1ubuntu0.7) ... 14:40:55 Selecting previously unselected package libnorm1:amd64. 14:40:55 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 14:40:55 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 14:40:55 Selecting previously unselected package libpgm-5.2-0:amd64. 14:40:55 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 14:40:55 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 14:40:55 Selecting previously unselected package libsodium23:amd64. 14:40:55 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 14:40:55 Unpacking libsodium23:amd64 (1.0.16-2) ... 14:40:55 Selecting previously unselected package libzmq5:amd64. 14:40:55 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 14:40:55 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 14:40:55 Selecting previously unselected package libzmq3-dev:amd64. 14:40:55 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 14:40:55 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 14:40:55 Selecting previously unselected package pkg-config. 14:40:55 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 14:40:55 Unpacking pkg-config (0.29.1-0ubuntu2) ... 14:40:56 Selecting previously unselected package zip. 14:40:56 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 14:40:56 Unpacking zip (3.0-11build1) ... 14:40:56 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 14:40:56 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 14:40:56 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 14:40:56 Setting up liberror-perl (0.17025-1) ... 14:40:56 Setting up libpsl5:amd64 (0.19.1-5build1) ... 14:40:56 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 14:40:56 No schema files found: doing nothing. 14:40:56 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 14:40:56 Setting up zip (3.0-11build1) ... 14:40:56 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 14:40:56 Setting up libsodium23:amd64 (1.0.16-2) ... 14:40:56 Setting up pkg-config (0.29.1-0ubuntu2) ... 14:40:56 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 14:40:56 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 14:40:56 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 14:40:56 Setting up git (1:2.17.1-1ubuntu0.7) ... 14:40:56 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 14:41:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:41:03 git set to automatically installed. 14:41:03 git-man set to automatically installed. 14:41:03 libcurl3-gnutls set to automatically installed. 14:41:03 liberror-perl set to automatically installed. 14:41:03 libglib2.0-0 set to automatically installed. 14:41:03 libnghttp2-14 set to automatically installed. 14:41:03 libnorm1 set to automatically installed. 14:41:03 libpgm-5.2-0 set to automatically installed. 14:41:03 libpsl5 set to automatically installed. 14:41:03 librtmp1 set to automatically installed. 14:41:03 libsodium23 set to automatically installed. 14:41:03 libzmq3-dev set to automatically installed. 14:41:03 libzmq5 set to automatically installed. 14:41:03 pkg-config set to automatically installed. 14:41:03 zip set to automatically installed. 14:41:05 snapd is not logged in, snap install commands will use sudo 14:41:12 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:41:12 snap "core18" has no updates available 14:41:12 Pulling config-common 14:41:13 Pulling go-build-helper 14:41:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:41:40 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 14:41:40 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 14:41:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 14:41:40 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 14:41:40 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 14:41:40 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 14:41:40 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 14:41:40 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 14:41:40 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 14:41:40 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 14:41:40 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 14:41:40 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 14:41:40 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 14:41:40 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 14:41:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 14:41:40 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 14:41:40 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 14:41:40 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 14:41:40 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 14:41:40 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 14:41:40 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 14:41:40 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 14:41:40 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 14:41:40 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 14:41:40 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1708 kB] 14:41:40 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 14:41:40 Fetched 23.8 MB in 0s (0 B/s) 14:41:40 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 14:41:40 Fetched 96.5 kB in 0s (0 B/s) 14:41:40 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 14:41:40 Fetched 279 kB in 0s (0 B/s) 14:41:40 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 14:41:40 Fetched 122 kB in 0s (0 B/s) 14:41:40 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 14:41:40 Fetched 77.8 kB in 0s (0 B/s) 14:41:40 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 14:41:40 Fetched 8848 B in 0s (0 B/s) 14:41:40 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 14:41:40 Fetched 47.8 kB in 0s (0 B/s) 14:41:40 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 14:41:40 Fetched 45.6 kB in 0s (0 B/s) 14:41:40 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 14:41:40 Fetched 15.0 kB in 0s (0 B/s) 14:41:40 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 14:41:40 Fetched 214 kB in 0s (0 B/s) 14:41:40 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 14:41:40 Fetched 155 kB in 0s (0 B/s) 14:41:40 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 14:41:40 Fetched 50.6 kB in 0s (0 B/s) 14:41:40 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 14:41:40 Fetched 14.8 kB in 0s (0 B/s) 14:41:40 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 14:41:40 Fetched 41.8 kB in 0s (0 B/s) 14:41:40 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 14:41:40 Fetched 499 kB in 0s (0 B/s) 14:41:40 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 14:41:40 Fetched 111 kB in 0s (0 B/s) 14:41:40 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 14:41:40 Fetched 240 kB in 0s (0 B/s) 14:41:40 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 14:41:40 Fetched 29.3 kB in 0s (0 B/s) 14:41:40 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 14:41:40 Fetched 85.5 kB in 0s (0 B/s) 14:41:40 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 14:41:40 Fetched 24.5 kB in 0s (0 B/s) 14:41:40 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 14:41:40 Fetched 49.2 kB in 0s (0 B/s) 14:41:40 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 14:41:40 Fetched 54.2 kB in 0s (0 B/s) 14:41:40 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 14:41:40 Fetched 30.8 kB in 0s (0 B/s) 14:41:40 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 14:41:40 Fetched 17.0 kB in 0s (0 B/s) 14:41:40 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 14:41:40 Fetched 85.9 kB in 0s (0 B/s) 14:41:40 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 14:41:40 Fetched 8720 B in 0s (0 B/s) 14:41:40 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 14:41:40 Fetched 137 kB in 0s (0 B/s) 14:41:40 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 14:41:40 Fetched 119 kB in 0s (0 B/s) 14:41:40 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 14:41:40 Fetched 109 kB in 0s (0 B/s) 14:41:40 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 14:41:40 Fetched 11.1 kB in 0s (0 B/s) 14:41:40 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 14:41:40 Fetched 645 kB in 0s (0 B/s) 14:41:40 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 14:41:40 Fetched 41.3 kB in 0s (0 B/s) 14:41:40 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 14:41:40 Fetched 17.9 kB in 0s (0 B/s) 14:41:40 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 14:41:40 Fetched 368 kB in 0s (0 B/s) 14:41:40 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 14:41:40 Fetched 187 kB in 0s (0 B/s) 14:41:40 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 14:41:40 Fetched 175 kB in 0s (0 B/s) 14:41:40 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 14:41:40 Fetched 206 kB in 0s (0 B/s) 14:41:40 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 14:41:40 Fetched 1301 kB in 0s (0 B/s) 14:41:40 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 14:41:40 Fetched 36.2 kB in 0s (0 B/s) 14:41:40 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 14:41:40 Fetched 159 kB in 0s (0 B/s) 14:41:40 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 14:41:40 Fetched 107 kB in 0s (0 B/s) 14:41:40 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 14:41:40 Fetched 48.7 kB in 0s (0 B/s) 14:41:40 Pulling static-packages 14:41:41 'go115' has dependencies that need to be staged: static-packages go-build-helper 14:41:41 Skipping pull go-build-helper (already ran) 14:41:41 Skipping pull static-packages (already ran) 14:41:41 Building go-build-helper 14:41:44 Building static-packages 14:41:46 Staging go-build-helper 14:41:47 Staging static-packages 14:41:48 Pulling go115 14:41:49 'edgex-go' has dependencies that need to be staged: go115 14:41:49 Skipping pull go115 (already ran) 14:41:49 Building go115 14:41:49 % Total % Received % Xferd Average Speed Time Time Time Current 14:41:49 Dload Upload Total Spent Left Speed 14:41:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 15 115M 15 18.2M 0 0 25.1M 0 0:00:04 --:--:-- 0:00:04 25.1M 44 115M 44 51.5M 0 0 29.8M 0 0:00:03 0:00:01 0:00:02 29.8M 74 115M 74 86.5M 0 0 31.7M 0 0:00:03 0:00:02 0:00:01 31.7M 100 115M 100 115M 0 0 32.5M 0 0:00:03 0:00:03 --:--:-- 32.5M 14:41:53 go1.15.2.linux-amd64.tar.gz: OK 14:41:57 Staging go115 14:41:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:41:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:41:59 ---> 28f56919881d 14:41:59 Step 3/21 : WORKDIR /edgex-go 14:41:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:41:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:41:59 ---> 28f56919881d 14:41:59 Step 3/23 : WORKDIR /edgex-go 14:41:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:41:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:41:59 ---> 28f56919881d 14:41:59 Step 3/23 : WORKDIR /edgex-go 14:41:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:41:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:41:59 ---> 28f56919881d 14:41:59 Step 3/23 : WORKDIR /edgex-go 14:41:59 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:41:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:41:59 ---> 28f56919881d 14:41:59 Step 3/24 : WORKDIR /edgex-go 14:42:02 ---> Running in 14ac702dacda 14:42:02 ---> Running in f3e9b2a2c48c 14:42:02 ---> Running in 0ad0c5c382c9 14:42:02 ---> Running in a3564e1b00b3 14:42:02 ---> Running in 2740022b45cd 14:42:02 Removing intermediate container f3e9b2a2c48c 14:42:02 ---> fcb3766540b3 14:42:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:42:02 Removing intermediate container 2740022b45cd 14:42:02 ---> e0a3fc506f0c 14:42:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:42:02 Removing intermediate container 0ad0c5c382c9 14:42:02 ---> f011a22672cd 14:42:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:42:02 Removing intermediate container 14ac702dacda 14:42:02 ---> 1bc2cbb53750 14:42:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:42:02 Removing intermediate container a3564e1b00b3 14:42:02 ---> 2fc2a6fca6e3 14:42:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:42:02 ---> Running in 11bec591d2a6 14:42:02 ---> Running in 9d68e57b9f78 14:42:02 ---> Running in efc51a6a0114 14:42:02 ---> Running in 9f8107cbef9a 14:42:02 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 14:42:02 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 14:42:02 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:42:02 Fetched 0 B in 0s (0 B/s) 14:42:02 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 14:42:02 Fetched 224 kB in 0s (0 B/s) 14:42:02 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 14:42:02 Fetched 157 kB in 0s (0 B/s) 14:42:02 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 14:42:02 Fetched 221 kB in 0s (0 B/s) 14:42:02 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 14:42:02 Fetched 143 kB in 0s (0 B/s) 14:42:02 Pulling edgex-go 14:42:03 ---> Running in c26db2636060 14:42:03 Pulling version 14:42:04 Building config-common 14:42:05 Skipping build go-build-helper (already ran) 14:42:05 Skipping build static-packages (already ran) 14:42:05 Skipping build go115 (already ran) 14:42:06 Building edgex-go 14:42: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 14:42:07 Removing intermediate container 9d68e57b9f78 14:42:07 ---> 699d7cc459df 14:42:07 Step 5/21 : RUN apk add --update --no-cache make git 14:42:07 Removing intermediate container 11bec591d2a6 14:42:07 ---> 647044902a56 14:42:07 Step 5/23 : RUN apk add --update --no-cache make git 14:42:07 ---> Running in 24d76b99b9f4 14:42:07 ---> Running in c4f7eef19309 14:42:07 Removing intermediate container 9f8107cbef9a 14:42:07 ---> 5e5a661cdbae 14:42:07 Step 5/24 : RUN apk add --update --no-cache make git 14:42:07 Removing intermediate container c26db2636060 14:42:07 ---> fc545775a917 14:42:07 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 14:42:07 Removing intermediate container efc51a6a0114 14:42:07 ---> 683f2a1c655f 14:42:07 Step 5/23 : RUN apk add --update --no-cache make git 14:42:07 ---> Running in 851bb1e25515 14:42:07 ---> Running in d17a396db716 14:42:07 ---> Running in 57b8dc60b9f6 14:42:07 go: downloading github.com/gorilla/mux v1.8.0 14:42:07 go: downloading github.com/OneOfOne/xxhash v1.2.8 14:42:07 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 14:42:07 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 14:42:07 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 14:42:07 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 14:42:07 go: downloading github.com/google/uuid v1.1.5 14:42:07 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 14:42:07 go: downloading github.com/pelletier/go-toml v1.2.0 14:42:07 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 14:42:07 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 14:42:07 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 14:42:07 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 14:42:07 go: downloading github.com/pebbe/zmq4 v1.2.2 14:42:07 go: downloading github.com/imdario/mergo v0.3.11 14:42:07 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 14:42:07 go: downloading github.com/pkg/errors v0.8.1 14:42:07 go: downloading github.com/hashicorp/consul/api v1.1.0 14:42:07 go: downloading github.com/go-redis/redis/v7 v7.2.0 14:42:07 go: downloading github.com/go-kit/kit v0.8.0 14:42:07 go: downloading github.com/BurntSushi/toml v0.3.1 14:42:07 go: downloading github.com/go-playground/validator/v10 v10.3.0 14:42:07 go: downloading github.com/x448/float16 v0.8.4 14:42:07 go: downloading gopkg.in/yaml.v2 v2.4.0 14:42:07 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:42:07 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 14:42:07 go: downloading github.com/hashicorp/serf v0.8.2 14:42:07 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 14:42:07 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 14:42:07 go: downloading github.com/mitchellh/copystructure v1.0.0 14:42:07 go: downloading github.com/mitchellh/mapstructure v1.1.2 14:42:07 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 14:42:08 go: downloading github.com/go-playground/universal-translator v0.17.0 14:42:08 go: downloading github.com/go-logfmt/logfmt v0.4.0 14:42:08 go: downloading github.com/leodido/go-urn v1.2.0 14:42:08 go: downloading github.com/mitchellh/reflectwalk v1.0.0 14:42:08 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:42:08 go: downloading github.com/go-playground/locales v0.13.0 14:42:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:42:08 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 14:42:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:42:09 go: downloading github.com/hashicorp/golang-lru v0.5.0 14:42:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:42:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:42:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:42:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:42:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:42:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:42:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:42:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:42:11 OK: 217 MiB in 51 packages 14:42:11 OK: 217 MiB in 51 packages 14:42:11 OK: 217 MiB in 51 packages 14:42:12 OK: 217 MiB in 51 packages 14:42:12 OK: 217 MiB in 51 packages 14:42:12 Removing intermediate container 24d76b99b9f4 14:42:12 ---> 54776c642499 14:42:12 Step 6/21 : COPY go.mod . 14:42:13 Removing intermediate container c4f7eef19309 14:42:13 ---> 928643c80e7f 14:42:13 Step 6/23 : COPY go.mod . 14:42:13 Removing intermediate container 851bb1e25515 14:42:13 ---> f0f83c54f5ad 14:42:13 Step 6/24 : COPY go.mod . 14:42:13 Removing intermediate container d17a396db716 14:42:13 ---> 6682ad184b24 14:42:13 Step 6/23 : COPY go.mod . 14:42:13 ---> 657533278967 14:42:13 Step 7/21 : RUN go mod download 14:42:14 ---> Running in 4c928fea47a5 14:42:14 Removing intermediate container 57b8dc60b9f6 14:42:14 ---> 4ff063e17c1f 14:42:14 Step 6/23 : COPY go.mod . 14:42:14 ---> d61afe337120 14:42:14 Step 7/23 : RUN go mod download 14:42:14 ---> c8dd5504d161 14:42:14 Step 7/24 : RUN go mod download 14:42:14 ---> Running in 285bedba178f 14:42:15 ---> Running in 9c2a1394a84c 14:42:15 ---> f83ebcee293c 14:42:15 Step 7/23 : RUN go mod download 14:42:15 ---> Running in 614f5a1242e9 14:42:15 ---> 76ba391809d7 14:42:15 Step 7/23 : RUN go mod download 14:42:15 ---> Running in 88e665b0448f 14:42:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:42:18 Removing intermediate container 4c928fea47a5 14:42:18 ---> bd286591103b 14:42:18 Step 8/21 : COPY . . 14:42:18 Removing intermediate container 285bedba178f 14:42:18 ---> e582429b6790 14:42:18 Step 8/23 : COPY . . 14:42:19 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 14:42:19 Removing intermediate container 9c2a1394a84c 14:42:19 ---> 089c5d0a5cb4 14:42:19 Step 8/24 : COPY . . 14:42:20 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 14:42:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:42:21 Removing intermediate container 88e665b0448f 14:42:21 ---> 0c13c245991b 14:42:21 Step 8/23 : COPY . . 14:42:21 Removing intermediate container 614f5a1242e9 14:42:21 ---> e7004b5d4655 14:42:21 Step 8/23 : COPY . . 14:42:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:42:21 go: downloading github.com/stretchr/testify v1.7.0 14:42:21 go: downloading github.com/pmezard/go-difflib v1.0.0 14:42:21 go: downloading github.com/davecgh/go-spew v1.1.1 14:42:21 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 14:42:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:42:23 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 14:42:23 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 14:42:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:42:25 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 14:42:25 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 14:42:26 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 14:42:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 14:42:28 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 14:42:28 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 14:42:29 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 14:42:29 go: downloading github.com/lib/pq v1.9.0 14:42:31 Building version 14:42:33 Staging config-common 14:42:34 Skipping stage go-build-helper (already ran) 14:42:34 Skipping stage static-packages (already ran) 14:42:34 Skipping stage go115 (already ran) 14:42:34 Staging edgex-go 14:42:35 Staging version 14:42:36 Priming config-common 14:42:37 Priming go-build-helper 14:42:38 Priming static-packages 14:42:40 Priming go115 14:42:41 Priming edgex-go 14:42:42 Priming version 14:42:43 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] } 14:42:48 ---> dc7295958405 14:42:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:42:48 ---> e63334aad9e1 14:42:48 Step 9/23 : RUN make cmd/core-command/core-command 14:42:48 ---> 502026c7c5fd 14:42:48 Step 9/23 : RUN make cmd/core-metadata/core-metadata 14:42:48 ---> Running in d1b7c018d7d2 14:42:48 ---> d1dd7bd3bcdd 14:42:48 Step 9/23 : RUN make cmd/core-data/core-data 14:42:48 ---> 2d4569390142 14:42:48 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:42:48 ---> Running in 2cb5e6da0339 14:42:48 ---> Running in cb499402fa3c 14:42:48 ---> Running in 48b2763f9e6e 14:42:48 ---> Running in a0f928575dd9 14:42:48 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 14:42:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 14:42:48 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 14:42:48 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 14:42:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:44:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:44:10 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 14:44:22 Removing intermediate container a0f928575dd9 14:44:22 ---> 512a30015b78 14:44:22 14:44:22 Step 10/24 : FROM alpine:3.12 14:44:22 3.12: Pulling from library/alpine 14:44:23 Removing intermediate container d1b7c018d7d2 14:44:23 ---> b883e983b07a 14:44:23 14:44:23 Step 10/21 : FROM alpine:3.12 14:44:23 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 14:44:23 Status: Downloaded newer image for alpine:3.12 14:44:23 ---> afeebe901d6b 14:44:23 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 14:44:23 3.12: Pulling from library/alpine 14:44:23 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 14:44:23 Status: Image is up to date for alpine:3.12 14:44:23 ---> afeebe901d6b 14:44:23 Step 11/21 : RUN apk add --update --no-cache curl 14:44:23 Removing intermediate container 2cb5e6da0339 14:44:23 ---> af7adaf741d7 14:44:23 14:44:23 Step 10/23 : FROM alpine:3.12 14:44:23 ---> afeebe901d6b 14:44:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:44:24 ---> Running in 37a00456e257 14:44:24 ---> Running in 9b7b8e665c44 14:44:24 ---> Running in db7d313b43dd 14:44:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:44:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:44:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:44:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:44:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:44:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:44:27 (1/5) Installing ca-certificates (20191127-r4) 14:44:27 (2/5) Installing nghttp2-libs (1.41.0-r0) 14:44:27 (3/5) Installing libcurl (7.69.1-r3) 14:44:27 (4/5) Installing curl (7.69.1-r3) 14:44:27 (5/5) Installing dumb-init (1.2.2-r1) 14:44:27 Executing busybox-1.31.1-r19.trigger 14:44:27 Executing ca-certificates-20191127-r4.trigger 14:44:28 (1/4) Installing ca-certificates (20191127-r4) 14:44:28 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:44:28 (3/4) Installing libcurl (7.69.1-r3) 14:44:28 (4/4) Installing curl (7.69.1-r3) 14:44:28 Executing busybox-1.31.1-r19.trigger 14:44:28 Executing ca-certificates-20191127-r4.trigger 14:44:28 (1/1) Installing dumb-init (1.2.2-r1) 14:44:28 Executing busybox-1.31.1-r19.trigger 14:44:28 OK: 5 MiB in 15 packages 14:44:28 OK: 7 MiB in 19 packages 14:44:28 OK: 7 MiB in 18 packages 14:44:32 Removing intermediate container db7d313b43dd 14:44:32 ---> 8670ed0bada3 14:44:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:44:32 ---> Running in 67ede00835e8 14:44:32 Removing intermediate container 37a00456e257 14:44:32 ---> 4469824d985b 14:44:32 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:44:32 Removing intermediate container 9b7b8e665c44 14:44:32 ---> 80d76270e2b9 14:44:32 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:44:32 ---> Running in 8b83103a71e8 14:44:32 ---> Running in af294741af5c 14:44:32 Removing intermediate container 67ede00835e8 14:44:32 ---> 218daf99963f 14:44:32 Step 13/23 : ENV APP_PORT=48082 14:44:32 ---> Running in 28b829165686 14:44:33 Removing intermediate container 8b83103a71e8 14:44:33 ---> c13f53b715e6 14:44:33 Step 13/24 : WORKDIR / 14:44:33 ---> Running in 17e1690f89ec 14:44:33 Removing intermediate container af294741af5c 14:44:33 ---> 824cdf80ae48 14:44:33 Step 13/21 : WORKDIR /edgex 14:44:33 Removing intermediate container 28b829165686 14:44:33 ---> fa74725bda85 14:44:33 Step 14/23 : EXPOSE $APP_PORT 14:44:33 ---> Running in c6cc97bffd35 14:44:34 ---> Running in 4e76a53fc152 14:44:34 Removing intermediate container 17e1690f89ec 14:44:34 ---> 0ced04dab2dd 14:44:34 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:44:34 Removing intermediate container c6cc97bffd35 14:44:34 ---> a570cde865b0 14:44:34 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:44:34 Removing intermediate container 4e76a53fc152 14:44:34 ---> f452721a4c6b 14:44:34 Step 15/23 : WORKDIR / 14:44:35 ---> Running in 508df0d3b720 14:44:35 ---> 356cee5ffea3 14:44:35 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:44:36 ---> 3cde8bd6636f 14:44:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:44:36 Removing intermediate container 508df0d3b720 14:44:36 ---> dbdbb8119ddb 14:44:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:44:37 ---> 8580f100d150 14:44:37 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:44:38 ---> e0dd07acdf4d 14:44:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:44:38 ---> bc29e4461f18 14:44:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:44:38 ---> 74aeb6d1bfd0 14:44:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:44:41 ---> e936cac73362 14:44:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:44:41 ---> f1fe5eadbeeb 14:44:41 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:44:41 ---> 10a63415de2b 14:44:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:44:41 ---> Running in 1e4b7cc72ad5 14:44:42 ---> 0e0888803e02 14:44:42 Step 19/23 : ENTRYPOINT ["/core-command"] 14:44:43 Removing intermediate container 1e4b7cc72ad5 14:44:43 ---> 49a809ddad5c 14:44:43 Step 18/21 : CMD ["--init=true"] 14:44:43 ---> Running in b096a31c213c 14:44:43 ---> d41dadabb41c 14:44:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:44:43 ---> Running in 329d1876befe 14:44:44 Removing intermediate container b096a31c213c 14:44:44 ---> 5d6e2b796df6 14:44:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:44:44 ---> Running in 59bd4512ed56 14:44:44 Removing intermediate container 329d1876befe 14:44:44 ---> 8a8f5405901c 14:44:44 Step 19/21 : LABEL arch=arm64 14:44:44 ---> 667935c8b5c7 14:44:44 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/ 14:44:45 Removing intermediate container cb499402fa3c 14:44:45 ---> dbdb9d2c5a7c 14:44:45 14:44:45 Step 10/23 : FROM alpine:3.12 14:44:45 ---> afeebe901d6b 14:44:45 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:44:45 ---> Using cache 14:44:45 ---> 8670ed0bada3 14:44:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:44:45 ---> Using cache 14:44:45 ---> 218daf99963f 14:44:45 Step 13/23 : ENV APP_PORT=48081 14:44:45 ---> Running in 54528a9052e3 14:44:45 ---> Running in aad424e974a2 14:44:45 ---> Running in 090afecd40e5 14:44:45 Removing intermediate container 59bd4512ed56 14:44:45 ---> 0e49bc20652e 14:44:45 Step 21/23 : LABEL arch=arm64 14:44:45 ---> Running in 6e9f37035f48 14:44:45 Removing intermediate container 54528a9052e3 14:44:45 ---> c4ca92956ba0 14:44:45 Step 20/21 : LABEL git_sha=68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 14:44:45 Removing intermediate container 090afecd40e5 14:44:46 ---> 702feb7e6d6c 14:44:46 Step 14/23 : EXPOSE $APP_PORT 14:44:46 ---> Running in 85801b577d5b 14:44:46 ---> Running in 0f013b452483 14:44:46 Removing intermediate container 6e9f37035f48 14:44:46 ---> b85249b1d2c7 14:44:46 Step 22/23 : LABEL git_sha=68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 14:44:46 ---> Running in dc1420b4aa27 14:44:46 Removing intermediate container 85801b577d5b 14:44:46 ---> 46a0d7e979e5 14:44:46 Step 21/21 : LABEL version=0.0.0 14:44:47 ---> Running in c3ac01a0c481 14:44:47 Removing intermediate container 0f013b452483 14:44:47 ---> e4cfe14a9d4f 14:44:47 Step 15/23 : WORKDIR / 14:44:47 ---> Running in c50c13500c9e 14:44:47 Removing intermediate container dc1420b4aa27 14:44:47 ---> 329bc9db70ec 14:44:47 Step 23/23 : LABEL version=0.0.0 14:44:47 Removing intermediate container c3ac01a0c481 14:44:47 ---> 3cc09020c581 14:44:47 14:44:47 ---> Running in 7bf8375716bb 14:44:48 Removing intermediate container c50c13500c9e 14:44:48 ---> a9d44238b1bf 14:44:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:44:48 Successfully built 3cc09020c581 14:44:48 Successfully tagged docker-security-proxy-setup-go-arm64:latest 14:44:48  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 14:44:48 Removing intermediate container aad424e974a2 14:44:48 ---> 5f6245fe473c 14:44:48 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 14:44:49 Removing intermediate container 7bf8375716bb 14:44:49 ---> e34f8604ffd2 14:44:49 14:44:49 ---> Running in cea22232ef3c 14:44:49 Successfully built e34f8604ffd2 14:44:49 ---> d4a5699c518f 14:44:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:44:49 Successfully tagged docker-core-command-go-arm64:latest 14:44:49  Building docker-core-command-go ... done Building docker-support-notifications-go 14:44:50 Removing intermediate container cea22232ef3c 14:44:50 ---> 563b95115167 14:44:50 Step 22/24 : LABEL arch=arm64 14:44:51 Removing intermediate container 48b2763f9e6e 14:44:51 ---> b01f66a10546 14:44:51 14:44:51 Step 10/23 : FROM alpine:3.12 14:44:51 ---> afeebe901d6b 14:44:51 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:44:51 ---> Running in 3b561dd54838 14:44:51 ---> f05ce12e3d91 14:44:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:44:52 ---> Running in ab41157bf58a 14:44:53 Removing intermediate container 3b561dd54838 14:44:53 ---> 37b987618bbf 14:44:53 Step 23/24 : LABEL git_sha=68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 14:44:53 ---> 6894ec8b8a22 14:44:53 Step 19/23 : ENTRYPOINT ["/core-metadata"] 14:44:54 Removing intermediate container ab41157bf58a 14:44:54 ---> 265a44698f32 14:44:54 Step 12/23 : ENV APP_PORT=48080 14:44:54 ---> Running in 7d362f08980a 14:44:54 ---> Running in 2f2dcf615c45 14:44:54 ---> Running in eb02e9394099 14:44:55 Removing intermediate container 7d362f08980a 14:44:55 Removing intermediate container 2f2dcf615c45 14:44:55 ---> 41e830582422 14:44:55 ---> fa90fbc55cb2 14:44:55 Step 24/24 : LABEL version=0.0.0 14:44:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:44:55 Removing intermediate container eb02e9394099 14:44:55 ---> 7340e8766f3a 14:44:55 Step 13/23 : EXPOSE $APP_PORT 14:44:56 ---> Running in 415bf31beaa5 14:44:56 ---> Running in 4b5236680667 14:44:56 ---> Running in 3b0d154b1552 14:44:57 Removing intermediate container 415bf31beaa5 14:44:57 ---> 67b56ba4505b 14:44:57 Step 21/23 : LABEL arch=arm64 14:44:57 Removing intermediate container 4b5236680667 14:44:57 ---> df068ea1e807 14:44:57 14:44:57 Removing intermediate container 3b0d154b1552 14:44:57 ---> 78b90737fea7 14:44:57 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:44:57 Successfully built df068ea1e807 14:44:58 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 14:44:58  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 14:44:58 ---> Running in 78b82a5fe619 14:44:58 ---> Running in 8370413fb441 14:44:58 Removing intermediate container 78b82a5fe619 14:44:58 ---> 39baea23eba2 14:44:58 Step 22/23 : LABEL git_sha=68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 14:44:59 ---> Running in 9ebaeca166e5 14:44:59 Removing intermediate container 9ebaeca166e5 14:44:59 ---> 147ca9b63517 14:44:59 Step 23/23 : LABEL version=0.0.0 14:44:59 ---> Running in 60310a4f894b 14:45:00 Removing intermediate container 60310a4f894b 14:45:00 ---> 5061a856d0a7 14:45:00 14:45:00 Successfully built 5061a856d0a7 14:45:00 Successfully tagged docker-core-metadata-go-arm64:latest 14:45:00 Building docker-sys-mgmt-agent-go 14:45:00  Building docker-core-metadata-go ... done Removing intermediate container 8370413fb441 14:45:00 ---> 31a21b054a5f 14:45:00 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 14:45:01 ---> Running in cb9cdd7464ce 14:45:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:45:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:45:04 (1/6) Installing dumb-init (1.2.2-r1) 14:45:04 (2/6) Installing libgcc (9.3.0-r2) 14:45:04 (3/6) Installing libsodium (1.0.18-r0) 14:45:04 (4/6) Installing libstdc++ (9.3.0-r2) 14:45:04 (5/6) Installing libzmq (4.3.3-r0) 14:45:04 (6/6) Installing zeromq (4.3.3-r0) 14:45:04 Executing busybox-1.31.1-r19.trigger 14:45:04 OK: 8 MiB in 20 packages 14:45:07 Removing intermediate container cb9cdd7464ce 14:45:07 ---> 1baf6470c2c5 14:45:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:45:09 ---> 8056788c6f45 14:45:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:45:12 ---> 5affdc7e7e2f 14:45:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:45:13 ---> 4ef34fc17963 14:45:13 Step 19/23 : ENTRYPOINT ["/core-data"] 14:45:13 ---> Running in b3dad0735fe1 14:45:14 Removing intermediate container b3dad0735fe1 14:45:14 ---> 4742bfdf748b 14:45:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:45:14 ---> Running in 4af35bbb460f 14:45:15 Removing intermediate container 4af35bbb460f 14:45:15 ---> a745e9d8e642 14:45:15 Step 21/23 : LABEL arch=arm64 14:45:15 ---> Running in da0ca5bded8d 14:45:16 Removing intermediate container da0ca5bded8d 14:45:16 ---> c495cd45bb73 14:45:16 Step 22/23 : LABEL git_sha=68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 14:45:17 ---> Running in f8904762771c 14:45:18 Removing intermediate container f8904762771c 14:45:18 ---> d1dd1fea9aac 14:45:18 Step 23/23 : LABEL version=0.0.0 14:45:19 ---> Running in 0ce103ce6f7e 14:45:20 Removing intermediate container 0ce103ce6f7e 14:45:20 ---> bfa40aadea8c 14:45:20 14:45:20 Successfully built bfa40aadea8c 14:45:20 Successfully tagged docker-core-data-go-arm64:latest 14:45:35  Building docker-core-data-go ... done Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:45:35 Step 2/33 : FROM ${BUILDER_BASE} AS builder 14:45:35 ---> 28f56919881d 14:45:35 Step 3/33 : WORKDIR /edgex-go 14:45:35 ---> Using cache 14:45:35 ---> 2fc2a6fca6e3 14:45:35 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:45:35 ---> Using cache 14:45:35 ---> fc545775a917 14:45:35 Step 5/33 : RUN apk add --update --no-cache make git 14:45:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:45:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:45:36 ---> 28f56919881d 14:45:36 Step 3/22 : WORKDIR /edgex-go 14:45:36 ---> Using cache 14:45:36 ---> 2fc2a6fca6e3 14:45:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:45:36 ---> Using cache 14:45:36 ---> fc545775a917 14:45:36 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:45:40 ---> Running in 7839497609e4 14:45:40 ---> Running in 70324aa25891 14:45:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:45:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:45:43 OK: 217 MiB in 51 packages 14:45:43 OK: 217 MiB in 51 packages 14:45:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:45:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:45:44 ---> 28f56919881d 14:45:44 Step 3/22 : WORKDIR /edgex-go 14:45:44 ---> Using cache 14:45:44 ---> 2fc2a6fca6e3 14:45:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:45:44 ---> Using cache 14:45:44 ---> fc545775a917 14:45:44 Step 5/22 : RUN apk add --update --no-cache make git 14:45:44 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:45:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:45:44 ---> 28f56919881d 14:45:44 Step 3/26 : WORKDIR /edgex-go 14:45:44 ---> Using cache 14:45:44 ---> 2fc2a6fca6e3 14:45:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:45:44 ---> Using cache 14:45:44 ---> fc545775a917 14:45:44 Step 5/26 : RUN apk add --update --no-cache make bash git 14:45:45 ---> Running in b57c4bc13d96 14:45:45 ---> Running in 73776bc0cd09 14:45:46 Removing intermediate container 70324aa25891 14:45:46 ---> 06efb1d9f61f 14:45:46 Step 6/22 : COPY go.mod . 14:45:46 Removing intermediate container 7839497609e4 14:45:46 ---> 3760a6209400 14:45:46 Step 6/33 : COPY go.mod . 14:45:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:45:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:45:47 ---> 7483ede8e2ff 14:45:47 Step 7/22 : RUN go mod download 14:45:47 ---> Running in 4330fe62827b 14:45:47 ---> 942e101ddba4 14:45:47 Step 7/33 : RUN go mod download 14:45:47 ---> Running in 823f6f758948 14:45:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:45:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:45:48 OK: 217 MiB in 51 packages 14:45:48 OK: 217 MiB in 51 packages 14:45:50 Removing intermediate container b57c4bc13d96 14:45:50 ---> f00ee91c65fa 14:45:50 Step 6/22 : COPY go.mod . 14:45:50 Removing intermediate container 73776bc0cd09 14:45:50 ---> 8dda7f91b982 14:45:50 Step 6/26 : COPY go.mod . 14:45:51 Removing intermediate container 4330fe62827b 14:45:51 ---> a9174846761e 14:45:51 Step 8/22 : COPY . . 14:45:51 Removing intermediate container 823f6f758948 14:45:51 ---> 4778dab50657 14:45:51 Step 8/33 : COPY . . 14:45:51 ---> 1c817eee541a 14:45:51 Step 7/22 : RUN go mod download 14:45:51 ---> Running in e1f817a8db91 14:45:51 ---> 145a2961cd93 14:45:51 Step 7/26 : RUN go mod download 14:45:52 ---> Running in 4a585878b20d 14:45:58 Removing intermediate container e1f817a8db91 14:45:58 ---> 5a60ca479564 14:45:58 Step 8/22 : COPY . . 14:45:58 Removing intermediate container 4a585878b20d 14:45:58 ---> f59e52e3e8f7 14:45:58 Step 8/26 : COPY . . 14:46:11 ---> 721c68b61f93 14:46:11 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:46:11 ---> 0c03453d30a1 14:46:11 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 14:46:11 ---> Running in 451fe90a32e5 14:46:11 ---> Running in 082b45bf1c21 14:46:12 ---> 1ca381d086fb 14:46:12 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 14:46:12 ---> 4f2d4d057e87 14:46:12 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:46:13 ---> Running in 3deeac7549e9 14:46:13 ---> Running in f7b698f082fc 14:46:13 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 14:46:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:46:14 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 14:46:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:47:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 14:47:30 Removing intermediate container f7b698f082fc 14:47:30 ---> aee56473993b 14:47:30 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:47:30 Removing intermediate container 3deeac7549e9 14:47:30 ---> c3cecc630192 14:47:30 14:47:30 Step 10/22 : FROM alpine:3.12 14:47:30 ---> afeebe901d6b 14:47:30 Step 11/22 : RUN apk add --update --no-cache dumb-init 14:47:30 ---> Using cache 14:47:30 ---> 8670ed0bada3 14:47:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:47:30 ---> Using cache 14:47:30 ---> 218daf99963f 14:47:30 Step 13/22 : ENV APP_PORT=48085 14:47:30 Removing intermediate container 082b45bf1c21 14:47:30 ---> b91cc3515749 14:47:30 14:47:30 Step 10/22 : FROM alpine:3.12 14:47:30 ---> afeebe901d6b 14:47:30 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:47:30 ---> Running in 0d0f59e28ac0 14:47:30 ---> Running in be8c5ea8f09b 14:47:30 ---> Running in d6e0bae8eb6a 14:47:31 Removing intermediate container be8c5ea8f09b 14:47:31 ---> f1d5bb5994eb 14:47:31 Step 14/22 : EXPOSE $APP_PORT 14:47:31 ---> Running in ad89b1b8465b 14:47:32 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 14:47:32 Removing intermediate container ad89b1b8465b 14:47:32 ---> a73564660cf8 14:47:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:47:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:47:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:47:33 (1/2) Installing ca-certificates (20191127-r4) 14:47:33 (2/2) Installing dumb-init (1.2.2-r1) 14:47:33 Executing busybox-1.31.1-r19.trigger 14:47:33 Executing ca-certificates-20191127-r4.trigger 14:47:34 OK: 6 MiB in 16 packages 14:47:34 ---> 6a7f39d7a453 14:47:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:47:36 Removing intermediate container 451fe90a32e5 14:47:36 ---> 82ef24b90dca 14:47:36 14:47:36 Step 10/33 : FROM alpine:3.12 14:47:36 ---> afeebe901d6b 14:47:36 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 14:47:36 ---> 88a8b51c2c92 14:47:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:47:36 Removing intermediate container d6e0bae8eb6a 14:47:36 ---> 159768255e93 14:47:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:47:36 ---> Running in dff5701c0569 14:47:36 ---> Running in 6d46fe951c01 14:47:36 Removing intermediate container 0d0f59e28ac0 14:47:36 ---> d0a2aa7b58a5 14:47:36 14:47:36 Step 11/26 : FROM docker:20.10.0 14:47:36 20.10.0: Pulling from library/docker 14:47:37 Removing intermediate container 6d46fe951c01 14:47:37 ---> 687d64df3ee4 14:47:37 Step 13/22 : ENV APP_PORT=48060 14:47:37 ---> f1a410df67b8 14:47:37 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 14:47:37 ---> Running in 60a64ce17044 14:47:37 ---> Running in 1c94597b52f0 14:47:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:47:38 Removing intermediate container 60a64ce17044 14:47:38 ---> abe9ee3c84a3 14:47:38 Step 14/22 : EXPOSE $APP_PORT 14:47:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:47:38 ---> Running in 7cb3701cd396 14:47:38 Removing intermediate container 1c94597b52f0 14:47:38 ---> fb668ab7da5a 14:47:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:47:38 ---> Running in f818cf8023f5 14:47:38 (1/3) Installing dumb-init (1.2.2-r1) 14:47:38 (2/3) Installing openssl (1.1.1i-r0) 14:47:38 (3/3) Installing su-exec (0.2-r1) 14:47:38 Executing busybox-1.31.1-r19.trigger 14:47:38 OK: 6 MiB in 17 packages 14:47:39 Removing intermediate container 7cb3701cd396 14:47:39 ---> 28a42b93be84 14:47:39 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:47:39 Removing intermediate container f818cf8023f5 14:47:39 ---> 0d9debc157e2 14:47:39 Step 20/22 : LABEL arch=arm64 14:47:40 ---> Running in 19f69784f4e8 14:47:40 ---> c6735e2506a0 14:47:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:47:40 Removing intermediate container 19f69784f4e8 14:47:40 ---> 86f1bc8fb369 14:47:40 Step 21/22 : LABEL git_sha=68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 14:47:40 Removing intermediate container dff5701c0569 14:47:40 ---> e3945464617b 14:47:40 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 14:47:41 ---> Running in 89c9fb7c4e0e 14:47:41 ---> Running in 270daada5ba9 14:47:42 ---> 8ccb20c9e2dd 14:47:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:47:42 Removing intermediate container 89c9fb7c4e0e 14:47:42 ---> 19cf11145f52 14:47:42 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 14:47:42 Removing intermediate container 270daada5ba9 14:47:42 ---> 1f613218a4d4 14:47:42 Step 22/22 : LABEL version=0.0.0 14:47:42 ---> Running in d9636d39f171 14:47:42 ---> Running in aa53c97ad01c 14:47:43 Removing intermediate container d9636d39f171 14:47:43 ---> 1987ba773bd0 14:47:43 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 14:47:43 Removing intermediate container aa53c97ad01c 14:47:43 ---> 4950ee8474bb 14:47:43 14:47:43 ---> 57523f29a96b 14:47:43 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:47:43 ---> Running in 34bc7f932a31 14:47:43 Successfully built 4950ee8474bb 14:47:43 Successfully tagged docker-support-scheduler-go-arm64:latest 14:47:43  Building docker-support-scheduler-go ... done  ---> Running in 2e37e0e00f7c 14:47:44 Removing intermediate container 2e37e0e00f7c 14:47:44 ---> 5e6f6e780c0e 14:47:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:47:45 Connecting to github.com (140.82.114.3:443) 14:47:45  ---> Running in 0127d7998bc2 14:47:45 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.87.4:443) 14:47:45 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 14:47:45 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 14:47:45 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 14:47:45 dockerize 14:47:45 Removing intermediate container 0127d7998bc2 14:47:45 ---> 6455f08bde87 14:47:45 Step 20/22 : LABEL arch=arm64 14:47:46 ---> Running in d1cc6f17a1e2 14:47:46 Removing intermediate container d1cc6f17a1e2 14:47:46 ---> 3c93f3228021 14:47:46 Step 21/22 : LABEL git_sha=68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 14:47:47 ---> Running in b23d0247646f 14:47:47 Removing intermediate container 34bc7f932a31 14:47:47 ---> d757149fec8c 14:47:47 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 14:47:47 Removing intermediate container b23d0247646f 14:47:47 ---> 3642e5f03ab0 14:47:47 Step 22/22 : LABEL version=0.0.0 14:47:47 ---> Running in 917469e37842 14:47:47 ---> Running in 72ae3ba2a2d9 14:47:47 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 14:47:47 Status: Downloaded newer image for docker:20.10.0 14:47:47 ---> eeaf43b92773 14:47:47 Step 12/26 : RUN apk add --no-cache bash 14:47:48 Removing intermediate container 917469e37842 14:47:48 ---> dcfcaaf4665e 14:47:48 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 14:47:48 ---> Running in 4030cb71d0a6 14:47:48 ---> Running in ed24e6dfaf12 14:47:48 Removing intermediate container 72ae3ba2a2d9 14:47:48 ---> 6f701dbd1b0e 14:47:48 14:47:48 Successfully built 6f701dbd1b0e 14:47:49 Successfully tagged docker-support-notifications-go-arm64:latest 14:47:49  Building docker-support-notifications-go ... done Removing intermediate container ed24e6dfaf12 14:47:49 ---> 4a4099c1f51a 14:47:49 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 14:47:49 ---> Running in 894961ab1b93 14:47:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:47:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:47:50 Move dockerize executable 14:47:50 (1/2) Installing readline (8.0.4-r0) 14:47:50 (2/2) Installing bash (5.0.17-r0) 14:47:50 Executing bash-5.0.17-r0.post-install 14:47:50 Executing busybox-1.31.1-r19.trigger 14:47:50 OK: 12 MiB in 22 packages 14:47:52 Removing intermediate container 4030cb71d0a6 14:47:52 ---> d982bfef6ecf 14:47:52 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:47:52 Removing intermediate container 894961ab1b93 14:47:52 ---> 2985033ffd05 14:47:52 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 14:47:52 ---> Running in 773770625e0e 14:47:52 ---> Running in a4087545e29f 14:47:52 Removing intermediate container 773770625e0e 14:47:52 ---> 805781f7c321 14:47:52 Step 14/26 : ENV APP_PORT=48090 14:47:52 Removing intermediate container a4087545e29f 14:47:52 ---> ee4ff24ae2ed 14:47:52 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 14:47:52 ---> Running in fa2b411430ab 14:47:53 Removing intermediate container fa2b411430ab 14:47:53 ---> 02d52679980d 14:47:53 Step 15/26 : EXPOSE $APP_PORT 14:47:53 ---> Running in dc1e3da652fc 14:47:53 ---> b0c41e522a85 14:47:53 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 14:47:54 ---> Running in caa2f046a49d 14:47:54 Removing intermediate container dc1e3da652fc 14:47:54 ---> 811d1560bf44 14:47:54 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:47:55 ---> 4cdd2bf2e7d4 14:47:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:47:56 ---> cd9d25e8eb85 14:47:56 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:47:56 Removing intermediate container caa2f046a49d 14:47:56 ---> 22ace015db28 14:47:56 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 14:47:56 ---> 4b4db2838d74 14:47:56 Step 19/26 : RUN apk --no-cache add py3-pip 14:47:57 ---> cffe196d2868 14:47:57 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:47:57 ---> Running in c1b8ad83aa00 14:47:58 ---> ad0d4cad5008 14:47:58 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:47:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:47:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:47:58 ---> 0bb2a0697bc7 14:47:58 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 14:47:59 (1/33) Installing libbz2 (1.0.8-r1) 14:47:59 (2/33) Installing expat (2.2.9-r1) 14:47:59 (3/33) Installing libffi (3.3-r2) 14:47:59 (4/33) Installing gdbm (1.13-r1) 14:47:59 (5/33) Installing xz-libs (5.2.5-r0) 14:47:59 (6/33) Installing sqlite-libs (3.32.1-r0) 14:47:59 (7/33) Installing python3 (3.8.5-r0) 14:48:00 ---> ed580e721e99 14:48:00 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:48:00 (8/33) Installing py3-appdirs (1.4.4-r1) 14:48:01 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:48:01 (10/33) Installing py3-parsing (2.4.7-r0) 14:48:01 (11/33) Installing py3-six (1.15.0-r0) 14:48:01 (12/33) Installing py3-packaging (20.4-r0) 14:48:01 (13/33) Installing py3-setuptools (47.0.0-r0) 14:48:01 (14/33) Installing py3-chardet (3.0.4-r4) 14:48:01 (15/33) Installing py3-idna (2.9-r0) 14:48:01 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:48:01 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:48:01 ---> 8f0758e40be7 14:48:01 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 14:48:01 (18/33) Installing py3-requests (2.23.0-r0) 14:48:01 (19/33) Installing py3-msgpack (1.0.0-r0) 14:48:01 (20/33) Installing py3-lockfile (0.12.2-r3) 14:48:01 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:48:01 (22/33) Installing py3-colorama (0.4.3-r0) 14:48:01 (23/33) Installing py3-distlib (0.3.0-r0) 14:48:01 (24/33) Installing py3-distro (1.5.0-r1) 14:48:01 (25/33) Installing py3-webencodings (0.5.1-r3) 14:48:01 (26/33) Installing py3-html5lib (1.0.1-r4) 14:48:01 (27/33) Installing py3-pytoml (0.1.21-r0) 14:48:01 (28/33) Installing py3-pep517 (0.8.2-r0) 14:48:01 (29/33) Installing py3-progress (1.5-r0) 14:48:01 (30/33) Installing py3-toml (0.10.1-r0) 14:48:01 (31/33) Installing py3-retrying (1.3.3-r0) 14:48:01 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:48:01 (33/33) Installing py3-pip (20.1.1-r0) 14:48:01 ---> Running in 23066c0eeab7 14:48:01 Executing busybox-1.31.1-r19.trigger 14:48:01 OK: 71 MiB in 55 packages 14:48:02 Removing intermediate container 23066c0eeab7 14:48:02 ---> 168959756f06 14:48:02 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:48:03 ---> 6cf3ddd94e4c 14:48:03 Step 28/33 : RUN chmod +x /entrypoint.sh 14:48:03 ---> Running in 06b1aa64e5f6 14:48:07 Removing intermediate container 06b1aa64e5f6 14:48:07 ---> 2c367eb22888 14:48:07 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 14:48:07 ---> Running in da2b3094c20c 14:48:07 Removing intermediate container da2b3094c20c 14:48:07 ---> f7987c9d578a 14:48:07 Step 30/33 : CMD ["gate"] 14:48:07 Removing intermediate container c1b8ad83aa00 14:48:07 ---> d7c75557607d 14:48:07 Step 20/26 : RUN pip install docker-compose==1.23.2 14:48:08 ---> Running in 9a4a9a94d602 14:48:08 ---> Running in ada55b4f27e6 14:48:09 Removing intermediate container ada55b4f27e6 14:48:09 ---> 88e84d648207 14:48:09 Step 31/33 : LABEL arch=arm64 14:48:09 ---> Running in 2ed654103f0e 14:48:09 Removing intermediate container 2ed654103f0e 14:48:09 ---> f72ef8a9abda 14:48:09 Step 32/33 : LABEL git_sha=68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 14:48:10 ---> Running in 7207683d7b0e 14:48:10 Removing intermediate container 7207683d7b0e 14:48:10 ---> 404bd46b6fea 14:48:10 Step 33/33 : LABEL version=0.0.0 14:48:11 ---> Running in a7b8eac0fb5c 14:48:11 Removing intermediate container a7b8eac0fb5c 14:48:11 ---> 2fc3a15e45f7 14:48:11 14:48:12 Successfully built 2fc3a15e45f7 14:48:12 Successfully tagged docker-security-bootstrapper-go-arm64:latest 14:48:13  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 14:48:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:48:13 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:48:14 Collecting dockerpty<0.5,>=0.4.1 14:48:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:48:16 Collecting docopt<0.7,>=0.6.1 14:48:16 Downloading docopt-0.6.2.tar.gz (25 kB) 14:48:17 Collecting texttable<0.10,>=0.9.0 14:48:17 Downloading texttable-0.9.1.tar.gz (11 kB) 14:48:19 Collecting websocket-client<1.0,>=0.32.0 14:48:19 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 14:48:20 Collecting PyYAML<4,>=3.10 14:48:20 Downloading PyYAML-3.13.tar.gz (270 kB) 14:48:24 Collecting docker<4.0,>=3.6.0 14:48:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:48:25 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:48:25 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:48:25 Collecting cached-property<2,>=1.2.0 14:48:25 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:48:26 Collecting jsonschema<3,>=2.5.1 14:48:26 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:48:26 Collecting docker-pycreds>=0.4.0 14:48:26 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:48:26 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) 14:48:26 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) 14:48:26 Collecting idna<2.8,>=2.5 14:48:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:48:27 Collecting urllib3<1.25,>=1.21.1 14:48:27 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:48:27 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:48:27 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:48:27 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:48:27 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:48:28 Installing collected packages: dockerpty, docopt, texttable, websocket-client, PyYAML, docker-pycreds, idna, urllib3, requests, docker, cached-property, jsonschema, docker-compose 14:48:28 Running setup.py install for dockerpty: started 14:48:30 Running setup.py install for dockerpty: finished with status 'done' 14:48:30 Running setup.py install for docopt: started 14:48:31 Running setup.py install for docopt: finished with status 'done' 14:48:31 Running setup.py install for texttable: started 14:48:33 Running setup.py install for texttable: finished with status 'done' 14:48:33 Running setup.py install for PyYAML: started 14:48:35 Running setup.py install for PyYAML: finished with status 'done' 14:48:35 Attempting uninstall: idna 14:48:35 Found existing installation: idna 2.9 14:48:35 Uninstalling idna-2.9: 14:48:35 Successfully uninstalled idna-2.9 14:48:36 Attempting uninstall: urllib3 14:48:36 Found existing installation: urllib3 1.25.9 14:48:36 Uninstalling urllib3-1.25.9: 14:48:36 Successfully uninstalled urllib3-1.25.9 14:48:37 Attempting uninstall: requests 14:48:37 Found existing installation: requests 2.23.0 14:48:37 Uninstalling requests-2.23.0: 14:48:37 Successfully uninstalled requests-2.23.0 14:48:39 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 14:48:43 Removing intermediate container 9a4a9a94d602 14:48:43 ---> 61ff5bbb5388 14:48:43 Step 21/26 : RUN apk --no-cache add curl 14:48:43 ---> Running in 2e9c2fd52a36 14:48:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:48:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:48:44 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:48:45 (2/3) Installing libcurl (7.69.1-r3) 14:48:45 (3/3) Installing curl (7.69.1-r3) 14:48:45 Executing busybox-1.31.1-r19.trigger 14:48:45 OK: 71 MiB in 58 packages 14:48:46 Removing intermediate container 2e9c2fd52a36 14:48:46 ---> 5fec025cfccc 14:48:46 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 14:48:46 ---> Running in c634ccfe24be 14:48:46 Removing intermediate container c634ccfe24be 14:48:46 ---> e80f1fbbf931 14:48:46 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:48:46 ---> Running in fd5cf5e49366 14:48:47 Removing intermediate container fd5cf5e49366 14:48:47 ---> eba57a4b3479 14:48:47 Step 24/26 : LABEL arch=arm64 14:48:47 ---> Running in 685111783e62 14:48:48 Removing intermediate container 685111783e62 14:48:48 ---> b08648c0828b 14:48:48 Step 25/26 : LABEL git_sha=68876334d8b22ed9c9ab1e80016ef20a5a28f6cf 14:48:48 ---> Running in 0e9e7a77ce3b 14:48:48 Removing intermediate container 0e9e7a77ce3b 14:48:48 ---> 4cb5fab9526b 14:48:48 Step 26/26 : LABEL version=0.0.0 14:48:48 ---> Running in 2906325fac84 14:48:49 Removing intermediate container 2906325fac84 14:48:49 ---> 09bd20efe821 14:48:49 14:48:49 Successfully built 09bd20efe821 14:48:49 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 14:48:49  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 14:48:49 $ docker stop --time=1 21e812251df223f135dc1eb4fcd695f4c18608cf173ab9accca9679413626493 14:48:51 $ docker rm -f 21e812251df223f135dc1eb4fcd695f4c18608cf173ab9accca9679413626493 [Pipeline] // withDockerContainer [Pipeline] sh 14:48:52 + + grep docker 14:48:52 docker images 14:48:52 docker-sys-mgmt-agent-go-arm64 latest 09bd20efe821 4 seconds ago 300MB 14:48:52 docker-security-bootstrapper-go-arm64 latest 2fc3a15e45f7 41 seconds ago 40.3MB 14:48:52 docker-support-notifications-go-arm64 latest 6f701dbd1b0e About a minute ago 16MB 14:48:52 docker-support-scheduler-go-arm64 latest 4950ee8474bb About a minute ago 15.5MB 14:48:52 docker-core-data-go-arm64 latest bfa40aadea8c 3 minutes ago 21MB 14:48:52 docker-core-metadata-go-arm64 latest 5061a856d0a7 3 minutes ago 17.7MB 14:48:52 docker-security-secretstore-setup-go-arm64 latest df068ea1e807 3 minutes ago 23.4MB 14:48:52 docker-core-command-go-arm64 latest e34f8604ffd2 4 minutes ago 15.4MB 14:48:52 docker-security-proxy-setup-go-arm64 latest 3cc09020c581 4 minutes ago 23.2MB 14:48:52 docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 14:48:54 provisioning config files... 14:48:54 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/24@tmp/config1017483464025218825tmp [Pipeline] { [Pipeline] sh 14:48:54 + set +x 14:48:54 + curl -s https://codecov.io/bash 14:48:54 + bash -s -- 14:48:54 14:48:54 _____ _ 14:48:54 / ____| | | 14:48:54 | | ___ __| | ___ ___ _____ __ 14:48:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:48:54 | |___| (_) | (_| | __/ (_| (_) \ V / 14:48:54 \_____\___/ \__,_|\___|\___\___/ \_/ 14:48:54 Bash-20210115-cec3c92 14:48:54 14:48:54 14:48:54 ==> git version 2.24.3 found 14:48:54 ==> 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 14:48:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 14:48:54 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 14:48:55 ==> Jenkins CI detected. 14:48:55 project root: . 14:48:55 --> token set from env 14:48:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:48:55 ==> Running gcov in . (disable via -X gcov) 14:48:55 ==> Python coveragepy not found 14:48:55 ==> Searching for coverage reports in: 14:48:55 + . 14:48:55 -> Found 1 reports 14:48:55 ==> Detecting git/mercurial file structure 14:48:55 ==> Reading reports 14:48:55 + ./coverage.out bytes=564700 14:48:55 ==> Appending adjustments 14:48:55 https://docs.codecov.io/docs/fixing-reports 14:48:58 + Found adjustments 14:48:58 ==> Gzipping contents 14:48:58 84K /tmp/codecov.loPmOy.gz 14:48:58 ==> Uploading reports 14:48:58 url: https://codecov.io 14:48:58 query: branch=PR-3027&commit=68876334d8b22ed9c9ab1e80016ef20a5a28f6cf&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F24%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= 14:48:58 -> Pinging Codecov 14:48:58 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3027&commit=68876334d8b22ed9c9ab1e80016ef20a5a28f6cf&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F24%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= 14:48:58 -> Uploading to 14:48:58 https://storage.googleapis.com/codecov/v4/raw/2021-01-25/00271124DB129430A58F1EEE437C3FCB/68876334d8b22ed9c9ab1e80016ef20a5a28f6cf/e4d8e99f-e14c-4c68-b0de-7d84ccfdca22.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210125%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210125T144858Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=28df1f0eca38ec839c3d776e73804641a9e49762da8d9f51b0ee78656b35a3d9 14:48:58 % Total % Received % Xferd Average Speed Time Time Time Current 14:48:58 Dload Upload Total Spent Left Speed 14:48:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85423 0 0 100 85423 0 174k --:--:-- --:--:-- --:--:-- 174k 14:48:59 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/68876334d8b22ed9c9ab1e80016ef20a5a28f6cf [Pipeline] } 14:48:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 14:49:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:49:04 ---> package-listing.sh 14:49:04 ++ facter osfamily 14:49:04 ++ tr '[:upper:]' '[:lower:]' 14:49:04 + OS_FAMILY=redhat 14:49:04 + workspace=/w/workspace/edgex-go/24 14:49:04 + START_PACKAGES=/tmp/packages_start.txt 14:49:04 + END_PACKAGES=/tmp/packages_end.txt 14:49:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:49:04 + PACKAGES=/tmp/packages_start.txt 14:49:04 + '[' /w/workspace/edgex-go/24 ']' 14:49:04 + PACKAGES=/tmp/packages_end.txt 14:49:04 + case "${OS_FAMILY}" in 14:49:04 + rpm -qa 14:49:04 + sort 14:49:09 + '[' -f /tmp/packages_start.txt ']' 14:49:09 + '[' -f /tmp/packages_end.txt ']' 14:49:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:49:09 + '[' /w/workspace/edgex-go/24 ']' 14:49:09 + mkdir -p /w/workspace/edgex-go/24/archives/ 14:49:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/24/archives/ [Pipeline] echo 14:49:09 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/24/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:49:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:49:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:49:10 14:49:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:49:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:49:10 alpine: Pulling from edgex-lftools-log-publisher 14:49:10 df20fa9351a1: Pulling fs layer 14:49:10 36b3adc4ff6f: Pulling fs layer 14:49:10 8ad3a11d3b57: Pulling fs layer 14:49:10 46f8f816bc3b: Pulling fs layer 14:49:10 93b61091891f: Pulling fs layer 14:49:10 93b9cdb0e59b: Pulling fs layer 14:49:10 5e14af77c1be: Pulling fs layer 14:49:10 01666e4c0597: Pulling fs layer 14:49:10 aa168da1d23b: Pulling fs layer 14:49:10 93b61091891f: Waiting 14:49:10 93b9cdb0e59b: Waiting 14:49:10 5e14af77c1be: Waiting 14:49:10 01666e4c0597: Waiting 14:49:10 aa168da1d23b: Waiting 14:49:10 46f8f816bc3b: Waiting 14:49:10 36b3adc4ff6f: Verifying Checksum 14:49:10 36b3adc4ff6f: Download complete 14:49:10 46f8f816bc3b: Verifying Checksum 14:49:10 46f8f816bc3b: Download complete 14:49:10 df20fa9351a1: Download complete 14:49:10 93b9cdb0e59b: Verifying Checksum 14:49:10 93b9cdb0e59b: Download complete 14:49:10 5e14af77c1be: Verifying Checksum 14:49:10 5e14af77c1be: Download complete 14:49:10 93b61091891f: Verifying Checksum 14:49:10 93b61091891f: Download complete 14:49:10 01666e4c0597: Verifying Checksum 14:49:10 01666e4c0597: Download complete 14:49:11 8ad3a11d3b57: Verifying Checksum 14:49:11 8ad3a11d3b57: Download complete 14:49:11 df20fa9351a1: Pull complete 14:49:11 36b3adc4ff6f: Pull complete 14:49:12 aa168da1d23b: Verifying Checksum 14:49:12 aa168da1d23b: Download complete 14:49:13 8ad3a11d3b57: Pull complete 14:49:13 46f8f816bc3b: Pull complete 14:49:14 93b61091891f: Pull complete 14:49:14 93b9cdb0e59b: Pull complete 14:49:15 5e14af77c1be: Pull complete 14:49:15 01666e4c0597: Pull complete 14:49:23 aa168da1d23b: Pull complete 14:49:23 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:49:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:49:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:49:23 prd-centos7-docker-4c-2g-22632 does not seem to be running inside a container 14:49:23 $ 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/24/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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 14:49:32 $ docker top 5b2e31d2c0e1390577fcaa2827bed0e31bcf9d696ea48675f396f15abe913d97 -eo pid,comm [Pipeline] { [Pipeline] sh 14:49:33 + touch /tmp/pre-build-complete [Pipeline] sh 14:49:33 + mkdir -p /var/log/sa [Pipeline] sh 14:49:33 + ls /var/log/sa-host 14:49:33 + sadf -c /var/log/sa-host/sa23 14:49:33 file_magic: OK 14:49:33 HZ: Using current value: 100 14:49:33 file_header: OK 14:49:33 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 14:49:33 Statistics: 14:49:33 Hnuu...uuuununununu... 14:49:33 File successfully converted to sysstat format version 12.2.1 14:49:33 + sadf -c /var/log/sa-host/sa25 14:49:33 file_magic: OK 14:49:33 HZ: Using current value: 100 14:49:33 file_header: OK 14:49:33 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 14:49:33 Statistics: 14:49:33 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... 14:49:33 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:49:33 provisioning config files... 14:49:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/24@tmp/config2412733662971501420tmp [Pipeline] { [Pipeline] echo 14:49:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:49:34 ---> create-netrc.sh [Pipeline] } 14:49:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:49:34 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:49:34 ---> python-tools-install.sh [Pipeline] echo 14:49:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:49:35 ---> sudo-logs.sh 14:49:35 Archiving 'sudo' log.. [Pipeline] echo 14:49:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:49:35 ---> job-cost.sh 14:49:35 lf-activate-venv: SKIPPING 14:49:35 INFO: No Stack... 14:49:36 INFO: Retrieving Pricing Info for: v1-standard-2 14:49:36 INFO: Archiving Costs [Pipeline] echo 14:49:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:49:37 ---> logs-deploy.sh 14:49:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3027/24 14:49:37 INFO: archiving workspace using pattern(s): 14:49:39 Archives upload complete. 14:49:39 INFO: archiving logs to Nexus 14:49:40 ---> uname -a: 14:49:40 Linux prd-centos7-docker-4c-2g-22632.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 14:49:40 14:49:40 14:49:40 ---> lscpu: 14:49:40 Architecture: x86_64 14:49:40 CPU op-mode(s): 32-bit, 64-bit 14:49:40 Byte Order: Little Endian 14:49:40 Address sizes: 40 bits physical, 48 bits virtual 14:49:40 CPU(s): 4 14:49:40 On-line CPU(s) list: 0-3 14:49:40 Thread(s) per core: 1 14:49:40 Core(s) per socket: 1 14:49:40 Socket(s): 4 14:49:40 NUMA node(s): 1 14:49:40 Vendor ID: GenuineIntel 14:49:40 CPU family: 6 14:49:40 Model: 44 14:49:40 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:49:40 Stepping: 1 14:49:40 CPU MHz: 2933.442 14:49:40 BogoMIPS: 5866.88 14:49:40 Virtualization: VT-x 14:49:40 Hypervisor vendor: KVM 14:49:40 Virtualization type: full 14:49:40 L1d cache: 128 KiB 14:49:40 L1i cache: 128 KiB 14:49:40 L2 cache: 16 MiB 14:49:40 L3 cache: 64 MiB 14:49:40 NUMA node0 CPU(s): 0-3 14:49:40 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:49:40 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:49:40 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:49:40 Vulnerability Meltdown: Mitigation; PTI 14:49:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:49:40 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:49:40 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:49:40 Vulnerability Srbds: Not affected 14:49:40 Vulnerability Tsx async abort: Not affected 14:49:40 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 14:49:40 14:49:40 14:49:40 ---> nproc: 14:49:40 4 14:49:40 14:49:40 14:49:40 ---> df -h: 14:49:40 Filesystem Size Used Available Use% Mounted on 14:49:40 overlay 50.0G 10.9G 39.1G 22% / 14:49:40 tmpfs 64.0M 0 64.0M 0% /dev 14:49:40 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:49:40 shm 64.0M 0 64.0M 0% /dev/shm 14:49:40 /dev/vda1 50.0G 10.9G 39.1G 22% /facter-os 14:49:40 /dev/vda1 50.0G 10.9G 39.1G 22% /etc/resolv.conf 14:49:40 /dev/vda1 50.0G 10.9G 39.1G 22% /etc/hostname 14:49:40 /dev/vda1 50.0G 10.9G 39.1G 22% /etc/hosts 14:49:40 /dev/vda1 50.0G 10.9G 39.1G 22% /var/log/auth.log 14:49:40 /dev/vda1 50.0G 10.9G 39.1G 22% /run/cloud-init/result.json 14:49:40 /dev/vda1 50.0G 10.9G 39.1G 22% /var/log/sa-host 14:49:40 /dev/vda1 50.0G 10.9G 39.1G 22% /var/log/secure 14:49:40 /dev/vda1 50.0G 10.9G 39.1G 22% /w/workspace/edgex-go/24 14:49:40 /dev/vda1 50.0G 10.9G 39.1G 22% /w/workspace/edgex-go/24@tmp 14:49:40 14:49:40 14:49:40 ---> free -m: 14:49:40 total used free shared buff/cache available 14:49:40 Mem: 1837 707 285 0 844 1046 14:49:40 Swap: 1023 82 941 14:49:40 14:49:40 14:49:40 ---> ip addr: 14:49:40 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:49:40 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:49:40 inet 127.0.0.1/8 scope host lo 14:49:40 valid_lft forever preferred_lft forever 14:49:40 inet6 ::1/128 scope host 14:49:40 valid_lft forever preferred_lft forever 14:49:40 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 14:49:40 link/ether fa:16:3e:fc:0d:b0 brd ff:ff:ff:ff:ff:ff 14:49:40 inet 10.30.122.34/23 brd 10.30.123.255 scope global dynamic eth0 14:49:40 valid_lft 85054sec preferred_lft 85054sec 14:49:40 inet6 fe80::f816:3eff:fefc:db0/64 scope link 14:49:40 valid_lft forever preferred_lft forever 14:49:40 3: docker0: mtu 1500 qdisc noqueue state DOWN 14:49:40 link/ether 02:42:2c:82:c9:e1 brd ff:ff:ff:ff:ff:ff 14:49:40 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:49:40 valid_lft forever preferred_lft forever 14:49:40 inet6 fe80::42:2cff:fe82:c9e1/64 scope link 14:49:40 valid_lft forever preferred_lft forever 14:49:40 14:49:40 14:49:40 ---> sar -b -r -n DEV: 14:49:40 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/25/21 _x86_64_ (4 CPU) 14:49:40 14:49:40 14:27:02 LINUX RESTART (4 CPU) 14:49:40 14:49:40 14:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:49:40 14:29:01 146.11 78.65 67.45 0.00 10283.13 30702.98 0.00 14:49:40 14:30:01 203.01 50.79 152.22 0.00 2609.55 32928.92 0.00 14:49:40 14:31:02 194.83 95.26 99.57 0.00 3411.77 10169.57 0.00 14:49:40 14:32:01 133.89 59.10 74.79 0.00 3207.58 8472.05 0.00 14:49:40 14:33:01 1027.63 760.56 267.07 0.00 94486.75 166158.14 0.00 14:49:40 14:34:01 2547.63 2244.06 303.57 0.00 140847.23 153632.01 0.00 14:49:40 14:35:02 630.20 299.24 330.96 0.00 93983.69 135785.45 0.00 14:49:40 14:36:02 1727.25 1416.03 311.22 0.00 80799.73 93900.43 0.00 14:49:40 14:37:01 161.01 28.31 132.71 0.00 3580.43 21038.29 0.00 14:49:40 14:38:01 5.40 0.58 4.81 0.00 22.51 173.77 0.00 14:49:40 14:39:01 0.37 0.08 0.28 0.00 0.80 3.30 0.00 14:49:40 14:40:01 0.20 0.00 0.20 0.00 0.00 1.93 0.00 14:49:40 14:41:01 0.42 0.12 0.30 0.00 2.13 3.41 0.00 14:49:40 14:42:01 0.53 0.30 0.23 0.00 10.92 2.73 0.00 14:49:40 14:43:01 2.26 1.47 0.80 0.00 45.70 15.42 0.00 14:49:40 14:44:01 0.30 0.00 0.30 0.00 0.00 3.03 0.00 14:49:40 14:45:01 0.45 0.05 0.40 0.00 0.93 5.83 0.00 14:49:40 14:46:01 0.28 0.07 0.22 0.00 1.07 2.45 0.00 14:49:40 14:47:01 0.20 0.02 0.18 0.00 0.13 1.93 0.00 14:49:40 14:48:01 1.82 1.55 0.27 0.00 169.73 3.51 0.00 14:49:40 14:49:01 16.09 15.84 0.25 0.00 926.96 20.72 0.00 14:49:40 Average: 324.57 241.26 83.31 0.00 20756.66 31183.08 0.00 14:49:40 14:49:40 14:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:49:40 14:29:01 74168 0 673276 35.78 2596 1131504 1547924 52.83 675972 918228 72952 14:49:40 14:30:01 126268 0 716892 38.10 1492 1036892 1312240 44.78 627108 839612 8 14:49:40 14:31:02 139044 0 835528 44.41 756 906216 1847808 63.06 719920 736304 56060 14:49:40 14:32:01 207596 0 742360 39.45 568 931020 1333764 45.52 609500 775688 60200 14:49:40 14:33:01 331624 0 730608 38.83 8 819304 1768348 60.35 577344 761156 4 14:49:40 14:34:01 239164 0 1097756 58.34 8 544616 3152428 107.59 746836 637740 46128 14:49:40 14:35:02 185516 0 672472 35.74 8 1023548 1574804 53.75 721764 763064 53104 14:49:40 14:36:02 330612 0 685984 36.46 8 864940 1636768 55.86 602924 705560 80 14:49:40 14:37:01 162124 0 623212 33.12 8 1096200 1225800 41.83 550760 923852 20 14:49:40 14:38:01 164272 0 620540 32.98 8 1096724 1211432 41.34 549672 923996 16 14:49:40 14:39:01 164744 0 620048 32.95 8 1096744 1204200 41.10 549252 923916 12 14:49:40 14:40:01 165144 0 619640 32.93 8 1096752 1204200 41.10 549256 923916 8 14:49:40 14:41:01 165016 0 619752 32.94 8 1096768 1204308 41.10 549692 923980 20 14:49:40 14:42:01 164564 0 619944 32.95 8 1097028 1204648 41.11 549564 924192 20 14:49:40 14:43:01 163244 0 620688 32.99 8 1097604 1204308 41.10 549612 924876 16 14:49:40 14:44:01 164032 0 619892 32.95 8 1097612 1204200 41.10 549348 924876 12 14:49:40 14:45:01 163760 0 620160 32.96 8 1097616 1204200 41.10 549348 924904 16 14:49:40 14:46:01 163572 0 620340 32.97 8 1097624 1204200 41.10 549340 924936 8 14:49:40 14:47:01 163348 0 620556 32.98 8 1097632 1204200 41.10 549344 924940 8 14:49:40 14:48:01 154764 0 625288 33.23 8 1101484 1204332 41.10 554960 927196 8 14:49:40 14:49:01 124204 0 629804 33.47 8 1127528 1203524 41.07 564496 947264 104 14:49:40 Average: 176990 0 677845 36.03 264 1026446 1421792 48.52 592667 865724 13753 14:49:40 14:49:40 14:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:49:40 14:29:01 eth0 1146.19 1257.72 5843.63 142.18 0.00 0.00 0.00 0.00 14:49:40 14:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:29:01 docker0 892.80 730.73 71.87 2673.85 0.00 0.00 0.00 0.00 14:49:40 14:30:01 eth0 216.77 189.40 845.98 22.82 0.00 0.00 0.00 0.00 14:49:40 14:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:30:01 docker0 180.23 196.75 12.63 831.16 0.00 0.00 0.00 0.00 14:49:40 14:31:02 veth32bfe1f 0.43 0.57 0.04 0.06 0.00 0.00 0.00 0.00 14:49:40 14:31:02 eth0 51.53 33.06 37.26 85.23 0.00 0.00 0.00 0.00 14:49:40 14:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:31:02 docker0 0.43 0.43 0.03 0.05 0.00 0.00 0.00 0.00 14:49:40 14:32:01 veth32bfe1f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:32:01 eth0 29.34 14.64 23.33 12.37 0.00 0.00 0.00 0.00 14:49:40 14:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:33:01 vethe0f7a6f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 14:49:40 14:33:01 eth0 235.09 206.33 1695.51 76.47 0.00 0.00 0.00 0.00 14:49:40 14:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:34:01 veth4c93944 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 14:49:40 14:34:01 vethe0f7a6f 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 14:49:40 14:34:01 veth47a5b4d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 14:49:40 14:34:01 veth59bb918 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 14:49:40 14:35:02 vethe0f7a6f 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 14:49:40 14:35:02 eth0 2862.45 2617.42 12289.73 478.73 0.00 0.00 0.00 0.00 14:49:40 14:35:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 14:49:40 14:35:02 docker0 1118.96 1000.03 86.99 3871.25 0.00 0.00 0.00 0.00 14:49:40 14:36:02 vethe0f7a6f 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 14:49:40 14:36:02 eth0 61.79 35.79 124.54 92.59 0.00 0.00 0.00 0.00 14:49:40 14:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:36:02 veth3bc9e8e 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 14:49:40 14:37:01 eth0 211.04 148.37 1720.37 23.76 0.00 0.00 0.00 0.00 14:49:40 14:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:37:01 docker0 1179.75 1104.93 91.13 4505.87 0.00 0.00 0.00 0.00 14:49:40 14:38:01 eth0 1.12 0.50 0.46 0.27 0.00 0.00 0.00 0.00 14:49:40 14:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:39:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:49:40 14:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:40:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:49:40 14:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:41:01 eth0 1.03 0.43 0.35 0.21 0.00 0.00 0.00 0.00 14:49:40 14:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:42:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:49:40 14:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:43:01 eth0 0.70 0.40 0.40 0.23 0.00 0.00 0.00 0.00 14:49:40 14:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:44:01 eth0 0.10 0.10 0.01 0.04 0.00 0.00 0.00 0.00 14:49:40 14:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:45:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:46:01 eth0 0.30 0.07 0.02 0.01 0.00 0.00 0.00 0.00 14:49:40 14:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:47:01 eth0 0.60 0.00 0.05 0.00 0.00 0.00 0.00 0.00 14:49:40 14:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:48:01 eth0 9.59 10.91 0.98 31.84 0.00 0.00 0.00 0.00 14:49:40 14:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:49:01 eth0 20.85 18.85 8.11 32.53 0.00 0.00 0.00 0.00 14:49:40 14:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 14:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 Average: eth0 101.47 95.61 512.87 26.21 0.00 0.00 0.00 0.00 14:49:40 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:49:40 Average: docker0 55.31 51.81 4.27 211.26 0.00 0.00 0.00 0.00 14:49:40 14:49:40 14:49:40 ---> sar -P ALL: 14:49:40 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/25/21 _x86_64_ (4 CPU) 14:49:40 14:49:40 14:27:02 LINUX RESTART (4 CPU) 14:49:40 14:49:40 14:28:01 CPU %user %nice %system %iowait %steal %idle 14:49:40 14:29:01 all 14.00 0.00 7.63 1.51 0.23 76.63 14:49:40 14:29:01 0 14.12 0.00 9.50 1.17 0.19 75.03 14:49:40 14:29:01 1 12.77 0.00 6.90 2.52 0.17 77.64 14:49:40 14:29:01 2 18.66 0.00 7.65 0.81 0.33 72.55 14:49:40 14:29:01 3 10.47 0.00 6.48 1.52 0.24 81.29 14:49:40 14:30:01 all 7.59 0.00 6.46 4.48 0.05 81.43 14:49:40 14:30:01 0 6.94 0.00 6.96 6.42 0.03 79.64 14:49:40 14:30:01 1 7.90 0.00 6.62 4.98 0.08 80.41 14:49:40 14:30:01 2 7.83 0.00 6.05 4.15 0.03 81.93 14:49:40 14:30:01 3 7.67 0.00 6.19 2.36 0.03 83.74 14:49:40 14:31:02 all 49.81 0.00 13.35 5.59 0.06 31.18 14:49:40 14:31:02 0 48.61 0.00 13.39 5.60 0.05 32.34 14:49:40 14:31:02 1 51.82 0.00 13.02 5.11 0.05 30.00 14:49:40 14:31:02 2 49.82 0.00 13.83 6.29 0.07 29.99 14:49:40 14:31:02 3 48.99 0.00 13.17 5.37 0.07 32.39 14:49:40 14:32:01 all 46.84 0.00 14.10 2.48 0.07 36.51 14:49:40 14:32:01 0 47.42 0.00 14.73 0.93 0.07 36.85 14:49:40 14:32:01 1 45.37 0.00 13.95 2.86 0.07 37.75 14:49:40 14:32:01 2 47.63 0.00 13.40 2.92 0.05 36.00 14:49:40 14:32:01 3 46.96 0.00 14.32 3.20 0.09 35.43 14:49:40 14:33:01 all 20.18 0.00 22.96 7.76 0.06 49.04 14:49:40 14:33:01 0 19.82 0.00 23.39 7.73 0.07 48.99 14:49:40 14:33:01 1 20.27 0.00 22.47 9.30 0.03 47.92 14:49:40 14:33:01 2 21.27 0.00 22.63 6.87 0.07 49.16 14:49:40 14:33:01 3 19.36 0.00 23.36 7.13 0.05 50.11 14:49:40 14:34:01 all 34.66 0.00 25.72 19.24 0.10 20.29 14:49:40 14:34:01 0 33.87 0.00 23.15 17.11 0.11 25.75 14:49:40 14:34:01 1 34.39 0.00 26.20 20.21 0.11 19.09 14:49:40 14:34:01 2 35.18 0.00 26.23 20.50 0.09 18.00 14:49:40 14:34:01 3 35.19 0.00 27.28 19.11 0.09 18.34 14:49:40 14:35:02 all 36.49 0.00 22.62 15.74 0.17 24.98 14:49:40 14:35:02 0 34.62 0.00 21.09 12.56 0.18 31.55 14:49:40 14:35:02 1 38.02 0.00 23.83 15.75 0.19 22.20 14:49:40 14:35:02 2 36.75 0.00 22.64 18.68 0.18 21.76 14:49:40 14:35:02 3 36.56 0.00 22.90 15.97 0.12 24.46 14:49:40 14:36:02 all 48.75 0.00 22.21 15.41 0.12 13.50 14:49:40 14:36:02 0 46.99 0.00 22.07 16.91 0.11 13.92 14:49:40 14:36:02 1 48.27 0.00 20.62 13.75 0.13 17.23 14:49:40 14:36:02 2 49.06 0.00 24.17 16.25 0.14 10.37 14:49:40 14:36:02 3 50.67 0.00 21.99 14.71 0.12 12.51 14:49:40 14:37:01 all 8.70 0.00 6.30 5.25 0.03 79.73 14:49:40 14:37:01 0 10.21 0.00 7.62 5.63 0.02 76.52 14:49:40 14:37:01 1 6.90 0.00 5.61 8.09 0.03 79.37 14:49:40 14:37:01 2 10.84 0.00 6.75 6.25 0.03 76.12 14:49:40 14:37:01 3 6.85 0.00 5.22 1.00 0.02 86.91 14:49:40 14:38:01 all 0.15 0.00 0.05 0.01 0.00 99.80 14:49:40 14:38:01 0 0.02 0.00 0.07 0.00 0.00 99.92 14:49:40 14:38:01 1 0.02 0.00 0.05 0.00 0.00 99.93 14:49:40 14:38:01 2 0.47 0.00 0.03 0.00 0.00 99.50 14:49:40 14:38:01 3 0.08 0.00 0.05 0.03 0.00 99.83 14:49:40 14:39:01 all 0.15 0.00 0.03 0.00 0.00 99.81 14:49:40 14:39:01 0 0.02 0.00 0.03 0.00 0.02 99.93 14:49:40 14:39:01 1 0.02 0.00 0.05 0.02 0.00 99.92 14:49:40 14:39:01 2 0.10 0.00 0.02 0.00 0.00 99.88 14:49:40 14:39:01 3 0.45 0.00 0.03 0.00 0.00 99.52 14:49:40 14:49:40 14:39:01 CPU %user %nice %system %iowait %steal %idle 14:49:40 14:40:01 all 0.15 0.00 0.02 0.00 0.00 99.83 14:49:40 14:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:49:40 14:40:01 1 0.03 0.00 0.03 0.00 0.00 99.93 14:49:40 14:40:01 2 0.50 0.00 0.02 0.00 0.00 99.48 14:49:40 14:40:01 3 0.05 0.00 0.03 0.00 0.00 99.92 14:49:40 14:41:01 all 0.18 0.00 0.09 0.00 0.00 99.73 14:49:40 14:41:01 0 0.05 0.00 0.08 0.02 0.00 99.85 14:49:40 14:41:01 1 0.07 0.00 0.05 0.00 0.00 99.88 14:49:40 14:41:01 2 0.52 0.00 0.07 0.00 0.00 99.42 14:49:40 14:41:01 3 0.10 0.00 0.15 0.00 0.00 99.75 14:49:40 14:42:01 all 0.08 0.00 0.06 0.00 0.00 99.85 14:49:40 14:42:01 0 0.02 0.00 0.05 0.00 0.00 99.93 14:49:40 14:42:01 1 0.05 0.00 0.05 0.00 0.00 99.90 14:49:40 14:42:01 2 0.25 0.00 0.12 0.00 0.00 99.63 14:49:40 14:42:01 3 0.02 0.00 0.02 0.02 0.02 99.93 14:49:40 14:43:01 all 0.04 0.00 0.05 0.03 0.00 99.89 14:49:40 14:43:01 0 0.03 0.00 0.03 0.02 0.00 99.92 14:49:40 14:43:01 1 0.03 0.00 0.05 0.00 0.00 99.92 14:49:40 14:43:01 2 0.05 0.00 0.03 0.00 0.00 99.92 14:49:40 14:43:01 3 0.03 0.00 0.08 0.08 0.00 99.80 14:49:40 14:44:01 all 0.14 0.00 0.03 0.00 0.00 99.83 14:49:40 14:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 14:49:40 14:44:01 1 0.03 0.00 0.03 0.00 0.00 99.93 14:49:40 14:44:01 2 0.45 0.00 0.03 0.00 0.00 99.52 14:49:40 14:44:01 3 0.03 0.00 0.03 0.00 0.00 99.93 14:49:40 14:45:01 all 0.14 0.00 0.02 0.00 0.00 99.84 14:49:40 14:45:01 0 0.02 0.00 0.03 0.00 0.00 99.95 14:49:40 14:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 14:49:40 14:45:01 2 0.52 0.00 0.02 0.00 0.00 99.47 14:49:40 14:45:01 3 0.02 0.00 0.00 0.02 0.00 99.97 14:49:40 14:46:01 all 0.15 0.00 0.03 0.00 0.00 99.81 14:49:40 14:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:49:40 14:46:01 1 0.03 0.00 0.05 0.00 0.00 99.92 14:49:40 14:46:01 2 0.52 0.00 0.03 0.02 0.00 99.43 14:49:40 14:46:01 3 0.05 0.00 0.02 0.00 0.00 99.93 14:49:40 14:47:01 all 0.15 0.00 0.02 0.00 0.00 99.83 14:49:40 14:47:01 0 0.00 0.00 0.02 0.00 0.00 99.98 14:49:40 14:47:01 1 0.07 0.00 0.03 0.00 0.00 99.90 14:49:40 14:47:01 2 0.50 0.00 0.02 0.00 0.00 99.48 14:49:40 14:47:01 3 0.02 0.00 0.03 0.00 0.00 99.95 14:49:40 14:48:01 all 0.20 0.00 0.12 0.04 0.00 99.64 14:49:40 14:48:01 0 0.10 0.00 0.12 0.08 0.02 99.68 14:49:40 14:48:01 1 0.13 0.00 0.12 0.03 0.00 99.72 14:49:40 14:48:01 2 0.45 0.00 0.13 0.05 0.00 99.37 14:49:40 14:48:01 3 0.10 0.00 0.10 0.00 0.00 99.80 14:49:40 14:49:01 all 1.07 0.00 0.69 0.44 0.00 97.80 14:49:40 14:49:01 0 0.92 0.00 0.67 0.28 0.00 98.13 14:49:40 14:49:01 1 1.15 0.00 0.80 0.48 0.00 97.56 14:49:40 14:49:01 2 0.82 0.00 0.48 0.47 0.00 98.23 14:49:40 14:49:01 3 1.40 0.00 0.82 0.52 0.00 97.26 14:49:40 Average: all 12.39 0.00 6.56 3.59 0.04 77.42 14:49:40 Average: 0 12.12 0.00 6.58 3.43 0.04 77.83 14:49:40 Average: 1 12.29 0.00 6.48 3.83 0.04 77.35 14:49:40 Average: 2 12.99 0.00 6.65 3.83 0.05 76.48 14:49:40 Average: 3 12.15 0.00 6.53 3.25 0.04 78.03 14:49:40 14:49:40 14:49:40