Pull request #3111 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60+c250855f865f8c62af0409146ed617a84f3308da (41aeed80660bbf0b58edfd9c2b7fbb2da9383b49) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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-24974 in /w/workspace/edgexfoundry_edgex-go_PR-3111 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3111/head:refs/remotes/origin/PR-3111 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 # timeout=10 Merge succeeded, producing b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 Checking out Revision b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 (PR-3111) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:49:08 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 203ad83c00c1bccc02d3886854baf22c9b08e59a # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:49:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:49:09 ========================================================= 10:49:09 EdgeX Global Pipelines Version Info 10:49:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:49:10 ------------------- 10:49:10 stable info: 10:49:10 ------------------- 10:49:10 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:49:10 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:49:10 Message: update stable to v1.0.179 10:49:11 ------------------- 10:49:11 experimental info: 10:49:11 ------------------- 10:49:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:49:11 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:49:11 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:49:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:49:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:49:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:49:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:49:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:49:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:49:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:49:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:49:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 10:49:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 10:49:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:49:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:49:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:49:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:49:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:49:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:49:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:49:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:49:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:49:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 10:49:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 10:49:15 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:49:15 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:49:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3111 [Pipeline] echo 10:49:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3111 [Pipeline] echo 10:49:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3111 [Pipeline] echo 10:49:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [Pipeline] echo 10:49:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b91ab6e [Pipeline] echo 10:49:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:49:16 provisioning config files... 10:49:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config3155359285492287242tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:49:16 ---> docker-login.sh 10:49:16 nexus3.edgexfoundry.org:10001 10:49:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:49:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:49:17 Configure a credential helper to remove this warning. See 10:49:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:49:17 10:49:17 Login Succeeded 10:49:17 nexus3.edgexfoundry.org:10002 10:49:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:49:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:49:17 Configure a credential helper to remove this warning. See 10:49:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:49:17 10:49:17 Login Succeeded 10:49:17 nexus3.edgexfoundry.org:10003 10:49:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:49:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:49:17 Configure a credential helper to remove this warning. See 10:49:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:49:17 10:49:17 Login Succeeded 10:49:17 nexus3.edgexfoundry.org:10004 10:49:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:49:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:49:17 Configure a credential helper to remove this warning. See 10:49:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:49:17 10:49:17 Login Succeeded 10:49:17 docker.io 10:49:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:49:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:49:18 Configure a credential helper to remove this warning. See 10:49:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:49:18 10:49:18 Login Succeeded 10:49:18 ---> docker-login.sh ends [Pipeline] } 10:49:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:49:19 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 10:49:19 + for file in '`ls cmd/**/Dockerfile`' 10:49:19 ++ dirname cmd/core-command/Dockerfile 10:49:19 ++ cut -d/ -f2 10:49:19 + echo core-command,cmd/core-command/Dockerfile 10:49:19 + for file in '`ls cmd/**/Dockerfile`' 10:49:19 ++ dirname cmd/core-data/Dockerfile 10:49:19 ++ cut -d/ -f2 10:49:19 + echo core-data,cmd/core-data/Dockerfile 10:49:19 + for file in '`ls cmd/**/Dockerfile`' 10:49:19 ++ dirname cmd/core-metadata/Dockerfile 10:49:19 ++ cut -d/ -f2 10:49:19 + echo core-metadata,cmd/core-metadata/Dockerfile 10:49:19 + for file in '`ls cmd/**/Dockerfile`' 10:49:19 ++ dirname cmd/security-bootstrapper/Dockerfile 10:49:19 ++ cut -d/ -f2 10:49:19 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:49:19 + for file in '`ls cmd/**/Dockerfile`' 10:49:19 ++ dirname cmd/security-proxy-setup/Dockerfile 10:49:19 ++ cut -d/ -f2 10:49:19 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:49:19 + for file in '`ls cmd/**/Dockerfile`' 10:49:19 ++ dirname cmd/security-secretstore-setup/Dockerfile 10:49:19 ++ cut -d/ -f2 10:49:19 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:49:19 + for file in '`ls cmd/**/Dockerfile`' 10:49:19 ++ dirname cmd/support-notifications/Dockerfile 10:49:19 ++ cut -d/ -f2 10:49:19 + echo support-notifications,cmd/support-notifications/Dockerfile 10:49:19 + for file in '`ls cmd/**/Dockerfile`' 10:49:19 ++ dirname cmd/support-scheduler/Dockerfile 10:49:19 ++ cut -d/ -f2 10:49:19 + echo support-scheduler,cmd/support-scheduler/Dockerfile 10:49:19 + for file in '`ls cmd/**/Dockerfile`' 10:49:19 ++ dirname cmd/sys-mgmt-agent/Dockerfile 10:49:19 ++ cut -d/ -f2 10:49:19 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 10:49:19 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 10:49:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:49:20 10:49:20 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:49:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:49:20 latest: Pulling from edgex-devops/git-semver 10:49:20 31603596830f: Pulling fs layer 10:49:20 2a8b12db71e7: Pulling fs layer 10:49:20 6ca5941a6612: Pulling fs layer 10:49:20 ecc8261a40a4: Pulling fs layer 10:49:20 ecc8261a40a4: Waiting 10:49:20 2a8b12db71e7: Download complete 10:49:20 31603596830f: Verifying Checksum 10:49:20 31603596830f: Download complete 10:49:21 ecc8261a40a4: Verifying Checksum 10:49:21 ecc8261a40a4: Download complete 10:49:21 6ca5941a6612: Download complete 10:49:21 31603596830f: Pull complete 10:49:21 2a8b12db71e7: Pull complete 10:49:22 6ca5941a6612: Pull complete 10:49:22 ecc8261a40a4: Pull complete 10:49:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:49:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:49:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:49:22 prd-centos7-docker-4c-2g-24974 does not seem to be running inside a container 10:49:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:49:25 $ docker top c434a59a132d221abd23800fb12a1aa0f2a9f42de75647b7bca00bb04b8a9703 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:49:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:49:25 [ssh-agent] Looking for ssh-agent implementation... 10:49:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:49:25 $ docker exec c434a59a132d221abd23800fb12a1aa0f2a9f42de75647b7bca00bb04b8a9703 ssh-agent 10:49:26 SSH_AUTH_SOCK=/tmp/ssh-RY0pMn5KUri0/agent.11 10:49:26 SSH_AGENT_PID=16 10:49:26 Running ssh-add (command line suppressed) 10:49:26 Identity added: /w/workspace/edgex-go/7@tmp/private_key_4745981408171020047.key (/w/workspace/edgex-go/7@tmp/private_key_4745981408171020047.key) 10:49:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:49:26 + git tag --points-at HEAD [Pipeline] } 10:49:26 $ docker exec --env ******** --env ******** c434a59a132d221abd23800fb12a1aa0f2a9f42de75647b7bca00bb04b8a9703 ssh-agent -k 10:49:26 unset SSH_AUTH_SOCK; 10:49:26 unset SSH_AGENT_PID; 10:49:26 echo Agent pid 16 killed; 10:49:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:49:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:49:27 [ssh-agent] Looking for ssh-agent implementation... 10:49:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:49:27 $ docker exec c434a59a132d221abd23800fb12a1aa0f2a9f42de75647b7bca00bb04b8a9703 ssh-agent 10:49:27 SSH_AUTH_SOCK=/tmp/ssh-ixhNs4VXwIkM/agent.47 10:49:27 SSH_AGENT_PID=52 10:49:27 Running ssh-add (command line suppressed) 10:49:27 Identity added: /w/workspace/edgex-go/7@tmp/private_key_6156648545328581785.key (/w/workspace/edgex-go/7@tmp/private_key_6156648545328581785.key) 10:49:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:49:28 + git semver init 10:49:28 # -> Open(): unable to determine branch for HEAD 10:49:28 # $GIT_DIR = /w/workspace/edgex-go/7/.git 10:49:28 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 10:49:28 # $SEMVER_REMOTE_NAME = origin 10:49:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:49:28 # $SEMVER_USER_NAME = edgex-jenkins 10:49:28 # $SEMVER_BRANCH = PR-3111 10:49:28 # $SEMVER_TEMP = /tmp/semver-818903487 10:49:28 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 10:49:54 # '/tmp/semver-818903487' -> '/w/workspace/edgex-go/7/.semver' 10:49:55 # -> Force: false 10:49:55 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 10:49:55 $ docker exec --env ******** --env ******** c434a59a132d221abd23800fb12a1aa0f2a9f42de75647b7bca00bb04b8a9703 ssh-agent -k 10:49:56 unset SSH_AUTH_SOCK; 10:49:56 unset SSH_AGENT_PID; 10:49:56 echo Agent pid 52 killed; 10:49:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:49:56 + git semver [Pipeline] } 10:49:56 $ docker stop --time=1 c434a59a132d221abd23800fb12a1aa0f2a9f42de75647b7bca00bb04b8a9703 10:49:58 $ docker rm -f c434a59a132d221abd23800fb12a1aa0f2a9f42de75647b7bca00bb04b8a9703 [Pipeline] // withDockerContainer [Pipeline] sh 10:49:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:49:59 Stashed 1 file(s) [Pipeline] echo 10:49:59 [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 10:50:00 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:50:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:50:01 + sudo service docker restart 10:50:01 + true 10:50:01 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 10:50:01 ========================================================= 10:50:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:50:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:50:02 + 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 . 10:50:06 Sending build context to Docker daemon 327.5MB 10:50:06 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:50:06 Step 2/6 : FROM ${BASE} 10:50:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:50:06 188c0c94c7c5: Pulling fs layer 10:50:06 0ef7d3d256c8: Pulling fs layer 10:50:06 de9db76c5a1d: Pulling fs layer 10:50:06 bca2f99d35d6: Pulling fs layer 10:50:06 93359f2a8cfa: Pulling fs layer 10:50:06 7c6f9722023f: Pulling fs layer 10:50:06 a35cf1a2eb13: Pulling fs layer 10:50:06 93359f2a8cfa: Waiting 10:50:06 7c6f9722023f: Waiting 10:50:06 a35cf1a2eb13: Waiting 10:50:06 bca2f99d35d6: Waiting 10:50:06 de9db76c5a1d: Verifying Checksum 10:50:06 de9db76c5a1d: Download complete 10:50:06 0ef7d3d256c8: Verifying Checksum 10:50:06 0ef7d3d256c8: Download complete 10:50:06 93359f2a8cfa: Verifying Checksum 10:50:06 93359f2a8cfa: Download complete 10:50:06 7c6f9722023f: Verifying Checksum 10:50:06 7c6f9722023f: Download complete 10:50:06 188c0c94c7c5: Verifying Checksum 10:50:06 188c0c94c7c5: Download complete 10:50:07 188c0c94c7c5: Pull complete 10:50:07 0ef7d3d256c8: Pull complete 10:50:07 de9db76c5a1d: Pull complete 10:50:09 a35cf1a2eb13: Verifying Checksum 10:50:09 a35cf1a2eb13: Download complete 10:50:09 bca2f99d35d6: Verifying Checksum 10:50:09 bca2f99d35d6: Download complete 10:50:15 Still waiting to schedule task 10:50:15 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 10:50:15 bca2f99d35d6: Pull complete 10:50:15 93359f2a8cfa: Pull complete 10:50:15 7c6f9722023f: Pull complete 10:50:19 a35cf1a2eb13: Pull complete 10:50:19 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:50:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:50:19 ---> a62c8e92a672 10:50:19 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 10:50:19 ---> Running in 67aa7ca72965 10:50:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:50:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:50:21 (1/12) Installing libmagic (5.38-r0) 10:50:21 (2/12) Installing file (5.38-r0) 10:50:21 (3/12) Installing libc-dev (0.7.2-r3) 10:50:21 (4/12) Installing g++ (9.3.0-r2) 10:50:31 (5/12) Installing fortify-headers (1.1-r0) 10:50:31 (6/12) Installing patch (2.7.6-r6) 10:50:31 (7/12) Installing build-base (0.5-r2) 10:50:31 (8/12) Installing libsodium (1.0.18-r0) 10:50:31 (9/12) Installing pkgconf (1.7.2-r0) 10:50:31 (10/12) Installing libsodium-dev (1.0.18-r0) 10:50:32 (11/12) Installing libzmq (4.3.3-r0) 10:50:32 (12/12) Installing zeromq-dev (4.3.3-r0) 10:50:32 Executing busybox-1.31.1-r19.trigger 10:50:32 OK: 233 MiB in 51 packages 10:50:36 Removing intermediate container 67aa7ca72965 10:50:36 ---> aa13f7799658 10:50:36 Step 4/6 : WORKDIR /edgex-go 10:50:36 ---> Running in 98b743e8a1ea 10:50:36 Removing intermediate container 98b743e8a1ea 10:50:36 ---> 1e4fb389b8f3 10:50:36 Step 5/6 : COPY go.mod . 10:50:36 ---> cb15d8df926e 10:50:36 Step 6/6 : RUN go mod download 10:50:37 ---> Running in 06347aea0914 10:50:59 Removing intermediate container 06347aea0914 10:50:59 ---> 4496e6f979fe 10:50:59 Successfully built 4496e6f979fe 10:50:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:50:59 + docker inspect -f . ci-base-image-x86_64 10:50:59 . [Pipeline] withDockerContainer 10:50:59 prd-centos7-docker-4c-2g-24974 does not seem to be running inside a container 10:50:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:51:00 $ docker top cc0f353b7a23fc90cbca25039ef7cb455a5b242f2baf29de8197be398531b678 -eo pid,comm [Pipeline] { [Pipeline] sh 10:51:01 + go version 10:51:01 go version go1.15.5 linux/amd64 [Pipeline] } 10:51:01 $ docker stop --time=1 cc0f353b7a23fc90cbca25039ef7cb455a5b242f2baf29de8197be398531b678 10:51:02 $ docker rm -f cc0f353b7a23fc90cbca25039ef7cb455a5b242f2baf29de8197be398531b678 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:51:03 + docker inspect -f . ci-base-image-x86_64 10:51:03 . [Pipeline] withDockerContainer 10:51:03 prd-centos7-docker-4c-2g-24974 does not seem to be running inside a container 10:51:03 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:51:04 $ docker top 42617ea9e3ed45b381ebfbf6777400294081a6f7b01c31f4f30ab0f5e9cd68b9 -eo pid,comm [Pipeline] { [Pipeline] echo 10:51:05 ========================================================= 10:51:05 [edgeXBuildGoParallel] Running Tests and Build... 10:51:05 ========================================================= [Pipeline] sh 10:51:05 + make test 10:51:05 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:51:15 ? github.com/edgexfoundry/edgex-go [no test files] 10:51:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:51:37 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:51:37 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:51:37 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:51:37 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 10:51:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:51:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:51:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:51:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:51:40 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:51:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:51:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:51:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:51:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:51:44 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.110s coverage: 46.0% of statements 10:51:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:51:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:51:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:51:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:51:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:51:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 10:51:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 10:51:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.064s coverage: 100.0% of statements 10:51:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.179s coverage: 27.1% of statements 10:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:51:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements 10:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:51:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.036s coverage: 100.0% of statements 10:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:51:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.114s coverage: 65.8% of statements 10:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:51:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.449s coverage: 82.3% of statements 10:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 10:51:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:51:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.335s coverage: 28.6% of statements 10:51:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:51:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:51:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:51:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:51:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:51:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.126s coverage: 100.0% of statements 10:51:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:51:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 10:51:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:51:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.097s coverage: 86.7% of statements 10:51:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:51:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements 10:51:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:51:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements 10:51:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:51:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:51:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:51:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:51:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.433s coverage: 92.8% of statements 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:51:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:51:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.085s coverage: 0.1% of statements 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:51:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.044s coverage: 45.5% of statements 10:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.039s coverage: 79.5% of statements 10:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements 10:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements 10:51:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements 10:52:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.035s coverage: 94.4% of statements 10:52:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.078s coverage: 92.9% of statements 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.053s coverage: 87.2% of statements 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.022s coverage: 100.0% of statements 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.302s coverage: 68.9% of statements 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.094s coverage: 37.0% of statements 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.452s coverage: 84.0% of statements 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.145s coverage: 47.0% of statements 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.060s coverage: 100.0% of statements 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.075s coverage: 90.4% of statements 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.696s coverage: 29.1% of statements 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.054s coverage: 100.0% of statements 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:52:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.046s coverage: 32.1% of statements 10:52:18 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.048s coverage: 100.0% of statements 10:52:18 GO111MODULE=on go vet ./... 10:52:45 gofmt -l . 10:52:45 [ "`gofmt -l .`" = "" ] 10:52:45 ./bin/test-go-mod-tidy.sh 10:52:45 ./bin/test-attribution-txt.sh [Pipeline] sh 10:52:46 + ls -al . 10:52:46 total 684 10:52:46 drwxrwxr-x 10 1001 1001 4096 Feb 4 10:52 . 10:52:46 drwxr-xr-x 4 root root 28 Feb 4 10:51 .. 10:52:46 -rw-rw-r-- 1 1001 1001 11 Feb 4 10:49 .dockerignore 10:52:46 drwxrwxr-x 8 1001 1001 179 Feb 4 10:49 .git 10:52:46 drwxrwxr-x 3 1001 1001 125 Feb 4 10:49 .github 10:52:46 -rw-rw-r-- 1 1001 1001 872 Feb 4 10:49 .gitignore 10:52:46 drwx------ 3 1001 1001 60 Feb 4 10:49 .semver 10:52:46 -rw-rw-r-- 1 1001 1001 166 Feb 4 10:49 .sonarcloud.properties 10:52:46 -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:49 Attribution.txt 10:52:46 -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:49 CONTRIBUTING.md 10:52:46 -rw-rw-r-- 1 1001 1001 931 Feb 4 10:49 Dockerfile.build 10:52:46 -rw-rw-r-- 1 1001 1001 863 Feb 4 10:49 Jenkinsfile 10:52:46 -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:49 LICENSE 10:52:46 -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:49 Makefile 10:52:46 -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:49 README.md 10:52:46 -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:49 SECURITY.md 10:52:46 -rw-rw-r-- 1 1001 1001 5 Feb 4 10:49 VERSION 10:52:46 -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:49 ZMQWindows.md 10:52:46 drwxrwxr-x 2 1001 1001 117 Feb 4 10:49 bin 10:52:46 drwxrwxr-x 15 1001 1001 4096 Feb 4 10:49 cmd 10:52:46 -rw-r--r-- 1 root root 580808 Feb 4 10:52 coverage.out 10:52:46 -rw-r--r-- 1 root root 1054 Feb 4 10:52 go.mod 10:52:46 -rw-r--r-- 1 root root 19406 Feb 4 10:52 go.sum 10:52:46 drwxrwxr-x 8 1001 1001 127 Feb 4 10:49 internal 10:52:46 drwxrwxr-x 4 1001 1001 26 Feb 4 10:49 openapi 10:52:46 drwxrwxr-x 4 1001 1001 71 Feb 4 10:49 snap 10:52:46 -rw-rw-r-- 1 1001 1001 168 Feb 4 10:49 version.go [Pipeline] sh 10:52:46 + '[' -e coverage.out ] 10:52:46 + chown 1001:1001 coverage.out [Pipeline] stash 10:52:46 Stashed 1 file(s) [Pipeline] sh 10:52:47 + make build 10:52:47 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 10:52:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:52:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 10:52:59 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 10:53:01 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 10:53:01 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 10:53:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:53:05 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 10:53:06 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 10:53:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:53:08 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 10:53:09 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 10:53:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 10:53:12 $ docker stop --time=1 42617ea9e3ed45b381ebfbf6777400294081a6f7b01c31f4f30ab0f5e9cd68b9 10:53:14 $ docker rm -f 42617ea9e3ed45b381ebfbf6777400294081a6f7b01c31f4f30ab0f5e9cd68b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:53:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:53:16 10:53:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 10:53:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:53:16 latest: Pulling from edgex-devops/edgex-compose 10:53:16 cbdbe7a5bc2a: Pulling fs layer 10:53:16 ca9280d653b3: Pulling fs layer 10:53:16 7e9c9ca2126c: Pulling fs layer 10:53:17 cbdbe7a5bc2a: Verifying Checksum 10:53:17 cbdbe7a5bc2a: Download complete 10:53:18 ca9280d653b3: Verifying Checksum 10:53:18 ca9280d653b3: Download complete 10:53:18 cbdbe7a5bc2a: Pull complete 10:53:18 7e9c9ca2126c: Download complete 10:53:19 ca9280d653b3: Pull complete 10:53:26 7e9c9ca2126c: Pull complete 10:53:26 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 10:53:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:53:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 10:53:26 prd-centos7-docker-4c-2g-24974 does not seem to be running inside a container 10:53:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:53:29 $ docker top d482e9893497a1c5aa5418049dc1b8250156ebd880241e769fa6d3853e1d8b4b -eo pid,comm [Pipeline] { [Pipeline] sh 10:53:30 + docker-compose build --help 10:53:30 + grep parallel 10:53:31 --parallel Build images in parallel. [Pipeline] } 10:53:31 $ docker stop --time=1 d482e9893497a1c5aa5418049dc1b8250156ebd880241e769fa6d3853e1d8b4b 10:53:32 $ docker rm -f d482e9893497a1c5aa5418049dc1b8250156ebd880241e769fa6d3853e1d8b4b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:53:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:53:33 . [Pipeline] withDockerContainer 10:53:33 prd-centos7-docker-4c-2g-24974 does not seem to be running inside a container 10:53:33 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:53:34 $ docker top a37b0e0baadec29e18550a2cf91ccd4c0b4fcba4dab7c5616bab93eff4e9ca81 -eo pid,comm [Pipeline] { [Pipeline] sh 10:53:34 + docker-compose -f ./docker-compose-build.yml build --parallel 10:53:35 Building docker-core-command-go ... 10:53:35 Building docker-core-data-go ... 10:53:35 Building docker-core-metadata-go ... 10:53:35 Building docker-security-bootstrapper-go ... 10:53:35 Building docker-security-proxy-setup-go ... 10:53:35 Building docker-security-secretstore-setup-go ... 10:53:35 Building docker-support-notifications-go ... 10:53:35 Building docker-support-scheduler-go ... 10:53:35 Building docker-sys-mgmt-agent-go ... 10:53:35 Building docker-security-secretstore-setup-go 10:53:35 Building docker-core-metadata-go 10:53:35 Building docker-core-command-go 10:53:35 Building docker-security-proxy-setup-go 10:53:35 Building docker-security-bootstrapper-go 10:53:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24980 in /w/workspace/edgexfoundry_edgex-go_PR-3111 [Pipeline] { [Pipeline] ws 10:53:41 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 10:53:48 using credential edgex-jenkins-ssh 10:53:48 Cloning the remote Git repository 10:53:48 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:53:48 > git init /w/workspace/edgex-go/7 # timeout=10 10:53:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:53:48 > git --version # timeout=10 10:53:48 > git --version # 'git version 2.17.1' 10:53:48 using GIT_SSH to set credentials SSH Credentials for GitHub 10:53:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:54:05 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 10:54:05 Merge succeeded, producing b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 10:54:05 Checking out Revision b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 (PR-3111) 10:54:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:54:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:54:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:54:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:54:04 using GIT_SSH to set credentials SSH Credentials for GitHub 10:54:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3111/head:refs/remotes/origin/PR-3111 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:54:05 > git config core.sparsecheckout # timeout=10 10:54:05 > git checkout -f b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 # timeout=10 10:54:05 > git remote # timeout=10 10:54:05 > git config --get remote.origin.url # timeout=10 10:54:05 using GIT_SSH to set credentials SSH Credentials for GitHub 10:54:05 > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 10:54:05 > git rev-parse HEAD^{commit} # timeout=10 10:54:05 > git config core.sparsecheckout # timeout=10 10:54:05 > git checkout -f b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 # timeout=10 10:54:08 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:54:08 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:54:08 ---> 4496e6f979fe 10:54:08 Step 3/24 : WORKDIR /edgex-go 10:54:08 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:54:08 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:54:08 ---> 4496e6f979fe 10:54:08 Step 3/31 : WORKDIR /edgex-go 10:54:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:54:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:54:08 ---> 4496e6f979fe 10:54:08 Step 3/23 : WORKDIR /edgex-go 10:54:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:54:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:54:08 ---> 4496e6f979fe 10:54:08 Step 3/23 : WORKDIR /edgex-go 10:54:08 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:54:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:54:08 ---> 4496e6f979fe 10:54:08 Step 3/21 : WORKDIR /edgex-go 10:54:09 ---> Running in 8eea67f9943d 10:54:09 ---> Running in e5dcbfcd3342 10:54:09 ---> Running in fb0423e41a3d 10:54:09 ---> Running in 40b8d99f43fb 10:54:09 ---> Running in 3430101f5295 10:54:10 Removing intermediate container 8eea67f9943d 10:54:10 ---> dd170ab91dbe 10:54:10 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:54:10 Removing intermediate container fb0423e41a3d 10:54:10 ---> a071b55536d5 10:54:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:54:10 Removing intermediate container 40b8d99f43fb 10:54:10 ---> fba259a1c7cc 10:54:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:54:10 Removing intermediate container 3430101f5295 10:54:10 ---> 6b0987448f99 10:54:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:54:10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" 10:54:10 Removing intermediate container e5dcbfcd3342 10:54:10 ---> 52cc56f03c64 10:54:10 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:54:10 ---> Running in 1d9308217b34 10:54:10 ---> Running in 45a388af1207 10:54:10 ---> Running in 785d63a244a0 10:54:10 ---> Running in 5e48d6742a79 10:54:10 ---> Running in 432a9f40072c [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:54:11 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:54:12 Removing intermediate container 1d9308217b34 10:54:12 ---> 34d9bdd707a2 10:54:12 Step 5/24 : RUN apk add --update --no-cache make git 10:54:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:54:12 ---> Running in f22431b1d37c 10:54:12 Removing intermediate container 45a388af1207 10:54:12 ---> d54d35ce8d4b 10:54:12 Step 5/23 : RUN apk add --update --no-cache make git 10:54:12 Removing intermediate container 785d63a244a0 10:54:12 ---> 765ea370f1eb 10:54:12 Step 5/23 : RUN apk add --update --no-cache make git 10:54:12 + true 10:54:12 + sudo service docker restart 10:54:12 Removing intermediate container 5e48d6742a79 10:54:12 ---> 9ab37591ee88 10:54:12 Step 5/21 : RUN apk add --update --no-cache make git 10:54:12 Removing intermediate container 432a9f40072c 10:54:12 ---> 5e484fdc0670 10:54:12 Step 5/31 : RUN apk add --update --no-cache make git 10:54:12 ---> Running in 07885e6cebdf 10:54:12 ---> Running in bed457e097c0 10:54:13 ---> Running in fefafa692ff3 10:54:13 ---> Running in b53bd5c0cfe1 10:54:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:54:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:54:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:54:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:54:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:54:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:54:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:54:14 OK: 233 MiB in 51 packages 10:54:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:54:14 OK: 233 MiB in 51 packages 10:54:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:54:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:54:14 provisioning config files... 10:54:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config2017541830625568525tmp [Pipeline] { 10:54:14 Removing intermediate container f22431b1d37c 10:54:14 ---> 49380b1d8479 10:54:14 Step 6/24 : COPY go.mod . 10:54:14 OK: 233 MiB in 51 packages [Pipeline] libraryResource [Pipeline] sh 10:54:15 OK: 233 MiB in 51 packages 10:54:15 Removing intermediate container 07885e6cebdf 10:54:15 ---> 5ef5f262a25e 10:54:15 Step 6/23 : COPY go.mod . 10:54:15 ---> 5c39e12f0939 10:54:15 Step 7/24 : RUN go mod download 10:54:15 ---> docker-login.sh 10:54:15 nexus3.edgexfoundry.org:10001 10:54:15 OK: 233 MiB in 51 packages 10:54:15 ---> Running in 6c04635b59b0 10:54:15 ---> a9c4ff34b8ea 10:54:15 Step 7/23 : RUN go mod download 10:54:15 Removing intermediate container bed457e097c0 10:54:15 ---> de7af940c35a 10:54:15 Step 6/23 : COPY go.mod . 10:54:16 ---> Running in b7ab1c92bafa 10:54:16 Removing intermediate container fefafa692ff3 10:54:16 ---> 5eef11dad392 10:54:16 Step 6/21 : COPY go.mod . 10:54:16 ---> 2f55176a9a3f 10:54:16 Step 7/23 : RUN go mod download 10:54:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:16 ---> Running in df061eb35ed7 10:54:16 Removing intermediate container b53bd5c0cfe1 10:54:16 ---> a0f3e67a1596 10:54:16 Step 6/31 : COPY go.mod . 10:54:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:16 Configure a credential helper to remove this warning. See 10:54:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:16 10:54:16 Login Succeeded 10:54:16 nexus3.edgexfoundry.org:10002 10:54:16 ---> 092f466cc358 10:54:16 Step 7/21 : RUN go mod download 10:54:16 ---> Running in fdaee7068409 10:54:16 ---> 42eeac92493d 10:54:16 Step 7/31 : RUN go mod download 10:54:17 ---> Running in 8a1a2bd27b93 10:54:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:17 Configure a credential helper to remove this warning. See 10:54:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:17 10:54:17 Login Succeeded 10:54:17 nexus3.edgexfoundry.org:10003 10:54:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:17 Configure a credential helper to remove this warning. See 10:54:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:17 10:54:17 Login Succeeded 10:54:17 nexus3.edgexfoundry.org:10004 10:54:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:18 Configure a credential helper to remove this warning. See 10:54:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:18 10:54:18 Login Succeeded 10:54:18 docker.io 10:54:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:54:19 Removing intermediate container 6c04635b59b0 10:54:19 ---> b3b37b20d118 10:54:19 Step 8/24 : COPY . . 10:54:19 Removing intermediate container b7ab1c92bafa 10:54:19 ---> 8799965b15eb 10:54:19 Step 8/23 : COPY . . 10:54:19 Removing intermediate container df061eb35ed7 10:54:19 ---> 06b2a17f0b70 10:54:19 Step 8/23 : COPY . . 10:54:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:54:19 Configure a credential helper to remove this warning. See 10:54:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:54:19 10:54:19 Login Succeeded 10:54:19 ---> docker-login.sh ends [Pipeline] } 10:54:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:54:20 ========================================================= 10:54:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:54:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:54:20 + 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 . 10:54:23 Removing intermediate container fdaee7068409 10:54:23 ---> c708afb7b2b5 10:54:23 Step 8/21 : COPY . . 10:54:23 Sending build context to Docker daemon 166.1MB 10:54:23 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:54:23 Step 2/6 : FROM ${BASE} 10:54:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:54:23 5f621e34cdf4: Pulling fs layer 10:54:23 a4357932f1b6: Pulling fs layer 10:54:23 18c013af1878: Pulling fs layer 10:54:23 00ac8860ef70: Pulling fs layer 10:54:23 63d7cb157983: Pulling fs layer 10:54:23 b116817d02f9: Pulling fs layer 10:54:23 745a02a5169b: Pulling fs layer 10:54:23 00ac8860ef70: Waiting 10:54:23 63d7cb157983: Waiting 10:54:23 b116817d02f9: Waiting 10:54:23 745a02a5169b: Waiting 10:54:23 18c013af1878: Verifying Checksum 10:54:23 18c013af1878: Download complete 10:54:23 a4357932f1b6: Verifying Checksum 10:54:23 a4357932f1b6: Download complete 10:54:23 63d7cb157983: Verifying Checksum 10:54:23 63d7cb157983: Download complete 10:54:24 b116817d02f9: Verifying Checksum 10:54:24 b116817d02f9: Download complete 10:54:24 5f621e34cdf4: Verifying Checksum 10:54:24 5f621e34cdf4: Download complete 10:54:25 5f621e34cdf4: Pull complete 10:54:25 a4357932f1b6: Pull complete 10:54:25 Removing intermediate container 8a1a2bd27b93 10:54:25 ---> b98ae5b894ef 10:54:25 Step 8/31 : COPY . . 10:54:25 18c013af1878: Pull complete 10:54:27 745a02a5169b: Verifying Checksum 10:54:27 745a02a5169b: Download complete 10:54:28 00ac8860ef70: Verifying Checksum 10:54:28 00ac8860ef70: Download complete 10:54:39 00ac8860ef70: Pull complete 10:54:39 63d7cb157983: Pull complete 10:54:39 b116817d02f9: Pull complete 10:54:43 745a02a5169b: Pull complete 10:54:43 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:54:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:54:43 ---> b7e6874047d6 10:54: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 10:54:47 ---> Running in 9df3946e1fb1 10:54:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:54:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:54:49 (1/12) Installing libmagic (5.38-r0) 10:54:49 (2/12) Installing file (5.38-r0) 10:54:49 (3/12) Installing libc-dev (0.7.2-r3) 10:54:49 (4/12) Installing g++ (9.3.0-r2) 10:54:53 (5/12) Installing fortify-headers (1.1-r0) 10:54:53 (6/12) Installing patch (2.7.6-r6) 10:54:53 (7/12) Installing build-base (0.5-r2) 10:54:53 (8/12) Installing libsodium (1.0.18-r0) 10:54:53 (9/12) Installing pkgconf (1.7.2-r0) 10:54:53 (10/12) Installing libsodium-dev (1.0.18-r0) 10:54:53 (11/12) Installing libzmq (4.3.3-r0) 10:54:53 (12/12) Installing zeromq-dev (4.3.3-r0) 10:54:53 Executing busybox-1.31.1-r19.trigger 10:54:54 OK: 217 MiB in 51 packages 10:54:58 Removing intermediate container 9df3946e1fb1 10:54:58 ---> 17017e580f45 10:54:58 Step 4/6 : WORKDIR /edgex-go 10:54:58 ---> Running in 32248e5faea0 10:54:58 Removing intermediate container 32248e5faea0 10:54:58 ---> 1d0436223c5b 10:54:58 Step 5/6 : COPY go.mod . 10:54:59 ---> d58dab36bcd1 10:54:59 Step 6/6 : RUN go mod download 10:54:59 ---> Running in 0d7b17ac510c 10:55:04 ---> ba028a0b04c2 10:55:04 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:55:04 ---> 774ee2d08e9a 10:55:04 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:55:04 ---> f6c4b6649a63 10:55:04 Step 9/23 : RUN make cmd/core-command/core-command 10:55:04 ---> 34457b1b830e 10:55:04 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:55:04 ---> Running in 141c52f01657 10:55:04 ---> Running in a338fd859378 10:55:04 ---> Running in f40eb553596c 10:55:04 ---> 95b7797f7436 10:55:04 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 10:55:04 ---> Running in eef1010e574c 10:55:04 ---> Running in 13c7514dfe47 10:55:04 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 10:55: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 10:55:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:55:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:55:04 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 10:55:26 Removing intermediate container 0d7b17ac510c 10:55:26 ---> d984e84ce4b0 10:55:26 Successfully built d984e84ce4b0 10:55:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:55:26 + docker inspect -f . ci-base-image-arm64 10:55:26 . [Pipeline] withDockerContainer 10:55:27 prd-ubuntu18.04-docker-arm64-4c-16g-24980 does not seem to be running inside a container 10:55:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:55:28 $ docker top f9c565e076a8e6c07110028775c94b387045577c4dcf61fbe4eb69c5fd94e687 -eo pid,comm [Pipeline] { [Pipeline] sh 10:55:29 + go version 10:55:29 go version go1.15.5 linux/arm64 [Pipeline] } 10:55:29 $ docker stop --time=1 f9c565e076a8e6c07110028775c94b387045577c4dcf61fbe4eb69c5fd94e687 10:55:31 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 10:55:31 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 10:55:31 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 10:55:31 $ docker rm -f f9c565e076a8e6c07110028775c94b387045577c4dcf61fbe4eb69c5fd94e687 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:55:33 + docker inspect -f . ci-base-image-arm64 10:55:33 . [Pipeline] withDockerContainer 10:55:33 prd-ubuntu18.04-docker-arm64-4c-16g-24980 does not seem to be running inside a container 10:55:33 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:55:34 $ docker top 2250ac9f1dfea1b8640f49efe6a9389f4aee54d708ec8c05b7090a5af7ddf096 -eo pid,comm [Pipeline] { [Pipeline] echo 10:55:35 ========================================================= 10:55:35 [edgeXBuildGoParallel] Running Tests and Build... 10:55:35 ========================================================= [Pipeline] sh 10:55:36 + make test 10:55:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:55:38 Removing intermediate container f40eb553596c 10:55:38 ---> da39dab9e24e 10:55:38 10:55:38 Step 10/24 : FROM alpine:3.12 10:55:38 Removing intermediate container 141c52f01657 10:55:38 ---> 56f5819db6ec 10:55:38 10:55:38 Step 10/21 : FROM alpine:3.12 10:55:38 3.12: Pulling from library/alpine 10:55:38 3.12: Pulling from library/alpine 10:55:41 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:55:41 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:55:41 Status: Downloaded newer image for alpine:3.12 10:55:41 ---> 389fef711851 10:55:41 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 10:55:41 Status: Downloaded newer image for alpine:3.12 10:55:41 ---> 389fef711851 10:55:41 Step 11/21 : RUN apk add --update --no-cache curl 10:55:42 Removing intermediate container a338fd859378 10:55:42 ---> dc3ec822970e 10:55:42 10:55:42 Step 10/23 : FROM alpine:3.12 10:55:42 ---> 389fef711851 10:55:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:55:42 Removing intermediate container 13c7514dfe47 10:55:42 ---> ba149380b721 10:55:42 10:55:42 Step 10/31 : FROM alpine:3.12 10:55:42 ---> 389fef711851 10:55:42 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:55:42 ---> Running in 0f20a822564f 10:55:42 ---> Running in 3cca6b289d57 10:55:43 ---> Running in eab9e6d19f53 10:55:43 Removing intermediate container eef1010e574c 10:55:43 ---> b08ba028fdb2 10:55:43 10:55:43 Step 10/23 : FROM alpine:3.12 10:55:43 ---> 389fef711851 10:55:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:55:43 ---> Running in 982f673cc002 10:55:43 ---> Running in 166745ccc123 10:55:43 Removing intermediate container 982f673cc002 10:55:43 ---> e2af74256c40 10:55:43 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:55:43 ---> Running in ae6411301911 10:55:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:44 (1/4) Installing ca-certificates (20191127-r4) 10:55:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:44 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:55:44 (3/4) Installing libcurl (7.69.1-r3) 10:55:44 (4/4) Installing curl (7.69.1-r3) 10:55:44 Executing busybox-1.31.1-r19.trigger 10:55:44 Executing ca-certificates-20191127-r4.trigger 10:55:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:44 OK: 7 MiB in 18 packages 10:55:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:44 (1/5) Installing ca-certificates (20191127-r4) 10:55:44 (2/5) Installing nghttp2-libs (1.41.0-r0) 10:55:44 (3/5) Installing libcurl (7.69.1-r3) 10:55:44 (4/5) Installing curl (7.69.1-r3) 10:55:44 (5/5) Installing dumb-init (1.2.2-r1) 10:55:44 Executing busybox-1.31.1-r19.trigger 10:55:44 (1/1) Installing dumb-init (1.2.2-r1) 10:55:44 Executing busybox-1.31.1-r19.trigger 10:55:44 OK: 6 MiB in 15 packages 10:55:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:55:44 Executing ca-certificates-20191127-r4.trigger 10:55:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:55:44 (1/1) Installing dumb-init (1.2.2-r1) 10:55:44 OK: 7 MiB in 19 packages 10:55:44 Executing busybox-1.31.1-r19.trigger 10:55:45 (1/2) Installing dumb-init (1.2.2-r1) 10:55:45 (2/2) Installing su-exec (0.2-r1) 10:55:45 Executing busybox-1.31.1-r19.trigger 10:55:45 OK: 6 MiB in 16 packages 10:55:45 OK: 6 MiB in 15 packages 10:55:46 Removing intermediate container 0f20a822564f 10:55:46 ---> 7aae5fbc8529 10:55:46 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:55:47 Removing intermediate container eab9e6d19f53 10:55:47 ---> 30f4b7188c7f 10:55:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:55:47 ---> Running in bd1b8643f32c 10:55:47 Removing intermediate container ae6411301911 10:55:47 ---> 315088d324f8 10:55:47 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:55:48 ---> Running in 2e2d8b643dd3 10:55:48 Removing intermediate container 166745ccc123 10:55:48 ---> 0d92a182e514 10:55:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:55:48 ---> Running in 17c0512d3f78 10:55:48 Removing intermediate container 3cca6b289d57 10:55:48 ---> b798d8edb844 10:55:48 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:55:48 Removing intermediate container bd1b8643f32c 10:55:48 ---> 673d51fbf3aa 10:55:48 Step 13/21 : WORKDIR /edgex 10:55:48 ---> Running in 0a6b9b03bb75 10:55:48 ---> Running in 40b7b3f3fa10 10:55:48 ---> Running in 4fd90ccab5c7 10:55:48 Removing intermediate container 2e2d8b643dd3 10:55:48 ---> 5bb90c8c130f 10:55:48 Step 13/23 : ENV APP_PORT=48082 10:55:48 Removing intermediate container 17c0512d3f78 10:55:48 ---> d98a49c17188 10:55:48 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:55:48 ---> Running in d6316b4f3d11 10:55:48 ---> Running in ef323fd8102e 10:55:48 Removing intermediate container 0a6b9b03bb75 10:55:48 ---> ca23768cf77a 10:55:48 Step 13/23 : ENV APP_PORT=48081 10:55:49 Removing intermediate container 40b7b3f3fa10 10:55:49 ---> 5b04e4bd6421 10:55:49 Step 13/24 : WORKDIR / 10:55:49 Removing intermediate container 4fd90ccab5c7 10:55:49 ---> 287053e61ae6 10:55:49 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:55:49 ---> Running in 7cde3c085d85 10:55:49 ---> Running in 85db6a229edb 10:55:49 Removing intermediate container d6316b4f3d11 10:55:49 ---> 242287ce9527 10:55:49 Step 14/23 : EXPOSE $APP_PORT 10:55:49 Removing intermediate container ef323fd8102e 10:55:49 ---> 5a5379bcdc1e 10:55:49 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:55:49 ---> Running in 5269fd9c6a04 10:55:49 ---> Running in 73aa42bba4a8 10:55:49 Removing intermediate container 7cde3c085d85 10:55:49 ---> 251057e49ee3 10:55:49 Step 14/23 : EXPOSE $APP_PORT 10:55:50 Removing intermediate container 85db6a229edb 10:55:50 ---> a7b248548c1e 10:55:50 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:55:50 ---> Running in 1b75de8f0721 10:55:50 ---> 9ede01824ff3 10:55:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:55:50 Removing intermediate container 5269fd9c6a04 10:55:50 ---> 1bec7011517a 10:55:50 Step 15/23 : WORKDIR / 10:55:50 ---> Running in 645d47d5134c 10:55:50 ---> 89dd9ee87afa 10:55:50 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:55:50 Removing intermediate container 1b75de8f0721 10:55:50 ---> f79c0976657a 10:55:50 Step 15/23 : WORKDIR / 10:55:50 ---> Running in b76608dcb6f2 10:55:51 Removing intermediate container 645d47d5134c 10:55:51 ---> c1d8e16c0957 10:55:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:55:51 ---> 68943d97eb41 10:55:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:55:51 Removing intermediate container b76608dcb6f2 10:55:51 ---> b72353e70382 10:55:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:55:51 ---> 122c39c03a22 10:55:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:55:51 ---> 87ef3dc68e82 10:55:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:55:51 ---> 17f52db2f9ed 10:55:51 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:55:51 ---> 510fc2a8fd8c 10:55:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:55:51 Removing intermediate container 73aa42bba4a8 10:55:51 ---> b1d7e65d6ef3 10:55:51 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:55:52 ---> Running in 030dfd027bd4 10:55:52 ---> 966938491af6 10:55:52 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:55:52 ---> Running in d416981e35c2 10:55:52 ---> 0fcfba916e77 10:55:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:55:52 ---> d6fbdfb8455e 10:55:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:55:52 Removing intermediate container 030dfd027bd4 10:55:52 ---> 10aad216fb27 10:55:52 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:55:52 ---> 1b834bb2bbee 10:55:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:55:52 Removing intermediate container d416981e35c2 10:55:52 ---> c8172fec882f 10:55:52 Step 18/21 : CMD ["--init=true"] 10:55:52 ---> Running in a4ff627dea05 10:55:53 ---> cea8984828fe 10:55:53 Step 19/23 : ENTRYPOINT ["/core-command"] 10:55:53 ---> 4a8591a0ce9f 10:55:53 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:55:53 ---> 017c37240b57 10:55:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:55:53 ---> e4aa7e74afae 10:55:53 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:55:53 ---> Running in cfdc782b92a7 10:55:53 ---> Running in 78f00128ebd6 10:55:53 ---> Running in 0150c73853bf 10:55:53 Removing intermediate container a4ff627dea05 10:55:53 ---> def56ae6ccb3 10:55:53 Step 19/21 : LABEL arch=x86_64 10:55:53 Removing intermediate container cfdc782b92a7 10:55:53 ---> a1190082fbe6 10:55:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:55:53 ---> a32c50e029c2 10:55:53 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/ 10:55:53 ---> Running in 020669b829da 10:55:53 Removing intermediate container 0150c73853bf 10:55:53 ---> 87dab2bca7d6 10:55:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:55:53 ---> Running in 24034b328bb7 10:55:53 ---> Running in 570de5eca62b 10:55:53 ---> Running in a9ceb286c9c1 10:55:54 Removing intermediate container 020669b829da 10:55:54 ---> 1aa055b983d3 10:55:54 Step 20/21 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 10:55:54 ---> Running in 1d8325433270 10:55:54 Removing intermediate container 24034b328bb7 10:55:54 ---> d11ebe6064c0 10:55:54 Step 21/23 : LABEL arch=x86_64 10:55:54 Removing intermediate container a9ceb286c9c1 10:55:54 ---> 51e4a71fe742 10:55:54 Step 21/23 : LABEL arch=x86_64 10:55:54 ---> Running in a2a72095fda9 10:55:54 ---> Running in 05d55e1fbd4f 10:55:54 Removing intermediate container 1d8325433270 10:55:54 ---> d5191cab0a10 10:55:54 Step 21/21 : LABEL version=0.0.0 10:55:55 ---> Running in 57f9199a3dce 10:55:55 Removing intermediate container a2a72095fda9 10:55:55 ---> f552242ccecf 10:55:55 Step 22/23 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 10:55:55 Removing intermediate container 05d55e1fbd4f 10:55:55 ---> f1746ae0a13b 10:55:55 Step 22/23 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 10:55:55 ---> Running in bc105efd9230 10:55:55 ---> Running in 74bc097078fd 10:55:55 Removing intermediate container 57f9199a3dce 10:55:55 ---> 6b1f0b8d5fd8 10:55:55 10:55:55 Removing intermediate container 78f00128ebd6 10:55:55 ---> e024ddb1feee 10:55:55 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:55:55 Removing intermediate container bc105efd9230 10:55:55 ---> 73f263dcaffd 10:55:55 Step 23/23 : LABEL version=0.0.0 10:55:55 Successfully built 6b1f0b8d5fd8 10:55:55 Removing intermediate container 570de5eca62b 10:55:55 ---> 1b66b11824d3 10:55:55 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:55:55 Successfully tagged docker-security-proxy-setup-go:latest 10:55:55  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 10:55:55 ---> Running in e913c8dd846d 10:55:56 Removing intermediate container 74bc097078fd 10:55:56 ---> 889a7589142d 10:55:56 Step 23/23 : LABEL version=0.0.0 10:55:56 ---> Running in e0c4d64e3a84 10:55:56 ---> 7fe9becdfcdb 10:55:56 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:55:56 ---> Running in 722e07e9e77f 10:55:56 Removing intermediate container e913c8dd846d 10:55:56 ---> caa9167cbf4a 10:55:56 10:55:56 Removing intermediate container e0c4d64e3a84 10:55:56 ---> 10e8aaf5a315 10:55:56 Step 22/24 : LABEL arch=x86_64 10:55:56 Successfully built caa9167cbf4a 10:55:56 Removing intermediate container 722e07e9e77f 10:55:56 ---> b1ae70273cad 10:55:56 10:55:56 Successfully tagged docker-core-command-go:latest 10:55:56 Building docker-core-data-go 10:55:56  Building docker-core-command-go ... done  ---> Running in aa2a4178a235 10:55:56 ---> 6c2d7324bd81 10:55:56 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:55:56 Successfully built b1ae70273cad 10:55:56 Successfully tagged docker-core-metadata-go:latest 10:55:56 Building docker-sys-mgmt-agent-go 10:55:56  Building docker-core-metadata-go ... done Removing intermediate container aa2a4178a235 10:55:56 ---> d4d8cf528590 10:55:56 Step 23/24 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 10:55:57 ---> Running in de7014851375 10:55:57 ---> 2d2aba22c205 10:55:57 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 10:55:57 Removing intermediate container de7014851375 10:55:57 ---> 8527b5051084 10:55:57 Step 24/24 : LABEL version=0.0.0 10:55:57 ---> Running in 1187eb4b6e7a 10:55:58 ? github.com/edgexfoundry/edgex-go [no test files] 10:56:01 Removing intermediate container 1187eb4b6e7a 10:56:01 ---> 9ae31c015e3a 10:56:01 10:56:02 ---> 779ce9f2b2a3 10:56:02 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:56:04 Successfully built 9ae31c015e3a 10:56:05 Successfully tagged docker-security-secretstore-setup-go:latest 10:56:05 Building docker-support-scheduler-go 10:56:05  Building docker-security-secretstore-setup-go ... done  ---> cd21d06b6c67 10:56:05 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:56:06 ---> Running in 8a80caa194b9 10:56:09 Removing intermediate container 8a80caa194b9 10:56:09 ---> 1c0a42b192d3 10:56:09 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:56:12 ---> 5315d7a8418f 10:56:12 Step 26/31 : RUN chmod +x /entrypoint.sh 10:56:19 ---> Running in eec8f96ccc19 10:56:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:56:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:56:20 ---> 4496e6f979fe 10:56:20 Step 3/23 : WORKDIR /edgex-go 10:56:20 ---> Using cache 10:56:20 ---> 52cc56f03c64 10:56:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:56:20 ---> Using cache 10:56:20 ---> 5e484fdc0670 10:56:20 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:56:21 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:56:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:56:21 ---> 4496e6f979fe 10:56:21 Step 3/26 : WORKDIR /edgex-go 10:56:21 ---> Using cache 10:56:21 ---> 52cc56f03c64 10:56:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:56:21 ---> Using cache 10:56:21 ---> 5e484fdc0670 10:56:21 Step 5/26 : RUN apk add --update --no-cache make bash git 10:56:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:56:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:56:23 ---> 4496e6f979fe 10:56:23 Step 3/22 : WORKDIR /edgex-go 10:56:23 ---> Using cache 10:56:23 ---> 52cc56f03c64 10:56:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:56:23 ---> Using cache 10:56:23 ---> 5e484fdc0670 10:56:23 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:56:23 ---> Running in a19b1ae7d4a1 10:56:23 ---> Running in 8e6e559f6132 10:56:24 ---> Running in 335fb674d27f 10:56:26 Removing intermediate container eec8f96ccc19 10:56:26 ---> 91ab2c5e54fd 10:56:26 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:56:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:56:27 ---> Running in 35671ff6499f 10:56:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:56:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:56:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:56:28 Removing intermediate container 35671ff6499f 10:56:28 ---> 46ff5d965300 10:56:28 Step 28/31 : CMD ["gate"] 10:56:28 OK: 233 MiB in 51 packages 10:56:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:56:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:56:29 ---> Running in 9514feadc596 10:56:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:56:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:56:29 ---> 4496e6f979fe 10:56:29 Step 3/22 : WORKDIR /edgex-go 10:56:29 ---> Using cache 10:56:29 ---> 52cc56f03c64 10:56:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:56:29 ---> Using cache 10:56:29 ---> 5e484fdc0670 10:56:29 Step 5/22 : RUN apk add --update --no-cache make git 10:56:29 ---> Using cache 10:56:29 ---> a0f3e67a1596 10:56:29 Step 6/22 : COPY go.mod . 10:56:29 ---> Using cache 10:56:29 ---> 42eeac92493d 10:56:29 Step 7/22 : RUN go mod download 10:56:29 ---> Using cache 10:56:29 ---> b98ae5b894ef 10:56:29 Step 8/22 : COPY . . 10:56:29 OK: 233 MiB in 51 packages 10:56:29 ---> Using cache 10:56:29 ---> 95b7797f7436 10:56:29 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:56:29 OK: 233 MiB in 51 packages 10:56:30 Removing intermediate container 9514feadc596 10:56:30 ---> b7579270d250 10:56:30 Step 29/31 : LABEL arch=x86_64 10:56:30 ---> Running in 9507870ed393 10:56:30 Removing intermediate container a19b1ae7d4a1 10:56:30 ---> d66baf30e2d1 10:56:30 Step 6/23 : COPY go.mod . 10:56:30 ---> Running in 5ec9df37c4ef 10:56:31 ---> 3069ee832a39 10:56:31 Step 7/23 : RUN go mod download 10:56:31 ---> Running in 3c03742e4cd5 10:56:31 Removing intermediate container 5ec9df37c4ef 10:56:31 ---> 378d6139840f 10:56:31 Step 30/31 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 10:56:31 Removing intermediate container 8e6e559f6132 10:56:31 ---> f76c2ffa64c3 10:56:31 Step 6/26 : COPY go.mod . 10:56:32 ---> Running in 083d8f4a7747 10:56:32 Removing intermediate container 335fb674d27f 10:56:32 ---> a79765322c47 10:56:32 Step 6/22 : COPY go.mod . 10:56:32 ---> 93a7c3e27bc3 10:56:32 Step 7/26 : RUN go mod download 10:56:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:56:32 ---> Running in c0741b3e30d5 10:56:32 Removing intermediate container 083d8f4a7747 10:56:32 ---> 3478640d290d 10:56:32 Step 31/31 : LABEL version=0.0.0 10:56:32 ---> 91ba56f1d08f 10:56:32 Step 7/22 : RUN go mod download 10:56:32 ---> Running in 1d996527619e 10:56:32 ---> Running in 3e86bf9d182f 10:56:32 Removing intermediate container 1d996527619e 10:56:32 ---> aa15e1a62e0d 10:56:32 10:56:33 Successfully built aa15e1a62e0d 10:56:33 Successfully tagged docker-security-bootstrapper-go:latest 10:56:33  Building docker-security-bootstrapper-go ... done Removing intermediate container 3c03742e4cd5 10:56:33 ---> 35c9d39a7ea9 10:56:33 Step 8/23 : COPY . . 10:56:34 Removing intermediate container c0741b3e30d5 10:56:34 ---> 71ef37986463 10:56:34 Step 8/26 : COPY . . 10:56:38 Removing intermediate container 3e86bf9d182f 10:56:38 ---> f009e0fb62e5 10:56:38 Step 8/22 : COPY . . 10:56:45 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:56:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:56:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:56:57 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:56:57 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 10:57:04 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:57:04 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:57:04 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:57:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:57:04 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:57:04 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:57:10 ---> 217ecc3ca25b 10:57:10 Step 9/23 : RUN make cmd/core-data/core-data 10:57:10 ---> Running in 4d4be8383dab 10:57:10 Removing intermediate container 9507870ed393 10:57:10 ---> 54e5b40f7778 10:57:10 10:57:10 Step 10/22 : FROM alpine:3.12 10:57:10 ---> 389fef711851 10:57:10 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:57:10 ---> Using cache 10:57:10 ---> 0d92a182e514 10:57:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:57:10 ---> Using cache 10:57:10 ---> ca23768cf77a 10:57:10 Step 13/22 : ENV APP_PORT=48085 10:57:10 ---> 92377643c660 10:57:10 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:57:10 ---> b03ed1708599 10:57:10 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:57:10 ---> Running in b62fc557974b 10:57:10 ---> Running in 6e89fb6c9afc 10:57:10 ---> Running in b294dba4960c 10:57:10 Removing intermediate container b62fc557974b 10:57:10 ---> 8eb25c78484c 10:57:10 Step 14/22 : EXPOSE $APP_PORT 10:57:10 ---> Running in 78f055088ef9 10:57:10 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 10:57:10 Removing intermediate container 78f055088ef9 10:57:10 ---> b340705bffc0 10:57:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:57:10 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 10:57:10 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 10:57:10 ---> 9bf857d3901d 10:57:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:57:11 ---> da0c30accbf4 10:57:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:57:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:57:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:57:12 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:57:12 ---> 60250df4166e 10:57:12 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:57:13 ---> Running in b93b00d6cab5 10:57:13 Removing intermediate container b93b00d6cab5 10:57:13 ---> c6bd15df939e 10:57:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:57:13 ---> Running in 26e2b3b350f6 10:57:13 Removing intermediate container 26e2b3b350f6 10:57:13 ---> cfbc2b4635d4 10:57:13 Step 20/22 : LABEL arch=x86_64 10:57:13 ---> Running in c0c11db1d500 10:57:14 Removing intermediate container c0c11db1d500 10:57:14 ---> ea99a4f5cff1 10:57:14 Step 21/22 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 10:57:14 ---> Running in 61984de51d21 10:57:14 Removing intermediate container 61984de51d21 10:57:14 ---> 90893a29543d 10:57:14 Step 22/22 : LABEL version=0.0.0 10:57:15 ---> Running in 173563c29357 10:57:15 Removing intermediate container 173563c29357 10:57:15 ---> d803112e16dc 10:57:15 10:57:15 Successfully built d803112e16dc 10:57:15 Successfully tagged docker-support-scheduler-go:latest 10:57:18 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.403s coverage: 46.0% of statements 10:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 10:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 10:57:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.151s coverage: 100.0% of statements 10:57:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.531s coverage: 27.1% of statements 10:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:57:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.091s coverage: 100.0% of statements 10:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:57:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.089s coverage: 100.0% of statements 10:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:57:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.236s coverage: 65.8% of statements 10:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:57:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.678s coverage: 82.3% of statements 10:57:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:57:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:57:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 10:57:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:57:34  Building docker-support-scheduler-go ... done Removing intermediate container 6e89fb6c9afc 10:57:34 ---> 301b49f2bdcf 10:57:34 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:57:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.365s coverage: 28.6% of statements 10:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:57:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.248s coverage: 100.0% of statements 10:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:57:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.116s coverage: 100.0% of statements 10:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:57:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.356s coverage: 86.7% of statements 10:57:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:57:35 ---> Running in 0786e9639dd5 10:57:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.404s coverage: 97.5% of statements 10:57:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:57:36 Removing intermediate container b294dba4960c 10:57:36 ---> 01c13a6f841f 10:57:36 10:57:36 Step 10/22 : FROM alpine:3.12 10:57:36 ---> 389fef711851 10:57:36 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:57:36 ---> Running in 0024e26a31e3 10:57:36 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 10:57:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.193s coverage: 78.3% of statements 10:57:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:57:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:57:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:57:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:57:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:57:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:57:37 (1/2) Installing ca-certificates (20191127-r4) 10:57:37 (2/2) Installing dumb-init (1.2.2-r1) 10:57:37 Executing busybox-1.31.1-r19.trigger 10:57:37 Executing ca-certificates-20191127-r4.trigger 10:57:37 OK: 6 MiB in 16 packages 10:57:39 Removing intermediate container 4d4be8383dab 10:57:39 ---> 96d49436b598 10:57:39 10:57:39 Step 10/23 : FROM alpine:3.12 10:57:39 ---> 389fef711851 10:57:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:57:39 Removing intermediate container 0786e9639dd5 10:57:39 ---> 55a882bfebd6 10:57:39 10:57:39 Step 11/26 : FROM docker:20.10.0 10:57:40 20.10.0: Pulling from library/docker 10:57:40 ---> Running in a2e4dcc4ad8a 10:57:40 Removing intermediate container 0024e26a31e3 10:57:40 ---> 86bbd3cefae0 10:57:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:57:41 Removing intermediate container a2e4dcc4ad8a 10:57:41 ---> d5f6a552ac9f 10:57:41 Step 12/23 : ENV APP_PORT=48080 10:57:41 ---> Running in ed6cdb5b6749 10:57:41 ---> Running in 888d6a355769 10:57:41 Removing intermediate container ed6cdb5b6749 10:57:41 ---> 833fe2c453b7 10:57:41 Step 13/22 : ENV APP_PORT=48060 10:57:41 Removing intermediate container 888d6a355769 10:57:41 ---> dfa6fbebae1b 10:57:41 Step 13/23 : EXPOSE $APP_PORT 10:57:41 ---> Running in edde7cb191e5 10:57:42 ---> Running in d8ba292b0359 10:57:42 Removing intermediate container edde7cb191e5 10:57:42 ---> 62c2a07b921a 10:57:42 Step 14/22 : EXPOSE $APP_PORT 10:57:42 ---> Running in ee9a5bbc58bf 10:57:42 Removing intermediate container d8ba292b0359 10:57:42 ---> 324b59857a3c 10:57:42 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:57:42 ---> Running in d8f4fd3f1a68 10:57:42 Removing intermediate container ee9a5bbc58bf 10:57:42 ---> d8be01744912 10:57:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:57:43 ---> 64166459d987 10:57:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:57:44 ---> ff4bd0a05db1 10:57:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:57:44 Removing intermediate container d8f4fd3f1a68 10:57:44 ---> 5667faeddd64 10:57:44 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:57:44 ---> Running in 5b39cc38ce0d 10:57:44 ---> 7a9cfd7ac287 10:57:44 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:57:44 ---> Running in bdeffd547f09 10:57:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:57:46 Removing intermediate container bdeffd547f09 10:57:46 ---> e0aa52757ccf 10:57:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:57:46 ---> Running in 96296637e861 10:57:46 Removing intermediate container 96296637e861 10:57:46 ---> e35af6c7a24c 10:57:46 Step 20/22 : LABEL arch=x86_64 10:57:46 ---> Running in b57f4aef29cf 10:57:46 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:57:46 Status: Downloaded newer image for docker:20.10.0 10:57:46 ---> aefe523efa57 10:57:46 Step 12/26 : RUN apk add --no-cache bash 10:57:46 ---> Running in a3a97a29916c 10:57:46 Removing intermediate container b57f4aef29cf 10:57:46 ---> 55a76f972691 10:57:46 Step 21/22 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 10:57:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:57:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.332s coverage: 92.8% of statements 10:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:57:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:57:47 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:57:47 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:57:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:57:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:57:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:57:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:57:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:57:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:57:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:57:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:57:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:57:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:57:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:57:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:57:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:57:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements 10:57:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:57:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:57:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.184s coverage: 0.1% of statements 10:57:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:57:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:57:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:57:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.070s coverage: 45.5% of statements 10:57:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.099s coverage: 79.5% of statements 10:57:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.096s coverage: 94.1% of statements 10:57:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements 10:57:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 10:57:47 ---> Running in 9cee90c881fd 10:57:47 Removing intermediate container 9cee90c881fd 10:57:47 ---> 72a9c79aec0c 10:57:47 Step 22/22 : LABEL version=0.0.0 10:57:47 ---> Running in df7cef001297 10:57:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:57:47 Removing intermediate container df7cef001297 10:57:47 ---> cd049580a326 10:57:47 10:57:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:57:47 (1/6) Installing dumb-init (1.2.2-r1) 10:57:47 (2/6) Installing libgcc (9.3.0-r2) 10:57:47 Successfully built cd049580a326 10:57:47 (3/6) Installing libsodium (1.0.18-r0) 10:57:47 Successfully tagged docker-support-notifications-go:latest 10:57:47  Building docker-support-notifications-go ... done (1/2) Installing readline (8.0.4-r0) 10:57:47 (2/2) Installing bash (5.0.17-r0) 10:57:47 (4/6) Installing libstdc++ (9.3.0-r2) 10:57:47 Executing bash-5.0.17-r0.post-install 10:57:47 Executing busybox-1.31.1-r19.trigger 10:57:47 OK: 12 MiB in 22 packages 10:57:48 (5/6) Installing libzmq (4.3.3-r0) 10:57:48 (6/6) Installing zeromq (4.3.3-r0) 10:57:48 Executing busybox-1.31.1-r19.trigger 10:57:48 OK: 8 MiB in 20 packages 10:57:48 Removing intermediate container a3a97a29916c 10:57:48 ---> c2e76b7060c9 10:57:48 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:57:48 ---> Running in 8a5a20bfe845 10:57:49 Removing intermediate container 8a5a20bfe845 10:57:49 ---> 8e8ab3ff1971 10:57:49 Step 14/26 : ENV APP_PORT=48090 10:57:49 Removing intermediate container 5b39cc38ce0d 10:57:49 ---> f1c23e307f18 10:57:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:57:49 ---> Running in 7e33c4c24a51 10:57:49 Removing intermediate container 7e33c4c24a51 10:57:49 ---> 6aead1cc6aa5 10:57:49 Step 15/26 : EXPOSE $APP_PORT 10:57:49 ---> e8ef3e0e7527 10:57:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:57:49 ---> Running in 0e4e2187969a 10:57:50 Removing intermediate container 0e4e2187969a 10:57:50 ---> 26f348ef7800 10:57:50 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:57:50 ---> 83b4c57b6dc0 10:57:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:57:50 ---> 22b6ecf7481b 10:57:50 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:57:51 ---> 4365e8b6eaa5 10:57:51 Step 19/23 : ENTRYPOINT ["/core-data"] 10:57:51 ---> Running in e75d987ab2df 10:57:51 ---> 0e5dacc458c7 10:57:51 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:57:51 Removing intermediate container e75d987ab2df 10:57:51 ---> ca2bd4240a38 10:57:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:57:51 ---> Running in 75734bde3528 10:57:51 Removing intermediate container 75734bde3528 10:57:51 ---> 683877d4e5ec 10:57:51 Step 21/23 : LABEL arch=x86_64 10:57:51 ---> Running in 87d7eb75c65f 10:57:51 ---> bf1f034d0d18 10:57:51 Step 19/26 : RUN apk --no-cache add py3-pip 10:57:51 ---> Running in eb7367e8a570 10:57:51 Removing intermediate container 87d7eb75c65f 10:57:51 ---> e13799a650ed 10:57:51 Step 22/23 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 10:57:51 ---> Running in 14d5c172aae3 10:57:52 Removing intermediate container 14d5c172aae3 10:57:52 ---> 8867a69cb116 10:57:52 Step 23/23 : LABEL version=0.0.0 10:57:52 ---> Running in f31d285e2733 10:57:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:57:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:57:52 Removing intermediate container f31d285e2733 10:57:52 ---> f5c776ee12f7 10:57:52 10:57:52 (1/33) Installing libbz2 (1.0.8-r1) 10:57:52 (2/33) Installing expat (2.2.9-r1) 10:57:52 (3/33) Installing libffi (3.3-r2) 10:57:52 (4/33) Installing gdbm (1.13-r1) 10:57:52 (5/33) Installing xz-libs (5.2.5-r0) 10:57:52 (6/33) Installing sqlite-libs (3.32.1-r0) 10:57:52 Successfully built f5c776ee12f7 10:57:52 Successfully tagged docker-core-data-go:latest 10:57:52 (7/33) Installing python3 (3.8.5-r0) 10:57:54  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 10:57:54 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:57:54 (10/33) Installing py3-parsing (2.4.7-r0) 10:57:54 (11/33) Installing py3-six (1.15.0-r0) 10:57:54 (12/33) Installing py3-packaging (20.4-r0) 10:57:54 (13/33) Installing py3-setuptools (47.0.0-r0) 10:57:54 (14/33) Installing py3-chardet (3.0.4-r4) 10:57:54 (15/33) Installing py3-idna (2.9-r0) 10:57:54 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:57:54 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:57:54 (18/33) Installing py3-requests (2.23.0-r0) 10:57:54 (19/33) Installing py3-msgpack (1.0.0-r0) 10:57:54 (20/33) Installing py3-lockfile (0.12.2-r3) 10:57:54 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:57:54 (22/33) Installing py3-colorama (0.4.3-r0) 10:57:54 (23/33) Installing py3-distlib (0.3.0-r0) 10:57:54 (24/33) Installing py3-distro (1.5.0-r1) 10:57:54 (25/33) Installing py3-webencodings (0.5.1-r3) 10:57:54 (26/33) Installing py3-html5lib (1.0.1-r4) 10:57:54 (27/33) Installing py3-pytoml (0.1.21-r0) 10:57:54 (28/33) Installing py3-pep517 (0.8.2-r0) 10:57:54 (29/33) Installing py3-progress (1.5-r0) 10:57:54 (30/33) Installing py3-toml (0.10.1-r0) 10:57:54 (31/33) Installing py3-retrying (1.3.3-r0) 10:57:54 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:57:54 (33/33) Installing py3-pip (20.1.1-r0) 10:57:54 Executing busybox-1.31.1-r19.trigger 10:57:54 OK: 71 MiB in 55 packages 10:57:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.090s coverage: 94.4% of statements 10:57:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 10:58:03 Removing intermediate container eb7367e8a570 10:58:03 ---> b43d8486543d 10:58:03 Step 20/26 : RUN pip install docker-compose==1.23.2 10:58:03 ---> Running in eb8b7dd9b590 10:58:04 Collecting docker-compose==1.23.2 10:58:04 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:58:05 Collecting docker<4.0,>=3.6.0 10:58:05 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:58:05 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:58:05 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:58:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:58:05 Collecting jsonschema<3,>=2.5.1 10:58:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:58:05 Collecting websocket-client<1.0,>=0.32.0 10:58:05 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:58:06 Collecting texttable<0.10,>=0.9.0 10:58:06 Downloading texttable-0.9.1.tar.gz (11 kB) 10:58:06 Collecting PyYAML<4,>=3.10 10:58:06 Downloading PyYAML-3.13.tar.gz (270 kB) 10:58:07 Collecting cached-property<2,>=1.2.0 10:58:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:58:08 Collecting docopt<0.7,>=0.6.1 10:58:08 Downloading docopt-0.6.2.tar.gz (25 kB) 10:58:08 Collecting dockerpty<0.5,>=0.4.1 10:58:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:58:09 Collecting docker-pycreds>=0.4.0 10:58:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:58:09 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) 10:58:09 Collecting idna<2.8,>=2.5 10:58:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:58:09 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) 10:58:09 Collecting urllib3<1.25,>=1.21.1 10:58:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:58:09 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:58:09 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:58:09 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:58:09 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:58:09 Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, texttable, PyYAML, cached-property, docopt, dockerpty, docker-compose 10:58:09 Attempting uninstall: idna 10:58:09 Found existing installation: idna 2.9 10:58:09 Uninstalling idna-2.9: 10:58:09 Successfully uninstalled idna-2.9 10:58:09 Attempting uninstall: urllib3 10:58:09 Found existing installation: urllib3 1.25.9 10:58:09 Uninstalling urllib3-1.25.9: 10:58:09 Successfully uninstalled urllib3-1.25.9 10:58:10 Attempting uninstall: requests 10:58:10 Found existing installation: requests 2.23.0 10:58:10 Uninstalling requests-2.23.0: 10:58:10 Successfully uninstalled requests-2.23.0 10:58:10 Running setup.py install for texttable: started 10:58:11 Running setup.py install for texttable: finished with status 'done' 10:58:11 Running setup.py install for PyYAML: started 10:58:11 Running setup.py install for PyYAML: finished with status 'done' 10:58:11 Running setup.py install for docopt: started 10:58:12 Running setup.py install for docopt: finished with status 'done' 10:58:12 Running setup.py install for dockerpty: started 10:58:13 Running setup.py install for dockerpty: finished with status 'done' 10:58:13 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 10:58:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.127s coverage: 92.9% of statements 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:58:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.090s coverage: 87.2% of statements 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:58:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:58:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:58:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements 10:58:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.148s coverage: 87.2% of statements 10:58:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.137s coverage: 84.2% of statements 10:58:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.174s coverage: 91.4% of statements 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:58:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.605s coverage: 63.5% of statements 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:58:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 10:58:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements 10:58:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements 10:58:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements 10:58:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements 10:58:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.767s coverage: 68.9% of statements 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 10:58:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.373s coverage: 37.0% of statements 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:58:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:58:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.632s coverage: 84.0% of statements 10:58:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.077s coverage: 100.0% of statements 10:58:17 Removing intermediate container eb8b7dd9b590 10:58:17 ---> 87c5c362e181 10:58:17 Step 21/26 : RUN apk --no-cache add curl 10:58:17 ---> Running in 63958fbd77bb 10:58:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:58:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:58:17 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:58:17 (2/3) Installing libcurl (7.69.1-r3) 10:58:17 (3/3) Installing curl (7.69.1-r3) 10:58:17 Executing busybox-1.31.1-r19.trigger 10:58:17 OK: 72 MiB in 58 packages 10:58:18 Removing intermediate container 63958fbd77bb 10:58:18 ---> f74cb236195b 10:58:18 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 10:58:18 ---> Running in 7a89a46ce6ba 10:58:20 Removing intermediate container 7a89a46ce6ba 10:58:20 ---> 726c5344f029 10:58:20 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:58:20 ---> Running in ee47a6a37568 10:58:20 Removing intermediate container ee47a6a37568 10:58:20 ---> 46789526505c 10:58:20 Step 24/26 : LABEL arch=x86_64 10:58:20 ---> Running in aef6989c8b8b 10:58:20 Removing intermediate container aef6989c8b8b 10:58:20 ---> 5e390f845946 10:58:20 Step 25/26 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 10:58:20 ---> Running in c5771376aed4 10:58:20 Removing intermediate container c5771376aed4 10:58:20 ---> 10ce2c17d4f3 10:58:20 Step 26/26 : LABEL version=0.0.0 10:58:20 ---> Running in 2fdb347a33d5 10:58:20 Removing intermediate container 2fdb347a33d5 10:58:20 ---> 0b929107c1e5 10:58:20 10:58:20 Successfully built 0b929107c1e5 10:58:20 Successfully tagged docker-sys-mgmt-agent-go:latest 10:58:20  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 10:58:20 $ docker stop --time=1 a37b0e0baadec29e18550a2cf91ccd4c0b4fcba4dab7c5616bab93eff4e9ca81 10:58:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.528s coverage: 47.0% of statements 10:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:58:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.112s coverage: 100.0% of statements 10:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:58:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.138s coverage: 100.0% of statements 10:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 10:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:58:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.193s coverage: 90.4% of statements 10:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:58:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 10:58:22 $ docker rm -f a37b0e0baadec29e18550a2cf91ccd4c0b4fcba4dab7c5616bab93eff4e9ca81 [Pipeline] // withDockerContainer [Pipeline] sh 10:58:22 + docker images 10:58:22 + grep docker 10:58:23 docker-sys-mgmt-agent-go latest 0b929107c1e5 3 seconds ago 313MB 10:58:23 docker-core-data-go latest f5c776ee12f7 31 seconds ago 22.3MB 10:58:23 docker-support-notifications-go latest cd049580a326 36 seconds ago 17.5MB 10:58:23 docker-support-scheduler-go latest d803112e16dc About a minute ago 17MB 10:58:23 docker-security-bootstrapper-go latest aa15e1a62e0d About a minute ago 23.8MB 10:58:23 docker-security-secretstore-setup-go latest 9ae31c015e3a 2 minutes ago 24.6MB 10:58:23 docker-core-command-go latest caa9167cbf4a 2 minutes ago 16.9MB 10:58:23 docker-core-metadata-go latest b1ae70273cad 2 minutes ago 18.8MB 10:58:23 docker-security-proxy-setup-go latest 6b1f0b8d5fd8 2 minutes ago 24.4MB 10:58:23 docker 20.10.0 aefe523efa57 7 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 10:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.302s coverage: 29.1% of statements 10:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.215s coverage: 99.0% of statements 10:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements 10:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:58:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.157s coverage: 100.0% of statements 10:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:58:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:58:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 10:58:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:58:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.081s coverage: 100.0% of statements 10:58:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:58:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:58:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:58:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:58:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements 10:58:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:58:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:58:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements 10:58:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 10:58:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 10:58:30 GO111MODULE=on go vet ./... 10:58:39 Still waiting to schedule task 10:58:39 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-24968’ 10:59:52 gofmt -l . 10:59:52 [ "`gofmt -l .`" = "" ] 10:59:52 ./bin/test-go-mod-tidy.sh 10:59:52 ./bin/test-attribution-txt.sh [Pipeline] sh 10:59:54 + ls -al . 10:59:54 total 712 10:59:54 drwxrwxr-x 9 1001 1001 4096 Feb 4 10:59 . 10:59:54 drwxr-xr-x 4 root root 4096 Feb 4 10:55 .. 10:59:54 -rw-rw-r-- 1 1001 1001 11 Feb 4 10:54 .dockerignore 10:59:54 drwxrwxr-x 8 1001 1001 4096 Feb 4 10:54 .git 10:59:54 drwxrwxr-x 3 1001 1001 4096 Feb 4 10:54 .github 10:59:54 -rw-rw-r-- 1 1001 1001 872 Feb 4 10:54 .gitignore 10:59:54 -rw-rw-r-- 1 1001 1001 166 Feb 4 10:54 .sonarcloud.properties 10:59:54 -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:54 Attribution.txt 10:59:54 -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:54 CONTRIBUTING.md 10:59:54 -rw-rw-r-- 1 1001 1001 931 Feb 4 10:54 Dockerfile.build 10:59:54 -rw-rw-r-- 1 1001 1001 863 Feb 4 10:54 Jenkinsfile 10:59:54 -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:54 LICENSE 10:59:54 -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:54 Makefile 10:59:54 -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:54 README.md 10:59:54 -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:54 SECURITY.md 10:59:54 -rw-rw-r-- 1 1001 1001 5 Feb 4 10:49 VERSION 10:59:54 -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:54 ZMQWindows.md 10:59:54 drwxrwxr-x 2 1001 1001 4096 Feb 4 10:54 bin 10:59:54 drwxrwxr-x 15 1001 1001 4096 Feb 4 10:54 cmd 10:59:54 -rw-r--r-- 1 root root 580808 Feb 4 10:58 coverage.out 10:59:54 -rw-r--r-- 1 root root 1054 Feb 4 10:59 go.mod 10:59:54 -rw-r--r-- 1 root root 19406 Feb 4 10:59 go.sum 10:59:54 drwxrwxr-x 8 1001 1001 4096 Feb 4 10:54 internal 10:59:54 drwxrwxr-x 4 1001 1001 4096 Feb 4 10:54 openapi 10:59:54 drwxrwxr-x 4 1001 1001 4096 Feb 4 10:54 snap 10:59:54 -rw-rw-r-- 1 1001 1001 168 Feb 4 10:54 version.go [Pipeline] sh 10:59:55 + '[' -e coverage.out ] 10:59:55 + chown 1001:1001 coverage.out [Pipeline] stash 10:59:55 Warning: overwriting stash ‘coverage-report’ 10:59:56 Stashed 1 file(s) [Pipeline] sh 10:59:57 + make build 10:59:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 11:00:09 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 11:00:31 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 11:00:37 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 11:00:42 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 11:00:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 11:00:49 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 11:00:54 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 11:00:57 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 11:01:02 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 11:01: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 11:01:09 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 11:01:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 11:01:18 $ docker stop --time=1 2250ac9f1dfea1b8640f49efe6a9389f4aee54d708ec8c05b7090a5af7ddf096 11:01:21 $ docker rm -f 2250ac9f1dfea1b8640f49efe6a9389f4aee54d708ec8c05b7090a5af7ddf096 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:01:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:01:23 11:01:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:01:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:01:24 latest: Pulling from edgex-devops/edgex-compose-arm64 11:01:24 29e5d40040c1: Pulling fs layer 11:01:24 1ce36da41761: Pulling fs layer 11:01:24 25b303627fd3: Pulling fs layer 11:01:24 29e5d40040c1: Verifying Checksum 11:01:24 29e5d40040c1: Download complete 11:01:25 1ce36da41761: Verifying Checksum 11:01:25 1ce36da41761: Download complete 11:01:25 29e5d40040c1: Pull complete 11:01:26 1ce36da41761: Pull complete 11:01:27 25b303627fd3: Verifying Checksum 11:01:27 25b303627fd3: Download complete 11:01:37 25b303627fd3: Pull complete 11:01:37 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 11:01:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:01:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 11:01:37 prd-ubuntu18.04-docker-arm64-4c-16g-24980 does not seem to be running inside a container 11:01:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 11:01:40 $ docker top 9281fa0313374a77879cd886e7453817a616d9e3f8873bd7927b7dd662f058f1 -eo pid,comm [Pipeline] { [Pipeline] sh 11:01:42 + docker-compose build --help 11:01:42 + grep parallel 11:01:46 --parallel Build images in parallel. [Pipeline] } 11:01:46 $ docker stop --time=1 9281fa0313374a77879cd886e7453817a616d9e3f8873bd7927b7dd662f058f1 11:01:48 $ docker rm -f 9281fa0313374a77879cd886e7453817a616d9e3f8873bd7927b7dd662f058f1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:01:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 11:01:49 . [Pipeline] withDockerContainer 11:01:49 prd-ubuntu18.04-docker-arm64-4c-16g-24980 does not seem to be running inside a container 11:01:49 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 11:01:51 $ docker top f64fa3a4153621a24519a93deff8c07a974c71bfdc1b04fa6256bbe8f400d2f3 -eo pid,comm [Pipeline] { [Pipeline] sh 11:01:52 + docker-compose -f ./docker-compose-build.yml build --parallel 11:01:57 Building docker-core-command-go ... 11:01:57 Building docker-core-data-go ... 11:01:57 Building docker-core-metadata-go ... 11:01:57 Building docker-security-bootstrapper-go ... 11:01:57 Building docker-security-proxy-setup-go ... 11:01:57 Building docker-security-secretstore-setup-go ... 11:01:57 Building docker-support-notifications-go ... 11:01:57 Building docker-support-scheduler-go ... 11:01:57 Building docker-sys-mgmt-agent-go ... 11:01:57 Building docker-support-scheduler-go 11:01:57 Building docker-security-proxy-setup-go 11:01:57 Building docker-core-metadata-go 11:01:57 Building docker-core-command-go 11:01:57 Building docker-security-secretstore-setup-go 11:03:00 Running on prd-ubuntu18.04-docker-8c-8g-24986 in /w/workspace/edgexfoundry_edgex-go_PR-3111 [Pipeline] { [Pipeline] ws 11:03:00 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 11:03:02 using credential edgex-jenkins-ssh 11:03:02 Cloning the remote Git repository 11:03:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 11:03:03 > git init /w/workspace/edgex-go/7 # timeout=10 11:03:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 11:03:03 > git --version # timeout=10 11:03:03 > git --version # 'git version 2.17.1' 11:03:03 using GIT_SSH to set credentials SSH Credentials for GitHub 11:03:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:03:17 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 11:03:17 Merge succeeded, producing b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 11:03:17 Checking out Revision b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 (PR-3111) 11:03:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 11:03:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:03:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 11:03:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 11:03:17 using GIT_SSH to set credentials SSH Credentials for GitHub 11:03:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3111/head:refs/remotes/origin/PR-3111 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:03:17 > git config core.sparsecheckout # timeout=10 11:03:17 > git checkout -f b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 # timeout=10 11:03:17 > git remote # timeout=10 11:03:17 > git config --get remote.origin.url # timeout=10 11:03:17 using GIT_SSH to set credentials SSH Credentials for GitHub 11:03:17 > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 11:03:17 > git rev-parse HEAD^{commit} # timeout=10 11:03:17 > git config core.sparsecheckout # timeout=10 11:03:17 > git checkout -f b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 # timeout=10 11:03:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:03:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 11:03:19 ---> d984e84ce4b0 11:03:19 Step 3/21 : WORKDIR /edgex-go 11:03:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:03:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:03:19 ---> d984e84ce4b0 11:03:19 Step 3/23 : WORKDIR /edgex-go 11:03:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:03:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 11:03:19 ---> d984e84ce4b0 11:03:19 Step 3/22 : WORKDIR /edgex-go 11:03:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:03:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:03:19 ---> d984e84ce4b0 11:03:19 Step 3/23 : WORKDIR /edgex-go 11:03:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:03:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 11:03:19 ---> d984e84ce4b0 11:03:19 Step 3/24 : WORKDIR /edgex-go 11:03:19 ---> Running in 9f4c368ad120 11:03:19 ---> Running in 160347dd52d8 11:03:19 ---> Running in c0ac059e06ec 11:03:19 ---> Running in 2ee831ab48c0 11:03:19 ---> Running in 9a940083b9e0 11:03:19 Removing intermediate container c0ac059e06ec 11:03:19 ---> c10a0c9bf56e 11:03:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:03:19 Removing intermediate container 2ee831ab48c0 11:03:19 ---> be87f8f9dd3d 11:03:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:03:19 Removing intermediate container 160347dd52d8 11:03:19 ---> a0faeba691e6 11:03:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:03:19 Removing intermediate container 9f4c368ad120 11:03:19 ---> e319f6043aa0 11:03:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:03:19 Removing intermediate container 9a940083b9e0 11:03:19 ---> 27d3a06d6555 11:03:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:03:19 ---> Running in 9154ec1de834 11:03:19 ---> Running in a9bae8889902 11:03:19 ---> Running in d8ee45ce29b6 11:03:19 ---> Running in 71aefdb99701 11:03:19 ---> Running in fe17e7f876bf 11:03:19 Removing intermediate container 9154ec1de834 11:03:19 ---> 362007e054a3 11:03:19 Step 5/24 : RUN apk add --update --no-cache make git 11:03:19 ---> Running in aa5b426634ba 11:03:19 Removing intermediate container a9bae8889902 11:03:19 ---> 0e68c38aa259 11:03:19 Step 5/21 : RUN apk add --update --no-cache make git 11:03:19 ---> Running in 34b5e62572ea 11:03:19 Removing intermediate container d8ee45ce29b6 11:03:19 ---> 370c5c909857 11:03:19 Step 5/22 : RUN apk add --update --no-cache make git 11:03:19 Removing intermediate container 71aefdb99701 11:03:19 ---> b0a6d0dbec37 11:03:19 Step 5/23 : RUN apk add --update --no-cache make git 11:03:19 Removing intermediate container fe17e7f876bf 11:03:19 ---> c4121e79d6ed 11:03:19 Step 5/23 : RUN apk add --update --no-cache make git 11:03:19 ---> Running in b87f5a340871 11:03:20 ---> Running in dc0cfa27333a 11:03:20 ---> Running in 98ecc945d7ef 11:03:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:03:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:03:21 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" 11:03:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { 11:03:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] libraryResource [Pipeline] sh 11:03:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:03:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:03:22 OK: 217 MiB in 51 packages 11:03:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:03:22 + echo snap-build.sh 11:03:22 snap-build.sh 11:03:22 + SNAP_BASE_DIR=. 11:03:22 + '[' '!' -z /w/workspace/edgex-go/7 ']' 11:03:22 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 11:03:22 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 11:03:22 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 11:03:22 + cd /w/workspace/edgex-go/7 11:03:22 + sudo apt-get remove -qy --purge lxd lxd-client 11:03:22 Reading package lists... 11:03:22 Building dependency tree... 11:03:22 Reading state information... 11:03:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:03:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:03:22 The following packages were automatically installed and are no longer required: 11:03:22 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 11:03:22 uidmap xdelta3 11:03:22 Use 'sudo apt autoremove' to remove them. 11:03:22 The following packages will be REMOVED: 11:03:22 lxd* lxd-client* 11:03:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:03:23 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 11:03:23 After this operation, 31.7 MB disk space will be freed. 11:03:23 OK: 217 MiB in 51 packages 11:03:23 OK: 217 MiB in 51 packages 11:03:23 Removing intermediate container aa5b426634ba 11:03:23 ---> 67a56923a00b 11:03:23 Step 6/24 : COPY go.mod . 11:03:23 OK: 217 MiB in 51 packages 11:03:23 OK: 217 MiB in 51 packages 11:03:24 (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.) 11:03:24 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 11:03:24 Removing lxd dnsmasq configuration 11:03:24 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 11:03:25 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 11:03:25 ---> 5405b2302261 11:03:25 Step 7/24 : RUN go mod download 11:03:25 Removing intermediate container 34b5e62572ea 11:03:25 ---> 9e920f5669be 11:03:25 Step 6/21 : COPY go.mod . 11:03:25 ---> Running in 636674f27273 11:03:25 Removing intermediate container 98ecc945d7ef 11:03:25 ---> 3d32f60933be 11:03:25 Step 6/23 : COPY go.mod . 11:03:25 Removing intermediate container b87f5a340871 11:03:25 ---> a59cab6d93b2 11:03:26 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 11:03:26 (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.) 11:03:26 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 11:03:26 Step 6/22 : COPY go.mod . 11:03:26 Removing intermediate container dc0cfa27333a 11:03:26 ---> 5a729eda64ef 11:03:26 Step 6/23 : COPY go.mod . 11:03:26 ---> a508e9290110 11:03:26 Step 7/21 : RUN go mod download 11:03:26 ---> Running in 710c65198a4f 11:03:26 ---> cf7784b9b114 11:03:26 Step 7/23 : RUN go mod download 11:03:26 ---> Running in 4c7bcaf76de4 11:03:27 ---> 8f3e84e1575c 11:03:27 Step 7/22 : RUN go mod download 11:03:27 Processing triggers for systemd (237-3ubuntu10.42) ... 11:03:27 Processing triggers for ureadahead (0.100.0-21) ... 11:03:27 ---> b02c66b9d4de 11:03:27 Step 7/23 : RUN go mod download 11:03:27 ---> Running in ed68cef20edf 11:03:27 ---> Running in 6a3cd9b088f7 11:03:28 + sudo snap remove --purge lxd 11:03:28 snap "lxd" is not installed 11:03:28 + sudo groupadd --force --system lxd 11:03:28 ++ whoami 11:03:28 + sudo /usr/sbin/usermod -G lxd -a jenkins 11:03:28 + newgrp - lxd 11:03:28 + sudo snap install lxd 11:03:29 Removing intermediate container 636674f27273 11:03:29 ---> 6ab644ecf3fc 11:03:29 Step 8/24 : COPY . . 11:03:31 Removing intermediate container 710c65198a4f 11:03:31 ---> 7c1907db3523 11:03:31 Step 8/21 : COPY . . 11:03:33 Removing intermediate container 4c7bcaf76de4 11:03:33 ---> 1d2b7b1ec685 11:03:33 Step 8/23 : COPY . . 11:03:33 Removing intermediate container ed68cef20edf 11:03:33 Removing intermediate container 6a3cd9b088f7 11:03:33 ---> ce15967c447a 11:03:33 Step 8/23 : COPY . . 11:03:33 ---> 27a14bc4b4b4 11:03:33 Step 8/22 : COPY . . 11:03:37 2021-02-04T11:03:34Z INFO Waiting for automatic snapd restart... 11:03:49 lxd 4.10 from Canonical* installed 11:03:49 + sudo lxd init --auto 11:03:57 + sudo snap install --classic snapcraft 11:04:00 ---> 3ed77a87b4a8 11:04:00 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 11:04:00 ---> 2a36bf9adedb 11:04:00 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 11:04:00 ---> 84ca09d1f5a9 11:04:00 Step 9/23 : RUN make cmd/core-command/core-command 11:04:00 ---> aea030097cd8 11:04:00 Step 9/23 : RUN make cmd/core-metadata/core-metadata 11:04:00 ---> Running in 8d8c3be4e5c7 11:04:00 ---> Running in c88a8a722619 11:04:00 ---> 848069af78c1 11:04:00 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 11:04:00 ---> Running in 4ae3bf36674e 11:04:00 ---> Running in 2df2ffda52a4 11:04:00 ---> Running in f93b005f9f9a 11:04:00 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 11:04:00 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 11:04:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 11:04:00 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 11:04:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 11:04:04 snapcraft 4.4.4 from Canonical* installed 11:04:04 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 11:04:04 + patch --verbose -p1 11:04:04 Hmm... Looks like a unified diff to me... 11:04:04 The text leading up to this was: 11:04:04 -------------------------- 11:04:04 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 11:04:04 |From: Tony Espy 11:04:04 |Date: Wed, 16 Dec 2020 16:34:55 -0500 11:04:04 |Subject: [PATCH] optimize snap build for pipeline CI check 11:04:04 | 11:04:04 |This patch is used by the EdgeX CI pipeline builds to 11:04:04 |optimize the snap CI check run for pull requests. When 11:04:04 |applied, it essentially strips out everything (apps and 11:04:04 |parts) from the snapcraft.yaml file except those required 11:04:04 |to build edgex-go, as the whole idea of the CI check is to 11:04:04 |catch changes to edgex-go that break the snap build. 11:04:04 | 11:04:04 |In general, anyone updating snapcraft.yaml will also need 11:04:04 |to update this patch file, otherwise it may fail to apply, 11:04:04 |resulting in a failed snap build CI check in the associated 11:04:04 |pull request. 11:04:04 | 11:04:04 |Note - in addition to applying this patch, the pipeline also 11:04:04 |only primes the snap (e.g. `snapcraft prime`), as there's no 11:04:04 |need to build the finally binary .snap file (and it won't 11:04:04 |work with the patch applied). This further reduces the build 11:04:04 |time. 11:04:04 |--- 11:04:04 | snap/snapcraft.yaml | 461 +------------------------------------------- 11:04:04 | 1 file changed, 2 insertions(+), 459 deletions(-) 11:04:04 | 11:04:04 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 11:04:04 |index 1e537489..faf42425 100644 11:04:04 |--- a/snap/snapcraft.yaml 11:04:04 |+++ b/snap/snapcraft.yaml 11:04:04 -------------------------- 11:04:04 patching file snap/snapcraft.yaml 11:04:04 Using Plan A... 11:04:04 Hunk #1 succeeded at 73. 11:04:04 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 11:04:04 Hunk #3 succeeded at 214 (offset -1 lines). 11:04:04 Hunk #4 succeeded at 222 (offset -1 lines). 11:04:04 Hunk #5 succeeded at 229 (offset -1 lines). 11:04:04 Hunk #6 succeeded at 256 (offset -1 lines). 11:04:04 Hunk #7 succeeded at 290 (offset -1 lines). 11:04:04 Hunk #8 succeeded at 342. 11:04:04 Hmm... Ignoring the trailing garbage. 11:04:04 done 11:04:04 + sudo snapcraft prime --use-lxd 11:04:05 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 11:04:05 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: 11:04:05 - README.md 11:04:05 - snapcraft.yaml.orig 11:04:05 11:04:05 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 11:04:06 Launching a container. 11:04:18 Waiting for container to be ready 11:04:18 To start your first instance, try: lxc launch ubuntu:18.04 11:04:18 11:04:20 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 11:04:20 Waiting for network to be ready... 11:04:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 11:04:21 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 11:04:21 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 11:04:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 11:04:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 11:04:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 11:04:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 11:04:21 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 11:04:21 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 11:04:21 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 11:04:21 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 11:04:22 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 11:04:22 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 11:04:22 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 11:04:22 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 11:04:22 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 11:04:22 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 11:04:22 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 11:04:22 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 11:04:22 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 11:04:22 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 11:04:22 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 11:04:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 11:04:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 11:04:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 11:04:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 11:04:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 11:04:24 Fetched 23.9 MB in 4s (6307 kB/s) 11:04:25 Reading package lists... 11:04:25 Reading package lists... 11:04:26 Building dependency tree... 11:04:26 Reading state information... 11:04:26 The following additional packages will be installed: 11:04:26 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 11:04:26 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 11:04:26 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 11:04:26 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 11:04:26 Suggested packages: 11:04:26 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 11:04:26 Recommended packages: 11:04:26 gnupg libsasl2-modules 11:04:26 The following NEW packages will be installed: 11:04:26 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 11:04:26 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 11:04:26 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 11:04:26 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 11:04:26 The following packages will be upgraded: 11:04:26 gpg gpg-agent gpgconf libudev1 11:04:26 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 11:04:26 Need to get 3533 kB of archives. 11:04:26 After this operation, 13.3 MB of additional disk space will be used. 11:04:26 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 11:04:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 11:04:26 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 11:04:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 11:04:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 11:04:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 11:04:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 11:04:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 11:04:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 11:04:26 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 11:04:26 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 11:04:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 11:04:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 11:04:26 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 11:04:27 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 11:04:27 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 11:04:27 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 11:04:27 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 11:04:27 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 11:04:27 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 11:04:27 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 11:04:27 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 11:04:27 debconf: delaying package configuration, since apt-utils is not installed 11:04:27 Fetched 3533 kB in 1s (3546 kB/s) 11:04:27 (Reading database ... 12511 files and directories currently installed.) 11:04:27 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 11:04:27 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 11:04:27 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 11:04:27 Selecting previously unselected package udev. 11:04:27 (Reading database ... 12511 files and directories currently installed.) 11:04:27 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 11:04:27 Unpacking udev (237-3ubuntu10.44) ... 11:04:28 Selecting previously unselected package libfuse2:amd64. 11:04:28 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 11:04:28 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 11:04:28 Selecting previously unselected package fuse. 11:04:28 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 11:04:28 Unpacking fuse (2.9.7-1ubuntu1) ... 11:04:28 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 11:04:28 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 11:04:28 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 11:04:28 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 11:04:28 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 11:04:28 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 11:04:28 Selecting previously unselected package libksba8:amd64. 11:04:28 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 11:04:28 Unpacking libksba8:amd64 (1.3.5-2) ... 11:04:28 Selecting previously unselected package libroken18-heimdal:amd64. 11:04:28 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:04:28 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:28 Selecting previously unselected package libasn1-8-heimdal:amd64. 11:04:28 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:04:28 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:28 Selecting previously unselected package libheimbase1-heimdal:amd64. 11:04:28 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:04:28 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:28 Selecting previously unselected package libhcrypto4-heimdal:amd64. 11:04:28 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:04:28 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:29 Selecting previously unselected package libwind0-heimdal:amd64. 11:04:29 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:04:29 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:29 Selecting previously unselected package libhx509-5-heimdal:amd64. 11:04:29 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:04:29 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:29 Selecting previously unselected package libkrb5-26-heimdal:amd64. 11:04:29 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:04:29 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:29 Selecting previously unselected package libheimntlm0-heimdal:amd64. 11:04:29 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:04:29 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:29 Selecting previously unselected package libgssapi3-heimdal:amd64. 11:04:29 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 11:04:29 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:29 Selecting previously unselected package libsasl2-modules-db:amd64. 11:04:29 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 11:04:29 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 11:04:29 Selecting previously unselected package libsasl2-2:amd64. 11:04:29 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 11:04:29 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 11:04:29 Selecting previously unselected package libldap-common. 11:04:29 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 11:04:29 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 11:04:29 Selecting previously unselected package libldap-2.4-2:amd64. 11:04:29 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 11:04:29 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 11:04:29 Selecting previously unselected package dirmngr. 11:04:29 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 11:04:29 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 11:04:30 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 11:04:30 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 11:04:30 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 11:04:30 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 11:04:30 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 11:04:30 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 11:04:30 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:30 Setting up libksba8:amd64 (1.3.5-2) ... 11:04:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 11:04:30 Setting up udev (237-3ubuntu10.44) ... 11:04:30 invoke-rc.d: policy-rc.d denied execution of start. 11:04:30 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:30 Processing triggers for systemd (237-3ubuntu10) ... 11:04:30 Setting up fuse (2.9.7-1ubuntu1) ... 11:04:30 Setting up gpg (2.2.4-1ubuntu1.3) ... 11:04:30 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:30 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:30 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:30 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:30 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:30 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:30 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 11:04:30 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 11:04:31 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 11:04:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 11:04:31 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 11:04:31 settings in the [Install] section, and DefaultInstance for template units). 11:04:31 This means they are not meant to be enabled using systemctl. 11:04:31 Possible reasons for having this kind of units are: 11:04:31 1) A unit may be statically enabled by being symlinked from another unit's 11:04:31 .wants/ or .requires/ directory. 11:04:31 2) A unit's purpose may be to act as a helper for some other unit which has 11:04:31 a requirement dependency on it. 11:04:31 3) A unit may be started when needed via activation (socket, path, timer, 11:04:31 D-Bus, udev, scripted systemctl call, ...). 11:04:31 4) In case of template units, the unit is meant to be enabled with some 11:04:31 instance name specified. 11:04:31 Reading package lists... 11:04:31 Building dependency tree... 11:04:31 Reading state information... 11:04:31 The following additional packages will be installed: 11:04:31 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 11:04:31 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 11:04:31 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 11:04:31 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 11:04:31 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 11:04:31 Suggested packages: 11:04:31 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 11:04:31 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 11:04:31 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 11:04:31 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 11:04:31 systemd-container policykit-1 11:04:31 Recommended packages: 11:04:31 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 11:04:31 The following NEW packages will be installed: 11:04:31 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 11:04:31 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 11:04:31 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 11:04:31 multiarch-support openssh-client python3 python3-minimal python3.6 11:04:31 python3.6-minimal snapd squashfs-tools sudo 11:04:31 The following packages will be upgraded: 11:04:31 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 11:04:32 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 11:04:32 Need to get 35.2 MB of archives. 11:04:32 After this operation, 141 MB of additional disk space will be used. 11:04:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 11:04:32 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 11:04:32 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 11:04:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 11:04:33 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 11:04:33 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 11:04:33 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 11:04:33 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 11:04:33 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 11:04:33 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 11:04:33 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 11:04:33 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 11:04:33 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 11:04:33 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 11:04:33 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 11:04:33 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 11:04:33 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 11:04:33 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 11:04:33 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 11:04:33 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 11:04:33 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 11:04:33 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 11:04:33 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 11:04:33 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 11:04:33 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 11:04:33 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 11:04:33 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 11:04:33 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 11:04:33 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 11:04:33 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 11:04:34 debconf: delaying package configuration, since apt-utils is not installed 11:04:34 Fetched 35.2 MB in 2s (17.2 MB/s) 11:04:34 (Reading database ... 12757 files and directories currently installed.) 11:04:34 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 11:04:34 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 11:04:35 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 11:04:35 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 11:04:35 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 11:04:35 (Reading database ... 12757 files and directories currently installed.) 11:04:35 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 11:04:35 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 11:04:35 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 11:04:35 (Reading database ... 12757 files and directories currently installed.) 11:04:35 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 11:04:35 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 11:04:35 Setting up apt (1.6.12ubuntu0.2) ... 11:04:35 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 11:04:36 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 11:04:36 (Reading database ... 12764 files and directories currently installed.) 11:04:36 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 11:04:36 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 11:04:36 Selecting previously unselected package libpython3.6-minimal:amd64. 11:04:36 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 11:04:36 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 11:04:36 Selecting previously unselected package libexpat1:amd64. 11:04:36 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 11:04:36 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 11:04:36 Selecting previously unselected package python3.6-minimal. 11:04:36 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 11:04:36 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 11:04:37 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 11:04:37 Checking for services that may need to be restarted...done. 11:04:37 Checking for services that may need to be restarted...done. 11:04:37 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 11:04:37 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 11:04:37 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 11:04:38 Selecting previously unselected package python3-minimal. 11:04:38 (Reading database ... 13012 files and directories currently installed.) 11:04:38 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 11:04:38 Unpacking python3-minimal (3.6.7-1~18.04) ... 11:04:38 Selecting previously unselected package mime-support. 11:04:38 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 11:04:38 Unpacking mime-support (3.60ubuntu1) ... 11:04:38 Selecting previously unselected package libmpdec2:amd64. 11:04:38 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 11:04:38 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 11:04:38 Selecting previously unselected package libpython3.6-stdlib:amd64. 11:04:38 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 11:04:38 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 11:04:38 Selecting previously unselected package python3.6. 11:04:38 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 11:04:38 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 11:04:38 Selecting previously unselected package libpython3-stdlib:amd64. 11:04:38 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 11:04:38 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 11:04:38 Setting up python3-minimal (3.6.7-1~18.04) ... 11:04:38 Selecting previously unselected package python3. 11:04:38 (Reading database ... 13442 files and directories currently installed.) 11:04:38 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 11:04:38 Unpacking python3 (3.6.7-1~18.04) ... 11:04:39 Selecting previously unselected package multiarch-support. 11:04:39 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 11:04:39 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 11:04:39 Setting up multiarch-support (2.27-3ubuntu1.4) ... 11:04:39 Selecting previously unselected package liblzo2-2:amd64. 11:04:39 (Reading database ... 13479 files and directories currently installed.) 11:04:39 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 11:04:39 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 11:04:39 Selecting previously unselected package libbsd0:amd64. 11:04:39 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 11:04:39 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 11:04:39 Selecting previously unselected package sudo. 11:04:39 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 11:04:39 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 11:04:39 Selecting previously unselected package apparmor. 11:04:39 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 11:04:39 Unpacking apparmor (2.12-4ubuntu5.1) ... 11:04:40 Selecting previously unselected package libedit2:amd64. 11:04:40 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 11:04:40 Unpacking libedit2:amd64 (3.1-20170329-1) ... 11:04:40 Selecting previously unselected package libkrb5support0:amd64. 11:04:40 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 11:04:40 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 11:04:40 Selecting previously unselected package libk5crypto3:amd64. 11:04:40 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 11:04:40 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 11:04:40 Selecting previously unselected package libkeyutils1:amd64. 11:04:40 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 11:04:40 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 11:04:40 Selecting previously unselected package libkrb5-3:amd64. 11:04:40 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 11:04:40 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 11:04:40 Selecting previously unselected package libgssapi-krb5-2:amd64. 11:04:40 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 11:04:40 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 11:04:40 Selecting previously unselected package libssl1.0.0:amd64. 11:04:40 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 11:04:40 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 11:04:40 Selecting previously unselected package openssh-client. 11:04:40 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 11:04:40 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 11:04:40 Selecting previously unselected package squashfs-tools. 11:04:41 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 11:04:41 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 11:04:41 Selecting previously unselected package snapd. 11:04:41 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 11:04:41 Unpacking snapd (2.48+18.04) ... 11:04:43 Setting up libedit2:amd64 (3.1-20170329-1) ... 11:04:43 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 11:04:43 Setting up mime-support (3.60ubuntu1) ... 11:04:43 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 11:04:43 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 11:04:43 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 11:04:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 11:04:43 Setting up systemd (237-3ubuntu10.44) ... 11:04:43 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 11:04:45 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 11:04:45 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 11:04:45 Setting up liblzo2-2:amd64 (2.08-1.2) ... 11:04:45 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 11:04:45 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 11:04:45 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 11:04:46 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 11:04:46 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 11:04:46 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 11:04:46 Setting up python3 (3.6.7-1~18.04) ... 11:04:46 running python rtupdate hooks for python3.6... 11:04:46 running python post-rtupdate hooks for python3.6... 11:04:46 Setting up apparmor (2.12-4ubuntu5.1) ... 11:04:47 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 11:04:47 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 11:04:47 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 11:04:47 Setting up snapd (2.48+18.04) ... 11:04:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 11:04:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 11:04:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 11:04:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 11:04:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 11:04:48 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 11:04:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 11:04:49 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 11:04:49 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 11:04:49 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 11:04:49 /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' 11:04:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 11:04:49 Processing triggers for systemd (237-3ubuntu10.44) ... 11:04:51 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 11:04:51 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 11:04:51 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 11:04:52 Reading package lists... 11:04:52 Reading package lists... 11:04:52 Building dependency tree... 11:04:52 Reading state information... 11:04:52 Calculating upgrade... 11:04:52 The following packages will be upgraded: 11:04:52 advancecomp base-files bash binutils binutils-common 11:04:52 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 11:04:52 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 11:04:52 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 11:04:52 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 11:04:52 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 11:04:52 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 11:04:52 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 11:04:52 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 11:04:52 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 11:04:52 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 11:04:52 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 11:04:52 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 11:04:52 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 11:04:52 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 11:04:52 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 11:04:52 Need to get 63.8 MB of archives. 11:04:52 After this operation, 5188 kB of additional disk space will be used. 11:04:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 11:04:52 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 11:04:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 11:04:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 11:04:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 11:04:52 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 11:04:52 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 11:04:52 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 11:04:52 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 11:04:52 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 11:04:52 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 11:04:53 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 11:04:53 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 11:04:53 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 11:04:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 11:04:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 11:04:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 11:04:53 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 11:04:53 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 11:04:53 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 11:04:53 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 11:04:53 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 11:04:53 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 11:04:53 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 11:04:53 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 11:04:53 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 11:04:53 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 11:04:53 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 11:04:53 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 11:04:53 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 11:04:53 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 11:04:53 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 11:04:53 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 11:04:53 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 11:04:53 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 11:04:53 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 11:04:53 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 11:04:53 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 11:04:53 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 11:04:53 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 11:04:53 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 11:04:53 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 11:04:53 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 11:04:53 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 11:04:53 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 11:04:53 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 11:04:53 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 11:04:53 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 11:04:53 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 11:04:53 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 11:04:53 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 11:04:53 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 11:04:53 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 11:04:53 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 11:04:53 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 11:04:53 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 11:04:53 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 11:04:53 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 11:04:53 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 11:04:53 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 11:04:53 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 11:04:53 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 11:04:53 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 11:04:53 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 11:04:53 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 11:04:53 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 11:04:53 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 11:04:54 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 11:04:54 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 11:04:54 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 11:04:54 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 11:04:54 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 11:04:54 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 11:04:54 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 11:04:54 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 11:04:54 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 11:04:54 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 11:04:54 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 11:04:54 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 11:04:54 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 11:04:54 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 11:04:54 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 11:04:54 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 11:04:54 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 11:04:54 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 11:04:54 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 11:04:54 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 11:04:54 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 11:04:54 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 11:04:54 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 11:04:54 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 11:04:54 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 11:04:54 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 11:04:54 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 11:04:54 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 11:04:54 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 11:04:54 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 11:04:54 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 11:04:54 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 11:04:54 debconf: delaying package configuration, since apt-utils is not installed 11:04:54 Fetched 63.8 MB in 2s (33.7 MB/s) 11:04:54 (Reading database ... 13912 files and directories currently installed.) 11:04:54 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 11:04:54 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 11:04:55 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 11:04:55 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 11:04:55 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 11:04:56 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 11:04:56 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:04:56 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:04:56 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:04:56 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:04:56 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:04:56 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:04:57 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:04:57 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:04:57 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:04:57 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:04:57 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:04:57 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:04:57 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:04:57 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:04:57 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 11:04:57 (Reading database ... 13911 files and directories currently installed.) 11:04:57 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 11:04:57 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 11:04:57 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 11:04:57 (Reading database ... 13911 files and directories currently installed.) 11:04:57 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:04:58 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:04:58 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:04:58 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:04:58 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 11:04:58 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 11:04:58 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 11:04:58 (Reading database ... 13911 files and directories currently installed.) 11:04:58 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 11:04:58 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 11:04:59 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 11:04:59 (Reading database ... 13911 files and directories currently installed.) 11:04:59 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 11:04:59 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 11:04:59 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 11:04:59 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 11:04:59 Setting up base-files (10.1ubuntu2.10) ... 11:04:59 Installing new version of config file /etc/issue ... 11:04:59 Installing new version of config file /etc/issue.net ... 11:04:59 Installing new version of config file /etc/lsb-release ... 11:04:59 Installing new version of config file /etc/update-motd.d/50-motd-news ... 11:05:00 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 11:05:00 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 11:05:00 Removing obsolete conffile /etc/default/motd-news ... 11:05:00 (Reading database ... 13912 files and directories currently installed.) 11:05:00 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 11:05:00 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 11:05:00 Setting up bash (4.4.18-2ubuntu1.2) ... 11:05:00 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 11:05:00 (Reading database ... 13912 files and directories currently installed.) 11:05:00 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 11:05:00 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 11:05:00 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 11:05:00 (Reading database ... 13912 files and directories currently installed.) 11:05:00 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 11:05:00 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 11:05:00 Setting up tar (1.29b-2ubuntu0.2) ... 11:05:01 (Reading database ... 13912 files and directories currently installed.) 11:05:01 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 11:05:01 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 11:05:01 Setting up dpkg (1.19.0.5ubuntu2.3) ... 11:05:01 (Reading database ... 13912 files and directories currently installed.) 11:05:01 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 11:05:01 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 11:05:01 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 11:05:01 (Reading database ... 13912 files and directories currently installed.) 11:05:01 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 11:05:01 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 11:05:01 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 11:05:01 (Reading database ... 13912 files and directories currently installed.) 11:05:01 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 11:05:02 Unpacking grep (3.1-2build1) over (3.1-2) ... 11:05:02 Setting up grep (3.1-2build1) ... 11:05:02 (Reading database ... 13912 files and directories currently installed.) 11:05:02 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 11:05:02 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 11:05:02 Setting up login (1:4.5-1ubuntu2) ... 11:05:02 (Reading database ... 13912 files and directories currently installed.) 11:05:02 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 11:05:02 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:05:02 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 11:05:02 (Reading database ... 13912 files and directories currently installed.) 11:05:02 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 11:05:02 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 11:05:03 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 11:05:03 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 11:05:03 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 11:05:03 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 11:05:04 Setting up perl-base (5.26.1-6ubuntu0.5) ... 11:05:04 (Reading database ... 13912 files and directories currently installed.) 11:05:04 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 11:05:04 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 11:05:05 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 11:05:05 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 11:05:05 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 11:05:05 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 11:05:05 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 11:05:05 (Reading database ... 13912 files and directories currently installed.) 11:05:05 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 11:05:05 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 11:05:05 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 11:05:05 (Reading database ... 13912 files and directories currently installed.) 11:05:05 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:05:06 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:05:06 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:05:06 (Reading database ... 13912 files and directories currently installed.) 11:05:06 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:05:06 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:05:06 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:05:06 (Reading database ... 13912 files and directories currently installed.) 11:05:06 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:05:06 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:05:06 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:05:06 (Reading database ... 13912 files and directories currently installed.) 11:05:06 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:05:06 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:05:06 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:05:07 (Reading database ... 13912 files and directories currently installed.) 11:05:07 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 11:05:07 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:05:07 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 11:05:07 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:05:07 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 11:05:07 (Reading database ... 13912 files and directories currently installed.) 11:05:07 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 11:05:07 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:05:07 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 11:05:07 (Reading database ... 13912 files and directories currently installed.) 11:05:07 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:05:07 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:05:07 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 11:05:07 (Reading database ... 13912 files and directories currently installed.) 11:05:07 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:05:07 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:05:07 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 11:05:07 (Reading database ... 13912 files and directories currently installed.) 11:05:07 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:05:08 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:05:08 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 11:05:08 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 11:05:08 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 11:05:09 (Reading database ... 13912 files and directories currently installed.) 11:05:09 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 11:05:09 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 11:05:09 Setting up libc-bin (2.27-3ubuntu1.4) ... 11:05:09 (Reading database ... 13912 files and directories currently installed.) 11:05:09 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 11:05:09 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 11:05:09 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 11:05:09 (Reading database ... 13914 files and directories currently installed.) 11:05:09 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 11:05:09 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 11:05:09 Setting up debconf (1.5.66ubuntu1) ... 11:05:09 (Reading database ... 13914 files and directories currently installed.) 11:05:09 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 11:05:09 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 11:05:10 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 11:05:10 (Reading database ... 13914 files and directories currently installed.) 11:05:10 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 11:05:10 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 11:05:10 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 11:05:10 (Reading database ... 13914 files and directories currently installed.) 11:05:10 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 11:05:10 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 11:05:10 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 11:05:10 (Reading database ... 13914 files and directories currently installed.) 11:05:10 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 11:05:10 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 11:05:11 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 11:05:11 (Reading database ... 13914 files and directories currently installed.) 11:05:11 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 11:05:11 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 11:05:11 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 11:05:11 (Reading database ... 13914 files and directories currently installed.) 11:05:11 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 11:05:11 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 11:05:11 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 11:05:11 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 11:05:11 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 11:05:11 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 11:05:11 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 11:05:11 (Reading database ... 13914 files and directories currently installed.) 11:05:11 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 11:05:11 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 11:05:12 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 11:05:12 (Reading database ... 13914 files and directories currently installed.) 11:05:12 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 11:05:12 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 11:05:12 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 11:05:12 (Reading database ... 13914 files and directories currently installed.) 11:05:12 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 11:05:12 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 11:05:12 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 11:05:12 (Reading database ... 13914 files and directories currently installed.) 11:05:12 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 11:05:12 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 11:05:12 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 11:05:12 (Reading database ... 13914 files and directories currently installed.) 11:05:12 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 11:05:12 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 11:05:13 Setting up passwd (1:4.5-1ubuntu2) ... 11:05:13 (Reading database ... 13914 files and directories currently installed.) 11:05:13 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 11:05:13 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 11:05:13 Setting up gpgv (2.2.4-1ubuntu1.3) ... 11:05:13 (Reading database ... 13914 files and directories currently installed.) 11:05:13 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 11:05:13 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 11:05:13 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 11:05:13 (Reading database ... 13914 files and directories currently installed.) 11:05:13 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 11:05:13 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 11:05:13 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 11:05:13 (Reading database ... 13914 files and directories currently installed.) 11:05:13 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 11:05:13 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 11:05:14 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 11:05:14 (Reading database ... 13914 files and directories currently installed.) 11:05:14 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 11:05:14 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 11:05:14 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 11:05:14 (Reading database ... 13914 files and directories currently installed.) 11:05:14 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 11:05:14 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 11:05:14 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 11:05:14 (Reading database ... 13914 files and directories currently installed.) 11:05:14 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 11:05:14 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 11:05:14 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 11:05:15 (Reading database ... 13915 files and directories currently installed.) 11:05:15 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 11:05:15 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 11:05:15 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 11:05:15 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 11:05:15 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 11:05:15 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 11:05:15 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 11:05:15 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 11:05:15 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 11:05:15 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 11:05:15 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 11:05:15 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 11:05:16 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 11:05:16 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 11:05:16 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 11:05:16 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 11:05:16 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 11:05:16 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 11:05:16 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 11:05:16 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 11:05:16 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 11:05:17 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 11:05:17 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 11:05:17 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 11:05:17 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 11:05:17 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 11:05:17 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 11:05:17 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 11:05:18 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 11:05:18 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 11:05:18 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 11:05:18 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 11:05:18 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 11:05:18 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 11:05:18 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 11:05:18 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 11:05:18 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:05:18 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:05:19 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:05:19 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:05:19 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:05:19 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:05:19 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:05:19 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:05:20 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:05:20 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:05:21 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:05:21 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:05:22 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:05:22 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:05:22 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:05:22 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:05:22 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 11:05:22 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 11:05:23 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 11:05:23 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 11:05:23 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 11:05:23 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 11:05:23 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 11:05:23 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 11:05:24 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 11:05:24 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 11:05:24 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 11:05:24 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 11:05:24 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 11:05:24 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 11:05:24 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 11:05:24 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 11:05:24 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 11:05:24 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 11:05:24 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 11:05:24 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 11:05:24 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 11:05:24 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 11:05:24 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 11:05:24 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 11:05:24 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 11:05:24 Setting up tzdata (2021a-0ubuntu0.18.04) ... 11:05:24 11:05:24 Current default time zone: 'Etc/UTC' 11:05:24 Local time is now: Thu Feb 4 11:05:24 UTC 2021. 11:05:24 Universal Time is now: Thu Feb 4 11:05:24 UTC 2021. 11:05:24 Run 'dpkg-reconfigure tzdata' if you wish to change it. 11:05:24 11:05:24 Setting up systemd-sysv (237-3ubuntu10.44) ... 11:05:24 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 11:05:24 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 11:05:24 Setting up mount (2.31.1-0.4ubuntu3.7) ... 11:05:24 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 11:05:24 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 11:05:24 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 11:05:24 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 11:05:24 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 11:05:24 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 11:05:24 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 11:05:25 Setting up procps (2:3.3.12-3ubuntu1.2) ... 11:05:25 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 11:05:25 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 11:05:25 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 11:05:25 Setting up patch (2.7.6-2ubuntu1.1) ... 11:05:25 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 11:05:25 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 11:05:25 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 11:05:25 Installing new version of config file /etc/ssl/openssl.cnf ... 11:05:25 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 11:05:25 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 11:05:25 Setting up ca-certificates (20210119~18.04.1) ... 11:05:27 Updating certificates in /etc/ssl/certs... 11:05:27 23 added, 27 removed; done. 11:05:27 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 11:05:27 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 11:05:27 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 11:05:28 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 11:05:28 Setting up pkgbinarymangler (138.18.04.1) ... 11:05:28 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 11:05:28 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 11:05:28 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 11:05:28 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 11:05:28 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 11:05:28 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 11:05:28 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 11:05:28 Setting up perl (5.26.1-6ubuntu0.5) ... 11:05:28 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 11:05:28 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 11:05:28 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 11:05:28 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 11:05:28 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 11:05:28 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 11:05:28 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 11:05:28 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 11:05:28 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 11:05:28 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 11:05:28 Processing triggers for systemd (237-3ubuntu10.44) ... 11:05:28 Processing triggers for mime-support (3.60ubuntu1) ... 11:05:28 Processing triggers for ca-certificates (20210119~18.04.1) ... 11:05:28 Updating certificates in /etc/ssl/certs... 11:05:29 0 added, 0 removed; done. 11:05:29 Running hooks in /etc/ca-certificates/update.d... 11:05:29 done. 11:05:29 Reading package lists... 11:05:29 Building dependency tree... 11:05:29 Reading state information... 11:05:30 The following NEW packages will be installed: 11:05:30 apt-transport-https 11:05:30 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 11:05:30 Need to get 1696 B of archives. 11:05:30 After this operation, 153 kB of additional disk space will be used. 11:05:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 11:05:30 debconf: delaying package configuration, since apt-utils is not installed 11:05:30 Fetched 1696 B in 0s (45.8 kB/s) 11:05:30 Selecting previously unselected package apt-transport-https. 11:05:30 (Reading database ... 13920 files and directories currently installed.) 11:05:30 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 11:05:30 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 11:05:30 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 11:05:30 Waiting for network to be ready... 11:05:37 2021-02-04T11:05:33Z INFO Waiting for automatic snapd restart... 11:05:37 snapd 2.48.2 from Canonical* installed 11:05:37 "snapd" switched to the "latest/stable" channel 11:05:37 11:05:40 core18 20201210 from Canonical* installed 11:05:40 "core18" switched to the "latest/stable" channel 11:05:40 11:05:41 Removing intermediate container 8d8c3be4e5c7 11:05:41 ---> f46db53a0417 11:05:41 11:05:41 Step 10/24 : FROM alpine:3.12 11:05:41 Removing intermediate container c88a8a722619 11:05:41 ---> c4c83c309e61 11:05:41 11:05:41 Step 10/21 : FROM alpine:3.12 11:05:41 3.12: Pulling from library/alpine 11:05:41 3.12: Pulling from library/alpine 11:05:41 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 11:05:41 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 11:05:41 Status: Downloaded newer image for alpine:3.12 11:05:41 Status: Downloaded newer image for alpine:3.12 11:05:41 ---> afeebe901d6b 11:05:41 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 11:05:41 ---> afeebe901d6b 11:05:41 Step 11/21 : RUN apk add --update --no-cache curl 11:05:41 ---> Running in c093ceb8660d 11:05:41 ---> Running in 4c7398aff839 11:05:43 snapcraft 4.4.4 from Canonical* installed 11:05:43 "snapcraft" switched to the "latest/stable" channel 11:05:43 11:05:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:05:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:05:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:05:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:05:45 (1/4) Installing ca-certificates (20191127-r4) 11:05:45 (2/4) Installing nghttp2-libs (1.41.0-r0) 11:05:45 (3/4) Installing libcurl (7.69.1-r3) 11:05:45 (4/4) Installing curl (7.69.1-r3) 11:05:45 Executing busybox-1.31.1-r19.trigger 11:05:45 Executing ca-certificates-20191127-r4.trigger 11:05:45 OK: 7 MiB in 18 packages 11:05:45 (1/5) Installing ca-certificates (20191127-r4) 11:05:45 (2/5) Installing nghttp2-libs (1.41.0-r0) 11:05:45 (3/5) Installing libcurl (7.69.1-r3) 11:05:45 (4/5) Installing curl (7.69.1-r3) 11:05:45 (5/5) Installing dumb-init (1.2.2-r1) 11:05:45 Executing busybox-1.31.1-r19.trigger 11:05:45 Executing ca-certificates-20191127-r4.trigger 11:05:46 OK: 7 MiB in 19 packages 11:05:47 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: 11:05:47 - README.md 11:05:47 - snapcraft.yaml.orig 11:05:47 11:05:47 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 11:05:48 Removing intermediate container 4c7398aff839 11:05:48 ---> be977e5430b6 11:05:48 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 11:05:48 ---> Running in c49ce3ec7e75 11:05:49 Removing intermediate container c093ceb8660d 11:05:49 ---> 742326ad8e59 11:05:49 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 11:05:49 ---> Running in a32a0de66a14 11:05:49 Removing intermediate container c49ce3ec7e75 11:05:49 ---> 6a98a9394530 11:05:49 Step 13/21 : WORKDIR /edgex 11:05:50 ---> Running in eeadc13ac104 11:05:50 Removing intermediate container a32a0de66a14 11:05:50 ---> f296443b5770 11:05:50 Step 13/24 : WORKDIR / 11:05:50 ---> Running in ca9f0e8ccd37 11:05:50 Removing intermediate container eeadc13ac104 11:05:50 ---> 033ba8b03ff3 11:05:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 11:05:51 Removing intermediate container ca9f0e8ccd37 11:05:51 ---> 1cbeb4b69d6a 11:05:51 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 11:05:52 ---> d2f510f9c585 11:05:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 11:05:53 ---> 4d2c3828ac0e 11:05:53 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 11:05:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 11:05:53 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 11:05:53 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 11:05:53 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 11:05:54 Reading package lists... 11:05:55 ---> cbdc4bfce997 11:05:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 11:05:55 ---> 8ed1bcbe4297 11:05:55 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 11:05:55 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 11:05:56 ---> aa96e4744c8c 11:05:56 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 11:05:56 ---> 7d09c4c1074a 11:05:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 11:05:56 ---> Running in a31174cf0f9f 11:05:58 Removing intermediate container a31174cf0f9f 11:05:58 ---> 6f07bfa71547 11:05:58 Step 18/21 : CMD ["--init=true"] 11:05:59 ---> a04cf278a192 11:05:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 11:05:59 ---> Running in 9691b64382b8 11:06:00 Removing intermediate container 4ae3bf36674e 11:06:00 ---> ec1c90e79a76 11:06:00 11:06:00 Step 10/23 : FROM alpine:3.12 11:06:00 ---> afeebe901d6b 11:06:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 11:06:00 Removing intermediate container 9691b64382b8 11:06:00 ---> 075bb1652b6b 11:06:00 Step 19/21 : LABEL arch=arm64 11:06:00 Removing intermediate container f93b005f9f9a 11:06:00 ---> 26ca9fedb4b4 11:06:00 11:06:00 Step 10/22 : FROM alpine:3.12 11:06:00 ---> afeebe901d6b 11:06:00 Step 11/22 : RUN apk add --update --no-cache dumb-init 11:06:00 ---> Running in 0a356b52734d 11:06:01 ---> e5165d7e6dd1 11:06:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 11:06:01 ---> Running in 3fe4d4e295fe 11:06:01 ---> Running in 51a6394168f5 11:06:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 11:06:01 Reading package lists... 11:06:01 Building dependency tree... 11:06:01 Reading state information... 11:06:01 Suggested packages: 11:06:01 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 11:06:01 git-gui gitk gitweb git-cvs git-mediawiki git-svn 11:06:01 Recommended packages: 11:06:01 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 11:06:01 The following NEW packages will be installed: 11:06:01 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 11:06:01 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 11:06:01 pkg-config zip 11:06:01 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 11:06:01 Need to get 7655 kB of archives. 11:06:01 After this operation, 43.7 MB of additional disk space will be used. 11:06:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 11:06:01 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 11:06:01 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 11:06:01 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 11:06:01 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 11:06:01 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 11:06:01 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 11:06:01 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 11:06:01 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 11:06:01 Removing intermediate container 3fe4d4e295fe 11:06:01 ---> 36c5071af12f 11:06:01 Step 20/21 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 11:06:02 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 11:06:02 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 11:06:02 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 11:06:02 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 11:06:02 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 11:06:02 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 11:06:02 debconf: delaying package configuration, since apt-utils is not installed 11:06:02 Fetched 7655 kB in 1s (8569 kB/s) 11:06:02 Selecting previously unselected package libglib2.0-0:amd64. 11:06:02 (Reading database ... 13924 files and directories currently installed.) 11:06:02 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 11:06:02 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 11:06:02 ---> Running in 0b3aface210d 11:06:02 ---> ba8ff48b3ce8 11:06:02 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/ 11:06:02 Selecting previously unselected package libpsl5:amd64. 11:06:02 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 11:06:02 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 11:06:02 Selecting previously unselected package libnghttp2-14:amd64. 11:06:02 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 11:06:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:06:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:06:02 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 11:06:02 Selecting previously unselected package librtmp1:amd64. 11:06:02 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 11:06:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:06:03 ---> Running in ba98e8ca59f8 11:06:03 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 11:06:03 Selecting previously unselected package libcurl3-gnutls:amd64. 11:06:03 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 11:06:03 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 11:06:03 Selecting previously unselected package liberror-perl. 11:06:03 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 11:06:03 Unpacking liberror-perl (0.17025-1) ... 11:06:03 Selecting previously unselected package git-man. 11:06:03 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 11:06:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:06:03 Removing intermediate container 0b3aface210d 11:06:03 ---> 14db46e6cbd0 11:06:03 Step 21/21 : LABEL version=0.0.0 11:06:03 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 11:06:03 Selecting previously unselected package git. 11:06:03 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 11:06:03 Unpacking git (1:2.17.1-1ubuntu0.7) ... 11:06:03 (1/1) Installing dumb-init (1.2.2-r1) 11:06:03 Executing busybox-1.31.1-r19.trigger 11:06:03 OK: 5 MiB in 15 packages 11:06:03 ---> Running in 8f3fdfcc1242 11:06:04 (1/1) Installing dumb-init (1.2.2-r1) 11:06:04 Executing busybox-1.31.1-r19.trigger 11:06:04 OK: 5 MiB in 15 packages 11:06:04 Selecting previously unselected package libnorm1:amd64. 11:06:04 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 11:06:04 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 11:06:04 Selecting previously unselected package libpgm-5.2-0:amd64. 11:06:04 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 11:06:04 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 11:06:04 Selecting previously unselected package libsodium23:amd64. 11:06:04 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 11:06:04 Unpacking libsodium23:amd64 (1.0.16-2) ... 11:06:04 Selecting previously unselected package libzmq5:amd64. 11:06:04 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 11:06:04 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 11:06:04 Removing intermediate container 8f3fdfcc1242 11:06:04 ---> 6a7128e23535 11:06:04 11:06:04 Selecting previously unselected package libzmq3-dev:amd64. 11:06:04 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 11:06:04 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 11:06:04 Selecting previously unselected package pkg-config. 11:06:04 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 11:06:04 Unpacking pkg-config (0.29.1-0ubuntu2) ... 11:06:04 Selecting previously unselected package zip. 11:06:04 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 11:06:05 Unpacking zip (3.0-11build1) ... 11:06:05 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 11:06:05 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 11:06:05 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 11:06:05 Setting up liberror-perl (0.17025-1) ... 11:06:05 Setting up libpsl5:amd64 (0.19.1-5build1) ... 11:06:05 Removing intermediate container 2df2ffda52a4 11:06:05 ---> f1d702273c47 11:06:05 11:06:05 Step 10/23 : FROM alpine:3.12 11:06:05 ---> afeebe901d6b 11:06:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 11:06:05 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 11:06:05 No schema files found: doing nothing. 11:06:05 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 11:06:05 Setting up zip (3.0-11build1) ... 11:06:05 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 11:06:05 Setting up libsodium23:amd64 (1.0.16-2) ... 11:06:05 Setting up pkg-config (0.29.1-0ubuntu2) ... 11:06:05 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 11:06:05 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 11:06:05 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 11:06:05 Successfully built 6a7128e23535 11:06:05 ---> Running in ffd1cb18dca7 11:06:05 Successfully tagged docker-security-proxy-setup-go-arm64:latest 11:06:05  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 11:06:05 Removing intermediate container 0a356b52734d 11:06:05 ---> c2727e2f1bd6 11:06:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 11:06:05 Setting up git (1:2.17.1-1ubuntu0.7) ... 11:06:05 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 11:06:06 ---> Running in 2c1725452062 11:06:06 Removing intermediate container 51a6394168f5 11:06:06 ---> e5e0d6037ff7 11:06:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 11:06:06 ---> Running in df6355259db3 11:06:06 Removing intermediate container 2c1725452062 11:06:06 ---> 82c983b406af 11:06:06 Step 13/23 : ENV APP_PORT=48082 11:06:07 Removing intermediate container ba98e8ca59f8 11:06:07 ---> 4a4526d5364b 11:06:07 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 11:06:07 ---> Running in ebb2d9a2b01a 11:06:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:06:07 Removing intermediate container df6355259db3 11:06:07 ---> 8746c92d99b3 11:06:07 Step 13/22 : ENV APP_PORT=48085 11:06:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:06:08 ---> Running in e1d56e473e15 11:06:08 (1/1) Installing dumb-init (1.2.2-r1) 11:06:08 Executing busybox-1.31.1-r19.trigger 11:06:08 OK: 5 MiB in 15 packages 11:06:08 Removing intermediate container ebb2d9a2b01a 11:06:08 ---> ac6dd7e50a46 11:06:08 Step 14/23 : EXPOSE $APP_PORT 11:06:09 ---> Running in 117686cefc24 11:06:09 ---> Running in 120e5c951c1e 11:06:09 Removing intermediate container e1d56e473e15 11:06:09 ---> c8dd11843401 11:06:09 Step 22/24 : LABEL arch=arm64 11:06:09 Removing intermediate container 117686cefc24 11:06:09 ---> 46e02bf61c02 11:06:09 Step 14/22 : EXPOSE $APP_PORT 11:06:09 ---> Running in 2e94b3e914ab 11:06:10 ---> Running in e3c986f751ab 11:06:10 Removing intermediate container 120e5c951c1e 11:06:10 ---> 24ceebeb09b1 11:06:10 Step 15/23 : WORKDIR / 11:06:11 Removing intermediate container ffd1cb18dca7 11:06:11 ---> 818adc1e1c63 11:06:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 11:06:11 ---> Running in cd9074578ec3 11:06:11 Removing intermediate container 2e94b3e914ab 11:06:11 ---> 419cb96b65bb 11:06:11 Step 23/24 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 11:06:11 Removing intermediate container e3c986f751ab 11:06:11 ---> 0813843ebb0a 11:06:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 11:06:11 ---> Running in 8e8e87121836 11:06:11 ---> Running in b553b479dd02 11:06:12 Removing intermediate container cd9074578ec3 11:06:12 ---> e5d3917c8a3f 11:06:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 11:06:12 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 11:06:12 git set to automatically installed. 11:06:12 git-man set to automatically installed. 11:06:12 libcurl3-gnutls set to automatically installed. 11:06:12 liberror-perl set to automatically installed. 11:06:12 libglib2.0-0 set to automatically installed. 11:06:12 libnghttp2-14 set to automatically installed. 11:06:12 libnorm1 set to automatically installed. 11:06:12 libpgm-5.2-0 set to automatically installed. 11:06:12 libpsl5 set to automatically installed. 11:06:12 librtmp1 set to automatically installed. 11:06:12 libsodium23 set to automatically installed. 11:06:12 libzmq3-dev set to automatically installed. 11:06:12 libzmq5 set to automatically installed. 11:06:12 pkg-config set to automatically installed. 11:06:12 zip set to automatically installed. 11:06:12 Removing intermediate container 8e8e87121836 11:06:12 ---> a4eb068c69ad 11:06:12 Step 24/24 : LABEL version=0.0.0 11:06:12 ---> 318a09c4694f 11:06:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 11:06:12 Removing intermediate container b553b479dd02 11:06:12 ---> 80c16771b8de 11:06:12 Step 13/23 : ENV APP_PORT=48081 11:06:12 ---> Running in be2b43b82b9c 11:06:13 ---> Running in cbed7ea42af5 11:06:13 ---> 776e8e94e81e 11:06:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 11:06:13 Removing intermediate container be2b43b82b9c 11:06:13 ---> 01b086ed12d9 11:06:13 11:06:13 Removing intermediate container cbed7ea42af5 11:06:13 ---> ee11ae9719ab 11:06:13 Step 14/23 : EXPOSE $APP_PORT 11:06:14 snapd is not logged in, snap install commands will use sudo 11:06:14 Successfully built 01b086ed12d9 11:06:14 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 11:06:14 Building docker-support-notifications-go 11:06:14 ---> Running in 684b3bb51fc9 11:06:14  Building docker-security-secretstore-setup-go ... done  ---> 9aeaf8dd7063 11:06:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 11:06:15 ---> 316645b56688 11:06:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 11:06:15 Removing intermediate container 684b3bb51fc9 11:06:15 ---> 5020a5fa3c04 11:06:15 Step 15/23 : WORKDIR / 11:06:15 ---> Running in fc741077d9db 11:06:16 Removing intermediate container fc741077d9db 11:06:16 ---> 8ce509d2492a 11:06:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 11:06:16 ---> 660bf464f478 11:06:16 Step 19/23 : ENTRYPOINT ["/core-command"] 11:06:16 ---> c5bb11bdbe90 11:06:16 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 11:06:16 ---> Running in 04164b2bcc33 11:06:17 ---> Running in 059546b54a24 11:06:17 ---> a270337a5fd3 11:06:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 11:06:18 Removing intermediate container 04164b2bcc33 11:06:18 ---> 9a208cbcc52e 11:06:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:06:18 Removing intermediate container 059546b54a24 11:06:18 ---> 797d3ebfdfd6 11:06:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:06:19 ---> Running in 324e3ed071f1 11:06:19 ---> Running in acd6467b2bfa 11:06:20 ---> 50a51221b545 11:06:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 11:06:20 Removing intermediate container acd6467b2bfa 11:06:20 ---> 153b58e92cbc 11:06:20 Step 20/22 : LABEL arch=arm64 11:06:20 Removing intermediate container 324e3ed071f1 11:06:20 ---> 8b6bd70f1985 11:06:20 Step 21/23 : LABEL arch=arm64 11:06:20 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 11:06:20 snap "core18" has no updates available 11:06:21 ---> Running in b1d360111782 11:06:21 ---> Running in ed71fa7abcf0 11:06:21 ---> 6a02f2de9647 11:06:21 Step 19/23 : ENTRYPOINT ["/core-metadata"] 11:06:21 Pulling config-common 11:06:22 ---> Running in 3ba26ffaed03 11:06:22 Removing intermediate container b1d360111782 11:06:22 ---> 2c8dcdea2a99 11:06:22 Step 22/23 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 11:06:22 Pulling go-build-helper 11:06:22 Removing intermediate container ed71fa7abcf0 11:06:22 ---> 6486c1a24405 11:06:22 Step 21/22 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 11:06:22 ---> Running in 3860dafef52a 11:06:22 Removing intermediate container 3ba26ffaed03 11:06:22 ---> 3dbe44c2e684 11:06:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:06:23 ---> Running in f42c85dafedf 11:06:23 ---> Running in 0457e2c7f254 11:06:23 Removing intermediate container 3860dafef52a 11:06:23 ---> 081fb0c16c4d 11:06:23 Step 23/23 : LABEL version=0.0.0 11:06:24 Removing intermediate container f42c85dafedf 11:06:24 ---> fe8d769ce14d 11:06:24 Step 22/22 : LABEL version=0.0.0 11:06:24 Removing intermediate container 0457e2c7f254 11:06:24 ---> 3d973b157605 11:06:24 Step 21/23 : LABEL arch=arm64 11:06:24 ---> Running in 327ffec4d5a7 11:06:24 ---> Running in 2cd8596c8c5a 11:06:24 ---> Running in ea13f44a6bf2 11:06:25 Removing intermediate container 327ffec4d5a7 11:06:25 ---> e9cdf7d9faa5 11:06:25 11:06:25 Removing intermediate container 2cd8596c8c5a 11:06:25 ---> 3203a367d692 11:06:25 Step 22/23 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 11:06:25 Successfully built e9cdf7d9faa5 11:06:25 Removing intermediate container ea13f44a6bf2 11:06:25 ---> 96c7167fd3c9 11:06:25 11:06:25 Successfully tagged docker-core-command-go-arm64:latest 11:06:25  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 11:06:26 ---> Running in 894c56cb6a5c 11:06:26 Successfully built 96c7167fd3c9 11:06:26 Successfully tagged docker-support-scheduler-go-arm64:latest 11:06:26 Building docker-security-bootstrapper-go 11:06:26  Building docker-support-scheduler-go ... done Removing intermediate container 894c56cb6a5c 11:06:26 ---> 03984437e4fd 11:06:26 Step 23/23 : LABEL version=0.0.0 11:06:26 ---> Running in c45d909285c0 11:06:27 Removing intermediate container c45d909285c0 11:06:27 ---> 43de943d2df6 11:06:27 11:06:27 Successfully built 43de943d2df6 11:06:27 Successfully tagged docker-core-metadata-go-arm64:latest 11:06:32  Building docker-core-metadata-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:06:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 11:06:32 ---> d984e84ce4b0 11:06:32 Step 3/23 : WORKDIR /edgex-go 11:06:32 ---> Using cache 11:06:32 ---> 27d3a06d6555 11:06:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:06:32 ---> Using cache 11:06:32 ---> 370c5c909857 11:06:32 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 11:06:36 ---> Running in 2371d9ca676f 11:06:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:06:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:06:38 OK: 217 MiB in 51 packages 11:06:41 Removing intermediate container 2371d9ca676f 11:06:41 ---> 52dfaa87d16c 11:06:41 Step 6/23 : COPY go.mod . 11:06:43 ---> cb05a2ad5952 11:06:43 Step 7/23 : RUN go mod download 11:06:43 ---> Running in 922327505bae 11:06:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 11:06:45 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 11:06:45 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 11:06:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 11:06:45 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 11:06:45 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 11:06:45 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 11:06:45 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 11:06:45 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 11:06:45 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 11:06:45 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 11:06:45 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 11:06:45 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 11:06:45 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 11:06:45 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 11:06:45 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 11:06:45 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 11:06:45 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 11:06:45 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 11:06:45 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 11:06:45 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 11:06:45 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 11:06:45 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 11:06:45 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 11:06:45 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 11:06:45 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 11:06:45 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 11:06:45 Fetched 23.9 MB in 0s (0 B/s) 11:06:45 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 11:06:45 Fetched 96.5 kB in 0s (0 B/s) 11:06:45 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 11:06:45 Fetched 279 kB in 0s (0 B/s) 11:06:45 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 11:06:45 Fetched 122 kB in 0s (0 B/s) 11:06:45 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 11:06:45 Fetched 77.8 kB in 0s (0 B/s) 11:06:45 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 11:06:45 Fetched 8848 B in 0s (0 B/s) 11:06:45 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 11:06:45 Fetched 47.8 kB in 0s (0 B/s) 11:06:45 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 11:06:45 Fetched 45.6 kB in 0s (0 B/s) 11:06:45 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 11:06:45 Fetched 15.0 kB in 0s (0 B/s) 11:06:45 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 11:06:45 Fetched 214 kB in 0s (0 B/s) 11:06:45 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 11:06:45 Fetched 155 kB in 0s (0 B/s) 11:06:45 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 11:06:45 Fetched 50.6 kB in 0s (0 B/s) 11:06:45 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 11:06:45 Fetched 14.8 kB in 0s (0 B/s) 11:06:45 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 11:06:45 Fetched 41.8 kB in 0s (0 B/s) 11:06:45 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 11:06:45 Fetched 499 kB in 0s (0 B/s) 11:06:45 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 11:06:45 Fetched 111 kB in 0s (0 B/s) 11:06:45 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 11:06:45 Fetched 240 kB in 0s (0 B/s) 11:06:45 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 11:06:45 Fetched 29.3 kB in 0s (0 B/s) 11:06:45 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 11:06:45 Fetched 85.5 kB in 0s (0 B/s) 11:06:45 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 11:06:45 Fetched 24.5 kB in 0s (0 B/s) 11:06:45 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 11:06:45 Fetched 49.2 kB in 0s (0 B/s) 11:06:45 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 11:06:45 Fetched 54.2 kB in 0s (0 B/s) 11:06:45 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 11:06:45 Fetched 30.8 kB in 0s (0 B/s) 11:06:45 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 11:06:45 Fetched 17.0 kB in 0s (0 B/s) 11:06:45 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 11:06:45 Fetched 85.9 kB in 0s (0 B/s) 11:06:45 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 11:06:45 Fetched 8720 B in 0s (0 B/s) 11:06:45 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 11:06:45 Fetched 137 kB in 0s (0 B/s) 11:06:45 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 11:06:45 Fetched 119 kB in 0s (0 B/s) 11:06:45 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 11:06:45 Fetched 109 kB in 0s (0 B/s) 11:06:45 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 11:06:45 Fetched 11.1 kB in 0s (0 B/s) 11:06:45 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 11:06:45 Fetched 645 kB in 0s (0 B/s) 11:06:45 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 11:06:45 Fetched 41.3 kB in 0s (0 B/s) 11:06:45 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 11:06:45 Fetched 17.9 kB in 0s (0 B/s) 11:06:45 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 11:06:45 Fetched 368 kB in 0s (0 B/s) 11:06:45 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 11:06:45 Fetched 187 kB in 0s (0 B/s) 11:06:45 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 11:06:45 Fetched 175 kB in 0s (0 B/s) 11:06:45 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 11:06:46 Removing intermediate container 922327505bae 11:06:46 ---> e91fa5b10bbf 11:06:46 Step 8/23 : COPY . . 11:06:49 Fetched 206 kB in 0s (0 B/s) 11:06:49 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 11:06:49 Fetched 1301 kB in 0s (0 B/s) 11:06:49 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 11:06:49 Fetched 36.2 kB in 0s (0 B/s) 11:06:49 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 11:06:49 Fetched 159 kB in 0s (0 B/s) 11:06:49 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 11:06:49 Fetched 107 kB in 0s (0 B/s) 11:06:49 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 11:06:49 Fetched 48.7 kB in 0s (0 B/s) 11:06:49 Pulling static-packages 11:06:50 'go115' has dependencies that need to be staged: go-build-helper static-packages 11:06:50 Skipping pull go-build-helper (already ran) 11:06:50 Skipping pull static-packages (already ran) 11:06:50 Building go-build-helper 11:06:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:06:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 11:06:53 ---> d984e84ce4b0 11:06:53 Step 3/22 : WORKDIR /edgex-go 11:06:53 ---> Using cache 11:06:53 ---> 27d3a06d6555 11:06:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:06:53 ---> Using cache 11:06:53 ---> 370c5c909857 11:06:53 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 11:06:53 Building static-packages 11:06:55 Staging go-build-helper 11:06:56 Staging static-packages 11:06:57 Pulling go115 11:06:58 'edgex-go' has dependencies that need to be staged: go115 11:06:58 Skipping pull go115 (already ran) 11:06:58 Building go115 11:06:58 % Total % Received % Xferd Average Speed Time Time Time Current 11:06:58 Dload Upload Total Spent Left Speed 11:07:00 ---> Running in 1d9c26692ce8 11:07:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 54408 0 0 496k 0 0:03:58 --:--:-- 0:03:58 491k 35 115M 35 41.0M 0 0 37.1M 0 0:00:03 0:00:01 0:00:02 37.0M 78 115M 78 90.2M 0 0 42.8M 0 0:00:02 0:00:02 --:--:-- 42.7M 100 115M 100 115M 0 0 43.2M 0 0:00:02 0:00:02 --:--:-- 43.2M 11:07:01 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:07:01 Step 2/31 : FROM ${BUILDER_BASE} AS builder 11:07:01 ---> d984e84ce4b0 11:07:01 Step 3/31 : WORKDIR /edgex-go 11:07:01 ---> Using cache 11:07:01 ---> 27d3a06d6555 11:07:01 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:07:01 ---> Using cache 11:07:01 ---> 370c5c909857 11:07:01 Step 5/31 : RUN apk add --update --no-cache make git 11:07:01 ---> Using cache 11:07:01 ---> a59cab6d93b2 11:07:01 Step 6/31 : COPY go.mod . 11:07:01 ---> Using cache 11:07:01 ---> 8f3e84e1575c 11:07:01 Step 7/31 : RUN go mod download 11:07:01 ---> Using cache 11:07:01 ---> 27a14bc4b4b4 11:07:01 Step 8/31 : COPY . . 11:07:01 ---> Using cache 11:07:01 ---> 848069af78c1 11:07:01 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 11:07:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:07:01 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 11:07:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 11:07:01 ---> d984e84ce4b0 11:07:01 Step 3/26 : WORKDIR /edgex-go 11:07:01 ---> Using cache 11:07:01 ---> 27d3a06d6555 11:07:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:07:01 ---> Using cache 11:07:01 ---> 370c5c909857 11:07:01 Step 5/26 : RUN apk add --update --no-cache make bash git 11:07:01 go1.15.2.linux-amd64.tar.gz: OK 11:07:01 ---> Running in dbfed92d96d4 11:07:01 ---> Running in 7fb287787c35 11:07:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:07:02 ---> 208dc932e256 11:07:02 Step 9/23 : RUN make cmd/core-data/core-data 11:07:02 ---> Running in b03a0f4a93e4 11:07:02 OK: 217 MiB in 51 packages 11:07:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:07:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 11:07:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 11:07:04 Removing intermediate container 1d9c26692ce8 11:07:04 ---> 15444f3bc4ac 11:07:04 Step 6/22 : COPY go.mod . 11:07:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:07:04 ---> 11100841b7f5 11:07:04 Step 7/22 : RUN go mod download 11:07:04 OK: 217 MiB in 51 packages 11:07:05 ---> Running in a3d02b0a9ab5 11:07:05 Staging go115 11:07:07 Removing intermediate container dbfed92d96d4 11:07:07 ---> 597f570aed93 11:07:07 Step 6/26 : COPY go.mod . 11:07:08 ---> d26ad4457bb4 11:07:08 Step 7/26 : RUN go mod download 11:07:08 ---> Running in cb1cb90cc695 11:07:09 Removing intermediate container a3d02b0a9ab5 11:07:09 ---> c8aa29062aa9 11:07:09 Step 8/22 : COPY . . 11:07:11 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 11:07:11 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 11:07:11 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 11:07:11 Fetched 0 B in 0s (0 B/s) 11:07:11 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 11:07:11 Fetched 224 kB in 0s (0 B/s) 11:07:11 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 11:07:11 Fetched 157 kB in 0s (0 B/s) 11:07:11 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 11:07:11 Fetched 221 kB in 0s (0 B/s) 11:07:11 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 11:07:11 Fetched 143 kB in 0s (0 B/s) 11:07:11 Pulling edgex-go 11:07:11 Pulling version 11:07:12 Building config-common 11:07:14 Removing intermediate container cb1cb90cc695 11:07:14 ---> b3ee1e0ffba5 11:07:14 Step 8/26 : COPY . . 11:07:14 Skipping build go-build-helper (already ran) 11:07:14 Skipping build static-packages (already ran) 11:07:14 Skipping build go115 (already ran) 11:07:14 Building edgex-go 11:07:14 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 11:07:16 go: downloading github.com/gorilla/mux v1.8.0 11:07:16 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.20 11:07:16 go: downloading github.com/google/uuid v1.2.0 11:07:16 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 11:07:16 go: downloading github.com/OneOfOne/xxhash v1.2.8 11:07:16 go: downloading github.com/pelletier/go-toml v1.2.0 11:07:16 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 11:07:16 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 11:07:16 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 11:07:16 go: downloading github.com/BurntSushi/toml v0.3.1 11:07:16 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.2 11:07:16 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 11:07:16 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 11:07:16 go: downloading github.com/go-kit/kit v0.8.0 11:07:16 go: downloading github.com/go-playground/validator/v10 v10.3.0 11:07:16 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 11:07:16 go: downloading github.com/imdario/mergo v0.3.11 11:07:16 go: downloading github.com/hashicorp/consul/api v1.1.0 11:07:16 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 11:07:16 go: downloading github.com/pkg/errors v0.8.1 11:07:16 go: downloading github.com/pebbe/zmq4 v1.2.2 11:07:16 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 11:07:16 go: downloading gopkg.in/yaml.v2 v2.4.0 11:07:16 go: downloading github.com/go-redis/redis/v7 v7.2.0 11:07:16 go: downloading github.com/go-playground/universal-translator v0.17.0 11:07:16 go: downloading github.com/leodido/go-urn v1.2.0 11:07:16 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 11:07:16 go: downloading github.com/mitchellh/copystructure v1.0.0 11:07:16 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 11:07:16 go: downloading github.com/mitchellh/mapstructure v1.1.2 11:07:16 go: downloading github.com/hashicorp/serf v0.8.2 11:07:16 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 11:07:16 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 11:07:16 go: downloading github.com/go-playground/locales v0.13.0 11:07:16 go: downloading github.com/go-logfmt/logfmt v0.4.0 11:07:16 go: downloading github.com/x448/float16 v0.8.4 11:07:16 go: downloading github.com/mitchellh/reflectwalk v1.0.0 11:07:16 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 11:07:16 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 11:07:16 go: downloading github.com/hashicorp/golang-lru v0.5.0 11:07:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 11:07:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 11:07:27 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 11:07:28 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 11:07:29 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 11:07:29 go: downloading github.com/stretchr/testify v1.7.0 11:07:29 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 11:07:29 go: downloading github.com/davecgh/go-spew v1.1.1 11:07:29 go: downloading github.com/pmezard/go-difflib v1.0.0 11:07:30 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 11:07:30 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 11:07:30 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 11:07:32 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 11:07:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 11:07:32 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 11:07:34 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 11:07:34 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 11:07:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 11:07:35 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 11:07:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 11:07:36 go: downloading github.com/lib/pq v1.9.0 11:07:39 Building version 11:07:41 ---> d174b71f5911 11:07:41 Step 9/22 : RUN make cmd/support-notifications/support-notifications 11:07:41 ---> Running in 12e3e1e7835f 11:07:41 ---> 462a0c6416b8 11:07:41 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 11:07:41 ---> Running in fc205ef83e3b 11:07:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 11:07: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 11:07:41 Staging config-common 11:07:42 Skipping stage go-build-helper (already ran) 11:07:42 Skipping stage static-packages (already ran) 11:07:42 Skipping stage go115 (already ran) 11:07:42 Staging edgex-go 11:07:43 Staging version 11:07:43 Priming config-common 11:07:44 Priming go-build-helper 11:07:45 Priming static-packages 11:07:48 Priming go115 11:07:48 Priming edgex-go 11:07:50 Priming version 11:07:51 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] } 11:08:07 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 11:08:34 Removing intermediate container 7fb287787c35 11:08:34 ---> 302c038cf057 11:08:34 11:08:34 Step 10/31 : FROM alpine:3.12 11:08:34 ---> afeebe901d6b 11:08:34 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 11:08:34 ---> Running in 9c6241d614fb 11:08:34 Removing intermediate container 9c6241d614fb 11:08:34 ---> f9e085253fd0 11:08:34 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 11:08:34 ---> Running in 5ca43f25d0c3 11:08:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:08:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:08:35 (1/2) Installing dumb-init (1.2.2-r1) 11:08:35 (2/2) Installing su-exec (0.2-r1) 11:08:35 Executing busybox-1.31.1-r19.trigger 11:08:35 OK: 5 MiB in 16 packages 11:08:37 Removing intermediate container 5ca43f25d0c3 11:08:37 ---> cd55e97cccbe 11:08:37 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 11:08:37 ---> Running in 50622958c524 11:08:37 Removing intermediate container 50622958c524 11:08:37 ---> 1819ee901ba4 11:08:37 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 11:08:37 ---> Running in 0526bb1ecaeb 11:08:38 Removing intermediate container 0526bb1ecaeb 11:08:38 ---> 6ddfa12ce876 11:08:38 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 11:08:38 ---> Running in d9defff747c4 11:08:42 Removing intermediate container d9defff747c4 11:08:42 ---> ca6ae9f80b0c 11:08:42 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 11:08:42 ---> Running in 72d03d2fbc8a 11:08:43 Removing intermediate container 72d03d2fbc8a 11:08:43 ---> 32be4971e8d7 11:08:43 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 11:08:44 ---> 621d3c0425d8 11:08:44 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 11:08:44 ---> Running in 3197464f3332 11:08:48 Removing intermediate container 3197464f3332 11:08:48 ---> ea1367c3bb90 11:08:48 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 11:08:49 ---> b47c322674b5 11:08:49 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 11:08:52 ---> dac2cb414b0b 11:08:52 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 11:08:53 Removing intermediate container b03a0f4a93e4 11:08:53 ---> ae93d8482c0f 11:08:53 11:08:53 Step 10/23 : FROM alpine:3.12 11:08:53 ---> afeebe901d6b 11:08:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 11:08:54 ---> 9c760c2a5c10 11:08:54 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 11:08:54 ---> Running in 68a004eba40b 11:08:55 Removing intermediate container 68a004eba40b 11:08:55 ---> 02971bc7bd4a 11:08:55 Step 12/23 : ENV APP_PORT=48080 11:08:55 ---> Running in 0af101dd9e06 11:08:56 ---> 61042e26d4af 11:08:56 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 11:08:56 Removing intermediate container 0af101dd9e06 11:08:56 ---> 743e3e8930ac 11:08:56 Step 13/23 : EXPOSE $APP_PORT 11:08:56 ---> Running in 249d21b8c5a6 11:08:57 ---> 4835d2920dc7 11:08:57 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 11:08:58 ---> Running in 33a4b751b441 11:08:58 Removing intermediate container 249d21b8c5a6 11:08:58 ---> d6478a090004 11:08:58 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:08:58 ---> Running in 9d98807b13a8 11:08:59 Removing intermediate container 33a4b751b441 11:08:59 ---> b9985dd81ab7 11:08:59 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 11:09:00 ---> 8764abe7db18 11:09:00 Step 26/31 : RUN chmod +x /entrypoint.sh 11:09:00 ---> Running in 167bcb700940 11:09:02 Removing intermediate container 9d98807b13a8 11:09:02 ---> 2ca428e1cb5c 11:09:02 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 11:09:02 ---> Running in f3fb005e8403 11:09:02 Removing intermediate container fc205ef83e3b 11:09:02 ---> d1e13d4c97e1 11:09:02 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 11:09:03 ---> Running in 2372505e82ab 11:09:04 Removing intermediate container 167bcb700940 11:09:04 ---> 75f732ee136f 11:09:04 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 11:09:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:09:04 ---> Running in b3205f09d44b 11:09: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 11:09:05 Removing intermediate container b3205f09d44b 11:09:05 ---> 499151cfff6c 11:09:05 Step 28/31 : CMD ["gate"] 11:09:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:09:06 (1/6) Installing dumb-init (1.2.2-r1) 11:09:06 ---> Running in fc077251c9c3 11:09:06 (2/6) Installing libgcc (9.3.0-r2) 11:09:06 (3/6) Installing libsodium (1.0.18-r0) 11:09:06 (4/6) Installing libstdc++ (9.3.0-r2) 11:09:06 (5/6) Installing libzmq (4.3.3-r0) 11:09:06 Removing intermediate container fc077251c9c3 11:09:06 ---> d2ac62c15eae 11:09:06 Step 29/31 : LABEL arch=arm64 11:09:06 (6/6) Installing zeromq (4.3.3-r0) 11:09:06 Executing busybox-1.31.1-r19.trigger 11:09:06 OK: 8 MiB in 20 packages 11:09:07 ---> Running in 7370456f4087 11:09:08 Removing intermediate container 7370456f4087 11:09:08 ---> 933ec107893c 11:09:08 Step 30/31 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 11:09:09 ---> Running in 42261797e730 11:09:09 Removing intermediate container 2372505e82ab 11:09:09 ---> 684f6732885f 11:09:09 11:09:09 Step 11/26 : FROM docker:20.10.0Removing intermediate container f3fb005e8403 11:09:09 11:09:09 ---> 2ce25c2c0131 11:09:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 11:09:09 20.10.0: Pulling from library/docker 11:09:09 Removing intermediate container 12e3e1e7835f 11:09:09 ---> 58b708cd9953 11:09:09 11:09:09 Step 10/22 : FROM alpine:3.12 11:09:09 ---> afeebe901d6b 11:09:09 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 11:09:09 ---> Running in d6cb55b69282 11:09:09 Removing intermediate container 42261797e730 11:09:09 ---> 258969be29a6 11:09:09 Step 31/31 : LABEL version=0.0.0 11:09:10 ---> 4b2233f71720 11:09:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 11:09:10 ---> Running in b791beed5ddf 11:09:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:09:11 Removing intermediate container b791beed5ddf 11:09:11 ---> f7d559e85185 11:09:11 11:09:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:09:12 Successfully built f7d559e85185 11:09:12 Successfully tagged docker-security-bootstrapper-go-arm64:latest 11:09:12  Building docker-security-bootstrapper-go ... done (1/2) Installing ca-certificates (20191127-r4) 11:09:12 (2/2) Installing dumb-init (1.2.2-r1) 11:09:12 Executing busybox-1.31.1-r19.trigger 11:09:12 Executing ca-certificates-20191127-r4.trigger 11:09:12 OK: 6 MiB in 16 packages 11:09:12 ---> 000dbd0b08fa 11:09:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 11:09:13 ---> bb1235ef74be 11:09:13 Step 19/23 : ENTRYPOINT ["/core-data"] 11:09:13 ---> Running in 846b2dc256e2 11:09:14 Removing intermediate container d6cb55b69282 11:09:14 ---> 676804afc557 11:09:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 11:09:14 Removing intermediate container 846b2dc256e2 11:09:14 ---> 2d75818a19d8 11:09:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:09:14 ---> Running in fd46c9ccc008 11:09:14 ---> Running in bb60caf7de4a 11:09:15 Removing intermediate container fd46c9ccc008 11:09:15 ---> 413c008b0cd3 11:09:15 Step 13/22 : ENV APP_PORT=48060 11:09:15 Removing intermediate container bb60caf7de4a 11:09:15 ---> b1369e85ecde 11:09:15 Step 21/23 : LABEL arch=arm64 11:09:15 ---> Running in 9c107c4e2446 11:09:15 ---> Running in 016cca0c18cb 11:09:16 Removing intermediate container 9c107c4e2446 11:09:16 ---> 6a81a458bb09 11:09:16 Step 14/22 : EXPOSE $APP_PORT 11:09:16 Removing intermediate container 016cca0c18cb 11:09:16 ---> 72d10179d146 11:09:16 Step 22/23 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 11:09:16 ---> Running in c690cfdc43d0 11:09:16 ---> Running in e5365e35f2ac 11:09:17 Removing intermediate container c690cfdc43d0 11:09:17 ---> 45badfdbdd7c 11:09:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 11:09:17 Removing intermediate container e5365e35f2ac 11:09:17 ---> d9b44e441b1c 11:09:17 Step 23/23 : LABEL version=0.0.0 11:09:18 ---> Running in 8a475eed2882 11:09:18 ---> f64ccac1c64a 11:09:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 11:09:18 Removing intermediate container 8a475eed2882 11:09:18 ---> 71291a98a322 11:09:18 11:09:19 Successfully built 71291a98a322 11:09:19 Successfully tagged docker-core-data-go-arm64:latest 11:09:19  Building docker-core-data-go ... done  ---> 2d6315e224aa 11:09:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 11:09:20 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 11:09:20 Status: Downloaded newer image for docker:20.10.0 11:09:20 ---> eeaf43b92773 11:09:20 Step 12/26 : RUN apk add --no-cache bash 11:09:20 ---> Running in 600ab74b0b31 11:09:21 ---> 4cce9466083b 11:09:21 Step 18/22 : ENTRYPOINT ["/support-notifications"] 11:09:21 ---> Running in 3e20251dc983 11:09:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:09:21 Removing intermediate container 3e20251dc983 11:09:21 ---> 63e0eeb9ddfa 11:09:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:09:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:09:21 ---> Running in 0f2164dc3092 11:09:22 Removing intermediate container 0f2164dc3092 11:09:22 ---> 0eead2aa26e4 11:09:22 Step 20/22 : LABEL arch=arm64 11:09:22 ---> Running in c2cfb986658f 11:09:22 (1/2) Installing readline (8.0.4-r0) 11:09:22 (2/2) Installing bash (5.0.17-r0) 11:09:22 Executing bash-5.0.17-r0.post-install 11:09:22 Executing busybox-1.31.1-r19.trigger 11:09:22 OK: 12 MiB in 22 packages 11:09:23 Removing intermediate container c2cfb986658f 11:09:23 ---> 0f36b7a06fac 11:09:23 Step 21/22 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 11:09:23 ---> Running in ca96946bafaf 11:09:23 Removing intermediate container ca96946bafaf 11:09:23 ---> 0b2133be5620 11:09:23 Step 22/22 : LABEL version=0.0.0 11:09:24 ---> Running in 0c8dc5f16019 11:09:24 Removing intermediate container 600ab74b0b31 11:09:24 ---> 9980d921feee 11:09:24 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 11:09:24 ---> Running in c3fc6a6f9ac9 11:09:24 Removing intermediate container 0c8dc5f16019 11:09:24 ---> 9441c106894f 11:09:24 11:09:24 Removing intermediate container c3fc6a6f9ac9 11:09:24 ---> f775ecda98e3 11:09:24 Step 14/26 : ENV APP_PORT=48090 11:09:24 Successfully built 9441c106894f 11:09:24 Successfully tagged docker-support-notifications-go-arm64:latest 11:09:24  Building docker-support-notifications-go ... done  ---> Running in 6a0065ba5252 11:09:25 Removing intermediate container 6a0065ba5252 11:09:25 ---> e52fa50ebc5e 11:09:25 Step 15/26 : EXPOSE $APP_PORT 11:09:25 ---> Running in 487da90d4364 11:09:26 Removing intermediate container 487da90d4364 11:09:26 ---> 15a0961c22b8 11:09:26 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 11:09:27 ---> 4de59fe1cafd 11:09:27 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 11:09:28 ---> d8a5b3563af7 11:09:28 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 11:09:28 ---> c4162561fa99 11:09:28 Step 19/26 : RUN apk --no-cache add py3-pip 11:09:28 ---> Running in 0473ecfc37d2 11:09:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:09:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:09:30 (1/33) Installing libbz2 (1.0.8-r1) 11:09:30 (2/33) Installing expat (2.2.9-r1) 11:09:30 (3/33) Installing libffi (3.3-r2) 11:09:30 (4/33) Installing gdbm (1.13-r1) 11:09:30 (5/33) Installing xz-libs (5.2.5-r0) 11:09:30 (6/33) Installing sqlite-libs (3.32.1-r0) 11:09:30 (7/33) Installing python3 (3.8.5-r0) 11:09:32 (8/33) Installing py3-appdirs (1.4.4-r1) 11:09:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 11:09:32 (10/33) Installing py3-parsing (2.4.7-r0) 11:09:32 (11/33) Installing py3-six (1.15.0-r0) 11:09:32 (12/33) Installing py3-packaging (20.4-r0) 11:09:32 (13/33) Installing py3-setuptools (47.0.0-r0) 11:09:32 (14/33) Installing py3-chardet (3.0.4-r4) 11:09:32 (15/33) Installing py3-idna (2.9-r0) 11:09:32 (16/33) Installing py3-certifi (2020.4.5.1-r0) 11:09:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 11:09:32 (18/33) Installing py3-requests (2.23.0-r0) 11:09:32 (19/33) Installing py3-msgpack (1.0.0-r0) 11:09:32 (20/33) Installing py3-lockfile (0.12.2-r3) 11:09:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 11:09:32 (22/33) Installing py3-colorama (0.4.3-r0) 11:09:32 (23/33) Installing py3-distlib (0.3.0-r0) 11:09:32 (24/33) Installing py3-distro (1.5.0-r1) 11:09:32 (25/33) Installing py3-webencodings (0.5.1-r3) 11:09:32 (26/33) Installing py3-html5lib (1.0.1-r4) 11:09:32 (27/33) Installing py3-pytoml (0.1.21-r0) 11:09:32 (28/33) Installing py3-pep517 (0.8.2-r0) 11:09:32 (29/33) Installing py3-progress (1.5-r0) 11:09:32 (30/33) Installing py3-toml (0.10.1-r0) 11:09:32 (31/33) Installing py3-retrying (1.3.3-r0) 11:09:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 11:09:32 (33/33) Installing py3-pip (20.1.1-r0) 11:09:33 Executing busybox-1.31.1-r19.trigger 11:09:33 OK: 71 MiB in 55 packages 11:09:39 Removing intermediate container 0473ecfc37d2 11:09:39 ---> 8fd66d776499 11:09:39 Step 20/26 : RUN pip install docker-compose==1.23.2 11:09:40 ---> Running in 015ee246da91 11:09:45 Collecting docker-compose==1.23.2 11:09:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 11:09:47 Collecting websocket-client<1.0,>=0.32.0 11:09:47 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 11:09:48 Collecting PyYAML<4,>=3.10 11:09:48 Downloading PyYAML-3.13.tar.gz (270 kB) 11:09:52 Collecting dockerpty<0.5,>=0.4.1 11:09:52 Downloading dockerpty-0.4.1.tar.gz (13 kB) 11:09:54 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 11:09:55 Collecting cached-property<2,>=1.2.0 11:09:55 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 11:09:56 Collecting docker<4.0,>=3.6.0 11:09:56 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 11:09:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 11:09:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 11:09:58 Collecting docopt<0.7,>=0.6.1 11:09:58 Downloading docopt-0.6.2.tar.gz (25 kB) 11:10:02 Collecting jsonschema<3,>=2.5.1 11:10:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 11:10:02 Collecting texttable<0.10,>=0.9.0 11:10:02 Downloading texttable-0.9.1.tar.gz (11 kB) 11:10:05 Collecting docker-pycreds>=0.4.0 11:10:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 11:10:05 Collecting idna<2.8,>=2.5 11:10:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 11:10:06 Collecting urllib3<1.25,>=1.21.1 11:10:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 11:10:06 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 11:10:06 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 11:10:06 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 11:10:06 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 11:10:06 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 11:10:06 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 11:10:07 Installing collected packages: websocket-client, PyYAML, dockerpty, cached-property, idna, urllib3, requests, docker-pycreds, docker, docopt, jsonschema, texttable, docker-compose 11:10:07 Running setup.py install for PyYAML: started 11:10:10 Running setup.py install for PyYAML: finished with status 'done' 11:10:10 Running setup.py install for dockerpty: started 11:10:12 Running setup.py install for dockerpty: finished with status 'done' 11:10:12 Attempting uninstall: idna 11:10:12 Found existing installation: idna 2.9 11:10:12 Uninstalling idna-2.9: 11:10:12 Successfully uninstalled idna-2.9 11:10:13 Attempting uninstall: urllib3 11:10:13 Found existing installation: urllib3 1.25.9 11:10:13 Uninstalling urllib3-1.25.9: 11:10:13 Successfully uninstalled urllib3-1.25.9 11:10:13 Attempting uninstall: requests 11:10:13 Found existing installation: requests 2.23.0 11:10:13 Uninstalling requests-2.23.0: 11:10:14 Successfully uninstalled requests-2.23.0 11:10:15 Running setup.py install for docopt: started 11:10:18 Running setup.py install for docopt: finished with status 'done' 11:10:18 Running setup.py install for texttable: started 11:10:20 Running setup.py install for texttable: finished with status 'done' 11:10:21 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 11:10:25 Removing intermediate container 015ee246da91 11:10:25 ---> 0f341498bdda 11:10:25 Step 21/26 : RUN apk --no-cache add curl 11:10:26 ---> Running in bd8e1337028f 11:10:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:10:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:10:27 (1/3) Installing nghttp2-libs (1.41.0-r0) 11:10:27 (2/3) Installing libcurl (7.69.1-r3) 11:10:27 (3/3) Installing curl (7.69.1-r3) 11:10:27 Executing busybox-1.31.1-r19.trigger 11:10:27 OK: 71 MiB in 58 packages 11:10:29 Removing intermediate container bd8e1337028f 11:10:29 ---> 1010f5e5f676 11:10:29 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 11:10:29 ---> Running in 505ece57af57 11:10:29 Removing intermediate container 505ece57af57 11:10:29 ---> ea3ed72390af 11:10:29 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 11:10:29 ---> Running in 832098abd134 11:10:30 Removing intermediate container 832098abd134 11:10:30 ---> f1ccbf694b92 11:10:30 Step 24/26 : LABEL arch=arm64 11:10:30 ---> Running in 6eccc9f31737 11:10:31 Removing intermediate container 6eccc9f31737 11:10:31 ---> 7dbe01bc00bf 11:10:31 Step 25/26 : LABEL git_sha=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 11:10:31 ---> Running in d37980b1160a 11:10:31 Removing intermediate container d37980b1160a 11:10:31 ---> b5d257ab9a25 11:10:31 Step 26/26 : LABEL version=0.0.0 11:10:31 ---> Running in 6052de39cce0 11:10:32 Removing intermediate container 6052de39cce0 11:10:32 ---> 07bfdaae1ab0 11:10:32 11:10:32 Successfully built 07bfdaae1ab0 11:10:32 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 11:10:32  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 11:10:32 $ docker stop --time=1 f64fa3a4153621a24519a93deff8c07a974c71bfdc1b04fa6256bbe8f400d2f3 11:10:34 $ docker rm -f f64fa3a4153621a24519a93deff8c07a974c71bfdc1b04fa6256bbe8f400d2f3 [Pipeline] // withDockerContainer [Pipeline] sh 11:10:35 + grep docker 11:10:35 + docker images 11:10:35 docker-sys-mgmt-agent-go-arm64 latest 07bfdaae1ab0 4 seconds ago 300MB 11:10:35 docker-support-notifications-go-arm64 latest 9441c106894f About a minute ago 16.7MB 11:10:35 docker-core-data-go-arm64 latest 71291a98a322 About a minute ago 21MB 11:10:35 docker-security-bootstrapper-go-arm64 latest f7d559e85185 About a minute ago 22.6MB 11:10:35 docker-core-metadata-go-arm64 latest 43de943d2df6 4 minutes ago 17.7MB 11:10:35 docker-support-scheduler-go-arm64 latest 96c7167fd3c9 4 minutes ago 16.1MB 11:10:35 docker-core-command-go-arm64 latest e9cdf7d9faa5 4 minutes ago 16MB 11:10:35 docker-security-secretstore-setup-go-arm64 latest 01b086ed12d9 4 minutes ago 23.4MB 11:10:35 docker-security-proxy-setup-go-arm64 latest 6a7128e23535 4 minutes ago 23.2MB 11:10:35 docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 11:10:38 provisioning config files... 11:10:38 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config3484474586589372059tmp [Pipeline] { [Pipeline] sh 11:10:39 + set +x 11:10:39 + curl -s https://codecov.io/bash 11:10:39 + bash -s -- 11:10:39 11:10:39 _____ _ 11:10:39 / ____| | | 11:10:39 | | ___ __| | ___ ___ _____ __ 11:10:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:10:39 | |___| (_) | (_| | __/ (_| (_) \ V / 11:10:39 \_____\___/ \__,_|\___|\___\___/ \_/ 11:10:39 Bash-20210129-7c25fce 11:10:39 11:10:39 11:10:39 ==> git version 2.24.3 found 11:10:39 ==> 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 11:10:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 11:10:39 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 11:10:39 ==> Jenkins CI detected. 11:10:39 project root: . 11:10:39 --> token set from env 11:10:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:10:39 ==> Running gcov in . (disable via -X gcov) 11:10:39 ==> Python coveragepy not found 11:10:39 ==> Searching for coverage reports in: 11:10:39 + . 11:10:39 -> Found 1 reports 11:10:39 ==> Detecting git/mercurial file structure 11:10:39 ==> Reading reports 11:10:39 + ./coverage.out bytes=580808 11:10:39 ==> Appending adjustments 11:10:39 https://docs.codecov.io/docs/fixing-reports 11:10:43 + Found adjustments 11:10:43 ==> Gzipping contents 11:10:43 88K /tmp/codecov.WQu3a1.gz 11:10:43 ==> Uploading reports 11:10:43 url: https://codecov.io 11:10:43 query: branch=PR-3111&commit=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3111%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3111&job=&cmd_args= 11:10:43 -> Pinging Codecov 11:10:43 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3111&commit=b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3111%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3111&job=&cmd_args= 11:10:43 -> Uploading to 11:10:43 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60/bed832e0-229a-451e-82b7-eda4a3425455.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T111043Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8c56f9965db8fb1e372b62aa33e9629a846314f9cbcd8d36dcf4c77e450cb4b9 11:10:43 % Total % Received % Xferd Average Speed Time Time Time Current 11:10:43 Dload Upload Total Spent Left Speed 11:10:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87765 0 0 100 87765 0 152k --:--:-- --:--:-- --:--:-- 152k 11:10:44 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b91ab6ee1170b43a5cbd3e3d70cc0bff94962e60 [Pipeline] } 11:10:44 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 11:10:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:10:49 ---> package-listing.sh 11:10:49 ++ facter osfamily 11:10:49 ++ tr '[:upper:]' '[:lower:]' 11:10:49 + OS_FAMILY=redhat 11:10:49 + workspace=/w/workspace/edgex-go/7 11:10:49 + START_PACKAGES=/tmp/packages_start.txt 11:10:49 + END_PACKAGES=/tmp/packages_end.txt 11:10:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:10:49 + PACKAGES=/tmp/packages_start.txt 11:10:49 + '[' /w/workspace/edgex-go/7 ']' 11:10:49 + PACKAGES=/tmp/packages_end.txt 11:10:49 + case "${OS_FAMILY}" in 11:10:49 + rpm -qa 11:10:49 + sort 11:10:54 + '[' -f /tmp/packages_start.txt ']' 11:10:54 + '[' -f /tmp/packages_end.txt ']' 11:10:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:10:54 + '[' /w/workspace/edgex-go/7 ']' 11:10:54 + mkdir -p /w/workspace/edgex-go/7/archives/ 11:10:54 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 11:10:54 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:10:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:10:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:10:55 11:10:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:10:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:10:55 alpine: Pulling from edgex-lftools-log-publisher 11:10:55 df20fa9351a1: Pulling fs layer 11:10:55 36b3adc4ff6f: Pulling fs layer 11:10:55 8ad3a11d3b57: Pulling fs layer 11:10:55 46f8f816bc3b: Pulling fs layer 11:10:55 93b61091891f: Pulling fs layer 11:10:55 93b9cdb0e59b: Pulling fs layer 11:10:55 5e14af77c1be: Pulling fs layer 11:10:55 01666e4c0597: Pulling fs layer 11:10:55 aa168da1d23b: Pulling fs layer 11:10:55 93b61091891f: Waiting 11:10:55 93b9cdb0e59b: Waiting 11:10:55 5e14af77c1be: Waiting 11:10:55 01666e4c0597: Waiting 11:10:55 aa168da1d23b: Waiting 11:10:55 46f8f816bc3b: Waiting 11:10:55 36b3adc4ff6f: Download complete 11:10:56 46f8f816bc3b: Verifying Checksum 11:10:56 46f8f816bc3b: Download complete 11:10:56 df20fa9351a1: Verifying Checksum 11:10:56 df20fa9351a1: Download complete 11:10:56 93b9cdb0e59b: Verifying Checksum 11:10:56 93b9cdb0e59b: Download complete 11:10:56 5e14af77c1be: Verifying Checksum 11:10:56 5e14af77c1be: Download complete 11:10:56 93b61091891f: Verifying Checksum 11:10:56 93b61091891f: Download complete 11:10:56 01666e4c0597: Verifying Checksum 11:10:56 01666e4c0597: Download complete 11:10:56 df20fa9351a1: Pull complete 11:10:56 36b3adc4ff6f: Pull complete 11:10:56 8ad3a11d3b57: Verifying Checksum 11:10:56 8ad3a11d3b57: Download complete 11:10:57 8ad3a11d3b57: Pull complete 11:10:57 46f8f816bc3b: Pull complete 11:10:57 93b61091891f: Pull complete 11:10:58 93b9cdb0e59b: Pull complete 11:10:58 5e14af77c1be: Pull complete 11:10:58 01666e4c0597: Pull complete 11:11:00 aa168da1d23b: Verifying Checksum 11:11:00 aa168da1d23b: Download complete 11:11:08 aa168da1d23b: Pull complete 11:11:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 11:11:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:11:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:11:08 prd-centos7-docker-4c-2g-24974 does not seem to be running inside a container 11:11:08 $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 11:11:13 $ docker top 63748573508f48714f1e21782151252a40ae6be6f86b8b157d888afdfe4cbb69 -eo pid,comm [Pipeline] { [Pipeline] sh 11:11:14 + touch /tmp/pre-build-complete [Pipeline] sh 11:11:14 + mkdir -p /var/log/sa [Pipeline] sh 11:11:14 + ls /var/log/sa-host 11:11:14 + sadf -c /var/log/sa-host/sa04 11:11:14 file_magic: OK 11:11:14 HZ: Using current value: 100 11:11:14 file_header: OK 11:11:14 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 11:11:14 Statistics: 11:11:14 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... 11:11:14 File successfully converted to sysstat format version 12.2.1 11:11:14 + sadf -c /var/log/sa-host/sa23 11:11:14 file_magic: OK 11:11:14 HZ: Using current value: 100 11:11:14 file_header: OK 11:11:14 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 11:11:14 Statistics: 11:11:14 Hnuu...uuuununununu... 11:11:14 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:11:14 provisioning config files... 11:11:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config8013277034290803192tmp [Pipeline] { [Pipeline] echo 11:11:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:11:15 ---> create-netrc.sh [Pipeline] } 11:11:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 11:11:15 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 11:11:15 ---> python-tools-install.sh [Pipeline] echo 11:11:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:11:16 ---> sudo-logs.sh 11:11:16 Archiving 'sudo' log.. [Pipeline] echo 11:11:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:11:16 ---> job-cost.sh 11:11:16 lf-activate-venv: SKIPPING 11:11:16 INFO: No Stack... 11:11:18 INFO: Retrieving Pricing Info for: v1-standard-2 11:11:18 INFO: Archiving Costs [Pipeline] echo 11:11:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:11:18 ---> logs-deploy.sh 11:11:18 lf-activate-venv: SKIPPING 11:11:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3111/7 11:11:18 INFO: archiving workspace using pattern(s): 11:11:20 Archives upload complete. 11:11:20 INFO: archiving logs to Nexus 11:11:22 ---> uname -a: 11:11:22 Linux prd-centos7-docker-4c-2g-24974.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 11:11:22 11:11:22 11:11:22 ---> lscpu: 11:11:22 Architecture: x86_64 11:11:22 CPU op-mode(s): 32-bit, 64-bit 11:11:22 Byte Order: Little Endian 11:11:22 Address sizes: 40 bits physical, 48 bits virtual 11:11:22 CPU(s): 4 11:11:22 On-line CPU(s) list: 0-3 11:11:22 Thread(s) per core: 1 11:11:22 Core(s) per socket: 1 11:11:22 Socket(s): 4 11:11:22 NUMA node(s): 1 11:11:22 Vendor ID: GenuineIntel 11:11:22 CPU family: 6 11:11:22 Model: 44 11:11:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 11:11:22 Stepping: 1 11:11:22 CPU MHz: 2933.436 11:11:22 BogoMIPS: 5866.87 11:11:22 Virtualization: VT-x 11:11:22 Hypervisor vendor: KVM 11:11:22 Virtualization type: full 11:11:22 L1d cache: 128 KiB 11:11:22 L1i cache: 128 KiB 11:11:22 L2 cache: 16 MiB 11:11:22 L3 cache: 64 MiB 11:11:22 NUMA node0 CPU(s): 0-3 11:11:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 11:11:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 11:11:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 11:11:22 Vulnerability Meltdown: Mitigation; PTI 11:11:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 11:11:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 11:11:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 11:11:22 Vulnerability Srbds: Not affected 11:11:22 Vulnerability Tsx async abort: Not affected 11:11:22 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 11:11:22 11:11:22 11:11:22 ---> nproc: 11:11:22 4 11:11:22 11:11:22 11:11:22 ---> df -h: 11:11:22 Filesystem Size Used Available Use% Mounted on 11:11:22 overlay 50.0G 12.6G 37.4G 25% / 11:11:22 tmpfs 64.0M 0 64.0M 0% /dev 11:11:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 11:11:22 shm 64.0M 0 64.0M 0% /dev/shm 11:11:22 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 11:11:22 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 11:11:22 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 11:11:22 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 11:11:22 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 11:11:22 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 11:11:22 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 11:11:22 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 11:11:22 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/7 11:11:22 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/7@tmp 11:11:22 11:11:22 11:11:22 ---> free -m: 11:11:22 total used free shared buff/cache available 11:11:22 Mem: 1837 713 250 0 873 1041 11:11:22 Swap: 1023 75 948 11:11:22 11:11:22 11:11:22 ---> ip addr: 11:11:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 11:11:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 11:11:22 inet 127.0.0.1/8 scope host lo 11:11:22 valid_lft forever preferred_lft forever 11:11:22 inet6 ::1/128 scope host 11:11:22 valid_lft forever preferred_lft forever 11:11:22 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 11:11:22 link/ether fa:16:3e:08:0b:d3 brd ff:ff:ff:ff:ff:ff 11:11:22 inet 10.30.123.13/23 brd 10.30.123.255 scope global dynamic eth0 11:11:22 valid_lft 85026sec preferred_lft 85026sec 11:11:22 inet6 fe80::f816:3eff:fe08:bd3/64 scope link 11:11:22 valid_lft forever preferred_lft forever 11:11:22 3: docker0: mtu 1500 qdisc noqueue state DOWN 11:11:22 link/ether 02:42:af:72:8f:8b brd ff:ff:ff:ff:ff:ff 11:11:22 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 11:11:22 valid_lft forever preferred_lft forever 11:11:22 inet6 fe80::42:afff:fe72:8f8b/64 scope link 11:11:22 valid_lft forever preferred_lft forever 11:11:22 11:11:22 11:11:22 ---> sar -b -r -n DEV: 11:11:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 11:11:22 11:11:22 10:48:16 LINUX RESTART (4 CPU) 11:11:22 11:11:22 10:49:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 11:11:22 10:50:01 124.12 66.30 57.82 0.00 8671.09 16617.23 0.00 11:11:22 10:51:01 260.64 68.31 192.33 0.00 4550.32 51153.25 0.00 11:11:22 10:52:01 178.76 88.66 90.10 0.00 2819.96 9959.51 0.00 11:11:22 10:53:01 137.88 62.03 75.85 0.00 3365.91 9168.08 0.00 11:11:22 10:54:03 496.02 279.35 216.67 0.00 76123.82 147751.54 0.00 11:11:22 10:55:01 3325.31 2948.58 376.73 0.00 159031.02 175652.32 0.00 11:11:22 10:56:04 381.30 151.76 229.53 0.00 22335.46 63591.30 0.00 11:11:22 10:57:02 2573.51 2218.05 355.46 0.00 172271.68 177166.54 0.00 11:11:22 10:58:01 522.12 275.96 246.16 0.00 18178.87 48182.62 0.00 11:11:22 10:59:01 52.67 14.13 38.54 0.00 2928.72 1494.94 0.00 11:11:22 11:00:01 1.62 0.07 1.55 0.00 0.93 27.99 0.00 11:11:22 11:01:02 0.42 0.10 0.32 0.00 1.60 3.30 0.00 11:11:22 11:02:01 0.74 0.36 0.39 0.00 22.74 5.84 0.00 11:11:22 11:03:01 0.25 0.00 0.25 0.00 0.00 2.33 0.00 11:11:22 11:04:01 2.30 2.13 0.17 0.00 195.17 2.43 0.00 11:11:22 11:05:01 0.88 0.02 0.87 0.00 0.53 16.89 0.00 11:11:22 11:06:01 0.67 0.03 0.63 0.00 0.80 6.66 0.00 11:11:22 11:07:01 0.28 0.00 0.28 0.00 0.00 3.93 0.00 11:11:22 11:08:01 0.15 0.00 0.15 0.00 0.00 1.90 0.00 11:11:22 11:09:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 11:11:22 11:10:01 0.27 0.02 0.25 0.00 0.53 2.96 0.00 11:11:22 11:11:01 91.44 70.12 21.31 0.00 6099.65 3839.70 0.00 11:11:22 Average: 362.75 276.50 86.25 0.00 21281.12 31812.44 0.00 11:11:22 11:11:22 10:49:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 11:11:22 10:50:01 365676 0 583316 31.00 2620 929932 1104872 37.71 440140 871688 132 11:11:22 10:51:01 296408 0 703640 37.40 1492 880004 1378896 47.06 464536 833132 36 11:11:22 10:52:01 163464 0 806716 42.88 812 910552 1844788 62.96 708760 722892 69116 11:11:22 10:53:01 234896 0 751476 39.94 668 894504 1408744 48.08 632676 722604 50560 11:11:22 10:54:03 66660 0 824532 43.82 0 990352 2241316 76.49 726344 882408 31252 11:11:22 10:55:01 519628 0 817832 43.47 0 544084 3581076 122.22 554788 574072 52 11:11:22 10:56:04 54056 0 703996 37.42 0 1123492 1370928 46.79 723732 851396 45744 11:11:22 10:57:02 69240 0 736192 39.13 0 1076112 1935160 66.04 696908 887020 65460 11:11:22 10:58:01 113948 0 675512 35.90 0 1092084 1362472 46.50 612144 896488 8 11:11:22 10:59:01 130444 0 623960 33.16 0 1127140 1183024 40.37 570044 928840 24 11:11:22 11:00:01 132912 0 621488 33.03 0 1127144 1162444 39.67 568760 928328 12 11:11:22 11:01:02 132368 0 622020 33.06 0 1127156 1164796 39.75 569264 928336 8 11:11:22 11:02:01 132360 0 621340 33.02 0 1127844 1162960 39.69 568876 928896 8 11:11:22 11:03:01 131896 0 621804 33.05 0 1127844 1162960 39.69 569000 928896 8 11:11:22 11:04:01 122564 0 625980 33.27 0 1133000 1163140 39.70 575884 930988 20 11:11:22 11:05:01 122652 0 625876 33.26 0 1133016 1163080 39.69 575716 931004 8 11:11:22 11:06:01 123464 0 625080 33.22 0 1133000 1162960 39.69 575040 931004 16 11:11:22 11:07:01 123104 0 625412 33.24 0 1133028 1163008 39.69 575172 931028 12 11:11:22 11:08:01 123260 0 625248 33.23 0 1133036 1162960 39.69 574928 931028 8 11:11:22 11:09:01 122972 0 625532 33.25 0 1133040 1163032 39.69 575540 931028 12 11:11:22 11:10:01 123580 0 624932 33.21 0 1133032 1162960 39.69 574920 931028 12 11:11:22 11:11:01 75260 0 714464 37.97 0 1091820 1594640 54.42 672372 858036 104852 11:11:22 Average: 158219 0 673016 35.77 254 1050055 1445464 49.33 595707 875461 16698 11:11:22 11:11:22 10:49:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 11:11:22 10:50:01 eth0 975.02 1238.76 3269.57 155.53 0.00 0.00 0.00 0.00 11:11:22 10:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 10:50:01 docker0 1100.17 765.23 82.80 2724.00 0.00 0.00 0.00 0.00 11:11:22 10:51:01 veth09f3679 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 10:51:01 eth0 516.95 442.85 3672.93 44.39 0.00 0.00 0.00 0.00 11:11:22 10:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 10:51:01 docker0 159.19 191.85 11.16 832.86 0.00 0.00 0.00 0.00 11:11:22 10:52:01 vethc8d6497 0.53 0.67 0.04 0.05 0.00 0.00 0.00 0.00 11:11:22 10:52:01 eth0 43.15 29.72 29.36 67.84 0.00 0.00 0.00 0.00 11:11:22 10:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 10:52:01 docker0 0.53 0.53 0.04 0.04 0.00 0.00 0.00 0.00 11:11:22 10:53:01 vethc8d6497 1.50 1.50 0.12 0.12 0.00 0.00 0.00 0.00 11:11:22 10:53:01 eth0 24.57 13.00 18.68 10.03 0.00 0.00 0.00 0.00 11:11:22 10:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 10:53:01 docker0 1.50 1.50 0.10 0.12 0.00 0.00 0.00 0.00 11:11:22 10:54:03 vetha55038c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 11:11:22 10:54:03 eth0 217.37 175.89 1654.38 76.70 0.00 0.00 0.00 0.00 11:11:22 10:54:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 10:54:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 10:55:01 vethd8c40f6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 10:55:01 veth6d3f41c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 10:55:01 veth425a609 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 10:55:01 veth3d96f9d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 10:56:04 vetha55038c 0.00 0.76 0.00 0.04 0.00 0.00 0.00 0.00 11:11:22 10:56:04 eth0 2767.00 2541.36 11626.32 497.36 0.00 0.00 0.00 0.00 11:11:22 10:56:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 11:11:22 10:56:04 docker0 1209.38 952.76 89.62 3621.89 0.00 0.00 0.00 0.00 11:11:22 10:57:02 vetha55038c 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 11:11:22 10:57:02 eth0 48.11 23.92 115.89 13.13 0.00 0.00 0.00 0.00 11:11:22 10:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 10:57:02 docker0 8.89 19.16 0.51 92.16 0.00 0.00 0.00 0.00 11:11:22 10:58:01 vetha55038c 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 11:11:22 10:58:01 eth0 257.86 186.91 1685.83 85.02 0.00 0.00 0.00 0.00 11:11:22 10:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 10:58:01 docker0 65.46 102.81 3.58 428.35 0.00 0.00 0.00 0.00 11:11:22 10:59:01 eth0 35.29 22.94 74.51 9.04 0.00 0.00 0.00 0.00 11:11:22 10:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 10:59:01 docker0 12.84 16.58 1.19 58.77 0.00 0.00 0.00 0.00 11:11:22 11:00:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:11:22 11:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 11:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 11:01:02 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:11:22 11:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 11:01:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 11:02:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:11:22 11:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 11:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 11:03:01 eth0 1.03 0.08 0.11 0.01 0.00 0.00 0.00 0.00 11:11:22 11:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 11:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 11:04:01 eth0 2.98 0.80 1.08 0.64 0.00 0.00 0.00 0.00 11:11:22 11:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 11:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 11:05:01 eth0 0.57 0.32 0.30 0.17 0.00 0.00 0.00 0.00 11:11:22 11:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 11:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 11:06:01 eth0 0.12 0.08 0.01 0.04 0.00 0.00 0.00 0.00 11:11:22 11:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 11:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 11:07:01 eth0 0.17 0.12 0.05 0.01 0.00 0.00 0.00 0.00 11:11:22 11:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 11:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 11:08:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 11:11:22 11:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 11:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 11:09:01 eth0 0.25 0.18 0.14 0.07 0.00 0.00 0.00 0.00 11:11:22 11:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 11:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 11:10:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 11:11:22 11:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 11:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 11:11:01 eth0 243.98 211.75 2169.74 66.72 0.00 0.00 0.00 0.00 11:11:22 11:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 11:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 Average: eth0 113.19 109.73 595.22 27.45 0.00 0.00 0.00 0.00 11:11:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11:11:22 Average: docker0 62.07 52.03 4.55 200.14 0.00 0.00 0.00 0.00 11:11:22 11:11:22 11:11:22 ---> sar -P ALL: 11:11:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) 11:11:22 11:11:22 10:48:16 LINUX RESTART (4 CPU) 11:11:22 11:11:22 10:49:02 CPU %user %nice %system %iowait %steal %idle 11:11:22 10:50:01 all 12.61 0.00 5.67 1.67 0.73 79.32 11:11:22 10:50:01 0 13.88 0.00 6.90 0.51 0.60 78.11 11:11:22 10:50:01 1 9.08 0.00 4.60 3.53 0.78 82.01 11:11:22 10:50:01 2 10.48 0.00 4.84 1.35 0.76 82.57 11:11:22 10:50:01 3 17.02 0.00 6.35 1.27 0.78 74.58 11:11:22 10:51:01 all 11.45 0.00 9.61 5.44 0.29 73.21 11:11:22 10:51:01 0 12.70 0.00 9.81 4.97 0.26 72.25 11:11:22 10:51:01 1 10.96 0.00 8.95 6.11 0.29 73.69 11:11:22 10:51:01 2 10.79 0.00 9.71 5.96 0.36 73.17 11:11:22 10:51:01 3 11.33 0.00 9.97 4.72 0.24 73.73 11:11:22 10:52:01 all 51.86 0.00 12.77 4.00 0.21 31.17 11:11:22 10:52:01 0 52.40 0.00 12.47 2.37 0.19 32.57 11:11:22 10:52:01 1 52.02 0.00 12.22 4.67 0.18 30.92 11:11:22 10:52:01 2 51.21 0.00 13.35 4.57 0.23 30.63 11:11:22 10:52:01 3 51.80 0.00 13.02 4.40 0.25 30.54 11:11:22 10:53:01 all 46.90 0.00 13.56 3.88 0.35 35.31 11:11:22 10:53:01 0 46.83 0.00 13.18 4.66 0.37 34.96 11:11:22 10:53:01 1 48.06 0.00 13.38 2.74 0.37 35.46 11:11:22 10:53:01 2 47.13 0.00 14.03 3.62 0.37 34.84 11:11:22 10:53:01 3 45.58 0.00 13.64 4.51 0.30 35.98 11:11:22 10:54:03 all 23.28 0.00 20.47 5.09 0.41 50.76 11:11:22 10:54:03 0 22.19 0.00 20.57 3.98 0.39 52.87 11:11:22 10:54:03 1 23.81 0.00 20.02 6.18 0.46 49.53 11:11:22 10:54:03 2 24.16 0.00 21.03 5.97 0.41 48.43 11:11:22 10:54:03 3 22.93 0.00 20.25 4.23 0.39 52.20 11:11:22 10:55:01 all 20.58 0.00 27.84 25.66 1.53 24.40 11:11:22 10:55:01 0 20.67 0.00 27.09 27.07 1.57 23.59 11:11:22 10:55:01 1 20.31 0.00 27.52 24.44 1.59 26.13 11:11:22 10:55:01 2 20.39 0.00 28.11 25.57 1.52 24.41 11:11:22 10:55:01 3 20.97 0.00 28.63 25.53 1.43 23.44 11:11:22 10:56:04 all 50.74 0.00 17.91 13.16 0.44 17.74 11:11:22 10:56:04 0 49.98 0.00 17.95 13.54 0.43 18.10 11:11:22 10:56:04 1 49.93 0.00 18.57 13.97 0.36 17.17 11:11:22 10:56:04 2 51.21 0.00 17.14 12.62 0.50 18.54 11:11:22 10:56:04 3 51.85 0.00 17.98 12.54 0.48 17.15 11:11:22 10:57:02 all 31.50 0.00 27.34 22.24 0.70 18.22 11:11:22 10:57:02 0 31.85 0.00 25.69 20.67 0.79 20.99 11:11:22 10:57:02 1 29.57 0.00 28.28 24.29 0.67 17.18 11:11:22 10:57:02 2 32.48 0.00 27.24 22.11 0.71 17.46 11:11:22 10:57:02 3 32.10 0.00 28.16 21.87 0.63 17.25 11:11:22 10:58:01 all 40.34 0.00 16.45 10.85 0.60 31.77 11:11:22 10:58:01 0 40.28 0.00 17.92 12.38 0.64 28.78 11:11:22 10:58:01 1 41.56 0.00 15.62 11.19 0.60 31.03 11:11:22 10:58:01 2 41.09 0.00 16.99 12.76 0.50 28.67 11:11:22 10:58:01 3 38.41 0.00 15.25 7.05 0.66 38.63 11:11:22 10:59:01 all 4.18 0.00 1.93 1.46 0.08 92.35 11:11:22 10:59:01 0 4.27 0.00 1.54 0.69 0.05 93.45 11:11:22 10:59:01 1 3.06 0.00 2.26 3.23 0.10 91.36 11:11:22 10:59:01 2 6.81 0.00 2.48 0.42 0.07 90.22 11:11:22 10:59:01 3 2.60 0.00 1.44 1.49 0.08 94.38 11:11:22 11:00:01 all 0.15 0.00 0.04 0.00 0.00 99.81 11:11:22 11:00:01 0 0.52 0.00 0.03 0.02 0.02 99.42 11:11:22 11:00:01 1 0.02 0.00 0.03 0.00 0.00 99.95 11:11:22 11:00:01 2 0.03 0.00 0.05 0.00 0.00 99.92 11:11:22 11:00:01 3 0.02 0.00 0.03 0.00 0.00 99.95 11:11:22 11:11:22 11:00:01 CPU %user %nice %system %iowait %steal %idle 11:11:22 11:01:02 all 0.18 0.00 0.08 0.00 0.00 99.73 11:11:22 11:01:02 0 0.53 0.00 0.03 0.00 0.00 99.43 11:11:22 11:01:02 1 0.07 0.00 0.08 0.00 0.00 99.85 11:11:22 11:01:02 2 0.08 0.00 0.12 0.00 0.02 99.78 11:11:22 11:01:02 3 0.05 0.00 0.10 0.00 0.00 99.85 11:11:22 11:02:01 all 0.14 0.00 0.04 0.00 0.00 99.82 11:11:22 11:02:01 0 0.49 0.00 0.03 0.00 0.00 99.48 11:11:22 11:02:01 1 0.03 0.00 0.03 0.00 0.00 99.93 11:11:22 11:02:01 2 0.02 0.00 0.05 0.00 0.00 99.93 11:11:22 11:02:01 3 0.02 0.00 0.03 0.02 0.00 99.93 11:11:22 11:03:01 all 0.10 0.00 0.05 0.00 0.05 99.79 11:11:22 11:03:01 0 0.35 0.00 0.08 0.00 0.02 99.55 11:11:22 11:03:01 1 0.02 0.00 0.05 0.00 0.05 99.88 11:11:22 11:03:01 2 0.03 0.00 0.03 0.00 0.07 99.87 11:11:22 11:03:01 3 0.02 0.00 0.05 0.00 0.07 99.87 11:11:22 11:04:01 all 0.10 0.00 0.08 0.04 0.00 99.79 11:11:22 11:04:01 0 0.25 0.00 0.08 0.03 0.00 99.63 11:11:22 11:04:01 1 0.03 0.00 0.03 0.02 0.00 99.92 11:11:22 11:04:01 2 0.07 0.00 0.15 0.10 0.02 99.67 11:11:22 11:04:01 3 0.03 0.00 0.03 0.00 0.00 99.93 11:11:22 11:05:01 all 0.16 0.00 0.03 0.00 0.00 99.80 11:11:22 11:05:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:11:22 11:05:01 1 0.03 0.00 0.07 0.00 0.00 99.90 11:11:22 11:05:01 2 0.55 0.00 0.03 0.00 0.02 99.40 11:11:22 11:05:01 3 0.03 0.00 0.02 0.00 0.00 99.95 11:11:22 11:06:01 all 0.15 0.00 0.03 0.00 0.00 99.82 11:11:22 11:06:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:11:22 11:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 11:11:22 11:06:01 2 0.50 0.00 0.03 0.00 0.00 99.47 11:11:22 11:06:01 3 0.05 0.00 0.07 0.00 0.00 99.88 11:11:22 11:07:01 all 0.15 0.00 0.03 0.00 0.00 99.82 11:11:22 11:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 11:11:22 11:07:01 1 0.03 0.00 0.03 0.00 0.00 99.93 11:11:22 11:07:01 2 0.50 0.00 0.03 0.00 0.00 99.47 11:11:22 11:07:01 3 0.05 0.00 0.03 0.00 0.00 99.92 11:11:22 11:08:01 all 0.12 0.00 0.03 0.00 0.01 99.85 11:11:22 11:08:01 0 0.02 0.00 0.02 0.00 0.02 99.95 11:11:22 11:08:01 1 0.12 0.00 0.05 0.00 0.02 99.82 11:11:22 11:08:01 2 0.32 0.00 0.02 0.00 0.00 99.67 11:11:22 11:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:11:22 11:09:01 all 0.05 0.00 0.03 0.00 0.00 99.92 11:11:22 11:09:01 0 0.00 0.00 0.02 0.00 0.00 99.98 11:11:22 11:09:01 1 0.17 0.00 0.05 0.00 0.00 99.78 11:11:22 11:09:01 2 0.03 0.00 0.03 0.00 0.00 99.93 11:11:22 11:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 11:11:22 11:10:01 all 0.14 0.00 0.03 0.00 0.01 99.82 11:11:22 11:10:01 0 0.02 0.00 0.03 0.00 0.00 99.95 11:11:22 11:10:01 1 0.50 0.00 0.03 0.00 0.02 99.45 11:11:22 11:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 11:11:22 11:10:01 3 0.03 0.00 0.05 0.00 0.02 99.90 11:11:22 11:11:01 all 4.22 0.00 2.93 1.73 0.27 90.85 11:11:22 11:11:01 0 3.46 0.00 2.86 0.79 0.25 92.64 11:11:22 11:11:01 1 4.38 0.00 3.29 1.73 0.23 90.37 11:11:22 11:11:01 2 4.67 0.00 2.97 2.99 0.30 89.06 11:11:22 11:11:01 3 4.38 0.00 2.58 1.41 0.30 91.33 11:11:22 11:11:22 Average: CPU %user %nice %system %iowait %steal %idle 11:11:22 Average: all 13.25 0.00 6.87 4.13 0.25 75.50 11:11:22 Average: 0 13.32 0.00 6.86 3.97 0.24 75.61 11:11:22 Average: 1 13.04 0.00 6.81 4.44 0.25 75.46 11:11:22 Average: 2 13.40 0.00 6.95 4.26 0.26 75.14 11:11:22 Average: 3 13.25 0.00 6.88 3.83 0.25 75.79 11:11:22 11:11:22 11:11:22