Pull request #3571 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4c5818e5119617babbd25cfb7e4ad77454f1270b+7c16c30ce5c4a6347a1b0561aa5b86cc6a5e3cf8 (7122d91df2a020ae0dafeddb5432d4c8882c46cc) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh7753976194787798304.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6a41506d72e8e131afc862d141935157bee59f41 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh5337002324083941999.key > 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 6a41506d72e8e131afc862d141935157bee59f41 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3571/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3571/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7776997965765654808.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6a41506d72e8e131afc862d141935157bee59f41 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a41506d72e8e131afc862d141935157bee59f41 # timeout=10 Commit message: "Merge pull request #340 from ernestojeda/enable-snap-stage" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8488844167755882157.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3571/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3571/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh8426710742449131688.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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/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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: 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/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-591’ doesn’t have label ‘centos7-docker-4c-2g’ ‘prd-centos7-docker-4c-2g-1674’ is offline ‘prd-ubuntu18.04-docker-8c-8g-1665’ doesn’t have label ‘centos7-docker-4c-2g’ ‘prd-ubuntu18.04-docker-8c-8g-1666’ doesn’t have label ‘centos7-docker-4c-2g’ ‘prd-ubuntu18.04-docker-arm64-4c-16g-1671’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1676 in /w/workspace/edgexfoundry_edgex-go_PR-3571 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/5@tmp/jenkins-gitclient-ssh1040264872392707954.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 7c16c30ce5c4a6347a1b0561aa5b86cc6a5e3cf8 into PR head commit 4c5818e5119617babbd25cfb7e4ad77454f1270b Merge succeeded, producing 4c5818e5119617babbd25cfb7e4ad77454f1270b Checking out Revision 4c5818e5119617babbd25cfb7e4ad77454f1270b (PR-3571) > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/5@tmp/jenkins-gitclient-ssh827704031898327141.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3571/head:refs/remotes/origin/PR-3571 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c5818e5119617babbd25cfb7e4ad77454f1270b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/5@tmp/jenkins-gitclient-ssh6971122312152374956.key > git merge 7c16c30ce5c4a6347a1b0561aa5b86cc6a5e3cf8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4c5818e5119617babbd25cfb7e4ad77454f1270b # timeout=10 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.2 to 1.9.3" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:22:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:22:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:22:15 ========================================================= 07:22:15 EdgeX Global Pipelines Version Info 07:22:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 53ab90188dba1f5c91aa244aa6b8b7534c5f4b31 # timeout=10 07:22:16 ------------------- 07:22:16 stable info: 07:22:16 ------------------- 07:22:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:22:16 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 07:22:16 Message: update stable to v1.0.195 07:22:17 ------------------- 07:22:17 experimental info: 07:22:17 ------------------- 07:22:17 Commited By: **** collab-it+edgex@linuxfoundation.org 07:22:17 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 07:22:17 Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3571 [Pipeline] echo 07:22:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3571 [Pipeline] echo 07:22:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3571 [Pipeline] echo 07:22:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4c5818e5119617babbd25cfb7e4ad77454f1270b [Pipeline] echo 07:22:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4c5818e [Pipeline] echo 07:22:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:22:18 provisioning config files... 07:22:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config1052903663677078797tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:22:18 ---> docker-login.sh 07:22:18 nexus3.edgexfoundry.org:10001 07:22:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:19 Configure a credential helper to remove this warning. See 07:22:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:19 07:22:19 Login Succeeded 07:22:19 nexus3.edgexfoundry.org:10002 07:22:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:19 Configure a credential helper to remove this warning. See 07:22:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:19 07:22:19 Login Succeeded 07:22:19 nexus3.edgexfoundry.org:10003 07:22:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:19 Configure a credential helper to remove this warning. See 07:22:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:19 07:22:19 Login Succeeded 07:22:19 nexus3.edgexfoundry.org:10004 07:22:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:19 Configure a credential helper to remove this warning. See 07:22:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:19 07:22:19 Login Succeeded 07:22:19 docker.io 07:22:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:19 Configure a credential helper to remove this warning. See 07:22:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:19 07:22:19 Login Succeeded 07:22:19 ---> docker-login.sh ends [Pipeline] } 07:22:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:22:20 ++ 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 07:22:20 + for file in '`ls cmd/**/Dockerfile`' 07:22:20 ++ dirname cmd/core-command/Dockerfile 07:22:20 ++ cut -d/ -f2 07:22:20 + echo core-command,cmd/core-command/Dockerfile 07:22:20 + for file in '`ls cmd/**/Dockerfile`' 07:22:20 ++ dirname cmd/core-data/Dockerfile 07:22:20 ++ cut -d/ -f2 07:22:20 + echo core-data,cmd/core-data/Dockerfile 07:22:20 + for file in '`ls cmd/**/Dockerfile`' 07:22:20 ++ dirname cmd/core-metadata/Dockerfile 07:22:20 ++ cut -d/ -f2 07:22:20 + echo core-metadata,cmd/core-metadata/Dockerfile 07:22:20 + for file in '`ls cmd/**/Dockerfile`' 07:22:20 ++ dirname cmd/security-bootstrapper/Dockerfile 07:22:20 ++ cut -d/ -f2 07:22:20 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:22:20 + for file in '`ls cmd/**/Dockerfile`' 07:22:20 ++ cut -d/ -f2 07:22:20 ++ dirname cmd/security-proxy-setup/Dockerfile 07:22:20 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:22:20 + for file in '`ls cmd/**/Dockerfile`' 07:22:20 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:22:20 ++ cut -d/ -f2 07:22:20 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:22:20 + for file in '`ls cmd/**/Dockerfile`' 07:22:20 ++ dirname cmd/support-notifications/Dockerfile 07:22:20 ++ cut -d/ -f2 07:22:20 + echo support-notifications,cmd/support-notifications/Dockerfile 07:22:20 + for file in '`ls cmd/**/Dockerfile`' 07:22:20 ++ dirname cmd/support-scheduler/Dockerfile 07:22:20 ++ cut -d/ -f2 07:22:20 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:22:20 + for file in '`ls cmd/**/Dockerfile`' 07:22:20 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:22:20 ++ cut -d/ -f2 07:22:20 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:22:20 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 07:22:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:22:23 07:22:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:22:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:22:23 latest: Pulling from edgex-devops/git-semver 07:22:23 31603596830f: Pulling fs layer 07:22:23 54011a49482f: Pulling fs layer 07:22:23 a6820b24f6d8: Pulling fs layer 07:22:23 f581987b2513: Pulling fs layer 07:22:23 f581987b2513: Waiting 07:22:23 54011a49482f: Verifying Checksum 07:22:23 54011a49482f: Download complete 07:22:23 31603596830f: Verifying Checksum 07:22:23 31603596830f: Download complete 07:22:23 a6820b24f6d8: Verifying Checksum 07:22:23 a6820b24f6d8: Download complete 07:22:23 f581987b2513: Verifying Checksum 07:22:23 f581987b2513: Download complete 07:22:23 31603596830f: Pull complete 07:22:23 54011a49482f: Pull complete 07:22:24 a6820b24f6d8: Pull complete 07:22:24 f581987b2513: Pull complete 07:22:24 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 07:22:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:22:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:22:24 prd-centos7-docker-4c-2g-1676 does not seem to be running inside a container 07:22:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 07:22:26 $ docker top 6e9dfacf48aea31bb37133e9561192c6f6afa28c151617eccf59a487527c1420 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:22:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:22:26 [ssh-agent] Looking for ssh-agent implementation... 07:22:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:22:26 $ docker exec 6e9dfacf48aea31bb37133e9561192c6f6afa28c151617eccf59a487527c1420 ssh-agent 07:22:26 SSH_AUTH_SOCK=/tmp/ssh-pCjQSx5XwD8S/agent.14 07:22:26 SSH_AGENT_PID=20 07:22:26 Running ssh-add (command line suppressed) 07:22:26 Identity added: /w/workspace/edgex-go/5@tmp/private_key_237742807150708066.key (/w/workspace/edgex-go/5@tmp/private_key_237742807150708066.key) 07:22:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:22:27 + git tag --points-at HEAD [Pipeline] } 07:22:27 $ docker exec --env ******** --env ******** 6e9dfacf48aea31bb37133e9561192c6f6afa28c151617eccf59a487527c1420 ssh-agent -k 07:22:27 unset SSH_AUTH_SOCK; 07:22:27 unset SSH_AGENT_PID; 07:22:27 echo Agent pid 20 killed; 07:22:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:22:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:22:27 [ssh-agent] Looking for ssh-agent implementation... 07:22:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:22:27 $ docker exec 6e9dfacf48aea31bb37133e9561192c6f6afa28c151617eccf59a487527c1420 ssh-agent 07:22:27 SSH_AUTH_SOCK=/tmp/ssh-y9ZGwdj1wCtr/agent.53 07:22:27 SSH_AGENT_PID=59 07:22:27 Running ssh-add (command line suppressed) 07:22:27 Identity added: /w/workspace/edgex-go/5@tmp/private_key_2386860817769448203.key (/w/workspace/edgex-go/5@tmp/private_key_2386860817769448203.key) 07:22:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:22:27 + git semver init 07:22:27 # -> Open(): unable to determine branch for HEAD 07:22:27 # $GIT_DIR = /w/workspace/edgex-go/5/.git 07:22:27 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 07:22:27 # $SEMVER_REMOTE_NAME = origin 07:22:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:22:27 # $SEMVER_USER_NAME = edgex-jenkins 07:22:27 # $SEMVER_BRANCH = PR-3571 07:22:27 # $SEMVER_TEMP = /tmp/semver-377246152 07:22:27 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:22:46 # '/tmp/semver-377246152' -> '/w/workspace/edgex-go/5/.semver' 07:22:46 # -> Force: false 07:22:46 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 07:22:46 $ docker exec --env ******** --env ******** 6e9dfacf48aea31bb37133e9561192c6f6afa28c151617eccf59a487527c1420 ssh-agent -k 07:22:46 unset SSH_AUTH_SOCK; 07:22:46 unset SSH_AGENT_PID; 07:22:46 echo Agent pid 59 killed; 07:22:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:22:47 + git semver [Pipeline] } 07:22:47 $ docker stop --time=1 6e9dfacf48aea31bb37133e9561192c6f6afa28c151617eccf59a487527c1420 07:22:53 $ docker rm -f 6e9dfacf48aea31bb37133e9561192c6f6afa28c151617eccf59a487527c1420 [Pipeline] // withDockerContainer [Pipeline] sh 07:22:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:22:54 Stashed 1 file(s) [Pipeline] echo 07:22:54 [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 07:22:54 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:22:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:22:55 + sudo service docker restart 07:22:55 + true 07:22:55 Redirecting to /bin/systemctl restart docker.service 07:23:09 Still waiting to schedule task 07:23:09 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [Pipeline] echo 07:23:13 ========================================================= 07:23:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 07:23:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:23:13 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 07:23:15 Sending build context to Docker daemon 329.4MB 07:23:15 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 07:23:15 Step 2/6 : FROM ${BASE} 07:23:15 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 07:23:15 540db60ca938: Pulling fs layer 07:23:15 adcc1eea9eea: Pulling fs layer 07:23:15 4c4ab2625f07: Pulling fs layer 07:23:15 0510c868ecb4: Pulling fs layer 07:23:15 afea3b2eda06: Pulling fs layer 07:23:15 7809a108b3ef: Pulling fs layer 07:23:15 f706445af74f: Pulling fs layer 07:23:15 afea3b2eda06: Waiting 07:23:15 7809a108b3ef: Waiting 07:23:15 f706445af74f: Waiting 07:23:15 0510c868ecb4: Waiting 07:23:15 4c4ab2625f07: Verifying Checksum 07:23:15 4c4ab2625f07: Download complete 07:23:15 adcc1eea9eea: Verifying Checksum 07:23:15 adcc1eea9eea: Download complete 07:23:15 afea3b2eda06: Verifying Checksum 07:23:15 afea3b2eda06: Download complete 07:23:15 540db60ca938: Verifying Checksum 07:23:15 540db60ca938: Download complete 07:23:15 7809a108b3ef: Verifying Checksum 07:23:15 7809a108b3ef: Download complete 07:23:15 540db60ca938: Pull complete 07:23:15 adcc1eea9eea: Pull complete 07:23:15 4c4ab2625f07: Pull complete 07:23:16 f706445af74f: Verifying Checksum 07:23:16 f706445af74f: Download complete 07:23:17 0510c868ecb4: Verifying Checksum 07:23:17 0510c868ecb4: Download complete 07:23:20 0510c868ecb4: Pull complete 07:23:20 afea3b2eda06: Pull complete 07:23:20 7809a108b3ef: Pull complete 07:23:22 f706445af74f: Pull complete 07:23:22 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 07:23:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 07:23:22 ---> b068be0155e3 07:23:22 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 07:23:26 ---> Running in 902b6b9aeb92 07:23:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:23:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:23:27 (1/12) Installing libmagic (5.39-r0) 07:23:27 (2/12) Installing file (5.39-r0) 07:23:27 (3/12) Installing libc-dev (0.7.2-r3) 07:23:27 (4/12) Installing g++ (10.2.1_pre1-r3) 07:23:33 (5/12) Installing fortify-headers (1.1-r0) 07:23:33 (6/12) Installing patch (2.7.6-r6) 07:23:33 (7/12) Installing build-base (0.5-r2) 07:23:33 (8/12) Installing libsodium (1.0.18-r0) 07:23:33 (9/12) Installing pkgconf (1.7.3-r0) 07:23:33 (10/12) Installing libsodium-dev (1.0.18-r0) 07:23:33 (11/12) Installing libzmq (4.3.3-r1) 07:23:33 (12/12) Installing zeromq-dev (4.3.3-r1) 07:23:33 Executing busybox-1.32.1-r6.trigger 07:23:33 OK: 219 MiB in 52 packages 07:23:35 Removing intermediate container 902b6b9aeb92 07:23:35 ---> a8f87ca7f33e 07:23:35 Step 4/6 : WORKDIR /edgex-go 07:23:35 ---> Running in 33e448af1769 07:23:35 Removing intermediate container 33e448af1769 07:23:35 ---> b076e7d02773 07:23:35 Step 5/6 : COPY go.mod . 07:23:35 ---> 1eef857de737 07:23:35 Step 6/6 : RUN go mod download 07:23:35 ---> Running in aa0dada7306a 07:23:47 Removing intermediate container aa0dada7306a 07:23:47 ---> b2b39f8aa0cd 07:23:47 Successfully built b2b39f8aa0cd 07:23:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:23:48 + docker inspect -f . ci-base-image-x86_64 07:23:48 . [Pipeline] withDockerContainer 07:23:48 prd-centos7-docker-4c-2g-1676 does not seem to be running inside a container 07:23:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 07:23:48 $ docker top a2165639298e2cf8d77fe254e979e8ff802df1b7a1e8a2157254346e7adc1a16 -eo pid,comm [Pipeline] { [Pipeline] sh 07:23:49 + go version 07:23:49 go version go1.16.3 linux/amd64 [Pipeline] } 07:23:49 $ docker stop --time=1 a2165639298e2cf8d77fe254e979e8ff802df1b7a1e8a2157254346e7adc1a16 07:23:50 $ docker rm -f a2165639298e2cf8d77fe254e979e8ff802df1b7a1e8a2157254346e7adc1a16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:23:50 + docker inspect -f . ci-base-image-x86_64 07:23:50 . [Pipeline] withDockerContainer 07:23:51 prd-centos7-docker-4c-2g-1676 does not seem to be running inside a container 07:23:51 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 07:23:51 $ docker top c37fc6ae2a7c1ebbc01ffa8fd3ee573d5933c96bb45d08b89107ea24a0545da4 -eo pid,comm [Pipeline] { [Pipeline] echo 07:23:51 ========================================================= 07:23:51 [edgeXBuildGoParallel] Running Tests and Build... 07:23:51 ========================================================= [Pipeline] sh 07:23:51 + go mod tidy [Pipeline] sh 07:23:52 + make test 07:23:52 go mod tidy 07:23:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:23:57 ? github.com/edgexfoundry/edgex-go [no test files] 07:24:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:24:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:24:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:24:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:24:21 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:24:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:24:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:24:22 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:24:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:24:23 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 07:24:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.048s coverage: 28.7% of statements 07:24:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:24:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:24:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.055s coverage: 100.0% of statements 07:24:26 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 07:24:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.074s coverage: 53.4% of statements 07:24:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:24:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:24:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.107s coverage: 87.7% of statements 07:24:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 07:24:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 07:24:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.069s coverage: 78.9% of statements 07:24:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.049s coverage: 81.2% of statements 07:24:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:24:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 07:24:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 07:24:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:24:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:24:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.234s coverage: 95.1% of statements 07:24:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 07:24:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 07:24:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] 07:24:29 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:24:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 07:24:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 07:24:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:24:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:24:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.052s coverage: 60.0% of statements 07:24:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:24:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:24:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:24:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.059s coverage: 0.8% of statements 07:24:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 07:24:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.039s coverage: 58.8% of statements 07:24:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.050s coverage: 22.0% of statements 07:24:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:24:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.043s coverage: 47.1% of statements 07:24:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.047s coverage: 79.5% of statements 07:24:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.041s coverage: 94.1% of statements 07:24:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements 07:24:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements 07:24:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.054s coverage: 94.4% of statements 07:24:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements 07:24:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.180s coverage: 81.8% of statements 07:24:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 07:25:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.082s coverage: 92.9% of statements 07:25:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:25:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:25:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:25:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements 07:25:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:25:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 07:25:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 07:25:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 07:25:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 07:25:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.054s coverage: 87.2% of statements 07:25:06 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:25:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:25:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements 07:25:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:25:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.060s coverage: 76.0% of statements 07:25:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:25:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.050s coverage: 80.0% of statements 07:25:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.061s coverage: 87.2% of statements 07:25:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.053s coverage: 85.4% of statements 07:25:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.2% of statements 07:25:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:25:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.143s coverage: 64.4% of statements 07:25:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:25:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:25:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements 07:25:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements 07:25:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.023s coverage: 100.0% of statements 07:25:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.024s coverage: 73.7% of statements 07:25:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements 07:25:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.166s coverage: 66.9% of statements 07:25:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:25:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:25:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 07:25:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 43.6% of statements 07:25:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:25:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:25:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.053s coverage: 89.5% of statements 07:25:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements 07:25:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 07:25:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.061s coverage: 19.3% of statements 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:25:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.129s coverage: 91.9% of statements 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 07:25:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.050s coverage: 62.7% of statements 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:25:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.085s coverage: 97.6% of statements 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 07:25:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.042s coverage: 28.9% of statements 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:25:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 07:25:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 95.4% of statements 07:25:14 GO111MODULE=on go vet ./... 07:25:37 gofmt -l . 07:25:37 [ "`gofmt -l .`" = "" ] 07:25:37 ./bin/test-attribution-txt.sh [Pipeline] sh 07:25:38 + ls -al . 07:25:38 total 516 07:25:38 drwxrwxr-x 10 1001 1001 4096 Jun 16 07:25 . 07:25:38 drwxr-xr-x 4 root root 28 Jun 16 07:23 .. 07:25:38 -rw-rw-r-- 1 1001 1001 11 Jun 16 07:22 .dockerignore 07:25:38 drwxrwxr-x 8 1001 1001 179 Jun 16 07:22 .git 07:25:38 drwxrwxr-x 3 1001 1001 125 Jun 16 07:22 .github 07:25:38 -rw-rw-r-- 1 1001 1001 818 Jun 16 07:22 .gitignore 07:25:38 drwx------ 3 1001 1001 60 Jun 16 07:22 .semver 07:25:38 -rw-rw-r-- 1 1001 1001 166 Jun 16 07:22 .sonarcloud.properties 07:25:38 -rw-rw-r-- 1 1001 1001 8609 Jun 16 07:22 Attribution.txt 07:25:38 -rw-rw-r-- 1 1001 1001 3804 Jun 16 07:22 CONTRIBUTING.md 07:25:38 -rw-rw-r-- 1 1001 1001 931 Jun 16 07:22 Dockerfile.build 07:25:38 -rw-rw-r-- 1 1001 1001 849 Jun 16 07:22 Jenkinsfile 07:25:38 -rw-rw-r-- 1 1001 1001 10775 Jun 16 07:22 LICENSE 07:25:38 -rw-rw-r-- 1 1001 1001 5605 Jun 16 07:22 Makefile 07:25:38 -rw-rw-r-- 1 1001 1001 7905 Jun 16 07:22 README.md 07:25:38 -rw-rw-r-- 1 1001 1001 7071 Jun 16 07:22 SECURITY.md 07:25:38 -rw-rw-r-- 1 1001 1001 5 Jun 16 07:22 VERSION 07:25:38 -rw-rw-r-- 1 1001 1001 4131 Jun 16 07:22 ZMQWindows.md 07:25:38 drwxrwxr-x 2 1001 1001 37 Jun 16 07:22 bin 07:25:38 drwxrwxr-x 14 1001 1001 4096 Jun 16 07:22 cmd 07:25:38 -rw-r--r-- 1 root root 398195 Jun 16 07:25 coverage.out 07:25:38 -rw-rw-r-- 1 1001 1001 841 Jun 16 07:22 go.mod 07:25:38 -rw-r--r-- 1 root root 20934 Jun 16 07:23 go.sum 07:25:38 drwxrwxr-x 7 1001 1001 114 Jun 16 07:22 internal 07:25:38 drwxrwxr-x 3 1001 1001 16 Jun 16 07:22 openapi 07:25:38 drwxrwxr-x 4 1001 1001 71 Jun 16 07:22 snap 07:25:38 -rw-rw-r-- 1 1001 1001 168 Jun 16 07:22 version.go [Pipeline] sh 07:25:38 + '[' -e coverage.out ] 07:25:38 + chown 1001:1001 coverage.out [Pipeline] stash 07:25:39 Stashed 1 file(s) [Pipeline] sh 07:25:40 + make build 07:25:40 go mod tidy 07:25:40 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 07:25:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:25:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:25:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:25:49 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 07:25:49 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 07:25:50 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 07:25:51 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 07:25:52 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 07:25:52 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 07:25:53 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 07:25:54 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] } 07:25:55 $ docker stop --time=1 c37fc6ae2a7c1ebbc01ffa8fd3ee573d5933c96bb45d08b89107ea24a0545da4 07:25:58 $ docker rm -f c37fc6ae2a7c1ebbc01ffa8fd3ee573d5933c96bb45d08b89107ea24a0545da4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:26:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:26:04 07:26:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:26:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:26:05 latest: Pulling from edgex-devops/edgex-compose 07:26:05 cbdbe7a5bc2a: Pulling fs layer 07:26:05 ca9280d653b3: Pulling fs layer 07:26:05 7e9c9ca2126c: Pulling fs layer 07:26:05 cbdbe7a5bc2a: Verifying Checksum 07:26:05 cbdbe7a5bc2a: Download complete 07:26:05 cbdbe7a5bc2a: Pull complete 07:26:06 ca9280d653b3: Verifying Checksum 07:26:06 ca9280d653b3: Download complete 07:26:06 ca9280d653b3: Pull complete 07:26:06 7e9c9ca2126c: Verifying Checksum 07:26:06 7e9c9ca2126c: Download complete 07:26:10 7e9c9ca2126c: Pull complete 07:26:10 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:26:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:26:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:26:10 prd-centos7-docker-4c-2g-1676 does not seem to be running inside a container 07:26:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 07:26:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1678 in /w/workspace/edgexfoundry_edgex-go_PR-3571 07:26:13 $ docker top 711de642a52bdccfb30830fd42ae65bc2b225a5d5d0d8e73b10df56e7f6c69e3 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 07:26:13 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 07:26:13 The recommended git tool is: git 07:26:13 + docker-compose build --help 07:26:13 + grep parallel 07:26:14 --parallel Build images in parallel. [Pipeline] } 07:26:14 $ docker stop --time=1 711de642a52bdccfb30830fd42ae65bc2b225a5d5d0d8e73b10df56e7f6c69e3 07:26:15 $ docker rm -f 711de642a52bdccfb30830fd42ae65bc2b225a5d5d0d8e73b10df56e7f6c69e3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:26:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:26:18 . [Pipeline] withDockerContainer 07:26:18 prd-centos7-docker-4c-2g-1676 does not seem to be running inside a container 07:26:18 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 07:26:18 $ docker top 1c36ecfdcaef56bb5d688285df15ec2c53d4c1d4b6054c8eddfaa0a467b7beef -eo pid,comm [Pipeline] { [Pipeline] sh 07:26:18 + docker-compose -f ./docker-compose-build.yml build --parallel 07:26:19 Building core-command ... 07:26:19 Building core-data ... 07:26:19 Building core-metadata ... 07:26:19 Building security-bootstrapper ... 07:26:19 Building security-proxy-setup ... 07:26:19 Building security-secretstore-setup ... 07:26:19 Building support-notifications ... 07:26:19 Building support-scheduler ... 07:26:19 Building sys-mgmt-agent ... 07:26:19 Building security-proxy-setup 07:26:19 Building support-scheduler 07:26:19 Building security-bootstrapper 07:26:19 Building support-notifications 07:26:19 Building sys-mgmt-agent 07:26:20 using credential edgex-jenkins-ssh 07:26:20 Cloning the remote Git repository 07:26:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:26:21 > git init /w/workspace/edgex-go/5 # timeout=10 07:26:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:26:21 > git --version # timeout=10 07:26:21 > git --version # 'git version 2.17.1' 07:26:21 using GIT_SSH to set credentials SSH Credentials for GitHub 07:26:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:26:31 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:26:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:26:31 ---> b2b39f8aa0cd 07:26:31 Step 3/24 : WORKDIR /edgex-go 07:26:31 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:26:31 Step 2/32 : FROM ${BUILDER_BASE} AS builder 07:26:31 ---> b2b39f8aa0cd 07:26:31 Step 3/32 : WORKDIR /edgex-go 07:26:32 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:26:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:26:32 ---> b2b39f8aa0cd 07:26:32 Step 3/22 : WORKDIR /edgex-go 07:26:32 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:26:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:26:32 ---> b2b39f8aa0cd 07:26:32 Step 3/23 : WORKDIR /edgex-go 07:26:44 Merging remotes/origin/master commit 7c16c30ce5c4a6347a1b0561aa5b86cc6a5e3cf8 into PR head commit 4c5818e5119617babbd25cfb7e4ad77454f1270b 07:26:44 Merge succeeded, producing 4c5818e5119617babbd25cfb7e4ad77454f1270b 07:26:44 Checking out Revision 4c5818e5119617babbd25cfb7e4ad77454f1270b (PR-3571) 07:26:44 ---> Running in 6c9184d66cb4 07:26:44 ---> Running in 72999e343358 07:26:44 ---> Running in 0bbf276a993d 07:26:44 ---> Running in c68be4b476a9 07:26:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:26:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:26:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:26:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:26:43 using GIT_SSH to set credentials SSH Credentials for GitHub 07:26:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3571/head:refs/remotes/origin/PR-3571 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:26:44 > git config core.sparsecheckout # timeout=10 07:26:44 > git checkout -f 4c5818e5119617babbd25cfb7e4ad77454f1270b # timeout=10 07:26:44 > git remote # timeout=10 07:26:44 > git config --get remote.origin.url # timeout=10 07:26:44 using GIT_SSH to set credentials SSH Credentials for GitHub 07:26:44 > git merge 7c16c30ce5c4a6347a1b0561aa5b86cc6a5e3cf8 # timeout=10 07:26:44 > git rev-parse HEAD^{commit} # timeout=10 07:26:44 > git config core.sparsecheckout # timeout=10 07:26:44 > git checkout -f 4c5818e5119617babbd25cfb7e4ad77454f1270b # timeout=10 07:26:44 Removing intermediate container c68be4b476a9 07:26:44 ---> 14bde2121fe2 07:26:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:26:45 Removing intermediate container 6c9184d66cb4 07:26:45 ---> 339eaf4f32b9 07:26:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:26:45 Removing intermediate container 0bbf276a993d 07:26:45 ---> faa9ff716cda 07:26:45 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:26:45 Removing intermediate container 72999e343358 07:26:45 ---> b9e529d4e0b6 07:26:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:26:45 ---> Running in 9e4e0d5f9b66 07:26:45 ---> Running in fb8ff092ab7a 07:26:45 ---> Running in 9f0f5c071a13 07:26:46 ---> Running in a6a4cf08862f 07:26:47 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:26:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:26:47 ---> b2b39f8aa0cd 07:26:47 Step 3/23 : WORKDIR /edgex-go 07:26:47 ---> Using cache 07:26:47 ---> b9e529d4e0b6 07:26:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:26:47 ---> Running in d12c05dbedbd 07:26:48 Removing intermediate container 9e4e0d5f9b66 07:26:48 ---> 6d0dd170c0af 07:26:48 Step 5/24 : RUN apk add --update --no-cache make bash git 07:26:48 Removing intermediate container fb8ff092ab7a 07:26:48 ---> 5d8ad7b43220 07:26:48 Step 5/23 : RUN apk add --update --no-cache make git 07:26:48 ---> Running in fff7d11e1ffa 07:26:48 ---> Running in 5ccc9e106cf5 07:26:48 Removing intermediate container a6a4cf08862f 07:26:48 ---> dc744f1c401d 07:26:48 Step 5/22 : RUN apk add --update --no-cache make git 07:26:48 ---> Running in d75b4fb60c5d 07:26:48 Removing intermediate container 9f0f5c071a13 07:26:48 ---> b8980e7b2936 07:26:48 Step 5/32 : RUN apk add --update --no-cache make git 07:26:48 ---> Running in 66d95a7d592b 07:26:48 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:26:48 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.2 to 1.9.3" 07:26:48 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:26:48 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:26:48 Removing intermediate container d12c05dbedbd 07:26:48 ---> a90c1caf5d56 07:26:48 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 07:26:48 ---> Running in 7755d394a981 07:26:48 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { 07:26:49 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:26:49 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:26:49 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:26:49 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:26:49 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:26:50 OK: 219 MiB in 52 packages 07:26:50 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:26:50 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 07:26:50 OK: 219 MiB in 52 packages 07:26:50 Removing intermediate container 5ccc9e106cf5 07:26:50 ---> 4ee83b62f726 07:26:50 Step 6/23 : COPY go.mod . [Pipeline] sh 07:26:50 OK: 219 MiB in 52 packages 07:26:50 OK: 219 MiB in 52 packages 07:26:50 ---> 71cc28118a0a 07:26:50 Step 7/23 : RUN go mod download 07:26:50 ---> Running in 9a99632cb28f 07:26:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:26:50 Removing intermediate container fff7d11e1ffa 07:26:50 ---> f8137cb36d40 07:26:50 Step 6/24 : COPY go.mod . 07:26:50 OK: 219 MiB in 52 packages 07:26:50 Removing intermediate container 66d95a7d592b 07:26:50 ---> e82748ed896c 07:26:50 Step 6/32 : COPY go.mod . 07:26:51 + sudo service docker restart 07:26:51 + true 07:26:51 ---> 65407152e7c0 07:26:51 Step 7/24 : RUN go mod download 07:26:51 ---> Running in e2e27a6e8eeb 07:26:51 Removing intermediate container 7755d394a981 07:26:51 ---> 234e29e02b43 07:26:51 Step 6/23 : COPY go.mod . 07:26:51 ---> c24adf35180e 07:26:51 Step 7/32 : RUN go mod download 07:26:51 ---> Running in 10b1c160cd17 07:26:51 Removing intermediate container d75b4fb60c5d 07:26:51 ---> 254d45f1dedd 07:26:51 Step 6/22 : COPY go.mod . 07:26:51 ---> 60cc35151efa 07:26:51 Step 7/23 : RUN go mod download 07:26:51 ---> Running in 45930a91d387 07:26:51 ---> a55213a9ec7e 07:26:51 Step 7/22 : RUN go mod download 07:26:51 ---> Running in ece13f3e9493 07:26:52 Removing intermediate container 9a99632cb28f 07:26:52 ---> 673a0e8019bb 07:26:52 Step 8/23 : COPY . . 07:26:52 Removing intermediate container e2e27a6e8eeb 07:26:52 ---> 16d8b7448cb4 07:26:52 Step 8/24 : COPY . . 07:26:59 Removing intermediate container 45930a91d387 07:26:59 ---> d9fd729092e3 07:26:59 Step 8/23 : COPY . . 07:26:59 Removing intermediate container 10b1c160cd17 07:26:59 ---> 6b7d175ee857 07:26:59 Step 8/32 : COPY . . 07:26:59 ---> 252cb0705789 07:26:59 Step 9/23 : RUN go mod tidy 07:26:59 ---> 38320c366254 07:26:59 Step 9/24 : RUN go mod tidy 07:27:06 Removing intermediate container ece13f3e9493 07:27:06 ---> 6c25e999a4d9 07:27:06 Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:27:11 provisioning config files... 07:27:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config3724634690398462767tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:27:11 ---> Running in 6444001ed487 07:27:11 ---> Running in aabdb5692d9a 07:27:11 ---> docker-login.sh 07:27:11 nexus3.edgexfoundry.org:10001 07:27:12 ---> 8a5b558dc944 07:27:12 Step 9/23 : RUN go mod tidy 07:27:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:27:12 ---> c684917badf4 07:27:12 Step 9/32 : RUN go mod tidy 07:27:12 ---> Running in 06139a3a94dd 07:27:12 ---> Running in dbb2876a9837 07:27:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:27:12 Configure a credential helper to remove this warning. See 07:27:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:27:12 07:27:12 Login Succeeded 07:27:12 nexus3.edgexfoundry.org:10002 07:27:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:27:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:27:13 Configure a credential helper to remove this warning. See 07:27:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:27:13 07:27:13 Login Succeeded 07:27:13 nexus3.edgexfoundry.org:10003 07:27:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:27:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:27:14 Configure a credential helper to remove this warning. See 07:27:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:27:14 07:27:14 Login Succeeded 07:27:14 nexus3.edgexfoundry.org:10004 07:27:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:27:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:27:14 Configure a credential helper to remove this warning. See 07:27:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:27:14 07:27:14 Login Succeeded 07:27:14 docker.io 07:27:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:27:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:27:15 Configure a credential helper to remove this warning. See 07:27:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:27:15 07:27:15 Login Succeeded 07:27:15 ---> docker-login.sh ends [Pipeline] } 07:27:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:27:15 ========================================================= 07:27:15 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 07:27:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:27:16 Removing intermediate container aabdb5692d9a 07:27:16 ---> 6bd6906a35ca 07:27:16 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:27:16 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 07:27:16 ---> Running in b130e0931f00 07:27:16 Removing intermediate container 6444001ed487 07:27:16 ---> caed7924450e 07:27:16 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 07:27:17 ---> Running in 92b8c02ee60e 07:27:17 Removing intermediate container dbb2876a9837 07:27:17 ---> 625bfd48214f 07:27:17 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 07:27:17 Removing intermediate container 06139a3a94dd 07:27:17 ---> ddfa8237c2cf 07:27:17 Step 10/23 : RUN make cmd/support-notifications/support-notifications 07:27:17 ---> Running in 25915c1bdaec 07:27:18 Sending build context to Docker daemon 166.3MB 07:27:18 ---> Running in bb4a647d5eb1 07:27:18 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 07:27:18 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 07:27:18 Step 2/6 : FROM ${BASE} 07:27:18 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:27:18 595b0fe564bb: Pulling fs layer 07:27:18 3088b5b3c5c0: Pulling fs layer 07:27:18 5b7225fbf94c: Pulling fs layer 07:27:18 ba82ee9f976e: Pulling fs layer 07:27:18 506bd15cee9f: Pulling fs layer 07:27:18 75a0a4a0db45: Pulling fs layer 07:27:18 618dc40b7e24: Pulling fs layer 07:27:18 506bd15cee9f: Waiting 07:27:18 75a0a4a0db45: Waiting 07:27:18 618dc40b7e24: Waiting 07:27:18 ba82ee9f976e: Waiting 07:27:18 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 07:27:18 5b7225fbf94c: Verifying Checksum 07:27:18 5b7225fbf94c: Download complete 07:27:18 3088b5b3c5c0: Download complete 07:27:18 506bd15cee9f: Verifying Checksum 07:27:18 506bd15cee9f: Download complete 07:27:18 75a0a4a0db45: Download complete 07:27:18 595b0fe564bb: Verifying Checksum 07:27:18 595b0fe564bb: Download complete 07:27:19 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 07:27:19 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 07:27:19 595b0fe564bb: Pull complete 07:27:21 3088b5b3c5c0: Pull complete 07:27:21 5b7225fbf94c: Pull complete 07:27:21 618dc40b7e24: Verifying Checksum 07:27:21 618dc40b7e24: Download complete 07:27:21 ba82ee9f976e: Verifying Checksum 07:27:21 ba82ee9f976e: Download complete 07:27:30 ---> 9cc401d2ad3b 07:27:30 Step 9/22 : RUN go mod tidy 07:27:30 ---> Running in 8a6c1aabdcd1 07:27:31 Removing intermediate container 8a6c1aabdcd1 07:27:31 ---> 84881f4f114c 07:27:31 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:27:31 ---> Running in d6e4e04cbade 07:27:31 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 07:27:32 ba82ee9f976e: Pull complete 07:27:32 506bd15cee9f: Pull complete 07:27:32 75a0a4a0db45: Pull complete 07:27:35 618dc40b7e24: Pull complete 07:27:35 Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 07:27:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 07:27:35 ---> a36622ca3599 07:27:35 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 07:27:38 ---> Running in cc69410565d4 07:27:39 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:27:40 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:27:40 (1/12) Installing libmagic (5.39-r0) 07:27:41 (2/12) Installing file (5.39-r0) 07:27:41 (3/12) Installing libc-dev (0.7.2-r3) 07:27:41 (4/12) Installing g++ (10.2.1_pre1-r3) 07:27:47 (5/12) Installing fortify-headers (1.1-r0) 07:27:47 (6/12) Installing patch (2.7.6-r6) 07:27:47 (7/12) Installing build-base (0.5-r2) 07:27:47 (8/12) Installing libsodium (1.0.18-r0) 07:27:47 (9/12) Installing pkgconf (1.7.3-r0) 07:27:47 (10/12) Installing libsodium-dev (1.0.18-r0) 07:27:47 (11/12) Installing libzmq (4.3.3-r1) 07:27:47 (12/12) Installing zeromq-dev (4.3.3-r1) 07:27:47 Executing busybox-1.32.1-r6.trigger 07:27:47 OK: 218 MiB in 52 packages 07:27:51 Removing intermediate container cc69410565d4 07:27:51 ---> cff7a771937d 07:27:51 Step 4/6 : WORKDIR /edgex-go 07:27:51 ---> Running in bd2bbf1226f1 07:27:51 Removing intermediate container bd2bbf1226f1 07:27:51 ---> 75ed3a404006 07:27:51 Step 5/6 : COPY go.mod . 07:27:52 ---> 8c074351e5e7 07:27:52 Step 6/6 : RUN go mod download 07:27:52 ---> Running in fe1c3bf21da2 07:27:58 Removing intermediate container b130e0931f00 07:27:58 ---> 6626dd84912e 07:27:58 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:27:58 ---> Running in dee158717f43 07:27:58 Removing intermediate container 92b8c02ee60e 07:27:58 ---> 8f481248e127 07:27:58 07:27:58 Step 11/23 : FROM alpine:3.12 07:27:58 3.12: Pulling from library/alpine 07:27:58 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 07:27:58 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:27:58 Status: Downloaded newer image for alpine:3.12 07:27:58 ---> 13621d1b12d4 07:27:58 Step 12/23 : RUN apk add --update --no-cache dumb-init 07:27:58 ---> Running in 8353d09eac9d 07:27:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:27:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:27:58 (1/1) Installing dumb-init (1.2.2-r1) 07:27:58 Executing busybox-1.31.1-r20.trigger 07:27:58 OK: 6 MiB in 15 packages 07:27:58 Removing intermediate container dee158717f43 07:27:58 ---> 4906fae77092 07:27:58 07:27:58 Step 12/24 : FROM docker:20.10.0 07:27:58 20.10.0: Pulling from library/docker 07:27:58 Removing intermediate container 8353d09eac9d 07:27:58 ---> 92a230a7e8f8 07:27:58 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:27:58 ---> Running in eb57f476b648 07:27:58 Removing intermediate container eb57f476b648 07:27:58 ---> 7e4c0d4fc87d 07:27:58 Step 14/23 : ENV APP_PORT=59861 07:27:59 ---> Running in ef742efdbc2e 07:27:59 Removing intermediate container 25915c1bdaec 07:27:59 ---> 46e296fe77a4 07:27:59 07:27:59 Step 11/32 : FROM alpine:3.12 07:27:59 ---> 13621d1b12d4 07:27:59 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:27:59 Removing intermediate container bb4a647d5eb1 07:27:59 ---> 50fcc1362cec 07:27:59 07:27:59 Step 11/23 : FROM alpine:3.12 07:27:59 ---> 13621d1b12d4 07:27:59 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 07:27:59 ---> Running in 063f1b852f40 07:27:59 Removing intermediate container ef742efdbc2e 07:27:59 ---> abb1f504762a 07:27:59 Step 15/23 : EXPOSE $APP_PORT 07:27:59 ---> Running in e47458cdea6f 07:27:59 ---> Running in cfc0438a98a0 07:27:59 Removing intermediate container 063f1b852f40 07:27:59 ---> c1b3e4bda85b 07:27:59 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 07:27:59 Removing intermediate container cfc0438a98a0 07:27:59 ---> 642430c42560 07:27:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:27:59 ---> Running in c883a4f3beca 07:28:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:00 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 07:28:00 ---> 0a0a6c03e4ca 07:28:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:28:00 (1/2) Installing ca-certificates (20191127-r4) 07:28:00 (2/2) Installing dumb-init (1.2.2-r1) 07:28:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:00 Executing busybox-1.31.1-r20.trigger 07:28:00 Executing ca-certificates-20191127-r4.trigger 07:28:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:00 OK: 6 MiB in 16 packages 07:28:00 (1/2) Installing dumb-init (1.2.2-r1) 07:28:00 (2/2) Installing su-exec (0.2-r1) 07:28:00 Executing busybox-1.31.1-r20.trigger 07:28:00 OK: 6 MiB in 16 packages 07:28:01 ---> a071c2792217 07:28:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:28:01 Removing intermediate container e47458cdea6f 07:28:01 ---> b4654ab67f33 07:28:01 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:28:01 ---> Running in 167020fed727 07:28:01 Removing intermediate container c883a4f3beca 07:28:01 ---> c14e88b58901 07:28:01 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 07:28:01 ---> f70c01a7671c 07:28:01 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 07:28:02 ---> Running in d5119c57f51f 07:28:02 ---> Running in c2b7049fa040 07:28:02 Removing intermediate container 167020fed727 07:28:02 ---> 8b27505ff58b 07:28:02 Step 14/23 : ENV APP_PORT=59860 07:28:02 Removing intermediate container d5119c57f51f 07:28:02 ---> b4d20407343f 07:28:02 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:28:02 Removing intermediate container c2b7049fa040 07:28:02 ---> ff0314050605 07:28:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:28:02 ---> Running in bedcead970d2 07:28:02 ---> Running in 64b15e1331bc 07:28:02 ---> Running in 033102a1e5df 07:28:02 Removing intermediate container 64b15e1331bc 07:28:02 ---> 8bf28cf4c18b 07:28:02 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:28:02 Removing intermediate container bedcead970d2 07:28:02 ---> d9db47340e2a 07:28:02 Step 15/23 : EXPOSE $APP_PORT 07:28:02 ---> Running in b22727a9f9f9 07:28:02 ---> Running in 7aa1c25656bd 07:28:02 Removing intermediate container 033102a1e5df 07:28:02 ---> 7b753f4446bc 07:28:02 Step 21/23 : LABEL arch=x86_64 07:28:03 ---> Running in 5c8d8e815afa 07:28:03 Removing intermediate container b22727a9f9f9 07:28:03 ---> 390d1696d3a7 07:28:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:28:03 Removing intermediate container 5c8d8e815afa 07:28:03 ---> 13f914272841 07:28:03 Step 22/23 : LABEL git_sha=4c5818e5119617babbd25cfb7e4ad77454f1270b 07:28:03 Removing intermediate container d6e4e04cbade 07:28:03 ---> fc176aea5cd8 07:28:03 07:28:03 Step 11/22 : FROM alpine:3.12 07:28:03 ---> 13621d1b12d4 07:28:03 Step 12/22 : RUN apk add --update --no-cache curl 07:28:03 ---> Running in ccf0c1304a9c 07:28:03 ---> b45651bcb08d 07:28:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:28:03 ---> Running in 8b2396bf5cb1 07:28:03 Removing intermediate container ccf0c1304a9c 07:28:03 ---> d0e91b8999a9 07:28:03 Step 23/23 : LABEL version=0.0.0 07:28:03 ---> Running in fecdec85218b 07:28:04 ---> d10588df1762 07:28:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:28:04 Removing intermediate container fecdec85218b 07:28:04 ---> ee70bacae454 07:28:04 07:28:04 Removing intermediate container 7aa1c25656bd 07:28:04 ---> 3a4788231200 07:28:04 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 07:28:04 Successfully built ee70bacae454 07:28:04 Successfully tagged support-scheduler:latest 07:28:04 Building core-command 07:28:04  Building support-scheduler ... done  ---> Running in 4531bd96aa4f 07:28:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:04 ---> e300d14aea7c 07:28:04 Step 19/23 : ENTRYPOINT ["/support-notifications"] 07:28:04 ---> Running in 5f2aedee50ee 07:28:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:04 (1/4) Installing ca-certificates (20191127-r4) 07:28:04 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:28:04 (3/4) Installing libcurl (7.77.0-r0) 07:28:04 (4/4) Installing curl (7.77.0-r0) 07:28:04 Executing busybox-1.31.1-r20.trigger 07:28:04 Executing ca-certificates-20191127-r4.trigger 07:28:04 OK: 7 MiB in 18 packages 07:28:06 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:28:06 Removing intermediate container 4531bd96aa4f 07:28:06 ---> 6aad4400befd 07:28:06 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:28:06 Status: Downloaded newer image for docker:20.10.0 07:28:06 ---> aefe523efa57 07:28:06 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 07:28:07 Removing intermediate container 5f2aedee50ee 07:28:07 ---> 29c03a38abbf 07:28:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:28:07 ---> Running in b38366d2a39c 07:28:08 ---> 661ec36c2078 07:28:08 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:28:08 ---> Running in 7e46812e79c6 07:28:08 Removing intermediate container 8b2396bf5cb1 07:28:08 ---> 01daec65825e 07:28:08 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:28:08 ---> Running in 1683385ad22e 07:28:09 Removing intermediate container b38366d2a39c 07:28:09 ---> f0900b34b670 07:28:09 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 07:28:11 Removing intermediate container 7e46812e79c6 07:28:11 ---> f2bf67f31ffa 07:28:11 Step 21/23 : LABEL arch=x86_64 07:28:11 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:28:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:28:11 ---> b2b39f8aa0cd 07:28:11 Step 3/24 : WORKDIR /edgex-go 07:28:11 ---> Using cache 07:28:11 ---> b9e529d4e0b6 07:28:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:11 ---> Using cache 07:28:11 ---> a90c1caf5d56 07:28:11 Step 5/24 : RUN apk add --update --no-cache make git 07:28:11 ---> Running in 120862630ab2 07:28:11 ---> Running in 6f97ae1b6ea3 07:28:11 ---> Running in 9f464c70b30f 07:28:11 ---> Running in e1420b85bc05 07:28:11 Removing intermediate container 9f464c70b30f 07:28:11 ---> d97ba83a799f 07:28:11 Step 22/23 : LABEL git_sha=4c5818e5119617babbd25cfb7e4ad77454f1270b 07:28:11 Removing intermediate container 120862630ab2 07:28:11 ---> b25215ec847d 07:28:11 Step 14/22 : WORKDIR /edgex 07:28:11 ---> Running in 7ebe72587d47 07:28:11 ---> Running in 1a12d4765cf1 07:28:11 Removing intermediate container 7ebe72587d47 07:28:11 ---> 0fd46328221b 07:28:11 Step 23/23 : LABEL version=0.0.0 07:28:11 Removing intermediate container 1a12d4765cf1 07:28:11 ---> c395ecc5f833 07:28:11 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:28:11 ---> Running in 06b9024571d4 07:28:11 Removing intermediate container 06b9024571d4 07:28:11 ---> 50d91d441461 07:28:11 07:28:11 Successfully built 50d91d441461 07:28:11 Successfully tagged support-notifications:latest 07:28:11  Building support-notifications ... done Building core-data 07:28:11 ---> 7cac113b577c 07:28:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:28:12 Removing intermediate container 1683385ad22e 07:28:12 ---> dd4124c26f77 07:28:12 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 07:28:12 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:28:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:12 (1/39) Installing readline (8.0.4-r0) 07:28:12 (2/39) Installing bash (5.0.17-r0) 07:28:12 Executing bash-5.0.17-r0.post-install 07:28:12 (3/39) Installing nghttp2-libs (1.41.0-r0) 07:28:12 (4/39) Installing libcurl (7.77.0-r0) 07:28:12 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:28:12 (5/39) Installing curl (7.77.0-r0) 07:28:12 (6/39) Installing dumb-init (1.2.2-r1) 07:28:12 (7/39) Installing libbz2 (1.0.8-r1) 07:28:12 (8/39) Installing expat (2.2.9-r1) 07:28:12 (9/39) Installing libffi (3.3-r2) 07:28:12 (10/39) Installing gdbm (1.13-r1) 07:28:12 ---> bac7ac07b561 07:28:12 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:28:12 (11/39) Installing xz-libs (5.2.5-r0) 07:28:12 (12/39) Installing sqlite-libs (3.32.1-r1) 07:28:12 (13/39) Installing python3 (3.8.10-r0) 07:28:13 OK: 219 MiB in 52 packages 07:28:16 ---> bf27ef894eb7 07:28:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:28:16 (14/39) Installing py3-appdirs (1.4.4-r1) 07:28:16 (15/39) Installing py3-ordered-set (4.0.1-r0) 07:28:16 (16/39) Installing py3-parsing (2.4.7-r0) 07:28:16 (17/39) Installing py3-six (1.15.0-r0) 07:28:16 (18/39) Installing py3-packaging (20.4-r0) 07:28:16 (19/39) Installing py3-setuptools (47.0.0-r0) 07:28:16 (20/39) Installing py3-chardet (3.0.4-r4) 07:28:17 ---> 55dafc476850 07:28:17 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:28:17 Removing intermediate container e1420b85bc05 07:28:17 ---> c9e65eef100e 07:28:17 Step 6/24 : COPY go.mod . 07:28:17 (21/39) Installing py3-idna (2.9-r0) 07:28:17 (22/39) Installing py3-certifi (2020.4.5.1-r0) 07:28:17 (23/39) Installing py3-urllib3 (1.25.9-r0) 07:28:17 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:28:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:28:17 ---> b2b39f8aa0cd 07:28:17 Step 3/24 : WORKDIR /edgex-go 07:28:17 ---> Using cache 07:28:17 ---> b9e529d4e0b6 07:28:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:17 ---> Using cache 07:28:17 ---> a90c1caf5d56 07:28:17 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:28:17 (24/39) Installing py3-requests (2.23.0-r0) 07:28:17 (25/39) Installing py3-msgpack (1.0.0-r0) 07:28:17 (26/39) Installing py3-lockfile (0.12.2-r3) 07:28:17 (27/39) Installing py3-cachecontrol (0.12.6-r0) 07:28:17 ---> 5463e5c9c8d6 07:28:17 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:28:17 ---> Running in e13c33bceffc 07:28:17 (28/39) Installing py3-colorama (0.4.3-r0) 07:28:17 (29/39) Installing py3-distlib (0.3.0-r0) 07:28:17 (30/39) Installing py3-distro (1.5.0-r1) 07:28:17 (31/39) Installing py3-webencodings (0.5.1-r3) 07:28:17 (32/39) Installing py3-html5lib (1.0.1-r4) 07:28:17 (33/39) Installing py3-pytoml (0.1.21-r0) 07:28:17 (34/39) Installing py3-pep517 (0.8.2-r0) 07:28:17 (35/39) Installing py3-progress (1.5-r0) 07:28:17 (36/39) Installing py3-toml (0.10.1-r0) 07:28:17 (37/39) Installing py3-retrying (1.3.3-r0) 07:28:17 (38/39) Installing py3-contextlib2 (0.6.0-r0) 07:28:17 (39/39) Installing py3-pip (20.1.1-r0) 07:28:17 ---> Running in 03321730ef98 07:28:17 Executing busybox-1.31.1-r19.trigger 07:28:17 OK: 72 MiB in 59 packages 07:28:17 ---> 3b74b78d9c12 07:28:17 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:28:17 ---> 065698ffd6fc 07:28:17 Step 7/24 : RUN go mod download 07:28:17 Removing intermediate container 03321730ef98 07:28:17 ---> 97316ddd029a 07:28:17 Step 19/22 : CMD ["--init=true"] 07:28:17 ---> Running in 5f701138298e 07:28:17 ---> Running in 6a596f73bacb 07:28:17 ---> b198f6261077 07:28:17 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 07:28:17 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 07:28:18 Removing intermediate container 6a596f73bacb 07:28:18 ---> 551890f6eb26 07:28:18 Step 20/22 : LABEL arch=x86_64 07:28:18 ---> 7aa5499e1b53 07:28:18 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 07:28:18 ---> Running in 4145333f75b3 07:28:18 Collecting docker-compose==1.23.2 07:28:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:28:18 ---> Running in e45f2768fbc7 07:28:18 Removing intermediate container 4145333f75b3 07:28:18 ---> a0b7745925dd 07:28:18 Step 21/22 : LABEL git_sha=4c5818e5119617babbd25cfb7e4ad77454f1270b 07:28:18 Collecting websocket-client<1.0,>=0.32.0 07:28:18 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 07:28:18 Removing intermediate container e45f2768fbc7 07:28:18 ---> d29a4ccd5573 07:28:18 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:28:18 ---> Running in 503b865af76e 07:28:18 Collecting cached-property<2,>=1.2.0 07:28:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:28:18 Removing intermediate container 503b865af76e 07:28:18 ---> 9ccd78668030 07:28:18 Step 22/22 : LABEL version=0.0.0 07:28:18 Collecting texttable<0.10,>=0.9.0 07:28:18 Downloading texttable-0.9.1.tar.gz (11 kB) 07:28:18 Removing intermediate container 5f701138298e 07:28:18 ---> d8e020f8a52d 07:28:18 Step 8/24 : COPY . . 07:28:18 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 07:28:18 ---> Running in 53e88cc435c0 07:28:18 ---> eda2c487f36b 07:28:18 Step 27/32 : RUN chmod +x /entrypoint.sh 07:28:18 Collecting PyYAML<4,>=3.10 07:28:18 Downloading PyYAML-3.13.tar.gz (270 kB) 07:28:21 Removing intermediate container fe1c3bf21da2 07:28:21 ---> 255763c34d8e 07:28:21 Successfully built 255763c34d8e 07:28:21 Successfully tagged ci-base-image-arm64:latest 07:28:21 OK: 219 MiB in 52 packages [Pipeline] isUnix [Pipeline] sh 07:28:21 + docker inspect -f . ci-base-image-arm64 07:28:21 . [Pipeline] withDockerContainer 07:28:22 ---> Running in a621c69ede09 07:28:22 Removing intermediate container 53e88cc435c0 07:28:22 ---> ad6275e2859c 07:28:22 07:28:22 Collecting docopt<0.7,>=0.6.1 07:28:22 Downloading docopt-0.6.2.tar.gz (25 kB) 07:28:22 Successfully built ad6275e2859c 07:28:22 prd-ubuntu18.04-docker-arm64-4c-16g-1678 does not seem to be running inside a container 07:28:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:28:22 Successfully tagged security-proxy-setup:latest 07:28:22  Building security-proxy-setup ... done Building security-secretstore-setup 07:28:22 Collecting jsonschema<3,>=2.5.1 07:28:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:28:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:28:22 ---> e3b61bf97de0 07:28:22 Step 9/24 : RUN go mod tidy 07:28:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:28:23 Removing intermediate container e13c33bceffc 07:28:23 ---> d0f361dc77a2 07:28:23 Step 6/24 : COPY go.mod . 07:28:23 Collecting dockerpty<0.5,>=0.4.1 07:28:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:28:23 $ docker top 6d781b0f3203e7e443bcf7e5e8cddba0d30f03bbceccb10771ee08cdab76240a -eo pid,comm 07:28:24 ---> Running in 6eba07311255 [Pipeline] { [Pipeline] sh 07:28:24 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:28:24 + go version 07:28:24 go version go1.16.5 linux/arm64 [Pipeline] } 07:28:24 $ docker stop --time=1 6d781b0f3203e7e443bcf7e5e8cddba0d30f03bbceccb10771ee08cdab76240a 07:28:24 Collecting docker<4.0,>=3.6.0 07:28:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:28:25 ---> 059a1a4cd168 07:28:25 Step 7/24 : RUN go mod download 07:28:26 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:28:26 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:28:26 ---> b2b39f8aa0cd 07:28:26 Step 3/26 : WORKDIR /edgex-go 07:28:26 ---> Using cache 07:28:26 ---> b9e529d4e0b6 07:28:26 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:26 ---> Using cache 07:28:26 ---> a90c1caf5d56 07:28:26 Step 5/26 : RUN apk add --update --no-cache make git 07:28:26 ---> Using cache 07:28:26 ---> c9e65eef100e 07:28:26 Step 6/26 : COPY go.mod . 07:28:26 ---> Using cache 07:28:26 ---> 065698ffd6fc 07:28:26 Step 7/26 : RUN go mod download 07:28:26 ---> Using cache 07:28:26 ---> d8e020f8a52d 07:28:26 Step 8/26 : COPY . . 07:28:26 ---> Using cache 07:28:26 ---> e3b61bf97de0 07:28:26 Step 9/26 : RUN go mod tidy 07:28:26 $ docker rm -f 6d781b0f3203e7e443bcf7e5e8cddba0d30f03bbceccb10771ee08cdab76240a 07:28:26 Collecting idna<2.8,>=2.5 07:28:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:28:26 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 07:28:26 ---> Running in b4879eb6db4d 07:28:26 ---> Running in 21d7ade77210 07:28:26 Collecting urllib3<1.25,>=1.21.1 07:28:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 07:28:26 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 07:28:26 Collecting docker-pycreds>=0.4.0 07:28:26 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:28:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:28:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:28:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:28:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:28:26 Installing collected packages: websocket-client, cached-property, texttable, PyYAML, docopt, jsonschema, idna, urllib3, requests, dockerpty, docker-pycreds, docker, docker-compose 07:28:26 Removing intermediate container a621c69ede09 07:28:26 ---> 3f6f653ef771 07:28:26 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:28:27 ---> Running in d2a0f3927088 07:28:27 Running setup.py install for texttable: started 07:28:27 + docker inspect -f . ci-base-image-arm64 07:28:27 . [Pipeline] withDockerContainer 07:28:27 Removing intermediate container d2a0f3927088 07:28:27 ---> cadb843038e5 07:28:27 Step 29/32 : CMD ["gate"] 07:28:27 prd-ubuntu18.04-docker-arm64-4c-16g-1678 does not seem to be running inside a container 07:28:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:28:27 ---> Running in 67ddd033fbd3 07:28:27 Running setup.py install for texttable: finished with status 'done' 07:28:27 Running setup.py install for PyYAML: started 07:28:28 Removing intermediate container 67ddd033fbd3 07:28:28 ---> a8f9f712f7a5 07:28:28 Step 30/32 : LABEL arch=x86_64 07:28:28 ---> Running in d41285313123 07:28:28 Running setup.py install for PyYAML: finished with status 'done' 07:28:28 Running setup.py install for docopt: started 07:28:28 Removing intermediate container 21d7ade77210 07:28:28 ---> 33785c6ce4c8 07:28:28 Step 8/24 : COPY . . 07:28:28 Removing intermediate container d41285313123 07:28:28 ---> 59a394770d5a 07:28:28 Step 31/32 : LABEL git_sha=4c5818e5119617babbd25cfb7e4ad77454f1270b 07:28:28 Removing intermediate container 6eba07311255 07:28:28 ---> 58f64f23e2d6 07:28:28 Step 10/24 : RUN make cmd/core-command/core-command 07:28:28 Running setup.py install for docopt: finished with status 'done' 07:28:29 $ docker top baa3940174d2ccde3ebd81c23b41c891fea9a87e7bb67dfa28e25f794ec2088f -eo pid,comm [Pipeline] { [Pipeline] echo 07:28:29 ========================================================= 07:28:29 [edgeXBuildGoParallel] Running Tests and Build... 07:28:29 ========================================================= [Pipeline] sh 07:28:30 + go mod tidy [Pipeline] sh 07:28:31 + make test 07:28:31 go mod tidy 07:28:31 Attempting uninstall: idna 07:28:31 Found existing installation: idna 2.9 07:28:31 Uninstalling idna-2.9: 07:28:31 Successfully uninstalled idna-2.9 07:28:31 ---> Running in 348a7d8e8ce3 07:28:31 ---> Running in 1352f7ee426f 07:28:31 Attempting uninstall: urllib3 07:28:31 Found existing installation: urllib3 1.25.9 07:28:31 Uninstalling urllib3-1.25.9: 07:28:31 Successfully uninstalled urllib3-1.25.9 07:28:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:28:32 Removing intermediate container b4879eb6db4d 07:28:32 ---> 80a60e99aec9 07:28:32 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:28:32 Attempting uninstall: requests 07:28:32 Removing intermediate container 1352f7ee426f 07:28:32 ---> 91c268cda23e 07:28:32 Step 32/32 : LABEL version=0.0.0 07:28:32 Found existing installation: requests 2.23.0 07:28:32 Uninstalling requests-2.23.0: 07:28:32 Successfully uninstalled requests-2.23.0 07:28:32 ---> Running in 4b9992b54beb 07:28:32 Running setup.py install for dockerpty: started 07:28:32 ---> Running in 6aedfa68a15f 07:28:32 ---> 8f703532138b 07:28:32 Step 9/24 : RUN go mod tidy 07:28:32 ---> Running in 244db6cf5aff 07:28:32 Removing intermediate container 6aedfa68a15f 07:28:32 ---> aa83b918f8b7 07:28:32 07:28:33 Successfully built aa83b918f8b7 07:28:33 Successfully tagged security-bootstrapper:latest 07:28:33  Building security-bootstrapper ... done Building core-metadata 07:28:33 Running setup.py install for dockerpty: finished with status 'done' 07:28:33 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 07:28:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:28:33 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.59.0 07:28:41 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:28:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:28:41 ---> b2b39f8aa0cd 07:28:41 Step 3/24 : WORKDIR /edgex-go 07:28:41 ---> Using cache 07:28:41 ---> b9e529d4e0b6 07:28:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:28:41 ---> Using cache 07:28:41 ---> a90c1caf5d56 07:28:41 Step 5/24 : RUN apk add --update --no-cache make git 07:28:41 ---> Using cache 07:28:41 ---> c9e65eef100e 07:28:41 Step 6/24 : COPY go.mod . 07:28:41 ---> Using cache 07:28:41 ---> 065698ffd6fc 07:28:41 Step 7/24 : RUN go mod download 07:28:41 ---> Using cache 07:28:41 ---> d8e020f8a52d 07:28:41 Step 8/24 : COPY . . 07:28:41 ---> Using cache 07:28:41 ---> e3b61bf97de0 07:28:41 Step 9/24 : RUN go mod tidy 07:28:41 ---> Using cache 07:28:41 ---> 80a60e99aec9 07:28:41 Step 10/24 : RUN make cmd/core-metadata/core-metadata 07:28:41 ---> Running in 5439e9743f98 07:28:41 Removing intermediate container 244db6cf5aff 07:28:41 ---> af0589659e8e 07:28:41 Step 10/24 : RUN make cmd/core-data/core-data 07:28:41 ---> Running in e2bbb6de4e5b 07:28:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:28:42 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:28:44 Removing intermediate container 6f97ae1b6ea3 07:28:44 ---> 721632d91257 07:28:44 Step 15/24 : ENV APP_PORT=58890 07:28:44 ---> Running in 6ef0f071897f 07:28:44 Removing intermediate container 6ef0f071897f 07:28:44 ---> 80dba55a3b03 07:28:44 Step 16/24 : EXPOSE $APP_PORT 07:28:44 ---> Running in 7a4b9e8561db 07:28:44 Removing intermediate container 7a4b9e8561db 07:28:44 ---> d760de1004a8 07:28:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:28:45 ---> fa790ae5abe0 07:28:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:28:46 ---> 59c019bef826 07:28:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:28:46 ---> 8c54b19f83c8 07:28:46 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 07:28:46 ---> Running in 62bfa73955a8 07:28:46 Removing intermediate container 62bfa73955a8 07:28:46 ---> 3c078ea0a1e8 07:28:46 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:28:46 ---> Running in 130f36263554 07:28:46 Removing intermediate container 130f36263554 07:28:46 ---> 6ce2e9269e5a 07:28:46 Step 22/24 : LABEL arch=x86_64 07:28:46 ---> Running in fae138e76ea4 07:28:46 Removing intermediate container fae138e76ea4 07:28:46 ---> e49696ddc3a3 07:28:46 Step 23/24 : LABEL git_sha=4c5818e5119617babbd25cfb7e4ad77454f1270b 07:28:47 ---> Running in 6056d5e7d4be 07:28:47 Removing intermediate container 6056d5e7d4be 07:28:47 ---> 969a225bb8a1 07:28:47 Step 24/24 : LABEL version=0.0.0 07:28:47 ---> Running in b5b31cfac734 07:28:47 Removing intermediate container b5b31cfac734 07:28:47 ---> 30f0a544e897 07:28:47 07:28:47 Successfully built 30f0a544e897 07:28:47 Successfully tagged sys-mgmt-agent:latest 07:28:58 ? github.com/edgexfoundry/edgex-go [no test files] 07:29:05  Building sys-mgmt-agent ... done 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 07:29:05 Removing intermediate container 348a7d8e8ce3 07:29:05 ---> 0edf19014651 07:29:05 07:29:05 Step 11/24 : FROM alpine:3.12 07:29:05 ---> 13621d1b12d4 07:29:05 Step 12/24 : RUN apk add --update --no-cache dumb-init 07:29:05 ---> Using cache 07:29:05 ---> 92a230a7e8f8 07:29:05 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:29:05 ---> Using cache 07:29:05 ---> 7e4c0d4fc87d 07:29:05 Step 14/24 : ENV APP_PORT=59882 07:29:05 ---> Running in e3a79b864071 07:29:05 Removing intermediate container e3a79b864071 07:29:05 ---> c3a8ef82e88c 07:29:05 Step 15/24 : EXPOSE $APP_PORT 07:29:05 ---> Running in c6d23f8c1af8 07:29:05 Removing intermediate container c6d23f8c1af8 07:29:05 ---> a9719fb62199 07:29:05 Step 16/24 : WORKDIR / 07:29:05 ---> Running in 8e647799f791 07:29:05 Removing intermediate container 8e647799f791 07:29:05 ---> 8475d4c36937 07:29:05 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:29:05 ---> ee4cc33919eb 07:29:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:29:05 ---> 74657d9b816e 07:29:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:29:06 ---> 47ca3d01312a 07:29:06 Step 20/24 : ENTRYPOINT ["/core-command"] 07:29:06 ---> Running in 03f2e77d3108 07:29:06 Removing intermediate container 4b9992b54beb 07:29:06 ---> 67883b33c845 07:29:06 07:29:06 Step 11/26 : FROM alpine:3.12 07:29:06 ---> 13621d1b12d4 07:29:06 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 07:29:06 ---> Running in ac189a8ea0f6 07:29:06 Removing intermediate container 03f2e77d3108 07:29:06 ---> fef630c2dacd 07:29:06 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:29:06 ---> Running in 6ff634f07acf 07:29:07 Removing intermediate container 6ff634f07acf 07:29:07 ---> c2be98a1190a 07:29:07 Step 22/24 : LABEL arch=x86_64 07:29:07 ---> Running in 9f8b880197f8 07:29:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:09 Removing intermediate container 9f8b880197f8 07:29:09 ---> a91ca73a2a84 07:29:09 Step 23/24 : LABEL git_sha=4c5818e5119617babbd25cfb7e4ad77454f1270b 07:29:09 ---> Running in cba920858753 07:29:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:09 Removing intermediate container cba920858753 07:29:09 ---> 9d01ebf4ecf0 07:29:09 Step 24/24 : LABEL version=0.0.0 07:29:09 ---> Running in d1c0f4af0907 07:29:09 (1/6) Installing ca-certificates (20191127-r4) 07:29:09 (2/6) Installing nghttp2-libs (1.41.0-r0) 07:29:09 (3/6) Installing libcurl (7.77.0-r0) 07:29:09 (4/6) Installing curl (7.77.0-r0) 07:29:09 (5/6) Installing dumb-init (1.2.2-r1) 07:29:09 Removing intermediate container d1c0f4af0907 07:29:09 ---> 7f9887cbf39a 07:29:09 07:29:09 (6/6) Installing su-exec (0.2-r1) 07:29:09 Executing busybox-1.31.1-r20.trigger 07:29:09 Executing ca-certificates-20191127-r4.trigger 07:29:09 Successfully built 7f9887cbf39a 07:29:09 Successfully tagged core-command:latest 07:29:09  Building core-command ... done OK: 7 MiB in 20 packages 07:29:09 Removing intermediate container ac189a8ea0f6 07:29:09 ---> 670ded78a7c4 07:29:09 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:29:09 ---> Running in 3373527ed340 07:29:09 Removing intermediate container 3373527ed340 07:29:09 ---> d15376f5fef9 07:29:09 Step 14/26 : WORKDIR / 07:29:09 ---> Running in c664a2c8d9ef 07:29:09 Removing intermediate container c664a2c8d9ef 07:29:09 ---> 7e9aa5c1274f 07:29:09 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:29:09 ---> f99f7ca2a9db 07:29:09 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:29:09 ---> 3eeda8c0fd7f 07:29:09 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:29:09 ---> 8d900c55f14d 07:29:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 07:29:10 ---> 2ded9c184e67 07:29:10 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:29:10 ---> 71b264ebecb1 07:29:10 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:29:11 ---> 768bbe8a9d6e 07:29:11 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:29:11 ---> 40e45dd756ee 07:29:11 Step 22/26 : 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/ 07:29:11 ---> Running in 496845f42d75 07:29:13 Removing intermediate container 496845f42d75 07:29:13 ---> af7cba30a73c 07:29:13 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 07:29:13 ---> Running in 90b5ca492b1d 07:29:13 Removing intermediate container 90b5ca492b1d 07:29:13 ---> 750484ddf030 07:29:13 Step 24/26 : LABEL arch=x86_64 07:29:13 Removing intermediate container 5439e9743f98 07:29:13 ---> d03ebc33d728 07:29:13 07:29:13 Step 11/24 : FROM alpine:3.12 07:29:13 ---> 13621d1b12d4 07:29:13 Step 12/24 : RUN apk add --update --no-cache dumb-init 07:29:13 ---> Using cache 07:29:13 ---> 92a230a7e8f8 07:29:13 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:29:13 ---> Using cache 07:29:13 ---> 7e4c0d4fc87d 07:29:13 Step 14/24 : ENV APP_PORT=59881 07:29:13 ---> Running in 2cf25888cb7a 07:29:13 ---> Running in 7b529d8b8729 07:29:13 Removing intermediate container 7b529d8b8729 07:29:13 ---> 1469ed49d2a5 07:29:13 Step 15/24 : EXPOSE $APP_PORT 07:29:13 Removing intermediate container 2cf25888cb7a 07:29:13 ---> 5d57e4fbef56 07:29:13 Step 25/26 : LABEL git_sha=4c5818e5119617babbd25cfb7e4ad77454f1270b 07:29:13 ---> Running in 03afaddedc20 07:29:13 ---> Running in 8f73a3ae0d76 07:29:13 Removing intermediate container 03afaddedc20 07:29:13 ---> b19e742b9203 07:29:13 Step 16/24 : WORKDIR / 07:29:13 Removing intermediate container 8f73a3ae0d76 07:29:13 ---> 6c45454fd502 07:29:13 Step 26/26 : LABEL version=0.0.0 07:29:13 ---> Running in 1e3510ac2baf 07:29:13 ---> Running in 9dbaa9889ed9 07:29:14 Removing intermediate container 9dbaa9889ed9 07:29:14 ---> 365af7d3947e 07:29:14 07:29:14 Removing intermediate container 1e3510ac2baf 07:29:14 ---> 5defac495af2 07:29:14 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:29:14 Successfully built 365af7d3947e 07:29:14 Successfully tagged security-secretstore-setup:latest 07:29:14  Building security-secretstore-setup ... done  ---> 6e9cbb38e704 07:29:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:29:14 Removing intermediate container e2bbb6de4e5b 07:29:14 ---> cae90de767a3 07:29:14 07:29:14 Step 11/24 : FROM alpine:3.12 07:29:14 ---> 13621d1b12d4 07:29:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:29:14 ---> Running in 8f1e8592d9ad 07:29:14 Removing intermediate container 8f1e8592d9ad 07:29:14 ---> c35333ddb03f 07:29:14 Step 13/24 : ENV APP_PORT=59880 07:29:15 ---> 2f78dfad68fb 07:29:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:29:15 ---> Running in 8247cb6b59bc 07:29:15 Removing intermediate container 8247cb6b59bc 07:29:15 ---> 0f56ac6b1862 07:29:15 Step 14/24 : EXPOSE $APP_PORT 07:29:15 ---> Running in d5f13b205352 07:29:15 ---> 1e2040c36185 07:29:15 Step 20/24 : ENTRYPOINT ["/core-metadata"] 07:29:15 ---> Running in ff9193def371 07:29:15 Removing intermediate container d5f13b205352 07:29:15 ---> 781faa7a03ee 07:29:15 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:15 ---> Running in 2ca0e6289bef 07:29:15 Removing intermediate container ff9193def371 07:29:15 ---> 49f8667f6ebf 07:29:15 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:29:15 ---> Running in b68a2ad17970 07:29:15 Removing intermediate container b68a2ad17970 07:29:15 ---> d627ee7a4201 07:29:15 Step 22/24 : LABEL arch=x86_64 07:29:15 ---> Running in 54104c6171f6 07:29:15 Removing intermediate container 54104c6171f6 07:29:15 ---> 03a679f0f654 07:29:15 Step 23/24 : LABEL git_sha=4c5818e5119617babbd25cfb7e4ad77454f1270b 07:29:16 ---> Running in e8579cb7ea39 07:29:16 Removing intermediate container 2ca0e6289bef 07:29:16 ---> 8dc396903651 07:29:16 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 07:29:16 Removing intermediate container e8579cb7ea39 07:29:16 ---> 8387f2ba4a14 07:29:16 Step 24/24 : LABEL version=0.0.0 07:29:16 ---> Running in 220a963b0f47 07:29:16 ---> Running in 4190f1526f48 07:29:16 Removing intermediate container 4190f1526f48 07:29:16 ---> 551617e56231 07:29:16 07:29:16 Successfully built 551617e56231 07:29:16 Successfully tagged core-metadata:latest 07:29:16  Building core-metadata ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:19 (1/6) Installing dumb-init (1.2.2-r1) 07:29:19 (2/6) Installing libgcc (9.3.0-r2) 07:29:19 (3/6) Installing libsodium (1.0.18-r0) 07:29:19 (4/6) Installing libstdc++ (9.3.0-r2) 07:29:20 (5/6) Installing libzmq (4.3.3-r0) 07:29:20 (6/6) Installing zeromq (4.3.3-r0) 07:29:20 Executing busybox-1.31.1-r20.trigger 07:29:20 OK: 8 MiB in 20 packages 07:29:20 Removing intermediate container 220a963b0f47 07:29:20 ---> b48296f327ae 07:29:20 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:29:20 ---> c5437741b17e 07:29:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:29:21 ---> 9c7c5a9b6173 07:29:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:29:21 ---> f52de764e21d 07:29:21 Step 20/24 : ENTRYPOINT ["/core-data"] 07:29:21 ---> Running in 95a043c8a0e5 07:29:21 Removing intermediate container 95a043c8a0e5 07:29:21 ---> 31ae65a0592b 07:29:21 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:29:21 ---> Running in 8324ed8b52f8 07:29:21 Removing intermediate container 8324ed8b52f8 07:29:21 ---> 7d335e23279e 07:29:21 Step 22/24 : LABEL arch=x86_64 07:29:21 ---> Running in 939891b551e1 07:29:22 Removing intermediate container 939891b551e1 07:29:22 ---> 5115703deea0 07:29:22 Step 23/24 : LABEL git_sha=4c5818e5119617babbd25cfb7e4ad77454f1270b 07:29:22 ---> Running in f1c19f4d3c1b 07:29:22 Removing intermediate container f1c19f4d3c1b 07:29:22 ---> b5f59fce06cd 07:29:22 Step 24/24 : LABEL version=0.0.0 07:29:22 ---> Running in 89793aee710c 07:29:22 Removing intermediate container 89793aee710c 07:29:22 ---> 1e8ebd1e6978 07:29:22 07:29:22 Successfully built 1e8ebd1e6978 07:29:22 Successfully tagged core-data:latest 07:29:22  Building core-data ... done  [Pipeline] } 07:29:22 $ docker stop --time=1 1c36ecfdcaef56bb5d688285df15ec2c53d4c1d4b6054c8eddfaa0a467b7beef 07:29:23 $ docker rm -f 1c36ecfdcaef56bb5d688285df15ec2c53d4c1d4b6054c8eddfaa0a467b7beef [Pipeline] // withDockerContainer [Pipeline] sh 07:29:24 + docker images 07:29:24 REPOSITORY TAG IMAGE ID CREATED SIZE 07:29:24 core-data latest 1e8ebd1e6978 2 seconds ago 20.2MB 07:29:24 core-metadata latest 551617e56231 8 seconds ago 16.6MB 07:29:24 cae90de767a3 10 seconds ago 1.15GB 07:29:24 security-secretstore-setup latest 365af7d3947e 11 seconds ago 28.7MB 07:29:24 d03ebc33d728 11 seconds ago 1.15GB 07:29:24 core-command latest 7f9887cbf39a 17 seconds ago 15.9MB 07:29:24 67883b33c845 18 seconds ago 1.15GB 07:29:24 0edf19014651 21 seconds ago 1.14GB 07:29:24 sys-mgmt-agent latest 30f0a544e897 37 seconds ago 312MB 07:29:24 security-bootstrapper latest aa83b918f8b7 52 seconds ago 18.6MB 07:29:24 security-proxy-setup latest ad6275e2859c About a minute ago 25.7MB 07:29:24 support-notifications latest 50d91d441461 About a minute ago 16.7MB 07:29:24 support-scheduler latest ee70bacae454 About a minute ago 15.9MB 07:29:24 fc176aea5cd8 About a minute ago 1.15GB 07:29:24 50fcc1362cec About a minute ago 1.15GB 07:29:24 46e296fe77a4 About a minute ago 1.15GB 07:29:24 4906fae77092 About a minute ago 1.15GB 07:29:24 8f481248e127 About a minute ago 1.15GB 07:29:24 ci-base-image-x86_64 latest b2b39f8aa0cd 5 minutes ago 647MB 07:29:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 6 weeks ago 445MB 07:29:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 7 weeks ago 37.5MB 07:29:24 alpine 3.12 13621d1b12d4 2 months ago 5.58MB 07:29:24 docker 20.10.0 aefe523efa57 6 months ago 240MB 07:29:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 11 months ago 310MB [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 07:29:26 Running on prd-ubuntu18.04-docker-8c-8g-1665 in /w/workspace/edgexfoundry_edgex-go_PR-3571 [Pipeline] { [Pipeline] ws 07:29:26 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 07:29:27 The recommended git tool is: git 07:29:29 using credential edgex-jenkins-ssh 07:29:29 Cloning the remote Git repository 07:29:29 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:29:29 > git init /w/workspace/edgex-go/5 # timeout=10 07:29:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:29:29 > git --version # timeout=10 07:29:29 > git --version # 'git version 2.17.1' 07:29:29 using GIT_SSH to set credentials SSH Credentials for GitHub 07:29:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:29:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:29:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:29:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:29:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:29:35 using GIT_SSH to set credentials SSH Credentials for GitHub 07:29:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3571/head:refs/remotes/origin/PR-3571 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:29:35 Merging remotes/origin/master commit 7c16c30ce5c4a6347a1b0561aa5b86cc6a5e3cf8 into PR head commit 4c5818e5119617babbd25cfb7e4ad77454f1270b 07:29:35 Merge succeeded, producing 4c5818e5119617babbd25cfb7e4ad77454f1270b 07:29:35 Checking out Revision 4c5818e5119617babbd25cfb7e4ad77454f1270b (PR-3571) 07:29:35 > git config core.sparsecheckout # timeout=10 07:29:35 > git checkout -f 4c5818e5119617babbd25cfb7e4ad77454f1270b # timeout=10 07:29:35 > git remote # timeout=10 07:29:35 > git config --get remote.origin.url # timeout=10 07:29:35 using GIT_SSH to set credentials SSH Credentials for GitHub 07:29:35 > git merge 7c16c30ce5c4a6347a1b0561aa5b86cc6a5e3cf8 # timeout=10 07:29:35 > git rev-parse HEAD^{commit} # timeout=10 07:29:35 > git config core.sparsecheckout # timeout=10 07:29:35 > git checkout -f 4c5818e5119617babbd25cfb7e4ad77454f1270b # timeout=10 07:29:41 Commit message: "build(deps): Bump github.com/pelletier/go-toml from 1.9.2 to 1.9.3" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:29:42 + echo snap-build.sh 07:29:42 snap-build.sh 07:29:42 + SNAP_BASE_DIR=. 07:29:42 + '[' '!' -z /w/workspace/edgex-go/5 ']' 07:29:42 + SNAP_BASE_DIR=/w/workspace/edgex-go/5 07:29:42 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' 07:29:42 [snap-build] Building snap in dir [/w/workspace/edgex-go/5] 07:29:42 + cd /w/workspace/edgex-go/5 07:29:42 + sudo apt-get remove -qy --purge lxd lxd-client 07:29:42 Reading package lists... 07:29:42 Building dependency tree... 07:29:42 Reading state information... 07:29:42 The following packages were automatically installed and are no longer required: 07:29:42 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 07:29:42 uidmap xdelta3 07:29:42 Use 'sudo apt autoremove' to remove them. 07:29:42 The following packages will be REMOVED: 07:29:42 lxd* lxd-client* 07:29:43 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 07:29:43 After this operation, 31.7 MB disk space will be freed. 07:29:43 (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 ... 190317 files and directories currently installed.) 07:29:43 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 07:29:44 Removing lxd dnsmasq configuration 07:29:44 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 07:29:44 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 07:29:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:29:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:30:01 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:30:01 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:30:08 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:30:08 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:30:08 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:30:08 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:30:10 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:30:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:30:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:30:11 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:30:11 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 07:30:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.147s coverage: 28.7% of statements 07:30:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:30:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:30:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.308s coverage: 100.0% of statements 07:30:26 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 07:30:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.381s coverage: 53.4% of statements 07:30:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:30:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:30:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.545s coverage: 87.7% of statements 07:30:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 07:30:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 07:30:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/io 0.214s coverage: 78.9% of statements 07:30:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.199s coverage: 81.2% of statements 07:30:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:30:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 07:30:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 07:30:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:30:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:30:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.301s coverage: 95.1% of statements 07:30:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 07:30:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 07:30:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/io [no test files] 07:30:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:30:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 07:30:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 07:30:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:30:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:30:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.240s coverage: 60.0% of statements 07:30:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:30:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:30:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:30:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.293s coverage: 0.8% of statements 07:30:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 07:30:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.157s coverage: 58.8% of statements 07:30:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.185s coverage: 22.0% of statements 07:30:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:30:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.192s coverage: 47.1% of statements 07:30:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.218s coverage: 79.5% of statements 07:30:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.219s coverage: 94.1% of statements 07:30:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.188s coverage: 96.3% of statements 07:30:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.200s coverage: 87.5% of statements 07:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.201s coverage: 94.4% of statements 07:30:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.193s coverage: 44.8% of statements 07:30:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.644s coverage: 81.8% of statements 07:30:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 07:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.300s coverage: 92.9% of statements 07:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements 07:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 07:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 07:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 07:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 07:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.170s coverage: 87.2% of statements 07:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.150s coverage: 100.0% of statements 07:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.182s coverage: 76.0% of statements 07:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.161s coverage: 80.0% of statements 07:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.223s coverage: 87.2% of statements 07:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.266s coverage: 85.4% of statements 07:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.313s coverage: 91.2% of statements 07:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.607s coverage: 64.4% of statements 07:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:31:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.161s coverage: 100.0% of statements 07:31:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements 07:31:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.095s coverage: 100.0% of statements 07:31:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.083s coverage: 73.7% of statements 07:31:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements 07:31:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.098s coverage: 66.9% of statements 07:31:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:31:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:31:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 07:31:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.708s coverage: 43.6% of statements 07:31:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:31:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:31:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.254s coverage: 89.5% of statements 07:31:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:31:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.199s coverage: 84.8% of statements 07:31:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 07:31:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.214s coverage: 19.3% of statements 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:31:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.544s coverage: 91.9% of statements 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/io [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 07:31:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.227s coverage: 62.7% of statements 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:31:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.434s coverage: 97.6% of statements 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/io [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 07:31:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.150s coverage: 28.9% of statements 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 07:31:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:31:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.171s coverage: 100.0% of statements 07:31:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 95.4% of statements 07:31:19 GO111MODULE=on go vet ./... 07:31:21 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:31:21 (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 ... 190142 files and directories currently installed.) 07:31:21 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 07:31:21 Processing triggers for systemd (237-3ubuntu10.45) ... 07:31:21 Processing triggers for ureadahead (0.100.0-21) ... 07:31:21 + sudo snap remove --purge lxd 07:31:21 snap "lxd" is not installed 07:31:21 + sudo groupadd --force --system lxd 07:31:21 ++ whoami 07:31:21 + sudo /usr/sbin/usermod -G lxd -a jenkins 07:31:21 + newgrp - lxd 07:31:21 + sudo snap install lxd 07:32:41 gofmt -l . 07:32:41 [ "`gofmt -l .`" = "" ] 07:32:41 ./bin/test-attribution-txt.sh [Pipeline] sh 07:32:42 + ls -al . 07:32:42 total 544 07:32:42 drwxrwxr-x 9 1001 1001 4096 Jun 16 07:32 . 07:32:42 drwxr-xr-x 4 root root 4096 Jun 16 07:28 .. 07:32:42 -rw-rw-r-- 1 1001 1001 11 Jun 16 07:26 .dockerignore 07:32:42 drwxrwxr-x 8 1001 1001 4096 Jun 16 07:26 .git 07:32:42 drwxrwxr-x 3 1001 1001 4096 Jun 16 07:26 .github 07:32:42 -rw-rw-r-- 1 1001 1001 818 Jun 16 07:26 .gitignore 07:32:42 -rw-rw-r-- 1 1001 1001 166 Jun 16 07:26 .sonarcloud.properties 07:32:42 -rw-rw-r-- 1 1001 1001 8609 Jun 16 07:26 Attribution.txt 07:32:42 -rw-rw-r-- 1 1001 1001 3804 Jun 16 07:26 CONTRIBUTING.md 07:32:42 -rw-rw-r-- 1 1001 1001 931 Jun 16 07:26 Dockerfile.build 07:32:42 -rw-rw-r-- 1 1001 1001 849 Jun 16 07:26 Jenkinsfile 07:32:42 -rw-rw-r-- 1 1001 1001 10775 Jun 16 07:26 LICENSE 07:32:42 -rw-rw-r-- 1 1001 1001 5605 Jun 16 07:26 Makefile 07:32:42 -rw-rw-r-- 1 1001 1001 7905 Jun 16 07:26 README.md 07:32:42 -rw-rw-r-- 1 1001 1001 7071 Jun 16 07:26 SECURITY.md 07:32:42 -rw-rw-r-- 1 1001 1001 5 Jun 16 07:22 VERSION 07:32:42 -rw-rw-r-- 1 1001 1001 4131 Jun 16 07:26 ZMQWindows.md 07:32:42 drwxrwxr-x 2 1001 1001 4096 Jun 16 07:26 bin 07:32:42 drwxrwxr-x 14 1001 1001 4096 Jun 16 07:26 cmd 07:32:42 -rw-r--r-- 1 root root 398195 Jun 16 07:31 coverage.out 07:32:42 -rw-rw-r-- 1 1001 1001 841 Jun 16 07:26 go.mod 07:32:42 -rw-r--r-- 1 root root 20934 Jun 16 07:28 go.sum 07:32:42 drwxrwxr-x 7 1001 1001 4096 Jun 16 07:26 internal 07:32:42 drwxrwxr-x 3 1001 1001 4096 Jun 16 07:26 openapi 07:32:42 drwxrwxr-x 4 1001 1001 4096 Jun 16 07:26 snap 07:32:42 -rw-rw-r-- 1 1001 1001 168 Jun 16 07:26 version.go [Pipeline] sh 07:32:43 + '[' -e coverage.out ] 07:32:43 + chown 1001:1001 coverage.out [Pipeline] stash 07:32:43 Warning: overwriting stash ‘coverage-report’ 07:32:43 Stashed 1 file(s) [Pipeline] sh 07:32:44 + make build 07:32:44 go mod tidy 07:32:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:32:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:33:14 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 07:33:15 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 07:33:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:33:20 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 07:33:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:33:27 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 07:33:30 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 07:33: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 07:33:36 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 07:33:40 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] } 07:33:45 $ docker stop --time=1 baa3940174d2ccde3ebd81c23b41c891fea9a87e7bb67dfa28e25f794ec2088f 07:33:47 $ docker rm -f baa3940174d2ccde3ebd81c23b41c891fea9a87e7bb67dfa28e25f794ec2088f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:33:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:33:49 07:33:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:33:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:33:50 latest: Pulling from edgex-devops/edgex-compose-arm64 07:33:50 29e5d40040c1: Pulling fs layer 07:33:50 1ce36da41761: Pulling fs layer 07:33:50 25b303627fd3: Pulling fs layer 07:33:50 29e5d40040c1: Verifying Checksum 07:33:50 29e5d40040c1: Download complete 07:33:51 1ce36da41761: Verifying Checksum 07:33:51 1ce36da41761: Download complete 07:33:51 29e5d40040c1: Pull complete 07:33:52 1ce36da41761: Pull complete 07:33:52 25b303627fd3: Verifying Checksum 07:33:52 25b303627fd3: Download complete 07:34:03 25b303627fd3: Pull complete 07:34:03 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:34:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:34:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 07:34:03 prd-ubuntu18.04-docker-arm64-4c-16g-1678 does not seem to be running inside a container 07:34:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 07:34:06 $ docker top d689adf4da1dc37ed98e426438821d417f1d9063f3ea52dd0cd928c7354bd549 -eo pid,comm [Pipeline] { [Pipeline] sh 07:34:07 + docker-compose build --help 07:34:07 + grep parallel 07:34:10 --parallel Build images in parallel. [Pipeline] } 07:34:10 $ docker stop --time=1 d689adf4da1dc37ed98e426438821d417f1d9063f3ea52dd0cd928c7354bd549 07:34:12 $ docker rm -f d689adf4da1dc37ed98e426438821d417f1d9063f3ea52dd0cd928c7354bd549 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:34:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:34:13 . [Pipeline] withDockerContainer 07:34:13 prd-ubuntu18.04-docker-arm64-4c-16g-1678 does not seem to be running inside a container 07:34:13 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 07:34:15 $ docker top d66252ac54131c46bf0718b802ead4f6421fa4e74080cde35a48541ab56956aa -eo pid,comm [Pipeline] { [Pipeline] sh 07:34:16 + docker-compose -f ./docker-compose-build.yml build --parallel 07:34:19 Building core-command ... 07:34:19 Building core-data ... 07:34:19 Building core-metadata ... 07:34:19 Building security-bootstrapper ... 07:34:19 Building security-proxy-setup ... 07:34:19 Building security-secretstore-setup ... 07:34:19 Building support-notifications ... 07:34:19 Building support-scheduler ... 07:34:19 Building sys-mgmt-agent ... 07:34:19 Building core-metadata 07:34:19 Building security-secretstore-setup 07:34:19 Building security-proxy-setup 07:34:19 Building support-scheduler 07:34:19 Building security-bootstrapper 07:35:30 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:35:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:35:30 ---> 255763c34d8e 07:35:30 Step 3/24 : WORKDIR /edgex-go 07:35:30 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:35:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:35:30 ---> 255763c34d8e 07:35:30 Step 3/22 : WORKDIR /edgex-go 07:35:30 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:35:30 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:35:30 ---> 255763c34d8e 07:35:30 Step 3/26 : WORKDIR /edgex-go 07:35:30 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:35:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:35:30 ---> 255763c34d8e 07:35:30 Step 3/23 : WORKDIR /edgex-go 07:35:30 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:35:30 Step 2/32 : FROM ${BUILDER_BASE} AS builder 07:35:30 ---> 255763c34d8e 07:35:30 Step 3/32 : WORKDIR /edgex-go 07:35:32 ---> Running in e71cd0f942cf 07:35:32 ---> Running in 8e8e1fd6070e 07:35:32 ---> Running in e6f10c87b770 07:35:32 ---> Running in 2a1da1bcf5ea 07:35:32 ---> Running in 8a6b46f77a19 07:35:32 Removing intermediate container 8e8e1fd6070e 07:35:32 ---> c62aebaf5141 07:35:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:35:32 Removing intermediate container e71cd0f942cf 07:35:32 ---> 2491eb2397fb 07:35:32 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:35:32 Removing intermediate container 2a1da1bcf5ea 07:35:32 ---> f127bc503e08 07:35:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:35:32 Removing intermediate container 8a6b46f77a19 07:35:32 ---> 86a084bdf972 07:35:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:35:32 Removing intermediate container e6f10c87b770 07:35:32 ---> e5bf8fb47d65 07:35:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:35:32 ---> Running in b536f1a73deb 07:35:32 ---> Running in f92a41eb37b5 07:35:32 ---> Running in 5fa8f190c8f8 07:35:32 ---> Running in bfe57af45168 07:35:33 ---> Running in cc35f652257b 07:35:36 Removing intermediate container f92a41eb37b5 07:35:36 ---> 9160f108bff0 07:35:36 Step 5/32 : RUN apk add --update --no-cache make git 07:35:36 ---> Running in 4711d7e096dd 07:35:37 Removing intermediate container 5fa8f190c8f8 07:35:37 ---> 27b89836cad4 07:35:37 Step 5/23 : RUN apk add --update --no-cache make git 07:35:37 ---> Running in 62dfff40ca04 07:35:37 Removing intermediate container b536f1a73deb 07:35:37 ---> 846ff41d12fa 07:35:37 Step 5/22 : RUN apk add --update --no-cache make git 07:35:38 Removing intermediate container bfe57af45168 07:35:38 ---> 94c600fab2e4 07:35:38 Step 5/26 : RUN apk add --update --no-cache make git 07:35:38 Removing intermediate container cc35f652257b 07:35:38 ---> 9a634d4accbb 07:35:38 Step 5/24 : RUN apk add --update --no-cache make git 07:35:38 ---> Running in 686801e4668a 07:35:38 ---> Running in dfeb63901e74 07:35:38 ---> Running in 5300bcc70e49 07:35:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:35:39 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:35:39 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:35:39 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:35:40 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:35:40 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:35:40 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:35:40 OK: 218 MiB in 52 packages 07:35:41 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:35:41 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:35:41 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:35:41 OK: 218 MiB in 52 packages 07:35:42 OK: 218 MiB in 52 packages 07:35:42 OK: 218 MiB in 52 packages 07:35:42 OK: 218 MiB in 52 packages 07:35:42 Removing intermediate container 4711d7e096dd 07:35:42 ---> 771f83ffffd2 07:35:42 Step 6/32 : COPY go.mod . 07:35:42 Removing intermediate container 62dfff40ca04 07:35:42 ---> 6c6a760cdab3 07:35:42 Step 6/23 : COPY go.mod . 07:35:43 Removing intermediate container 686801e4668a 07:35:43 ---> 9a146cf9f77e 07:35:43 Step 6/22 : COPY go.mod . 07:35:43 ---> 4adc292f28ab 07:35:43 Step 7/32 : RUN go mod download 07:35:43 Removing intermediate container dfeb63901e74 07:35:43 ---> 8b7ef49bc282 07:35:43 Step 6/26 : COPY go.mod . 07:35:43 ---> Running in df4274eeef1a 07:35:44 Removing intermediate container 5300bcc70e49 07:35:44 ---> 620d201c27ec 07:35:44 Step 6/24 : COPY go.mod . 07:35:44 ---> aba3b8b17360 07:35:44 Step 7/23 : RUN go mod download 07:35:44 ---> Running in cdaf638b7034 07:35:44 ---> 4e8857250ada 07:35:44 Step 7/22 : RUN go mod download 07:35:44 ---> Running in ca0b44c75e1f 07:35:45 ---> 05db60247004 07:35:45 Step 7/26 : RUN go mod download 07:35:45 ---> Running in 545bd80a1103 07:35:45 ---> 182df60e4a13 07:35:45 Step 7/24 : RUN go mod download 07:35:45 ---> Running in 262e866abee6 07:35:48 Removing intermediate container df4274eeef1a 07:35:48 ---> 9db57d585c8d 07:35:48 Step 8/32 : COPY . . 07:35:48 Removing intermediate container cdaf638b7034 07:35:48 Removing intermediate container ca0b44c75e1f 07:35:48 ---> 4c19fdfb7b1d 07:35:48 ---> 769d446a2591 07:35:48 Step 8/23 : COPY . .Step 8/22 : COPY . . 07:35:48 07:35:49 Removing intermediate container 545bd80a1103 07:35:49 ---> efd5734cfc5d 07:35:49 Step 8/26 : COPY . . 07:35:50 Removing intermediate container 262e866abee6 07:35:50 ---> 194dc778c3b8 07:35:50 Step 8/24 : COPY . . 07:36:12 ---> 9ea16e6fa761 07:36:12 Step 9/32 : RUN go mod tidy 07:36:12 ---> 0df054025cef 07:36:12 Step 9/24 : RUN go mod tidy 07:36:12 ---> efb3cbe7dc45 07:36:12 Step 9/26 : RUN go mod tidy 07:36:12 ---> 50081c08ced7 07:36:12 Step 9/22 : RUN go mod tidy 07:36:12 ---> Running in e4060e9da8f2 07:36:12 ---> Running in f0843057da43 07:36:12 ---> Running in 91d05c3b4286 07:36:12 ---> Running in 5c2e8fa8cda5 07:36:12 ---> d78f066f3caa 07:36:12 Step 9/23 : RUN go mod tidy 07:36:13 ---> Running in 627d631f6900 07:36:19 Removing intermediate container e4060e9da8f2 07:36:19 ---> 0c3a88abdf44 07:36:19 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 07:36:19 ---> Running in b4b9bbc73c0f 07:36:19 Removing intermediate container 5c2e8fa8cda5 07:36:19 ---> 8ab24e1565e3 07:36:19 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:36:19 ---> Running in efae12ecf204 07:36:19 Removing intermediate container f0843057da43 07:36:19 ---> 15c5013db380 07:36:19 Step 10/24 : RUN make cmd/core-metadata/core-metadata 07:36:20 ---> Running in 71f60ea92b30 07:36:20 Removing intermediate container 627d631f6900 07:36:20 ---> dac73d9c85f0 07:36:20 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 07:36:20 Removing intermediate container 91d05c3b4286 07:36:20 ---> 6e4336413124 07:36:20 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:36:20 ---> Running in c01f976c82c6 07:36:20 ---> Running in 4ffe7729df95 07:36:21 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 07:36:21 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 07:36:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:36:23 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 07:36:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:36:28 2021-06-16T07:36:19Z INFO Waiting for automatic snapd restart... 07:36:34 lxd 4.15 from Canonical* installed 07:36:34 + sudo lxd init --auto 07:36:44 + sudo snap install --classic snapcraft 07:36:50 snapcraft 4.8.1 from Canonical* installed 07:36:50 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 07:36:50 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 07:36:50 % Total % Received % Xferd Average Speed Time Time Time Current 07:36:50 Dload Upload Total Spent Left Speed 07:36:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 5016 0 --:--:-- --:--:-- --:--:-- 5016 07:36:50 100 3325k 100 3325k 0 0 11.2M 0 --:--:-- --:--:-- --:--:-- 11.2M 07:36:50 ./yq_linux_amd64 07:36:50 + sudo snapcraft prime --use-lxd 07:36:51 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 07:36:51 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: 07:36:51 - README.md 07:36:51 07:36:51 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:36:52 Launching a container. 07:37:07 Waiting for container to be ready 07:37:07 To start your first instance, try: lxc launch ubuntu:18.04 07:37:07 07:37:10 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 07:37:10 Waiting for network to be ready... 07:37:10 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:37:11 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:37:11 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:37:11 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:37:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1753 kB] 07:37:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [326 kB] 07:37:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 07:37:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 07:37:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [347 kB] 07:37:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [46.3 kB] 07:37:11 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1128 kB] 07:37:11 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [255 kB] 07:37:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:37:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:37:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:37:11 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:37:11 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:37:11 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:37:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:37:12 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2099 kB] 07:37:12 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [417 kB] 07:37:12 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] 07:37:12 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] 07:37:12 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [370 kB] 07:37:12 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [50.1 kB] 07:37:12 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1736 kB] 07:37:12 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [370 kB] 07:37:15 Fetched 24.7 MB in 4s (5704 kB/s) 07:37:15 Reading package lists... 07:37:16 Reading package lists... 07:37:16 Building dependency tree... 07:37:16 Reading state information... 07:37:16 The following additional packages will be installed: 07:37:16 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:37:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:37:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:37:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 07:37:16 Suggested packages: 07:37:16 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 07:37:16 Recommended packages: 07:37:16 gnupg libsasl2-modules 07:37:16 The following NEW packages will be installed: 07:37:16 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 07:37:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 07:37:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 07:37:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 07:37:16 The following packages will be upgraded: 07:37:16 gpg gpg-agent gpgconf libudev1 07:37:16 4 upgraded, 18 newly installed, 0 to remove and 107 not upgraded. 07:37:16 Need to get 3530 kB of archives. 07:37:16 After this operation, 13.3 MB of additional disk space will be used. 07:37:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 07:37:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 07:37:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 07:37:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 07:37:16 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] 07:37:16 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] 07:37:17 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 07:37:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 07:37:17 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 07:37:17 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 07:37:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 07:37:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 07:37:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 07:37:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 07:37:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 07:37:17 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 07:37:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 07:37:17 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 07:37:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 07:37:17 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 07:37:17 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 07:37:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 07:37:17 debconf: delaying package configuration, since apt-utils is not installed 07:37:17 Fetched 3530 kB in 1s (3453 kB/s) 07:37:17 (Reading database ... 12511 files and directories currently installed.) 07:37:17 Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... 07:37:17 Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 07:37:17 Setting up libudev1:amd64 (237-3ubuntu10.47) ... 07:37:17 Selecting previously unselected package udev. 07:37:17 (Reading database ... 12511 files and directories currently installed.) 07:37:17 Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... 07:37:17 Unpacking udev (237-3ubuntu10.47) ... 07:37:17 Selecting previously unselected package libfuse2:amd64. 07:37:17 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 07:37:17 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:37:17 Selecting previously unselected package fuse. 07:37:17 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 07:37:17 Unpacking fuse (2.9.7-1ubuntu1) ... 07:37:17 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 07:37:17 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 07:37:18 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 07:37:18 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 07:37:18 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 07:37:18 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 07:37:18 Selecting previously unselected package libksba8:amd64. 07:37:18 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 07:37:18 Unpacking libksba8:amd64 (1.3.5-2) ... 07:37:18 Selecting previously unselected package libroken18-heimdal:amd64. 07:37:18 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:37:18 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:37:18 Selecting previously unselected package libasn1-8-heimdal:amd64. 07:37:18 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:37:18 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:37:18 Selecting previously unselected package libheimbase1-heimdal:amd64. 07:37:18 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:37:18 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:37:18 Selecting previously unselected package libhcrypto4-heimdal:amd64. 07:37:18 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:37:18 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:37:18 Selecting previously unselected package libwind0-heimdal:amd64. 07:37:18 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:37:18 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:37:18 Selecting previously unselected package libhx509-5-heimdal:amd64. 07:37:18 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:37:18 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:37:18 Selecting previously unselected package libkrb5-26-heimdal:amd64. 07:37:18 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:37:18 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:37:18 Selecting previously unselected package libheimntlm0-heimdal:amd64. 07:37:18 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:37:19 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:37:19 Selecting previously unselected package libgssapi3-heimdal:amd64. 07:37:19 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 07:37:19 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:37:19 Selecting previously unselected package libsasl2-modules-db:amd64. 07:37:19 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:37:19 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:37:19 Selecting previously unselected package libsasl2-2:amd64. 07:37:19 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 07:37:19 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:37:19 Selecting previously unselected package libldap-common. 07:37:19 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 07:37:19 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 07:37:19 Selecting previously unselected package libldap-2.4-2:amd64. 07:37:19 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 07:37:19 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 07:37:19 Selecting previously unselected package dirmngr. 07:37:19 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 07:37:19 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 07:37:19 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 07:37:19 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 07:37:19 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 07:37:19 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:37:19 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 07:37:19 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 07:37:19 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 07:37:19 Setting up libksba8:amd64 (1.3.5-2) ... 07:37:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:37:19 Setting up udev (237-3ubuntu10.47) ... 07:37:19 invoke-rc.d: policy-rc.d denied execution of start. 07:37:19 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 07:37:19 Processing triggers for systemd (237-3ubuntu10) ... 07:37:19 Setting up fuse (2.9.7-1ubuntu1) ... 07:37:20 Setting up gpg (2.2.4-1ubuntu1.4) ... 07:37:20 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:37:20 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 07:37:20 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 07:37:20 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 07:37:20 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 07:37:20 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 07:37:20 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 07:37:20 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 07:37:20 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 07:37:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:37:20 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 07:37:20 settings in the [Install] section, and DefaultInstance for template units). 07:37:20 This means they are not meant to be enabled using systemctl. 07:37:20 Possible reasons for having this kind of units are: 07:37:20 1) A unit may be statically enabled by being symlinked from another unit's 07:37:20 .wants/ or .requires/ directory. 07:37:20 2) A unit's purpose may be to act as a helper for some other unit which has 07:37:20 a requirement dependency on it. 07:37:20 3) A unit may be started when needed via activation (socket, path, timer, 07:37:20 D-Bus, udev, scripted systemctl call, ...). 07:37:20 4) In case of template units, the unit is meant to be enabled with some 07:37:20 instance name specified. 07:37:20 Reading package lists... 07:37:20 Building dependency tree... 07:37:20 Reading state information... 07:37:20 The following additional packages will be installed: 07:37:20 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 07:37:20 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 07:37:20 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 07:37:20 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 07:37:20 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 07:37:20 Suggested packages: 07:37:20 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 07:37:20 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 07:37:20 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 07:37:20 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 07:37:20 systemd-container policykit-1 07:37:20 Recommended packages: 07:37:20 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 07:37:21 The following NEW packages will be installed: 07:37:21 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 07:37:21 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 07:37:21 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 07:37:21 multiarch-support openssh-client python3 python3-minimal python3.6 07:37:21 python3.6-minimal snapd squashfs-tools sudo 07:37:21 The following packages will be upgraded: 07:37:21 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 07:37:21 5 upgraded, 25 newly installed, 0 to remove and 102 not upgraded. 07:37:21 Need to get 36.7 MB of archives. 07:37:21 After this operation, 147 MB of additional disk space will be used. 07:37:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 07:37:21 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 07:37:21 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 07:37:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 07:37:21 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] 07:37:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 07:37:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 07:37:21 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 07:37:21 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 07:37:21 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 07:37:21 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 07:37:21 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 07:37:21 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 07:37:21 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 07:37:21 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 07:37:21 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 07:37:22 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] 07:37:22 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 07:37:22 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 07:37:22 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 07:37:22 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 07:37:22 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 07:37:22 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 07:37:22 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 07:37:22 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 07:37:22 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 07:37:22 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 07:37:22 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 07:37:22 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.2 [111 kB] 07:37:22 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] 07:37:23 debconf: delaying package configuration, since apt-utils is not installed 07:37:23 Fetched 36.7 MB in 2s (18.3 MB/s) 07:37:23 (Reading database ... 12757 files and directories currently installed.) 07:37:23 Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... 07:37:23 Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... 07:37:23 Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... 07:37:23 Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 07:37:24 Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... 07:37:24 (Reading database ... 12757 files and directories currently installed.) 07:37:24 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 07:37:24 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 07:37:24 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 07:37:24 (Reading database ... 12757 files and directories currently installed.) 07:37:24 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 07:37:24 Unpacking apt (1.6.13) over (1.6.1) ... 07:37:24 Setting up apt (1.6.13) ... 07:37:24 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 07:37:24 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 07:37:24 (Reading database ... 12764 files and directories currently installed.) 07:37:25 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 07:37:25 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 07:37:25 Selecting previously unselected package libpython3.6-minimal:amd64. 07:37:25 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 07:37:25 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 07:37:25 Selecting previously unselected package libexpat1:amd64. 07:37:25 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 07:37:25 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:37:25 Selecting previously unselected package python3.6-minimal. 07:37:25 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 07:37:25 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 07:37:25 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 07:37:25 Checking for services that may need to be restarted...done. 07:37:25 Checking for services that may need to be restarted...done. 07:37:25 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 07:37:25 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 07:37:25 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 07:37:26 Selecting previously unselected package python3-minimal. 07:37:26 (Reading database ... 13012 files and directories currently installed.) 07:37:26 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 07:37:26 Unpacking python3-minimal (3.6.7-1~18.04) ... 07:37:26 Selecting previously unselected package mime-support. 07:37:26 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 07:37:26 Unpacking mime-support (3.60ubuntu1) ... 07:37:26 Selecting previously unselected package libmpdec2:amd64. 07:37:26 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 07:37:26 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:37:26 Selecting previously unselected package libpython3.6-stdlib:amd64. 07:37:26 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 07:37:26 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 07:37:26 Selecting previously unselected package python3.6. 07:37:26 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 07:37:26 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 07:37:26 Selecting previously unselected package libpython3-stdlib:amd64. 07:37:26 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 07:37:26 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:37:26 Setting up python3-minimal (3.6.7-1~18.04) ... 07:37:26 Selecting previously unselected package python3. 07:37:26 (Reading database ... 13442 files and directories currently installed.) 07:37:26 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 07:37:26 Unpacking python3 (3.6.7-1~18.04) ... 07:37:26 Selecting previously unselected package multiarch-support. 07:37:26 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 07:37:26 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 07:37:27 Setting up multiarch-support (2.27-3ubuntu1.4) ... 07:37:27 Selecting previously unselected package liblzo2-2:amd64. 07:37:27 (Reading database ... 13479 files and directories currently installed.) 07:37:27 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 07:37:27 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 07:37:27 Selecting previously unselected package libbsd0:amd64. 07:37:27 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 07:37:27 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:37:27 Selecting previously unselected package sudo. 07:37:27 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 07:37:27 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 07:37:27 Selecting previously unselected package apparmor. 07:37:27 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 07:37:27 Unpacking apparmor (2.12-4ubuntu5.1) ... 07:37:27 Selecting previously unselected package libedit2:amd64. 07:37:27 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 07:37:27 Unpacking libedit2:amd64 (3.1-20170329-1) ... 07:37:27 Selecting previously unselected package libkrb5support0:amd64. 07:37:27 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 07:37:27 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:37:27 Selecting previously unselected package libk5crypto3:amd64. 07:37:27 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 07:37:27 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:37:27 Selecting previously unselected package libkeyutils1:amd64. 07:37:27 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 07:37:27 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:37:27 Selecting previously unselected package libkrb5-3:amd64. 07:37:27 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 07:37:27 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:37:27 Selecting previously unselected package libgssapi-krb5-2:amd64. 07:37:27 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 07:37:27 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:37:28 Selecting previously unselected package libssl1.0.0:amd64. 07:37:28 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 07:37:28 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 07:37:28 Selecting previously unselected package openssh-client. 07:37:28 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 07:37:28 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 07:37:28 Selecting previously unselected package squashfs-tools. 07:37:28 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.2_amd64.deb ... 07:37:28 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... 07:37:28 Selecting previously unselected package snapd. 07:37:28 Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... 07:37:28 Unpacking snapd (2.49.2+18.04) ... 07:37:30 Setting up libedit2:amd64 (3.1-20170329-1) ... 07:37:30 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 07:37:30 Setting up mime-support (3.60ubuntu1) ... 07:37:30 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 07:37:30 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 07:37:30 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 07:37:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:37:30 Setting up systemd (237-3ubuntu10.47) ... 07:37:30 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 07:37:31 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 07:37:31 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 07:37:31 Setting up liblzo2-2:amd64 (2.08-1.2) ... 07:37:31 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 07:37:31 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 07:37:31 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 07:37:34 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... 07:37:34 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 07:37:34 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 07:37:34 Setting up python3 (3.6.7-1~18.04) ... 07:37:34 running python rtupdate hooks for python3.6... 07:37:34 running python post-rtupdate hooks for python3.6... 07:37:34 Setting up apparmor (2.12-4ubuntu5.1) ... 07:37:34 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 07:37:34 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 07:37:34 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 07:37:34 Setting up snapd (2.49.2+18.04) ... 07:37:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 07:37:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 07:37:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 07:37:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 07:37:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:37:34 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 07:37:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 07:37:34 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 07:37:34 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 07:37:34 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 07:37:34 /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' 07:37:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 07:37:34 Processing triggers for systemd (237-3ubuntu10.47) ... 07:37:35 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:37:35 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:37:35 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:37:36 Reading package lists... 07:37:36 Reading package lists... 07:37:37 Building dependency tree... 07:37:37 Reading state information... 07:37:37 Calculating upgrade... 07:37:37 The following packages will be upgraded: 07:37:37 advancecomp base-files bash binutils binutils-common 07:37:37 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 07:37:37 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 07:37:37 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 07:37:37 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 07:37:37 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 07:37:37 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 07:37:37 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 07:37:37 libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 07:37:37 libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 07:37:37 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 07:37:37 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 07:37:37 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 07:37:37 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 07:37:37 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 07:37:37 ubuntu-keyring util-linux 07:37:37 102 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 07:37:37 Need to get 64.1 MB of archives. 07:37:37 After this operation, 5097 kB of additional disk space will be used. 07:37:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-144.148 [1003 kB] 07:37:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 07:37:37 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 07:37:37 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 07:37:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 07:37:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 07:37:37 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 07:37:37 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 07:37:37 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 07:37:37 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 07:37:37 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 07:37:37 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 07:37:37 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 07:37:37 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 07:37:37 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 07:37:37 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 07:37:37 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 07:37:37 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 07:37:37 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 07:37:37 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 07:37:37 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 07:37:37 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 07:37:37 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 07:37:37 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 07:37:37 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 07:37:37 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 07:37:37 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 07:37:37 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 07:37:38 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 07:37:38 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 07:37:38 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 07:37:38 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 07:37:38 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 07:37:38 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 07:37:38 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] 07:37:38 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 07:37:38 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 07:37:38 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 07:37:38 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 07:37:38 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 07:37:38 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 07:37:38 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 07:37:38 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 07:37:38 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 07:37:38 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 07:37:38 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 07:37:38 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 07:37:38 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 07:37:38 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 07:37:38 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 07:37:38 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 07:37:38 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 07:37:38 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 07:37:38 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 07:37:38 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 07:37:38 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 07:37:38 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 07:37:38 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 07:37:38 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 07:37:38 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 07:37:38 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 07:37:38 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 07:37:38 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 07:37:38 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 07:37:38 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 07:37:38 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 07:37:38 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 07:37:38 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 07:37:38 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 07:37:38 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 07:37:38 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 07:37:38 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 07:37:38 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 07:37:38 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 07:37:38 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 07:37:38 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 07:37:38 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 07:37:38 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] 07:37:38 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] 07:37:38 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] 07:37:38 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] 07:37:38 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] 07:37:38 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 07:37:38 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 07:37:38 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 07:37:38 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 07:37:38 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 07:37:38 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 07:37:39 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 07:37:39 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 07:37:39 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 07:37:39 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 07:37:39 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 07:37:39 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 07:37:39 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 07:37:39 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 07:37:39 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 07:37:39 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 07:37:39 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 07:37:39 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 07:37:39 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 07:37:39 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 07:37:39 debconf: delaying package configuration, since apt-utils is not installed 07:37:39 Fetched 64.1 MB in 2s (36.6 MB/s) 07:37:39 (Reading database ... 13914 files and directories currently installed.) 07:37:39 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 07:37:39 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:37:39 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 07:37:39 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:37:39 Preparing to unpack .../2-linux-libc-dev_4.15.0-144.148_amd64.deb ... 07:37:39 Unpacking linux-libc-dev:amd64 (4.15.0-144.148) over (4.15.0-20.21) ... 07:37:40 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:37:40 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:37:40 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:37:40 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:37:40 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:37:40 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:37:40 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:37:40 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:37:40 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:37:40 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:37:40 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:37:40 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:37:40 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:37:40 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:37:40 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 07:37:40 (Reading database ... 13914 files and directories currently installed.) 07:37:40 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 07:37:40 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 07:37:40 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 07:37:40 (Reading database ... 13914 files and directories currently installed.) 07:37:40 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:37:40 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:37:40 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:37:40 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:37:41 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:37:41 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 07:37:41 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 07:37:41 (Reading database ... 13914 files and directories currently installed.) 07:37:41 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 07:37:41 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:37:41 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 07:37:41 (Reading database ... 13914 files and directories currently installed.) 07:37:41 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 07:37:41 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 07:37:41 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 07:37:41 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 07:37:42 Setting up base-files (10.1ubuntu2.10) ... 07:37:42 Installing new version of config file /etc/issue ... 07:37:42 Installing new version of config file /etc/issue.net ... 07:37:42 Installing new version of config file /etc/lsb-release ... 07:37:42 Installing new version of config file /etc/update-motd.d/50-motd-news ... 07:37:42 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 07:37:42 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 07:37:42 Removing obsolete conffile /etc/default/motd-news ... 07:37:42 (Reading database ... 13915 files and directories currently installed.) 07:37:42 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 07:37:42 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 07:37:42 Setting up bash (4.4.18-2ubuntu1.2) ... 07:37:42 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 07:37:42 (Reading database ... 13915 files and directories currently installed.) 07:37:42 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 07:37:42 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 07:37:42 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 07:37:42 (Reading database ... 13915 files and directories currently installed.) 07:37:42 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 07:37:42 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 07:37:43 Setting up tar (1.29b-2ubuntu0.2) ... 07:37:43 (Reading database ... 13915 files and directories currently installed.) 07:37:43 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 07:37:43 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:37:44 Setting up dpkg (1.19.0.5ubuntu2.3) ... 07:37:44 (Reading database ... 13915 files and directories currently installed.) 07:37:44 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 07:37:44 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:37:44 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 07:37:44 (Reading database ... 13915 files and directories currently installed.) 07:37:44 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 07:37:44 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:37:44 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 07:37:44 (Reading database ... 13915 files and directories currently installed.) 07:37:44 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 07:37:44 Unpacking grep (3.1-2build1) over (3.1-2) ... 07:37:45 Setting up grep (3.1-2build1) ... 07:37:45 (Reading database ... 13915 files and directories currently installed.) 07:37:45 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 07:37:45 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:37:45 Setting up login (1:4.5-1ubuntu2) ... 07:37:45 (Reading database ... 13915 files and directories currently installed.) 07:37:45 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 07:37:45 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:37:45 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 07:37:45 (Reading database ... 13915 files and directories currently installed.) 07:37:45 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 07:37:45 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:37:45 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 07:37:45 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:37:45 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 07:37:45 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:37:46 Setting up perl-base (5.26.1-6ubuntu0.5) ... 07:37:46 (Reading database ... 13915 files and directories currently installed.) 07:37:46 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 07:37:46 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 07:37:46 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:37:46 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:37:46 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 07:37:46 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 07:37:47 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 07:37:47 (Reading database ... 13915 files and directories currently installed.) 07:37:47 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 07:37:47 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 07:37:47 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 07:37:47 (Reading database ... 13915 files and directories currently installed.) 07:37:47 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:37:47 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:37:47 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:37:47 (Reading database ... 13915 files and directories currently installed.) 07:37:47 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:37:47 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:37:47 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:37:47 (Reading database ... 13915 files and directories currently installed.) 07:37:47 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:37:47 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:37:47 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:37:47 (Reading database ... 13915 files and directories currently installed.) 07:37:47 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:37:47 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:37:47 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:37:47 (Reading database ... 13915 files and directories currently installed.) 07:37:47 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 07:37:47 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:37:47 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 07:37:47 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:37:47 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 07:37:47 (Reading database ... 13915 files and directories currently installed.) 07:37:47 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 07:37:47 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:37:48 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 07:37:48 (Reading database ... 13915 files and directories currently installed.) 07:37:48 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:37:48 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:37:48 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 07:37:48 (Reading database ... 13915 files and directories currently installed.) 07:37:48 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:37:48 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:37:48 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 07:37:48 (Reading database ... 13915 files and directories currently installed.) 07:37:48 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:37:48 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:37:48 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 07:37:48 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 07:37:49 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 07:37:49 (Reading database ... 13915 files and directories currently installed.) 07:37:49 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 07:37:49 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 07:37:49 Setting up libc-bin (2.27-3ubuntu1.4) ... 07:37:49 (Reading database ... 13915 files and directories currently installed.) 07:37:49 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 07:37:49 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 07:37:49 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 07:37:49 (Reading database ... 13917 files and directories currently installed.) 07:37:49 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 07:37:49 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 07:37:49 Setting up debconf (1.5.66ubuntu1) ... 07:37:49 (Reading database ... 13917 files and directories currently installed.) 07:37:49 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 07:37:49 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 07:37:49 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 07:37:50 (Reading database ... 13917 files and directories currently installed.) 07:37:50 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 07:37:50 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 07:37:50 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 07:37:50 (Reading database ... 13917 files and directories currently installed.) 07:37:50 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 07:37:50 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 07:37:50 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 07:37:50 (Reading database ... 13917 files and directories currently installed.) 07:37:50 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 07:37:50 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 07:37:50 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... 07:37:50 (Reading database ... 13919 files and directories currently installed.) 07:37:50 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 07:37:50 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 07:37:50 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 07:37:50 (Reading database ... 13923 files and directories currently installed.) 07:37:50 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 07:37:50 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 07:37:50 Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... 07:37:50 Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... 07:37:50 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 07:37:50 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:37:50 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 07:37:50 (Reading database ... 13923 files and directories currently installed.) 07:37:50 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 07:37:50 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 07:37:50 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 07:37:51 (Reading database ... 13923 files and directories currently installed.) 07:37:51 Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... 07:37:51 Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... 07:37:51 Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... 07:37:51 (Reading database ... 13923 files and directories currently installed.) 07:37:51 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... 07:37:51 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 07:37:51 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... 07:37:51 (Reading database ... 13923 files and directories currently installed.) 07:37:51 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 07:37:51 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 07:37:51 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 07:37:51 (Reading database ... 13923 files and directories currently installed.) 07:37:51 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 07:37:51 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 07:37:51 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 07:37:51 (Reading database ... 13923 files and directories currently installed.) 07:37:51 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 07:37:51 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 07:37:52 Setting up passwd (1:4.5-1ubuntu2) ... 07:37:52 (Reading database ... 13923 files and directories currently installed.) 07:37:52 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 07:37:52 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 07:37:52 Setting up gpgv (2.2.4-1ubuntu1.4) ... 07:37:52 (Reading database ... 13923 files and directories currently installed.) 07:37:52 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 07:37:52 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 07:37:52 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 07:37:52 (Reading database ... 13923 files and directories currently installed.) 07:37:52 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 07:37:52 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 07:37:52 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 07:37:52 (Reading database ... 13923 files and directories currently installed.) 07:37:52 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 07:37:52 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 07:37:52 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 07:37:52 (Reading database ... 13923 files and directories currently installed.) 07:37:52 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 07:37:52 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 07:37:52 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 07:37:53 (Reading database ... 13923 files and directories currently installed.) 07:37:53 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 07:37:53 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 07:37:53 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 07:37:53 (Reading database ... 13923 files and directories currently installed.) 07:37:53 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 07:37:53 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 07:37:53 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 07:37:53 (Reading database ... 13923 files and directories currently installed.) 07:37:53 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 07:37:53 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 07:37:53 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 07:37:53 (Reading database ... 13923 files and directories currently installed.) 07:37:53 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 07:37:53 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 07:37:53 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 07:37:53 (Reading database ... 13924 files and directories currently installed.) 07:37:53 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:37:53 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:37:53 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 07:37:53 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 07:37:53 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 07:37:53 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 07:37:53 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 07:37:53 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 07:37:54 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 07:37:54 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 07:37:54 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 07:37:54 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 07:37:54 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 07:37:54 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 07:37:54 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 07:37:54 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 07:37:54 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 07:37:54 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 07:37:54 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 07:37:54 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 07:37:54 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 07:37:54 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 07:37:54 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 07:37:54 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 07:37:54 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 07:37:54 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 07:37:54 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 07:37:54 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 07:37:54 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 07:37:54 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 07:37:55 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 07:37:55 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 07:37:55 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 07:37:55 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 07:37:55 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 07:37:55 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 07:37:55 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:37:55 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:37:55 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:37:55 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:37:55 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:37:55 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:37:55 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:37:55 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:37:56 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:37:56 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:37:57 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:37:57 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:37:57 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:37:57 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:37:57 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:37:57 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:37:58 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:37:58 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 07:37:58 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:37:58 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:37:58 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 07:37:58 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:37:58 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 07:37:58 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 07:37:59 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 07:37:59 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 07:37:59 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:37:59 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:37:59 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:37:59 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 07:37:59 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 07:37:59 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 07:37:59 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:37:59 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 07:37:59 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:37:59 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:37:59 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:37:59 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 07:37:59 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 07:37:59 Setting up tzdata (2021a-0ubuntu0.18.04) ... 07:37:59 07:37:59 Current default time zone: 'Etc/UTC' 07:37:59 Local time is now: Wed Jun 16 07:37:59 UTC 2021. 07:37:59 Universal Time is now: Wed Jun 16 07:37:59 UTC 2021. 07:37:59 Run 'dpkg-reconfigure tzdata' if you wish to change it. 07:37:59 07:37:59 Setting up systemd-sysv (237-3ubuntu10.47) ... 07:37:59 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:37:59 Setting up linux-libc-dev:amd64 (4.15.0-144.148) ... 07:37:59 Setting up mount (2.31.1-0.4ubuntu3.7) ... 07:37:59 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 07:37:59 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 07:37:59 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 07:37:59 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 07:37:59 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 07:37:59 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 07:37:59 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:37:59 Setting up procps (2:3.3.12-3ubuntu1.2) ... 07:37:59 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 07:37:59 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 07:37:59 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 07:37:59 Setting up patch (2.7.6-2ubuntu1.1) ... 07:37:59 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 07:37:59 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 07:37:59 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 07:37:59 Installing new version of config file /etc/ssl/openssl.cnf ... 07:37:59 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 07:37:59 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 07:37:59 Setting up ca-certificates (20210119~18.04.1) ... 07:38:01 Updating certificates in /etc/ssl/certs... 07:38:02 23 added, 27 removed; done. 07:38:02 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 07:38:02 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:38:02 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 07:38:02 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 07:38:02 Setting up pkgbinarymangler (138.18.04.1) ... 07:38:02 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 07:38:02 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 07:38:02 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 07:38:02 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 07:38:02 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:38:02 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 07:38:02 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:38:02 Setting up perl (5.26.1-6ubuntu0.5) ... 07:38:02 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 07:38:02 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 07:38:02 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 07:38:02 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 07:38:02 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 07:38:02 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 07:38:02 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 07:38:02 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 07:38:02 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 07:38:02 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:38:02 Processing triggers for systemd (237-3ubuntu10.47) ... 07:38:02 Processing triggers for mime-support (3.60ubuntu1) ... 07:38:02 Processing triggers for ca-certificates (20210119~18.04.1) ... 07:38:02 Updating certificates in /etc/ssl/certs... 07:38:03 0 added, 0 removed; done. 07:38:03 Running hooks in /etc/ca-certificates/update.d... 07:38:03 done. 07:38:03 Reading package lists... 07:38:03 Building dependency tree... 07:38:03 Reading state information... 07:38:04 The following NEW packages will be installed: 07:38:04 apt-transport-https 07:38:04 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 07:38:04 Need to get 1692 B of archives. 07:38:04 After this operation, 154 kB of additional disk space will be used. 07:38:04 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 07:38:04 debconf: delaying package configuration, since apt-utils is not installed 07:38:04 Fetched 1692 B in 0s (9499 B/s) 07:38:04 Selecting previously unselected package apt-transport-https. 07:38:04 (Reading database ... 13929 files and directories currently installed.) 07:38:04 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 07:38:04 Unpacking apt-transport-https (1.6.13) ... 07:38:04 Setting up apt-transport-https (1.6.13) ... 07:38:04 Waiting for network to be ready... 07:38:11 2021-06-16T07:38:08Z INFO Waiting for automatic snapd restart... 07:38:11 snapd 2.51 from Canonical* installed 07:38:12 "snapd" switched to the "latest/stable" channel 07:38:12 07:38:14 core18 20210507 from Canonical* installed 07:38:14 "core18" switched to the "latest/stable" channel 07:38:14 07:38:15 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 07:38:15 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 07:38:15 Removing intermediate container b4b9bbc73c0f 07:38:15 ---> bd02582215c3 07:38:15 07:38:15 Step 11/32 : FROM alpine:3.12 07:38:15 3.12: Pulling from library/alpine 07:38:16 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 07:38:16 Status: Downloaded newer image for alpine:3.12 07:38:16 ---> 9852663dfa18 07:38:16 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:38:17 ---> Running in f2d72b3af1f0 07:38:18 snapcraft 4.8.1 from Canonical* installed 07:38:18 "snapcraft" switched to the "latest/stable" channel 07:38:18 07:38:18 Removing intermediate container f2d72b3af1f0 07:38:18 ---> 3b80b5218614 07:38:18 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 07:38:19 ---> Running in 338ee6b02332 07:38:19 Removing intermediate container efae12ecf204 07:38:19 ---> cbe508ebccc8 07:38:19 07:38:19 Step 11/22 : FROM alpine:3.12 07:38:19 ---> 9852663dfa18 07:38:19 Step 12/22 : RUN apk add --update --no-cache curl 07:38:19 Removing intermediate container 4ffe7729df95 07:38:19 ---> 32cbb2867b79 07:38:19 07:38:19 Step 11/23 : FROM alpine:3.12 07:38:19 ---> 9852663dfa18 07:38:19 Step 12/23 : RUN apk add --update --no-cache dumb-init 07:38:19 Removing intermediate container c01f976c82c6 07:38:19 ---> b1de96a32279 07:38:20 07:38:20 Step 11/26 : FROM alpine:3.12 07:38:20 ---> 9852663dfa18 07:38:20 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 07:38:20 ---> Running in dc2b8b7018cb 07:38:20 ---> Running in bb61cdf298b7 07:38:20 ---> Running in 23a820197e7c 07:38:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:38:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:38:22 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: 07:38:22 - README.md 07:38:22 07:38:22 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:38:22 (1/2) Installing dumb-init (1.2.2-r1) 07:38:22 (2/2) Installing su-exec (0.2-r1) 07:38:22 Executing busybox-1.31.1-r20.trigger 07:38:22 OK: 5 MiB in 16 packages 07:38:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:38:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:38:22 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:38:22 Removing intermediate container 71f60ea92b30 07:38:22 ---> e6bf894440ab 07:38:22 07:38:22 Step 11/24 : FROM alpine:3.12 07:38:22 ---> 9852663dfa18 07:38:22 Step 12/24 : RUN apk add --update --no-cache dumb-init 07:38:22 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:38:22 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:38:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:38:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:38:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:38:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:38:23 (1/4) Installing ca-certificates (20191127-r4) 07:38:23 ---> Running in 81d8e29c40ba 07:38:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:38:23 (3/4) Installing libcurl (7.77.0-r0) 07:38:23 (4/4) Installing curl (7.77.0-r0) 07:38:23 Executing busybox-1.31.1-r20.trigger 07:38:23 Executing ca-certificates-20191127-r4.trigger 07:38:23 OK: 7 MiB in 18 packages 07:38:23 (1/1) Installing dumb-init (1.2.2-r1) 07:38:23 (1/6) Installing ca-certificates (20191127-r4) 07:38:23 Executing busybox-1.31.1-r20.trigger 07:38:23 OK: 5 MiB in 15 packages 07:38:23 (2/6) Installing nghttp2-libs (1.41.0-r0) 07:38:23 (3/6) Installing libcurl (7.77.0-r0) 07:38:23 (4/6) Installing curl (7.77.0-r0) 07:38:23 (5/6) Installing dumb-init (1.2.2-r1) 07:38:23 (6/6) Installing su-exec (0.2-r1) 07:38:23 Executing busybox-1.31.1-r20.trigger 07:38:23 Executing ca-certificates-20191127-r4.trigger 07:38:24 Reading package lists... 07:38:24 Removing intermediate container 338ee6b02332 07:38:24 ---> 93251d843a7f 07:38:24 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 07:38:24 OK: 7 MiB in 20 packages 07:38:24 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 07:38:24 Reading package lists... 07:38:24 Building dependency tree... 07:38:24 Reading state information... 07:38:24 Suggested packages: 07:38:24 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 07:38:24 git-gui gitk gitweb git-cvs git-mediawiki git-svn 07:38:24 Recommended packages: 07:38:24 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 07:38:24 The following NEW packages will be installed: 07:38:24 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 07:38:24 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 07:38:24 pkg-config zip 07:38:24 ---> Running in 24822ff7c508 07:38:24 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 07:38:24 Need to get 7663 kB of archives. 07:38:24 After this operation, 43.8 MB of additional disk space will be used. 07:38:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 07:38:24 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 07:38:24 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 07:38:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 07:38:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 07:38:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 07:38:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 07:38:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:38:25 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 07:38:25 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 07:38:25 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 07:38:25 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 07:38:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:38:25 Removing intermediate container 24822ff7c508 07:38:25 ---> 90945ff9d15b 07:38:25 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:38:25 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 07:38:25 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 07:38:25 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 07:38:25 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 07:38:25 debconf: delaying package configuration, since apt-utils is not installed 07:38:25 Fetched 7663 kB in 1s (10.4 MB/s) 07:38:25 Selecting previously unselected package libglib2.0-0:amd64. 07:38:25 (Reading database ... 13933 files and directories currently installed.) 07:38:25 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 07:38:25 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 07:38:25 Selecting previously unselected package libpsl5:amd64. 07:38:25 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 07:38:25 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 07:38:25 Selecting previously unselected package libnghttp2-14:amd64. 07:38:25 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 07:38:25 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:38:25 Selecting previously unselected package librtmp1:amd64. 07:38:25 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 07:38:25 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:38:25 Selecting previously unselected package libcurl3-gnutls:amd64. 07:38:25 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 07:38:25 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 07:38:25 Selecting previously unselected package liberror-perl. 07:38:25 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 07:38:25 Unpacking liberror-perl (0.17025-1) ... 07:38:25 Selecting previously unselected package git-man. 07:38:25 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 07:38:25 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 07:38:25 (1/1) Installing dumb-init (1.2.2-r1) 07:38:25 Executing busybox-1.31.1-r20.trigger 07:38:25 OK: 5 MiB in 15 packages 07:38:25 ---> Running in 89075c0f30e2 07:38:25 Removing intermediate container bb61cdf298b7 07:38:25 ---> be11eb465dce 07:38:25 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:38:26 Selecting previously unselected package git. 07:38:26 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 07:38:26 Unpacking git (1:2.17.1-1ubuntu0.8) ... 07:38:26 Removing intermediate container dc2b8b7018cb 07:38:26 ---> 9a609e47f3ff 07:38:26 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:38:26 ---> Running in 99c3a2ec54fc 07:38:26 Selecting previously unselected package libnorm1:amd64. 07:38:26 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 07:38:26 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:38:26 Selecting previously unselected package libpgm-5.2-0:amd64. 07:38:26 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 07:38:26 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:38:26 Selecting previously unselected package libsodium23:amd64. 07:38:26 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 07:38:26 Unpacking libsodium23:amd64 (1.0.16-2) ... 07:38:26 Selecting previously unselected package libzmq5:amd64. 07:38:26 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 07:38:26 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:38:26 Selecting previously unselected package libzmq3-dev:amd64. 07:38:26 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 07:38:26 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:38:26 Removing intermediate container 23a820197e7c 07:38:26 ---> 87e29a96c3e6 07:38:26 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:38:26 ---> Running in de820b1b19d5 07:38:26 Removing intermediate container 89075c0f30e2 07:38:26 ---> a30e9532e740 07:38:26 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:38:26 ---> Running in de95f9b7334f 07:38:27 Selecting previously unselected package pkg-config. 07:38:27 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 07:38:27 Unpacking pkg-config (0.29.1-0ubuntu2) ... 07:38:27 Selecting previously unselected package zip. 07:38:27 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 07:38:27 Unpacking zip (3.0-11build1) ... 07:38:27 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:38:27 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 07:38:27 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 07:38:27 Setting up liberror-perl (0.17025-1) ... 07:38:27 Setting up libpsl5:amd64 (0.19.1-5build1) ... 07:38:27 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 07:38:27 No schema files found: doing nothing. 07:38:27 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 07:38:27 Setting up zip (3.0-11build1) ... 07:38:27 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:38:27 Setting up libsodium23:amd64 (1.0.16-2) ... 07:38:27 Setting up pkg-config (0.29.1-0ubuntu2) ... 07:38:27 ---> Running in bb773ffacec7 07:38:27 Removing intermediate container 99c3a2ec54fc 07:38:27 ---> 390a53d64ff0 07:38:27 Step 14/23 : ENV APP_PORT=59861 07:38:27 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:38:27 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 07:38:27 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:38:27 Setting up git (1:2.17.1-1ubuntu0.8) ... 07:38:27 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 07:38:27 ---> Running in 742e1818f14f 07:38:27 Removing intermediate container de820b1b19d5 07:38:27 ---> 5478a986728c 07:38:27 Step 14/22 : WORKDIR /edgex 07:38:27 Removing intermediate container 81d8e29c40ba 07:38:27 ---> 09b3ce955358 07:38:27 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:38:27 Removing intermediate container de95f9b7334f 07:38:27 ---> 45b94ac4ff50 07:38:27 Step 14/26 : WORKDIR / 07:38:27 git set to automatically installed. 07:38:27 git-man set to automatically installed. 07:38:27 libcurl3-gnutls set to automatically installed. 07:38:27 liberror-perl set to automatically installed. 07:38:27 libglib2.0-0 set to automatically installed. 07:38:27 libnghttp2-14 set to automatically installed. 07:38:27 libnorm1 set to automatically installed. 07:38:27 libpgm-5.2-0 set to automatically installed. 07:38:27 libpsl5 set to automatically installed. 07:38:27 librtmp1 set to automatically installed. 07:38:27 libsodium23 set to automatically installed. 07:38:27 libzmq3-dev set to automatically installed. 07:38:27 libzmq5 set to automatically installed. 07:38:27 pkg-config set to automatically installed. 07:38:27 zip set to automatically installed. 07:38:27 ---> Running in 424e4390b044 07:38:27 ---> Running in 35d88406fd67 07:38:27 ---> Running in 238c98e91d88 07:38:28 Removing intermediate container 742e1818f14f 07:38:28 ---> 1a5af08fdce4 07:38:28 Step 15/23 : EXPOSE $APP_PORT 07:38:28 ---> Running in 12794ac0ace3 07:38:28 Removing intermediate container 424e4390b044 07:38:28 ---> afdb5cdd4927 07:38:28 Step 14/24 : ENV APP_PORT=59881 07:38:28 Removing intermediate container 35d88406fd67 07:38:28 ---> 14e823e21e51 07:38:28 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:38:28 Removing intermediate container 238c98e91d88 07:38:28 ---> 5aec8da6b4af 07:38:28 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:38:28 snapd is not logged in, snap install commands will use sudo 07:38:29 ---> Running in 48477d896e95 07:38:29 Removing intermediate container 12794ac0ace3 07:38:29 ---> d1fb75e45b87 07:38:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:38:30 Removing intermediate container 48477d896e95 07:38:30 ---> 5595f7b60fc3 07:38:30 Step 15/24 : EXPOSE $APP_PORT 07:38:30 ---> Running in 353d7a9cb9da 07:38:30 ---> f53219f42ad3 07:38:30 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:38:30 ---> a048cb3b86c2 07:38:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:38:30 Removing intermediate container bb773ffacec7 07:38:30 ---> f8bf80c2b0d0 07:38:30 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 07:38:30 ---> Running in af77e82de04c 07:38:30 ---> e50dce255d12 07:38:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:38:30 Removing intermediate container 353d7a9cb9da 07:38:30 ---> b94fffa1377f 07:38:30 Step 16/24 : WORKDIR / 07:38:30 ---> Running in e61f9c1ee2a2 07:38:31 Removing intermediate container af77e82de04c 07:38:31 ---> 338a9ffa3c1e 07:38:31 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:38:31 ---> b0b0897e90c8 07:38:31 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:38:32 Removing intermediate container e61f9c1ee2a2 07:38:32 ---> 3694e24033a1 07:38:32 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:38:32 ---> daf69b7dd633 07:38:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:38:32 ---> 6b0ac8e73d68 07:38:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:38:32 ---> ecb75d4bdca2 07:38:32 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 07:38:32 ---> 2805b7fd21ad 07:38:32 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:38:32 ---> Running in 33ff53ae4cc7 07:38:33 ---> 637fbe62f74c 07:38:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:38:33 ---> 8ceb38730923 07:38:33 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 07:38:33 ---> Running in 53195db62178 07:38:34 go (1.16/stable) 1.16.5 from Michael Hudson-Doyle (mwhudson) installed 07:38:34 ---> f5d2a267ffe5 07:38:34 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:38:34 ---> 3a2511b367ce 07:38:34 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:38:34 ---> Running in 7a43d9dd911d 07:38:34 Removing intermediate container 53195db62178 07:38:34 ---> d2dd70d93872 07:38:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:38:34 snapd is not logged in, snap install commands will use sudo 07:38:34 ---> Running in 478fccaece69 07:38:35 Removing intermediate container 7a43d9dd911d 07:38:35 ---> ca33af5275ea 07:38:35 Step 19/22 : CMD ["--init=true"] 07:38:35 ---> ee88d1014dda 07:38:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:38:35 snap "core18" has no updates available 07:38:35 ---> Running in 2d73c9219a06 07:38:35 Removing intermediate container 478fccaece69 07:38:35 ---> 4294d332290f 07:38:35 Step 21/23 : LABEL arch=arm64 07:38:35 ---> Running in 5358356f162a 07:38:36 Removing intermediate container 33ff53ae4cc7 07:38:36 ---> 6a359c32ae0e 07:38:36 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 07:38:36 ---> 35e6715444be 07:38:36 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:38:36 Removing intermediate container 2d73c9219a06 07:38:36 ---> 8fc49ba394de 07:38:36 Step 20/22 : LABEL arch=arm64 07:38:36 ---> 2ae5858bca3e 07:38:36 Step 20/24 : ENTRYPOINT ["/core-metadata"] 07:38:36 Downloading snap 'edgex-app-service-configurable' 07:38:36 ---> Running in cfb6d53fd52c 07:38:36 ---> Running in b49423eb7875 07:38:36 Removing intermediate container 5358356f162a 07:38:36 ---> 294ea4e5f6af 07:38:36 Step 22/23 : LABEL git_sha=4c5818e5119617babbd25cfb7e4ad77454f1270b 07:38:37 ---> Running in 72b07b9cbb83 07:38:37 ---> a1a3b09ed428 07:38:37 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:38:37 Removing intermediate container cfb6d53fd52c 07:38:37 ---> ba3bd1962768 07:38:37 Step 21/22 : LABEL git_sha=4c5818e5119617babbd25cfb7e4ad77454f1270b 07:38:37 Removing intermediate container b49423eb7875 07:38:37 ---> 264aee5df66b 07:38:37 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:38:37 ---> Running in 1b4653bdcfd6 07:38:38 ---> Running in 9d6dcb7422d7 07:38:38 Removing intermediate container 72b07b9cbb83 07:38:38 ---> a353ccbe6d7a 07:38:38 Step 23/23 : LABEL version=0.0.0 07:38:38 ---> 6ad01a88d6b8 07:38:38 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:38:38 2021/06/16 07:38:38.421321 store_download.go:482: Download size for https://api.snapcraft.io/api/v1/snaps/download/wW8JyHIizgTdIP8m6nZjdtvUCj5wEeoL_557.snap: 7307264 07:38:38 ---> Running in 81621380fafc 07:38:38 Removing intermediate container 1b4653bdcfd6 07:38:38 ---> a755d234492c 07:38:38 Step 22/22 : LABEL version=0.0.0 07:38:38 Removing intermediate container 9d6dcb7422d7 07:38:38 ---> 1eb037e2bf3e 07:38:38 Step 22/24 : LABEL arch=arm64 07:38:39 ---> Running in 85f66de6c937 07:38:39 ---> e8c9f8c8d851 07:38:39 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:38:39 ---> Running in d2d076f0c75e 07:38:39 Removing intermediate container 81621380fafc 07:38:39 ---> 0aead610ead6 07:38:39 07:38:39 ---> 9fea24cf9bb5 07:38:39 Step 22/26 : 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/ 07:38:39 ---> Running in 28fd5f274773 07:38:39 Removing intermediate container 85f66de6c937 07:38:39 ---> 40482fddc04f 07:38:39 07:38:39 Successfully built 0aead610ead6 07:38:39 Successfully tagged support-scheduler-arm64:latest 07:38:39  Building support-scheduler ... done Building sys-mgmt-agent 07:38:40 Removing intermediate container d2d076f0c75e 07:38:40 ---> 28636294beb9 07:38:40 Step 23/24 : LABEL git_sha=4c5818e5119617babbd25cfb7e4ad77454f1270b 07:38:40 Successfully built 40482fddc04f 07:38:40 Successfully tagged security-proxy-setup-arm64:latest 07:38:40 Building core-command 07:38:40 ---> Running in 48977f96c0c7 07:38:40  Building security-proxy-setup ... done  ---> 1a7d0a1854fa 07:38:40 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:38:41 Removing intermediate container 48977f96c0c7 07:38:41 ---> 01df8787dab3 07:38:41 Step 24/24 : LABEL version=0.0.0 07:38:42 ---> Running in 2e6b78ea8b4c 07:38:42 ---> c3a6b76f724d 07:38:42 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 07:38:43 Removing intermediate container 2e6b78ea8b4c 07:38:43 ---> 84f0a0529ffc 07:38:43 07:38:43 Successfully built 84f0a0529ffc 07:38:43 Successfully tagged core-metadata-arm64:latest 07:38:43  Building core-metadata ... done Building core-data 07:38:43 ---> 94951af0bda1 07:38:43 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 07:38:43 Removing intermediate container 28fd5f274773 07:38:43 ---> 55d62d100925 07:38:43 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 07:38:44 ---> Running in 58518ec35888 07:38:44 ---> Running in 0293606fcd18 07:38:44 Removing intermediate container 58518ec35888 07:38:44 ---> 4dbae4ce2b3e 07:38:44 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:38:45 Removing intermediate container 0293606fcd18 07:38:45 ---> 4d5afed2aba0 07:38:45 Step 24/26 : LABEL arch=arm64 07:38:45 ---> Running in 67c1f8cf3ebb 07:38:46 ---> dbc38c4f4f72 07:38:46 Step 27/32 : RUN chmod +x /entrypoint.sh 07:38:46 Removing intermediate container 67c1f8cf3ebb 07:38:46 ---> 030ade2a5aec 07:38:46 Step 25/26 : LABEL git_sha=4c5818e5119617babbd25cfb7e4ad77454f1270b 07:38:46 ---> Running in d9f842fba1c6 07:38:46 ---> Running in 6293254503e6 07:38:47 Removing intermediate container 6293254503e6 07:38:47 ---> 9e7a9084dca0 07:38:47 Step 26/26 : LABEL version=0.0.0 07:38:48 ---> Running in 3e205e28a0b5 07:38:48 Removing intermediate container 3e205e28a0b5 07:38:48 ---> 58995f45f0a7 07:38:48 07:38:49 Successfully built 58995f45f0a7 07:38:49 Successfully tagged security-secretstore-setup-arm64:latest 07:38:49  Building security-secretstore-setup ... done Building support-notifications 07:38:49 Removing intermediate container d9f842fba1c6 07:38:49 ---> c7937d7132c8 07:38:49 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 07:38:49 ---> Running in 216c43b5ea5b 07:38:50 Removing intermediate container 216c43b5ea5b 07:38:50 ---> af90839c8b82 07:38:50 Step 29/32 : CMD ["gate"] 07:38:51 ---> Running in 620359e33d5d 07:38:51 Removing intermediate container 620359e33d5d 07:38:51 ---> 7dbd477694dc 07:38:51 Step 30/32 : LABEL arch=arm64 07:38:52 ---> Running in 4512a1ff0ea0 07:38:53 Removing intermediate container 4512a1ff0ea0 07:38:53 ---> 09121cb041a3 07:38:53 Step 31/32 : LABEL git_sha=4c5818e5119617babbd25cfb7e4ad77454f1270b 07:38:55 ---> Running in ff4d7e909aba 07:38:55 Removing intermediate container ff4d7e909aba 07:38:55 ---> 0e0ebe63f712 07:38:55 Step 32/32 : LABEL version=0.0.0 07:38:55 ---> Running in 6e7870795290 07:38:55 Removing intermediate container 6e7870795290 07:38:55 ---> c76533b2f92a 07:38:55 07:38:55 Successfully built c76533b2f92a 07:38:55 Successfully tagged security-bootstrapper-arm64:latest 07:39:34  Building security-bootstrapper ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:39:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:39:34 ---> 255763c34d8e 07:39:34 Step 3/24 : WORKDIR /edgex-go 07:39:34 ---> Using cache 07:39:34 ---> e5bf8fb47d65 07:39:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:39:34 ---> Using cache 07:39:34 ---> 9a634d4accbb 07:39:34 Step 5/24 : RUN apk add --update --no-cache make bash git 07:39:34 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:39:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:39:34 ---> 255763c34d8e 07:39:34 Step 3/24 : WORKDIR /edgex-go 07:39:34 ---> Using cache 07:39:34 ---> e5bf8fb47d65 07:39:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:39:34 ---> Using cache 07:39:34 ---> 9a634d4accbb 07:39:34 Step 5/24 : RUN apk add --update --no-cache make git 07:39:34 ---> Using cache 07:39:34 ---> 620d201c27ec 07:39:34 Step 6/24 : COPY go.mod . 07:39:34 ---> Using cache 07:39:34 ---> 182df60e4a13 07:39:34 Step 7/24 : RUN go mod download 07:39:34 ---> Using cache 07:39:34 ---> 194dc778c3b8 07:39:34 Step 8/24 : COPY . . 07:39:34 ---> Using cache 07:39:34 ---> 0df054025cef 07:39:34 Step 9/24 : RUN go mod tidy 07:39:34 ---> Using cache 07:39:34 ---> 15c5013db380 07:39:34 Step 10/24 : RUN make cmd/core-command/core-command 07:39:34 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:39:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:39:34 ---> 255763c34d8e 07:39:34 Step 3/24 : WORKDIR /edgex-go 07:39:34 ---> Using cache 07:39:34 ---> e5bf8fb47d65 07:39:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:39:34 ---> Using cache 07:39:34 ---> 9a634d4accbb 07:39:34 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:39:35 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 07:39:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:39:35 ---> 255763c34d8e 07:39:35 Step 3/23 : WORKDIR /edgex-go 07:39:35 ---> Using cache 07:39:35 ---> e5bf8fb47d65 07:39:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:39:35 ---> Using cache 07:39:35 ---> 9a634d4accbb 07:39:35 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 07:39:35 ---> Running in 034c0d5ff18f 07:39:35 ---> Running in 336a0cd9d92a 07:39:35 ---> Running in 0cb6da375c91 07:39:35 ---> Running in c7fb2c6d6953 07:39:37 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:39:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:39:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:39:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 07:39:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:39:39 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:39:39 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 07:39:39 OK: 218 MiB in 52 packages 07:39:40 OK: 218 MiB in 52 packages 07:39:40 OK: 218 MiB in 52 packages 07:39:41 Removing intermediate container 034c0d5ff18f 07:39:41 ---> 05ae92983a40 07:39:41 Step 6/24 : COPY go.mod . 07:39:41 Removing intermediate container 336a0cd9d92a 07:39:41 ---> 1c206e2757b7 07:39:41 Step 6/23 : COPY go.mod . 07:39:42 Removing intermediate container c7fb2c6d6953 07:39:42 ---> a38161d41a08 07:39:42 Step 6/24 : COPY go.mod . 07:39:43 ---> 7b315b597054 07:39:43 Step 7/24 : RUN go mod download 07:39:43 ---> Running in 2f913fccde92 07:39:43 ---> 2e7e23a88ee7 07:39:43 Step 7/23 : RUN go mod download 07:39:43 ---> Running in 6c2b437f6d36 07:39:44 ---> ed91cbf8de3c 07:39:44 Step 7/24 : RUN go mod download 07:39:44 ---> Running in 23464059ee2b 07:39:48 Pulling app-service-config 07:39:48 + snapcraftctl pull 07:39:48 Pulling config-common 07:39:48 + snapcraftctl pull 07:39:48 Pulling go-build-helper 07:39:48 + snapcraftctl pull 07:39:48 'edgex-go' has dependencies that need to be staged: go-build-helper 07:39:48 Skipping pull go-build-helper (already ran) 07:39:48 Building go-build-helper 07:39:48 + snapcraftctl build 07:39:48 Staging go-build-helper 07:39:48 + snapcraftctl stage 07:39:49 Removing intermediate container 2f913fccde92 07:39:49 ---> b541ffe2a947 07:39:49 Step 8/24 : COPY . . 07:39:49 Removing intermediate container 6c2b437f6d36 07:39:49 ---> cf959d5e504d 07:39:49 Step 8/23 : COPY . . 07:39:49 Removing intermediate container 23464059ee2b 07:39:49 ---> c01b232fa560 07:39:49 Step 8/24 : COPY . . 07:39:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:39:51 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 07:39:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1753 kB] 07:39:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [326 kB] 07:39:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 07:39:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 07:39:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [347 kB] 07:39:51 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [46.3 kB] 07:39:51 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1128 kB] 07:39:51 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [255 kB] 07:39:51 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:39:51 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 07:39:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 07:39:51 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 07:39:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 07:39:51 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 07:39:51 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 07:39:51 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 07:39:51 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 07:39:51 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2099 kB] 07:39:51 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [417 kB] 07:39:51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [26.6 kB] 07:39:51 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6792 B] 07:39:51 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [370 kB] 07:39:51 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [50.1 kB] 07:39:51 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1736 kB] 07:39:51 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [370 kB] 07:39:51 Fetched 24.7 MB in 0s (0 B/s) 07:39:51 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 07:39:51 Fetched 224 kB in 0s (0 B/s) 07:39:51 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 07:39:51 Fetched 157 kB in 0s (0 B/s) 07:39:51 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 07:39:51 Fetched 221 kB in 0s (0 B/s) 07:39:51 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 07:39:51 Fetched 143 kB in 0s (0 B/s) 07:39:51 Pulling edgex-go 07:39:51 + snapcraftctl pull 07:40:10 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 07:40:10 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 07:40:10 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:40:10 Fetched 0 B in 0s (0 B/s) 07:40:10 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 07:40:10 Fetched 96.5 kB in 0s (0 B/s) 07:40:10 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 07:40:10 Fetched 279 kB in 0s (0 B/s) 07:40:10 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 07:40:10 Fetched 122 kB in 0s (0 B/s) 07:40:10 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 07:40:10 Fetched 77.8 kB in 0s (0 B/s) 07:40:10 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 07:40:10 Fetched 8848 B in 0s (0 B/s) 07:40:10 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 07:40:10 Fetched 47.8 kB in 0s (0 B/s) 07:40:10 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 07:40:10 Fetched 45.6 kB in 0s (0 B/s) 07:40:10 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 07:40:10 Fetched 15.0 kB in 0s (0 B/s) 07:40:10 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 07:40:10 Fetched 219 kB in 0s (0 B/s) 07:40:10 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 07:40:10 Fetched 154 kB in 0s (0 B/s) 07:40:10 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 07:40:10 Fetched 50.6 kB in 0s (0 B/s) 07:40:10 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 07:40:10 Fetched 14.8 kB in 0s (0 B/s) 07:40:10 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 07:40:10 Fetched 41.8 kB in 0s (0 B/s) 07:40:10 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 07:40:10 Fetched 499 kB in 0s (0 B/s) 07:40:10 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 07:40:10 Fetched 111 kB in 0s (0 B/s) 07:40:10 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 07:40:10 Fetched 240 kB in 0s (0 B/s) 07:40:10 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 07:40:10 Fetched 29.3 kB in 0s (0 B/s) 07:40:10 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 07:40:10 Fetched 85.5 kB in 0s (0 B/s) 07:40:10 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 07:40:10 Fetched 24.5 kB in 0s (0 B/s) 07:40:10 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 07:40:10 Fetched 49.2 kB in 0s (0 B/s) 07:40:10 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 07:40:10 Fetched 54.2 kB in 0s (0 B/s) 07:40:10 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 07:40:10 Fetched 30.8 kB in 0s (0 B/s) 07:40:10 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 07:40:10 Fetched 15.8 kB in 0s (0 B/s) 07:40:10 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 07:40:10 Fetched 85.9 kB in 0s (0 B/s) 07:40:10 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 07:40:10 Fetched 8720 B in 0s (0 B/s) 07:40:10 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 07:40:10 Fetched 137 kB in 0s (0 B/s) 07:40:10 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 07:40:10 Fetched 119 kB in 0s (0 B/s) 07:40:10 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 07:40:10 Fetched 110 kB in 0s (0 B/s) 07:40:10 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 07:40:10 Fetched 11.1 kB in 0s (0 B/s) 07:40:10 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 07:40:10 Fetched 645 kB in 0s (0 B/s) 07:40:10 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 07:40:10 Fetched 41.3 kB in 0s (0 B/s) 07:40:10 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 07:40:10 Fetched 17.9 kB in 0s (0 B/s) 07:40:10 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 07:40:10 Fetched 368 kB in 0s (0 B/s) 07:40:10 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 07:40:10 Fetched 187 kB in 0s (0 B/s) 07:40:10 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 07:40:10 Fetched 175 kB in 0s (0 B/s) 07:40:10 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 07:40:10 Fetched 206 kB in 0s (0 B/s) 07:40:10 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 07:40:10 Fetched 1301 kB in 0s (0 B/s) 07:40:10 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 07:40:10 Fetched 36.2 kB in 0s (0 B/s) 07:40:10 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 07:40:10 Fetched 159 kB in 0s (0 B/s) 07:40:10 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 07:40:10 Fetched 107 kB in 0s (0 B/s) 07:40:10 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 07:40:10 Fetched 48.7 kB in 0s (0 B/s) 07:40:10 Pulling static-packages 07:40:10 + snapcraftctl pull 07:40:10 Pulling version 07:40:10 + cd /root/project 07:40:10 + + git describe --tags --abbrev=0 07:40:10 sed s/v// 07:40:10 + GIT_VERSION=2.0.0-dev.266 07:40:10 + [ -z 2.0.0-dev.266 ] 07:40:10 + snapcraftctl set-version 2.0.0-dev.266 07:40:10 Building app-service-config 07:40:10 + snapcraftctl build 07:40:11 Building config-common 07:40:11 + snapcraftctl build 07:40:13 Skipping build go-build-helper (already ran) 07:40:13 Building edgex-go 07:40:14 + cd /root/parts/edgex-go/src 07:40:14 + make build 07:40:14 go mod tidy 07:40:16 go: downloading github.com/gorilla/mux v1.8.0 07:40:16 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.66 07:40:16 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.100 07:40:16 go: downloading github.com/stretchr/testify v1.7.0 07:40:16 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.16 07:40:16 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 07:40:16 go: downloading github.com/google/uuid v1.2.0 07:40:16 go: downloading gopkg.in/yaml.v2 v2.4.0 07:40:16 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 07:40:16 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.26 07:40:16 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 07:40:16 go: downloading github.com/lib/pq v1.10.2 07:40:16 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 07:40:16 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 07:40:16 go: downloading github.com/pelletier/go-toml v1.9.3 07:40:16 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 07:40:16 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.8 07:40:16 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.10 07:40:17 go: downloading github.com/go-playground/validator/v10 v10.6.1 07:40:17 go: downloading github.com/go-kit/kit v0.9.0 07:40:17 go: downloading github.com/davecgh/go-spew v1.1.1 07:40:17 go: downloading github.com/pmezard/go-difflib v1.0.0 07:40:17 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 07:40:17 go: downloading github.com/stretchr/objx v0.1.0 07:40:17 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 07:40:17 go: downloading github.com/x448/float16 v0.8.4 07:40:17 go: downloading github.com/go-playground/universal-translator v0.17.0 07:40:17 go: downloading github.com/leodido/go-urn v1.2.0 07:40:17 go: downloading golang.org/x/text v0.3.2 07:40:17 go: downloading github.com/go-playground/assert/v2 v2.0.1 07:40:17 go: downloading github.com/go-playground/locales v0.13.0 07:40:17 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 07:40:17 go: downloading github.com/go-redis/redis/v7 v7.3.0 07:40:17 go: downloading github.com/pebbe/zmq4 v1.2.7 07:40:17 go: downloading github.com/kr/pretty v0.2.0 07:40:17 go: downloading github.com/go-logfmt/logfmt v0.4.0 07:40:17 go: downloading github.com/go-stack/stack v1.8.0 07:40:17 go: downloading github.com/hashicorp/consul/api v1.8.1 07:40:17 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 07:40:17 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 07:40:17 go: downloading github.com/gorilla/websocket v1.4.2 07:40:18 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 07:40:18 go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 07:40:18 go: downloading github.com/kr/text v0.1.0 07:40:18 go: downloading github.com/onsi/ginkgo v1.10.1 07:40:18 go: downloading github.com/mitchellh/copystructure v1.0.0 07:40:18 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 07:40:18 go: downloading github.com/onsi/gomega v1.7.0 07:40:18 go: downloading github.com/mitchellh/mapstructure v1.1.2 07:40:19 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 07:40:19 go: downloading github.com/hashicorp/go-hclog v0.12.0 07:40:19 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 07:40:19 go: downloading github.com/hashicorp/serf v0.9.5 07:40:19 go: downloading github.com/hashicorp/consul/sdk v0.7.0 07:40:19 go: downloading github.com/hashicorp/go-uuid v1.0.1 07:40:19 go: downloading github.com/mitchellh/reflectwalk v1.0.0 07:40:19 go: downloading github.com/mitchellh/go-homedir v1.1.0 07:40:19 go: downloading github.com/pkg/errors v0.8.1 07:40:19 go: downloading github.com/fatih/color v1.9.0 07:40:19 go: downloading github.com/mattn/go-colorable v0.1.6 07:40:19 go: downloading github.com/mattn/go-isatty v0.0.12 07:40:19 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 07:40:19 go: downloading github.com/hpcloud/tail v1.0.0 07:40:19 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 07:40:19 go: downloading github.com/hashicorp/memberlist v0.2.2 07:40:19 go: downloading github.com/hashicorp/go-msgpack v0.5.3 07:40:19 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 07:40:19 go: downloading gopkg.in/fsnotify.v1 v1.4.7 07:40:19 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 07:40:19 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 07:40:19 go: downloading github.com/hashicorp/golang-lru v0.5.0 07:40:19 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 07:40:19 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 07:40:19 go: downloading github.com/miekg/dns v1.1.26 07:40:19 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 07:40:19 go: downloading github.com/hashicorp/go-multierror v1.1.0 07:40:19 go: downloading github.com/hashicorp/errwrap v1.0.0 07:40:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:40:22 ---> 32f692caa3cb 07:40:22 Step 9/23 : RUN go mod tidy 07:40:22 ---> 63852158d938 07:40:22 Step 9/24 : RUN go mod tidy 07:40:22 ---> 8d0f89f3a9f1 07:40:22 Step 9/24 : RUN go mod tidy 07:40:22 ---> Running in 31d9c91d2d47 07:40:22 ---> Running in dca63c370d28 07:40:22 ---> Running in bf26514527de 07:40:23 Removing intermediate container 0cb6da375c91 07:40:23 ---> 39cc2eb22fb1 07:40:23 07:40:23 Step 11/24 : FROM alpine:3.12 07:40:23 ---> 9852663dfa18 07:40:23 Step 12/24 : RUN apk add --update --no-cache dumb-init 07:40:23 ---> Using cache 07:40:23 ---> 09b3ce955358 07:40:23 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:40:23 ---> Using cache 07:40:23 ---> afdb5cdd4927 07:40:23 Step 14/24 : ENV APP_PORT=59882 07:40:23 ---> Running in d094a68c92ae 07:40:24 Removing intermediate container d094a68c92ae 07:40:24 ---> 6e7a17c0dd9d 07:40:24 Step 15/24 : EXPOSE $APP_PORT 07:40:24 ---> Running in 2cfddbb688d4 07:40:24 Removing intermediate container 2cfddbb688d4 07:40:24 ---> a3a1dab2fbcc 07:40:24 Step 16/24 : WORKDIR / 07:40:24 ---> Running in cb447d0df01b 07:40:25 Removing intermediate container cb447d0df01b 07:40:25 ---> f6cad7aa971c 07:40:25 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:40:26 ---> e1d3194b667d 07:40:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:40:27 Removing intermediate container 31d9c91d2d47 07:40:27 ---> 4c9f68b95aa4 07:40:27 Step 10/24 : RUN make cmd/core-data/core-data 07:40:27 Removing intermediate container dca63c370d28 07:40:27 ---> de3d2c14bdc0 07:40:27 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:40:27 Removing intermediate container bf26514527de 07:40:27 ---> a661f74c25a3 07:40:27 Step 10/23 : RUN make cmd/support-notifications/support-notifications 07:40:27 ---> Running in e95f50de3a10 07:40:27 ---> Running in 0fa5f97da8fd 07:40:27 ---> Running in 669b1c7c16c6 07:40:27 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 07:40:28 ---> 1e141cc3ebc9 07:40:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:40: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 07:40:29 ---> bb3f492e45d5 07:40:29 Step 20/24 : ENTRYPOINT ["/core-command"] 07:40:29 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 07:40:29 ---> Running in 466925edc8ca 07:40:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 07:40:30 Removing intermediate container 466925edc8ca 07:40:30 ---> f7241fba9184 07:40:30 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:40:30 ---> Running in 1b7e21ff67fb 07:40:31 Removing intermediate container 1b7e21ff67fb 07:40:31 ---> 0be0d3311f8b 07:40:31 Step 22/24 : LABEL arch=arm64 07:40:31 ---> Running in 288a42a9d940 07:40:32 Removing intermediate container 288a42a9d940 07:40:32 ---> 6e2069c34661 07:40:32 Step 23/24 : LABEL git_sha=4c5818e5119617babbd25cfb7e4ad77454f1270b 07:40:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 07:40:32 ---> Running in dbac1fecafdd 07:40:32 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 07:40:32 Removing intermediate container dbac1fecafdd 07:40:32 ---> daef6ac3717d 07:40:32 Step 24/24 : LABEL version=0.0.0 07:40:33 ---> Running in 2389fcc0dd2f 07:40:33 Removing intermediate container 2389fcc0dd2f 07:40:33 ---> aa3772e764eb 07:40:33 07:40:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:40:34 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 07:40:34 Successfully built aa3772e764eb 07:40:34 Successfully tagged core-command-arm64:latest 07:40:35 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 07:40:36 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 07:40:37 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 07:40:38 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 07:40:39 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 07:40:40 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 07:40:41 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 07:40:42 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 07:40:42 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 07:40:42 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 07:40:42 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 07:40:42 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 07:40:42 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 07:40:42 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 07:40:42 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 07:40:42 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 07:40:42 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 07:40:42 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 07:40:42 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 07:40:42 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 07:40:42 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 07:40:42 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 07:40:42 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 07:40:42 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 07:40:42 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 07:40:42 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 07:40:42 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 07:40:42 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 07:40:42 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 07:40:42 + install -DT ./cmd/security-secretstore-setup/res/kong-admin-config.template.yml /root/parts/edgex-go/install/config/security-secretstore-setup/res/kong-admin-config.template.yml 07:40:42 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 07:40:42 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 07:40:42 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 07:40:45 Building static-packages 07:40:45 + snapcraftctl build 07:40:46 Building version 07:40:46 + snapcraftctl build 07:40:49 Staging app-service-config 07:40:49 + snapcraftctl stage 07:40:50 Staging config-common 07:40:50 + snapcraftctl stage 07:40:51 Skipping stage go-build-helper (already ran) 07:40:51 Staging edgex-go 07:40:51 + snapcraftctl stage 07:40:51 Staging static-packages 07:40:51 + snapcraftctl stage 07:40:53 Staging version 07:40:53 + snapcraftctl stage 07:40:54 Priming app-service-config 07:40:54 + snapcraftctl prime 07:40:55 Priming config-common 07:40:55 + snapcraftctl prime 07:40:58 Priming go-build-helper 07:40:58 + snapcraftctl prime 07:40:58 Priming edgex-go 07:40:58 + snapcraftctl prime 07:40:58 Priming static-packages 07:40:58 + snapcraftctl prime 07:41:01 Priming version 07:41:01 + snapcraftctl prime 07:41:02 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] } 07:41:44  Building core-command ... done Removing intermediate container e95f50de3a10 07:41:44 ---> 589595323d23 07:41:44 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:41:44 ---> Running in b727f0e6db97 07:41:44 Removing intermediate container 669b1c7c16c6 07:41:44 ---> cb2997d04804 07:41:44 07:41:44 Step 11/23 : FROM alpine:3.12 07:41:44 ---> 9852663dfa18 07:41:44 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 07:41:44 ---> Running in 4384ff6d0115 07:41:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 07:41:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:41:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:41:44 (1/2) Installing ca-certificates (20191127-r4) 07:41:44 (2/2) Installing dumb-init (1.2.2-r1) 07:41:44 Executing busybox-1.31.1-r20.trigger 07:41:44 Executing ca-certificates-20191127-r4.trigger 07:41:44 OK: 6 MiB in 16 packages 07:41:45 Removing intermediate container b727f0e6db97 07:41:45 ---> a8b3c1ce51bd 07:41:45 07:41:45 Step 12/24 : FROM docker:20.10.0 07:41:45 20.10.0: Pulling from library/docker 07:41:47 Removing intermediate container 4384ff6d0115 07:41:47 ---> 84001570ce49 07:41:47 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:41:48 ---> Running in 08991409f3b1 07:41:48 Removing intermediate container 0fa5f97da8fd 07:41:48 ---> 08642facfec2 07:41:48 07:41:48 Step 11/24 : FROM alpine:3.12 07:41:48 ---> 9852663dfa18 07:41:48 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:41:48 Removing intermediate container 08991409f3b1 07:41:48 ---> d99343960e7a 07:41:48 Step 14/23 : ENV APP_PORT=59860 07:41:48 ---> Running in 3cec0628cd78 07:41:49 ---> Running in f28e66f9e3aa 07:41:49 Removing intermediate container 3cec0628cd78 07:41:49 ---> c1de829b9e7b 07:41:49 Step 13/24 : ENV APP_PORT=59880 07:41:49 Removing intermediate container f28e66f9e3aa 07:41:49 ---> 118b850fc102 07:41:49 Step 15/23 : EXPOSE $APP_PORT 07:41:50 ---> Running in 51368799724a 07:41:50 ---> Running in 88af7a208c40 07:41:50 Removing intermediate container 51368799724a 07:41:50 ---> f1d00a495d16 07:41:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:41:50 Removing intermediate container 88af7a208c40 07:41:50 ---> 08b0e3551947 07:41:50 Step 14/24 : EXPOSE $APP_PORT 07:41:51 ---> Running in c1c710a61bd7 07:41:51 ---> 5c91c67359f5 07:41:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:41:52 Removing intermediate container c1c710a61bd7 07:41:52 ---> f418bd7caf79 07:41:52 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:41:52 ---> Running in 487f4cecfed5 07:41:53 ---> e559a343d8a9 07:41:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:41:55 ---> 7632f21c2a58 07:41:55 Step 19/23 : ENTRYPOINT ["/support-notifications"] 07:41:55 ---> Running in 3fadfd244fd8 07:41:55 Removing intermediate container 487f4cecfed5 07:41:55 ---> 455a9efbfd9d 07:41:55 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 07:41:55 ---> Running in 75c767903b7b 07:41:55 Removing intermediate container 3fadfd244fd8 07:41:55 ---> 789a4df12796 07:41:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:41:55 ---> Running in 25afa0c6f621 07:41:56 Removing intermediate container 25afa0c6f621 07:41:56 ---> b041e5bc3110 07:41:56 Step 21/23 : LABEL arch=arm64 07:41:56 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:41:56 Status: Downloaded newer image for docker:20.10.0 07:41:56 ---> eeaf43b92773 07:41:56 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 07:41:56 ---> Running in 2568cc0a989f 07:41:56 ---> Running in 2dbcbaa08b84 07:41:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:41:57 Removing intermediate container 2568cc0a989f 07:41:57 ---> 41ab8bd49da0 07:41:57 Step 22/23 : LABEL git_sha=4c5818e5119617babbd25cfb7e4ad77454f1270b 07:41:57 ---> Running in 03989a03dd78 07:41:57 Removing intermediate container 2dbcbaa08b84 07:41:57 ---> 0d9b61c23a6c 07:41:57 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 07:41:57 ---> Running in df9150259d31 07:41:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:41:58 Removing intermediate container 03989a03dd78 07:41:58 ---> 1d45d63a1c93 07:41:58 Step 23/23 : LABEL version=0.0.0 07:41:58 ---> Running in 5f9d83745780 07:41:58 (1/6) Installing dumb-init (1.2.2-r1) 07:41:58 (2/6) Installing libgcc (9.3.0-r2) 07:41:58 (3/6) Installing libsodium (1.0.18-r0) 07:41:58 (4/6) Installing libstdc++ (9.3.0-r2) 07:41:58 Removing intermediate container 5f9d83745780 07:41:58 ---> 0579c317925c 07:41:58 07:41:59 (5/6) Installing libzmq (4.3.3-r0) 07:41:59 (6/6) Installing zeromq (4.3.3-r0) 07:41:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:41:59 Executing busybox-1.31.1-r20.trigger 07:41:59 OK: 8 MiB in 20 packages 07:41:59 Successfully built 0579c317925c 07:41:59 Successfully tagged support-notifications-arm64:latest 07:41:59  Building support-notifications ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:41:59 (1/39) Installing readline (8.0.4-r0) 07:41:59 (2/39) Installing bash (5.0.17-r0) 07:41:59 Executing bash-5.0.17-r0.post-install 07:41:59 (3/39) Installing nghttp2-libs (1.41.0-r0) 07:41:59 (4/39) Installing libcurl (7.77.0-r0) 07:41:59 (5/39) Installing curl (7.77.0-r0) 07:41:59 (6/39) Installing dumb-init (1.2.2-r1) 07:41:59 (7/39) Installing libbz2 (1.0.8-r1) 07:41:59 (8/39) Installing expat (2.2.9-r1) 07:41:59 (9/39) Installing libffi (3.3-r2) 07:41:59 (10/39) Installing gdbm (1.13-r1) 07:41:59 (11/39) Installing xz-libs (5.2.5-r0) 07:41:59 (12/39) Installing sqlite-libs (3.32.1-r1) 07:41:59 (13/39) Installing python3 (3.8.10-r0) 07:42:00 Removing intermediate container 75c767903b7b 07:42:00 ---> 3aea7c749dbb 07:42:00 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 07:42:02 ---> 8c9c1eee7b5e 07:42:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:42:02 (14/39) Installing py3-appdirs (1.4.4-r1) 07:42:02 (15/39) Installing py3-ordered-set (4.0.1-r0) 07:42:02 (16/39) Installing py3-parsing (2.4.7-r0) 07:42:02 (17/39) Installing py3-six (1.15.0-r0) 07:42:02 (18/39) Installing py3-packaging (20.4-r0) 07:42:02 (19/39) Installing py3-setuptools (47.0.0-r0) 07:42:02 (20/39) Installing py3-chardet (3.0.4-r4) 07:42:02 (21/39) Installing py3-idna (2.9-r0) 07:42:02 (22/39) Installing py3-certifi (2020.4.5.1-r0) 07:42:02 (23/39) Installing py3-urllib3 (1.25.9-r0) 07:42:02 (24/39) Installing py3-requests (2.23.0-r0) 07:42:02 (25/39) Installing py3-msgpack (1.0.0-r0) 07:42:02 (26/39) Installing py3-lockfile (0.12.2-r3) 07:42:02 (27/39) Installing py3-cachecontrol (0.12.6-r0) 07:42:02 (28/39) Installing py3-colorama (0.4.3-r0) 07:42:02 (29/39) Installing py3-distlib (0.3.0-r0) 07:42:02 (30/39) Installing py3-distro (1.5.0-r1) 07:42:02 (31/39) Installing py3-webencodings (0.5.1-r3) 07:42:02 (32/39) Installing py3-html5lib (1.0.1-r4) 07:42:02 (33/39) Installing py3-pytoml (0.1.21-r0) 07:42:02 (34/39) Installing py3-pep517 (0.8.2-r0) 07:42:02 (35/39) Installing py3-progress (1.5-r0) 07:42:02 (36/39) Installing py3-toml (0.10.1-r0) 07:42:02 (37/39) Installing py3-retrying (1.3.3-r0) 07:42:02 (38/39) Installing py3-contextlib2 (0.6.0-r0) 07:42:02 (39/39) Installing py3-pip (20.1.1-r0) 07:42:02 Executing busybox-1.31.1-r19.trigger 07:42:02 OK: 72 MiB in 59 packages 07:42:03 ---> a3a90313ee4b 07:42:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:42:04 ---> 6a339f59fe6b 07:42:04 Step 20/24 : ENTRYPOINT ["/core-data"] 07:42:04 ---> Running in 7cb465e4a2a7 07:42:04 Removing intermediate container 7cb465e4a2a7 07:42:04 ---> e0456ebe0b0d 07:42:04 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:42:04 ---> Running in ffd5bd4ae0a3 07:42:05 Removing intermediate container ffd5bd4ae0a3 07:42:05 ---> 616b03eda85a 07:42:05 Step 22/24 : LABEL arch=arm64 07:42:05 ---> Running in 87c853042daa 07:42:06 Removing intermediate container 87c853042daa 07:42:06 ---> ede30edfd4f6 07:42:06 Step 23/24 : LABEL git_sha=4c5818e5119617babbd25cfb7e4ad77454f1270b 07:42:06 ---> Running in 08e1fd940a5d 07:42:06 Removing intermediate container 08e1fd940a5d 07:42:06 ---> ab431225e11c 07:42:06 Step 24/24 : LABEL version=0.0.0 07:42:06 ---> Running in 3298fb5c4178 07:42:07 Collecting docker-compose==1.23.2 07:42:07 Removing intermediate container 3298fb5c4178 07:42:07 ---> 77f5eae9e32b 07:42:07 07:42:07 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:42:07 Successfully built 77f5eae9e32b 07:42:07 Successfully tagged core-data-arm64:latest 07:42:08  Building core-data ... done Collecting websocket-client<1.0,>=0.32.0 07:42:08 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 07:42:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:42:08 Collecting cached-property<2,>=1.2.0 07:42:08 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:42:09 Collecting jsonschema<3,>=2.5.1 07:42:09 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:42:10 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:42:10 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:42:11 Collecting PyYAML<4,>=3.10 07:42:11 Downloading PyYAML-3.13.tar.gz (270 kB) 07:42:14 Collecting texttable<0.10,>=0.9.0 07:42:14 Downloading texttable-0.9.1.tar.gz (11 kB) 07:42:16 Collecting docker<4.0,>=3.6.0 07:42:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:42:16 Collecting docopt<0.7,>=0.6.1 07:42:16 Downloading docopt-0.6.2.tar.gz (25 kB) 07:42:18 Collecting dockerpty<0.5,>=0.4.1 07:42:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:42:20 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) 07:42:20 Collecting urllib3<1.25,>=1.21.1 07:42:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:42:21 Collecting idna<2.8,>=2.5 07:42:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:42:21 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) 07:42:21 Collecting docker-pycreds>=0.4.0 07:42:21 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:42:21 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:42:21 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:42:21 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:42:21 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:42:22 Installing collected packages: websocket-client, cached-property, jsonschema, urllib3, idna, requests, PyYAML, texttable, docker-pycreds, docker, docopt, dockerpty, docker-compose 07:42:23 Attempting uninstall: urllib3 07:42:23 Found existing installation: urllib3 1.25.9 07:42:23 Uninstalling urllib3-1.25.9: 07:42:23 Successfully uninstalled urllib3-1.25.9 07:42:23 Attempting uninstall: idna 07:42:23 Found existing installation: idna 2.9 07:42:23 Uninstalling idna-2.9: 07:42:23 Successfully uninstalled idna-2.9 07:42:24 Attempting uninstall: requests 07:42:24 Found existing installation: requests 2.23.0 07:42:24 Uninstalling requests-2.23.0: 07:42:24 Successfully uninstalled requests-2.23.0 07:42:24 Running setup.py install for PyYAML: started 07:42:26 Running setup.py install for PyYAML: finished with status 'done' 07:42:26 Running setup.py install for texttable: started 07:42:28 Running setup.py install for texttable: finished with status 'done' 07:42:29 Running setup.py install for docopt: started 07:42:31 Running setup.py install for docopt: finished with status 'done' 07:42:31 Running setup.py install for dockerpty: started 07:42:33 Running setup.py install for dockerpty: finished with status 'done' 07:42:33 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.59.0 07:42:42 Removing intermediate container df9150259d31 07:42:42 ---> 22f370b202c9 07:42:42 Step 15/24 : ENV APP_PORT=58890 07:42:42 ---> Running in f73b3359c47a 07:42:42 Removing intermediate container f73b3359c47a 07:42:42 ---> 85d38bb4a378 07:42:42 Step 16/24 : EXPOSE $APP_PORT 07:42:42 ---> Running in 04c5dac0b611 07:42:42 Removing intermediate container 04c5dac0b611 07:42:42 ---> 34167db6c5d2 07:42:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:42:44 ---> e1556563ccf4 07:42:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:42:44 ---> 71f2c9562601 07:42:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:42:45 ---> 1fd1ed393ad9 07:42:45 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 07:42:45 ---> Running in 924eb7a05a47 07:42:46 Removing intermediate container 924eb7a05a47 07:42:46 ---> 83d903dd837a 07:42:46 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:42:46 ---> Running in 9487e26f94eb 07:42:47 Removing intermediate container 9487e26f94eb 07:42:47 ---> 1b9660567462 07:42:47 Step 22/24 : LABEL arch=arm64 07:42:47 ---> Running in ee32b13e27b3 07:42:47 Removing intermediate container ee32b13e27b3 07:42:47 ---> c8bad05fb797 07:42:47 Step 23/24 : LABEL git_sha=4c5818e5119617babbd25cfb7e4ad77454f1270b 07:42:47 ---> Running in 33d6237a6280 07:42:48 Removing intermediate container 33d6237a6280 07:42:48 ---> 952f5a879ef6 07:42:48 Step 24/24 : LABEL version=0.0.0 07:42:48 ---> Running in b1b67eeec7ed 07:42:48 Removing intermediate container b1b67eeec7ed 07:42:48 ---> 39825c92c439 07:42:48 07:42:49 Successfully built 39825c92c439 07:42:49 Successfully tagged sys-mgmt-agent-arm64:latest 07:42:49  Building sys-mgmt-agent ... done  [Pipeline] } 07:42:49 $ docker stop --time=1 d66252ac54131c46bf0718b802ead4f6421fa4e74080cde35a48541ab56956aa 07:42:51 $ docker rm -f d66252ac54131c46bf0718b802ead4f6421fa4e74080cde35a48541ab56956aa [Pipeline] // withDockerContainer [Pipeline] sh 07:42:51 + docker images 07:42:52 REPOSITORY TAG IMAGE ID CREATED SIZE 07:42:52 sys-mgmt-agent-arm64 latest 39825c92c439 3 seconds ago 299MB 07:42:52 core-data-arm64 latest 77f5eae9e32b 45 seconds ago 19.1MB 07:42:52 support-notifications-arm64 latest 0579c317925c 53 seconds ago 15.7MB 07:42:52 08642facfec2 About a minute ago 975MB 07:42:52 a8b3c1ce51bd About a minute ago 969MB 07:42:52 cb2997d04804 About a minute ago 969MB 07:42:52 core-command-arm64 latest aa3772e764eb 2 minutes ago 15MB 07:42:52 39cc2eb22fb1 2 minutes ago 966MB 07:42:52 security-bootstrapper-arm64 latest c76533b2f92a 3 minutes ago 17.5MB 07:42:52 security-secretstore-setup-arm64 latest 58995f45f0a7 4 minutes ago 27.1MB 07:42:52 core-metadata-arm64 latest 84f0a0529ffc 4 minutes ago 15.7MB 07:42:52 security-proxy-setup-arm64 latest 40482fddc04f 4 minutes ago 24.3MB 07:42:52 support-scheduler-arm64 latest 0aead610ead6 4 minutes ago 15.1MB 07:42:52 e6bf894440ab 4 minutes ago 972MB 07:42:52 b1de96a32279 4 minutes ago 976MB 07:42:52 cbe508ebccc8 4 minutes ago 973MB 07:42:52 32cbb2867b79 4 minutes ago 968MB 07:42:52 bd02582215c3 4 minutes ago 969MB 07:42:52 ci-base-image-arm64 latest 255763c34d8e 14 minutes ago 641MB 07:42:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine a36622ca3599 6 days ago 429MB 07:42:52 alpine 3.12 9852663dfa18 2 months ago 5.32MB 07:42:52 docker 20.10.0 eeaf43b92773 6 months ago 228MB 07:42:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 11 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 07:42:55 ---> job-cost.sh 07:42:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-SHCR 07:43:34 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:45:11 lf-activate-venv(): INFO: Adding /tmp/venv-SHCR/bin to PATH 07:45:11 INFO: No Stack... 07:45:11 INFO: Retrieving Pricing Info for: v2-standard-4 07:45:11 INFO: Archiving Costs [Pipeline] sh 07:45:11 + + cut -d, -f6 07:45:11 cat /w/workspace/edgex-go/5/archives/cost.csv [Pipeline] lock 07:45:11 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3571-5-stack-cost] 07:45:11 Resource [jenkins-edgexfoundry-edgex-go-PR-3571-5-stack-cost] did not exist. Created. 07:45:11 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3571-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:45:12 + echo total: 0.18000000715255737 [Pipeline] stash 07:45:12 Stashed 1 file(s) [Pipeline] } 07:45:12 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3571-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 07:45:13 provisioning config files... 07:45:13 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config3323982339493854834tmp [Pipeline] { [Pipeline] sh 07:45:13 + set +x 07:45:13 + curl -s https://codecov.io/bash 07:45:13 + bash -s -- 07:45:13 07:45:13 _____ _ 07:45:13 / ____| | | 07:45:13 | | ___ __| | ___ ___ _____ __ 07:45:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:45:13 | |___| (_) | (_| | __/ (_| (_) \ V / 07:45:13 \_____\___/ \__,_|\___|\___\___/ \_/ 07:45:13 Bash-1.0.3 07:45:13 07:45:13 07:45:13 ==> git version 2.24.4 found 07:45:13 ==> 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 07:45:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:45:13 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:45:13 ==> Jenkins CI detected. 07:45:14 project root: . 07:45:14 --> token set from env 07:45:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:45:14 ==> Running gcov in . (disable via -X gcov) 07:45:14 ==> Python coveragepy not found 07:45:14 ==> Searching for coverage reports in: 07:45:14 + . 07:45:14 -> Found 1 reports 07:45:14 ==> Detecting git/mercurial file structure 07:45:14 ==> Reading reports 07:45:14 + ./coverage.out bytes=398195 07:45:14 ==> Appending adjustments 07:45:14 https://docs.codecov.io/docs/fixing-reports 07:45:15 + Found adjustments 07:45:15 ==> Gzipping contents 07:45:15 56K /tmp/codecov.oEQnU3.gz 07:45:15 ==> Uploading reports 07:45:15 url: https://codecov.io 07:45:15 query: branch=PR-3571&commit=4c5818e5119617babbd25cfb7e4ad77454f1270b&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3571%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3571&job=&cmd_args= 07:45:15 -> Pinging Codecov 07:45:15 https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-3571&commit=4c5818e5119617babbd25cfb7e4ad77454f1270b&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3571%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3571&job=&cmd_args= 07:45:15 -> Uploading to 07:45:15 https://storage.googleapis.com/codecov/v4/raw/2021-06-16/00271124DB129430A58F1EEE437C3FCB/4c5818e5119617babbd25cfb7e4ad77454f1270b/d8b8480f-4588-4d18-842e-0f8f2e1461e3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210616%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210616T074515Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bea2857f77ffadd02fe66542781defaca482cc0bdf956c1b42f6a8f07be12e91 07:45:15 % Total % Received % Xferd Average Speed Time Time Time Current 07:45:15 Dload Upload Total Spent Left Speed 07:45:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54497 0 0 100 54497 0 143k --:--:-- --:--:-- --:--:-- 144k 07:45:16 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/4c5818e5119617babbd25cfb7e4ad77454f1270b [Pipeline] } 07:45:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:45:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:45:23 ---> package-listing.sh 07:45:23 ++ tr '[:upper:]' '[:lower:]' 07:45:23 ++ facter osfamily 07:45:23 + OS_FAMILY=redhat 07:45:23 + workspace=/w/workspace/edgex-go/5 07:45:23 + START_PACKAGES=/tmp/packages_start.txt 07:45:23 + END_PACKAGES=/tmp/packages_end.txt 07:45:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:45:23 + PACKAGES=/tmp/packages_start.txt 07:45:23 + '[' /w/workspace/edgex-go/5 ']' 07:45:23 + PACKAGES=/tmp/packages_end.txt 07:45:23 + case "${OS_FAMILY}" in 07:45:23 + rpm -qa 07:45:23 + sort 07:45:26 + '[' -f /tmp/packages_start.txt ']' 07:45:26 + '[' -f /tmp/packages_end.txt ']' 07:45:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:45:26 + '[' /w/workspace/edgex-go/5 ']' 07:45:26 + mkdir -p /w/workspace/edgex-go/5/archives/ 07:45:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 07:45:26 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:45:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:45:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:45:27 07:45:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:45:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:45:27 alpine: Pulling from edgex-lftools-log-publisher 07:45:27 df20fa9351a1: Pulling fs layer 07:45:27 36b3adc4ff6f: Pulling fs layer 07:45:27 8ad3a11d3b57: Pulling fs layer 07:45:27 46f8f816bc3b: Pulling fs layer 07:45:27 93b61091891f: Pulling fs layer 07:45:27 93b9cdb0e59b: Pulling fs layer 07:45:27 5e14af77c1be: Pulling fs layer 07:45:27 01666e4c0597: Pulling fs layer 07:45:27 aa168da1d23b: Pulling fs layer 07:45:27 93b61091891f: Waiting 07:45:27 93b9cdb0e59b: Waiting 07:45:27 5e14af77c1be: Waiting 07:45:27 01666e4c0597: Waiting 07:45:27 aa168da1d23b: Waiting 07:45:27 46f8f816bc3b: Waiting 07:45:27 36b3adc4ff6f: Verifying Checksum 07:45:27 36b3adc4ff6f: Download complete 07:45:27 46f8f816bc3b: Verifying Checksum 07:45:27 46f8f816bc3b: Download complete 07:45:27 df20fa9351a1: Verifying Checksum 07:45:27 df20fa9351a1: Download complete 07:45:27 93b9cdb0e59b: Verifying Checksum 07:45:27 93b9cdb0e59b: Download complete 07:45:27 5e14af77c1be: Verifying Checksum 07:45:27 5e14af77c1be: Download complete 07:45:27 93b61091891f: Verifying Checksum 07:45:27 93b61091891f: Download complete 07:45:27 01666e4c0597: Verifying Checksum 07:45:27 01666e4c0597: Download complete 07:45:27 8ad3a11d3b57: Verifying Checksum 07:45:27 8ad3a11d3b57: Download complete 07:45:27 df20fa9351a1: Pull complete 07:45:28 36b3adc4ff6f: Pull complete 07:45:28 8ad3a11d3b57: Pull complete 07:45:28 46f8f816bc3b: Pull complete 07:45:29 93b61091891f: Pull complete 07:45:29 93b9cdb0e59b: Pull complete 07:45:29 5e14af77c1be: Pull complete 07:45:29 01666e4c0597: Pull complete 07:45:29 aa168da1d23b: Verifying Checksum 07:45:29 aa168da1d23b: Download complete 07:45:33 aa168da1d23b: Pull complete 07:45:33 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:45:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:45:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:45:33 prd-centos7-docker-4c-2g-1676 does not seem to be running inside a container 07:45:33 $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 07:45:37 $ docker top 400799a65cd9cc6ca79bd7fcba8a8c103afaa13738459d05578e3b8eea3a434d -eo pid,comm [Pipeline] { [Pipeline] sh 07:45:37 + touch /tmp/pre-build-complete [Pipeline] sh 07:45:38 + mkdir -p /var/log/sa [Pipeline] sh 07:45:38 + ls /var/log/sa-host 07:45:38 + sadf -c /var/log/sa-host/sa05 07:45:38 file_magic: OK 07:45:38 HZ: Using current value: 100 07:45:38 file_header: OK 07:45:38 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 07:45:38 Statistics: 07:45:38 Hnuu...uuuununununu...Hnuu...uuuununununu... 07:45:38 File successfully converted to sysstat format version 12.2.1 07:45:38 + sadf -c /var/log/sa-host/sa16 07:45:38 file_magic: OK 07:45:38 HZ: Using current value: 100 07:45:38 file_header: OK 07:45:38 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 07:45:38 Statistics: 07:45:38 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:45:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:45:41 provisioning config files... 07:45:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config7180647738214941744tmp [Pipeline] { [Pipeline] echo 07:45:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:45:41 ---> create-netrc.sh [Pipeline] } 07:45:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:45:41 ---> python-tools-install.sh [Pipeline] echo 07:45:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:45:42 ---> sudo-logs.sh 07:45:42 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:45:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:45:42 ---> job-cost.sh 07:45:42 lf-activate-venv: SKIPPING 07:45:42 DEBUG: total: 0.18000000715255737 07:45:42 INFO: Retrieving Stack Cost... 07:45:42 INFO: Retrieving Pricing Info for: v3-standard-2 07:45:43 INFO: Archiving Costs [Pipeline] echo 07:45:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:45:43 ---> logs-deploy.sh 07:45:43 lf-activate-venv: SKIPPING 07:45:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3571/5 07:45:43 INFO: archiving workspace using pattern(s): 07:45:44 Archives upload complete. 07:45:44 INFO: archiving logs to Nexus 07:45:45 ---> uname -a: 07:45:45 Linux prd-centos7-docker-4c-2g-1676.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 07:45:45 07:45:45 07:45:45 ---> lscpu: 07:45:45 Architecture: x86_64 07:45:45 CPU op-mode(s): 32-bit, 64-bit 07:45:45 Byte Order: Little Endian 07:45:45 Address sizes: 40 bits physical, 48 bits virtual 07:45:45 CPU(s): 2 07:45:45 On-line CPU(s) list: 0,1 07:45:45 Thread(s) per core: 1 07:45:45 Core(s) per socket: 1 07:45:45 Socket(s): 2 07:45:45 NUMA node(s): 1 07:45:45 Vendor ID: AuthenticAMD 07:45:45 CPU family: 23 07:45:45 Model: 49 07:45:45 Model name: AMD EPYC-Rome Processor 07:45:45 Stepping: 0 07:45:45 CPU MHz: 2800.000 07:45:45 BogoMIPS: 5600.00 07:45:45 Virtualization: AMD-V 07:45:45 Hypervisor vendor: KVM 07:45:45 Virtualization type: full 07:45:45 L1d cache: 64 KiB 07:45:45 L1i cache: 64 KiB 07:45:45 L2 cache: 1 MiB 07:45:45 L3 cache: 32 MiB 07:45:45 NUMA node0 CPU(s): 0,1 07:45:45 Vulnerability Itlb multihit: Not affected 07:45:45 Vulnerability L1tf: Not affected 07:45:45 Vulnerability Mds: Not affected 07:45:45 Vulnerability Meltdown: Not affected 07:45:45 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:45:45 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:45:45 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:45:45 Vulnerability Srbds: Not affected 07:45:45 Vulnerability Tsx async abort: Not affected 07:45:45 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp 07:45:45 07:45:45 07:45:45 ---> nproc: 07:45:45 2 07:45:45 07:45:45 07:45:45 ---> df -h: 07:45:45 Filesystem Size Used Available Use% Mounted on 07:45:45 overlay 40.0G 12.5G 27.5G 31% / 07:45:45 tmpfs 64.0M 0 64.0M 0% /dev 07:45:45 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 07:45:45 shm 64.0M 0 64.0M 0% /dev/shm 07:45:45 /dev/vda1 40.0G 12.5G 27.5G 31% /facter-os 07:45:45 /dev/vda1 40.0G 12.5G 27.5G 31% /etc/resolv.conf 07:45:45 /dev/vda1 40.0G 12.5G 27.5G 31% /etc/hostname 07:45:45 /dev/vda1 40.0G 12.5G 27.5G 31% /etc/hosts 07:45:45 /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/secure 07:45:45 /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/auth.log 07:45:45 /dev/vda1 40.0G 12.5G 27.5G 31% /run/cloud-init/result.json 07:45:45 /dev/vda1 40.0G 12.5G 27.5G 31% /var/log/sa-host 07:45:45 /dev/vda1 40.0G 12.5G 27.5G 31% /w/workspace/edgex-go/5 07:45:45 /dev/vda1 40.0G 12.5G 27.5G 31% /w/workspace/edgex-go/5@tmp 07:45:45 07:45:45 07:45:45 ---> free -m: 07:45:45 total used free shared buff/cache available 07:45:45 Mem: 7821 1344 2027 0 4448 6441 07:45:45 Swap: 1023 2 1021 07:45:45 07:45:45 07:45:45 ---> ip addr: 07:45:45 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:45:45 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:45:45 inet 127.0.0.1/8 scope host lo 07:45:45 valid_lft forever preferred_lft forever 07:45:45 inet6 ::1/128 scope host 07:45:45 valid_lft forever preferred_lft forever 07:45:45 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:45:45 link/ether fa:16:3e:e6:1c:67 brd ff:ff:ff:ff:ff:ff 07:45:45 inet 10.30.123.193/23 brd 10.30.123.255 scope global dynamic eth0 07:45:45 valid_lft 84948sec preferred_lft 84948sec 07:45:45 inet6 fe80::f816:3eff:fee6:1c67/64 scope link 07:45:45 valid_lft forever preferred_lft forever 07:45:45 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:45:45 link/ether 02:42:8b:04:43:d5 brd ff:ff:ff:ff:ff:ff 07:45:45 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:45:45 valid_lft forever preferred_lft forever 07:45:45 inet6 fe80::42:8bff:fe04:43d5/64 scope link 07:45:45 valid_lft forever preferred_lft forever 07:45:45 07:45:45 07:45:45 ---> sar -b -r -n DEV: 07:45:45 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/16/21 _x86_64_ (2 CPU) 07:45:45 07:45:45 07:21:22 LINUX RESTART (2 CPU) 07:45:45 07:45:45 07:22:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:45:45 07:23:01 100.33 3.71 96.62 0.00 2629.54 19696.97 0.00 07:45:45 07:24:01 169.76 0.00 169.76 0.00 0.00 47599.22 0.00 07:45:45 07:25:01 60.67 0.00 60.67 0.00 0.00 10626.64 0.00 07:45:45 07:26:01 60.40 0.00 60.40 0.00 0.00 8804.26 0.00 07:45:45 07:27:05 549.57 179.85 369.72 0.00 4768.62 239346.32 0.00 07:45:45 07:28:01 499.68 246.82 252.86 0.00 13117.32 86485.26 0.00 07:45:45 07:29:01 467.05 33.62 433.43 0.00 3892.37 201955.54 0.00 07:45:45 07:30:01 156.63 14.14 142.49 0.00 1532.05 23244.90 0.00 07:45:45 07:31:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 07:45:45 07:32:01 0.27 0.00 0.27 0.00 0.00 3.02 0.00 07:45:45 07:33:01 0.28 0.00 0.28 0.00 0.00 2.73 0.00 07:45:45 07:34:01 0.17 0.00 0.17 0.00 0.00 1.63 0.00 07:45:45 07:35:01 0.28 0.00 0.28 0.00 0.00 3.17 0.00 07:45:45 07:36:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 07:45:45 07:37:01 0.43 0.18 0.25 0.00 5.73 3.60 0.00 07:45:45 07:38:01 0.82 0.00 0.82 0.00 0.00 15.61 0.00 07:45:45 07:39:01 0.23 0.00 0.23 0.00 0.00 3.41 0.00 07:45:45 07:40:01 0.27 0.00 0.27 0.00 0.00 3.03 0.00 07:45:45 07:41:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 07:45:45 07:42:01 0.25 0.00 0.25 0.00 0.00 2.88 0.00 07:45:45 07:43:02 0.28 0.00 0.28 0.00 0.00 2.97 0.00 07:45:45 07:44:01 0.25 0.00 0.25 0.00 0.00 3.22 0.00 07:45:45 07:45:01 0.27 0.00 0.27 0.00 0.00 2.60 0.00 07:45:45 Average: 90.10 20.61 69.49 0.00 1105.14 28157.85 0.00 07:45:45 07:45:45 07:22:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:45:45 07:23:01 5133984 0 812168 10.14 2620 2060160 1251092 13.81 735012 1725908 152 07:45:45 07:24:01 4052952 0 1116016 13.93 2620 2837344 1666552 18.40 1230212 2192064 85820 07:45:45 07:25:01 3746212 0 1186428 14.81 2620 3073672 1693344 18.70 1416756 2289660 14444 07:45:45 07:26:01 4022988 0 1115760 13.93 2620 2867564 1568348 17.32 1230120 2198816 20 07:45:45 07:27:05 128672 0 1395036 17.42 2620 6482604 1966244 21.71 3231312 3937628 20172 07:45:45 07:28:01 617784 0 1392488 17.39 2620 5996040 2136396 23.59 2773612 3898828 64 07:45:45 07:29:01 338792 0 1977672 24.69 2620 5689848 3535260 39.03 3067332 3802516 154236 07:45:45 07:30:01 2698312 0 1281284 16.00 2620 4026716 1454292 16.06 1513832 3077000 8 07:45:45 07:31:01 2699528 0 1280068 15.98 2620 4026716 1413160 15.60 1520496 3070664 8 07:45:45 07:32:01 2700860 0 1278728 15.97 2620 4026724 1413256 15.60 1521040 3070208 16 07:45:45 07:33:01 2701056 0 1278532 15.96 2620 4026724 1413184 15.60 1520968 3070208 12 07:45:45 07:34:01 2701216 0 1278364 15.96 2620 4026732 1413160 15.60 1520968 3070208 8 07:45:45 07:35:01 2701124 0 1278452 15.96 2620 4026736 1413160 15.60 1520972 3070208 8 07:45:45 07:36:01 2701116 0 1278456 15.96 2620 4026740 1413160 15.60 1520972 3070212 8 07:45:45 07:37:01 2700656 0 1278880 15.97 2620 4026776 1413232 15.60 1521076 3070216 20 07:45:45 07:38:01 2700944 0 1278588 15.96 2620 4026780 1413184 15.60 1521128 3070220 12 07:45:45 07:39:01 2700836 0 1278692 15.97 2620 4026784 1413160 15.60 1521012 3070216 16 07:45:45 07:40:01 2700852 0 1278672 15.97 2620 4026788 1413160 15.60 1521016 3070216 8 07:45:45 07:41:01 2700736 0 1278780 15.97 2620 4026796 1413160 15.60 1521140 3070216 8 07:45:45 07:42:01 2700476 0 1279036 15.97 2620 4026800 1413244 15.60 1521220 3070216 12 07:45:45 07:43:02 2700812 0 1278696 15.97 2620 4026804 1413196 15.60 1521040 3070216 8 07:45:45 07:44:01 2700744 0 1278760 15.97 2620 4026808 1413160 15.60 1521036 3070216 8 07:45:45 07:45:01 2700752 0 1278744 15.97 2620 4026816 1413160 15.60 1521044 3070216 8 07:45:45 Average: 2663105 0 1280796 15.99 2620 4062412 1585620 17.51 1652753 3007655 11960 07:45:45 07:45:45 07:22:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:45:45 07:23:01 eth0 1301.48 1358.42 5832.59 152.75 0.00 0.00 0.00 0.00 07:45:45 07:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:23:01 docker0 973.91 841.08 77.92 2707.30 0.00 0.00 0.00 0.00 07:45:45 07:24:01 veth1265928 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:45:45 07:24:01 eth0 539.46 446.64 3546.44 46.75 0.00 0.00 0.00 0.00 07:45:45 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:24:01 docker0 170.48 229.37 11.52 839.17 0.00 0.00 0.00 0.00 07:45:45 07:25:01 veth1265928 1.65 1.65 0.13 0.14 0.00 0.00 0.00 0.00 07:45:45 07:25:01 eth0 27.58 14.52 22.06 10.54 0.00 0.00 0.00 0.00 07:45:45 07:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:25:01 docker0 1.65 1.65 0.11 0.14 0.00 0.00 0.00 0.00 07:45:45 07:26:01 eth0 36.02 24.89 24.76 115.68 0.00 0.00 0.00 0.00 07:45:45 07:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:26:01 docker0 0.60 0.60 0.04 0.05 0.00 0.00 0.00 0.00 07:45:45 07:27:05 veth7c0c064 0.00 0.74 0.00 0.04 0.00 0.00 0.00 0.00 07:45:45 07:27:05 eth0 250.57 214.92 1762.94 29.26 0.00 0.00 0.00 0.00 07:45:45 07:27:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:27:05 docker0 57.70 65.92 3.93 157.27 0.00 0.00 0.00 0.00 07:45:45 07:28:01 veth7c0c064 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 07:45:45 07:28:01 veth6c4ccef 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 07:45:45 07:28:01 eth0 148.14 113.60 1468.83 16.94 0.00 0.00 0.00 0.00 07:45:45 07:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:29:01 vetha9833a1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:45:45 07:29:01 veth7c0c064 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 07:45:45 07:29:01 veth0960370 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:45:45 07:29:01 eth0 122.63 82.55 481.83 125.20 0.00 0.00 0.00 0.00 07:45:45 07:30:01 eth0 42.50 27.66 100.73 8.98 0.00 0.00 0.00 0.00 07:45:45 07:30:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:45:45 07:30:01 docker0 1285.24 1252.33 98.66 4341.52 0.00 0.00 0.00 0.00 07:45:45 07:31:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:45:45 07:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:32:01 eth0 0.23 0.20 0.09 0.07 0.00 0.00 0.00 0.00 07:45:45 07:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:33:01 eth0 0.17 0.12 0.07 0.01 0.00 0.00 0.00 0.00 07:45:45 07:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:34:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:45:45 07:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:35:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:45:45 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:36:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:37:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 07:45:45 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:38:01 eth0 0.20 0.20 0.07 0.01 0.00 0.00 0.00 0.00 07:45:45 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:39:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:45:45 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:40:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:41:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:45:45 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:42:01 eth0 0.18 0.18 0.08 0.07 0.00 0.00 0.00 0.00 07:45:45 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:43:02 eth0 0.18 0.13 0.07 0.01 0.00 0.00 0.00 0.00 07:45:45 07:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:44:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:45:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:45:45 07:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 07:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 Average: eth0 107.78 99.71 576.91 22.07 0.00 0.00 0.00 0.00 07:45:45 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:45:45 Average: docker0 55.93 54.50 4.29 188.94 0.00 0.00 0.00 0.00 07:45:45 07:45:45 07:45:45 ---> sar -P ALL: 07:45:45 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/16/21 _x86_64_ (2 CPU) 07:45:45 07:45:45 07:21:22 LINUX RESTART (2 CPU) 07:45:45 07:45:45 07:22:01 CPU %user %nice %system %iowait %steal %idle 07:45:45 07:23:01 all 19.39 0.00 5.12 7.66 0.09 67.74 07:45:45 07:23:01 0 23.06 0.00 5.47 6.04 0.09 65.35 07:45:45 07:23:01 1 15.74 0.00 4.77 9.28 0.09 70.12 07:45:45 07:24:01 all 24.92 0.00 7.94 5.31 0.10 61.74 07:45:45 07:24:01 0 25.86 0.00 8.08 7.06 0.11 58.90 07:45:45 07:24:01 1 23.98 0.00 7.79 3.57 0.09 64.57 07:45:45 07:25:01 all 42.27 0.00 4.65 0.64 0.07 52.37 07:45:45 07:25:01 0 41.90 0.00 4.93 0.53 0.07 52.58 07:45:45 07:25:01 1 42.65 0.00 4.38 0.74 0.07 52.16 07:45:45 07:26:01 all 59.21 0.00 8.15 1.12 0.10 31.42 07:45:45 07:26:01 0 59.28 0.00 8.20 0.45 0.09 31.98 07:45:45 07:26:01 1 59.15 0.00 8.09 1.79 0.11 30.86 07:45:45 07:27:05 all 21.85 0.00 15.59 32.50 0.10 29.95 07:45:45 07:27:05 0 21.72 0.00 15.96 33.61 0.10 28.62 07:45:45 07:27:05 1 21.99 0.00 15.23 31.39 0.10 31.29 07:45:45 07:28:01 all 70.21 0.00 13.30 13.67 0.12 2.70 07:45:45 07:28:01 0 69.85 0.00 13.68 14.17 0.12 2.18 07:45:45 07:28:01 1 70.57 0.00 12.92 13.17 0.12 3.22 07:45:45 07:29:01 all 57.71 0.00 18.28 20.70 0.13 3.18 07:45:45 07:29:01 0 56.70 0.00 18.51 21.46 0.13 3.20 07:45:45 07:29:01 1 58.72 0.00 18.05 19.94 0.13 3.16 07:45:45 07:30:01 all 16.47 0.00 4.93 2.34 0.04 76.22 07:45:45 07:30:01 0 17.00 0.00 4.77 2.30 0.03 75.89 07:45:45 07:30:01 1 15.93 0.00 5.09 2.38 0.05 76.54 07:45:45 07:31:01 all 0.08 0.00 0.03 0.00 0.03 99.87 07:45:45 07:31:01 0 0.03 0.00 0.02 0.00 0.03 99.92 07:45:45 07:31:01 1 0.12 0.00 0.03 0.00 0.03 99.82 07:45:45 07:32:01 all 0.09 0.00 0.06 0.00 0.03 99.82 07:45:45 07:32:01 0 0.10 0.00 0.07 0.00 0.02 99.82 07:45:45 07:32:01 1 0.08 0.00 0.05 0.00 0.05 99.82 07:45:45 07:33:01 all 0.03 0.00 0.02 0.00 0.02 99.94 07:45:45 07:33:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:45:45 07:33:01 1 0.03 0.00 0.02 0.00 0.03 99.92 07:45:45 07:45:45 07:33:01 CPU %user %nice %system %iowait %steal %idle 07:45:45 07:34:01 all 0.04 0.00 0.03 0.00 0.03 99.90 07:45:45 07:34:01 0 0.07 0.00 0.02 0.00 0.02 99.90 07:45:45 07:34:01 1 0.02 0.00 0.03 0.00 0.05 99.90 07:45:45 07:35:01 all 0.04 0.00 0.03 0.00 0.03 99.90 07:45:45 07:35:01 0 0.05 0.00 0.02 0.00 0.02 99.92 07:45:45 07:35:01 1 0.03 0.00 0.03 0.00 0.05 99.88 07:45:45 07:36:01 all 0.11 0.00 0.02 0.00 0.02 99.86 07:45:45 07:36:01 0 0.17 0.00 0.02 0.00 0.02 99.80 07:45:45 07:36:01 1 0.05 0.00 0.02 0.00 0.02 99.92 07:45:45 07:37:01 all 0.11 0.00 0.05 0.00 0.02 99.82 07:45:45 07:37:01 0 0.20 0.00 0.03 0.00 0.02 99.75 07:45:45 07:37:01 1 0.02 0.00 0.07 0.00 0.02 99.90 07:45:45 07:38:01 all 0.15 0.00 0.03 0.00 0.03 99.79 07:45:45 07:38:01 0 0.25 0.00 0.03 0.00 0.03 99.68 07:45:45 07:38:01 1 0.05 0.00 0.02 0.00 0.03 99.90 07:45:45 07:39:01 all 0.12 0.00 0.02 0.00 0.01 99.86 07:45:45 07:39:01 0 0.23 0.00 0.02 0.00 0.02 99.73 07:45:45 07:39:01 1 0.00 0.00 0.02 0.00 0.00 99.98 07:45:45 07:40:01 all 0.16 0.00 0.03 0.00 0.02 99.80 07:45:45 07:40:01 0 0.25 0.00 0.03 0.00 0.00 99.72 07:45:45 07:40:01 1 0.07 0.00 0.02 0.00 0.03 99.88 07:45:45 07:41:01 all 0.08 0.00 0.03 0.00 0.03 99.87 07:45:45 07:41:01 0 0.15 0.00 0.02 0.00 0.02 99.82 07:45:45 07:41:01 1 0.02 0.00 0.03 0.00 0.03 99.92 07:45:45 07:42:01 all 0.05 0.00 0.02 0.00 0.03 99.91 07:45:45 07:42:01 0 0.02 0.00 0.02 0.00 0.03 99.93 07:45:45 07:42:01 1 0.08 0.00 0.02 0.00 0.02 99.88 07:45:45 07:43:02 all 0.06 0.00 0.03 0.00 0.03 99.89 07:45:45 07:43:02 0 0.07 0.00 0.03 0.00 0.03 99.87 07:45:45 07:43:02 1 0.05 0.00 0.02 0.00 0.02 99.92 07:45:45 07:44:01 all 0.05 0.00 0.02 0.00 0.03 99.91 07:45:45 07:44:01 0 0.07 0.00 0.02 0.00 0.03 99.88 07:45:45 07:44:01 1 0.03 0.00 0.02 0.00 0.02 99.93 07:45:45 07:45:45 07:44:01 CPU %user %nice %system %iowait %steal %idle 07:45:45 07:45:01 all 0.13 0.00 0.01 0.00 0.03 99.83 07:45:45 07:45:01 0 0.23 0.00 0.00 0.00 0.02 99.75 07:45:45 07:45:01 1 0.03 0.00 0.02 0.00 0.03 99.92 07:45:45 Average: all 12.82 0.00 3.25 3.52 0.05 80.37 07:45:45 Average: 0 13.00 0.00 3.32 3.59 0.04 80.05 07:45:45 Average: 1 12.63 0.00 3.18 3.44 0.05 80.70 07:45:45 07:45:45 07:45:45