Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 59bc2ed946616d982be073a2be53f8ce9b7f1f6c+c7191a90c07787dda31e3868df4c5f33b5de22f9 (d3f56bbbfdda6f277f8d96aa0fcccf006db726cb) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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-19653 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/20 [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/20 # 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 > 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 Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit 59bc2ed946616d982be073a2be53f8ce9b7f1f6c Merge succeeded, producing 88c774f5ef87baacffc33e0aeaf896ceb091dbde Checking out Revision 88c774f5ef87baacffc33e0aeaf896ceb091dbde (PR-2924) 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/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 59bc2ed946616d982be073a2be53f8ce9b7f1f6c # 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 c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 88c774f5ef87baacffc33e0aeaf896ceb091dbde # timeout=10 Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 7bf8c5ae6410052ec21eabf579ae336e2e2e99ca # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:32:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:32:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:32:01 ========================================================= 00:32:01 EdgeX Global Pipelines Version Info 00:32:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:32:04 ------------------- 00:32:04 stable info: 00:32:04 ------------------- 00:32:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:04 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:32:04 Message: update stable to v1.0.173 00:32:05 ------------------- 00:32:05 experimental info: 00:32:05 ------------------- 00:32:05 Commited By: **** collab-it+edgex@linuxfoundation.org 00:32:05 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:32:05 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:32:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:32:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:32:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:32:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:32:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:32:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:32:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:32:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:32:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:32:08 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:32:08 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:32:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2924 [Pipeline] echo 00:32:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2924 [Pipeline] echo 00:32:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2924 [Pipeline] echo 00:32:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 88c774f5ef87baacffc33e0aeaf896ceb091dbde [Pipeline] echo 00:32:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 88c774f [Pipeline] echo 00:32:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:32:08 provisioning config files... 00:32:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config1039490674766619970tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:32:09 ---> docker-login.sh 00:32:09 nexus3.edgexfoundry.org:10001 00:32:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:10 Configure a credential helper to remove this warning. See 00:32:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:10 00:32:10 Login Succeeded 00:32:10 nexus3.edgexfoundry.org:10002 00:32:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:10 Configure a credential helper to remove this warning. See 00:32:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:10 00:32:10 Login Succeeded 00:32:10 nexus3.edgexfoundry.org:10003 00:32:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:11 Configure a credential helper to remove this warning. See 00:32:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:11 00:32:11 Login Succeeded 00:32:11 nexus3.edgexfoundry.org:10004 00:32:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:11 Configure a credential helper to remove this warning. See 00:32:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:11 00:32:11 Login Succeeded 00:32:11 docker.io 00:32:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:12 Configure a credential helper to remove this warning. See 00:32:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:12 00:32:12 Login Succeeded 00:32:12 ---> docker-login.sh ends [Pipeline] } 00:32:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:12 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:32:12 + for file in '`ls cmd/**/Dockerfile`' 00:32:12 ++ cut -d/ -f2 00:32:12 ++ dirname cmd/core-command/Dockerfile 00:32:12 + echo core-command,cmd/core-command/Dockerfile 00:32:12 + for file in '`ls cmd/**/Dockerfile`' 00:32:12 ++ cut -d/ -f2 00:32:12 ++ dirname cmd/core-data/Dockerfile 00:32:12 + echo core-data,cmd/core-data/Dockerfile 00:32:12 + for file in '`ls cmd/**/Dockerfile`' 00:32:12 ++ dirname cmd/core-metadata/Dockerfile 00:32:12 ++ cut -d/ -f2 00:32:12 + echo core-metadata,cmd/core-metadata/Dockerfile 00:32:12 + for file in '`ls cmd/**/Dockerfile`' 00:32:12 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:32:12 ++ cut -d/ -f2 00:32:12 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:32:12 + for file in '`ls cmd/**/Dockerfile`' 00:32:12 ++ cut -d/ -f2 00:32:12 ++ dirname cmd/security-proxy-setup/Dockerfile 00:32:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:32:12 + for file in '`ls cmd/**/Dockerfile`' 00:32:12 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:32:12 ++ cut -d/ -f2 00:32:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:32:12 + for file in '`ls cmd/**/Dockerfile`' 00:32:12 ++ dirname cmd/support-notifications/Dockerfile 00:32:12 ++ cut -d/ -f2 00:32:12 + echo support-notifications,cmd/support-notifications/Dockerfile 00:32:12 + for file in '`ls cmd/**/Dockerfile`' 00:32:12 ++ dirname cmd/support-scheduler/Dockerfile 00:32:12 ++ cut -d/ -f2 00:32:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:32:12 + for file in '`ls cmd/**/Dockerfile`' 00:32:12 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:32:12 ++ cut -d/ -f2 00:32:12 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:32:13 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:32:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:14 00:32:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:14 latest: Pulling from edgex-devops/git-semver 00:32:14 31603596830f: Pulling fs layer 00:32:14 2a8b12db71e7: Pulling fs layer 00:32:14 6ca5941a6612: Pulling fs layer 00:32:14 ecc8261a40a4: Pulling fs layer 00:32:14 ecc8261a40a4: Waiting 00:32:14 2a8b12db71e7: Verifying Checksum 00:32:14 2a8b12db71e7: Download complete 00:32:14 31603596830f: Download complete 00:32:15 ecc8261a40a4: Verifying Checksum 00:32:15 ecc8261a40a4: Download complete 00:32:15 6ca5941a6612: Download complete 00:32:15 31603596830f: Pull complete 00:32:15 2a8b12db71e7: Pull complete 00:32:17 6ca5941a6612: Pull complete 00:32:17 ecc8261a40a4: Pull complete 00:32:17 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:17 prd-centos7-docker-4c-2g-19653 does not seem to be running inside a container 00:32:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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:10004/edgex-devops/git-semver:latest cat 00:32:20 $ docker top f9dacb801a705fed233d6a4aa5f44247d49974f0a3721177718de480bb0865fc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:21 [ssh-agent] Looking for ssh-agent implementation... 00:32:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:21 $ docker exec f9dacb801a705fed233d6a4aa5f44247d49974f0a3721177718de480bb0865fc ssh-agent 00:32:22 SSH_AUTH_SOCK=/tmp/ssh-zsPaItnsIpy2/agent.12 00:32:22 SSH_AGENT_PID=17 00:32:22 Running ssh-add (command line suppressed) 00:32:22 Identity added: /w/workspace/edgex-go/20@tmp/private_key_8317123276957985599.key (/w/workspace/edgex-go/20@tmp/private_key_8317123276957985599.key) 00:32:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:23 + git tag --points-at HEAD [Pipeline] } 00:32:23 $ docker exec --env ******** --env ******** f9dacb801a705fed233d6a4aa5f44247d49974f0a3721177718de480bb0865fc ssh-agent -k 00:32:23 unset SSH_AUTH_SOCK; 00:32:23 unset SSH_AGENT_PID; 00:32:23 echo Agent pid 17 killed; 00:32:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:23 [ssh-agent] Looking for ssh-agent implementation... 00:32:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:23 $ docker exec f9dacb801a705fed233d6a4aa5f44247d49974f0a3721177718de480bb0865fc ssh-agent 00:32:24 SSH_AUTH_SOCK=/tmp/ssh-SQvf9vlPjhXU/agent.45 00:32:24 SSH_AGENT_PID=51 00:32:24 Running ssh-add (command line suppressed) 00:32:24 Identity added: /w/workspace/edgex-go/20@tmp/private_key_367212179077912094.key (/w/workspace/edgex-go/20@tmp/private_key_367212179077912094.key) 00:32:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:24 + git semver init 00:32:24 # -> Open(): unable to determine branch for HEAD 00:32:24 # $GIT_DIR = /w/workspace/edgex-go/20/.git 00:32:24 # $GIT_WORK_TREE = /w/workspace/edgex-go/20 00:32:24 # $SEMVER_REMOTE_NAME = origin 00:32:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:24 # $SEMVER_USER_NAME = edgex-jenkins 00:32:24 # $SEMVER_BRANCH = PR-2924 00:32:24 # $SEMVER_TEMP = /tmp/semver-820739604 00:32:24 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:33:05 # '/tmp/semver-820739604' -> '/w/workspace/edgex-go/20/.semver' 00:33:05 # -> Force: false 00:33:05 # $SEMVER_DIR = /w/workspace/edgex-go/20/.semver [Pipeline] } 00:33:05 $ docker exec --env ******** --env ******** f9dacb801a705fed233d6a4aa5f44247d49974f0a3721177718de480bb0865fc ssh-agent -k 00:33:05 unset SSH_AUTH_SOCK; 00:33:05 unset SSH_AGENT_PID; 00:33:05 echo Agent pid 51 killed; 00:33:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:33:06 + git semver [Pipeline] } 00:33:06 $ docker stop --time=1 f9dacb801a705fed233d6a4aa5f44247d49974f0a3721177718de480bb0865fc 00:33:08 $ docker rm -f f9dacb801a705fed233d6a4aa5f44247d49974f0a3721177718de480bb0865fc [Pipeline] // withDockerContainer [Pipeline] sh 00:33:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:33:10 Stashed 1 file(s) [Pipeline] echo 00:33:10 [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 00:33:11 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:33:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:33:12 + sudo service docker restart 00:33:12 + true 00:33:12 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:33:13 ========================================================= 00:33:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:33:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:33:13 + 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 . 00:33:20 Sending build context to Docker daemon 326.3MB 00:33:20 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:33:20 Step 2/6 : FROM ${BASE} 00:33:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:33:20 188c0c94c7c5: Pulling fs layer 00:33:20 0ef7d3d256c8: Pulling fs layer 00:33:20 de9db76c5a1d: Pulling fs layer 00:33:20 bca2f99d35d6: Pulling fs layer 00:33:20 93359f2a8cfa: Pulling fs layer 00:33:20 7c6f9722023f: Pulling fs layer 00:33:20 a35cf1a2eb13: Pulling fs layer 00:33:20 93359f2a8cfa: Waiting 00:33:20 7c6f9722023f: Waiting 00:33:20 a35cf1a2eb13: Waiting 00:33:20 bca2f99d35d6: Waiting 00:33:20 de9db76c5a1d: Verifying Checksum 00:33:20 de9db76c5a1d: Download complete 00:33:20 0ef7d3d256c8: Verifying Checksum 00:33:20 0ef7d3d256c8: Download complete 00:33:20 93359f2a8cfa: Verifying Checksum 00:33:20 93359f2a8cfa: Download complete 00:33:20 7c6f9722023f: Verifying Checksum 00:33:20 7c6f9722023f: Download complete 00:33:20 188c0c94c7c5: Verifying Checksum 00:33:20 188c0c94c7c5: Download complete 00:33:21 188c0c94c7c5: Pull complete 00:33:22 0ef7d3d256c8: Pull complete 00:33:22 de9db76c5a1d: Pull complete 00:33:25 Still waiting to schedule task 00:33:25 ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-19655’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-19658’ is offline 00:33:25 a35cf1a2eb13: Verifying Checksum 00:33:25 a35cf1a2eb13: Download complete 00:33:26 bca2f99d35d6: Verifying Checksum 00:33:26 bca2f99d35d6: Download complete 00:33:38 bca2f99d35d6: Pull complete 00:33:38 93359f2a8cfa: Pull complete 00:33:38 7c6f9722023f: Pull complete 00:33:43 a35cf1a2eb13: Pull complete 00:33:43 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:33:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:43 ---> a62c8e92a672 00:33:43 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 00:33:43 ---> Running in 2242347bc292 00:33:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:46 (1/12) Installing libmagic (5.38-r0) 00:33:46 (2/12) Installing file (5.38-r0) 00:33:46 (3/12) Installing libc-dev (0.7.2-r3) 00:33:46 (4/12) Installing g++ (9.3.0-r2) 00:33:56 (5/12) Installing fortify-headers (1.1-r0) 00:33:56 (6/12) Installing patch (2.7.6-r6) 00:33:56 (7/12) Installing build-base (0.5-r2) 00:33:56 (8/12) Installing libsodium (1.0.18-r0) 00:33:56 (9/12) Installing pkgconf (1.7.2-r0) 00:33:56 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:56 (11/12) Installing libzmq (4.3.3-r0) 00:33:56 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:56 Executing busybox-1.31.1-r19.trigger 00:33:56 OK: 233 MiB in 51 packages 00:34:01 Removing intermediate container 2242347bc292 00:34:01 ---> bd5ea20c7f94 00:34:01 Step 4/6 : WORKDIR /edgex-go 00:34:01 ---> Running in ace3c2eff16c 00:34:01 Removing intermediate container ace3c2eff16c 00:34:01 ---> d64b9241500a 00:34:01 Step 5/6 : COPY go.mod . 00:34:01 ---> 3c8bb53e84a3 00:34:01 Step 6/6 : RUN go mod download 00:34:01 ---> Running in 81f47e89fc68 00:34:28 Removing intermediate container 81f47e89fc68 00:34:28 ---> fbf792557021 00:34:28 Successfully built fbf792557021 00:34:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:34:29 + docker inspect -f . ci-base-image-x86_64 00:34:29 . [Pipeline] withDockerContainer 00:34:29 prd-centos7-docker-4c-2g-19653 does not seem to be running inside a container 00:34:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** -e ******** ci-base-image-x86_64 cat 00:34:32 $ docker top 8522992686b94448d896a2a412d6881e249044f09adaf3edbd3df224d7c425a0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:33 + go version 00:34:33 go version go1.15.5 linux/amd64 [Pipeline] } 00:34:33 $ docker stop --time=1 8522992686b94448d896a2a412d6881e249044f09adaf3edbd3df224d7c425a0 00:34:34 $ docker rm -f 8522992686b94448d896a2a412d6881e249044f09adaf3edbd3df224d7c425a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:36 + docker inspect -f . ci-base-image-x86_64 00:34:36 . [Pipeline] withDockerContainer 00:34:36 prd-centos7-docker-4c-2g-19653 does not seem to be running inside a container 00:34:36 $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** -e ******** ci-base-image-x86_64 cat 00:34:37 $ docker top 2b6f389293b16f9452fd4f93ec2ac92a4157efb4bb343ef1ef824860ced93d2b -eo pid,comm [Pipeline] { [Pipeline] echo 00:34:37 ========================================================= 00:34:37 [edgeXBuildGoParallel] Running Tests and Build... 00:34:37 ========================================================= [Pipeline] sh 00:34:38 + make test 00:34:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:34:56 ? github.com/edgexfoundry/edgex-go [no test files] 00:35:29 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:35:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:35:38 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:35:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:35:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:35:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:35:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.112s coverage: 46.6% of statements 00:35:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:35:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:35:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:35:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:35:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:35:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.479s coverage: 27.0% of statements 00:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:35:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.102s coverage: 100.0% of statements 00:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:35:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.112s coverage: 100.0% of statements 00:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:35:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.408s coverage: 77.1% of statements 00:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:35:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.960s coverage: 82.4% of statements 00:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:36:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.981s coverage: 28.6% of statements 00:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:36:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.186s coverage: 100.0% of statements 00:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:36:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.110s coverage: 100.0% of statements 00:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:36:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.261s coverage: 86.7% of statements 00:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:36:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.186s coverage: 97.5% of statements 00:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:36:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.176s coverage: 78.3% of statements 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:36:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.752s coverage: 94.1% of statements 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:36:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.083s coverage: 58.8% of statements 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:36:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.168s coverage: 0.1% of statements 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.122s coverage: 75.5% of statements 00:36:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.088s coverage: 80.8% of statements 00:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.111s coverage: 87.2% of statements 00:36:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.097s coverage: 84.2% of statements 00:36:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.201s coverage: 91.4% of statements 00:36:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:36:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.418s coverage: 63.5% of statements 00:36:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:36:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:36:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.091s coverage: 100.0% of statements 00:36:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.129s coverage: 91.3% of statements 00:36:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements 00:36:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.144s coverage: 73.7% of statements 00:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements 00:36:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.688s coverage: 68.9% of statements 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:36:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.242s coverage: 37.0% of statements 00:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.883s coverage: 84.0% of statements 00:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.222s coverage: 100.0% of statements 00:36:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19664 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws 00:36:21 Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout 00:36:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.170s coverage: 47.1% of statements 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:36:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.113s coverage: 100.0% of statements 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:36:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.077s coverage: 100.0% of statements 00:36:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:36:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.365s coverage: 29.1% of statements 00:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:36:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.205s coverage: 99.0% of statements 00:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:36:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.059s coverage: 100.0% of statements 00:36:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:36:25 ok github.com/edgexfoundry/edgex-go/internal/system 0.124s coverage: 0.0% of statements 00:36:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:36:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.107s coverage: 100.0% of statements 00:36:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:36:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:36:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:36:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:36:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.107s coverage: 87.9% of statements 00:36:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:36:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:36:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.077s coverage: 100.0% of statements 00:36:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.080s coverage: 32.1% of statements 00:36:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 00:36:26 using credential edgex-jenkins-ssh 00:36:27 Cloning the remote Git repository 00:36:27 GO111MODULE=on go vet ./... 00:36:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:27 > git init /w/workspace/edgex-go/20 # timeout=10 00:36:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:27 > git --version # timeout=10 00:36:27 > git --version # 'git version 2.17.1' 00:36:27 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:47 Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit 59bc2ed946616d982be073a2be53f8ce9b7f1f6c 00:36:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:46 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:47 > git config core.sparsecheckout # timeout=10 00:36:47 > git checkout -f 59bc2ed946616d982be073a2be53f8ce9b7f1f6c # timeout=10 00:36:47 > git remote # timeout=10 00:36:47 > git config --get remote.origin.url # timeout=10 00:36:47 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:47 > git merge c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 00:36:48 Merge succeeded, producing 870aa3b0163b6d6a853d220fc09f138c9b41d3f9 00:36:48 Checking out Revision 870aa3b0163b6d6a853d220fc09f138c9b41d3f9 (PR-2924) 00:36:48 > git rev-parse HEAD^{commit} # timeout=10 00:36:48 > git config core.sparsecheckout # timeout=10 00:36:48 > git checkout -f 870aa3b0163b6d6a853d220fc09f138c9b41d3f9 # timeout=10 00:36:52 Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" 00:36:52 First time build. Skipping changelog. 00:36:52 > git rev-list --no-walk 7bf8c5ae6410052ec21eabf579ae336e2e2e99ca # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:54 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:55 + sudo service docker restart 00:36:55 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:57 provisioning config files... 00:36:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config1066203116420249314tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:58 ---> docker-login.sh 00:36:58 nexus3.edgexfoundry.org:10001 00:36:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:59 Configure a credential helper to remove this warning. See 00:36:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:59 00:36:59 Login Succeeded 00:36:59 nexus3.edgexfoundry.org:10002 00:37:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:00 Configure a credential helper to remove this warning. See 00:37:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:00 00:37:00 Login Succeeded 00:37:00 nexus3.edgexfoundry.org:10003 00:37:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:00 Configure a credential helper to remove this warning. See 00:37:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:00 00:37:00 Login Succeeded 00:37:00 nexus3.edgexfoundry.org:10004 00:37:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:01 Configure a credential helper to remove this warning. See 00:37:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:01 00:37:01 Login Succeeded 00:37:01 docker.io 00:37:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:01 Configure a credential helper to remove this warning. See 00:37:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:01 00:37:01 Login Succeeded 00:37:01 ---> docker-login.sh ends [Pipeline] } 00:37:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:02 ========================================================= 00:37:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:37:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37: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 . 00:37:05 Sending build context to Docker daemon 165.4MB 00:37:05 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:05 Step 2/6 : FROM ${BASE} 00:37:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:05 5f621e34cdf4: Pulling fs layer 00:37:05 a4357932f1b6: Pulling fs layer 00:37:05 18c013af1878: Pulling fs layer 00:37:05 00ac8860ef70: Pulling fs layer 00:37:05 63d7cb157983: Pulling fs layer 00:37:05 b116817d02f9: Pulling fs layer 00:37:05 745a02a5169b: Pulling fs layer 00:37:05 00ac8860ef70: Waiting 00:37:05 63d7cb157983: Waiting 00:37:05 b116817d02f9: Waiting 00:37:05 745a02a5169b: Waiting 00:37:05 18c013af1878: Verifying Checksum 00:37:05 18c013af1878: Download complete 00:37:05 a4357932f1b6: Verifying Checksum 00:37:05 a4357932f1b6: Download complete 00:37:05 63d7cb157983: Verifying Checksum 00:37:05 63d7cb157983: Download complete 00:37:05 b116817d02f9: Verifying Checksum 00:37:05 b116817d02f9: Download complete 00:37:05 5f621e34cdf4: Verifying Checksum 00:37:05 5f621e34cdf4: Download complete 00:37:05 5f621e34cdf4: Pull complete 00:37:06 a4357932f1b6: Pull complete 00:37:06 18c013af1878: Pull complete 00:37:08 745a02a5169b: Verifying Checksum 00:37:08 745a02a5169b: Download complete 00:37:10 00ac8860ef70: Verifying Checksum 00:37:10 00ac8860ef70: Download complete 00:37:15 gofmt -l . 00:37:15 [ "`gofmt -l .`" = "" ] 00:37:15 ./bin/test-go-mod-tidy.sh 00:37:15 ./bin/test-attribution-txt.sh [Pipeline] sh 00:37:17 + ls -al . 00:37:17 total 644 00:37:17 drwxrwxr-x 10 1001 1001 4096 Jan 12 00:37 . 00:37:17 drwxr-xr-x 4 root root 30 Jan 12 00:34 .. 00:37:17 -rw-rw-r-- 1 1001 1001 11 Jan 12 00:31 .dockerignore 00:37:17 drwxrwxr-x 8 1001 1001 179 Jan 12 00:32 .git 00:37:17 drwxrwxr-x 3 1001 1001 125 Jan 12 00:31 .github 00:37:17 -rw-rw-r-- 1 1001 1001 824 Jan 12 00:31 .gitignore 00:37:17 drwx------ 3 1001 1001 47 Jan 12 00:33 .semver 00:37:17 -rw-rw-r-- 1 1001 1001 166 Jan 12 00:31 .sonarcloud.properties 00:37:17 -rw-rw-r-- 1 1001 1001 7741 Jan 12 00:31 Attribution.txt 00:37:17 -rw-rw-r-- 1 1001 1001 3804 Jan 12 00:31 CONTRIBUTING.md 00:37:17 -rw-rw-r-- 1 1001 1001 931 Jan 12 00:31 Dockerfile.build 00:37:17 -rw-rw-r-- 1 1001 1001 863 Jan 12 00:31 Jenkinsfile 00:37:17 -rw-rw-r-- 1 1001 1001 10775 Jan 12 00:31 LICENSE 00:37:17 -rw-rw-r-- 1 1001 1001 5750 Jan 12 00:31 Makefile 00:37:17 -rw-rw-r-- 1 1001 1001 6524 Jan 12 00:31 README.md 00:37:17 -rw-rw-r-- 1 1001 1001 6744 Jan 12 00:31 SECURITY.md 00:37:17 -rw-rw-r-- 1 1001 1001 5 Jan 12 00:33 VERSION 00:37:17 -rw-rw-r-- 1 1001 1001 4131 Jan 12 00:31 ZMQWindows.md 00:37:17 drwxrwxr-x 2 1001 1001 117 Jan 12 00:31 bin 00:37:17 drwxrwxr-x 14 1001 1001 4096 Jan 12 00:31 cmd 00:37:17 -rw-r--r-- 1 root root 540302 Jan 12 00:36 coverage.out 00:37:17 -rw-r--r-- 1 root root 979 Jan 12 00:37 go.mod 00:37:17 -rw-r--r-- 1 root root 19019 Jan 12 00:37 go.sum 00:37:17 drwxrwxr-x 8 1001 1001 127 Jan 12 00:31 internal 00:37:17 drwxrwxr-x 4 1001 1001 26 Jan 12 00:31 openapi 00:37:17 drwxrwxr-x 4 1001 1001 71 Jan 12 00:31 snap 00:37:17 -rw-rw-r-- 1 1001 1001 168 Jan 12 00:31 version.go [Pipeline] sh 00:37:18 + '[' -e coverage.out ] 00:37:18 + chown 1001:1001 coverage.out [Pipeline] stash 00:37:19 Stashed 1 file(s) [Pipeline] sh 00:37:19 + make build 00:37:19 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 00:37:20 00ac8860ef70: Pull complete 00:37:20 63d7cb157983: Pull complete 00:37:21 b116817d02f9: Pull complete 00:37:25 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 00:37:25 745a02a5169b: Pull complete 00:37:25 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:25 ---> b7e6874047d6 00:37:25 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 00:37:28 ---> Running in 85e2e2a737db 00:37:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:32 (1/12) Installing libmagic (5.38-r0) 00:37:32 (2/12) Installing file (5.38-r0) 00:37:32 (3/12) Installing libc-dev (0.7.2-r3) 00:37:32 (4/12) Installing g++ (9.3.0-r2) 00:37:44 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 00:37:44 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 00:37:46 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 00:37:47 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 00:37:51 (5/12) Installing fortify-headers (1.1-r0) 00:37:51 (6/12) Installing patch (2.7.6-r6) 00:37:51 (7/12) Installing build-base (0.5-r2) 00:37:51 (8/12) Installing libsodium (1.0.18-r0) 00:37:51 (9/12) Installing pkgconf (1.7.2-r0) 00:37:51 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:51 (11/12) Installing libzmq (4.3.3-r0) 00:37:51 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:51 Executing busybox-1.31.1-r19.trigger 00:37:51 OK: 217 MiB in 51 packages 00:37:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:37:53 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 00:37:55 Removing intermediate container 85e2e2a737db 00:37:55 ---> f3f504c27cf0 00:37:55 Step 4/6 : WORKDIR /edgex-go 00:37:55 ---> Running in c468c607bca3 00:37:55 Removing intermediate container c468c607bca3 00:37:55 ---> 092c2625da19 00:37:55 Step 5/6 : COPY go.mod . 00:37:56 ---> c12cb460a88f 00:37:56 Step 6/6 : RUN go mod download 00:37:56 ---> Running in f1d5c07707a5 00:37: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 00:37:59 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 00:38:01 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 00:38:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 00:38:06 $ docker stop --time=1 2b6f389293b16f9452fd4f93ec2ac92a4157efb4bb343ef1ef824860ced93d2b 00:38:08 $ docker rm -f 2b6f389293b16f9452fd4f93ec2ac92a4157efb4bb343ef1ef824860ced93d2b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:10 00:38:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:38:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:11 latest: Pulling from edgex-devops/edgex-compose 00:38:11 cbdbe7a5bc2a: Pulling fs layer 00:38:11 ca9280d653b3: Pulling fs layer 00:38:11 7e9c9ca2126c: Pulling fs layer 00:38:11 cbdbe7a5bc2a: Verifying Checksum 00:38:11 cbdbe7a5bc2a: Download complete 00:38:12 cbdbe7a5bc2a: Pull complete 00:38:13 ca9280d653b3: Verifying Checksum 00:38:13 ca9280d653b3: Download complete 00:38:17 7e9c9ca2126c: Verifying Checksum 00:38:17 7e9c9ca2126c: Download complete 00:38:17 ca9280d653b3: Pull complete 00:38:23 Removing intermediate container f1d5c07707a5 00:38:23 ---> a2a900cea009 00:38:23 Successfully built a2a900cea009 00:38:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:23 + docker inspect -f . ci-base-image-arm64 00:38:23 . [Pipeline] withDockerContainer 00:38:23 prd-ubuntu18.04-docker-arm64-4c-16g-19664 does not seem to be running inside a container 00:38:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** -e ******** ci-base-image-arm64 cat 00:38:25 $ docker top 4b90ce7e49fcbb805274406fb3d14010990a704d6d23b4ed6fce469c6da02bd0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:26 + go version 00:38:26 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:26 $ docker stop --time=1 4b90ce7e49fcbb805274406fb3d14010990a704d6d23b4ed6fce469c6da02bd0 00:38:28 $ docker rm -f 4b90ce7e49fcbb805274406fb3d14010990a704d6d23b4ed6fce469c6da02bd0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:29 + docker inspect -f . ci-base-image-arm64 00:38:29 . [Pipeline] withDockerContainer 00:38:30 7e9c9ca2126c: Pull complete 00:38:30 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:38:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:30 prd-ubuntu18.04-docker-arm64-4c-16g-19664 does not seem to be running inside a container 00:38:30 $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** -e ******** ci-base-image-arm64 cat 00:38:31 $ docker top 84faed35ac88bb68834e5d749c6becbe38c585d56c81caf3a619eca8625f5a51 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 00:38:32 prd-centos7-docker-4c-2g-19653 does not seem to be running inside a container 00:38:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:38:35 $ docker top 6cf49958ef9ed2aabfdb5fc938cac173fdc2b92d284e3fb097f7e2453f7d35e7 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo 00:38:35 ========================================================= 00:38:35 [edgeXBuildGoParallel] Running Tests and Build... 00:38:35 ========================================================= [Pipeline] sh 00:38:36 + + docker-compose buildgrep --help parallel 00:38:36 00:38:36 + make test 00:38:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:37 --parallel Build images in parallel. [Pipeline] } 00:38:38 $ docker stop --time=1 6cf49958ef9ed2aabfdb5fc938cac173fdc2b92d284e3fb097f7e2453f7d35e7 00:38:39 $ docker rm -f 6cf49958ef9ed2aabfdb5fc938cac173fdc2b92d284e3fb097f7e2453f7d35e7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:40 . [Pipeline] withDockerContainer 00:38:40 prd-centos7-docker-4c-2g-19653 does not seem to be running inside a container 00:38:40 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:38:42 $ docker top 9e50d6946285a62c8f81292c5feb2ac27efcd9176d66f08527513e682d2a0806 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:43 + docker-compose -f ./docker-compose-build.yml build --parallel 00:38:45 Building docker-core-command-go ... 00:38:45 Building docker-core-data-go ... 00:38:45 Building docker-core-metadata-go ... 00:38:45 Building docker-security-bootstrap-redis-go ... 00:38:45 Building docker-security-proxy-setup-go ... 00:38:45 Building docker-security-secretstore-setup-go ... 00:38:45 Building docker-support-notifications-go ... 00:38:45 Building docker-support-scheduler-go ... 00:38:45 Building docker-sys-mgmt-agent-go ... 00:38:45 Building docker-support-scheduler-go 00:38:45 Building docker-security-bootstrap-redis-go 00:38:45 Building docker-core-command-go 00:38:45 Building docker-support-notifications-go 00:38:45 Building docker-core-metadata-go 00:39:03 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:43 ---> fbf792557021 00:39:43 Step 3/22 : WORKDIR /edgex-go 00:39:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:39:43 ---> fbf792557021 00:39:43 Step 3/21 : WORKDIR /edgex-go 00:39:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:43 ---> fbf792557021 00:39:43 Step 3/22 : WORKDIR /edgex-go 00:39:43 00:39:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:43 ---> fbf792557021 00:39:43 Step 3/22 : WORKDIR /edgex-go 00:39:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:39:43 ---> fbf792557021 00:39:43 Step 3/24 : WORKDIR /edgex-go 00:39:43 ---> Running in 082a9a0aa1a2 00:39:43 ---> Running in e93c9dc16830 00:39:43 ---> Running in f90bfa044572 00:39:43 ---> Running in f77fafc6ee86 00:39:43 ---> Running in bdb2336e0f77 00:39:43 Removing intermediate container f90bfa044572 00:39:43 ---> 52f337667e5d 00:39:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:43 Removing intermediate container e93c9dc16830 00:39:43 ---> 7d873a090630 00:39:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:43 Removing intermediate container bdb2336e0f77 00:39:43 ---> e1d5eca23718 00:39:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:43 Removing intermediate container f77fafc6ee86 00:39:43 ---> b90d1a26778b 00:39:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:43 Removing intermediate container 082a9a0aa1a2 00:39:43 ---> 99746218532d 00:39:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:43 ---> Running in 69ecb06df1cd 00:39:43 ---> Running in 3a6b091e9904 00:39:43 ---> Running in bd9eb743a8e6 00:39:43 ---> Running in d4dafe6ff7e4 00:39:43 ---> Running in cfac87f13f5b 00:39:45 Removing intermediate container 3a6b091e9904 00:39:45 ---> 68becb52f923 00:39:45 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:39:45 Removing intermediate container cfac87f13f5b 00:39:45 ---> 48d93c2a2b24 00:39:45 Step 5/22 : RUN apk add --update --no-cache make git 00:39:46 Removing intermediate container bd9eb743a8e6 00:39:46 ---> fb4299836464 00:39:46 Step 5/22 : RUN apk add --update --no-cache make git 00:39:46 ---> Running in a0f278dd2af4 00:39:46 ---> Running in e098bc5c77b3 00:39:46 Removing intermediate container 69ecb06df1cd 00:39:46 ---> 54bb23678540 00:39:46 Step 5/22 : RUN apk add --update --no-cache make git 00:39:46 ---> Running in 8353b1ccf7f3 00:39:46 Removing intermediate container d4dafe6ff7e4 00:39:46 ---> 64c700e0b858 00:39:46 Step 5/21 : RUN apk add --update --no-cache make git 00:39:46 ---> Running in e39d68cf57a2 00:39:46 ---> Running in 38a3738d75f7 00:39:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:50 OK: 233 MiB in 51 packages 00:39:50 OK: 233 MiB in 51 packages 00:39:50 OK: 233 MiB in 51 packages 00:39:50 OK: 233 MiB in 51 packages 00:39:51 OK: 233 MiB in 51 packages 00:39:51 Removing intermediate container e098bc5c77b3 00:39:51 ---> c25a9b00d039 00:39:51 Step 6/22 : COPY go.mod . 00:39:51 Removing intermediate container a0f278dd2af4 00:39:51 ---> 0f3b9cd77203 00:39:51 Step 6/24 : COPY go.mod . 00:39:52 ---> 2200706b4ed0 00:39:52 Step 7/22 : RUN go mod download 00:39:52 Removing intermediate container 8353b1ccf7f3 00:39:52 ---> 04299d345840 00:39:52 Step 7/24 : RUN go mod download 00:39:52 Removing intermediate container 38a3738d75f7 00:39:52 ---> 9d366e23b690 00:39:52 Step 6/21 : COPY go.mod . 00:39:52 ---> 77fe0cd9a9c5 00:39:52 Step 6/22 : COPY go.mod . 00:39:52 ---> Running in aa9b7074b050 00:39:52 ---> Running in 7151e295d474 00:39:52 Removing intermediate container e39d68cf57a2 00:39:52 ---> 2eb120bdc371 00:39:52 Step 6/22 : COPY go.mod . 00:39:53 ---> db13de22e04b 00:39:53 Step 7/22 : RUN go mod download 00:39:53 ---> 73d273f78965 00:39:53 Step 7/21 : RUN go mod download 00:39:53 ---> acc1dd50a5e8 00:39:53 Step 7/22 : RUN go mod download 00:39:53 ---> Running in aaadabacbce1 00:39:53 ---> Running in 4dea0bf74b17 00:39:53 ---> Running in 1b603782dc37 00:39:59 Removing intermediate container aaadabacbce1 00:39:59 ---> c1af7a183fb7 00:39:59 Step 8/21 : COPY . . 00:39:59 Removing intermediate container aa9b7074b050 00:39:59 ---> 7da0e5d96c51 00:39:59 Step 8/22 : COPY . . 00:39:59 Removing intermediate container 1b603782dc37 00:39:59 ---> a05e92e38bf1 00:39:59 Step 8/22 : COPY . . 00:39:59 Removing intermediate container 4dea0bf74b17 00:39:59 ---> e494daf9adb7 00:39:59 Step 8/22 : COPY . . 00:39:59 Removing intermediate container 7151e295d474 00:39:59 ---> 0c89f4d205d8 00:39:59 Step 8/24 : COPY . . 00:40:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:40:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:40:15 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.241s coverage: 46.6% of statements 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.609s coverage: 27.0% of statements 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.115s coverage: 100.0% of statements 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.607s coverage: 77.8% of statements 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.721s coverage: 82.4% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.450s coverage: 28.6% of statements 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.168s coverage: 100.0% of statements 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.117s coverage: 100.0% of statements 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.340s coverage: 86.7% of statements 00:40:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.448s coverage: 97.5% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.155s coverage: 78.3% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.288s coverage: 94.1% of statements 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.223s coverage: 0.1% of statements 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.114s coverage: 100.0% of statements 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.136s coverage: 75.5% of statements 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.097s coverage: 80.8% of statements 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.182s coverage: 87.2% of statements 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.194s coverage: 84.2% of statements 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.214s coverage: 91.4% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.764s coverage: 63.5% of statements 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements 00:41:11 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.967s coverage: 68.9% of statements 00:41:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:11 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:41:11 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:41:11 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.346s coverage: 37.0% of statements 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.914s coverage: 84.0% of statements 00:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.093s coverage: 100.0% of statements 00:41:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.449s coverage: 47.1% of statements 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.134s coverage: 100.0% of statements 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.157s coverage: 100.0% of statements 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:22 ---> a6c38a23ccd1 00:41:22 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:41:22 ---> d106bf61a3fe 00:41:22 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:41:22 ---> b8c5c5c87f0d 00:41:22 Step 9/22 : RUN make cmd/core-command/core-command 00:41:22 ---> Running in 8f4c1eeba4be 00:41:22 ---> Running in 2cf10713acf1 00:41:22 ---> Running in a530bbcbd38a 00:41:22 ---> 86acfb4e0378 00:41:22 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:41:22 ---> 242fc20b6d48 00:41:22 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:41:22 ---> Running in 04b70bd43015 00:41:22 ---> Running in 4b0db4b3871e 00:41:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:41:22 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 00:41:22 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 00:41:22 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 00:41:22 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 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.897s coverage: 29.1% of statements 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.207s coverage: 99.0% of statements 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.130s coverage: 100.0% of statements 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/system 0.056s coverage: 0.0% of statements 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.109s coverage: 87.9% of statements 00:41:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.085s coverage: 32.1% of statements 00:41:29 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements 00:41:30 GO111MODULE=on go vet ./... 00:42:09 Removing intermediate container 8f4c1eeba4be 00:42:09 ---> 82d03de75000 00:42:09 00:42:09 Step 10/22 : FROM alpine:3.12 00:42:09 Removing intermediate container 04b70bd43015 00:42:09 ---> 710bda892db1 00:42:09 00:42:09 Step 10/21 : FROM scratch 00:42:09 ---> 00:42:09 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:42:09 3.12: Pulling from library/alpine 00:42:10 ---> Running in 4244581703f0 00:42:12 Removing intermediate container 4244581703f0 00:42:12 ---> cb9e5e342f65 00:42:12 Step 12/21 : ENV APP_PORT=48085 00:42:13 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:42:13 ---> Running in 930d3fa23442 00:42:13 Status: Downloaded newer image for alpine:3.12 00:42:13 ---> 389fef711851 00:42:13 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:42:13 Removing intermediate container 4b0db4b3871e 00:42:13 ---> 58aad5551a07 00:42:13 00:42:13 Step 10/24 : FROM scratch 00:42:13 ---> 00:42:13 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:42:13 Removing intermediate container a530bbcbd38a 00:42:13 ---> 1ac2d97938fd 00:42:13 00:42:13 Step 10/22 : FROM scratch 00:42:13 ---> 00:42:13 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:42:13 ---> Using cache 00:42:13 ---> cb9e5e342f65 00:42:13 Step 12/22 : ENV APP_PORT=48082 00:42:13 ---> Running in bc9b956be3bd 00:42:13 ---> Running in 0058e98d2dc4 00:42:13 ---> Running in 86af090abaf5 00:42:14 Removing intermediate container 930d3fa23442 00:42:14 ---> d0f444ee5ed7 00:42:14 Step 13/21 : EXPOSE $APP_PORT 00:42:14 ---> Running in 5d8e3594d4db 00:42:15 Removing intermediate container 0058e98d2dc4 00:42:15 ---> 1c0b2f50363c 00:42:15 Step 12/24 : ENV APP_PORT=48060 00:42:15 Removing intermediate container 86af090abaf5 00:42:15 ---> 8eecf248f932 00:42:15 Step 13/22 : EXPOSE $APP_PORT 00:42:16 ---> Running in 453e11b8a72d 00:42:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:16 ---> Running in ab7884b30438 00:42:16 Removing intermediate container 5d8e3594d4db 00:42:16 ---> 8c25c32d261c 00:42:16 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:17 (1/5) Installing ca-certificates (20191127-r4) 00:42:17 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:42:17 (3/5) Installing libcurl (7.69.1-r3) 00:42:17 (4/5) Installing curl (7.69.1-r3) 00:42:17 (5/5) Installing dumb-init (1.2.2-r1) 00:42:17 Executing busybox-1.31.1-r19.trigger 00:42:17 Executing ca-certificates-20191127-r4.trigger 00:42:17 OK: 7 MiB in 19 packages 00:42:18 Removing intermediate container 453e11b8a72d 00:42:18 ---> aecb9ca0ffe9 00:42:18 Step 13/24 : EXPOSE $APP_PORT 00:42:18 Removing intermediate container ab7884b30438 00:42:18 ---> d4b6f6e31a98 00:42:18 Step 14/22 : WORKDIR / 00:42:18 ---> Running in 41be416b5a2b 00:42:18 ---> f718ebd5b945 00:42:18 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:42:18 ---> Running in 42908cbe4711 00:42:19 Removing intermediate container 2cf10713acf1 00:42:19 ---> c98c8478f776 00:42:19 00:42:19 Step 10/22 : FROM scratch 00:42:19 ---> 00:42:19 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:42:19 ---> Using cache 00:42:19 ---> cb9e5e342f65 00:42:19 Step 12/22 : ENV APP_PORT=48081 00:42:19 ---> Running in eac8921dcb04 00:42:19 Removing intermediate container 41be416b5a2b 00:42:19 ---> e3e5f19d3ca8 00:42:19 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:42:19 Removing intermediate container 42908cbe4711 00:42:19 ---> 985ec5047c3b 00:42:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:20 Removing intermediate container bc9b956be3bd 00:42:20 ---> 01e6ccfc465e 00:42:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:42:20 ---> 2d86e0749bcc 00:42:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:42:20 ---> Running in 90859b1294d1 00:42:20 Removing intermediate container eac8921dcb04 00:42:20 ---> f97835e06e64 00:42:20 Step 13/22 : EXPOSE $APP_PORT 00:42:20 ---> Running in e7d70d2f477c 00:42:20 ---> 8b778e74c475 00:42:20 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:42:20 ---> 5c348d38a2dd 00:42:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:42:20 Removing intermediate container 90859b1294d1 00:42:20 ---> 7172c3c84b2a 00:42:20 Step 13/22 : WORKDIR / 00:42:20 ---> a78b40eaa674 00:42:20 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:42:20 Removing intermediate container e7d70d2f477c 00:42:20 ---> c45fdb77e1cf 00:42:20 Step 14/22 : WORKDIR / 00:42:20 ---> Running in 684f11212ae4 00:42:21 ---> Running in 15f5c52ac72d 00:42:21 ---> Running in f8476aa73441 00:42:21 Removing intermediate container 684f11212ae4 00:42:21 ---> 16748db3c0b6 00:42:21 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:22 Removing intermediate container 15f5c52ac72d 00:42:22 ---> 50323b860fa1 00:42:22 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:22 Removing intermediate container f8476aa73441 00:42:22 ---> f05ad2017b0b 00:42:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:23 ---> Running in ac7d8f52f803 00:42:23 ---> bfd0cfeac49d 00:42:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:42:23 ---> 21306f465e9f 00:42:23 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:42:23 Removing intermediate container ac7d8f52f803 00:42:23 ---> b6d7a2c607df 00:42:23 Step 19/21 : LABEL arch=x86_64 00:42:23 ---> 88274772d705 00:42:23 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:42:23 ---> Running in 25dd43a72442 00:42:23 ---> 4deab5e806d8 00:42:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:42:23 ---> 341daf4b4935 00:42:23 Step 18/22 : ENTRYPOINT ["/core-command"] 00:42:24 Removing intermediate container 25dd43a72442 00:42:24 ---> c5bad2c8e105 00:42:24 Step 20/21 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde 00:42:24 ---> Running in 2495f850c96a 00:42:24 ---> 3f5029b76868 00:42:24 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:24 ---> Running in 51e598aba231 00:42:24 ---> 4b64ed434520 00:42:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:42:24 Removing intermediate container 2495f850c96a 00:42:24 ---> fe8442bae2d0 00:42:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:24 Removing intermediate container 51e598aba231 00:42:24 ---> 5d837bb61234 00:42:24 Step 21/21 : LABEL version=0.0.0 00:42:25 ---> Running in 8934887991d4 00:42:25 ---> Running in 7a1d2e0d45ff 00:42:25 ---> ca2e9bcb1fa7 00:42:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:42:25 ---> 4f403e2ad160 00:42:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:42:25 ---> a9f18ea882d3 00:42:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:42:25 Removing intermediate container 8934887991d4 00:42:25 ---> 8c8097994e00 00:42:25 Step 20/22 : LABEL arch=x86_64 00:42:26 ---> Running in 28b7c3860d3f 00:42:26 Removing intermediate container 7a1d2e0d45ff 00:42:26 ---> 8d9a86399f4f 00:42:26 00:42:26 ---> c21aeb41f12c 00:42:26 Step 18/22 : RUN chmod +x entrypoint.sh 00:42:26 ---> 0986dbf50142 00:42:26 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:42:26 ---> Running in 7f433a77452b 00:42:26 Removing intermediate container 28b7c3860d3f 00:42:26 ---> 3828b5c6e29b 00:42:26 Step 21/22 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde 00:42:26 ---> d224eac1b3e4 00:42:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:42:26 ---> Running in 7c3059434ed2 00:42:26 Successfully built 8d9a86399f4f 00:42:26 Successfully tagged docker-support-scheduler-go:latest 00:42:26  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 00:42:26 ---> Running in c27c5caadc2e 00:42:26 Removing intermediate container 7c3059434ed2 00:42:26 ---> ba1c54d45202 00:42:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:27 ---> 6790da07a3d5 00:42:27 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:42:27 ---> Running in 63f8169936f9 00:42:27 ---> Running in d826af1b132a 00:42:27 Removing intermediate container c27c5caadc2e 00:42:27 ---> 7828d85fab2f 00:42:27 Step 22/22 : LABEL version=0.0.0 00:42:27 ---> Running in e1a58f9ef5e2 00:42:27 Removing intermediate container 63f8169936f9 00:42:27 ---> f8467de675cc 00:42:27 Step 20/22 : LABEL arch=x86_64 00:42:28 Removing intermediate container d826af1b132a 00:42:28 ---> 3115919cd24b 00:42:28 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:28 ---> Running in 46c1eed65e91 00:42:29 ---> Running in ab8a52050c45 00:42:29 Removing intermediate container e1a58f9ef5e2 00:42:29 ---> 0be6ae133ab3 00:42:29 00:42:29 Removing intermediate container 46c1eed65e91 00:42:29 ---> 326d3d04e9b6 00:42:29 Step 21/22 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde 00:42:29 Successfully built 0be6ae133ab3 00:42:29 ---> Running in a242cdf89392 00:42:30 Removing intermediate container ab8a52050c45 00:42:30 ---> 07149272194d 00:42:30 Step 22/24 : LABEL arch=x86_64 00:42:30 Successfully tagged docker-core-command-go:latest 00:42:30  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 00:42:30 Removing intermediate container 7f433a77452b 00:42:30 ---> 4b9c30ef0d9a 00:42:30 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:42:30 ---> Running in bdab8cc8914a 00:42:30 ---> Running in 18dc60ee3141 00:42:31 Removing intermediate container a242cdf89392 00:42:31 ---> 34bfbbbc6ebe 00:42:31 Step 22/22 : LABEL version=0.0.0 00:42:33 Removing intermediate container bdab8cc8914a 00:42:33 ---> f27e9cd8b83b 00:42:33 Step 23/24 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde 00:42:33 ---> Running in 986d7d65fd47 00:42:33 Removing intermediate container 18dc60ee3141 00:42:33 ---> 40eb8336d33d 00:42:33 Step 20/22 : LABEL arch=x86_64 00:42:34 ---> Running in 8556a46b9b7c 00:42:34 ---> Running in 929a91881f5c 00:42:35 Removing intermediate container 986d7d65fd47 00:42:35 ---> b20707acc709 00:42:35 00:42:35 Removing intermediate container 929a91881f5c 00:42:35 ---> 81f7a28a5d7d 00:42:35 Step 21/22 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde 00:42:36 Removing intermediate container 8556a46b9b7c 00:42:36 ---> 074137e86a1e 00:42:36 Step 24/24 : LABEL version=0.0.0 00:42:36 Successfully built b20707acc709 00:42:36 Successfully tagged docker-core-metadata-go:latest 00:42:36 Building docker-core-data-go 00:42:37  Building docker-core-metadata-go ... done  ---> Running in 527db792669e 00:42:37 ---> Running in 1e85df1972de 00:42:38 Removing intermediate container 527db792669e 00:42:38 ---> ec7db540d736 00:42:38 00:42:38 Successfully built ec7db540d736 00:42:38 Successfully tagged docker-support-notifications-go:latest 00:42:38  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 00:42:38 Removing intermediate container 1e85df1972de 00:42:38 ---> 91845defbca0 00:42:38 Step 22/22 : LABEL version=0.0.0 00:42:38 ---> Running in 02e7d2842c9f 00:42:40 Removing intermediate container 02e7d2842c9f 00:42:40 ---> 591717ea92e5 00:42:40 00:42:40 Successfully built 591717ea92e5 00:42:40 Successfully tagged docker-security-bootstrap-redis-go:latest 00:42:51 gofmt -l . 00:42:51 [ "`gofmt -l .`" = "" ] 00:42:51 ./bin/test-go-mod-tidy.sh 00:42:51 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:52 + ls -al . 00:42:52 total 672 00:42:52 drwxrwxr-x 9 1001 1001 4096 Jan 12 00:42 . 00:42:52 drwxr-xr-x 4 root root 4096 Jan 12 00:38 .. 00:42:52 -rw-rw-r-- 1 1001 1001 11 Jan 12 00:36 .dockerignore 00:42:52 drwxrwxr-x 8 1001 1001 4096 Jan 12 00:36 .git 00:42:52 drwxrwxr-x 3 1001 1001 4096 Jan 12 00:36 .github 00:42:52 -rw-rw-r-- 1 1001 1001 824 Jan 12 00:36 .gitignore 00:42:52 -rw-rw-r-- 1 1001 1001 166 Jan 12 00:36 .sonarcloud.properties 00:42:52 -rw-rw-r-- 1 1001 1001 7741 Jan 12 00:36 Attribution.txt 00:42:52 -rw-rw-r-- 1 1001 1001 3804 Jan 12 00:36 CONTRIBUTING.md 00:42:52 -rw-rw-r-- 1 1001 1001 931 Jan 12 00:36 Dockerfile.build 00:42:52 -rw-rw-r-- 1 1001 1001 863 Jan 12 00:36 Jenkinsfile 00:42:52 -rw-rw-r-- 1 1001 1001 10775 Jan 12 00:36 LICENSE 00:42:52 -rw-rw-r-- 1 1001 1001 5750 Jan 12 00:36 Makefile 00:42:52 -rw-rw-r-- 1 1001 1001 6524 Jan 12 00:36 README.md 00:42:52 -rw-rw-r-- 1 1001 1001 6744 Jan 12 00:36 SECURITY.md 00:42:52 -rw-rw-r-- 1 1001 1001 5 Jan 12 00:33 VERSION 00:42:52 -rw-rw-r-- 1 1001 1001 4131 Jan 12 00:36 ZMQWindows.md 00:42:52 drwxrwxr-x 2 1001 1001 4096 Jan 12 00:36 bin 00:42:52 drwxrwxr-x 14 1001 1001 4096 Jan 12 00:36 cmd 00:42:52 -rw-r--r-- 1 root root 540302 Jan 12 00:41 coverage.out 00:42:52 -rw-r--r-- 1 root root 979 Jan 12 00:42 go.mod 00:42:52 -rw-r--r-- 1 root root 19019 Jan 12 00:42 go.sum 00:42:52 drwxrwxr-x 8 1001 1001 4096 Jan 12 00:36 internal 00:42:52 drwxrwxr-x 4 1001 1001 4096 Jan 12 00:36 openapi 00:42:52 drwxrwxr-x 4 1001 1001 4096 Jan 12 00:36 snap 00:42:52 -rw-rw-r-- 1 1001 1001 168 Jan 12 00:36 version.go [Pipeline] sh 00:42:53 + '[' -e coverage.out ] 00:42:53 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:53 Warning: overwriting stash ‘coverage-report’ 00:42:54 Stashed 1 file(s) [Pipeline] sh 00:42:55 + make build 00:42:55 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 00:43: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 00:43:13  Building docker-security-bootstrap-redis-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:43:13 ---> fbf792557021 00:43:13 Step 3/21 : WORKDIR /edgex-go 00:43:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:43:13 ---> fbf792557021 00:43:13 Step 3/24 : WORKDIR /edgex-go 00:43:13 ---> Using cache 00:43:13 ---> 99746218532d 00:43:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:13 ---> Using cache 00:43:13 ---> 99746218532d 00:43:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:13 ---> Using cache 00:43:13 ---> 48d93c2a2b24 00:43:13 Step 5/21 : RUN apk add --update --no-cache make git 00:43:13 ---> Using cache 00:43:13 ---> 48d93c2a2b24 00:43:13 Step 5/24 : RUN apk add --update --no-cache make git 00:43:13 ---> Using cache 00:43:13 ---> c25a9b00d039 00:43:13 Step 6/24 : COPY go.mod . 00:43:13 ---> Using cache 00:43:13 ---> c25a9b00d039 00:43:13 Step 6/21 : COPY go.mod . 00:43:13 ---> Using cache 00:43:13 ---> 2200706b4ed0 00:43:13 Step 7/24 : RUN go mod download 00:43:13 ---> Using cache 00:43:13 ---> 2200706b4ed0 00:43:13 Step 7/21 : RUN go mod download 00:43:13 ---> Using cache 00:43:13 ---> 7da0e5d96c51 00:43:13 Step 8/21 : COPY . . 00:43:13 ---> Using cache 00:43:13 ---> 7da0e5d96c51 00:43:13 Step 8/24 : COPY . . 00:43:13 ---> Using cache 00:43:13 ---> b8c5c5c87f0d 00:43:13 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:43:13 ---> Using cache 00:43:13 ---> b8c5c5c87f0d 00:43:13 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:43:16 ---> Running in ed369ed4b5a3 00:43:16 ---> Running in 095e30a72d42 00:43:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:21 ---> fbf792557021 00:43:21 Step 3/23 : WORKDIR /edgex-go 00:43:21 ---> Using cache 00:43:21 ---> 99746218532d 00:43:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:21 ---> Using cache 00:43:21 ---> 48d93c2a2b24 00:43:21 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:43:21 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:43:21 ---> fbf792557021 00:43:21 Step 3/26 : WORKDIR /edgex-go 00:43:21 ---> Using cache 00:43:21 ---> 99746218532d 00:43:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:21 ---> Using cache 00:43:21 ---> 48d93c2a2b24 00:43:21 Step 5/26 : RUN apk add --update --no-cache make bash git 00:43:22 ---> Running in acf033cbc802 00:43:22 ---> Running in 19f122585707 00:43:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:22 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 00:43:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:28 OK: 233 MiB in 51 packages 00:43:28 OK: 233 MiB in 51 packages 00:43:30 Removing intermediate container acf033cbc802 00:43:30 ---> d65febaf7f15 00:43:30 Step 6/26 : COPY go.mod . 00:43:30 Removing intermediate container 19f122585707 00:43:30 ---> 9abc35f0a735 00:43:30 Step 6/23 : COPY go.mod . 00:43:31 ---> a69629d96e41 00:43:31 Step 7/26 : RUN go mod download 00:43:31 ---> d0eba9890b0b 00:43:31 Step 7/23 : RUN go mod download 00:43:31 ---> Running in 1c5890cd1ebe 00:43:31 ---> Running in 7be84a9b226e 00:43:32 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 00:43:36 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 00:43:38 Removing intermediate container 1c5890cd1ebe 00:43:38 ---> f3b6aeb4bb6f 00:43:38 Step 8/26 : COPY . . 00:43:38 Removing intermediate container 7be84a9b226e 00:43:38 ---> 5eb8d98d5f68 00:43:38 Step 8/23 : COPY . . 00:43:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:43:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:43:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:43:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:43:59 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 00:43: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 00:44:02 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 00:44:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:44:13 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 00:44:20 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 00:44:21 Removing intermediate container 095e30a72d42 00:44:21 ---> d9b8be44e7eb 00:44:21 00:44:21 Step 10/24 : FROM alpine:3.12 00:44:21 ---> 389fef711851 00:44:21 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:44:21 ---> Using cache 00:44:21 ---> 01e6ccfc465e 00:44:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:44:21 Removing intermediate container ed369ed4b5a3 00:44:21 ---> fa2a5dac07f9 00:44:21 00:44:21 Step 10/21 : FROM alpine:3.12 00:44:21 ---> 389fef711851 00:44:21 Step 11/21 : RUN apk add --update --no-cache curl 00:44:21 ---> Running in 771c874f7525 00:44:21 ---> Running in 01b75c6c85b2 00:44:22 Removing intermediate container 771c874f7525 00:44:22 ---> 12b38fefa8c0 00:44:22 Step 13/24 : WORKDIR / 00:44:23 ---> Running in cc1d7489806b 00:44:24 Removing intermediate container cc1d7489806b 00:44:24 ---> 23439c73affd 00:44:24 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:44:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:25 (1/4) Installing ca-certificates (20191127-r4) [Pipeline] } 00:44:26 $ docker stop --time=1 84faed35ac88bb68834e5d749c6becbe38c585d56c81caf3a619eca8625f5a51 00:44:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:44:26 (3/4) Installing libcurl (7.69.1-r3) 00:44:26 (4/4) Installing curl (7.69.1-r3) 00:44:26 Executing busybox-1.31.1-r19.trigger 00:44:26 Executing ca-certificates-20191127-r4.trigger 00:44:26 OK: 7 MiB in 18 packages 00:44:26 ---> 8ee5ff34c750 00:44:26 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:44:28 $ docker rm -f 84faed35ac88bb68834e5d749c6becbe38c585d56c81caf3a619eca8625f5a51 00:44:29 ---> f107ddd06a8f 00:44:29 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:44:29 Removing intermediate container 01b75c6c85b2 00:44:29 ---> 1e1e7d085364 00:44:29 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:44:29 ---> 0505ed3080b1 00:44:29 Step 9/23 : RUN make cmd/core-data/core-data 00:44:29 ---> f4de0eb6380d 00:44:29 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:44:29 ---> Running in e3ddab2597dd 00:44:30 ---> Running in dc4ad0ef4542 00:44:30 ---> Running in 0c53c9971625 00:44:30 ---> 2df24f478b32 00:44:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:31 Removing intermediate container e3ddab2597dd 00:44:31 ---> 112f7357b51b 00:44:31 Step 13/21 : WORKDIR /edgex 00:44:31 ---> Running in a62e8212b8d2 00:44:31 00:44:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:31 ---> b44dabad1107 00:44:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:44:31 Removing intermediate container a62e8212b8d2 00:44:31 ---> 606a5c0642da 00:44:31 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:44:31 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:31 29e5d40040c1: Pulling fs layer 00:44:31 1ce36da41761: Pulling fs layer 00:44:31 25b303627fd3: Pulling fs layer 00:44:31 29e5d40040c1: Verifying Checksum 00:44:31 29e5d40040c1: Download complete 00:44:32 1ce36da41761: Verifying Checksum 00:44:32 1ce36da41761: Download complete 00:44:32 29e5d40040c1: Pull complete 00:44:33 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 00:44:33 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 00:44:33 ---> 844d78ce8e2c 00:44:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:44:33 ---> e910946d9913 00:44:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:44:34 ---> 96179b82d8ac 00:44: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/ 00:44:34 ---> c9b4b582ba6f 00:44:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:44:34 ---> Running in 73b59bb04c3f 00:44:34 1ce36da41761: Pull complete 00:44:34 25b303627fd3: Verifying Checksum 00:44:34 25b303627fd3: Download complete 00:44:35 ---> 3419a65af82c 00:44:35 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:44:36 ---> Running in 097ba2ab3fd2 00:44:36 Removing intermediate container 097ba2ab3fd2 00:44:36 ---> ca55a76a87e3 00:44:36 Step 18/21 : CMD ["--init=true"] 00:44:37 ---> Running in 9ae8327ee7a5 00:44:38 Removing intermediate container 9ae8327ee7a5 00:44:38 ---> 76e20bcd7829 00:44:38 Step 19/21 : LABEL arch=x86_64 00:44:38 Removing intermediate container 73b59bb04c3f 00:44:38 ---> dc446bde143e 00:44:38 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:44:38 ---> Running in 537d191f789c 00:44:38 ---> Running in aacf27bbb2fe 00:44:39 Removing intermediate container 537d191f789c 00:44:39 ---> ccffd190a228 00:44:39 Step 20/21 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde 00:44:39 Removing intermediate container aacf27bbb2fe 00:44:39 ---> 8040df28b7e4 00:44:39 Step 22/24 : LABEL arch=x86_64 00:44:40 ---> Running in 791eef79e2d6 00:44:40 ---> Running in f26557366212 00:44:40 Removing intermediate container 791eef79e2d6 00:44:40 ---> ee4b0d75ba76 00:44:40 Step 21/21 : LABEL version=0.0.0 00:44:40 ---> Running in 053649eee75f 00:44:40 Removing intermediate container f26557366212 00:44:40 ---> 773912f8c036 00:44:40 Step 23/24 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde 00:44:40 ---> Running in bed143aa5522 00:44:40 Removing intermediate container 053649eee75f 00:44:40 ---> ac28f5748812 00:44:40 00:44:41 Removing intermediate container bed143aa5522 00:44:41 ---> 24893d6ba5e2 00:44:41 Step 24/24 : LABEL version=0.0.0 00:44:41 ---> Running in 4b6df6777489 00:44:41 Successfully built ac28f5748812 00:44:41 Successfully tagged docker-security-proxy-setup-go:latest 00:44:41  Building docker-security-proxy-setup-go ... done Removing intermediate container 4b6df6777489 00:44:41 ---> 40bb057e652d 00:44:41 00:44:42 Successfully built 40bb057e652d 00:44:42 Successfully tagged docker-security-secretstore-setup-go:latest 00:44:44 25b303627fd3: Pull complete 00:44:44 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:45 prd-ubuntu18.04-docker-arm64-4c-16g-19664 does not seem to be running inside a container 00:44:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:48 $ docker top 5e845eb4f234658e209cab9d3f359edc63fe95ae4e6e374e2c3c7e68f1d25e01 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:49 + grep parallel 00:44:49 + docker-compose build --help 00:44:56 --parallel Build images in parallel. [Pipeline] } 00:44:56 $ docker stop --time=1 5e845eb4f234658e209cab9d3f359edc63fe95ae4e6e374e2c3c7e68f1d25e01 00:44:58 $ docker rm -f 5e845eb4f234658e209cab9d3f359edc63fe95ae4e6e374e2c3c7e68f1d25e01 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:59 . [Pipeline] withDockerContainer 00:44:59 prd-ubuntu18.04-docker-arm64-4c-16g-19664 does not seem to be running inside a container 00:44:59 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:00 $ docker top c90dee3530d1c4620c3f622fca38d2243de18d4f44a888a5dbeb5e21dc9a4da6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:01 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:05  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0c53c9971625 00:45:05 ---> 0291fb5c7467 00:45:05 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:45:05 ---> Running in fabfa4553de2 00:45:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:45:06 Removing intermediate container fabfa4553de2 00:45:06 ---> e89f9b54a25b 00:45:06 00:45:06 Step 11/26 : FROM docker:20.10.0 00:45:07 20.10.0: Pulling from library/docker 00:45:07 Removing intermediate container dc4ad0ef4542 00:45:07 ---> ce70125d37b5 00:45:07 00:45:07 Step 10/23 : FROM alpine:3.12 00:45:07 ---> 389fef711851 00:45:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:45:08 ---> Running in 0e577d6f190e 00:45:08 Removing intermediate container 0e577d6f190e 00:45:08 ---> 40d5c3dfdfa3 00:45:08 Step 12/23 : ENV APP_PORT=48080 00:45:08 Building docker-core-command-go ... 00:45:08 Building docker-core-data-go ... 00:45:08 Building docker-core-metadata-go ... 00:45:08 Building docker-security-bootstrap-redis-go ... 00:45:08 Building docker-security-proxy-setup-go ... 00:45:08 Building docker-security-secretstore-setup-go ... 00:45:08 Building docker-support-notifications-go ... 00:45:08 Building docker-support-scheduler-go ... 00:45:08 Building docker-sys-mgmt-agent-go ... 00:45:08 Building docker-core-data-go 00:45:08 Building docker-security-secretstore-setup-go 00:45:08 Building docker-support-notifications-go 00:45:08 Building docker-support-scheduler-go 00:45:08 Building docker-security-bootstrap-redis-go 00:45:08 ---> Running in 2881f8c376fc 00:45:09 Removing intermediate container 2881f8c376fc 00:45:09 ---> a0dc8dbf92bd 00:45:09 Step 13/23 : EXPOSE $APP_PORT 00:45:09 ---> Running in 136ba51b5fc9 00:45:09 Removing intermediate container 136ba51b5fc9 00:45:09 ---> 64a00c13538f 00:45:09 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:09 ---> Running in e4680fabe8f4 00:45:12 Removing intermediate container e4680fabe8f4 00:45:12 ---> 73713c12b9e6 00:45:12 Step 15/23 : RUN apk add --update --no-cache zeromq 00:45:12 ---> Running in a4956b03e3d5 00:45:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:45:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:45:17 (1/5) Installing libgcc (9.3.0-r2) 00:45:17 (2/5) Installing libsodium (1.0.18-r0) 00:45:17 (3/5) Installing libstdc++ (9.3.0-r2) 00:45:18 (4/5) Installing libzmq (4.3.3-r0) 00:45:18 (5/5) Installing zeromq (4.3.3-r0) 00:45:18 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:45:18 Status: Downloaded newer image for docker:20.10.0 00:45:18 ---> aefe523efa57 00:45:18 Step 12/26 : RUN apk add --no-cache bash 00:45:18 Executing busybox-1.31.1-r19.trigger 00:45:18 OK: 8 MiB in 19 packages 00:45:19 ---> Running in 92bd6b157e6b 00:45:19 Removing intermediate container a4956b03e3d5 00:45:19 ---> 32f6fca8b44d 00:45:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:45:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:45:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:45:20 ---> 4760c2ebc6c5 00:45:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:45:20 (1/2) Installing readline (8.0.4-r0) 00:45:20 (2/2) Installing bash (5.0.17-r0) 00:45:20 Executing bash-5.0.17-r0.post-install 00:45:20 Executing busybox-1.31.1-r19.trigger 00:45:20 OK: 12 MiB in 22 packages 00:45:21 ---> 4d4ff4f03d47 00:45:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:45:21 Removing intermediate container 92bd6b157e6b 00:45:21 ---> fb7330c99ceb 00:45:21 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:45:21 ---> Running in 32f598121d12 00:45:21 ---> 1c19c1413f26 00:45:21 Step 19/23 : ENTRYPOINT ["/core-data"] 00:45:22 ---> Running in 7ab134240bd3 00:45:22 Removing intermediate container 32f598121d12 00:45:22 ---> 826729f47137 00:45:22 Step 14/26 : ENV APP_PORT=48090 00:45:22 ---> Running in 26d84712faab 00:45:22 Removing intermediate container 7ab134240bd3 00:45:22 ---> 274d85cec4ab 00:45:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:45:22 Removing intermediate container 26d84712faab 00:45:22 ---> 1d2f3a7592fb 00:45:22 Step 15/26 : EXPOSE $APP_PORT 00:45:22 ---> Running in 30398db19a28 00:45:22 ---> Running in c931cf932add 00:45:23 Removing intermediate container 30398db19a28 00:45:23 ---> 587e59eccb99 00:45:23 Step 21/23 : LABEL arch=x86_64 00:45:23 Removing intermediate container c931cf932add 00:45:23 ---> efb380a9a600 00:45:23 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:45:23 ---> Running in a8f289f0ecf6 00:45:23 Removing intermediate container a8f289f0ecf6 00:45:23 ---> b6bfacc1d19e 00:45:23 Step 22/23 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde 00:45:23 ---> Running in efbb484992bb 00:45:23 ---> 6838e577e401 00:45:23 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:45:23 Removing intermediate container efbb484992bb 00:45:23 ---> e1e2bb5b9460 00:45:23 Step 23/23 : LABEL version=0.0.0 00:45:24 ---> Running in 55cbe06c22cf 00:45:24 ---> 243f5ef02d02 00:45:24 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:45:24 Removing intermediate container 55cbe06c22cf 00:45:24 ---> add512ec5325 00:45:24 00:45:24 Successfully built add512ec5325 00:45:24 Successfully tagged docker-core-data-go:latest 00:45:24  Building docker-core-data-go ... done  ---> fd8a3264fce0 00:45:24 Step 19/26 : RUN apk --no-cache add py3-pip 00:45:24 ---> Running in 8f9be2611101 00:45:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:45:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:45:26 (1/33) Installing libbz2 (1.0.8-r1) 00:45:26 (2/33) Installing expat (2.2.9-r1) 00:45:26 (3/33) Installing libffi (3.3-r2) 00:45:26 (4/33) Installing gdbm (1.13-r1) 00:45:26 (5/33) Installing xz-libs (5.2.5-r0) 00:45:26 (6/33) Installing sqlite-libs (3.32.1-r0) 00:45:26 (7/33) Installing python3 (3.8.5-r0) 00:45:27 (8/33) Installing py3-appdirs (1.4.4-r1) 00:45:27 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:45:27 (10/33) Installing py3-parsing (2.4.7-r0) 00:45:27 (11/33) Installing py3-six (1.15.0-r0) 00:45:27 (12/33) Installing py3-packaging (20.4-r0) 00:45:27 (13/33) Installing py3-setuptools (47.0.0-r0) 00:45:27 (14/33) Installing py3-chardet (3.0.4-r4) 00:45:27 (15/33) Installing py3-idna (2.9-r0) 00:45:27 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:45:27 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:45:27 (18/33) Installing py3-requests (2.23.0-r0) 00:45:27 (19/33) Installing py3-msgpack (1.0.0-r0) 00:45:28 (20/33) Installing py3-lockfile (0.12.2-r3) 00:45:28 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:45:28 (22/33) Installing py3-colorama (0.4.3-r0) 00:45:28 (23/33) Installing py3-distlib (0.3.0-r0) 00:45:28 (24/33) Installing py3-distro (1.5.0-r1) 00:45:28 (25/33) Installing py3-webencodings (0.5.1-r3) 00:45:28 (26/33) Installing py3-html5lib (1.0.1-r4) 00:45:28 (27/33) Installing py3-pytoml (0.1.21-r0) 00:45:28 (28/33) Installing py3-pep517 (0.8.2-r0) 00:45:28 (29/33) Installing py3-progress (1.5-r0) 00:45:28 (30/33) Installing py3-toml (0.10.1-r0) 00:45:28 (31/33) Installing py3-retrying (1.3.3-r0) 00:45:28 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:45:28 (33/33) Installing py3-pip (20.1.1-r0) 00:45:28 Executing busybox-1.31.1-r19.trigger 00:45:28 OK: 71 MiB in 55 packages 00:45:38 Removing intermediate container 8f9be2611101 00:45:38 ---> e8c9475df6ae 00:45:38 Step 20/26 : RUN pip install docker-compose==1.23.2 00:45:38 ---> Running in d5d3f45ee21d 00:45:40 Collecting docker-compose==1.23.2 00:45:40 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:45:40 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:45:40 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:45:40 Collecting jsonschema<3,>=2.5.1 00:45:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:45:40 Collecting dockerpty<0.5,>=0.4.1 00:45:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:45:41 Collecting docopt<0.7,>=0.6.1 00:45:41 Downloading docopt-0.6.2.tar.gz (25 kB) 00:45:42 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:45:42 Collecting cached-property<2,>=1.2.0 00:45:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:45:42 Collecting docker<4.0,>=3.6.0 00:45:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:45:42 Collecting websocket-client<1.0,>=0.32.0 00:45:42 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:45:42 Collecting texttable<0.10,>=0.9.0 00:45:42 Downloading texttable-0.9.1.tar.gz (11 kB) 00:45:43 Collecting PyYAML<4,>=3.10 00:45:43 Downloading PyYAML-3.13.tar.gz (270 kB) 00:45:44 Collecting urllib3<1.25,>=1.21.1 00:45:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:45:44 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) 00:45:44 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) 00:45:45 Collecting idna<2.8,>=2.5 00:45:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:45:45 Collecting docker-pycreds>=0.4.0 00:45:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:45:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:45:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:45:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:45:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:45:45 Installing collected packages: urllib3, idna, requests, jsonschema, dockerpty, docopt, cached-property, websocket-client, docker-pycreds, docker, texttable, PyYAML, docker-compose 00:45:45 Attempting uninstall: urllib3 00:45:45 Found existing installation: urllib3 1.25.9 00:45:45 Uninstalling urllib3-1.25.9: 00:45:45 Successfully uninstalled urllib3-1.25.9 00:45:45 Attempting uninstall: idna 00:45:45 Found existing installation: idna 2.9 00:45:45 Uninstalling idna-2.9: 00:45:45 Successfully uninstalled idna-2.9 00:45:46 Attempting uninstall: requests 00:45:46 Found existing installation: requests 2.23.0 00:45:46 Uninstalling requests-2.23.0: 00:45:46 Successfully uninstalled requests-2.23.0 00:45:46 Running setup.py install for dockerpty: started 00:45:47 Running setup.py install for dockerpty: finished with status 'done' 00:45:47 Running setup.py install for docopt: started 00:45:48 Running setup.py install for docopt: finished with status 'done' 00:45:49 Running setup.py install for texttable: started 00:45:50 Running setup.py install for texttable: finished with status 'done' 00:45:50 Running setup.py install for PyYAML: started 00:45:51 Running setup.py install for PyYAML: finished with status 'done' 00:45:52 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 00:45:55 Removing intermediate container d5d3f45ee21d 00:45:55 ---> d061f28fbdd9 00:45:55 Step 21/26 : RUN apk --no-cache add curl 00:45:55 ---> Running in 9009ddc74e6f 00:45:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:45:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:45:58 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:45:58 (2/3) Installing libcurl (7.69.1-r3) 00:45:58 (3/3) Installing curl (7.69.1-r3) 00:45:58 Executing busybox-1.31.1-r19.trigger 00:45:58 OK: 72 MiB in 58 packages 00:45:59 Removing intermediate container 9009ddc74e6f 00:45:59 ---> cdfb8132a916 00:45:59 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:45:59 ---> Running in 194781edc8dc 00:45:59 Removing intermediate container 194781edc8dc 00:45:59 ---> 5677619fbb07 00:45:59 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:45:59 ---> Running in f6dd01a1a498 00:46:00 Removing intermediate container f6dd01a1a498 00:46:00 ---> bc0e2c1a4c44 00:46:00 Step 24/26 : LABEL arch=x86_64 00:46:00 ---> Running in d7edb98ff673 00:46:01 Removing intermediate container d7edb98ff673 00:46:01 ---> 26f360f6874d 00:46:01 Step 25/26 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde 00:46:01 ---> Running in e0415d379c3f 00:46:01 Removing intermediate container e0415d379c3f 00:46:01 ---> cd19f8fb4150 00:46:01 Step 26/26 : LABEL version=0.0.0 00:46:01 ---> Running in 580fac99d3e5 00:46:01 Removing intermediate container 580fac99d3e5 00:46:01 ---> aea083238b3e 00:46:01 00:46:02 Successfully built aea083238b3e 00:46:02 Successfully tagged docker-sys-mgmt-agent-go:latest 00:46:03  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:46:03 $ docker stop --time=1 9e50d6946285a62c8f81292c5feb2ac27efcd9176d66f08527513e682d2a0806 00:46:06 $ docker rm -f 9e50d6946285a62c8f81292c5feb2ac27efcd9176d66f08527513e682d2a0806 [Pipeline] // withDockerContainer [Pipeline] sh 00:46:06 + docker images 00:46:06 + grep docker 00:46:07 docker-sys-mgmt-agent-go latest aea083238b3e 6 seconds ago 313MB 00:46:07 docker-core-data-go latest add512ec5325 43 seconds ago 22.3MB 00:46:07 docker-security-secretstore-setup-go latest 40bb057e652d About a minute ago 24.6MB 00:46:07 docker-security-proxy-setup-go latest ac28f5748812 About a minute ago 24.4MB 00:46:07 docker-security-bootstrap-redis-go latest 591717ea92e5 3 minutes ago 15.8MB 00:46:07 docker-support-notifications-go latest ec7db540d736 3 minutes ago 12MB 00:46:07 docker-core-metadata-go latest b20707acc709 3 minutes ago 13MB 00:46:07 docker-core-command-go latest 0be6ae133ab3 3 minutes ago 10.6MB 00:46:07 docker-support-scheduler-go latest 8d9a86399f4f 3 minutes ago 10.7MB 00:46:07 docker 20.10.0 aefe523efa57 4 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 00:46:16 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:16 ---> a2a900cea009 00:46:16 Step 3/24 : WORKDIR /edgex-go 00:46:16 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:16 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:16 ---> a2a900cea009 00:46:16 Step 3/21 : WORKDIR /edgex-go 00:46:16 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:16 ---> a2a900cea009 00:46:16 Step 3/24 : WORKDIR /edgex-go 00:46:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:16 ---> a2a900cea009 00:46:16 Step 3/22 : WORKDIR /edgex-go 00:46:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:16 ---> a2a900cea009 00:46:16 Step 3/23 : WORKDIR /edgex-go 00:46:20 ---> Running in 470a2eacaea9 00:46:20 ---> Running in ccabff911d96 00:46:20 ---> Running in f7da9c90baa4 00:46:20 ---> Running in d39b56b2b662 00:46:20 ---> Running in 85543c10578e 00:46:20 Removing intermediate container f7da9c90baa4 00:46:20 ---> 4deaef91d4d2 00:46:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:20 Removing intermediate container ccabff911d96 00:46:20 ---> 56279fe241af 00:46:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:20 Removing intermediate container 470a2eacaea9 00:46:20 ---> bfae586aa25b 00:46:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:20 Removing intermediate container d39b56b2b662 00:46:20 ---> 7f4cb5f8cbf3 00:46:20 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:20 Removing intermediate container 85543c10578e 00:46:20 ---> 04299351aa07 00:46:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:21 ---> Running in 22b187507efa 00:46:21 ---> Running in 4300b7a96d64 00:46:21 ---> Running in 7a40560b459e 00:46:21 ---> Running in 3a9aa91b9826 00:46:21 ---> Running in 4fbf8eb585de 00:46:23 Still waiting to schedule task 00:46:23 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 00:46:25 Removing intermediate container 7a40560b459e 00:46:25 ---> 408f7f9c48b5 00:46:25 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:46:25 ---> Running in 87d4d548fbf0 00:46:25 Removing intermediate container 22b187507efa 00:46:25 ---> d68501a5f10f 00:46:25 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:46:25 ---> Running in cd53ed5c2813 00:46:25 Removing intermediate container 3a9aa91b9826 00:46:25 ---> de3cd8241e9c 00:46:25 Step 5/21 : RUN apk add --update --no-cache make git 00:46:25 Removing intermediate container 4300b7a96d64 00:46:25 ---> 634277c49f7b 00:46:25 Step 5/22 : RUN apk add --update --no-cache make git 00:46:25 Removing intermediate container 4fbf8eb585de 00:46:25 ---> dc44c2405974 00:46:25 Step 5/24 : RUN apk add --update --no-cache make git 00:46:25 ---> Running in bb660ea94d8b 00:46:25 ---> Running in fb3c87d22e41 00:46:25 ---> Running in 6d77ed26453b 00:46:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:28 OK: 217 MiB in 51 packages 00:46:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:29 OK: 217 MiB in 51 packages 00:46:30 OK: 217 MiB in 51 packages 00:46:30 Removing intermediate container 87d4d548fbf0 00:46:30 ---> 11cda4c636c7 00:46:30 Step 6/23 : COPY go.mod . 00:46:30 OK: 217 MiB in 51 packages 00:46:30 OK: 217 MiB in 51 packages 00:46:31 Removing intermediate container cd53ed5c2813 00:46:31 ---> 1012540c017c 00:46:31 Step 6/24 : COPY go.mod . 00:46:31 ---> a342dadde7ca 00:46:31 Step 7/23 : RUN go mod download 00:46:31 Removing intermediate container 6d77ed26453b 00:46:31 ---> ed7f9d0d4f06 00:46:31 Step 6/24 : COPY go.mod . 00:46:31 ---> Running in c96472ae2f14 00:46:31 Removing intermediate container fb3c87d22e41 00:46:31 ---> 238ba93f3890 00:46:31 Step 6/22 : COPY go.mod . 00:46:32 ---> 73b9c443a614 00:46:32 Step 7/24 : RUN go mod download 00:46:32 ---> Running in 0f3471fceeae 00:46:32 Removing intermediate container bb660ea94d8b 00:46:32 ---> 60385a7413d1 00:46:32 Step 6/21 : COPY go.mod . 00:46:33 ---> 8f12ee18082b 00:46:33 Step 7/24 : RUN go mod download 00:46:33 ---> Running in 0d96b1c305ff 00:46:33 ---> 3ee71aab0d20 00:46:33 Step 7/22 : RUN go mod download 00:46:33 ---> Running in a23682a537f2 00:46:33 ---> 6d02a99d704b 00:46:33 Step 7/21 : RUN go mod download 00:46:33 ---> Running in e789a9610c96 00:46:35 Removing intermediate container c96472ae2f14 00:46:35 ---> 2024c79ec7a8 00:46:35 Step 8/23 : COPY . . 00:46:36 Removing intermediate container 0f3471fceeae 00:46:36 ---> cfced546b2e0 00:46:36 Step 8/24 : COPY . . 00:46:37 Removing intermediate container 0d96b1c305ff 00:46:37 ---> ef0ba412c5f0 00:46:37 Step 8/24 : COPY . . 00:46:39 Removing intermediate container a23682a537f2 00:46:39 ---> e27b422aedba 00:46:39 Step 8/22 : COPY . . 00:46:40 Removing intermediate container e789a9610c96 00:46:40 ---> 3138150f3f2e 00:46:40 Step 8/21 : COPY . . 00:47:06 ---> 26ca14ebbbd4 00:47:06 Step 9/23 : RUN make cmd/core-data/core-data 00:47:06 ---> 2673194e5523 00:47:06 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:47:06 ---> c6e1c29d746c 00:47:06 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:47:06 ---> 11616db52659 00:47:06 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:47:06 ---> 340c8ec19497 00:47:06 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:47:06 ---> Running in 3ab8aa88fd87 00:47:06 ---> Running in 1935f4714023 00:47:06 ---> Running in eb074038cbe1 00:47:06 ---> Running in 721a619b70e4 00:47:06 ---> Running in b438e0e1fff3 00:47: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 00:47:06 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 00:47:06 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 00:47:06 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 00:47:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:48:44 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 00:48:52 Removing intermediate container 721a619b70e4 00:48:52 ---> c52e15f83e76 00:48:52 00:48:52 Step 10/22 : FROM alpine:3.12 00:48:52 3.12: Pulling from library/alpine 00:48:52 Removing intermediate container 3ab8aa88fd87 00:48:52 ---> e58117fdde62 00:48:52 00:48:52 Step 10/24 : FROM alpine:3.12 00:48:52 3.12: Pulling from library/alpine 00:48:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:48:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:48:54 Status: Downloaded newer image for alpine:3.12 00:48:54 ---> afeebe901d6b 00:48:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curlStatus: Image is up to date for alpine:3.12 00:48:54 00:48:54 ---> afeebe901d6b 00:48:54 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:48:55 ---> Running in 0fa314c6b70e 00:48:55 ---> Running in 8ff5ee324d40 00:48:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:59 Removing intermediate container eb074038cbe1 00:48:59 ---> 546ac4842e70 00:48:59 00:48:59 Step 10/24 : FROM scratch 00:48:59 ---> 00:48:59 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:48:59 (1/5) Installing ca-certificates (20191127-r4) 00:48:59 Removing intermediate container b438e0e1fff3 00:48:59 ---> 0a901d5bce32 00:48:59 00:48:59 Step 10/21 : FROM scratch 00:48:59 ---> 00:48:59 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:59 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:48:59 (3/5) Installing libcurl (7.69.1-r3) 00:48:59 (4/5) Installing curl (7.69.1-r3) 00:48:59 (5/5) Installing dumb-init (1.2.2-r1) 00:48:59 Executing busybox-1.31.1-r19.trigger 00:48:59 Executing ca-certificates-20191127-r4.trigger 00:48:59 (1/5) Installing ca-certificates (20191127-r4) 00:49:00 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:49:00 OK: 7 MiB in 19 packages 00:49:00 (3/5) Installing libcurl (7.69.1-r3) 00:49:00 (4/5) Installing curl (7.69.1-r3) 00:49:00 (5/5) Installing dumb-init (1.2.2-r1) 00:49:00 Executing busybox-1.31.1-r19.trigger 00:49:00 Executing ca-certificates-20191127-r4.trigger 00:49:00 OK: 7 MiB in 19 packages 00:49:00 ---> Running in b5bf7088ee41 00:49:00 ---> Running in 373b1bfee23e 00:49:01 Removing intermediate container 373b1bfee23e 00:49:01 ---> d4bfd310597c 00:49:01 Step 12/21 : ENV APP_PORT=48085 00:49:01 Removing intermediate container b5bf7088ee41 00:49:01 ---> 61a3496c6a00 00:49:01 Step 12/24 : ENV APP_PORT=48060 00:49:02 ---> Running in f1e6b83a9d10 00:49:02 ---> Running in 4c9496a067da 00:49:03 Removing intermediate container 8ff5ee324d40 00:49:03 ---> b14ed07107a9 00:49:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:03 Removing intermediate container 4c9496a067da 00:49:03 ---> 7efb8173ebfa 00:49:03 Step 13/24 : EXPOSE $APP_PORT 00:49:03 Removing intermediate container f1e6b83a9d10 00:49:03 ---> 13b3449ea2eb 00:49:03 Step 13/21 : EXPOSE $APP_PORT 00:49:03 Removing intermediate container 0fa314c6b70e 00:49:03 ---> 1ed7b54ec0be 00:49:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:49:03 ---> Running in 481601dbe7b6 00:49:03 ---> Running in 13f9ce9a9368 00:49:03 ---> Running in 8ff33c65ebc6 00:49:03 ---> Running in de22e3a39969 00:49:04 Removing intermediate container 8ff33c65ebc6 00:49:04 ---> 160c4f88f77d 00:49:04 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:04 Removing intermediate container 13f9ce9a9368 00:49:04 ---> e5796ed6c8c5 00:49:04 Step 13/24 : WORKDIR /Removing intermediate container 481601dbe7b6 00:49:04 ---> c0a53f77a7f7 00:49:04 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:49:04 00:49:04 ---> Running in 2ab53a036b7f 00:49:04 Removing intermediate container de22e3a39969 00:49:04 ---> 92c68fccc12e 00:49:04 Step 13/22 : WORKDIR / 00:49:05 ---> Running in 494fd0fd100c 00:49:06 Removing intermediate container 2ab53a036b7f 00:49:06 ---> c0aac4d1e967 00:49:06 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:49:06 ---> fda34da398b0 00:49:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:06 Removing intermediate container 494fd0fd100c 00:49:06 ---> 73a80a783c90 00:49:06 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:06 ---> 34b1067bf32f 00:49:06 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:49:07 ---> ce639c743e87 00:49:07 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:49:08 ---> c7dcdb7ca3c1 00:49:08 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:49:08 ---> a828ed4e3e02 00:49:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:49:08 ---> 2142a5464fe6 00:49:08 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:49:09 ---> 33919f47db0f 00:49:09 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:10 ---> f26dafcdf8bf 00:49:10 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:49:10 ---> ef61313f4d79 00:49:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:49:10 ---> 00c11408d4de 00:49:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:10 ---> Running in 338e18609552 00:49:11 ---> 0e7f36f8a888 00:49:11 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:12 Removing intermediate container 338e18609552 00:49:12 ---> effc991152df 00:49:12 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:12 ---> 6b215df5e68e 00:49:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:49:12 ---> 13bf8aee03dd 00:49:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:49:12 ---> Running in a69d57a1babe 00:49:13 ---> 2366fc446f63 00:49:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:13 Removing intermediate container a69d57a1babe 00:49:13 ---> 7e6458c34505 00:49:13 Step 19/21 : LABEL arch=arm64 00:49:14 ---> Running in 98aca2009bd5 00:49:14 ---> e8b8ee27e288 00:49:14 Step 18/22 : RUN chmod +x entrypoint.sh 00:49:14 ---> Running in 2bb912be2905 00:49:15 ---> 1c8f35a0dda0 00:49:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:49:15 Removing intermediate container 98aca2009bd5 00:49:15 ---> 0ba9412a6aa1 00:49:15 Step 20/21 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde 00:49:15 ---> d4c9a199b909 00:49:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:15 ---> Running in c95b4445dd69 00:49:16 Removing intermediate container c95b4445dd69 00:49:16 ---> 948c38689e5a 00:49:16 Step 21/21 : LABEL version=0.0.0 00:49:16 ---> c148165acd86 00:49:16 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:49:16 ---> 4ea018a06d16 00:49:16 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/ 00:49:16 ---> Running in 200e0978f43c 00:49:16 ---> Running in 586c080d6339 00:49:16 ---> Running in 0949a40a3808 00:49:17 Removing intermediate container 200e0978f43c 00:49:17 ---> 2cc00f98675e 00:49:17 00:49:17 Removing intermediate container 586c080d6339 00:49:17 ---> 370e83588123 00:49:17 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:17 ---> Running in 5bbb6f7b174c 00:49:18 Successfully built 2cc00f98675e 00:49:18 Successfully tagged docker-support-scheduler-go-arm64:latest 00:49:18 Building docker-sys-mgmt-agent-go 00:49:18  Building docker-support-scheduler-go ... done Removing intermediate container 5bbb6f7b174c 00:49:18 ---> b185a986369c 00:49:18 Step 22/24 : LABEL arch=arm64 00:49:19 Removing intermediate container 2bb912be2905 00:49:19 ---> d85f170bd78a 00:49:19 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:49:19 ---> Running in ac383d12b526 00:49:19 ---> Running in 7915b0c923a1 00:49:20 Removing intermediate container ac383d12b526 00:49:20 ---> 608ce41abf31 00:49:20 Step 23/24 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde 00:49:22 Removing intermediate container 7915b0c923a1 00:49:22 ---> 5a7a601c97f6 00:49:22 Step 20/22 : LABEL arch=arm64 00:49:22 Removing intermediate container 0949a40a3808 00:49:22 ---> 83b7f390a022 00:49:22 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:22 ---> Running in 5942a6504023 00:49:22 ---> Running in 6ab64b7abaf6 00:49:22 ---> Running in 7b00a199bc5c 00:49:22 Removing intermediate container 1935f4714023 00:49:22 ---> 49c01af5c338 00:49:22 00:49:22 Step 10/23 : FROM alpine:3.12 00:49:22 ---> afeebe901d6b 00:49:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:23 Removing intermediate container 5942a6504023 00:49:23 ---> c4f7f8fa45e1 00:49:23 Step 24/24 : LABEL version=0.0.0 00:49:23 ---> Running in 1061f493cbfd 00:49:24 Removing intermediate container 7b00a199bc5c 00:49:24 ---> f29f7c738c0f 00:49:24 Step 22/24 : LABEL arch=arm64 00:49:24 ---> Running in 685a41cee6db 00:49:24 Removing intermediate container 6ab64b7abaf6 00:49:24 ---> 8a8ae904757d 00:49:24 Step 21/22 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde 00:49:24 ---> Running in a417d216e400 00:49:24 ---> Running in d23c7de6d7d4 00:49:24 Removing intermediate container 1061f493cbfd 00:49:24 ---> e04393d27cd9 00:49:24 Step 12/23 : ENV APP_PORT=48080 00:49:25 Removing intermediate container 685a41cee6db 00:49:25 ---> d1a898ed2538 00:49:25 00:49:25 ---> Running in 6b4859997af7 00:49:25 Removing intermediate container a417d216e400 00:49:25 ---> 35bce8220548 00:49:25 Step 23/24 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde 00:49:25 Removing intermediate container d23c7de6d7d4 00:49:25 ---> f4cab1a082b8 00:49:25 Step 22/22 : LABEL version=0.0.0 00:49:25 Successfully built d1a898ed2538 00:49:25 ---> Running in ad915ae0471b 00:49:25 Successfully tagged docker-support-notifications-go-arm64:latest 00:49:25  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 00:49:26 ---> Running in b2f333537347 00:49:26 Removing intermediate container 6b4859997af7 00:49:26 ---> 98c3d639bc39 00:49:26 Step 13/23 : EXPOSE $APP_PORT 00:49:26 ---> Running in d0dbd9b7184d 00:49:26 Removing intermediate container ad915ae0471b 00:49:26 ---> db7f6f505a14 00:49:26 Step 24/24 : LABEL version=0.0.0 00:49:26 Removing intermediate container b2f333537347 00:49:26 ---> 7ace9f328571 00:49:26 00:49:26 ---> Running in b21f0637657a 00:49:26 Removing intermediate container d0dbd9b7184d 00:49:26 ---> 6396f45e3bb3 00:49:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:27 Successfully built 7ace9f328571 00:49:27 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:49:27 Building docker-core-metadata-go 00:49:27  Building docker-security-bootstrap-redis-go ... done  ---> Running in beb18476ee25 00:49:27 Removing intermediate container b21f0637657a 00:49:27 ---> bdc5eaaca585 00:49:27 00:49:28 Successfully built bdc5eaaca585 00:49:28 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:28 Building docker-core-command-go 00:49:30  Building docker-security-secretstore-setup-go ... done Removing intermediate container beb18476ee25 00:49:30 ---> 956dc95d9d5b 00:49:30 Step 15/23 : RUN apk add --update --no-cache zeromq 00:49:30 ---> Running in de71915c3107 00:49:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:33 (1/5) Installing libgcc (9.3.0-r2) 00:49:33 (2/5) Installing libsodium (1.0.18-r0) 00:49:33 (3/5) Installing libstdc++ (9.3.0-r2) 00:49:34 (4/5) Installing libzmq (4.3.3-r0) 00:49:34 (5/5) Installing zeromq (4.3.3-r0) 00:49:34 Executing busybox-1.31.1-r19.trigger 00:49:34 OK: 8 MiB in 19 packages 00:49:35 Running on prd-ubuntu18.04-docker-8c-8g-19678 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws 00:49:35 Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout 00:49:37 using credential edgex-jenkins-ssh 00:49:37 Cloning the remote Git repository 00:49:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:49:38 > git init /w/workspace/edgex-go/20 # timeout=10 00:49:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:49:38 > git --version # timeout=10 00:49:38 > git --version # 'git version 2.17.1' 00:49:38 using GIT_SSH to set credentials SSH Credentials for GitHub 00:49:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:49:39 Removing intermediate container de71915c3107 00:49:39 ---> 0368cb36e476 00:49:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:40 ---> b69e2c049845 00:49:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:49:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:49:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:49:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:49:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:49:42 using GIT_SSH to set credentials SSH Credentials for GitHub 00:49:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:49:43 Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit 59bc2ed946616d982be073a2be53f8ce9b7f1f6c 00:49:43 ---> ebfc6f724b54 00:49:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:49:43 Merge succeeded, producing dfefb2b1fb58023233c2cbcacc0bac440be42505 00:49:43 Checking out Revision dfefb2b1fb58023233c2cbcacc0bac440be42505 (PR-2924) 00:49:44 ---> 57942e136148 00:49:44 Step 19/23 : ENTRYPOINT ["/core-data"] 00:49:43 > git config core.sparsecheckout # timeout=10 00:49:43 > git checkout -f 59bc2ed946616d982be073a2be53f8ce9b7f1f6c # timeout=10 00:49:43 > git remote # timeout=10 00:49:43 > git config --get remote.origin.url # timeout=10 00:49:43 using GIT_SSH to set credentials SSH Credentials for GitHub 00:49:43 > git merge c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 00:49:43 > git rev-parse HEAD^{commit} # timeout=10 00:49:43 > git config core.sparsecheckout # timeout=10 00:49:43 > git checkout -f dfefb2b1fb58023233c2cbcacc0bac440be42505 # timeout=10 00:49:44 ---> Running in 4bd54ef3ef49 00:49:45 Removing intermediate container 4bd54ef3ef49 00:49:45 ---> 1b094cce1647 00:49:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:46 ---> Running in ca729e14a3c8 00:49:46 Removing intermediate container ca729e14a3c8 00:49:46 ---> 05499b43c25a 00:49:46 Step 21/23 : LABEL arch=arm64 00:49:46 Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" 00:49:46 First time build. Skipping changelog. 00:49:47 ---> Running in 6f079460d552 00:49:46 > git rev-list --no-walk 7bf8c5ae6410052ec21eabf579ae336e2e2e99ca # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:49:47 Removing intermediate container 6f079460d552 00:49:47 ---> 64b4e0cf0c8d 00:49:47 Step 22/23 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde 00:49:48 ---> Running in 20d4313c6042 00:49:48 + echo snap-build.sh 00:49:48 snap-build.sh 00:49:48 + SNAP_BASE_DIR=. 00:49:48 + '[' '!' -z /w/workspace/edgex-go/20 ']' 00:49:48 + SNAP_BASE_DIR=/w/workspace/edgex-go/20 00:49:48 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/20]' 00:49:48 [snap-build] Building snap in dir [/w/workspace/edgex-go/20] 00:49:48 + cd /w/workspace/edgex-go/20 00:49:48 + sudo apt-get remove -qy --purge lxd lxd-client 00:49:48 Reading package lists... 00:49:48 Building dependency tree... 00:49:48 Reading state information... 00:49:48 The following packages were automatically installed and are no longer required: 00:49:48 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:49:48 uidmap xdelta3 00:49:48 Use 'sudo apt autoremove' to remove them. 00:49:48 The following packages will be REMOVED: 00:49:48 lxd* lxd-client* 00:49:48 Removing intermediate container 20d4313c6042 00:49:48 ---> aa8eaee7392d 00:49:48 Step 23/23 : LABEL version=0.0.0 00:49:48 ---> Running in 0a52513b00d3 00:49:48 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:49:48 After this operation, 31.7 MB disk space will be freed. 00:49:49 Removing intermediate container 0a52513b00d3 00:49:49 ---> f9b7372df1fa 00:49:49 00:49:49 Successfully built f9b7372df1fa 00:49:49 Successfully tagged docker-core-data-go-arm64:latest 00:49:49 (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.) 00:49:49 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:49:50 Removing lxd dnsmasq configuration 00:49:50 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:49:50 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:49:51 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:49:51 (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.) 00:49:51 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:49:53 Processing triggers for systemd (237-3ubuntu10.42) ... 00:49:53 Processing triggers for ureadahead (0.100.0-21) ... 00:49:54 + sudo snap remove --purge lxd 00:49:54 snap "lxd" is not installed 00:49:54 + sudo groupadd --force --system lxd 00:49:54 ++ whoami 00:49:54 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:49:54 + newgrp - lxd 00:49:54 + sudo snap install lxd 00:50:01  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:50:01 ---> a2a900cea009 00:50:01 Step 3/26 : WORKDIR /edgex-go 00:50:01 ---> Using cache 00:50:01 ---> 04299351aa07 00:50:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:01 ---> Using cache 00:50:01 ---> dc44c2405974 00:50:01 Step 5/26 : RUN apk add --update --no-cache make bash git 00:50:02 2021-01-12T00:49:59Z INFO Waiting for automatic snapd restart... 00:50:05 ---> Running in abbcfc90625c 00:50:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:07 OK: 217 MiB in 51 packages 00:50:10 Removing intermediate container abbcfc90625c 00:50:10 ---> eb022081d1c3 00:50:10 Step 6/26 : COPY go.mod . 00:50:12 ---> f8370674192a 00:50:12 Step 7/26 : RUN go mod download 00:50:13 ---> Running in 0385c601b968 00:50:15 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:50:15 ---> a2a900cea009 00:50:15 Step 3/21 : WORKDIR /edgex-go 00:50:15 ---> Using cache 00:50:15 ---> 04299351aa07 00:50:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:15 ---> Using cache 00:50:15 ---> dc44c2405974 00:50:15 Step 5/21 : RUN apk add --update --no-cache make git 00:50:15 ---> Using cache 00:50:15 ---> ed7f9d0d4f06 00:50:15 Step 6/21 : COPY go.mod . 00:50:15 ---> Using cache 00:50:15 ---> 8f12ee18082b 00:50:15 Step 7/21 : RUN go mod download 00:50:15 ---> Using cache 00:50:15 ---> ef0ba412c5f0 00:50:15 Step 8/21 : COPY . . 00:50:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:15 ---> a2a900cea009 00:50:15 Step 3/22 : WORKDIR /edgex-go 00:50:15 ---> Using cache 00:50:15 ---> 04299351aa07 00:50:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:15 ---> Using cache 00:50:15 ---> dc44c2405974 00:50:15 Step 5/22 : RUN apk add --update --no-cache make git 00:50:15 ---> Using cache 00:50:15 ---> ed7f9d0d4f06 00:50:15 Step 6/22 : COPY go.mod . 00:50:15 ---> Using cache 00:50:15 ---> 8f12ee18082b 00:50:15 Step 7/22 : RUN go mod download 00:50:15 ---> Using cache 00:50:15 ---> ef0ba412c5f0 00:50:15 Step 8/22 : COPY . . 00:50:15 ---> Using cache 00:50:15 ---> c6e1c29d746c 00:50:15 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:50:15 ---> Using cache 00:50:15 ---> c6e1c29d746c 00:50:15 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:50:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:16 ---> a2a900cea009 00:50:16 Step 3/22 : WORKDIR /edgex-go 00:50:16 ---> Using cache 00:50:16 ---> 04299351aa07 00:50:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:16 ---> Using cache 00:50:16 ---> dc44c2405974 00:50:16 Step 5/22 : RUN apk add --update --no-cache make git 00:50:16 ---> Using cache 00:50:16 ---> ed7f9d0d4f06 00:50:16 Step 6/22 : COPY go.mod . 00:50:16 ---> Using cache 00:50:16 ---> 8f12ee18082b 00:50:16 Step 7/22 : RUN go mod download 00:50:16 ---> Using cache 00:50:16 ---> ef0ba412c5f0 00:50:16 Step 8/22 : COPY . . 00:50:16 ---> Using cache 00:50:16 ---> c6e1c29d746c 00:50:16 Step 9/22 : RUN make cmd/core-command/core-command 00:50:16 ---> Running in 6d58acea75ad 00:50:16 ---> Running in c567c2d23f58 00:50:16 ---> Running in 00c98e52ca05 00:50:17 Removing intermediate container 0385c601b968 00:50:17 ---> 335c1e521c8d 00:50:17 Step 8/26 : COPY . . 00:50:18 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 00:50:18 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 00:50:19 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 00:50:21 lxd 4.10 from Canonical* installed 00:50:21 + sudo lxd init --auto 00:50:27 + sudo snap install --classic snapcraft 00:50:34 snapcraft 4.4.4 from Canonical* installed 00:50:34 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:50:34 + patch --verbose -p1 00:50:34 Hmm... Looks like a unified diff to me... 00:50:34 The text leading up to this was: 00:50:34 -------------------------- 00:50:34 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:50:34 |From: Tony Espy 00:50:34 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:50:34 |Subject: [PATCH] optimize snap build for pipeline CI check 00:50:34 | 00:50:34 |This patch is used by the EdgeX CI pipeline builds to 00:50:34 |optimize the snap CI check run for pull requests. When 00:50:34 |applied, it essentially strips out everything (apps and 00:50:34 |parts) from the snapcraft.yaml file except those required 00:50:34 |to build edgex-go, as the whole idea of the CI check is to 00:50:34 |catch changes to edgex-go that break the snap build. 00:50:34 | 00:50:34 |In general, anyone updating snapcraft.yaml will also need 00:50:34 |to update this patch file, otherwise it may fail to apply, 00:50:34 |resulting in a failed snap build CI check in the associated 00:50:34 |pull request. 00:50:34 | 00:50:34 |Note - in addition to applying this patch, the pipeline also 00:50:34 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:50:34 |need to build the finally binary .snap file (and it won't 00:50:34 |work with the patch applied). This further reduces the build 00:50:34 |time. 00:50:34 |--- 00:50:34 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:50:34 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:50:34 | 00:50:34 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:50:34 |index 1e537489..faf42425 100644 00:50:34 |--- a/snap/snapcraft.yaml 00:50:34 |+++ b/snap/snapcraft.yaml 00:50:34 -------------------------- 00:50:34 patching file snap/snapcraft.yaml 00:50:34 Using Plan A... 00:50:34 Hunk #1 succeeded at 73. 00:50:34 Hunk #2 succeeded at 202 with fuzz 1. 00:50:34 Hunk #3 succeeded at 214. 00:50:34 Hunk #4 succeeded at 222. 00:50:34 Hunk #5 succeeded at 229. 00:50:34 Hunk #6 succeeded at 256. 00:50:34 Hunk #7 succeeded at 290. 00:50:34 Hunk #8 succeeded at 342 (offset 1 line). 00:50:34 Hmm... Ignoring the trailing garbage. 00:50:34 done 00:50:34 + sudo snapcraft prime --use-lxd 00:50:35 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:50:35 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: 00:50:35 - README.md 00:50:35 - snapcraft.yaml.orig 00:50:35 00:50:35 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:50:36 Launching a container. 00:50:41 ---> 1e46efffb390 00:50:41 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:50:41 ---> Running in 7d13c6fd0855 00:50:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:50:48 Waiting for container to be ready 00:50:48 To start your first instance, try: lxc launch ubuntu:18.04 00:50:48 00:50:50 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:50:50 Waiting for network to be ready... 00:50:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:50:51 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:50:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 00:50:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 00:50:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 00:50:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 00:50:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 00:50:51 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 00:50:51 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 00:50:51 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 00:50:51 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:50:51 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:50:52 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:50:52 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:50:52 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:50:52 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:50:52 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:50:52 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:50:52 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:50:53 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] 00:50:53 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 00:50:53 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 00:50:53 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 00:50:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 00:50:53 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 00:50:53 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 00:50:53 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 00:50:55 Fetched 23.7 MB in 4s (5738 kB/s) 00:50:55 Reading package lists... 00:50:56 Reading package lists... 00:50:56 Building dependency tree... 00:50:56 Reading state information... 00:50:56 The following additional packages will be installed: 00:50:56 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:50:56 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:50:56 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:50:56 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:50:56 Suggested packages: 00:50:56 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:50:56 Recommended packages: 00:50:56 gnupg libsasl2-modules 00:50:56 The following NEW packages will be installed: 00:50:56 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:50:56 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:50:56 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:50:56 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:50:56 The following packages will be upgraded: 00:50:56 gpg gpg-agent gpgconf libudev1 00:50:56 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 00:50:56 Need to get 3532 kB of archives. 00:50:56 After this operation, 13.3 MB of additional disk space will be used. 00:50:56 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 00:50:56 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:50:56 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 00:50:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:50:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:50:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:50:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:50:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:50:57 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:50:57 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:50:57 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:50:57 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:50:57 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:50:57 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:50:57 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:50:57 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:50:57 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:50:57 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:50:57 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:50:57 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:50:57 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:50:57 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:50:57 debconf: delaying package configuration, since apt-utils is not installed 00:50:57 Fetched 3532 kB in 1s (3525 kB/s) 00:50:57 (Reading database ... 12511 files and directories currently installed.) 00:50:57 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 00:50:57 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:50:57 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 00:50:57 Selecting previously unselected package udev. 00:50:57 (Reading database ... 12511 files and directories currently installed.) 00:50:57 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 00:50:57 Unpacking udev (237-3ubuntu10.43) ... 00:50:58 Selecting previously unselected package libfuse2:amd64. 00:50:58 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:50:58 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:50:58 Selecting previously unselected package fuse. 00:50:58 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:50:58 Unpacking fuse (2.9.7-1ubuntu1) ... 00:50:58 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:50:58 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:50:58 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:50:58 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:50:58 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:50:58 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:50:59 Selecting previously unselected package libksba8:amd64. 00:50:59 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:50:59 Unpacking libksba8:amd64 (1.3.5-2) ... 00:50:59 Selecting previously unselected package libroken18-heimdal:amd64. 00:50:59 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:50:59 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:59 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:50:59 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:50:59 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:59 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:50:59 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:50:59 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:59 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:50:59 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:50:59 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:59 Selecting previously unselected package libwind0-heimdal:amd64. 00:50:59 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:50:59 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:59 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:50:59 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:50:59 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:59 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:50:59 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:50:59 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:59 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:50:59 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:50:59 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:50:59 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:50:59 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:50:59 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:00 Selecting previously unselected package libsasl2-modules-db:amd64. 00:51:00 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:51:00 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:51:00 Selecting previously unselected package libsasl2-2:amd64. 00:51:00 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:51:00 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:51:00 Selecting previously unselected package libldap-common. 00:51:00 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:51:00 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:51:00 Selecting previously unselected package libldap-2.4-2:amd64. 00:51:00 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:51:00 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:51:00 Selecting previously unselected package dirmngr. 00:51:00 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:51:00 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:51:00 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:51:00 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:51:00 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:51:00 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:51:00 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:51:00 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:51:00 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:00 Setting up libksba8:amd64 (1.3.5-2) ... 00:51:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:51:00 Setting up udev (237-3ubuntu10.43) ... 00:51:01 invoke-rc.d: policy-rc.d denied execution of start. 00:51:01 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:01 Processing triggers for systemd (237-3ubuntu10) ... 00:51:01 Setting up fuse (2.9.7-1ubuntu1) ... 00:51:01 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:51:01 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:01 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:01 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:01 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:01 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:01 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:01 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:51:01 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:51:01 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:51:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:51:02 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:51:02 settings in the [Install] section, and DefaultInstance for template units). 00:51:02 This means they are not meant to be enabled using systemctl. 00:51:02 Possible reasons for having this kind of units are: 00:51:02 1) A unit may be statically enabled by being symlinked from another unit's 00:51:02 .wants/ or .requires/ directory. 00:51:02 2) A unit's purpose may be to act as a helper for some other unit which has 00:51:02 a requirement dependency on it. 00:51:02 3) A unit may be started when needed via activation (socket, path, timer, 00:51:02 D-Bus, udev, scripted systemctl call, ...). 00:51:02 4) In case of template units, the unit is meant to be enabled with some 00:51:02 instance name specified. 00:51:02 Reading package lists... 00:51:02 Building dependency tree... 00:51:02 Reading state information... 00:51:02 The following additional packages will be installed: 00:51:02 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:51:02 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:51:02 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:51:02 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:51:02 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:51:02 Suggested packages: 00:51:02 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:51:02 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:51:02 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:51:02 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:51:02 systemd-container policykit-1 00:51:02 Recommended packages: 00:51:02 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:51:02 The following NEW packages will be installed: 00:51:02 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:51:02 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:51:02 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:51:02 multiarch-support openssh-client python3 python3-minimal python3.6 00:51:02 python3.6-minimal snapd squashfs-tools sudo 00:51:02 The following packages will be upgraded: 00:51:02 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:51:02 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 00:51:02 Need to get 35.2 MB of archives. 00:51:02 After this operation, 141 MB of additional disk space will be used. 00:51:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:51:02 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:51:02 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 00:51:02 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:51:02 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:51:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:51:02 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:51:02 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:51:03 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:51:03 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:51:03 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:51:03 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:51:03 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:51:03 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:51:03 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:51:03 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:51:03 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:51:03 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 00:51:03 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:51:03 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:51:03 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:51:03 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:51:03 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:51:03 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:51:03 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:51:03 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:51:03 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:51:03 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:51:03 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:51:03 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:51:05 debconf: delaying package configuration, since apt-utils is not installed 00:51:05 Fetched 35.2 MB in 2s (16.2 MB/s) 00:51:05 (Reading database ... 12757 files and directories currently installed.) 00:51:05 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 00:51:05 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:51:05 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 00:51:05 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:51:06 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 00:51:06 (Reading database ... 12757 files and directories currently installed.) 00:51:06 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:51:06 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:51:06 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:51:06 (Reading database ... 12757 files and directories currently installed.) 00:51:06 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:51:06 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:51:06 Setting up apt (1.6.12ubuntu0.2) ... 00:51:06 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:51:07 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:51:07 (Reading database ... 12764 files and directories currently installed.) 00:51:07 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:51:07 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:51:07 Selecting previously unselected package libpython3.6-minimal:amd64. 00:51:07 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:51:07 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:51:07 Selecting previously unselected package libexpat1:amd64. 00:51:07 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:51:07 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:51:07 Selecting previously unselected package python3.6-minimal. 00:51:07 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:51:07 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:51:08 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:51:08 Checking for services that may need to be restarted...done. 00:51:08 Checking for services that may need to be restarted...done. 00:51:08 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:51:08 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:51:08 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:51:08 Selecting previously unselected package python3-minimal. 00:51:08 (Reading database ... 13012 files and directories currently installed.) 00:51:08 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:51:08 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:51:10 Selecting previously unselected package mime-support. 00:51:10 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:51:10 Unpacking mime-support (3.60ubuntu1) ... 00:51:10 Selecting previously unselected package libmpdec2:amd64. 00:51:10 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:51:10 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:51:10 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:51:10 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:51:10 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:51:10 Selecting previously unselected package python3.6. 00:51:10 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:51:10 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:51:10 Selecting previously unselected package libpython3-stdlib:amd64. 00:51:10 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:51:10 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:51:10 Setting up python3-minimal (3.6.7-1~18.04) ... 00:51:10 Selecting previously unselected package python3. 00:51:10 (Reading database ... 13442 files and directories currently installed.) 00:51:10 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:51:10 Unpacking python3 (3.6.7-1~18.04) ... 00:51:10 Selecting previously unselected package multiarch-support. 00:51:10 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:51:10 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:51:10 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:51:10 Selecting previously unselected package liblzo2-2:amd64. 00:51:10 (Reading database ... 13479 files and directories currently installed.) 00:51:10 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:51:10 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:51:10 Selecting previously unselected package libbsd0:amd64. 00:51:10 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:51:10 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:51:10 Selecting previously unselected package sudo. 00:51:10 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:51:10 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:51:10 Selecting previously unselected package apparmor. 00:51:10 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:51:10 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:51:11 Selecting previously unselected package libedit2:amd64. 00:51:11 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:51:11 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:51:11 Selecting previously unselected package libkrb5support0:amd64. 00:51:11 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:51:11 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:51:11 Selecting previously unselected package libk5crypto3:amd64. 00:51:11 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:51:11 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:51:11 Selecting previously unselected package libkeyutils1:amd64. 00:51:11 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:51:11 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:51:11 Selecting previously unselected package libkrb5-3:amd64. 00:51:11 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:51:11 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:51:11 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:51:11 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:51:11 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:51:11 Selecting previously unselected package libssl1.0.0:amd64. 00:51:11 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:51:11 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:51:11 Selecting previously unselected package openssh-client. 00:51:11 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:51:11 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:51:12 Selecting previously unselected package squashfs-tools. 00:51:12 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:51:12 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:51:12 Selecting previously unselected package snapd. 00:51:12 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:51:12 Unpacking snapd (2.48+18.04) ... 00:51:14 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:51:14 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:51:14 Setting up mime-support (3.60ubuntu1) ... 00:51:14 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:51:14 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:51:14 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:51:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:51:14 Setting up systemd (237-3ubuntu10.43) ... 00:51:14 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:51:16 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:51:16 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:51:16 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:51:16 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:51:16 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:51:16 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:51:17 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:51:17 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:51:17 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:51:17 Setting up python3 (3.6.7-1~18.04) ... 00:51:17 running python rtupdate hooks for python3.6... 00:51:17 running python post-rtupdate hooks for python3.6... 00:51:17 Setting up apparmor (2.12-4ubuntu5.1) ... 00:51:18 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:51:18 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:51:18 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:51:18 Setting up snapd (2.48+18.04) ... 00:51:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:51:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:51:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:51:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:51:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:51:19 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:51:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:51:20 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:51:20 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:51:20 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:51:21 /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' 00:51:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:51:21 Processing triggers for systemd (237-3ubuntu10.43) ... 00:51:21 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:51:21 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:51:22 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:51:23 Reading package lists... 00:51:23 Reading package lists... 00:51:23 Building dependency tree... 00:51:23 Reading state information... 00:51:23 Calculating upgrade... 00:51:23 The following packages will be upgraded: 00:51:23 advancecomp base-files bash binutils binutils-common 00:51:23 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:51:23 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:51:23 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 00:51:23 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 00:51:23 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 00:51:23 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 00:51:23 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 00:51:23 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 00:51:23 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 00:51:23 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 00:51:23 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 00:51:23 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 00:51:23 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 00:51:23 ubuntu-keyring util-linux 00:51:23 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:51:23 Need to get 63.7 MB of archives. 00:51:23 After this operation, 5203 kB of additional disk space will be used. 00:51:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] 00:51:23 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:51:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:51:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:51:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:51:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:51:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:51:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:51:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:51:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:51:23 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:51:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:51:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:51:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:51:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:51:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:51:24 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:51:24 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:51:24 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:51:24 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:51:24 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:51:24 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:51:24 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:51:24 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:51:24 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:51:24 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:51:24 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:51:24 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:51:24 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:51:24 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:51:24 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:51:24 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:51:24 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:51:24 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:51:24 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:51:24 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:51:24 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:51:24 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:51:24 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:51:24 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:51:24 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:51:24 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:51:24 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:51:24 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:51:24 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 00:51:24 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:51:24 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:51:24 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:51:24 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:51:24 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:51:24 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:51:24 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:51:24 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:51:24 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:51:24 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:51:24 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:51:24 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:51:24 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:51:24 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:51:24 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:51:24 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:51:24 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:51:24 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:51:24 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:51:25 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:51:25 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:51:25 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:51:25 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:51:25 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 00:51:25 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:51:25 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:51:25 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:51:25 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:51:25 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:51:25 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:51:25 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:51:25 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:51:25 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:51:25 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:51:25 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:51:25 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:51:25 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:51:25 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 00:51:25 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:51:25 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:51:25 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:51:25 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:51:25 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:51:25 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:51:25 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:51:25 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:51:25 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:51:25 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:51:25 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:51:25 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:51:25 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:51:25 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:51:25 debconf: delaying package configuration, since apt-utils is not installed 00:51:25 Fetched 63.7 MB in 2s (31.2 MB/s) 00:51:25 (Reading database ... 13912 files and directories currently installed.) 00:51:25 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:51:25 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:51:26 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:51:26 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:51:27 Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... 00:51:27 Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... 00:51:27 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:51:27 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:51:27 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:51:27 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:51:28 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:51:28 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:51:28 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:51:28 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:51:28 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:51:28 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:51:28 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:51:28 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:51:28 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:51:28 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:51:28 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:51:28 (Reading database ... 13911 files and directories currently installed.) 00:51:28 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:51:28 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:51:28 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:51:29 (Reading database ... 13911 files and directories currently installed.) 00:51:29 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:51:29 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:51:29 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:51:29 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:51:29 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:51:29 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:51:29 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:51:29 (Reading database ... 13911 files and directories currently installed.) 00:51:29 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:51:30 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:51:30 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:51:30 (Reading database ... 13911 files and directories currently installed.) 00:51:30 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:51:30 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:51:30 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:51:30 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:51:30 Setting up base-files (10.1ubuntu2.10) ... 00:51:31 Installing new version of config file /etc/issue ... 00:51:31 Installing new version of config file /etc/issue.net ... 00:51:31 Installing new version of config file /etc/lsb-release ... 00:51:31 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:51:31 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:51:31 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:51:31 Removing obsolete conffile /etc/default/motd-news ... 00:51:31 (Reading database ... 13912 files and directories currently installed.) 00:51:31 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:51:31 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:51:31 Setting up bash (4.4.18-2ubuntu1.2) ... 00:51:31 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 00:51:31 (Reading database ... 13912 files and directories currently installed.) 00:51:31 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:51:31 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:51:31 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:51:32 (Reading database ... 13912 files and directories currently installed.) 00:51:32 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 00:51:32 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 00:51:32 Setting up tar (1.29b-2ubuntu0.1) ... 00:51:32 (Reading database ... 13912 files and directories currently installed.) 00:51:32 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:51:32 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:51:32 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:51:32 (Reading database ... 13912 files and directories currently installed.) 00:51:32 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:51:32 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:51:32 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:51:32 (Reading database ... 13912 files and directories currently installed.) 00:51:32 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:51:33 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:51:33 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:51:33 (Reading database ... 13912 files and directories currently installed.) 00:51:33 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:51:33 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:51:33 Setting up grep (3.1-2build1) ... 00:51:33 (Reading database ... 13912 files and directories currently installed.) 00:51:33 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:51:33 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:51:33 Setting up login (1:4.5-1ubuntu2) ... 00:51:33 (Reading database ... 13912 files and directories currently installed.) 00:51:33 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:51:33 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:51:34 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:51:34 (Reading database ... 13912 files and directories currently installed.) 00:51:34 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:51:34 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:51:34 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:51:34 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:51:34 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:51:35 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:51:35 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:51:35 (Reading database ... 13912 files and directories currently installed.) 00:51:35 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:51:35 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:51:36 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:51:36 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:51:36 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:51:36 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:51:37 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:51:37 (Reading database ... 13912 files and directories currently installed.) 00:51:37 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:51:37 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:51:37 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:51:37 (Reading database ... 13912 files and directories currently installed.) 00:51:37 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:51:37 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:51:37 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:51:37 (Reading database ... 13912 files and directories currently installed.) 00:51:37 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:51:37 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:51:37 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:51:37 (Reading database ... 13912 files and directories currently installed.) 00:51:37 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:51:37 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:51:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:51:38 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:51:38 (Reading database ... 13912 files and directories currently installed.) 00:51:38 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:51:38 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:51:38 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:51:38 (Reading database ... 13912 files and directories currently installed.) 00:51:38 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:51:38 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:51:38 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:51:38 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:51:38 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:51:38 (Reading database ... 13912 files and directories currently installed.) 00:51:38 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:51:38 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:51:38 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:51:38 (Reading database ... 13912 files and directories currently installed.) 00:51:38 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:51:39 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:51:39 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:51:39 (Reading database ... 13912 files and directories currently installed.) 00:51:39 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:51:39 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:51:39 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:51:39 (Reading database ... 13912 files and directories currently installed.) 00:51:39 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:51:39 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:51:40 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:51:40 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:51:40 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:51:40 (Reading database ... 13912 files and directories currently installed.) 00:51:40 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:51:40 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:51:40 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:51:41 (Reading database ... 13912 files and directories currently installed.) 00:51:41 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:51:41 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:51:41 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:51:41 (Reading database ... 13914 files and directories currently installed.) 00:51:41 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:51:41 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:51:41 Setting up debconf (1.5.66ubuntu1) ... 00:51:41 (Reading database ... 13914 files and directories currently installed.) 00:51:41 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:51:41 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:51:41 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:51:42 (Reading database ... 13914 files and directories currently installed.) 00:51:42 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:51:42 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:51:42 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:51:42 (Reading database ... 13914 files and directories currently installed.) 00:51:42 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:51:42 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:51:42 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:51:42 (Reading database ... 13914 files and directories currently installed.) 00:51:42 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:51:42 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:51:42 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 00:51:42 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:51:43 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:51:43 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:51:43 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:51:43 (Reading database ... 13914 files and directories currently installed.) 00:51:43 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:51:43 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:51:43 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:51:43 (Reading database ... 13914 files and directories currently installed.) 00:51:43 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:51:43 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:51:43 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:51:44 (Reading database ... 13914 files and directories currently installed.) 00:51:44 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:51:44 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:51:44 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:51:44 (Reading database ... 13914 files and directories currently installed.) 00:51:44 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:51:44 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:51:44 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:51:44 (Reading database ... 13914 files and directories currently installed.) 00:51:44 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:51:44 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:51:45 Setting up passwd (1:4.5-1ubuntu2) ... 00:51:45 (Reading database ... 13914 files and directories currently installed.) 00:51:45 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:51:45 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:51:45 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:51:45 (Reading database ... 13914 files and directories currently installed.) 00:51:45 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:51:45 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:51:45 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:51:45 (Reading database ... 13914 files and directories currently installed.) 00:51:45 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:51:46 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:51:46 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:51:46 (Reading database ... 13914 files and directories currently installed.) 00:51:46 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:51:46 Removing intermediate container 6d58acea75ad 00:51:46 ---> 921692eafbbc 00:51:46 00:51:46 Step 10/22 : FROM scratch 00:51:46 ---> 00:51:46 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:46 ---> Using cache 00:51:46 ---> d4bfd310597c 00:51:46 Step 12/22 : ENV APP_PORT=48082 00:51:46 ---> Running in cbff9ccab519 00:51:46 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:51:46 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:51:46 (Reading database ... 13914 files and directories currently installed.) 00:51:46 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:51:46 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:51:46 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:51:46 (Reading database ... 13914 files and directories currently installed.) 00:51:46 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:51:46 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:51:46 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:51:46 (Reading database ... 13914 files and directories currently installed.) 00:51:46 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:51:46 Removing intermediate container cbff9ccab519 00:51:46 ---> 4cd4a1c49975 00:51:46 Step 13/22 : EXPOSE $APP_PORT 00:51:47 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:51:47 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:51:47 (Reading database ... 13915 files and directories currently installed.) 00:51:47 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:51:47 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:51:47 ---> Running in 20d0362e81df 00:51:47 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:51:47 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:51:47 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:51:47 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:51:47 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:51:47 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:51:48 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:51:48 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:51:48 Removing intermediate container 20d0362e81df 00:51:48 ---> 0c2a84c8afe4 00:51:48 Step 14/22 : WORKDIR / 00:51:48 Removing intermediate container c567c2d23f58 00:51:48 ---> 5adbf625cfe6 00:51:48 00:51:48 Step 10/21 : FROM alpine:3.12 00:51:48 ---> afeebe901d6b 00:51:48 Step 11/21 : RUN apk add --update --no-cache curl 00:51:48 ---> Running in bd280f7634e5 00:51:48 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:51:48 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:51:48 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:51:48 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:51:48 ---> Running in a243764e5267 00:51:48 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:51:48 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:51:48 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:51:48 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:51:49 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:51:49 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:51:49 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:51:49 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:51:49 Removing intermediate container bd280f7634e5 00:51:49 ---> 75f20848c38b 00:51:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:49 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 00:51:49 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 00:51:50 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:51:50 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:51:50 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:51:50 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:51:50 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:51:50 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:51:50 ---> 4abd8196e714 00:51:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:51:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:50 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:51:50 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:51:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:50 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:51:50 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:51:50 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:51:50 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:51:51 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:51:51 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:51:51 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:51:51 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:51:51 (1/4) Installing ca-certificates (20191127-r4) 00:51:51 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:51:51 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:51:51 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:51:51 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:51:51 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:51:51 (3/4) Installing libcurl (7.69.1-r3) 00:51:51 (4/4) Installing curl (7.69.1-r3) 00:51:51 Executing busybox-1.31.1-r19.trigger 00:51:51 Executing ca-certificates-20191127-r4.trigger 00:51:52 OK: 7 MiB in 18 packages 00:51:52 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:51:52 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:51:52 ---> 6b43db8f6ad1 00:51:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:51:53 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:51:53 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:51:53 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:51:53 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:51:54 ---> ff46fc891dba 00:51:54 Step 18/22 : ENTRYPOINT ["/core-command"] 00:51:54 ---> Running in 048615b0a62d 00:51:54 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:51:54 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:51:54 Removing intermediate container a243764e5267 00:51:54 ---> bfaba2cb5c37 00:51:54 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:51:54 ---> Running in 52c4345f4d98 00:51:54 Removing intermediate container 048615b0a62d 00:51:54 ---> ffad4349dc36 00:51:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:54 ---> Running in 0e70ab5dabd0 00:51:55 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:51:55 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:51:55 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:51:55 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:51:55 Removing intermediate container 52c4345f4d98 00:51:55 ---> 0612bb27b589 00:51:55 Step 13/21 : WORKDIR /edgex 00:51:55 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:51:55 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:51:55 ---> Running in fc1e9bce174d 00:51:55 Removing intermediate container 0e70ab5dabd0 00:51:55 ---> 0681da70fa6e 00:51:55 Step 20/22 : LABEL arch=arm64 00:51:55 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:51:55 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:51:55 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:51:55 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:51:55 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:51:55 ---> Running in 7467478be5f3 00:51:55 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:51:55 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:51:55 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:51:55 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:51:56 Removing intermediate container fc1e9bce174d 00:51:56 ---> 04d6ce3238c4 00:51:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:51:56 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:51:56 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:51:56 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:51:56 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:51:56 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:51:56 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:51:56 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:51:56 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:51:56 Setting up tzdata (2020f-0ubuntu0.18.04) ... 00:51:56 00:51:56 Current default time zone: 'Etc/UTC' 00:51:56 Local time is now: Tue Jan 12 00:51:56 UTC 2021. 00:51:56 Universal Time is now: Tue Jan 12 00:51:56 UTC 2021. 00:51:56 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:51:56 00:51:56 Setting up systemd-sysv (237-3ubuntu10.43) ... 00:51:56 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:51:56 Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... 00:51:56 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:51:56 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:51:56 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:51:56 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:51:56 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:51:56 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:51:56 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:51:56 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:51:56 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:51:57 Removing intermediate container 7467478be5f3 00:51:57 ---> 3fff577c63e1 00:51:57 Step 21/22 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde 00:51:57 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:51:57 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:51:57 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:51:57 Setting up patch (2.7.6-2ubuntu1.1) ... 00:51:57 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:51:57 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:51:57 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:51:57 Installing new version of config file /etc/ssl/openssl.cnf ... 00:51:57 ---> 715f608393f0 00:51:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:51:57 ---> Running in feaf36133bb5 00:51:57 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:51:57 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:51:57 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:51:58 Removing intermediate container feaf36133bb5 00:51:58 ---> 5076d8151e79 00:51:58 Step 22/22 : LABEL version=0.0.0 00:51:59 Removing intermediate container 7d13c6fd0855 00:51:59 ---> b4c733f3f48b 00:51:59 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:51:59 ---> Running in 468cd0d020a9 00:51:59 ---> 4e8537325b8f 00:51:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:51:59 Updating certificates in /etc/ssl/certs... 00:51:59 ---> Running in f228b70ff145 00:51:59 22 added, 17 removed; done. 00:51:59 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:51:59 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:51:59 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:51:59 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:51:59 Setting up pkgbinarymangler (138.18.04.1) ... 00:52:00 Removing intermediate container 468cd0d020a9 00:52:00 ---> 78ed6377c650 00:52:00 00:52:00 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:52:00 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:52:00 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:52:00 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:52:00 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:52:00 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:52:00 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:52:00 Setting up perl (5.26.1-6ubuntu0.5) ... 00:52:00 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:52:00 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:52:00 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:52:00 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:52:00 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:52:00 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:52:00 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:52:00 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:52:00 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:52:00 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:52:00 Processing triggers for systemd (237-3ubuntu10.43) ... 00:52:00 Processing triggers for mime-support (3.60ubuntu1) ... 00:52:00 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:52:00 Successfully built 78ed6377c650 00:52:00 Successfully tagged docker-core-command-go-arm64:latest 00:52:01 Updating certificates in /etc/ssl/certs... 00:52:01  Building docker-core-command-go ... done 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 00:52:01 ---> 8341b646dd9c 00:52:01 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:52:01 ---> Running in 4e83100674ac 00:52:01 0 added, 0 removed; done. 00:52:01 Running hooks in /etc/ca-certificates/update.d... 00:52:01 done. 00:52:01 Reading package lists... 00:52:01 Removing intermediate container 00c98e52ca05 00:52:01 ---> e5da0ff175aa 00:52:01 00:52:01 Step 10/22 : FROM scratch 00:52:01 ---> 00:52:01 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:01 ---> Using cache 00:52:01 ---> d4bfd310597c 00:52:01 Step 12/22 : ENV APP_PORT=48081 00:52:02 Building dependency tree... 00:52:02 Reading state information... 00:52:02 The following NEW packages will be installed: 00:52:02 apt-transport-https 00:52:02 Removing intermediate container 4e83100674ac 00:52:02 ---> 1679106e62ad 00:52:02 Step 18/21 : CMD ["--init=true"] 00:52:02 ---> Running in 4a9a77dbc841 00:52:02 ---> Running in 0d4b9ab2f92e 00:52:02 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:52:02 Need to get 1696 B of archives. 00:52:02 After this operation, 153 kB of additional disk space will be used. 00:52:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:52:02 debconf: delaying package configuration, since apt-utils is not installed 00:52:02 Fetched 1696 B in 0s (7397 B/s) 00:52:02 Removing intermediate container 4a9a77dbc841 00:52:02 ---> cd24973dd1a2 00:52:02 Step 13/22 : EXPOSE $APP_PORT 00:52:02 Selecting previously unselected package apt-transport-https. 00:52:02 (Reading database ... 13929 files and directories currently installed.) 00:52:02 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:52:02 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:52:02 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:52:02 ---> Running in 9f5145c1c0cb 00:52:02 Removing intermediate container 0d4b9ab2f92e 00:52:02 ---> e2a599ad0b5c 00:52:02 Step 19/21 : LABEL arch=arm64 00:52:02 Waiting for network to be ready... 00:52:03 ---> Running in d0a04170f9f6 00:52:03 Removing intermediate container 9f5145c1c0cb 00:52:03 ---> 344ea50701fa 00:52:03 Step 14/22 : WORKDIR / 00:52:03 ---> Running in 699da35fe8fd 00:52:03 Removing intermediate container d0a04170f9f6 00:52:03 ---> 7d617bf71dbb 00:52:03 Step 20/21 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde 00:52:03 ---> Running in 9067068ba81c 00:52:03 Removing intermediate container f228b70ff145 00:52:03 ---> 5240dd02d0d2 00:52:03 00:52:03 Step 11/26 : FROM docker:20.10.0 00:52:04 20.10.0: Pulling from library/docker 00:52:04 Removing intermediate container 699da35fe8fd 00:52:04 ---> f220865e194b 00:52:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:04 Removing intermediate container 9067068ba81c 00:52:04 ---> 1470359b6fd9 00:52:04 Step 21/21 : LABEL version=0.0.0 00:52:04 ---> Running in ed08ef0390b2 00:52:05 ---> dcc545ceb82e 00:52:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:52:05 Removing intermediate container ed08ef0390b2 00:52:05 ---> a2b78edf4e77 00:52:05 00:52:05 Successfully built a2b78edf4e77 00:52:05 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:52:07  Building docker-security-proxy-setup-go ... done  ---> 55468b84d065 00:52:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:52:08 ---> 9fc4535a9f35 00:52:08 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:52:09 ---> Running in 108fea38dfd7 00:52:09 2021-01-12T00:52:07Z INFO Waiting for automatic snapd restart... 00:52:09 snapd 2.48.2 from Canonical* installed 00:52:09 Removing intermediate container 108fea38dfd7 00:52:09 ---> a9dfb5f66d71 00:52:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:10 ---> Running in dbee9ed12ea6 00:52:10 "snapd" switched to the "latest/stable" channel 00:52:10 00:52:11 Removing intermediate container dbee9ed12ea6 00:52:11 ---> 37ed20f2ec43 00:52:11 Step 20/22 : LABEL arch=arm64 00:52:11 ---> Running in 21c629775a37 00:52:12 Removing intermediate container 21c629775a37 00:52:12 ---> f9e367c0205c 00:52:12 Step 21/22 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde 00:52:12 ---> Running in 1afa69c0afe3 00:52:12 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:52:12 Status: Downloaded newer image for docker:20.10.0 00:52:12 ---> eeaf43b92773 00:52:12 Step 12/26 : RUN apk add --no-cache bash 00:52:12 ---> Running in 12b5fc03b5a1 00:52:12 Removing intermediate container 1afa69c0afe3 00:52:12 ---> d7026a83d5f9 00:52:12 Step 22/22 : LABEL version=0.0.0 00:52:13 ---> Running in 5922437e61fc 00:52:13 core18 20201210 from Canonical* installed 00:52:13 "core18" switched to the "latest/stable" channel 00:52:13 00:52:13 Removing intermediate container 5922437e61fc 00:52:13 ---> 4e395c31f055 00:52:13 00:52:14 Successfully built 4e395c31f055 00:52:14 Successfully tagged docker-core-metadata-go-arm64:latest 00:52:14  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:14 (1/2) Installing readline (8.0.4-r0) 00:52:14 (2/2) Installing bash (5.0.17-r0) 00:52:14 Executing bash-5.0.17-r0.post-install 00:52:14 Executing busybox-1.31.1-r19.trigger 00:52:14 OK: 12 MiB in 22 packages 00:52:16 Removing intermediate container 12b5fc03b5a1 00:52:16 ---> b76e552f316b 00:52:16 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:52:16 ---> Running in dc6a7d03632d 00:52:16 snapcraft 4.4.4 from Canonical* installed 00:52:16 "snapcraft" switched to the "latest/stable" channel 00:52:16 00:52:17 Removing intermediate container dc6a7d03632d 00:52:17 ---> c777de77e6c8 00:52:17 Step 14/26 : ENV APP_PORT=48090 00:52:17 ---> Running in af57ba9bbb62 00:52:17 Removing intermediate container af57ba9bbb62 00:52:17 ---> 7be8125033bb 00:52:17 Step 15/26 : EXPOSE $APP_PORT 00:52:17 ---> Running in 95f6f6fc25b8 00:52:18 Removing intermediate container 95f6f6fc25b8 00:52:18 ---> 652409b43253 00:52:18 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:52:19 ---> 5962a4cd559b 00:52:19 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:52:20 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: 00:52:20 - README.md 00:52:20 - snapcraft.yaml.orig 00:52:20 00:52:20 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:52:20 ---> 6c5ed15e6188 00:52:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:52:21 ---> 7abf1aa1790e 00:52:21 Step 19/26 : RUN apk --no-cache add py3-pip 00:52:21 ---> Running in 57f7bd216f4a 00:52:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:23 (1/33) Installing libbz2 (1.0.8-r1) 00:52:23 (2/33) Installing expat (2.2.9-r1) 00:52:23 (3/33) Installing libffi (3.3-r2) 00:52:23 (4/33) Installing gdbm (1.13-r1) 00:52:23 (5/33) Installing xz-libs (5.2.5-r0) 00:52:23 (6/33) Installing sqlite-libs (3.32.1-r0) 00:52:23 (7/33) Installing python3 (3.8.5-r0) 00:52:25 (8/33) Installing py3-appdirs (1.4.4-r1) 00:52:25 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:52:25 (10/33) Installing py3-parsing (2.4.7-r0) 00:52:25 (11/33) Installing py3-six (1.15.0-r0) 00:52:25 (12/33) Installing py3-packaging (20.4-r0) 00:52:25 (13/33) Installing py3-setuptools (47.0.0-r0) 00:52:25 (14/33) Installing py3-chardet (3.0.4-r4) 00:52:25 (15/33) Installing py3-idna (2.9-r0) 00:52:25 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:52:25 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:52:25 (18/33) Installing py3-requests (2.23.0-r0) 00:52:25 (19/33) Installing py3-msgpack (1.0.0-r0) 00:52:25 (20/33) Installing py3-lockfile (0.12.2-r3) 00:52:25 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:52:25 (22/33) Installing py3-colorama (0.4.3-r0) 00:52:25 (23/33) Installing py3-distlib (0.3.0-r0) 00:52:25 (24/33) Installing py3-distro (1.5.0-r1) 00:52:25 (25/33) Installing py3-webencodings (0.5.1-r3) 00:52:25 (26/33) Installing py3-html5lib (1.0.1-r4) 00:52:25 (27/33) Installing py3-pytoml (0.1.21-r0) 00:52:25 (28/33) Installing py3-pep517 (0.8.2-r0) 00:52:25 (29/33) Installing py3-progress (1.5-r0) 00:52:25 (30/33) Installing py3-toml (0.10.1-r0) 00:52:25 (31/33) Installing py3-retrying (1.3.3-r0) 00:52:25 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:52:25 (33/33) Installing py3-pip (20.1.1-r0) 00:52:25 Executing busybox-1.31.1-r19.trigger 00:52:25 OK: 71 MiB in 55 packages 00:52:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:52:26 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:52:26 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:52:26 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:52:27 Reading package lists... 00:52:28 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 00:52:32 Removing intermediate container 57f7bd216f4a 00:52:32 ---> 28753e1d5d51 00:52:32 Step 20/26 : RUN pip install docker-compose==1.23.2 00:52:32 ---> Running in 79ebd86e4c29 00:52:34 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:52:34 Reading package lists... 00:52:34 Building dependency tree... 00:52:34 Reading state information... 00:52:34 Suggested packages: 00:52:34 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:52:34 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:52:34 Recommended packages: 00:52:34 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:52:34 The following NEW packages will be installed: 00:52:34 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:52:34 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:52:34 pkg-config zip 00:52:34 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:52:34 Need to get 7655 kB of archives. 00:52:34 After this operation, 43.7 MB of additional disk space will be used. 00:52:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:52:34 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:52:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:52:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:52:34 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:52:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:52:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:52:34 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:52:34 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:52:34 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:52:34 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:52:35 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:52:35 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:52:35 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:52:35 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:52:35 debconf: delaying package configuration, since apt-utils is not installed 00:52:35 Fetched 7655 kB in 1s (8578 kB/s) 00:52:35 Selecting previously unselected package libglib2.0-0:amd64. 00:52:35 (Reading database ... 13933 files and directories currently installed.) 00:52:35 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:52:35 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:52:35 Selecting previously unselected package libpsl5:amd64. 00:52:35 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:52:35 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:52:35 Selecting previously unselected package libnghttp2-14:amd64. 00:52:35 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:52:35 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:52:36 Selecting previously unselected package librtmp1:amd64. 00:52:36 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:52:36 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:52:36 Selecting previously unselected package libcurl3-gnutls:amd64. 00:52:36 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:52:36 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:52:36 Selecting previously unselected package liberror-perl. 00:52:36 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:52:36 Unpacking liberror-perl (0.17025-1) ... 00:52:36 Selecting previously unselected package git-man. 00:52:36 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:52:36 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:52:36 Selecting previously unselected package git. 00:52:36 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:52:36 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:52:37 Selecting previously unselected package libnorm1:amd64. 00:52:37 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:52:37 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:52:37 Selecting previously unselected package libpgm-5.2-0:amd64. 00:52:37 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:52:37 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:52:37 Selecting previously unselected package libsodium23:amd64. 00:52:37 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:52:37 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:52:37 Selecting previously unselected package libzmq5:amd64. 00:52:37 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:52:37 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:52:37 Selecting previously unselected package libzmq3-dev:amd64. 00:52:37 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:52:37 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:52:37 Selecting previously unselected package pkg-config. 00:52:37 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:52:37 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:52:37 Selecting previously unselected package zip. 00:52:37 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:52:37 Unpacking zip (3.0-11build1) ... 00:52:37 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:52:37 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:52:37 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:52:38 Collecting docker-compose==1.23.2 00:52:38 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:52:38 Collecting docker<4.0,>=3.6.0 00:52:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:52:38 Setting up liberror-perl (0.17025-1) ... 00:52:38 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:52:38 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:52:38 No schema files found: doing nothing. 00:52:38 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:52:38 Setting up zip (3.0-11build1) ... 00:52:38 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:52:38 Setting up libsodium23:amd64 (1.0.16-2) ... 00:52:38 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:52:38 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:52:38 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:52:38 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:52:38 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:52:38 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:52:38 Collecting texttable<0.10,>=0.9.0 00:52:38 Downloading texttable-0.9.1.tar.gz (11 kB) 00:52:41 Collecting PyYAML<4,>=3.10 00:52:41 Downloading PyYAML-3.13.tar.gz (270 kB) 00:52:44 Collecting jsonschema<3,>=2.5.1 00:52:44 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:52:44 Collecting websocket-client<1.0,>=0.32.0 00:52:44 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:52:45 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:52:45 git set to automatically installed. 00:52:45 git-man set to automatically installed. 00:52:45 libcurl3-gnutls set to automatically installed. 00:52:45 liberror-perl set to automatically installed. 00:52:45 libglib2.0-0 set to automatically installed. 00:52:45 libnghttp2-14 set to automatically installed. 00:52:45 libnorm1 set to automatically installed. 00:52:45 libpgm-5.2-0 set to automatically installed. 00:52:45 libpsl5 set to automatically installed. 00:52:45 librtmp1 set to automatically installed. 00:52:45 libsodium23 set to automatically installed. 00:52:45 libzmq3-dev set to automatically installed. 00:52:45 libzmq5 set to automatically installed. 00:52:45 pkg-config set to automatically installed. 00:52:45 zip set to automatically installed. 00:52:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:52:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:52:46 Collecting cached-property<2,>=1.2.0 00:52:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:52:46 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:52:46 Collecting dockerpty<0.5,>=0.4.1 00:52:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:52:46 snapd is not logged in, snap install commands will use sudo 00:52:48 Collecting docopt<0.7,>=0.6.1 00:52:48 Downloading docopt-0.6.2.tar.gz (25 kB) 00:52:50 Collecting docker-pycreds>=0.4.0 00:52:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:52:50 Collecting urllib3<1.25,>=1.21.1 00:52:51 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:52:51 Collecting idna<2.8,>=2.5 00:52:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:52:51 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:52:51 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) 00:52:51 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:52:51 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:52:51 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:52:51 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:52:52 Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, PyYAML, jsonschema, cached-property, dockerpty, docopt, docker-compose 00:52:52 Attempting uninstall: urllib3 00:52:52 Found existing installation: urllib3 1.25.9 00:52:52 Uninstalling urllib3-1.25.9: 00:52:52 Successfully uninstalled urllib3-1.25.9 00:52:53 Attempting uninstall: idna 00:52:53 Found existing installation: idna 2.9 00:52:53 Uninstalling idna-2.9: 00:52:53 Successfully uninstalled idna-2.9 00:52:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:52:53 snap "core18" has no updates available 00:52:53 Attempting uninstall: requests 00:52:53 Found existing installation: requests 2.23.0 00:52:53 Uninstalling requests-2.23.0: 00:52:54 Successfully uninstalled requests-2.23.0 00:52:54 Pulling config-common 00:52:54 Running setup.py install for texttable: started 00:52:55 Pulling go-build-helper 00:52:56 Running setup.py install for texttable: finished with status 'done' 00:52:56 Running setup.py install for PyYAML: started 00:52:58 Running setup.py install for PyYAML: finished with status 'done' 00:52:59 Running setup.py install for dockerpty: started 00:53:01 Running setup.py install for dockerpty: finished with status 'done' 00:53:01 Running setup.py install for docopt: started 00:53:02 Running setup.py install for docopt: finished with status 'done' 00:53:03 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 00:53:07 Removing intermediate container 79ebd86e4c29 00:53:07 ---> fc61827e560c 00:53:07 Step 21/26 : RUN apk --no-cache add curl 00:53:07 ---> Running in 977871d48011 00:53:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:53:09 (2/3) Installing libcurl (7.69.1-r3) 00:53:09 (3/3) Installing curl (7.69.1-r3) 00:53:09 Executing busybox-1.31.1-r19.trigger 00:53:09 OK: 71 MiB in 58 packages 00:53:10 Removing intermediate container 977871d48011 00:53:10 ---> 17582aa4dc7e 00:53:10 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:53:10 ---> Running in 00156b6b4bfa 00:53:11 Removing intermediate container 00156b6b4bfa 00:53:11 ---> 83522ee0b844 00:53:11 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:11 ---> Running in 96295b42fb03 00:53:12 Removing intermediate container 96295b42fb03 00:53:12 ---> 88c56ae4325d 00:53:12 Step 24/26 : LABEL arch=arm64 00:53:12 ---> Running in 29b92ba47cc9 00:53:12 Removing intermediate container 29b92ba47cc9 00:53:12 ---> 1e37910d30b7 00:53:12 Step 25/26 : LABEL git_sha=88c774f5ef87baacffc33e0aeaf896ceb091dbde 00:53:12 ---> Running in 0939e7d28630 00:53:13 Removing intermediate container 0939e7d28630 00:53:13 ---> bb65e32990a3 00:53:13 Step 26/26 : LABEL version=0.0.0 00:53:13 ---> Running in b2ee5527cccf 00:53:13 Removing intermediate container b2ee5527cccf 00:53:13 ---> abb976b24e90 00:53:13 00:53:14 Successfully built abb976b24e90 00:53:14 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:53:14  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:53:14 $ docker stop --time=1 c90dee3530d1c4620c3f622fca38d2243de18d4f44a888a5dbeb5e21dc9a4da6 00:53:16 $ docker rm -f c90dee3530d1c4620c3f622fca38d2243de18d4f44a888a5dbeb5e21dc9a4da6 [Pipeline] // withDockerContainer [Pipeline] sh 00:53:16 + grep docker 00:53:16 + docker images 00:53:17 docker-sys-mgmt-agent-go-arm64 latest abb976b24e90 3 seconds ago 300MB 00:53:17 docker-core-metadata-go-arm64 latest 4e395c31f055 About a minute ago 12.3MB 00:53:17 docker-security-proxy-setup-go-arm64 latest a2b78edf4e77 About a minute ago 23.2MB 00:53:17 docker-core-command-go-arm64 latest 78ed6377c650 About a minute ago 9.98MB 00:53:17 docker-core-data-go-arm64 latest f9b7372df1fa 3 minutes ago 21MB 00:53:17 docker-security-secretstore-setup-go-arm64 latest bdc5eaaca585 3 minutes ago 23.4MB 00:53:17 docker-security-bootstrap-redis-go-arm64 latest 7ace9f328571 3 minutes ago 15.1MB 00:53:17 docker-support-notifications-go-arm64 latest d1a898ed2538 3 minutes ago 11.4MB 00:53:17 docker-support-scheduler-go-arm64 latest 2cc00f98675e 4 minutes ago 10MB 00:53:17 docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv 00:53:17 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:53:17 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:53:17 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:53:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 00:53:17 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:53:17 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:53:17 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:53:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:53:17 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:53:17 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:53:17 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:53:17 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 00:53:17 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 00:53:17 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 00:53:17 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 00:53:17 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 00:53:17 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 00:53:17 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 00:53:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:53:17 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] 00:53:17 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 00:53:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 00:53:17 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 00:53:17 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 00:53:17 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 00:53:17 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 00:53:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 00:53:17 Fetched 23.7 MB in 0s (0 B/s) 00:53:17 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:53:17 Fetched 96.5 kB in 0s (0 B/s) 00:53:17 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:53:17 Fetched 279 kB in 0s (0 B/s) 00:53:17 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:53:17 Fetched 122 kB in 0s (0 B/s) 00:53:17 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:53:17 Fetched 77.8 kB in 0s (0 B/s) 00:53:17 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:53:17 Fetched 8848 B in 0s (0 B/s) 00:53:17 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:53:17 Fetched 47.8 kB in 0s (0 B/s) 00:53:17 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:53:17 Fetched 45.6 kB in 0s (0 B/s) 00:53:17 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:53:17 Fetched 15.0 kB in 0s (0 B/s) 00:53:17 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:53:17 Fetched 214 kB in 0s (0 B/s) 00:53:17 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:53:17 Fetched 155 kB in 0s (0 B/s) 00:53:17 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:53:17 Fetched 50.6 kB in 0s (0 B/s) 00:53:17 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:53:17 Fetched 14.8 kB in 0s (0 B/s) 00:53:17 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:53:17 Fetched 41.8 kB in 0s (0 B/s) 00:53:17 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:53:17 Fetched 499 kB in 0s (0 B/s) 00:53:17 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:53:17 Fetched 111 kB in 0s (0 B/s) 00:53:17 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:53:17 Fetched 240 kB in 0s (0 B/s) 00:53:17 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:53:17 Fetched 29.3 kB in 0s (0 B/s) 00:53:17 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:53:17 Fetched 85.5 kB in 0s (0 B/s) 00:53:17 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:53:17 Fetched 24.5 kB in 0s (0 B/s) 00:53:17 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:53:17 Fetched 49.2 kB in 0s (0 B/s) 00:53:17 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:53:17 Fetched 54.2 kB in 0s (0 B/s) 00:53:17 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:53:17 Fetched 30.8 kB in 0s (0 B/s) 00:53:17 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:53:17 Fetched 17.0 kB in 0s (0 B/s) 00:53:17 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:53:17 Fetched 85.9 kB in 0s (0 B/s) 00:53:17 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:53:17 Fetched 8720 B in 0s (0 B/s) 00:53:17 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:53:17 Fetched 137 kB in 0s (0 B/s) 00:53:17 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:53:17 Fetched 119 kB in 0s (0 B/s) 00:53:17 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:53:17 Fetched 109 kB in 0s (0 B/s) 00:53:17 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:53:17 Fetched 11.1 kB in 0s (0 B/s) 00:53:17 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:53:17 Fetched 645 kB in 0s (0 B/s) 00:53:17 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:53:17 Fetched 41.3 kB in 0s (0 B/s) 00:53:17 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:53:17 Fetched 17.9 kB in 0s (0 B/s) 00:53:17 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:53:17 Fetched 368 kB in 0s (0 B/s) 00:53:17 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:53:17 Fetched 187 kB in 0s (0 B/s) 00:53:17 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:53:17 Fetched 175 kB in 0s (0 B/s) 00:53:17 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [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] } 00:53:19 Fetched 206 kB in 0s (0 B/s) 00:53:19 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:53:19 Fetched 1301 kB in 0s (0 B/s) 00:53:19 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:53:19 Fetched 36.2 kB in 0s (0 B/s) 00:53:19 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:53:19 Fetched 159 kB in 0s (0 B/s) 00:53:19 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:53:19 Fetched 107 kB in 0s (0 B/s) 00:53:19 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:53:19 Fetched 48.7 kB in 0s (0 B/s) 00:53:19 Pulling static-packages 00:53:20 'go115' has dependencies that need to be staged: go-build-helper static-packages 00:53:20 Skipping pull go-build-helper (already ran) 00:53:20 Skipping pull static-packages (already ran) 00:53:20 Building go-build-helper 00:53:24 Building static-packages 00:53:26 Staging go-build-helper 00:53:26 Staging static-packages 00:53:27 Pulling go115 00:53:28 'edgex-go' has dependencies that need to be staged: go115 00:53:28 Skipping pull go115 (already ran) 00:53:28 Building go115 00:53:28 % Total % Received % Xferd Average Speed Time Time Time Current 00:53:28 Dload Upload Total Spent Left Speed 00:53:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 25 115M 25 29.0M 0 0 32.0M 0 0:00:03 --:--:-- 0:00:03 31.9M 62 115M 62 71.9M 0 0 37.7M 0 0:00:03 0:00:01 0:00:02 37.7M 95 115M 95 110M 0 0 37.9M 0 0:00:03 0:00:02 0:00:01 37.8M 100 115M 100 115M 0 0 37.2M 0 0:00:03 0:00:03 --:--:-- 37.2M 00:53:32 go1.15.2.linux-amd64.tar.gz: OK 00:53:36 Staging go115 00:53:41 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:53:41 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:53:41 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:53:41 Fetched 0 B in 0s (0 B/s) 00:53:41 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:53:41 Fetched 224 kB in 0s (0 B/s) 00:53:41 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:53:41 Fetched 157 kB in 0s (0 B/s) 00:53:41 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:53:41 Fetched 221 kB in 0s (0 B/s) 00:53:41 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:53:41 Fetched 143 kB in 0s (0 B/s) 00:53:41 Pulling edgex-go 00:53:42 Pulling version 00:53:43 Building config-common 00:53:44 Skipping build go-build-helper (already ran) 00:53:44 Skipping build static-packages (already ran) 00:53:44 Skipping build go115 (already ran) 00:53:45 Building edgex-go 00:53:45 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 00:53:46 go: downloading github.com/gorilla/mux v1.8.0 00:53:46 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 00:53:46 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.141 00:53:46 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:53:46 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:53:46 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:53:46 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 00:53:46 go: downloading github.com/google/uuid v1.1.4 00:53:46 go: downloading github.com/x448/float16 v0.8.4 00:53:46 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:53:46 go: downloading gopkg.in/yaml.v2 v2.4.0 00:53:46 go: downloading github.com/pelletier/go-toml v1.2.0 00:53:46 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 00:53:46 go: downloading github.com/imdario/mergo v0.3.11 00:53:46 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 00:53:46 go: downloading github.com/go-kit/kit v0.8.0 00:53:46 go: downloading github.com/pkg/errors v0.8.1 00:53:46 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 00:53:46 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:53:46 go: downloading github.com/BurntSushi/toml v0.3.1 00:53:46 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:53:46 go: downloading github.com/hashicorp/consul/api v1.1.0 00:53:46 go: downloading github.com/pebbe/zmq4 v1.2.2 00:53:46 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:53:46 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:53:46 go: downloading github.com/mitchellh/copystructure v1.0.0 00:53:46 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:53:46 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:53:46 go: downloading github.com/go-playground/universal-translator v0.17.0 00:53:46 go: downloading github.com/leodido/go-urn v1.2.0 00:53:46 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:53:46 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:53:46 go: downloading github.com/hashicorp/serf v0.8.2 00:53:46 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:53:46 go: downloading github.com/go-playground/locales v0.13.0 00:53:46 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:53:46 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:53:46 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:53:47 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:53:47 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:53:53 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 00:53:57 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 00:53:58 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 00:53:59 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 00:53:59 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 00:53:59 go: downloading github.com/stretchr/testify v1.6.1 00:54:00 go: downloading github.com/pmezard/go-difflib v1.0.0 00:54:00 go: downloading github.com/davecgh/go-spew v1.1.1 00:54:00 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:54:01 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 00:54:01 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:54:01 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:54:02 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 00:54:03 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 00:54:03 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:54:04 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 00:54:05 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 00:54:06 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 00:54:06 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:54:08 Building version 00:54:10 Staging config-common 00:54:11 Skipping stage go-build-helper (already ran) 00:54:11 Skipping stage static-packages (already ran) 00:54:11 Skipping stage go115 (already ran) 00:54:11 Staging edgex-go 00:54:12 Staging version 00:54:13 Priming config-common 00:54:13 Priming go-build-helper 00:54:14 Priming static-packages 00:54:17 Priming go115 00:54:17 Priming edgex-go 00:54:18 Priming version 00:54:19 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:54:22 provisioning config files... 00:54:22 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/20@tmp/config7286862047883276190tmp [Pipeline] { [Pipeline] sh 00:54:23 + set +x 00:54:23 + bash -s -- 00:54:23 + curl -s https://codecov.io/bash 00:54:23 00:54:23 _____ _ 00:54:23 / ____| | | 00:54:23 | | ___ __| | ___ ___ _____ __ 00:54:23 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:54:23 | |___| (_) | (_| | __/ (_| (_) \ V / 00:54:23 \_____\___/ \__,_|\___|\___\___/ \_/ 00:54:23 Bash-20201231-23d4836 00:54:23 00:54:23 00:54:23 ==> git version 2.24.3 found 00:54:23 ==> 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 00:54:23 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:54:23 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:54:23 ==> Jenkins CI detected. 00:54:23 project root: . 00:54:23 --> token set from env 00:54:23 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:54:24 ==> Running gcov in . (disable via -X gcov) 00:54:24 ==> Python coveragepy not found 00:54:24 ==> Searching for coverage reports in: 00:54:24 + . 00:54:24 -> Found 1 reports 00:54:24 ==> Detecting git/mercurial file structure 00:54:24 ==> Reading reports 00:54:24 + ./coverage.out bytes=540302 00:54:24 ==> Appending adjustments 00:54:24 https://docs.codecov.io/docs/fixing-reports 00:54:29 + Found adjustments 00:54:29 ==> Gzipping contents 00:54:29 84K /tmp/codecov.sWmX95.gz 00:54:29 ==> Uploading reports 00:54:29 url: https://codecov.io 00:54:29 query: branch=PR-2924&commit=88c774f5ef87baacffc33e0aeaf896ceb091dbde&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2924%2F20%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2924&job=&cmd_args= 00:54:29 -> Pinging Codecov 00:54:29 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2924&commit=88c774f5ef87baacffc33e0aeaf896ceb091dbde&build=20&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2924%2F20%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2924&job=&cmd_args= 00:54:29 -> Uploading to 00:54:29 https://storage.googleapis.com/codecov/v4/raw/2021-01-12/00271124DB129430A58F1EEE437C3FCB/88c774f5ef87baacffc33e0aeaf896ceb091dbde/be4f4486-7041-47fe-9ee8-20fa4144490d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210112T005429Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8e1547ede30ed365a64d9fbcbbdac29544180f5716798d0e6799d65de05771c5 00:54:29 % Total % Received % Xferd Average Speed Time Time Time Current 00:54:29 Dload Upload Total Spent Left Speed 00:54:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82129 0 0 100 82129 0 124k --:--:-- --:--:-- --:--:-- 124k 00:54:30 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/88c774f5ef87baacffc33e0aeaf896ceb091dbde [Pipeline] } 00:54:30 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 00:54:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:54:33 ---> package-listing.sh 00:54:33 ++ facter osfamily 00:54:33 ++ tr '[:upper:]' '[:lower:]' 00:54:34 + OS_FAMILY=redhat 00:54:34 + workspace=/w/workspace/edgex-go/20 00:54:34 + START_PACKAGES=/tmp/packages_start.txt 00:54:34 + END_PACKAGES=/tmp/packages_end.txt 00:54:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:54:34 + PACKAGES=/tmp/packages_start.txt 00:54:34 + '[' /w/workspace/edgex-go/20 ']' 00:54:34 + PACKAGES=/tmp/packages_end.txt 00:54:34 + case "${OS_FAMILY}" in 00:54:34 + rpm -qa 00:54:34 + sort 00:54:40 + '[' -f /tmp/packages_start.txt ']' 00:54:40 + '[' -f /tmp/packages_end.txt ']' 00:54:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:54:40 + '[' /w/workspace/edgex-go/20 ']' 00:54:40 + mkdir -p /w/workspace/edgex-go/20/archives/ 00:54:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/20/archives/ [Pipeline] echo 00:54:40 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/20/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:54:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:54:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:42 00:54:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:54:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:42 alpine: Pulling from edgex-lftools-log-publisher 00:54:42 df20fa9351a1: Pulling fs layer 00:54:42 36b3adc4ff6f: Pulling fs layer 00:54:42 8ad3a11d3b57: Pulling fs layer 00:54:42 46f8f816bc3b: Pulling fs layer 00:54:42 93b61091891f: Pulling fs layer 00:54:42 93b9cdb0e59b: Pulling fs layer 00:54:42 5e14af77c1be: Pulling fs layer 00:54:42 01666e4c0597: Pulling fs layer 00:54:42 aa168da1d23b: Pulling fs layer 00:54:42 46f8f816bc3b: Waiting 00:54:42 93b61091891f: Waiting 00:54:42 93b9cdb0e59b: Waiting 00:54:42 5e14af77c1be: Waiting 00:54:42 01666e4c0597: Waiting 00:54:42 aa168da1d23b: Waiting 00:54:42 36b3adc4ff6f: Verifying Checksum 00:54:42 36b3adc4ff6f: Download complete 00:54:42 46f8f816bc3b: Verifying Checksum 00:54:42 46f8f816bc3b: Download complete 00:54:43 df20fa9351a1: Verifying Checksum 00:54:43 df20fa9351a1: Download complete 00:54:43 93b9cdb0e59b: Download complete 00:54:43 5e14af77c1be: Verifying Checksum 00:54:43 5e14af77c1be: Download complete 00:54:43 01666e4c0597: Verifying Checksum 00:54:43 01666e4c0597: Download complete 00:54:43 93b61091891f: Verifying Checksum 00:54:43 93b61091891f: Download complete 00:54:43 df20fa9351a1: Pull complete 00:54:44 8ad3a11d3b57: Verifying Checksum 00:54:44 8ad3a11d3b57: Download complete 00:54:44 36b3adc4ff6f: Pull complete 00:54:46 8ad3a11d3b57: Pull complete 00:54:46 46f8f816bc3b: Pull complete 00:54:48 aa168da1d23b: Verifying Checksum 00:54:48 aa168da1d23b: Download complete 00:54:50 93b61091891f: Pull complete 00:54:51 93b9cdb0e59b: Pull complete 00:54:51 5e14af77c1be: Pull complete 00:54:51 01666e4c0597: Pull complete 00:55:07 aa168da1d23b: Pull complete 00:55:07 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:55:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:55:07 prd-centos7-docker-4c-2g-19653 does not seem to be running inside a container 00:55:07 $ 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/20/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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-lftools-log-publisher:alpine cat 00:55:11 $ docker top afb25b4ce5b166bab399c7e8066f6bc2986e1491beb565ef13905c8009bacbda -eo pid,comm [Pipeline] { [Pipeline] sh 00:55:12 + touch /tmp/pre-build-complete [Pipeline] sh 00:55:12 + mkdir -p /var/log/sa [Pipeline] sh 00:55:12 + ls /var/log/sa-host 00:55:12 + sadf -c /var/log/sa-host/sa12 00:55:12 file_magic: OK 00:55:12 HZ: Using current value: 100 00:55:12 file_header: OK 00:55:12 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 00:55:12 Statistics: 00:55:12 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:55:12 File successfully converted to sysstat format version 12.2.1 00:55:12 + sadf -c /var/log/sa-host/sa23 00:55:12 file_magic: OK 00:55:12 HZ: Using current value: 100 00:55:12 file_header: OK 00:55:12 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 00:55:12 Statistics: 00:55:12 Hnuu...uuuununununu... 00:55:12 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:55:13 provisioning config files... 00:55:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/20@tmp/config8468669976191692478tmp [Pipeline] { [Pipeline] echo 00:55:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:55:13 ---> create-netrc.sh [Pipeline] } 00:55:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:55:13 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:55:13 ---> python-tools-install.sh [Pipeline] echo 00:55:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:55:14 ---> sudo-logs.sh 00:55:14 Archiving 'sudo' log.. [Pipeline] echo 00:55:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:55:15 ---> job-cost.sh 00:55:15 lf-activate-venv: SKIPPING 00:55:15 INFO: No Stack... 00:55:16 INFO: Retrieving Pricing Info for: v1-standard-2 00:55:16 INFO: Archiving Costs [Pipeline] echo 00:55:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:55:17 ---> logs-deploy.sh 00:55:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2924/20 00:55:17 INFO: archiving workspace using pattern(s): 00:55:19 Archives upload complete. 00:55:19 INFO: archiving logs to Nexus 00:55:21 ---> uname -a: 00:55:21 Linux prd-centos7-docker-4c-2g-19653.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:55:21 00:55:21 00:55:21 ---> lscpu: 00:55:21 Architecture: x86_64 00:55:21 CPU op-mode(s): 32-bit, 64-bit 00:55:21 Byte Order: Little Endian 00:55:21 Address sizes: 40 bits physical, 48 bits virtual 00:55:21 CPU(s): 4 00:55:21 On-line CPU(s) list: 0-3 00:55:21 Thread(s) per core: 1 00:55:21 Core(s) per socket: 1 00:55:21 Socket(s): 4 00:55:21 NUMA node(s): 1 00:55:21 Vendor ID: GenuineIntel 00:55:21 CPU family: 6 00:55:21 Model: 44 00:55:21 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:55:21 Stepping: 1 00:55:21 CPU MHz: 2933.438 00:55:21 BogoMIPS: 5866.87 00:55:21 Virtualization: VT-x 00:55:21 Hypervisor vendor: KVM 00:55:21 Virtualization type: full 00:55:21 L1d cache: 128 KiB 00:55:21 L1i cache: 128 KiB 00:55:21 L2 cache: 16 MiB 00:55:21 L3 cache: 64 MiB 00:55:21 NUMA node0 CPU(s): 0-3 00:55:21 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:55:21 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:55:21 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:55:21 Vulnerability Meltdown: Mitigation; PTI 00:55:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:55:21 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:55:21 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:55:21 Vulnerability Srbds: Not affected 00:55:21 Vulnerability Tsx async abort: Not affected 00:55:21 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 00:55:21 00:55:21 00:55:21 ---> nproc: 00:55:21 4 00:55:21 00:55:21 00:55:21 ---> df -h: 00:55:21 Filesystem Size Used Available Use% Mounted on 00:55:21 overlay 50.0G 11.6G 38.4G 23% / 00:55:21 tmpfs 64.0M 0 64.0M 0% /dev 00:55:21 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:55:21 shm 64.0M 0 64.0M 0% /dev/shm 00:55:21 /dev/vda1 50.0G 11.6G 38.4G 23% /facter-os 00:55:21 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/resolv.conf 00:55:21 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hostname 00:55:21 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hosts 00:55:21 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/auth.log 00:55:21 /dev/vda1 50.0G 11.6G 38.4G 23% /run/cloud-init/result.json 00:55:21 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/sa-host 00:55:21 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/secure 00:55:21 /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/20@tmp 00:55:21 /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/20 00:55:21 00:55:21 00:55:21 ---> free -m: 00:55:21 total used free shared buff/cache available 00:55:21 Mem: 1837 684 150 0 1002 1070 00:55:21 Swap: 1023 65 958 00:55:21 00:55:21 00:55:21 ---> ip addr: 00:55:21 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:55:21 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:55:21 inet 127.0.0.1/8 scope host lo 00:55:21 valid_lft forever preferred_lft forever 00:55:21 inet6 ::1/128 scope host 00:55:21 valid_lft forever preferred_lft forever 00:55:21 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:55:21 link/ether fa:16:3e:f6:f0:3e brd ff:ff:ff:ff:ff:ff 00:55:21 inet 10.30.123.175/23 brd 10.30.123.255 scope global dynamic eth0 00:55:21 valid_lft 84908sec preferred_lft 84908sec 00:55:21 inet6 fe80::f816:3eff:fef6:f03e/64 scope link 00:55:21 valid_lft forever preferred_lft forever 00:55:21 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:55:21 link/ether 02:42:93:00:9f:c4 brd ff:ff:ff:ff:ff:ff 00:55:21 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:55:21 valid_lft forever preferred_lft forever 00:55:21 inet6 fe80::42:93ff:fe00:9fc4/64 scope link 00:55:21 valid_lft forever preferred_lft forever 00:55:21 00:55:21 00:55:21 ---> sar -b -r -n DEV: 00:55:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/12/21 _x86_64_ (4 CPU) 00:55:21 00:55:21 00:30:15 LINUX RESTART (4 CPU) 00:55:21 00:55:21 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:55:21 00:32:01 41.60 14.20 27.40 0.00 1600.93 6909.59 0.00 00:55:21 00:33:02 44.04 17.42 26.62 0.00 4940.45 6617.66 0.00 00:55:21 00:34:01 235.07 101.99 133.08 0.00 6866.94 45188.88 0.00 00:55:21 00:35:01 183.18 74.44 108.74 0.00 2760.93 13045.65 0.00 00:55:21 00:36:02 94.57 25.58 68.99 0.00 1068.82 9485.09 0.00 00:55:21 00:37:01 81.87 32.35 49.52 0.00 1419.91 3305.32 0.00 00:55:21 00:38:01 61.21 28.31 32.90 0.00 2089.98 6181.91 0.00 00:55:21 00:39:02 188.07 43.14 144.93 0.00 14486.56 82194.16 0.00 00:55:21 00:40:09 1213.81 1030.81 183.01 0.00 90262.99 95488.05 0.00 00:55:21 00:41:04 2064.39 1883.93 180.46 0.00 112721.82 121904.22 0.00 00:55:21 00:42:01 306.87 221.39 85.48 0.00 14815.58 17118.64 0.00 00:55:21 00:43:01 409.81 143.98 265.83 0.00 58253.14 104668.53 0.00 00:55:21 00:44:03 1096.44 956.93 139.50 0.00 60703.12 61787.08 0.00 00:55:21 00:45:01 778.95 595.26 183.68 0.00 37658.42 44968.10 0.00 00:55:21 00:46:02 153.79 12.91 140.88 0.00 876.84 22735.59 0.00 00:55:21 00:47:01 29.70 22.21 7.49 0.00 3299.71 224.95 0.00 00:55:21 00:48:01 0.27 0.02 0.25 0.00 0.40 2.98 0.00 00:55:21 00:49:01 0.25 0.03 0.22 0.00 1.33 2.31 0.00 00:55:21 00:50:01 0.35 0.07 0.28 0.00 1.46 3.30 0.00 00:55:21 00:51:01 0.28 0.02 0.27 0.00 0.40 2.86 0.00 00:55:21 00:52:01 0.20 0.02 0.18 0.00 0.40 1.76 0.00 00:55:21 00:53:01 0.30 0.02 0.28 0.00 0.27 3.30 0.00 00:55:21 00:54:01 0.32 0.07 0.25 0.00 0.53 2.70 0.00 00:55:21 00:55:02 122.80 74.27 48.53 0.00 6626.73 13000.91 0.00 00:55:21 Average: 294.61 218.29 76.31 0.00 17554.12 27347.07 0.00 00:55:21 00:55:21 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:55:21 00:32:01 122672 0 530668 28.20 2620 1225584 1074316 36.66 452296 1108612 6400 00:55:21 00:33:02 78456 0 761560 40.48 2620 1038908 1463556 49.95 599448 1000704 25840 00:55:21 00:34:01 185108 0 647640 34.42 1944 1046852 1340380 45.74 532920 923368 8 00:55:21 00:35:01 68936 0 810044 43.05 1536 1001028 1795688 61.28 667144 868652 70532 00:55:21 00:36:02 228180 0 776824 41.29 852 875688 1772232 60.48 648492 720692 21608 00:55:21 00:37:01 266472 0 735960 39.11 828 878284 1795148 61.27 581888 743060 58232 00:55:21 00:38:01 217440 0 693052 36.83 752 970300 1335184 45.57 585512 790220 37760 00:55:21 00:39:02 74424 0 670356 35.63 348 1136416 1284996 43.85 721752 840072 56040 00:55:21 00:40:09 71508 0 794316 42.22 60 1015660 2377932 81.15 702636 892152 13648 00:55:21 00:41:04 72040 0 798332 42.43 44 1011128 2361772 80.60 774320 811592 72288 00:55:21 00:42:01 271456 0 910584 48.40 44 699460 2967956 101.29 627568 714544 75360 00:55:21 00:43:01 65564 0 751164 39.92 44 1064772 2222452 75.85 748860 852276 50352 00:55:21 00:44:03 95300 0 729812 38.79 44 1056388 2305968 78.70 677376 871164 44384 00:55:21 00:45:01 149216 0 797964 42.41 44 934320 1876204 64.03 779428 713328 18960 00:55:21 00:46:02 178656 0 641692 34.10 44 1061152 1414800 48.28 542868 910144 24 00:55:21 00:47:01 130668 0 595488 31.65 44 1155344 1233708 42.10 543284 962404 12 00:55:21 00:48:01 133692 0 592472 31.49 44 1155336 1197716 40.88 540612 962440 8 00:55:21 00:49:01 134160 0 592028 31.47 44 1155312 1197716 40.88 540496 962448 8 00:55:21 00:50:01 133168 0 592984 31.52 44 1155348 1198028 40.89 540972 962516 16 00:55:21 00:51:01 134208 0 591932 31.46 44 1155360 1197716 40.88 540640 962536 12 00:55:21 00:52:01 134392 0 591740 31.45 44 1155368 1197836 40.88 540640 962548 8 00:55:21 00:53:01 134380 0 591752 31.45 44 1155368 1197716 40.88 540528 962548 12 00:55:21 00:54:01 133728 0 592392 31.48 44 1155380 1197908 40.88 541020 962560 16 00:55:21 00:55:02 71992 0 688612 36.60 44 1120896 1684004 57.47 700088 835756 62932 00:55:21 Average: 136909 0 686640 36.49 509 1057486 1612122 55.02 611283 887347 25602 00:55:21 00:55:21 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:55:21 00:32:01 eth0 725.42 414.43 3209.73 68.69 0.00 0.00 0.00 0.00 00:55:21 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:33:02 vethcb61980 801.55 723.01 78.56 2673.13 0.00 0.00 0.00 0.00 00:55:21 00:33:02 eth0 848.15 882.89 3115.91 125.22 0.00 0.00 0.00 0.00 00:55:21 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:33:02 docker0 801.55 722.88 67.61 2673.12 0.00 0.00 0.00 0.00 00:55:21 00:34:01 eth0 375.41 290.62 3255.61 32.70 0.00 0.00 0.00 0.00 00:55:21 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:34:01 docker0 50.29 65.43 2.64 366.04 0.00 0.00 0.00 0.00 00:55:21 00:35:01 veth7d57086 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:55:21 00:35:01 eth0 144.77 104.22 491.82 59.25 0.00 0.00 0.00 0.00 00:55:21 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:35:01 docker0 79.42 109.65 5.71 464.08 0.00 0.00 0.00 0.00 00:55:21 00:36:02 veth7d57086 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:36:02 eth0 24.27 16.60 17.29 9.44 0.00 0.00 0.00 0.00 00:55:21 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:37:01 veth7d57086 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:37:01 eth0 33.06 28.70 18.46 66.71 0.00 0.00 0.00 0.00 00:55:21 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:38:01 veth7d57086 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:38:01 eth0 24.75 17.26 21.38 11.40 0.00 0.00 0.00 0.00 00:55:21 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:39:02 eth0 189.83 141.06 1668.09 63.50 0.00 0.00 0.00 0.00 00:55:21 00:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:39:02 veth756bdb9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:55:21 00:39:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:40:09 eth0 38.19 22.11 144.73 7.49 0.00 0.00 0.00 0.00 00:55:21 00:40:09 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:40:09 veth756bdb9 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 00:55:21 00:40:09 docker0 10.38 21.96 0.56 132.43 0.00 0.00 0.00 0.00 00:55:21 00:41:04 eth0 4.69 3.09 3.17 1.79 0.00 0.00 0.00 0.00 00:55:21 00:41:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:41:04 veth756bdb9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:41:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:42:01 vethf0c3733 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:55:21 00:42:01 veth67034c4 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:55:21 00:42:01 veth27cf925 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:55:21 00:42:01 vethf7c0803 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:55:21 00:43:01 eth0 2526.24 1994.55 12150.16 518.09 0.00 0.00 0.00 0.00 00:55:21 00:43:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:55:21 00:43:01 veth756bdb9 0.00 0.48 0.00 0.03 0.00 0.00 0.00 0.00 00:55:21 00:43:01 docker0 951.11 935.43 77.09 3691.95 0.00 0.00 0.00 0.00 00:55:21 00:44:03 veth96c7b40 0.00 0.26 0.00 0.02 0.00 0.00 0.00 0.00 00:55:21 00:44:03 eth0 32.06 20.70 73.97 9.47 0.00 0.00 0.00 0.00 00:55:21 00:44:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:44:03 veth756bdb9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:55:21 00:45:01 eth0 41.37 29.45 59.24 64.34 0.00 0.00 0.00 0.00 00:55:21 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:45:01 veth66e278d 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:55:21 00:45:01 veth756bdb9 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:46:02 eth0 224.34 160.05 1694.19 75.71 0.00 0.00 0.00 0.00 00:55:21 00:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:46:02 veth756bdb9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:55:21 00:46:02 docker0 994.43 1026.14 79.66 4224.13 0.00 0.00 0.00 0.00 00:55:21 00:47:01 eth0 4.89 4.23 4.97 2.03 0.00 0.00 0.00 0.00 00:55:21 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:48:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:55:21 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:49:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:50:01 eth0 0.97 0.43 0.32 0.21 0.00 0.00 0.00 0.00 00:55:21 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:51:01 eth0 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 00:55:21 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:52:01 eth0 0.63 0.33 0.38 0.19 0.00 0.00 0.00 0.00 00:55:21 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:53:01 eth0 0.55 0.00 0.05 0.00 0.00 0.00 0.00 0.00 00:55:21 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:54:01 eth0 1.90 0.65 0.63 0.31 0.00 0.00 0.00 0.00 00:55:21 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:55:02 eth0 218.61 171.19 2175.04 59.90 0.00 0.00 0.00 0.00 00:55:21 00:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 00:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 Average: eth0 125.51 98.47 671.03 30.30 0.00 0.00 0.00 0.00 00:55:21 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:21 Average: docker0 41.55 42.88 3.33 176.51 0.00 0.00 0.00 0.00 00:55:21 00:55:21 00:55:21 ---> sar -P ALL: 00:55:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/12/21 _x86_64_ (4 CPU) 00:55:21 00:55:21 00:30:15 LINUX RESTART (4 CPU) 00:55:21 00:55:21 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:55:21 00:32:01 all 9.84 0.00 2.71 0.83 12.12 74.50 00:55:21 00:32:01 0 6.81 0.00 2.75 0.45 13.81 76.18 00:55:21 00:32:01 1 10.46 0.00 2.88 1.29 12.32 73.05 00:55:21 00:32:01 2 10.69 0.00 3.11 1.04 12.12 73.04 00:55:21 00:32:01 3 11.42 0.00 2.12 0.56 10.20 75.70 00:55:21 00:33:02 all 8.00 0.00 3.59 0.65 15.28 72.49 00:55:21 00:33:02 0 8.65 0.00 4.45 0.25 16.29 70.36 00:55:21 00:33:02 1 6.58 0.00 3.04 1.48 14.76 74.14 00:55:21 00:33:02 2 9.28 0.00 3.45 0.47 14.84 71.96 00:55:21 00:33:02 3 7.53 0.00 3.43 0.36 15.25 73.43 00:55:21 00:34:01 all 5.18 0.00 4.62 1.88 17.69 70.63 00:55:21 00:34:01 0 5.08 0.00 3.98 1.96 18.48 70.50 00:55:21 00:34:01 1 5.03 0.00 5.45 2.56 17.08 69.88 00:55:21 00:34:01 2 4.63 0.00 4.43 1.44 17.32 72.18 00:55:21 00:34:01 3 6.02 0.00 4.62 1.54 17.88 69.94 00:55:21 00:35:01 all 13.89 0.00 7.46 5.85 21.48 51.32 00:55:21 00:35:01 0 13.93 0.00 8.19 3.87 22.42 51.59 00:55:21 00:35:01 1 12.85 0.00 6.37 8.66 21.00 51.12 00:55:21 00:35:01 2 15.55 0.00 8.63 5.76 20.76 49.30 00:55:21 00:35:01 3 13.25 0.00 6.66 5.08 21.76 53.26 00:55:21 00:36:02 all 39.71 0.00 11.81 2.94 29.37 16.17 00:55:21 00:36:02 0 38.86 0.00 13.39 4.04 29.24 14.47 00:55:21 00:36:02 1 38.85 0.00 10.96 3.11 29.26 17.81 00:55:21 00:36:02 2 41.47 0.00 11.91 3.78 29.06 13.78 00:55:21 00:36:02 3 39.69 0.00 11.07 0.88 29.93 18.44 00:55:21 00:37:01 all 38.78 0.00 14.21 1.97 26.87 18.18 00:55:21 00:37:01 0 35.01 0.00 13.69 2.29 28.52 20.49 00:55:21 00:37:01 1 38.81 0.00 13.59 1.40 26.05 20.15 00:55:21 00:37:01 2 41.10 0.00 15.06 2.84 26.57 14.43 00:55:21 00:37:01 3 40.30 0.00 14.55 1.38 26.31 17.47 00:55:21 00:38:01 all 20.96 0.00 10.58 1.32 22.90 44.24 00:55:21 00:38:01 0 19.24 0.00 9.44 1.44 23.31 46.57 00:55:21 00:38:01 1 22.12 0.00 10.70 0.91 22.60 43.66 00:55:21 00:38:01 2 23.78 0.00 12.59 1.45 22.46 39.71 00:55:21 00:38:01 3 18.83 0.00 9.69 1.46 23.19 46.83 00:55:21 00:39:02 all 5.65 0.00 6.98 4.17 28.60 54.60 00:55:21 00:39:02 0 4.77 0.00 6.21 3.44 29.84 55.74 00:55:21 00:39:02 1 7.96 0.00 7.69 4.84 27.83 51.67 00:55:21 00:39:02 2 4.94 0.00 6.96 4.73 28.55 54.82 00:55:21 00:39:02 3 4.97 0.00 7.09 3.68 28.15 56.12 00:55:21 00:40:09 all 13.07 0.00 14.97 13.87 31.63 26.46 00:55:21 00:40:09 0 13.20 0.00 14.24 13.99 32.28 26.30 00:55:21 00:40:09 1 12.69 0.00 15.21 13.27 32.11 26.71 00:55:21 00:40:09 2 13.25 0.00 14.51 13.93 31.19 27.12 00:55:21 00:40:09 3 13.13 0.00 15.94 14.29 30.92 25.72 00:55:21 00:41:04 all 8.78 0.00 9.81 24.67 36.62 20.11 00:55:21 00:41:04 0 8.85 0.00 9.68 26.29 36.84 18.33 00:55:21 00:41:04 1 8.13 0.00 10.11 23.86 36.03 21.88 00:55:21 00:41:04 2 9.53 0.00 9.78 25.22 36.91 18.55 00:55:21 00:41:04 3 8.62 0.00 9.68 23.35 36.70 21.65 00:55:21 00:42:01 all 55.00 0.00 13.41 8.73 16.82 6.05 00:55:21 00:42:01 0 56.93 0.00 13.97 8.96 15.39 4.76 00:55:21 00:42:01 1 53.98 0.00 13.87 8.28 17.23 6.63 00:55:21 00:42:01 2 57.03 0.00 13.45 8.53 14.76 6.23 00:55:21 00:42:01 3 51.83 0.00 12.25 9.16 20.12 6.63 00:55:21 00:55:21 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:55:21 00:43:01 all 14.33 0.00 14.02 13.15 30.37 28.13 00:55:21 00:43:01 0 15.62 0.00 15.89 15.31 30.58 22.59 00:55:21 00:43:01 1 12.43 0.00 11.85 13.99 31.84 29.89 00:55:21 00:43:01 2 14.52 0.00 14.62 12.35 29.26 29.24 00:55:21 00:43:01 3 14.87 0.00 13.86 10.94 29.73 30.59 00:55:21 00:44:03 all 22.87 0.00 13.76 15.65 31.83 15.89 00:55:21 00:44:03 0 21.84 0.00 13.46 15.74 32.87 16.09 00:55:21 00:44:03 1 24.85 0.00 13.44 14.57 30.49 16.65 00:55:21 00:44:03 2 20.96 0.00 13.31 15.79 32.20 17.74 00:55:21 00:44:03 3 23.86 0.00 14.82 16.51 31.76 13.04 00:55:21 00:45:01 all 29.20 0.00 13.23 10.69 26.89 19.99 00:55:21 00:45:01 0 29.72 0.00 13.23 9.27 25.97 21.81 00:55:21 00:45:01 1 30.67 0.00 12.69 12.55 25.92 18.16 00:55:21 00:45:01 2 28.47 0.00 13.26 11.46 27.94 18.87 00:55:21 00:45:01 3 27.94 0.00 13.72 9.50 27.74 21.10 00:55:21 00:46:02 all 8.78 0.00 7.58 4.50 14.28 64.86 00:55:21 00:46:02 0 7.50 0.00 7.36 1.97 14.63 68.54 00:55:21 00:46:02 1 8.77 0.00 6.38 7.73 14.61 62.51 00:55:21 00:46:02 2 8.83 0.00 7.81 3.94 13.87 65.55 00:55:21 00:46:02 3 10.06 0.00 8.78 4.34 14.02 62.80 00:55:21 00:47:01 all 0.28 0.00 0.51 0.54 1.77 96.90 00:55:21 00:47:01 0 0.25 0.00 0.86 0.35 1.99 96.55 00:55:21 00:47:01 1 0.12 0.00 0.25 0.15 1.59 97.89 00:55:21 00:47:01 2 0.61 0.00 0.61 1.08 1.72 95.99 00:55:21 00:47:01 3 0.13 0.00 0.32 0.59 1.80 97.16 00:55:21 00:48:01 all 0.09 0.00 0.05 0.00 0.43 99.44 00:55:21 00:48:01 0 0.00 0.00 0.00 0.00 0.37 99.63 00:55:21 00:48:01 1 0.02 0.00 0.08 0.00 0.33 99.57 00:55:21 00:48:01 2 0.30 0.00 0.03 0.00 0.63 99.04 00:55:21 00:48:01 3 0.03 0.00 0.07 0.02 0.38 99.50 00:55:21 00:49:01 all 0.10 0.00 0.13 0.00 0.63 99.13 00:55:21 00:49:01 0 0.02 0.00 0.10 0.00 0.45 99.44 00:55:21 00:49:01 1 0.05 0.00 0.13 0.00 0.50 99.32 00:55:21 00:49:01 2 0.30 0.00 0.22 0.00 0.61 98.87 00:55:21 00:49:01 3 0.05 0.00 0.07 0.00 0.98 98.91 00:55:21 00:50:01 all 0.10 0.00 0.03 0.01 0.43 99.43 00:55:21 00:50:01 0 0.02 0.00 0.03 0.02 0.32 99.62 00:55:21 00:50:01 1 0.02 0.00 0.03 0.02 0.40 99.53 00:55:21 00:50:01 2 0.32 0.00 0.02 0.02 0.43 99.22 00:55:21 00:50:01 3 0.03 0.00 0.05 0.00 0.58 99.34 00:55:21 00:51:01 all 0.10 0.00 0.21 0.00 1.38 98.31 00:55:21 00:51:01 0 0.02 0.00 0.31 0.00 1.39 98.28 00:55:21 00:51:01 1 0.26 0.00 0.13 0.00 1.53 98.07 00:55:21 00:51:01 2 0.07 0.00 0.15 0.00 1.26 98.53 00:55:21 00:51:01 3 0.05 0.00 0.25 0.00 1.36 98.35 00:55:21 00:52:01 all 0.07 0.00 0.02 0.00 0.25 99.67 00:55:21 00:52:01 0 0.02 0.00 0.02 0.00 0.08 99.88 00:55:21 00:52:01 1 0.25 0.00 0.03 0.00 0.37 99.35 00:55:21 00:52:01 2 0.00 0.00 0.02 0.00 0.17 99.82 00:55:21 00:52:01 3 0.02 0.00 0.00 0.00 0.37 99.62 00:55:21 00:53:01 all 0.08 0.00 0.02 0.00 0.41 99.49 00:55:21 00:53:01 0 0.02 0.00 0.02 0.00 0.40 99.57 00:55:21 00:53:01 1 0.27 0.00 0.03 0.00 0.23 99.47 00:55:21 00:53:01 2 0.03 0.00 0.03 0.00 0.38 99.55 00:55:21 00:53:01 3 0.02 0.00 0.02 0.00 0.61 99.35 00:55:21 00:55:21 00:53:01 CPU %user %nice %system %iowait %steal %idle 00:55:21 00:54:01 all 0.13 0.00 0.04 0.00 0.33 99.49 00:55:21 00:54:01 0 0.02 0.00 0.02 0.02 0.12 99.83 00:55:21 00:54:01 1 0.05 0.00 0.07 0.00 0.93 98.96 00:55:21 00:54:01 2 0.03 0.00 0.02 0.00 0.10 99.85 00:55:21 00:54:01 3 0.43 0.00 0.05 0.00 0.18 99.33 00:55:21 00:55:02 all 4.11 0.00 3.51 2.52 11.75 78.11 00:55:21 00:55:02 0 3.08 0.00 3.10 0.90 10.81 82.11 00:55:21 00:55:02 1 5.61 0.00 4.19 5.10 12.27 72.83 00:55:21 00:55:02 2 3.65 0.00 2.81 1.41 11.94 80.18 00:55:21 00:55:02 3 4.12 0.00 3.94 2.70 11.97 77.27 00:55:21 Average: all 11.79 0.00 6.25 4.70 15.69 61.56 00:55:21 Average: 0 11.42 0.00 6.29 4.54 15.97 61.79 00:55:21 Average: 1 11.92 0.00 6.11 5.14 15.63 61.19 00:55:21 Average: 2 12.15 0.00 6.37 4.74 15.44 61.29 00:55:21 Average: 3 11.68 0.00 6.23 4.37 15.72 61.99 00:55:21 00:55:21 00:55:21