Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch main at 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 rather than 5e86f3061695b7e3870507e3e1622bb36fea3bbf Obtained Jenkinsfile from 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 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 > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6651317912833892709.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision db16f8292de5a0132d944c4e76ede2ca4f84da27 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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh4028293382386132190.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 db16f8292de5a0132d944c4e76ede2ca4f84da27 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-3627/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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3627/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8704733244280453408.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision db16f8292de5a0132d944c4e76ede2ca4f84da27 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f db16f8292de5a0132d944c4e76ede2ca4f84da27 # timeout=10 Commit message: "Merge pull request #343 from ernestojeda/pipeline-optimizations" > 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 > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8691932429975809239.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 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-3627/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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3627/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh5647768263825738708.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 98bb157299c17168c94e81a7dba3d05dc38b0f72 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 98bb157299c17168c94e81a7dba3d05dc38b0f72 # timeout=10 Commit message: "Docs: Add example Jenkinsfile to documentation" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-105 in /w/workspace/edgexfoundry_edgex-go_PR-3627 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/4@tmp/jenkins-gitclient-ssh3804962419066251237.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 into PR head commit 5e86f3061695b7e3870507e3e1622bb36fea3bbf Merge succeeded, producing 5e86f3061695b7e3870507e3e1622bb36fea3bbf Checking out Revision 5e86f3061695b7e3870507e3e1622bb36fea3bbf (PR-3627) > 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 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/4@tmp/jenkins-gitclient-ssh1582179309898753259.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3627/head:refs/remotes/origin/PR-3627 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5e86f3061695b7e3870507e3e1622bb36fea3bbf # 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 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/4@tmp/jenkins-gitclient-ssh3409432383306882058.key > git merge 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5e86f3061695b7e3870507e3e1622bb36fea3bbf # timeout=10 Commit message: "feat: Add RWLock for accessing reader from the map" First time build. Skipping changelog. > git rev-list --no-walk 88dffa237d5c41396dccfcd5246cc0450e95ff4c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:30:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:30:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:30:44 ========================================================= 20:30:44 EdgeX Global Pipelines Version Info 20:30:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:30:45 ------------------- 20:30:45 stable info: 20:30:45 ------------------- 20:30:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:30:45 Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 20:30:45 Message: update stable to v1.0.197 20:30:46 ------------------- 20:30:46 experimental info: 20:30:46 ------------------- 20:30:46 Commited By: **** collab-it+edgex@linuxfoundation.org 20:30:46 Commit SHA: db16f8292de5a0132d944c4e76ede2ca4f84da27 20:30:46 Message: update experimental to v1.0.197 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3627 [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3627 [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3627 [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5e86f3061695b7e3870507e3e1622bb36fea3bbf [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5e86f30 [Pipeline] echo 20:30:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:30:46 provisioning config files... 20:30:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config2997591457095628186tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:30:47 ---> docker-login.sh 20:30:47 nexus3.edgexfoundry.org:10001 20:30:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:30:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:30:47 Configure a credential helper to remove this warning. See 20:30:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:30:47 20:30:47 Login Succeeded 20:30:47 nexus3.edgexfoundry.org:10002 20:30:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:30:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:30:47 Configure a credential helper to remove this warning. See 20:30:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:30:47 20:30:47 Login Succeeded 20:30:47 nexus3.edgexfoundry.org:10003 20:30:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:30:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:30:47 Configure a credential helper to remove this warning. See 20:30:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:30:47 20:30:47 Login Succeeded 20:30:47 nexus3.edgexfoundry.org:10004 20:30:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:30:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:30:48 Configure a credential helper to remove this warning. See 20:30:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:30:48 20:30:48 Login Succeeded 20:30:48 docker.io 20:30:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:30:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:30:48 Configure a credential helper to remove this warning. See 20:30:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:30:48 20:30:48 Login Succeeded 20:30:48 ---> docker-login.sh ends [Pipeline] } 20:30:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:30:48 ++ 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 20:30:48 + for file in '`ls cmd/**/Dockerfile`' 20:30:48 ++ dirname cmd/core-command/Dockerfile 20:30:48 ++ cut -d/ -f2 20:30:48 + echo core-command,cmd/core-command/Dockerfile 20:30:48 + for file in '`ls cmd/**/Dockerfile`' 20:30:48 ++ dirname cmd/core-data/Dockerfile 20:30:48 ++ cut -d/ -f2 20:30:48 + echo core-data,cmd/core-data/Dockerfile 20:30:48 + for file in '`ls cmd/**/Dockerfile`' 20:30:48 ++ dirname cmd/core-metadata/Dockerfile 20:30:48 ++ cut -d/ -f2 20:30:48 + echo core-metadata,cmd/core-metadata/Dockerfile 20:30:48 + for file in '`ls cmd/**/Dockerfile`' 20:30:48 ++ dirname cmd/security-bootstrapper/Dockerfile 20:30:48 ++ cut -d/ -f2 20:30:48 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:30:48 + for file in '`ls cmd/**/Dockerfile`' 20:30:48 ++ dirname cmd/security-proxy-setup/Dockerfile 20:30:48 ++ cut -d/ -f2 20:30:48 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:30:48 + for file in '`ls cmd/**/Dockerfile`' 20:30:48 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:30:48 ++ cut -d/ -f2 20:30:48 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:30:48 + for file in '`ls cmd/**/Dockerfile`' 20:30:48 ++ dirname cmd/support-notifications/Dockerfile 20:30:48 ++ cut -d/ -f2 20:30:48 + echo support-notifications,cmd/support-notifications/Dockerfile 20:30:48 + for file in '`ls cmd/**/Dockerfile`' 20:30:48 ++ dirname cmd/support-scheduler/Dockerfile 20:30:48 ++ cut -d/ -f2 20:30:48 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:30:48 + for file in '`ls cmd/**/Dockerfile`' 20:30:48 ++ cut -d/ -f2 20:30:48 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:30:48 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:30:48 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 20:30:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:30:49 20:30:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:30:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:30:50 latest: Pulling from edgex-devops/git-semver 20:30:50 31603596830f: Pulling fs layer 20:30:50 b6dc333f4379: Pulling fs layer 20:30:50 3d9ef1400e77: Pulling fs layer 20:30:50 fd332fbdc1db: Pulling fs layer 20:30:50 fd332fbdc1db: Waiting 20:30:50 b6dc333f4379: Verifying Checksum 20:30:50 b6dc333f4379: Download complete 20:30:50 31603596830f: Verifying Checksum 20:30:50 31603596830f: Download complete 20:30:50 31603596830f: Pull complete 20:30:50 fd332fbdc1db: Verifying Checksum 20:30:50 fd332fbdc1db: Download complete 20:30:50 b6dc333f4379: Pull complete 20:30:50 3d9ef1400e77: Verifying Checksum 20:30:50 3d9ef1400e77: Download complete 20:30:51 3d9ef1400e77: Pull complete 20:30:51 fd332fbdc1db: Pull complete 20:30:51 Digest: sha256:db6b30291b918ea2df8875cce3ed97fb48fa491dcbf862453db6614bc0bd4782 20:30:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:30:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:30:51 prd-centos7-docker-4c-2g-105 does not seem to be running inside a container 20:30:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:10004/edgex-devops/git-semver:latest cat 20:30:52 $ docker top f8369f9545a794dd922a6c54d7eb5b70618d8ada43f4cb8415bca28cd17a3e28 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:30:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:30:52 [ssh-agent] Looking for ssh-agent implementation... 20:30:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:30:52 $ docker exec f8369f9545a794dd922a6c54d7eb5b70618d8ada43f4cb8415bca28cd17a3e28 ssh-agent 20:30:52 SSH_AUTH_SOCK=/tmp/ssh-rDwaZfIjr6nS/agent.13 20:30:52 SSH_AGENT_PID=20 20:30:52 Running ssh-add (command line suppressed) 20:30:52 Identity added: /w/workspace/edgex-go/4@tmp/private_key_1406817335553001406.key (/w/workspace/edgex-go/4@tmp/private_key_1406817335553001406.key) 20:30:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:30:53 + git tag --points-at HEAD [Pipeline] } 20:30:53 $ docker exec --env ******** --env ******** f8369f9545a794dd922a6c54d7eb5b70618d8ada43f4cb8415bca28cd17a3e28 ssh-agent -k 20:30:53 unset SSH_AUTH_SOCK; 20:30:53 unset SSH_AGENT_PID; 20:30:53 echo Agent pid 20 killed; 20:30:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:30:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:30:53 [ssh-agent] Looking for ssh-agent implementation... 20:30:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:30:53 $ docker exec f8369f9545a794dd922a6c54d7eb5b70618d8ada43f4cb8415bca28cd17a3e28 ssh-agent 20:30:53 SSH_AUTH_SOCK=/tmp/ssh-l4GoVMQ1s3sV/agent.53 20:30:53 SSH_AGENT_PID=59 20:30:53 Running ssh-add (command line suppressed) 20:30:53 Identity added: /w/workspace/edgex-go/4@tmp/private_key_2829459870649706136.key (/w/workspace/edgex-go/4@tmp/private_key_2829459870649706136.key) 20:30:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:30:54 + git semver init 20:30:54 # -> Open(): unable to determine branch for HEAD 20:30:54 # $GIT_DIR = /w/workspace/edgex-go/4/.git 20:30:54 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 20:30:54 # $SEMVER_REMOTE_NAME = origin 20:30:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:30:54 # $SEMVER_USER_NAME = edgex-jenkins 20:30:54 # $SEMVER_BRANCH = PR-3627 20:30:54 # $SEMVER_TEMP = /tmp/semver-022481996 20:30:54 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:31:06 # '/tmp/semver-022481996' -> '/w/workspace/edgex-go/4/.semver' 20:31:06 # -> Force: false 20:31:06 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 20:31:06 $ docker exec --env ******** --env ******** f8369f9545a794dd922a6c54d7eb5b70618d8ada43f4cb8415bca28cd17a3e28 ssh-agent -k 20:31:06 unset SSH_AUTH_SOCK; 20:31:06 unset SSH_AGENT_PID; 20:31:06 echo Agent pid 59 killed; 20:31:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:31:07 + git semver [Pipeline] } 20:31:07 $ docker stop --time=1 f8369f9545a794dd922a6c54d7eb5b70618d8ada43f4cb8415bca28cd17a3e28 20:31:09 $ docker rm -f f8369f9545a794dd922a6c54d7eb5b70618d8ada43f4cb8415bca28cd17a3e28 [Pipeline] // withDockerContainer [Pipeline] sh 20:31:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:31:09 Stashed 1 file(s) [Pipeline] echo 20:31:09 [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] echo 20:31:10 ========================================================= 20:31:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 20:31:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:31:10 + 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 . 20:31:11 Sending build context to Docker daemon 328.5MB 20:31:11 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 20:31:11 Step 2/6 : FROM ${BASE} 20:31:11 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 20:31:11 540db60ca938: Pulling fs layer 20:31:11 adcc1eea9eea: Pulling fs layer 20:31:11 4c4ab2625f07: Pulling fs layer 20:31:11 0773c198feca: Pulling fs layer 20:31:11 345f892a5656: Pulling fs layer 20:31:11 4796506630df: Pulling fs layer 20:31:11 cc55df3e53f1: Pulling fs layer 20:31:11 4d027b6c602c: Pulling fs layer 20:31:11 449e75d2c14e: Pulling fs layer 20:31:11 4796506630df: Waiting 20:31:11 cc55df3e53f1: Waiting 20:31:11 4d027b6c602c: Waiting 20:31:11 449e75d2c14e: Waiting 20:31:11 0773c198feca: Waiting 20:31:11 345f892a5656: Waiting 20:31:11 4c4ab2625f07: Download complete 20:31:11 adcc1eea9eea: Verifying Checksum 20:31:11 adcc1eea9eea: Download complete 20:31:11 345f892a5656: Download complete 20:31:11 4796506630df: Verifying Checksum 20:31:11 4796506630df: Download complete 20:31:12 cc55df3e53f1: Verifying Checksum 20:31:12 cc55df3e53f1: Download complete 20:31:12 540db60ca938: Verifying Checksum 20:31:12 540db60ca938: Download complete 20:31:12 540db60ca938: Pull complete 20:31:12 adcc1eea9eea: Pull complete 20:31:12 4c4ab2625f07: Pull complete 20:31:12 4d027b6c602c: Verifying Checksum 20:31:12 4d027b6c602c: Download complete 20:31:14 449e75d2c14e: Verifying Checksum 20:31:14 449e75d2c14e: Download complete 20:31:15 0773c198feca: Download complete 20:31:20 0773c198feca: Pull complete 20:31:20 345f892a5656: Pull complete 20:31:20 4796506630df: Pull complete 20:31:20 cc55df3e53f1: Pull complete 20:31:20 4d027b6c602c: Pull complete 20:31:21 449e75d2c14e: Pull complete 20:31:21 Digest: sha256:a2fa0993ec4462abfc92311096d2e43e803cda49eb027de246ea451416b7a8a8 20:31:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 20:31:21 ---> 0d28375d9b5b 20:31:21 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 20:31:22 ---> Running in 49362fcfda80 20:31:22 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:31:23 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:31:24 (1/12) Installing libmagic (5.39-r0) 20:31:24 (2/12) Installing file (5.39-r0) 20:31:24 (3/12) Installing libc-dev (0.7.2-r3) 20:31:24 (4/12) Installing g++ (10.2.1_pre1-r3) 20:31:25 Still waiting to schedule task 20:31:25 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:31:29 (5/12) Installing fortify-headers (1.1-r0) 20:31:29 (6/12) Installing patch (2.7.6-r7) 20:31:29 (7/12) Installing build-base (0.5-r2) 20:31:29 (8/12) Installing libsodium (1.0.18-r0) 20:31:29 (9/12) Installing pkgconf (1.7.3-r0) 20:31:29 (10/12) Installing libsodium-dev (1.0.18-r0) 20:31:29 (11/12) Installing libzmq (4.3.3-r1) 20:31:29 (12/12) Installing zeromq-dev (4.3.3-r1) 20:31:29 Executing busybox-1.32.1-r6.trigger 20:31:29 OK: 219 MiB in 52 packages 20:31:30 Removing intermediate container 49362fcfda80 20:31:30 ---> 6b2f041441bd 20:31:30 Step 4/6 : WORKDIR /edgex-go 20:31:30 ---> Running in ed67fdea4c93 20:31:30 Removing intermediate container ed67fdea4c93 20:31:30 ---> 234252e1dc7c 20:31:30 Step 5/6 : COPY go.mod . 20:31:30 ---> 96f157f6a82b 20:31:30 Step 6/6 : RUN go mod download 20:31:30 ---> Running in 85313f29ec6f 20:31:40 Removing intermediate container 85313f29ec6f 20:31:40 ---> ab6253e1a281 20:31:41 Successfully built ab6253e1a281 20:31:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:31:41 + docker inspect -f . ci-base-image-x86_64 20:31:41 . [Pipeline] withDockerContainer 20:31:41 prd-centos7-docker-4c-2g-105 does not seem to be running inside a container 20:31:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:31:42 $ docker top 615c645dae9ba2bb8bcd2bb91669b51a8ff95057099b535a3db1f88f7dbb7938 -eo pid,comm [Pipeline] { [Pipeline] sh 20:31:42 + go version 20:31:42 go version go1.16.5 linux/amd64 [Pipeline] } 20:31:42 $ docker stop --time=1 615c645dae9ba2bb8bcd2bb91669b51a8ff95057099b535a3db1f88f7dbb7938 20:31:43 $ docker rm -f 615c645dae9ba2bb8bcd2bb91669b51a8ff95057099b535a3db1f88f7dbb7938 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:31:44 + docker inspect -f . ci-base-image-x86_64 20:31:44 . [Pipeline] withDockerContainer 20:31:44 prd-centos7-docker-4c-2g-105 does not seem to be running inside a container 20:31:44 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:31:44 $ docker top 56b4e61c2a7643899b2d1be0811d19cdd44102132ee7dd80cdd0eb1310edb398 -eo pid,comm [Pipeline] { [Pipeline] echo 20:31:44 ========================================================= 20:31:44 [edgeXBuildGoParallel] Running Tests and Build... 20:31:44 ========================================================= [Pipeline] sh 20:31:45 + go mod tidy [Pipeline] sh 20:31:45 + make test 20:31:45 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 20:31:46 go mod tidy 20:31:46 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:31:52 ? github.com/edgexfoundry/edgex-go [no test files] 20:32:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:32:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:32:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:32:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:32:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:32:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:32:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:32:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:32:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:32:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:32:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:32:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:32:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:32:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.043s coverage: 28.7% of statements 20:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:32:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.060s coverage: 100.0% of statements 20:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:32:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.061s coverage: 46.3% of statements 20:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:32:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.114s coverage: 90.0% of statements 20:32:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:32:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:32:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.068s coverage: 81.2% of statements 20:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 20:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:32:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.257s coverage: 94.2% of statements 20:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:32:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:32:25 ok github.com/edgexfoundry/edgex-go/internal/io 0.045s coverage: 59.1% of statements 20:32:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:32:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:32:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:32:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:32:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:32:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.047s coverage: 60.0% of statements 20:32:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:32:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:32:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:32:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.052s coverage: 0.8% of statements 20:32:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:32:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements 20:32:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.041s coverage: 22.0% of statements 20:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:32:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.049s coverage: 47.1% of statements 20:32:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.051s coverage: 79.5% of statements 20:32:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements 20:32:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements 20:32:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements 20:32:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.065s coverage: 94.4% of statements 20:32:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements 20:32:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.197s coverage: 81.8% of statements 20:32:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.091s coverage: 92.9% of statements 20:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements 20:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.065s coverage: 87.2% of statements 20:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 20:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 58.8% of statements 20:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements 20:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 20:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 85.4% of statements 20:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.086s coverage: 91.2% of statements 20:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.162s coverage: 64.4% of statements 20:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 20:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 20:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 20:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.024s coverage: 73.7% of statements 20:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements 20:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.174s coverage: 66.9% of statements 20:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:33:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.127s coverage: 43.6% of statements 20:33:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:33:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:33:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.065s coverage: 89.5% of statements 20:33:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:33:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.042s coverage: 84.8% of statements 20:33:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.065s coverage: 19.3% of statements 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.118s coverage: 92.0% of statements 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.054s coverage: 62.7% of statements 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.112s coverage: 97.7% of statements 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 20:33:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.056s coverage: 28.9% of statements 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:33:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements 20:33:12 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.035s coverage: 95.4% of statements 20:33:12 GO111MODULE=on go vet ./... 20:33:39 gofmt -l . 20:33:39 [ "`gofmt -l .`" = "" ] 20:33:39 ./bin/test-attribution-txt.sh [Pipeline] sh 20:33:39 + ls -al . 20:33:39 total 572 20:33:39 drwxrwxr-x 10 1001 1001 4096 Jul 24 20:33 . 20:33:39 drwxr-xr-x 4 root root 28 Jul 24 20:31 .. 20:33:39 -rw-rw-r-- 1 1001 1001 11 Jul 24 20:30 .dockerignore 20:33:39 drwxrwxr-x 8 1001 1001 179 Jul 24 20:30 .git 20:33:39 drwxrwxr-x 3 1001 1001 125 Jul 24 20:30 .github 20:33:39 -rw-rw-r-- 1 1001 1001 818 Jul 24 20:30 .gitignore 20:33:39 -rw-rw-r-- 1 1001 1001 76 Jul 24 20:30 .hadolint.yml 20:33:39 drwx------ 3 1001 1001 58 Jul 24 20:31 .semver 20:33:39 -rw-rw-r-- 1 1001 1001 166 Jul 24 20:30 .sonarcloud.properties 20:33:39 -rw-rw-r-- 1 1001 1001 8609 Jul 24 20:30 Attribution.txt 20:33:39 -rw-rw-r-- 1 1001 1001 43881 Jul 24 20:30 CHANGELOG.md 20:33:39 -rw-rw-r-- 1 1001 1001 3804 Jul 24 20:30 CONTRIBUTING.md 20:33:39 -rw-rw-r-- 1 1001 1001 931 Jul 24 20:30 Dockerfile.build 20:33:39 -rw-rw-r-- 1 1001 1001 849 Jul 24 20:30 Jenkinsfile 20:33:39 -rw-rw-r-- 1 1001 1001 10775 Jul 24 20:30 LICENSE 20:33:39 -rw-rw-r-- 1 1001 1001 5915 Jul 24 20:30 Makefile 20:33:39 -rw-rw-r-- 1 1001 1001 8649 Jul 24 20:30 README.md 20:33:39 -rw-rw-r-- 1 1001 1001 6912 Jul 24 20:30 SECURITY.md 20:33:39 -rw-rw-r-- 1 1001 1001 5 Jul 24 20:31 VERSION 20:33:39 -rw-rw-r-- 1 1001 1001 4131 Jul 24 20:30 ZMQWindows.md 20:33:39 drwxrwxr-x 2 1001 1001 37 Jul 24 20:30 bin 20:33:39 drwxrwxr-x 14 1001 1001 4096 Jul 24 20:30 cmd 20:33:39 -rw-r--r-- 1 root root 403848 Jul 24 20:33 coverage.out 20:33:39 -rw-rw-r-- 1 1001 1001 812 Jul 24 20:30 go.mod 20:33:39 -rw-r--r-- 1 root root 21149 Jul 24 20:31 go.sum 20:33:39 drwxrwxr-x 8 1001 1001 124 Jul 24 20:30 internal 20:33:39 drwxrwxr-x 3 1001 1001 16 Jul 24 20:30 openapi 20:33:39 drwxrwxr-x 4 1001 1001 71 Jul 24 20:30 snap 20:33:39 -rw-rw-r-- 1 1001 1001 204 Jul 24 20:30 version.go [Pipeline] sh 20:33:39 + '[' -e coverage.out ] 20:33:39 + chown 1001:1001 coverage.out [Pipeline] stash 20:33:40 Stashed 1 file(s) [Pipeline] sh 20:33:40 + make build 20:33:40 go mod tidy 20:33: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 20:33: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 20:33: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 20:33:49 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 20:33:50 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 20:33:50 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 20:33:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:33:52 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 20:33: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 20:33:53 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 20:33:54 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 20:33:55 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] } 20:33:56 $ docker stop --time=1 56b4e61c2a7643899b2d1be0811d19cdd44102132ee7dd80cdd0eb1310edb398 20:33:58 $ docker rm -f 56b4e61c2a7643899b2d1be0811d19cdd44102132ee7dd80cdd0eb1310edb398 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:34:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:34:00 20:34:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:34:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:34:01 latest: Pulling from edgex-devops/edgex-compose 20:34:01 cbdbe7a5bc2a: Pulling fs layer 20:34:01 ca9280d653b3: Pulling fs layer 20:34:01 7e9c9ca2126c: Pulling fs layer 20:34:01 cbdbe7a5bc2a: Verifying Checksum 20:34:01 cbdbe7a5bc2a: Download complete 20:34:01 cbdbe7a5bc2a: Pull complete 20:34:02 ca9280d653b3: Verifying Checksum 20:34:02 ca9280d653b3: Download complete 20:34:02 ca9280d653b3: Pull complete 20:34:04 7e9c9ca2126c: Verifying Checksum 20:34:04 7e9c9ca2126c: Download complete 20:34:08 7e9c9ca2126c: Pull complete 20:34:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:34:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:34:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:34:08 prd-centos7-docker-4c-2g-105 does not seem to be running inside a container 20:34:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:34:11 $ docker top a360a25222968676d29528fbf44d6d598e3d175ae7d31d3409d0313081b46aba -eo pid,comm [Pipeline] { [Pipeline] sh 20:34:11 + docker-compose build --help 20:34:11 + grep parallel 20:34:12 --parallel Build images in parallel. [Pipeline] } 20:34:12 $ docker stop --time=1 a360a25222968676d29528fbf44d6d598e3d175ae7d31d3409d0313081b46aba 20:34:13 $ docker rm -f a360a25222968676d29528fbf44d6d598e3d175ae7d31d3409d0313081b46aba [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:34:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:34:13 . [Pipeline] withDockerContainer 20:34:13 prd-centos7-docker-4c-2g-105 does not seem to be running inside a container 20: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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:34:14 $ docker top 77a6e3258c5557d625cd8db5108ce55ea9fb71e4111da0e3bfefb54f3065bdb8 -eo pid,comm [Pipeline] { [Pipeline] sh 20:34:14 + docker-compose -f ./docker-compose-build.yml build --parallel 20:34:15 Building core-command ... 20:34:15 Building core-data ... 20:34:15 Building core-metadata ... 20:34:15 Building security-bootstrapper ... 20:34:15 Building security-proxy-setup ... 20:34:15 Building security-secretstore-setup ... 20:34:15 Building support-notifications ... 20:34:15 Building support-scheduler ... 20:34:15 Building sys-mgmt-agent ... 20:34:15 Building sys-mgmt-agent 20:34:15 Building security-secretstore-setup 20:34:15 Building support-scheduler 20:34:15 Building security-proxy-setup 20:34:15 Building security-bootstrapper 20:34:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-107 in /w/workspace/edgexfoundry_edgex-go_PR-3627 [Pipeline] { [Pipeline] ws 20:34:21 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 20:34:21 The recommended git tool is: git 20:34:27 using credential edgex-jenkins-ssh 20:34:27 Cloning the remote Git repository 20:34:27 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:34:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:34:27 ---> ab6253e1a281 20:34:27 Step 3/22 : WORKDIR /edgex-go 20:34:27 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:34:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:34:27 ---> ab6253e1a281 20:34:27 Step 3/23 : WORKDIR /edgex-go 20:34:27 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:34:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:34:27 ---> ab6253e1a281 20:34:27 Step 3/24 : WORKDIR /edgex-go 20:34:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:34:27 > git init /w/workspace/edgex-go/4 # timeout=10 20:34:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:34:27 > git --version # timeout=10 20:34:27 > git --version # 'git version 2.17.1' 20:34:27 using GIT_SSH to set credentials SSH Credentials for GitHub 20:34:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:34:31 ---> Running in 006e2adba9ad 20:34:31 ---> Running in a117e2045064 20:34:31 ---> Running in 9c901a837d1f 20:34:35 Removing intermediate container a117e2045064 20:34:35 ---> b14e7cee31c3 20:34:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:34:35 Removing intermediate container 9c901a837d1f 20:34:35 ---> 65f653d95c47 20:34:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:34:35 Removing intermediate container 006e2adba9ad 20:34:35 ---> dd62097d4f21 20:34:35 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:34:35 ---> Running in de81a8a1efaa 20:34:35 ---> Running in 2845868efa11 20:34:35 ---> Running in 7b8d7a144950 20:34:36 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:34:36 Step 2/32 : FROM ${BUILDER_BASE} AS builder 20:34:36 ---> ab6253e1a281 20:34:36 Step 3/32 : WORKDIR /edgex-go 20:34:36 ---> Using cache 20:34:36 ---> dd62097d4f21 20:34:36 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:34:36 ---> Running in b71ba620032a 20:34:37 Removing intermediate container de81a8a1efaa 20:34:37 ---> b5c406ed722b 20:34:37 Step 5/22 : RUN apk add --update --no-cache make git 20:34:37 ---> Running in 67d69826673c 20:34:37 Removing intermediate container 2845868efa11 20:34:37 ---> 3c527cdd1e70 20:34:37 Step 5/23 : RUN apk add --update --no-cache make git 20:34:37 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:34:37 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:34:37 ---> ab6253e1a281 20:34:37 Step 3/26 : WORKDIR /edgex-go 20:34:37 ---> Using cache 20:34:37 ---> dd62097d4f21 20:34:37 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:34:37 ---> Running in 853ffc0dd197 20:34:37 ---> Running in 4e5f976cf260 20:34:37 Removing intermediate container 7b8d7a144950 20:34:37 ---> 47448e9e20c3 20:34:37 Step 5/24 : RUN apk add --update --no-cache make bash git 20:34:37 ---> Running in fc45fcbca09d 20:34:37 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:34:37 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:34:37 Removing intermediate container b71ba620032a 20:34:37 ---> bd5ffcafe7ef 20:34:37 Step 5/32 : RUN apk add --update --no-cache make git 20:34:37 ---> Running in dbb2e97a5e1a 20:34:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:34:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:34:38 Removing intermediate container 4e5f976cf260 20:34:38 ---> 214ed40648bb 20:34:38 Step 5/26 : RUN apk add --update --no-cache make git 20:34:38 ---> Running in e65177526d00 20:34:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:34:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:34:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:34:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:34:38 OK: 219 MiB in 52 packages 20:34:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:34:39 Removing intermediate container 67d69826673c 20:34:39 ---> 937760ef1438 20:34:39 Step 6/22 : COPY go.mod . 20:34:39 OK: 219 MiB in 52 packages 20:34:39 OK: 219 MiB in 52 packages 20:34:39 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:34:39 ---> b13ff6a243a5 20:34:39 Step 7/22 : RUN go mod download 20:34:39 ---> Running in abf99fb0d4cb 20:34:39 Removing intermediate container fc45fcbca09d 20:34:39 ---> 55662b706ff0 20:34:39 Step 6/24 : COPY go.mod . 20:34:39 Removing intermediate container 853ffc0dd197 20:34:39 ---> 9d34adf6df14 20:34:39 Step 6/23 : COPY go.mod . 20:34:39 OK: 219 MiB in 52 packages 20:34:39 ---> 169b0bcefa3a 20:34:39 Step 7/24 : RUN go mod download 20:34:39 ---> 39abf55d1678 20:34:39 Step 7/23 : RUN go mod download 20:34:39 ---> Running in c575d05ffdba 20:34:39 ---> Running in 257574da3520 20:34:40 Removing intermediate container dbb2e97a5e1a 20:34:40 ---> 3a2589c9246d 20:34:40 Step 6/32 : COPY go.mod . 20:34:40 OK: 219 MiB in 52 packages 20:34:40 ---> c496e1e511ed 20:34:40 Step 7/32 : RUN go mod download 20:34:40 ---> Running in 50c4391cdae4 20:34:40 Removing intermediate container abf99fb0d4cb 20:34:40 ---> 6b03a07ac9c6 20:34:40 Step 8/22 : COPY . . 20:34:41 Removing intermediate container e65177526d00 20:34:41 ---> b78280569b6e 20:34:41 Step 6/26 : COPY go.mod . 20:34:42 ---> 45d840971192 20:34:42 Step 7/26 : RUN go mod download 20:34:42 Removing intermediate container c575d05ffdba 20:34:42 ---> 9ce434aaabee 20:34:42 Step 8/24 : COPY . . 20:34:42 Removing intermediate container 257574da3520 20:34:42 ---> 1951d8ea93de 20:34:42 Step 8/23 : COPY . . 20:34:42 ---> Running in 311da526a322 20:34:42 Removing intermediate container 50c4391cdae4 20:34:42 ---> 61136d7fce07 20:34:42 Step 8/32 : COPY . . 20:34:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:34:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:34:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:34:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:34:45 using GIT_SSH to set credentials SSH Credentials for GitHub 20:34:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3627/head:refs/remotes/origin/PR-3627 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:34:46 Merging remotes/origin/main commit 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 into PR head commit 5e86f3061695b7e3870507e3e1622bb36fea3bbf 20:34:46 Merge succeeded, producing 5e86f3061695b7e3870507e3e1622bb36fea3bbf 20:34:46 Checking out Revision 5e86f3061695b7e3870507e3e1622bb36fea3bbf (PR-3627) 20:34:47 Removing intermediate container 311da526a322 20:34:47 ---> 96567d462d37 20:34:47 Step 8/26 : COPY . . 20:34:46 > git config core.sparsecheckout # timeout=10 20:34:46 > git checkout -f 5e86f3061695b7e3870507e3e1622bb36fea3bbf # timeout=10 20:34:46 > git remote # timeout=10 20:34:46 > git config --get remote.origin.url # timeout=10 20:34:46 using GIT_SSH to set credentials SSH Credentials for GitHub 20:34:46 > git merge 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 # timeout=10 20:34:46 > git rev-parse HEAD^{commit} # timeout=10 20:34:46 > git config core.sparsecheckout # timeout=10 20:34:46 > git checkout -f 5e86f3061695b7e3870507e3e1622bb36fea3bbf # timeout=10 20:34:51 Commit message: "feat: Add RWLock for accessing reader from the map" 20:34:51 ---> 98564a0e8e7b 20:34:51 Step 9/22 : RUN go mod tidy [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:34:51 provisioning config files... 20:34:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config6019367509851417507tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:34:52 ---> docker-login.sh 20:34:52 nexus3.edgexfoundry.org:10001 20:34:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:52 ---> 1cca73075bbe 20:34:52 Step 9/32 : RUN go mod tidy 20:34:52 ---> Running in 5eb992e29b27 20:34:53 ---> Running in ca91e87af757 20:34:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:53 Configure a credential helper to remove this warning. See 20:34:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:53 20:34:53 Login Succeeded 20:34:53 nexus3.edgexfoundry.org:10002 20:34:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:54 Configure a credential helper to remove this warning. See 20:34:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:54 20:34:54 Login Succeeded 20:34:54 nexus3.edgexfoundry.org:10003 20:34:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:54 Configure a credential helper to remove this warning. See 20:34:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:54 20:34:54 Login Succeeded 20:34:54 nexus3.edgexfoundry.org:10004 20:34:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:55 Configure a credential helper to remove this warning. See 20:34:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:55 20:34:55 Login Succeeded 20:34:55 docker.io 20:34:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:34:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:34:55 Configure a credential helper to remove this warning. See 20:34:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:34:55 20:34:55 Login Succeeded 20:34:55 ---> docker-login.sh ends [Pipeline] } 20:34:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:34:56 ========================================================= 20:34:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 20:34:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:34:56 + 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 . 20:34:57 Removing intermediate container ca91e87af757 20:34:57 ---> de2d7ef69adc 20:34:57 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:34:57 Removing intermediate container 5eb992e29b27 20:34:57 ---> 3119d3b8f477 20:34:57 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:34:57 ---> Running in b73891dd0322 20:34:57 ---> Running in 88c6fc47567b 20:34:58 Sending build context to Docker daemon 165.9MB 20:34:58 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 20:34:58 Step 2/6 : FROM ${BASE} 20:34:59 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:34:59 595b0fe564bb: Pulling fs layer 20:34:59 24495759ef45: Pulling fs layer 20:34:59 d148012ef14d: Pulling fs layer 20:34:59 cb65c68fc2e2: Pulling fs layer 20:34:59 093eec477d81: Pulling fs layer 20:34:59 a6d5b2bbb924: Pulling fs layer 20:34:59 2446dc1eb7d3: Pulling fs layer 20:34:59 596795e73e0f: Pulling fs layer 20:34:59 cb65c68fc2e2: Waiting 20:34:59 093eec477d81: Waiting 20:34:59 a6d5b2bbb924: Waiting 20:34:59 596795e73e0f: Waiting 20:34:59 2446dc1eb7d3: Waiting 20:34:59 d148012ef14d: Download complete 20:34:59 24495759ef45: Verifying Checksum 20:34:59 24495759ef45: Download complete 20:34:59 093eec477d81: Download complete 20:34:59 595b0fe564bb: Verifying Checksum 20:34:59 595b0fe564bb: Download complete 20:34:59 a6d5b2bbb924: Verifying Checksum 20:34:59 a6d5b2bbb924: Download complete 20:34:59 2446dc1eb7d3: Verifying Checksum 20:34:59 2446dc1eb7d3: Download complete 20:34:59 ---> 7a7d35c217c8 20:34:59 Step 9/23 : RUN go mod tidy 20:34:59 ---> Running in 3ddf9ca48d6b 20:35:00 595b0fe564bb: Pull complete 20:35:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:35:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:35:00 24495759ef45: Pull complete 20:35:01 d148012ef14d: Pull complete 20:35:02 596795e73e0f: Verifying Checksum 20:35:02 596795e73e0f: Download complete 20:35:03 Removing intermediate container 3ddf9ca48d6b 20:35:03 ---> 61b0dfd05e78 20:35:03 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 20:35:03 ---> Running in 5cf95d9c9716 20:35:03 cb65c68fc2e2: Download complete 20:35:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:35:04 ---> ee458ae60e7a 20:35:04 Step 9/24 : RUN go mod tidy 20:35:04 ---> Running in 5d5a1c4a7c62 20:35:07 Removing intermediate container 5d5a1c4a7c62 20:35:07 ---> 8ebdedc8628b 20:35:07 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:35:07 ---> Running in 76a25ecfadac 20:35:07 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 20:35:11 ---> a645f04cd970 20:35:11 Step 9/26 : RUN go mod tidy 20:35:11 ---> Running in 91c33255d04a 20:35:13 Removing intermediate container 91c33255d04a 20:35:13 ---> de406748b01f 20:35:13 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:35:13 ---> Running in 25e52263d11c 20:35:13 cb65c68fc2e2: Pull complete 20:35:13 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 20:35:14 093eec477d81: Pull complete 20:35:14 a6d5b2bbb924: Pull complete 20:35:14 2446dc1eb7d3: Pull complete 20:35:19 596795e73e0f: Pull complete 20:35:19 Digest: sha256:8fdc37217a1dd7593ea05f088b02ef5bfb3cd8d6ab6705c4f2c080891875b7a0 20:35:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:35:19 ---> d9e956139c92 20:35:19 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:35:21 ---> Running in 386c94b5fcca 20:35:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:35:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:35:25 (1/12) Installing libmagic (5.39-r0) 20:35:25 (2/12) Installing file (5.39-r0) 20:35:25 (3/12) Installing libc-dev (0.7.2-r3) 20:35:25 (4/12) Installing g++ (10.2.1_pre1-r3) 20:35:34 (5/12) Installing fortify-headers (1.1-r0) 20:35:34 (6/12) Installing patch (2.7.6-r7) 20:35:34 (7/12) Installing build-base (0.5-r2) 20:35:34 (8/12) Installing libsodium (1.0.18-r0) 20:35:34 (9/12) Installing pkgconf (1.7.3-r0) 20:35:34 (10/12) Installing libsodium-dev (1.0.18-r0) 20:35:34 (11/12) Installing libzmq (4.3.3-r1) 20:35:34 (12/12) Installing zeromq-dev (4.3.3-r1) 20:35:34 Executing busybox-1.32.1-r6.trigger 20:35:34 OK: 218 MiB in 52 packages 20:35: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 20:35:38 Removing intermediate container 386c94b5fcca 20:35:38 ---> d4830cbd06b7 20:35:38 Step 4/6 : WORKDIR /edgex-go 20:35:38 ---> Running in 24c7c5951797 20:35:38 Removing intermediate container b73891dd0322 20:35:38 ---> 135c003da5cd 20:35:38 20:35:38 Step 11/32 : FROM alpine:3.12 20:35:38 3.12: Pulling from library/alpine 20:35:38 Removing intermediate container 24c7c5951797 20:35:38 ---> 0b0506dae66a 20:35:38 Step 5/6 : COPY go.mod . 20:35:39 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 20:35:39 Status: Downloaded newer image for alpine:3.12 20:35:39 ---> 13621d1b12d4 20:35:39 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:35:39 ---> Running in 8c83cd56e98b 20:35:39 ---> 5196eb09cd6d 20:35:39 Step 6/6 : RUN go mod download 20:35:39 ---> Running in a9977692f9fb 20:35:39 Removing intermediate container 8c83cd56e98b 20:35:39 ---> 5daaf19dabc2 20:35:39 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 20:35:40 ---> Running in 763661c2e49b 20:35:40 Removing intermediate container 88c6fc47567b 20:35:40 ---> 24bb30e29939 20:35:40 20:35:40 Step 11/22 : FROM alpine:3.12 20:35:40 ---> 13621d1b12d4 20:35:40 Step 12/22 : RUN apk add --update --no-cache curl 20:35:40 ---> Running in 2e06c8f9c50a 20:35:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:35:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:35:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:35:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:35:40 (1/2) Installing dumb-init (1.2.2-r1) 20:35:40 (2/2) Installing su-exec (0.2-r1) 20:35:40 Executing busybox-1.31.1-r20.trigger 20:35:40 OK: 6 MiB in 16 packages 20:35:41 (1/4) Installing ca-certificates (20191127-r4) 20:35:41 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:35:41 (3/4) Installing libcurl (7.77.0-r0) 20:35:41 (4/4) Installing curl (7.77.0-r0) 20:35:41 Executing busybox-1.31.1-r20.trigger 20:35:41 Executing ca-certificates-20191127-r4.trigger 20:35:41 OK: 7 MiB in 18 packages 20:35:41 Removing intermediate container 763661c2e49b 20:35:41 ---> 4a12c6a257a5 20:35:41 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 20:35:41 ---> Running in b7da14a4bc67 20:35:42 Removing intermediate container b7da14a4bc67 20:35:42 ---> 583cc3e1a3a2 20:35:42 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:35:42 Removing intermediate container 2e06c8f9c50a 20:35:42 ---> 1c23627bb385 20:35:42 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:35:42 ---> Running in a3c744d8cffe 20:35:42 ---> Running in e9b9ca54132c 20:35:42 Removing intermediate container e9b9ca54132c 20:35:42 ---> c0add63d26db 20:35:42 Step 14/22 : WORKDIR /edgex 20:35:42 Removing intermediate container a3c744d8cffe 20:35:42 ---> 4d17fba9ba03 20:35:42 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:35:42 ---> Running in d55123bfba8e 20:35:42 ---> Running in 42cf0196ea50 20:35:42 Removing intermediate container 42cf0196ea50 20:35:42 ---> 37be6da36233 20:35:42 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:35:42 ---> 0b751f997bc2 20:35:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:35:43 Removing intermediate container d55123bfba8e 20:35:43 ---> be8acba9ce5c 20:35:43 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 20:35:43 ---> ae117d53be4b 20:35:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:35:43 ---> Running in d850fbf32a4c 20:35:43 Removing intermediate container d850fbf32a4c 20:35:43 ---> 908802007354 20:35:43 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:35:44 ---> 3ed6aa723978 20:35:44 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:35:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:35:44 ---> be85171e203b 20:35:44 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:35:44 ---> Running in 760046e7ac96 20:35:44 ---> Running in 824bdb070ccc 20:35:44 Removing intermediate container 76a25ecfadac 20:35:44 ---> 238b067a5b86 20:35:44 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:35:44 Removing intermediate container 5cf95d9c9716 20:35:44 ---> 99b3bac73e4b 20:35:44 20:35:44 Step 11/23 : FROM alpine:3.12 20:35:44 ---> 13621d1b12d4 20:35:44 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:35:44 ---> Running in 4f5e1e50a7c7 20:35:44 ---> Running in 1a388934b8d2 20:35:44 Removing intermediate container 760046e7ac96 20:35:44 ---> fed60aceef13 20:35:44 Step 19/22 : CMD ["--init=true"] 20:35:44 ---> Running in 4f58118a04ee 20:35:45 Removing intermediate container 4f58118a04ee 20:35:45 ---> 5d5c1b963262 20:35:45 Step 20/22 : LABEL arch=x86_64 20:35:45 ---> Running in 7fef72080cf2 20:35:45 Removing intermediate container 7fef72080cf2 20:35:45 ---> 8a3201c51919 20:35:45 Step 21/22 : LABEL git_sha=5e86f3061695b7e3870507e3e1622bb36fea3bbf 20:35:45 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 20:35:45 ---> Running in 1ea4f6be00ff 20:35:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:35:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:35:46 Removing intermediate container 1ea4f6be00ff 20:35:46 ---> 8bcc4766d637 20:35:46 Step 22/22 : LABEL version=0.0.0 20:35:46 Removing intermediate container 824bdb070ccc 20:35:46 ---> 1f7d679b6905 20:35:46 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 20:35:46 (1/1) Installing dumb-init (1.2.2-r1) 20:35:46 ---> Running in 3071d92c5788 20:35:46 Executing busybox-1.31.1-r20.trigger 20:35:46 OK: 6 MiB in 15 packages 20:35:46 Removing intermediate container 3071d92c5788 20:35:46 ---> 652b455271ad 20:35:46 20:35:46 ---> 340cf2d20811 20:35:46 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:35:46 Successfully built 652b455271ad 20:35:46 Successfully tagged security-proxy-setup:latest 20:35:46 Building core-command 20:35:46  Building security-proxy-setup ... done Removing intermediate container 1a388934b8d2 20:35:46 ---> f80573081ae5 20:35:46 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:35:47 ---> Running in 74b2a2d8ee87 20:35:47 Removing intermediate container 4f5e1e50a7c7 20:35:47 ---> 214a9a7560aa 20:35:47 20:35:47 Step 12/24 : FROM docker:20.10.6 20:35:47 Removing intermediate container 25e52263d11c 20:35:47 ---> 18b926d3b649 20:35:47 20:35:47 Step 11/26 : FROM alpine:3.12 20:35:47 ---> 13621d1b12d4 20:35:47 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 20:35:48 ---> 33721a835450 20:35:48 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:35:48 Removing intermediate container 74b2a2d8ee87 20:35:48 ---> 4dc1ce1629dd 20:35:48 Step 14/23 : ENV APP_PORT=59861 20:35:48 20.10.6: Pulling from library/docker 20:35:48 ---> Running in 2475ca481d3b 20:35:48 ---> Running in 616e10042890 20:35:49 ---> a8ffdd2af566 20:35:49 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:35:49 Removing intermediate container 616e10042890 20:35:49 ---> b45fdc265e41 20:35:49 Step 15/23 : EXPOSE $APP_PORT 20:35:49 ---> Running in fac705c5269c 20:35:49 ---> 045b5cdcd072 20:35:49 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:35:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:35:49 Removing intermediate container fac705c5269c 20:35:49 ---> 2f7578fe99aa 20:35:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:35:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:35:49 ---> 4ae0be3b23ef 20:35:49 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 20:35:49 (1/6) Installing ca-certificates (20191127-r4) 20:35:49 (2/6) Installing nghttp2-libs (1.41.0-r0) 20:35:49 (3/6) Installing libcurl (7.77.0-r0) 20:35:49 (4/6) Installing curl (7.77.0-r0) 20:35:49 (5/6) Installing dumb-init (1.2.2-r1) 20:35:49 (6/6) Installing su-exec (0.2-r1) 20:35:49 Executing busybox-1.31.1-r20.trigger 20:35:49 Executing ca-certificates-20191127-r4.trigger 20:35:49 ---> Running in 3dd8786a64e3 20:35:49 OK: 7 MiB in 20 packages 20:35:50 ---> e297215cc27f 20:35:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:35:50 Removing intermediate container 3dd8786a64e3 20:35:50 ---> 55a591fba967 20:35:50 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:35:50 ---> ebf29d47f3b4 20:35:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:35:51 ---> efa7ed70a6c9 20:35:51 Step 27/32 : RUN chmod +x /entrypoint.sh 20:35:51 Removing intermediate container 2475ca481d3b 20:35:51 ---> 241450c958bd 20:35:51 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:35:51 ---> ca713e304e98 20:35:51 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:35:51 ---> Running in 381ed8d08952 20:35:51 ---> Running in 90d83949562b 20:35:51 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:35:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:35:51 ---> ab6253e1a281 20:35:51 Step 3/24 : WORKDIR /edgex-go 20:35:51 ---> Using cache 20:35:51 ---> dd62097d4f21 20:35:51 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:35:51 ---> Using cache 20:35:51 ---> 214ed40648bb 20:35:51 Step 5/24 : RUN apk add --update --no-cache make git 20:35:51 ---> Using cache 20:35:51 ---> b78280569b6e 20:35:51 Step 6/24 : COPY go.mod . 20:35:51 ---> Using cache 20:35:51 ---> 45d840971192 20:35:51 Step 7/24 : RUN go mod download 20:35:51 ---> Using cache 20:35:51 ---> 96567d462d37 20:35:51 Step 8/24 : COPY . . 20:35:51 ---> Using cache 20:35:51 ---> a645f04cd970 20:35:51 Step 9/24 : RUN go mod tidy 20:35:51 ---> Using cache 20:35:51 ---> de406748b01f 20:35:51 Step 10/24 : RUN make cmd/core-command/core-command 20:35:51 ---> Running in 56f4b15bc8c8 20:35:51 ---> Running in 172556db7b6f 20:35:51 Removing intermediate container 90d83949562b 20:35:51 ---> ad6b5afd7468 20:35:51 Step 14/26 : WORKDIR / 20:35:51 ---> Running in 82d96bba6f57 20:35:51 Removing intermediate container 56f4b15bc8c8 20:35:51 ---> 2f2f51b9b098 20:35:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:35:51 ---> Running in e2210c28fbf4 20:35:51 Removing intermediate container 82d96bba6f57 20:35:51 ---> 6e555c421313 20:35:51 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:35:51 Removing intermediate container e2210c28fbf4 20:35:51 ---> d87cc8e177d8 20:35:51 Step 21/23 : LABEL arch=x86_64 20:35:51 ---> Running in 5a03fdf53d8f 20:35:52 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 20:35:52 ---> 6b1dc8c678b3 20:35:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:35:52 Removing intermediate container 5a03fdf53d8f 20:35:52 ---> 4ea41d15a49d 20:35:52 Step 22/23 : LABEL git_sha=5e86f3061695b7e3870507e3e1622bb36fea3bbf 20:35:52 ---> Running in 200aab13ad63 20:35:52 Removing intermediate container 381ed8d08952 20:35:52 ---> d37f9e5c5c53 20:35:52 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 20:35:52 ---> 943f82d3762c 20:35:52 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:35:52 ---> Running in e66730be1431 20:35:52 Removing intermediate container 200aab13ad63 20:35:52 ---> ff37ad97e695 20:35:52 Step 23/23 : LABEL version=0.0.0 20:35:52 ---> Running in 0aba9bdc057c 20:35:52 ---> efd54cb2319e 20:35:52 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:35:52 Removing intermediate container e66730be1431 20:35:52 ---> d09414c24968 20:35:52 Step 29/32 : CMD ["gate"] 20:35:52 ---> Running in 4825768b5fd0 20:35:52 Removing intermediate container 0aba9bdc057c 20:35:52 ---> 038482152930 20:35:52 20:35:53 ---> 0b8e690108dc 20:35:53 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:35:53 Successfully built 038482152930 20:35:53 Successfully tagged support-scheduler:latest 20:35:53 Building core-data 20:35:53  Building support-scheduler ... done Removing intermediate container 4825768b5fd0 20:35:53 ---> ec918ca3e3e1 20:35:53 Step 30/32 : LABEL arch=x86_64 20:35:53 ---> Running in 867d9bc3026b 20:35:55 Removing intermediate container 867d9bc3026b 20:35:55 ---> 789de58bbca3 20:35:55 Step 31/32 : LABEL git_sha=5e86f3061695b7e3870507e3e1622bb36fea3bbf 20:35:55 ---> 1bdcc0053a41 20:35:55 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:35:56 ---> Running in e63ed7eef053 20:35:56 Removing intermediate container e63ed7eef053 20:35:56 ---> 67bbf2e406b2 20:35:56 Step 32/32 : LABEL version=0.0.0 20:35:56 ---> 1a263e94942a 20:35:56 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:35:56 ---> Running in 5b171161fec8 20:35:57 Removing intermediate container 5b171161fec8 20:35:57 ---> bc7832993808 20:35:57 20:35:57 ---> c5a0be0448a0 20:35:57 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/ 20:35:57 ---> Running in 23b7e01a6306 20:35:57 Successfully built bc7832993808 20:35:57 Successfully tagged security-bootstrapper:latest 20:35:57  Building security-bootstrapper ... done Building support-notifications 20:36:02 Removing intermediate container 23b7e01a6306 20:36:02 ---> bc0f5d578536 20:36:02 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 20:36:02 ---> Running in df602f89c8c4 20:36:03 Removing intermediate container df602f89c8c4 20:36:03 ---> 2b0f3428cc77 20:36:03 Step 24/26 : LABEL arch=x86_64 20:36:04 ---> Running in 581726f8b38a 20:36:04 Removing intermediate container 581726f8b38a 20:36:04 ---> bfcc453e5443 20:36:04 Step 25/26 : LABEL git_sha=5e86f3061695b7e3870507e3e1622bb36fea3bbf 20:36:04 ---> Running in 7efca9c9238c 20:36:04 Removing intermediate container 7efca9c9238c 20:36:04 ---> 54672d22ef55 20:36:04 Step 26/26 : LABEL version=0.0.0 20:36:05 ---> Running in effafa17c8a5 20:36:05 Digest: sha256:062edd9c11cbdf94e7620d932857a356fa179eaa26a3cc352759e75f04729c49 20:36:05 Status: Downloaded newer image for docker:20.10.6 20:36:05 ---> d2979b152a7d 20:36:05 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 20:36:05 ---> Running in a024b214e3cb 20:36:05 Removing intermediate container effafa17c8a5 20:36:05 ---> 375aa387be9e 20:36:05 20:36:06 Successfully built 375aa387be9e 20:36:06 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:36:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:36:06 ---> ab6253e1a281 20:36:06 Step 3/23 : WORKDIR /edgex-go 20:36:06 ---> Using cache 20:36:06 ---> dd62097d4f21 20:36:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:36:06 ---> Using cache 20:36:06 ---> 214ed40648bb 20:36:06 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:36:06 Successfully tagged security-secretstore-setup:latest 20:36:06 Building core-metadata 20:36:06  Building security-secretstore-setup ... done Removing intermediate container a024b214e3cb 20:36:06 ---> 8317bbe4c3fd 20:36:06 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 20:36:06 ---> Running in 90ecc14806da 20:36:06 ---> Running in 790a7ce3ab4a 20:36:07 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:36:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:36:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:36:07 (1/39) Installing readline (8.1.0-r0) 20:36:07 (2/39) Installing bash (5.1.0-r0) 20:36:07 Executing bash-5.1.0-r0.post-install 20:36:07 (3/39) Installing brotli-libs (1.0.9-r3) 20:36:07 (4/39) Installing nghttp2-libs (1.42.0-r1) 20:36:07 (5/39) Installing libcurl (7.77.0-r1) 20:36:07 (6/39) Installing curl (7.77.0-r1) 20:36:07 (7/39) Installing dumb-init (1.2.5-r0) 20:36:07 (8/39) Installing libbz2 (1.0.8-r1) 20:36:07 (9/39) Installing expat (2.2.10-r1) 20:36:07 (10/39) Installing libffi (3.3-r2) 20:36:07 (11/39) Installing gdbm (1.19-r0) 20:36:07 (12/39) Installing xz-libs (5.2.5-r0) 20:36:07 (13/39) Installing sqlite-libs (3.34.1-r0) 20:36:07 (14/39) Installing python3 (3.8.10-r0) 20:36:08 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:36:08 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:36:08 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:36:08 ---> ab6253e1a281 20:36:08 Step 3/24 : WORKDIR /edgex-go 20:36:08 ---> Using cache 20:36:08 ---> dd62097d4f21 20:36:08 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:36:08 ---> Using cache 20:36:08 ---> 214ed40648bb 20:36:08 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:36:09 OK: 219 MiB in 52 packages 20:36:11 Removing intermediate container a9977692f9fb 20:36:11 ---> fe51aac99b9a 20:36:11 Successfully built fe51aac99b9a 20:36:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:36:12 + docker inspect -f . ci-base-image-arm64 20:36:12 . [Pipeline] withDockerContainer 20:36:12 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:36:12 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:36:12 ---> ab6253e1a281 20:36:12 Step 3/24 : WORKDIR /edgex-go 20:36:12 ---> Using cache 20:36:12 ---> dd62097d4f21 20:36:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:36:12 ---> Using cache 20:36:12 ---> 214ed40648bb 20:36:12 Step 5/24 : RUN apk add --update --no-cache make git 20:36:12 ---> Using cache 20:36:12 ---> b78280569b6e 20:36:12 Step 6/24 : COPY go.mod . 20:36:12 ---> Using cache 20:36:12 ---> 45d840971192 20:36:12 Step 7/24 : RUN go mod download 20:36:12 ---> Using cache 20:36:12 ---> 96567d462d37 20:36:12 Step 8/24 : COPY . . 20:36:12 ---> Using cache 20:36:12 ---> a645f04cd970 20:36:12 Step 9/24 : RUN go mod tidy 20:36:12 ---> Using cache 20:36:12 ---> de406748b01f 20:36:12 Step 10/24 : RUN make cmd/core-metadata/core-metadata 20:36:12 ---> Running in 1d0fd4cb7fb8 20:36:12 (15/39) Installing py3-appdirs (1.4.4-r1) 20:36:12 (16/39) Installing py3-ordered-set (4.0.2-r0) 20:36:12 (17/39) Installing py3-parsing (2.4.7-r1) 20:36:12 (18/39) Installing py3-six (1.15.0-r0) 20:36:12 (19/39) Installing py3-packaging (20.9-r0) 20:36:12 (20/39) Installing py3-setuptools (51.3.3-r0) 20:36:12 ---> Running in 7af8eb606e4e 20:36:12 (21/39) Installing py3-chardet (4.0.0-r0) 20:36:12 (22/39) Installing py3-idna (3.1-r0) 20:36:12 (23/39) Installing py3-urllib3 (1.26.2-r1) 20:36:12 (24/39) Installing py3-requests (2.25.1-r1) 20:36:12 (25/39) Installing py3-msgpack (1.0.2-r0) 20:36:12 (26/39) Installing py3-lockfile (0.12.2-r3) 20:36:12 (27/39) Installing py3-cachecontrol (0.12.6-r0) 20:36:12 Removing intermediate container 90ecc14806da 20:36:12 ---> 5fefc6b190f1 20:36:12 Step 6/23 : COPY go.mod . 20:36:12 (28/39) Installing py3-colorama (0.4.4-r0) 20:36:12 (29/39) Installing py3-contextlib2 (0.6.0-r0) 20:36:12 (30/39) Installing py3-distlib (0.3.1-r1) 20:36:12 (31/39) Installing py3-distro (1.5.0-r1) 20:36:12 (32/39) Installing py3-webencodings (0.5.1-r3) 20:36:12 (33/39) Installing py3-html5lib (1.1-r0) 20:36:12 (34/39) Installing py3-pytoml (0.1.21-r0) 20:36:12 (35/39) Installing py3-pep517 (0.9.1-r0) 20:36:12 (36/39) Installing py3-progress (1.5-r0) 20:36:12 (37/39) Installing py3-retrying (1.3.3-r0) 20:36:12 (38/39) Installing py3-toml (0.10.2-r0) 20:36:12 (39/39) Installing py3-pip (20.3.4-r0) 20:36:12 prd-ubuntu18.04-docker-arm64-4c-16g-107 does not seem to be running inside a container 20:36:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:36:12 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 20:36:12 ---> f16c00b42394 20:36:12 Step 7/23 : RUN go mod download 20:36:13 Executing busybox-1.32.1-r6.trigger 20:36:13 ---> Running in 057c33045ecb 20:36:13 OK: 82 MiB in 59 packages 20:36:13 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 20:36:13 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 20:36:14 OK: 219 MiB in 52 packages 20:36:14 Removing intermediate container 057c33045ecb 20:36:14 ---> 95527cc188f9 20:36:14 Step 8/23 : COPY . . 20:36:14 $ docker top 41c2206db6809b306908e8d336550af80778df5e1feb97cf2207d9bd233a0c51 -eo pid,comm [Pipeline] { [Pipeline] sh 20:36:15 Collecting docker-compose==1.23.2 20:36:15 Removing intermediate container 1d0fd4cb7fb8 20:36:15 ---> 23dcb084a935 20:36:15 Step 6/24 : COPY go.mod . 20:36:15 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:36:15 Collecting PyYAML<4,>=3.10 20:36:15 Downloading PyYAML-3.13.tar.gz (270 kB) 20:36:15 + go version 20:36:15 go version go1.16.5 linux/arm64 [Pipeline] } 20:36:15 $ docker stop --time=1 41c2206db6809b306908e8d336550af80778df5e1feb97cf2207d9bd233a0c51 20:36:16 Collecting texttable<0.10,>=0.9.0 20:36:16 Downloading texttable-0.9.1.tar.gz (11 kB) 20:36:16 Collecting jsonschema<3,>=2.5.1 20:36:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:36:17 Collecting docker<4.0,>=3.6.0 20:36:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:36:17 Collecting docopt<0.7,>=0.6.1 20:36:17 Downloading docopt-0.6.2.tar.gz (25 kB) 20:36:17 ---> 0cdce83a414e 20:36:17 Step 7/24 : RUN go mod download 20:36:17 $ docker rm -f 41c2206db6809b306908e8d336550af80778df5e1feb97cf2207d9bd233a0c51 20:36:17 Collecting websocket-client<1.0,>=0.32.0 20:36:17 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 20:36:17 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:36:17 Collecting cached-property<2,>=1.2.0 20:36:17 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:36:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:36:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 20:36:18 Collecting dockerpty<0.5,>=0.4.1 20:36:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:36:18 ---> Running in f9fa8793600c 20:36:18 + docker inspect -f . ci-base-image-arm64 20:36:18 . [Pipeline] withDockerContainer 20:36:18 ---> 13ba2718aa3c 20:36:18 Step 9/23 : RUN go mod tidy 20:36:18 prd-ubuntu18.04-docker-arm64-4c-16g-107 does not seem to be running inside a container 20:36:18 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:36:18 Collecting docker-pycreds>=0.4.0 20:36:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:36:18 ---> Running in 56e241076d0d 20:36:18 Collecting idna<2.8,>=2.5 20:36:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:36:19 Collecting urllib3<1.25,>=1.21.1 20:36:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:36:19 Collecting certifi>=2017.4.17 20:36:19 Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 20:36:19 Collecting chardet<3.1.0,>=3.0.2 20:36:19 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 20:36:19 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 20:36:19 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 20:36:19 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 20:36:19 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 20:36:19 Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 20:36:19 Attempting uninstall: urllib3 20:36:19 Found existing installation: urllib3 1.26.2 20:36:19 Uninstalling urllib3-1.26.2: 20:36:19 Successfully uninstalled urllib3-1.26.2 20:36:19 Removing intermediate container 172556db7b6f 20:36:19 ---> dfcfe785bfb4 20:36:19 20:36:19 Step 11/24 : FROM alpine:3.12 20:36:19 ---> 13621d1b12d4 20:36:19 Step 12/24 : RUN apk add --update --no-cache dumb-init 20:36:19 ---> Using cache 20:36:19 ---> f80573081ae5 20:36:19 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:36:19 ---> Using cache 20:36:19 ---> 4dc1ce1629dd 20:36:19 Step 14/24 : ENV APP_PORT=59882 20:36:19 ---> Running in 2da766c6fe1f 20:36:19 Attempting uninstall: idna 20:36:19 Found existing installation: idna 3.1 20:36:19 Uninstalling idna-3.1: 20:36:19 Successfully uninstalled idna-3.1 20:36:19 Removing intermediate container 2da766c6fe1f 20:36:19 ---> 6ede2c1e6fc2 20:36:19 Step 15/24 : EXPOSE $APP_PORT 20:36:19 ---> Running in 8aa3516aee09 20:36:19 Removing intermediate container f9fa8793600c 20:36:19 ---> c497ab029c51 20:36:19 Step 8/24 : COPY . . 20:36:19 Attempting uninstall: chardet 20:36:19 Found existing installation: chardet 4.0.0 20:36:19 Uninstalling chardet-4.0.0: 20:36:20 Successfully uninstalled chardet-4.0.0 20:36:20 Removing intermediate container 8aa3516aee09 20:36:20 ---> 9275caca0ad6 20:36:20 Step 16/24 : WORKDIR / 20:36:20 ---> Running in 04a329343fc7 20:36:20 Removing intermediate container 04a329343fc7 20:36:20 ---> 8eb75e27ea60 20:36:20 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:36:20 $ docker top 196da091bd3a3a10fe62ed435d8a753c17962beeae943f8cd8b6e13af30f85da -eo pid,comm [Pipeline] { [Pipeline] echo 20:36:20 ========================================================= 20:36:20 [edgeXBuildGoParallel] Running Tests and Build... 20:36:20 ========================================================= [Pipeline] sh 20:36:21 Attempting uninstall: requests 20:36:21 Found existing installation: requests 2.25.1 20:36:21 Uninstalling requests-2.25.1: 20:36:21 Successfully uninstalled requests-2.25.1 20:36:21 + go mod tidy 20:36:22 Running setup.py install for texttable: started [Pipeline] sh 20:36:22 Running setup.py install for texttable: finished with status 'done' 20:36:22 Running setup.py install for PyYAML: started 20:36:22 ---> 95fb107960b4 20:36:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:36:23 Removing intermediate container 56e241076d0d 20:36:23 ---> 8f20b223ad31 20:36:23 Step 10/23 : RUN make cmd/support-notifications/support-notifications 20:36:23 + make test 20:36:23 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 20:36:23 go mod tidy 20:36:23 ---> Running in 0117af7b91e4 20:36:23 Running setup.py install for PyYAML: finished with status 'done' 20:36:23 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:36:24 Running setup.py install for docopt: started 20:36:24 ---> bf4ba386e39e 20:36:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:36:24 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 20:36:24 ---> 236adfa96e81 20:36:24 Step 20/24 : ENTRYPOINT ["/core-command"] 20:36:24 Running setup.py install for docopt: finished with status 'done' 20:36:24 Running setup.py install for dockerpty: started 20:36:24 ---> Running in ce88a3684aa0 20:36:25 Removing intermediate container ce88a3684aa0 20:36:25 ---> 1d69edefbb97 20:36:25 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:36:25 ---> Running in 593083d09b0c 20:36:25 Running setup.py install for dockerpty: finished with status 'done' 20:36:25 Removing intermediate container 593083d09b0c 20:36:25 ---> 16a6e4f9885a 20:36:25 Step 22/24 : LABEL arch=x86_64 20:36:25 ---> Running in 59687e02c5c4 20:36:26 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2021.5.30 chardet-3.0.4 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 20:36:26 ---> 800958879ea2 20:36:26 Step 9/24 : RUN go mod tidy 20:36:26 Removing intermediate container 59687e02c5c4 20:36:26 ---> c55d3b91f406 20:36:26 Step 23/24 : LABEL git_sha=5e86f3061695b7e3870507e3e1622bb36fea3bbf 20:36:26 ---> Running in 88248263c531 20:36:26 ---> Running in 3a04b21dbd17 20:36:26 Removing intermediate container 3a04b21dbd17 20:36:26 ---> 2e9e41255af2 20:36:26 Step 24/24 : LABEL version=0.0.0 20:36:26 ---> Running in 0ad7754794be 20:36:26 Removing intermediate container 0ad7754794be 20:36:26 ---> 7e5eebf09c14 20:36:26 20:36:26 Successfully built 7e5eebf09c14 20:36:26 Successfully tagged core-command:latest 20:36:28  Building core-command ... done Removing intermediate container 88248263c531 20:36:28 ---> c310ef256156 20:36:28 Step 10/24 : RUN make cmd/core-data/core-data 20:36:28 ---> Running in 60aff7d32fac 20:36: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 20:36:30 Removing intermediate container 790a7ce3ab4a 20:36:30 ---> 4cbd66b87853 20:36:30 Step 15/24 : ENV APP_PORT=58890 20:36:30 ---> Running in 1e22a89edb8a 20:36:30 Removing intermediate container 1e22a89edb8a 20:36:30 ---> af5449704248 20:36:30 Step 16/24 : EXPOSE $APP_PORT 20:36:31 ---> Running in b0cf54526bc6 20:36:31 Removing intermediate container b0cf54526bc6 20:36:31 ---> 38e4719b7287 20:36:31 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:36:31 ---> 5f2fcad22777 20:36:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:36:31 ---> 0aa746e98d7a 20:36:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:36:32 ---> d0fbf532fe76 20:36:32 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 20:36:32 ---> Running in 0b5dac74a3e4 20:36:32 Removing intermediate container 0b5dac74a3e4 20:36:32 ---> 805f7c9bec98 20:36:32 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:36:32 ---> Running in 86cb93b6363a 20:36:32 Removing intermediate container 86cb93b6363a 20:36:32 ---> 5ac78dc3955c 20:36:32 Step 22/24 : LABEL arch=x86_64 20:36:32 ---> Running in 62f2df6d3db1 20:36:32 Removing intermediate container 62f2df6d3db1 20:36:32 ---> 78166e23be01 20:36:32 Step 23/24 : LABEL git_sha=5e86f3061695b7e3870507e3e1622bb36fea3bbf 20:36:32 ---> Running in 52bf37880ab6 20:36:33 Removing intermediate container 52bf37880ab6 20:36:33 ---> 1f04d3e3f874 20:36:33 Step 24/24 : LABEL version=0.0.0 20:36:33 ---> Running in 101971c04e37 20:36:33 Removing intermediate container 101971c04e37 20:36:33 ---> 3d720aa657da 20:36:33 20:36:33 Successfully built 3d720aa657da 20:36:33 Successfully tagged sys-mgmt-agent:latest 20:36:46  Building sys-mgmt-agent ... done Removing intermediate container 7af8eb606e4e 20:36:46 ---> c010b2b64c06 20:36:46 20:36:46 Step 11/24 : FROM alpine:3.12 20:36:46 ---> 13621d1b12d4 20:36:46 Step 12/24 : RUN apk add --update --no-cache dumb-init 20:36:46 ---> Using cache 20:36:46 ---> f80573081ae5 20:36:46 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:36:46 ---> Using cache 20:36:46 ---> 4dc1ce1629dd 20:36:46 Step 14/24 : ENV APP_PORT=59881 20:36:46 ---> Running in 9b17126dc8b8 20:36:46 Removing intermediate container 9b17126dc8b8 20:36:46 ---> 6b9c8757821d 20:36:46 Step 15/24 : EXPOSE $APP_PORT 20:36:46 ---> Running in 5ed5cac6d7bf 20:36:46 Removing intermediate container 5ed5cac6d7bf 20:36:46 ---> c5ffea52502c 20:36:46 Step 16/24 : WORKDIR / 20:36:46 ---> Running in a5b5b16246de 20:36:46 Removing intermediate container a5b5b16246de 20:36:46 ---> 8871e490dcc2 20:36:46 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:36:46 ---> 5422789a49b8 20:36:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:36:47 ---> aa4aed3ed9bd 20:36:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:36:47 ---> a72388335302 20:36:47 Step 20/24 : ENTRYPOINT ["/core-metadata"] 20:36:47 ---> Running in 56de9b391fd9 20:36:47 Removing intermediate container 56de9b391fd9 20:36:47 ---> a5afdaa28428 20:36:47 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:36:47 ---> Running in a80eeca7f4b8 20:36:47 Removing intermediate container a80eeca7f4b8 20:36:47 ---> 0ab9721d12b9 20:36:47 Step 22/24 : LABEL arch=x86_64 20:36:47 ---> Running in ec30ed49547b 20:36:48 Removing intermediate container ec30ed49547b 20:36:48 ---> b92ec28a099c 20:36:48 Step 23/24 : LABEL git_sha=5e86f3061695b7e3870507e3e1622bb36fea3bbf 20:36:48 ---> Running in c88eb4aed6fc 20:36:48 Removing intermediate container c88eb4aed6fc 20:36:48 ---> 03cd7e9a6ac1 20:36:48 Step 24/24 : LABEL version=0.0.0 20:36:48 ---> Running in f356d92f5f30 20:36:48 Removing intermediate container f356d92f5f30 20:36:48 ---> f436c039a90b 20:36:48 20:36:48 Successfully built f436c039a90b 20:36:48 Successfully tagged core-metadata:latest 20:36:50 ? github.com/edgexfoundry/edgex-go [no test files] 20:36:52  Building core-metadata ... done Removing intermediate container 0117af7b91e4 20:36:52 ---> f0fe0cefa4b1 20:36:52 20:36:52 Step 11/23 : FROM alpine:3.12 20:36:52 ---> 13621d1b12d4 20:36:52 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:36:52 ---> Running in 5ca0a6d063b0 20:36:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:36:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:36:53 (1/2) Installing ca-certificates (20191127-r4) 20:36:53 (2/2) Installing dumb-init (1.2.2-r1) 20:36:53 Executing busybox-1.31.1-r20.trigger 20:36:53 Executing ca-certificates-20191127-r4.trigger 20:36:53 OK: 6 MiB in 16 packages 20:36:53 Removing intermediate container 5ca0a6d063b0 20:36:53 ---> d8f7b03e2a73 20:36:53 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:36:53 ---> Running in e7fd363e28cb 20:36:53 Removing intermediate container e7fd363e28cb 20:36:53 ---> cc2656fa134d 20:36:53 Step 14/23 : ENV APP_PORT=59860 20:36:53 ---> Running in bf6134a82770 20:36:53 Removing intermediate container bf6134a82770 20:36:53 ---> 118f07230343 20:36:53 Step 15/23 : EXPOSE $APP_PORT 20:36:53 ---> Running in 808b3a0d86f3 20:36:54 Removing intermediate container 808b3a0d86f3 20:36:54 ---> b5033453f4f2 20:36:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:36:54 ---> 74726e54dcd8 20:36:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:36:55 ---> 10b2ff4ae081 20:36:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:36:55 ---> 4f51bcac274c 20:36:55 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:36:55 ---> Running in bfdb084aa00d 20:36:55 Removing intermediate container bfdb084aa00d 20:36:55 ---> 1398a38c7ea9 20:36:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:36:55 ---> Running in d3257312e694 20:36:55 Removing intermediate container d3257312e694 20:36:55 ---> 1150e99e0ec0 20:36:55 Step 21/23 : LABEL arch=x86_64 20:36:55 ---> Running in cdadd4fa11d4 20:36:56 Removing intermediate container cdadd4fa11d4 20:36:56 ---> 2b73bebd2273 20:36:56 Step 22/23 : LABEL git_sha=5e86f3061695b7e3870507e3e1622bb36fea3bbf 20:36:56 ---> Running in 4a498a5aab89 20:36:56 Removing intermediate container 60aff7d32fac 20:36:56 ---> da4ecacf56de 20:36:56 20:36:56 Step 11/24 : FROM alpine:3.12 20:36:56 ---> 13621d1b12d4 20:36:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:36:56 ---> Running in 45a66951b4e2 20:36:56 Removing intermediate container 4a498a5aab89 20:36:56 ---> 65c8978d64c8 20:36:56 Step 23/23 : LABEL version=0.0.0 20:36:56 ---> Running in 5c354274eb88 20:36:56 Removing intermediate container 45a66951b4e2 20:36:56 ---> cde5f51a55d4 20:36:56 Step 13/24 : ENV APP_PORT=59880 20:36:56 ---> Running in ff8d4b90c2ff 20:36:56 Removing intermediate container 5c354274eb88 20:36:56 ---> 0eb07bb6a6d6 20:36:56 20:36:56 Successfully built 0eb07bb6a6d6 20:36:56 Removing intermediate container ff8d4b90c2ff 20:36:56 ---> ad1fea4a5d9d 20:36:56 Step 14/24 : EXPOSE $APP_PORT 20:36:56 Successfully tagged support-notifications:latest 20:36:56  Building support-notifications ... done  ---> Running in 8e8f39fc4565 20:36:56 Removing intermediate container 8e8f39fc4565 20:36:56 ---> a90123241354 20:36:56 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:36:56 ---> Running in 2857c18c74fc 20:36:57 Removing intermediate container 2857c18c74fc 20:36:57 ---> a8fa451df56e 20:36:57 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 20:36:57 ---> Running in 2343f8bb863f 20:36:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:36:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:36:58 (1/6) Installing dumb-init (1.2.2-r1) 20:36:58 (2/6) Installing libgcc (9.3.0-r2) 20:36:58 (3/6) Installing libsodium (1.0.18-r0) 20:36:59 (4/6) Installing libstdc++ (9.3.0-r2) 20:36:59 (5/6) Installing libzmq (4.3.3-r0) 20:36:59 (6/6) Installing zeromq (4.3.3-r0) 20:36:59 Executing busybox-1.31.1-r20.trigger 20:36:59 OK: 8 MiB in 20 packages 20:37:00 Removing intermediate container 2343f8bb863f 20:37:00 ---> 4ca6607ef9f0 20:37:00 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:37:00 ---> 0a4ffe2dac5a 20:37:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:37:00 ---> 74d165e4d97c 20:37:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:37:01 ---> 1849a056b171 20:37:01 Step 20/24 : ENTRYPOINT ["/core-data"] 20:37:01 ---> Running in 01f1fffd0e4c 20:37:01 Removing intermediate container 01f1fffd0e4c 20:37:01 ---> 5f544ae22a10 20:37:01 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:37:01 ---> Running in a53ceb214a4a 20:37:01 Removing intermediate container a53ceb214a4a 20:37:01 ---> c45a02c1dcba 20:37:01 Step 22/24 : LABEL arch=x86_64 20:37:01 ---> Running in f370e04a9106 20:37:01 Removing intermediate container f370e04a9106 20:37:01 ---> b8a5653e74d3 20:37:01 Step 23/24 : LABEL git_sha=5e86f3061695b7e3870507e3e1622bb36fea3bbf 20:37:01 ---> Running in c0a6007f363b 20:37:01 Removing intermediate container c0a6007f363b 20:37:01 ---> 0946fa5bd1e4 20:37:01 Step 24/24 : LABEL version=0.0.0 20:37:01 ---> Running in 512ebc5b8f7b 20:37:01 Removing intermediate container 512ebc5b8f7b 20:37:01 ---> 447f9232379d 20:37:01 20:37:01 Successfully built 447f9232379d 20:37:01 Successfully tagged core-data:latest 20:37:01  Building core-data ... done  [Pipeline] } 20:37:01 $ docker stop --time=1 77a6e3258c5557d625cd8db5108ce55ea9fb71e4111da0e3bfefb54f3065bdb8 20:37:03 $ docker rm -f 77a6e3258c5557d625cd8db5108ce55ea9fb71e4111da0e3bfefb54f3065bdb8 [Pipeline] // withDockerContainer [Pipeline] sh 20:37:03 + docker images 20:37:03 REPOSITORY TAG IMAGE ID CREATED SIZE 20:37:03 core-data latest 447f9232379d 2 seconds ago 20.3MB 20:37:03 support-notifications latest 0eb07bb6a6d6 7 seconds ago 16.7MB 20:37:03 da4ecacf56de 7 seconds ago 1.18GB 20:37:03 f0fe0cefa4b1 12 seconds ago 1.18GB 20:37:03 core-metadata latest f436c039a90b 15 seconds ago 16.6MB 20:37:03 c010b2b64c06 18 seconds ago 1.18GB 20:37:03 sys-mgmt-agent latest 3d720aa657da 30 seconds ago 324MB 20:37:03 core-command latest 7e5eebf09c14 37 seconds ago 15.9MB 20:37:03 dfcfe785bfb4 44 seconds ago 1.17GB 20:37:03 security-secretstore-setup latest 375aa387be9e 58 seconds ago 28.7MB 20:37:03 security-bootstrapper latest bc7832993808 About a minute ago 18.6MB 20:37:03 support-scheduler latest 038482152930 About a minute ago 15.9MB 20:37:03 214a9a7560aa About a minute ago 1.18GB 20:37:03 18b926d3b649 About a minute ago 1.18GB 20:37:03 security-proxy-setup latest 652b455271ad About a minute ago 25.7MB 20:37:03 99b3bac73e4b About a minute ago 1.18GB 20:37:03 24bb30e29939 About a minute ago 1.18GB 20:37:03 135c003da5cd About a minute ago 1.18GB 20:37:03 ci-base-image-x86_64 latest ab6253e1a281 5 minutes ago 678MB 20:37:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 0d28375d9b5b 10 days ago 475MB 20:37:03 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest d8573e4929f5 2 weeks ago 37.5MB 20:37:03 docker 20.10.6 d2979b152a7d 3 months ago 246MB 20:37:03 alpine 3.12 13621d1b12d4 3 months ago 5.58MB 20:37:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 13 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 20:37:19 Still waiting to schedule task 20:37:19 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 20:37:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:37:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:37:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:37:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:38:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:38:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:38:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:38:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:38:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:38:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:38:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:38:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:38:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:38:10 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:38:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.258s coverage: 28.7% of statements 20:38:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:38:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:38:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.330s coverage: 100.0% of statements 20:38:27 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:38:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.376s coverage: 46.3% of statements 20:38:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:38:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:38:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.684s coverage: 90.0% of statements 20:38:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:38:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:38:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.242s coverage: 81.2% of statements 20:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 20:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:38:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.525s coverage: 94.2% of statements 20:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:38:38 ok github.com/edgexfoundry/edgex-go/internal/io 0.232s coverage: 59.1% of statements 20:38:38 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:38:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:38:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:38:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:38:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:38:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.190s coverage: 60.0% of statements 20:38:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:38:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:38:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:38:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.330s coverage: 0.8% of statements 20:38:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:38:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.163s coverage: 58.8% of statements 20:38:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.195s coverage: 22.0% of statements 20:38:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:38:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.383s coverage: 47.1% of statements 20:38:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.207s coverage: 79.5% of statements 20:38:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.297s coverage: 94.1% of statements 20:38:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.425s coverage: 96.3% of statements 20:38:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.229s coverage: 87.5% of statements 20:38:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.217s coverage: 94.4% of statements 20:38:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.182s coverage: 44.8% of statements 20:38:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.521s coverage: 81.8% of statements 20:38:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.293s coverage: 92.9% of statements 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.178s coverage: 87.2% of statements 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.162s coverage: 100.0% of statements 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.173s coverage: 58.8% of statements 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.210s coverage: 80.0% of statements 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.257s coverage: 87.2% of statements 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.248s coverage: 85.4% of statements 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.295s coverage: 91.2% of statements 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.649s coverage: 64.4% of statements 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:39:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.174s coverage: 100.0% of statements 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements 20:39:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.081s coverage: 100.0% of statements 20:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.095s coverage: 73.7% of statements 20:39:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements 20:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.118s coverage: 66.9% of statements 20:39:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:39:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:39:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:39:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.852s coverage: 43.6% of statements 20:39:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:39:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:39:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.252s coverage: 89.5% of statements 20:39:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:39:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.300s coverage: 84.8% of statements 20:39:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:39:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.282s coverage: 19.3% of statements 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:39:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.575s coverage: 92.0% of statements 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:39:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.304s coverage: 62.7% of statements 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:39:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.541s coverage: 97.7% of statements 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 20:39:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.160s coverage: 28.9% of statements 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 20:39:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:39:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.186s coverage: 100.0% of statements 20:39:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 95.4% of statements 20:39:24 GO111MODULE=on go vet ./... 20:40:45 gofmt -l . 20:40:46 [ "`gofmt -l .`" = "" ] 20:40:48 ./bin/test-attribution-txt.sh [Pipeline] sh 20:40:51 + ls -al . 20:40:51 total 600 20:40:51 drwxrwxr-x 9 1001 1001 4096 Jul 24 20:40 . 20:40:51 drwxr-xr-x 4 root root 4096 Jul 24 20:36 .. 20:40:51 -rw-rw-r-- 1 1001 1001 11 Jul 24 20:34 .dockerignore 20:40:51 drwxrwxr-x 8 1001 1001 4096 Jul 24 20:34 .git 20:40:51 drwxrwxr-x 3 1001 1001 4096 Jul 24 20:34 .github 20:40:51 -rw-rw-r-- 1 1001 1001 818 Jul 24 20:34 .gitignore 20:40:51 -rw-rw-r-- 1 1001 1001 76 Jul 24 20:34 .hadolint.yml 20:40:51 -rw-rw-r-- 1 1001 1001 166 Jul 24 20:34 .sonarcloud.properties 20:40:51 -rw-rw-r-- 1 1001 1001 8609 Jul 24 20:34 Attribution.txt 20:40:51 -rw-rw-r-- 1 1001 1001 43881 Jul 24 20:34 CHANGELOG.md 20:40:51 -rw-rw-r-- 1 1001 1001 3804 Jul 24 20:34 CONTRIBUTING.md 20:40:51 -rw-rw-r-- 1 1001 1001 931 Jul 24 20:34 Dockerfile.build 20:40:51 -rw-rw-r-- 1 1001 1001 849 Jul 24 20:34 Jenkinsfile 20:40:51 -rw-rw-r-- 1 1001 1001 10775 Jul 24 20:34 LICENSE 20:40:51 -rw-rw-r-- 1 1001 1001 5915 Jul 24 20:34 Makefile 20:40:51 -rw-rw-r-- 1 1001 1001 8649 Jul 24 20:34 README.md 20:40:51 -rw-rw-r-- 1 1001 1001 6912 Jul 24 20:34 SECURITY.md 20:40:51 -rw-rw-r-- 1 1001 1001 5 Jul 24 20:31 VERSION 20:40:51 -rw-rw-r-- 1 1001 1001 4131 Jul 24 20:34 ZMQWindows.md 20:40:51 drwxrwxr-x 2 1001 1001 4096 Jul 24 20:34 bin 20:40:51 drwxrwxr-x 14 1001 1001 4096 Jul 24 20:34 cmd 20:40:51 -rw-r--r-- 1 root root 403848 Jul 24 20:39 coverage.out 20:40:51 -rw-rw-r-- 1 1001 1001 812 Jul 24 20:34 go.mod 20:40:51 -rw-r--r-- 1 root root 21149 Jul 24 20:36 go.sum 20:40:51 drwxrwxr-x 8 1001 1001 4096 Jul 24 20:34 internal 20:40:51 drwxrwxr-x 3 1001 1001 4096 Jul 24 20:34 openapi 20:40:51 drwxrwxr-x 4 1001 1001 4096 Jul 24 20:34 snap 20:40:51 -rw-rw-r-- 1 1001 1001 204 Jul 24 20:34 version.go [Pipeline] sh 20:40:51 + '[' -e coverage.out ] 20:40:51 + chown 1001:1001 coverage.out [Pipeline] stash 20:40:51 Warning: overwriting stash ‘coverage-report’ 20:40:52 Stashed 1 file(s) [Pipeline] sh 20:40:53 + make build 20:40:53 go mod tidy 20:40:53 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 20:41:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:41:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:41:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:41:33 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 20:41:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:41:38 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 20:41:41 Running on prd-ubuntu18.04-docker-8c-8g-109 in /w/workspace/edgexfoundry_edgex-go_PR-3627 [Pipeline] { [Pipeline] ws 20:41:41 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 20:41:41 The recommended git tool is: git 20:41:42 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 20:41:44 using credential edgex-jenkins-ssh 20:41:44 Cloning the remote Git repository 20:41:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:41:44 > git init /w/workspace/edgex-go/4 # timeout=10 20:41:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:41:44 > git --version # timeout=10 20:41:44 > git --version # 'git version 2.17.1' 20:41:44 using GIT_SSH to set credentials SSH Credentials for GitHub 20:41:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:41:45 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 20:41:50 Merging remotes/origin/main commit 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 into PR head commit 5e86f3061695b7e3870507e3e1622bb36fea3bbf 20:41:50 Merge succeeded, producing 5e86f3061695b7e3870507e3e1622bb36fea3bbf 20:41:50 Checking out Revision 5e86f3061695b7e3870507e3e1622bb36fea3bbf (PR-3627) 20:41:51 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 20:41:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:41:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:41:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:41:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:41:50 using GIT_SSH to set credentials SSH Credentials for GitHub 20:41:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3627/head:refs/remotes/origin/PR-3627 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:41:50 > git config core.sparsecheckout # timeout=10 20:41:50 > git checkout -f 5e86f3061695b7e3870507e3e1622bb36fea3bbf # timeout=10 20:41:50 > git remote # timeout=10 20:41:50 > git config --get remote.origin.url # timeout=10 20:41:50 using GIT_SSH to set credentials SSH Credentials for GitHub 20:41:50 > git merge 8ac2c5b0481f8b8091b66f2267a28d88a679c7d1 # timeout=10 20:41:50 > git rev-parse HEAD^{commit} # timeout=10 20:41:50 > git config core.sparsecheckout # timeout=10 20:41:50 > git checkout -f 5e86f3061695b7e3870507e3e1622bb36fea3bbf # timeout=10 20:41: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 20:41:54 Commit message: "feat: Add RWLock for accessing reader from the map" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:41:55 + echo snap-build.sh 20:41:55 snap-build.sh 20:41:55 + SNAP_BASE_DIR=. 20:41:55 + '[' '!' -z /w/workspace/edgex-go/4 ']' 20:41:55 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 20:41:55 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 20:41:55 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 20:41:55 + cd /w/workspace/edgex-go/4 20:41:55 + sudo apt-get remove -qy --purge lxd lxd-client 20:41:55 Reading package lists... 20:41:55 Building dependency tree... 20:41:55 Reading state information... 20:41:55 The following packages were automatically installed and are no longer required: 20:41:55 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 20:41:55 uidmap xdelta3 20:41:55 Use 'sudo apt autoremove' to remove them. 20:41:55 The following packages will be REMOVED: 20:41:55 lxd* lxd-client* 20:41:55 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 20:41:55 After this operation, 31.7 MB disk space will be freed. 20:41:56 (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.) 20:41:56 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 20:41:57 Removing lxd dnsmasq configuration 20:41:57 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 20:41:57 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 20:41:57 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 20:41:58 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:41:58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190142 files and directories currently installed.) 20:41:58 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 20:41:59 Processing triggers for systemd (237-3ubuntu10.45) ... 20:41:59 Processing triggers for ureadahead (0.100.0-21) ... 20:42:00 + sudo snap remove --purge lxd 20:42:00 snap "lxd" is not installed 20:42:00 + sudo groupadd --force --system lxd 20:42:00 ++ whoami 20:42:00 + sudo /usr/sbin/usermod -G lxd -a jenkins 20:42:00 + newgrp - lxd 20:42:00 + sudo snap install lxd [Pipeline] } 20:42:04 $ docker stop --time=1 196da091bd3a3a10fe62ed435d8a753c17962beeae943f8cd8b6e13af30f85da 20:42:06 $ docker rm -f 196da091bd3a3a10fe62ed435d8a753c17962beeae943f8cd8b6e13af30f85da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:42:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:42:08 20:42:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:42:08 2021-07-24T20:42:07Z INFO Waiting for automatic snapd restart... 20:42:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:42:09 latest: Pulling from edgex-devops/edgex-compose-arm64 20:42:09 29e5d40040c1: Pulling fs layer 20:42:09 1ce36da41761: Pulling fs layer 20:42:09 25b303627fd3: Pulling fs layer 20:42:09 29e5d40040c1: Verifying Checksum 20:42:09 29e5d40040c1: Download complete 20:42:10 29e5d40040c1: Pull complete 20:42:11 1ce36da41761: Verifying Checksum 20:42:11 1ce36da41761: Download complete 20:42:13 1ce36da41761: Pull complete 20:42:13 25b303627fd3: Verifying Checksum 20:42:13 25b303627fd3: Download complete 20:42:21 lxd 4.16 from Canonical* installed 20:42:21 + sudo lxd init --auto 20:42:23 25b303627fd3: Pull complete 20:42:23 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:42:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:42:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:42:24 prd-ubuntu18.04-docker-arm64-4c-16g-107 does not seem to be running inside a container 20:42:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:42:27 $ docker top 68ad8e42646f4e77958328c2e4f38854f338e9a3b0c0fb5b91cf4b5cbbfc4254 -eo pid,comm [Pipeline] { [Pipeline] sh 20:42:28 + grep parallel 20:42:28 + docker-compose build --help 20:42:29 + sudo snap install --classic snapcraft 20:42:34 --parallel Build images in parallel. [Pipeline] } 20:42:34 $ docker stop --time=1 68ad8e42646f4e77958328c2e4f38854f338e9a3b0c0fb5b91cf4b5cbbfc4254 20:42:36 $ docker rm -f 68ad8e42646f4e77958328c2e4f38854f338e9a3b0c0fb5b91cf4b5cbbfc4254 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:42:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:42:36 . [Pipeline] withDockerContainer 20:42:36 prd-ubuntu18.04-docker-arm64-4c-16g-107 does not seem to be running inside a container 20:42:37 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:42:38 $ docker top 8085ae0f6b15a56dcd21316f2da85df9d86ac3f8428b099b14ce4498b748ead8 -eo pid,comm [Pipeline] { [Pipeline] sh 20:42:39 + docker-compose -f ./docker-compose-build.yml build --parallel 20:42:41 snapcraft 4.8.3 from Canonical* installed 20:42:41 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 20:42:41 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 20:42:41 % Total % Received % Xferd Average Speed Time Time Time Current 20:42:41 Dload Upload Total Spent Left Speed 20:42:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4786 0 --:--:-- --:--:-- --:--:-- 4786 20:42:41 100 3325k 100 3325k 0 0 9722k 0 --:--:-- --:--:-- --:--:-- 9722k 20:42:41 ./yq_linux_amd64 20:42:41 + sudo snapcraft prime --use-lxd 20:42:42 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 20:42:42 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: 20:42:42 - README.md 20:42:42 20:42:42 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:42:42 Launching a container. 20:42:45 Building core-command ... 20:42:45 Building core-data ... 20:42:45 Building core-metadata ... 20:42:45 Building security-bootstrapper ... 20:42:45 Building security-proxy-setup ... 20:42:45 Building security-secretstore-setup ... 20:42:45 Building support-notifications ... 20:42:45 Building support-scheduler ... 20:42:45 Building sys-mgmt-agent ... 20:42:45 Building security-bootstrapper 20:42:45 Building core-metadata 20:42:45 Building sys-mgmt-agent 20:42:45 Building security-secretstore-setup 20:42:45 Building security-proxy-setup 20:42:50 Waiting for container to be ready 20:42:50 To start your first instance, try: lxc launch ubuntu:18.04 20:42:50 20:42:54 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 20:42:54 Waiting for network to be ready... 20:42:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:42:55 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:42:55 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1813 kB] 20:42:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [333 kB] 20:42:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [24.8 kB] 20:42:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5072 B] 20:42:55 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [386 kB] 20:42:55 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [52.2 kB] 20:42:55 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1132 kB] 20:42:55 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [257 kB] 20:42:55 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:42:55 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:42:55 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:42:55 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:42:55 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:42:55 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:42:55 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:42:55 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:42:56 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:42:56 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2161 kB] 20:42:56 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [425 kB] 20:42:56 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [30.5 kB] 20:42:56 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7120 B] 20:42:56 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [410 kB] 20:42:56 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [55.8 kB] 20:42:56 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1740 kB] 20:42:56 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [372 kB] 20:42:59 Fetched 24.9 MB in 4s (6171 kB/s) 20:42:59 Reading package lists... 20:42:59 Reading package lists... 20:43:00 Building dependency tree... 20:43:00 Reading state information... 20:43:00 The following additional packages will be installed: 20:43:00 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:43:00 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:43:00 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:43:00 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 20:43:00 Suggested packages: 20:43:00 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 20:43:00 Recommended packages: 20:43:00 gnupg libsasl2-modules 20:43:00 The following NEW packages will be installed: 20:43:00 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:43:00 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:43:00 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:43:00 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 20:43:00 The following packages will be upgraded: 20:43:00 gpg gpg-agent gpgconf libudev1 20:43:00 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. 20:43:00 Need to get 3527 kB of archives. 20:43:00 After this operation, 13.3 MB of additional disk space will be used. 20:43:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libudev1 amd64 237-3ubuntu10.50 [56.4 kB] 20:43:00 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 udev amd64 237-3ubuntu10.50 [1101 kB] 20:43:00 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 20:43:00 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 20:43:00 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 20:43:00 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 20:43:00 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 20:43:00 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 20:43:00 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 20:43:00 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 20:43:00 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 20:43:01 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 20:43:01 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 20:43:01 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 20:43:01 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 20:43:01 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 20:43:01 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 20:43:01 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 20:43:01 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 20:43:01 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 20:43:01 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 20:43:01 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 20:43:01 debconf: delaying package configuration, since apt-utils is not installed 20:43:01 Fetched 3527 kB in 1s (3707 kB/s) 20:43:01 (Reading database ... 12511 files and directories currently installed.) 20:43:01 Preparing to unpack .../libudev1_237-3ubuntu10.50_amd64.deb ... 20:43:01 Unpacking libudev1:amd64 (237-3ubuntu10.50) over (237-3ubuntu10) ... 20:43:01 Setting up libudev1:amd64 (237-3ubuntu10.50) ... 20:43:01 Selecting previously unselected package udev. 20:43:01 (Reading database ... 12511 files and directories currently installed.) 20:43:01 Preparing to unpack .../00-udev_237-3ubuntu10.50_amd64.deb ... 20:43:01 Unpacking udev (237-3ubuntu10.50) ... 20:43:01 Selecting previously unselected package libfuse2:amd64. 20:43:01 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 20:43:01 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:43:01 Selecting previously unselected package fuse. 20:43:01 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 20:43:01 Unpacking fuse (2.9.7-1ubuntu1) ... 20:43:02 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 20:43:02 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:43:02 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 20:43:02 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:43:02 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 20:43:02 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:43:02 Selecting previously unselected package libksba8:amd64. 20:43:02 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 20:43:02 Unpacking libksba8:amd64 (1.3.5-2) ... 20:43:02 Selecting previously unselected package libroken18-heimdal:amd64. 20:43:02 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:43:02 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:43:02 Selecting previously unselected package libasn1-8-heimdal:amd64. 20:43:02 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:43:02 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:43:02 Selecting previously unselected package libheimbase1-heimdal:amd64. 20:43:02 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:43:02 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:43:02 Selecting previously unselected package libhcrypto4-heimdal:amd64. 20:43:02 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:43:02 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:43:02 Selecting previously unselected package libwind0-heimdal:amd64. 20:43:02 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:43:02 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:43:02 Selecting previously unselected package libhx509-5-heimdal:amd64. 20:43:02 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:43:02 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:43:02 Selecting previously unselected package libkrb5-26-heimdal:amd64. 20:43:02 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:43:02 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:43:02 Selecting previously unselected package libheimntlm0-heimdal:amd64. 20:43:02 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:43:02 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:43:02 Selecting previously unselected package libgssapi3-heimdal:amd64. 20:43:02 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:43:02 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:43:02 Selecting previously unselected package libsasl2-modules-db:amd64. 20:43:02 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:43:02 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:43:02 Selecting previously unselected package libsasl2-2:amd64. 20:43:02 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:43:02 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:43:02 Selecting previously unselected package libldap-common. 20:43:02 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 20:43:02 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 20:43:02 Selecting previously unselected package libldap-2.4-2:amd64. 20:43:02 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 20:43:02 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 20:43:02 Selecting previously unselected package dirmngr. 20:43:03 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 20:43:03 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 20:43:03 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 20:43:03 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 20:43:03 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:43:03 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:43:03 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:43:03 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 20:43:03 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:43:03 Setting up libksba8:amd64 (1.3.5-2) ... 20:43:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:43:03 Setting up udev (237-3ubuntu10.50) ... 20:43:03 invoke-rc.d: policy-rc.d denied execution of start. 20:43:03 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:43:03 Processing triggers for systemd (237-3ubuntu10) ... 20:43:03 Setting up fuse (2.9.7-1ubuntu1) ... 20:43:03 Setting up gpg (2.2.4-1ubuntu1.4) ... 20:43:03 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:43:03 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:43:03 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:43:03 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:43:03 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:43:03 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:43:03 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:43:03 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 20:43:03 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 20:43:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:43:04 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 20:43:04 settings in the [Install] section, and DefaultInstance for template units). 20:43:04 This means they are not meant to be enabled using systemctl. 20:43:04 Possible reasons for having this kind of units are: 20:43:04 1) A unit may be statically enabled by being symlinked from another unit's 20:43:04 .wants/ or .requires/ directory. 20:43:04 2) A unit's purpose may be to act as a helper for some other unit which has 20:43:04 a requirement dependency on it. 20:43:04 3) A unit may be started when needed via activation (socket, path, timer, 20:43:04 D-Bus, udev, scripted systemctl call, ...). 20:43:04 4) In case of template units, the unit is meant to be enabled with some 20:43:04 instance name specified. 20:43:04 Reading package lists... 20:43:04 Building dependency tree... 20:43:04 Reading state information... 20:43:04 The following additional packages will be installed: 20:43:04 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 20:43:04 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 20:43:04 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 20:43:04 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 20:43:04 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 20:43:04 Suggested packages: 20:43:04 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 20:43:04 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 20:43:04 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 20:43:04 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 20:43:04 systemd-container policykit-1 20:43:04 Recommended packages: 20:43:04 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 20:43:04 The following NEW packages will be installed: 20:43:04 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 20:43:04 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 20:43:04 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 20:43:04 multiarch-support openssh-client python3 python3-minimal python3.6 20:43:04 python3.6-minimal snapd squashfs-tools sudo 20:43:04 The following packages will be upgraded: 20:43:04 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 20:43:04 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. 20:43:04 Need to get 36.7 MB of archives. 20:43:04 After this operation, 147 MB of additional disk space will be used. 20:43:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 systemd amd64 237-3ubuntu10.50 [2914 kB] 20:43:05 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] 20:43:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsystemd0 amd64 237-3ubuntu10.50 [207 kB] 20:43:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 20:43:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 20:43:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 20:43:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 20:43:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 20:43:05 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 20:43:05 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 20:43:05 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 20:43:05 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 20:43:05 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 20:43:05 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 20:43:05 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 20:43:05 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 20:43:05 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 20:43:05 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 20:43:05 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] 20:43:05 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 20:43:05 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 20:43:05 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 20:43:05 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 20:43:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 20:43:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 20:43:05 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 20:43:05 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 20:43:05 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 20:43:06 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.2 [111 kB] 20:43:06 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.49.2+18.04 [22.5 MB] 20:43:07 debconf: delaying package configuration, since apt-utils is not installed 20:43:07 Fetched 36.7 MB in 3s (14.1 MB/s) 20:43:07 (Reading database ... 12757 files and directories currently installed.) 20:43:07 Preparing to unpack .../systemd_237-3ubuntu10.50_amd64.deb ... 20:43:07 Unpacking systemd (237-3ubuntu10.50) over (237-3ubuntu10) ... 20:43:08 Preparing to unpack .../libsystemd0_237-3ubuntu10.50_amd64.deb ... 20:43:08 Unpacking libsystemd0:amd64 (237-3ubuntu10.50) over (237-3ubuntu10) ... 20:43:08 Setting up libsystemd0:amd64 (237-3ubuntu10.50) ... 20:43:08 (Reading database ... 12757 files and directories currently installed.) 20:43:08 Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... 20:43:08 Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... 20:43:08 Setting up libapt-pkg5.0:amd64 (1.6.14) ... 20:43:08 (Reading database ... 12757 files and directories currently installed.) 20:43:08 Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... 20:43:08 Unpacking apt (1.6.14) over (1.6.1) ... 20:43:08 Setting up apt (1.6.14) ... 20:43:08 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 20:43:09 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 20:43:09 (Reading database ... 12764 files and directories currently installed.) 20:43:09 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 20:43:09 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 20:43:09 Selecting previously unselected package libpython3.6-minimal:amd64. 20:43:09 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:43:09 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:43:09 Selecting previously unselected package libexpat1:amd64. 20:43:09 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 20:43:09 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:43:09 Selecting previously unselected package python3.6-minimal. 20:43:09 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:43:09 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 20:43:09 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 20:43:09 Checking for services that may need to be restarted...done. 20:43:09 Checking for services that may need to be restarted...done. 20:43:09 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:43:09 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:43:09 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 20:43:10 Selecting previously unselected package python3-minimal. 20:43:10 (Reading database ... 13012 files and directories currently installed.) 20:43:10 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 20:43:10 Unpacking python3-minimal (3.6.7-1~18.04) ... 20:43:10 Selecting previously unselected package mime-support. 20:43:10 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 20:43:10 Unpacking mime-support (3.60ubuntu1) ... 20:43:10 Selecting previously unselected package libmpdec2:amd64. 20:43:10 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 20:43:10 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:43:10 Selecting previously unselected package libpython3.6-stdlib:amd64. 20:43:10 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:43:10 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:43:10 Selecting previously unselected package python3.6. 20:43:10 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:43:10 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 20:43:10 Selecting previously unselected package libpython3-stdlib:amd64. 20:43:11 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 20:43:11 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:43:11 Setting up python3-minimal (3.6.7-1~18.04) ... 20:43:11 Selecting previously unselected package python3. 20:43:11 (Reading database ... 13442 files and directories currently installed.) 20:43:11 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 20:43:11 Unpacking python3 (3.6.7-1~18.04) ... 20:43:11 Selecting previously unselected package multiarch-support. 20:43:11 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 20:43:11 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 20:43:11 Setting up multiarch-support (2.27-3ubuntu1.4) ... 20:43:11 Selecting previously unselected package liblzo2-2:amd64. 20:43:11 (Reading database ... 13479 files and directories currently installed.) 20:43:11 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 20:43:11 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 20:43:11 Selecting previously unselected package libbsd0:amd64. 20:43:11 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 20:43:11 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:43:11 Selecting previously unselected package sudo. 20:43:11 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 20:43:11 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 20:43:11 Selecting previously unselected package apparmor. 20:43:11 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 20:43:11 Unpacking apparmor (2.12-4ubuntu5.1) ... 20:43:11 Selecting previously unselected package libedit2:amd64. 20:43:11 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 20:43:11 Unpacking libedit2:amd64 (3.1-20170329-1) ... 20:43:11 Selecting previously unselected package libkrb5support0:amd64. 20:43:11 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 20:43:11 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:43:11 Selecting previously unselected package libk5crypto3:amd64. 20:43:11 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 20:43:11 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:43:11 Selecting previously unselected package libkeyutils1:amd64. 20:43:11 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 20:43:11 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:43:11 Selecting previously unselected package libkrb5-3:amd64. 20:43:11 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 20:43:11 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:43:12 Selecting previously unselected package libgssapi-krb5-2:amd64. 20:43:12 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 20:43:12 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:43:12 Selecting previously unselected package libssl1.0.0:amd64. 20:43:12 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 20:43:12 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 20:43:12 Selecting previously unselected package openssh-client. 20:43:12 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 20:43:12 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 20:43:12 Selecting previously unselected package squashfs-tools. 20:43:12 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.2_amd64.deb ... 20:43:12 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... 20:43:12 Selecting previously unselected package snapd. 20:43:12 Preparing to unpack .../13-snapd_2.49.2+18.04_amd64.deb ... 20:43:12 Unpacking snapd (2.49.2+18.04) ... 20:43:14 Setting up libedit2:amd64 (3.1-20170329-1) ... 20:43:14 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 20:43:14 Setting up mime-support (3.60ubuntu1) ... 20:43:14 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 20:43:14 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:43:14 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:43:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:43:14 Setting up systemd (237-3ubuntu10.50) ... 20:43:14 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 20:43:15 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:43:15 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:43:15 Setting up liblzo2-2:amd64 (2.08-1.2) ... 20:43:15 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:43:15 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:43:15 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 20:43:16 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.2) ... 20:43:16 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:43:16 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:43:16 Setting up python3 (3.6.7-1~18.04) ... 20:43:16 running python rtupdate hooks for python3.6... 20:43:16 running python post-rtupdate hooks for python3.6... 20:43:16 Setting up apparmor (2.12-4ubuntu5.1) ... 20:43:16 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 20:43:16 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:43:16 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 20:43:17 Setting up snapd (2.49.2+18.04) ... 20:43:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 20:43:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 20:43:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 20:43:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 20:43:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:43:18 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:43:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 20:43:18 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 20:43:18 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 20:43:18 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 20:43:19 /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' 20:43:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:43:19 Processing triggers for systemd (237-3ubuntu10.50) ... 20:43:19 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:43:19 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:43:20 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:43:21 Reading package lists... 20:43:21 Reading package lists... 20:43:21 Building dependency tree... 20:43:21 Reading state information... 20:43:22 Calculating upgrade... 20:43:22 The following packages will be upgraded: 20:43:22 advancecomp base-files bash binutils binutils-common 20:43:22 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 20:43:22 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 20:43:22 grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 20:43:22 libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev 20:43:22 libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 20:43:22 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 20:43:22 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 20:43:22 libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 20:43:22 libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 20:43:22 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 20:43:22 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 20:43:22 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 20:43:22 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 20:43:22 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 20:43:22 ubuntu-keyring util-linux 20:43:22 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 20:43:22 Need to get 64.2 MB of archives. 20:43:22 After this operation, 5125 kB of additional disk space will be used. 20:43:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-151.157 [994 kB] 20:43:22 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 20:43:22 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 20:43:22 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 20:43:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 20:43:22 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 20:43:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 20:43:22 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 20:43:22 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 20:43:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 20:43:22 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 20:43:22 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 20:43:22 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 20:43:22 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 20:43:22 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 20:43:22 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 20:43:22 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 20:43:22 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 20:43:22 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 20:43:22 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 20:43:22 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 20:43:22 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 20:43:22 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 20:43:22 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 20:43:22 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 20:43:22 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 20:43:22 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 20:43:22 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 20:43:22 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 20:43:22 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 20:43:22 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 20:43:22 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 20:43:22 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 systemd-sysv amd64 237-3ubuntu10.50 [14.2 kB] 20:43:22 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 20:43:22 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 20:43:22 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] 20:43:22 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 20:43:22 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 20:43:22 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] 20:43:22 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] 20:43:22 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 20:43:22 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 20:43:22 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 20:43:22 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 20:43:22 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 20:43:22 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 20:43:22 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 20:43:22 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 20:43:22 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 20:43:22 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 20:43:22 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 20:43:22 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 20:43:22 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 20:43:22 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 20:43:22 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 20:43:22 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 20:43:22 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 20:43:22 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 20:43:22 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 20:43:23 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 20:43:23 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 20:43:23 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 20:43:23 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 20:43:23 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 20:43:23 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 20:43:23 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 20:43:23 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 20:43:23 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 20:43:23 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 20:43:23 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 20:43:23 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 20:43:23 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 20:43:23 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 20:43:23 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] 20:43:23 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 20:43:23 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 20:43:23 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 20:43:23 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 20:43:23 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 20:43:23 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 20:43:23 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 20:43:23 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 20:43:23 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 20:43:23 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 20:43:23 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] 20:43:23 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] 20:43:23 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] 20:43:23 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] 20:43:23 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 20:43:23 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 20:43:23 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 20:43:24 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 20:43:24 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 20:43:24 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 20:43:24 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 20:43:24 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 20:43:24 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 20:43:24 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 20:43:24 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 20:43:24 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 20:43:24 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 20:43:24 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 20:43:24 Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 20:43:24 debconf: delaying package configuration, since apt-utils is not installed 20:43:24 Fetched 64.2 MB in 2s (30.0 MB/s) 20:43:24 (Reading database ... 13914 files and directories currently installed.) 20:43:24 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 20:43:24 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:43:25 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 20:43:25 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:43:25 Preparing to unpack .../2-linux-libc-dev_4.15.0-151.157_amd64.deb ... 20:43:25 Unpacking linux-libc-dev:amd64 (4.15.0-151.157) over (4.15.0-20.21) ... 20:43:25 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:43:25 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:43:25 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:43:25 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:43:25 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:43:25 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:43:25 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:43:25 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:43:25 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:43:25 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:43:25 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:43:25 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:43:25 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:43:25 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:43:25 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 20:43:25 (Reading database ... 13914 files and directories currently installed.) 20:43:25 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 20:43:25 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 20:43:26 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 20:43:26 (Reading database ... 13914 files and directories currently installed.) 20:43:26 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:43:26 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:43:26 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:43:26 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:43:26 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:43:26 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:43:26 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 20:43:26 (Reading database ... 13914 files and directories currently installed.) 20:43:26 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 20:43:26 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:43:26 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 20:43:27 (Reading database ... 13914 files and directories currently installed.) 20:43:27 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 20:43:27 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 20:43:27 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 20:43:27 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 20:43:27 Setting up base-files (10.1ubuntu2.10) ... 20:43:27 Installing new version of config file /etc/issue ... 20:43:27 Installing new version of config file /etc/issue.net ... 20:43:27 Installing new version of config file /etc/lsb-release ... 20:43:27 Installing new version of config file /etc/update-motd.d/50-motd-news ... 20:43:27 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 20:43:27 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 20:43:27 Removing obsolete conffile /etc/default/motd-news ... 20:43:28 (Reading database ... 13915 files and directories currently installed.) 20:43:28 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 20:43:28 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 20:43:28 Setting up bash (4.4.18-2ubuntu1.2) ... 20:43:28 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 20:43:28 (Reading database ... 13915 files and directories currently installed.) 20:43:28 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 20:43:28 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 20:43:28 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 20:43:28 (Reading database ... 13915 files and directories currently installed.) 20:43:28 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 20:43:28 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 20:43:28 Setting up tar (1.29b-2ubuntu0.2) ... 20:43:28 (Reading database ... 13915 files and directories currently installed.) 20:43:28 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 20:43:28 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:43:28 Setting up dpkg (1.19.0.5ubuntu2.3) ... 20:43:28 (Reading database ... 13915 files and directories currently installed.) 20:43:28 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 20:43:28 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:43:28 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 20:43:28 (Reading database ... 13915 files and directories currently installed.) 20:43:28 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 20:43:28 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:43:29 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 20:43:29 (Reading database ... 13915 files and directories currently installed.) 20:43:29 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 20:43:29 Unpacking grep (3.1-2build1) over (3.1-2) ... 20:43:29 Setting up grep (3.1-2build1) ... 20:43:29 (Reading database ... 13915 files and directories currently installed.) 20:43:29 Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... 20:43:29 Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... 20:43:29 Setting up gzip (1.6-5ubuntu1.1) ... 20:43:29 (Reading database ... 13915 files and directories currently installed.) 20:43:29 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 20:43:29 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:43:29 Setting up login (1:4.5-1ubuntu2) ... 20:43:29 (Reading database ... 13915 files and directories currently installed.) 20:43:29 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 20:43:29 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:43:29 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 20:43:29 (Reading database ... 13915 files and directories currently installed.) 20:43:29 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 20:43:29 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:43:30 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 20:43:30 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:43:30 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 20:43:30 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:43:30 Setting up perl-base (5.26.1-6ubuntu0.5) ... 20:43:30 (Reading database ... 13915 files and directories currently installed.) 20:43:30 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 20:43:30 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:43:31 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:43:31 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:43:31 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:43:31 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:43:31 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 20:43:31 (Reading database ... 13915 files and directories currently installed.) 20:43:31 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 20:43:31 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 20:43:31 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 20:43:31 (Reading database ... 13915 files and directories currently installed.) 20:43:31 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:43:31 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:43:31 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:43:31 (Reading database ... 13915 files and directories currently installed.) 20:43:31 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:43:31 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:43:31 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:43:32 (Reading database ... 13915 files and directories currently installed.) 20:43:32 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:43:32 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:43:32 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:43:32 (Reading database ... 13915 files and directories currently installed.) 20:43:32 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:43:32 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:43:32 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:43:32 (Reading database ... 13915 files and directories currently installed.) 20:43:32 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 20:43:32 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:43:32 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 20:43:32 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:43:32 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 20:43:32 (Reading database ... 13915 files and directories currently installed.) 20:43:32 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 20:43:32 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:43:32 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 20:43:32 (Reading database ... 13915 files and directories currently installed.) 20:43:32 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:43:32 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:43:32 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:43:32 (Reading database ... 13915 files and directories currently installed.) 20:43:32 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:43:32 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:43:32 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 20:43:32 (Reading database ... 13915 files and directories currently installed.) 20:43:32 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:43:32 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:43:33 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 20:43:33 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 20:43:33 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 20:43:33 (Reading database ... 13915 files and directories currently installed.) 20:43:33 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 20:43:33 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:43:33 Setting up libc-bin (2.27-3ubuntu1.4) ... 20:43:33 (Reading database ... 13915 files and directories currently installed.) 20:43:33 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 20:43:33 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:43:34 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 20:43:34 (Reading database ... 13917 files and directories currently installed.) 20:43:34 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 20:43:34 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 20:43:34 Setting up debconf (1.5.66ubuntu1) ... 20:43:34 (Reading database ... 13917 files and directories currently installed.) 20:43:34 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 20:43:34 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:43:34 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 20:43:34 (Reading database ... 13917 files and directories currently installed.) 20:43:34 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 20:43:34 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:43:34 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 20:43:34 (Reading database ... 13917 files and directories currently installed.) 20:43:34 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 20:43:34 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 20:43:34 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 20:43:35 (Reading database ... 13917 files and directories currently installed.) 20:43:35 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 20:43:35 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 20:43:35 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... 20:43:35 (Reading database ... 13919 files and directories currently installed.) 20:43:35 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 20:43:35 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 20:43:35 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 20:43:35 (Reading database ... 13923 files and directories currently installed.) 20:43:35 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:43:35 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:43:35 Preparing to unpack .../systemd-sysv_237-3ubuntu10.50_amd64.deb ... 20:43:35 Unpacking systemd-sysv (237-3ubuntu10.50) over (237-3ubuntu10) ... 20:43:35 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 20:43:35 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:43:35 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 20:43:35 (Reading database ... 13923 files and directories currently installed.) 20:43:35 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 20:43:35 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 20:43:35 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 20:43:35 (Reading database ... 13923 files and directories currently installed.) 20:43:35 Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... 20:43:35 Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... 20:43:35 Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... 20:43:35 (Reading database ... 13923 files and directories currently installed.) 20:43:35 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... 20:43:35 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 20:43:35 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... 20:43:36 (Reading database ... 13923 files and directories currently installed.) 20:43:36 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 20:43:36 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:43:36 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 20:43:36 (Reading database ... 13923 files and directories currently installed.) 20:43:36 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 20:43:36 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 20:43:36 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 20:43:36 (Reading database ... 13923 files and directories currently installed.) 20:43:36 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 20:43:36 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:43:36 Setting up passwd (1:4.5-1ubuntu2) ... 20:43:36 (Reading database ... 13923 files and directories currently installed.) 20:43:36 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 20:43:36 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:43:36 Setting up gpgv (2.2.4-1ubuntu1.4) ... 20:43:36 (Reading database ... 13923 files and directories currently installed.) 20:43:36 Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 20:43:36 Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 20:43:36 Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... 20:43:36 (Reading database ... 13923 files and directories currently installed.) 20:43:36 Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 20:43:36 Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 20:43:37 Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... 20:43:37 (Reading database ... 13923 files and directories currently installed.) 20:43:37 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 20:43:37 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 20:43:37 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 20:43:37 (Reading database ... 13923 files and directories currently installed.) 20:43:37 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 20:43:37 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 20:43:37 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 20:43:37 (Reading database ... 13923 files and directories currently installed.) 20:43:37 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 20:43:37 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 20:43:37 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 20:43:37 (Reading database ... 13923 files and directories currently installed.) 20:43:37 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 20:43:37 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 20:43:37 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 20:43:37 (Reading database ... 13923 files and directories currently installed.) 20:43:37 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 20:43:37 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 20:43:37 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 20:43:37 (Reading database ... 13923 files and directories currently installed.) 20:43:37 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 20:43:37 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 20:43:37 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 20:43:37 (Reading database ... 13924 files and directories currently installed.) 20:43:37 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:43:37 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:43:37 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:43:37 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:43:38 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 20:43:38 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 20:43:38 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 20:43:38 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 20:43:38 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 20:43:38 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 20:43:38 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 20:43:38 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 20:43:38 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 20:43:38 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 20:43:38 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 20:43:38 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 20:43:38 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 20:43:38 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 20:43:38 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 20:43:38 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 20:43:38 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 20:43:38 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 20:43:39 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 20:43:39 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 20:43:39 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 20:43:39 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 20:43:39 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 20:43:39 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 20:43:39 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:43:39 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:43:39 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:43:39 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:43:39 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:43:39 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:43:39 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:43:39 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:43:40 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:43:40 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:43:40 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:43:40 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:43:40 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:43:40 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:43:40 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:43:40 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:43:40 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:43:40 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:43:41 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:43:41 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:43:42 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:43:42 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:43:42 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:43:42 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:43:43 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:43:43 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:43:43 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:43:43 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:43:43 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 20:43:43 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:43:43 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 20:43:43 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:43:43 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 20:43:43 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 20:43:43 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:43:43 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:43:43 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:43:43 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:43:43 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 20:43:43 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 20:43:43 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:43:43 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 20:43:44 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:43:44 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:43:44 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:43:44 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 20:43:44 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 20:43:44 Setting up tzdata (2021a-0ubuntu0.18.04) ... 20:43:44 20:43:44 Current default time zone: 'Etc/UTC' 20:43:44 Local time is now: Sat Jul 24 20:43:43 UTC 2021. 20:43:44 Universal Time is now: Sat Jul 24 20:43:43 UTC 2021. 20:43:44 Run 'dpkg-reconfigure tzdata' if you wish to change it. 20:43:44 20:43:44 Setting up systemd-sysv (237-3ubuntu10.50) ... 20:43:44 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:43:44 Setting up linux-libc-dev:amd64 (4.15.0-151.157) ... 20:43:44 Setting up mount (2.31.1-0.4ubuntu3.7) ... 20:43:44 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 20:43:44 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 20:43:44 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 20:43:44 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 20:43:44 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 20:43:44 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 20:43:44 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:43:44 Setting up procps (2:3.3.12-3ubuntu1.2) ... 20:43:44 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 20:43:44 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 20:43:44 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 20:43:44 Setting up patch (2.7.6-2ubuntu1.1) ... 20:43:44 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 20:43:44 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 20:43:44 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 20:43:44 Installing new version of config file /etc/ssl/openssl.cnf ... 20:43:44 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 20:43:44 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 20:43:44 Setting up ca-certificates (20210119~18.04.1) ... 20:43:46 Updating certificates in /etc/ssl/certs... 20:43:47 23 added, 27 removed; done. 20:43:47 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 20:43:47 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:43:47 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 20:43:47 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 20:43:47 Setting up pkgbinarymangler (138.18.04.1) ... 20:43:47 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 20:43:47 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 20:43:47 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 20:43:47 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 20:43:47 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:43:47 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 20:43:47 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:43:47 Setting up perl (5.26.1-6ubuntu0.5) ... 20:43:47 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 20:43:47 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 20:43:47 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 20:43:47 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 20:43:47 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 20:43:47 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 20:43:47 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 20:43:47 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 20:43:47 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 20:43:47 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:43:47 Processing triggers for systemd (237-3ubuntu10.50) ... 20:43:47 Processing triggers for mime-support (3.60ubuntu1) ... 20:43:47 Processing triggers for ca-certificates (20210119~18.04.1) ... 20:43:47 Updating certificates in /etc/ssl/certs... 20:43:48 0 added, 0 removed; done. 20:43:48 Running hooks in /etc/ca-certificates/update.d... 20:43:48 done. 20:43:48 Reading package lists... 20:43:48 Building dependency tree... 20:43:48 Reading state information... 20:43:48 The following NEW packages will be installed: 20:43:48 apt-transport-https 20:43:48 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 20:43:49 Need to get 4348 B of archives. 20:43:49 After this operation, 154 kB of additional disk space will be used. 20:43:49 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] 20:43:49 debconf: delaying package configuration, since apt-utils is not installed 20:43:49 Fetched 4348 B in 0s (21.7 kB/s) 20:43:49 Selecting previously unselected package apt-transport-https. 20:43:49 (Reading database ... 13929 files and directories currently installed.) 20:43:49 Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... 20:43:49 Unpacking apt-transport-https (1.6.14) ... 20:43:49 Setting up apt-transport-https (1.6.14) ... 20:43:49 Waiting for network to be ready... 20:43:53 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:43:53 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:43:53 ---> fe51aac99b9a 20:43:53 Step 3/26 : WORKDIR /edgex-go 20:43:53 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:43:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:43:53 ---> fe51aac99b9a 20:43:53 Step 3/24 : WORKDIR /edgex-go 20:43:53 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:43:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:43:53 ---> fe51aac99b9a 20:43:53 Step 3/24 : WORKDIR /edgex-go 20:43:53 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:43:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:43:53 ---> fe51aac99b9a 20:43:53 Step 3/22 : WORKDIR /edgex-go 20:43:53 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:43:53 Step 2/32 : FROM ${BUILDER_BASE} AS builder 20:43:53 ---> fe51aac99b9a 20:43:53 Step 3/32 : WORKDIR /edgex-go 20:43:54 ---> Running in 95c87e863b6f 20:43:54 ---> Running in f0cf02981d2e 20:43:54 ---> Running in 22f6133eab35 20:43:54 ---> Running in 299b4dae59f3 20:43:54 ---> Running in b6a50aee9953 20:43:55 Removing intermediate container f0cf02981d2e 20:43:55 ---> b2acbe27a374 20:43:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:43:55 Removing intermediate container 22f6133eab35 20:43:55 ---> b0d7db078788 20:43:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:43:55 Removing intermediate container 95c87e863b6f 20:43:55 ---> bd9fe6dd0a70 20:43:55 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:43:55 Removing intermediate container b6a50aee9953 20:43:55 ---> d2bea025d712 20:43:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:43:55 Removing intermediate container 299b4dae59f3 20:43:55 ---> e0ce910c4e6a 20:43:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:43:55 ---> Running in b182ba33b17d 20:43:55 ---> Running in a7b916daef93 20:43:55 ---> Running in b8e627f30110 20:43:55 ---> Running in c9429dc2c8d6 20:43:55 ---> Running in a3ba2e4483e4 20:43:56 2021-07-24T20:43:52Z INFO Waiting for automatic snapd restart... 20:43:56 snapd 2.51.1 from Canonical* installed 20:43:56 "snapd" switched to the "latest/stable" channel 20:43:56 20:43:58 core18 20210611 from Canonical* installed 20:43:58 "core18" switched to the "latest/stable" channel 20:43:58 20:43:59 Removing intermediate container b182ba33b17d 20:43:59 ---> 8e84aee497f3 20:43:59 Step 5/26 : RUN apk add --update --no-cache make git 20:43:59 ---> Running in 257dd7802084 20:43:59 Removing intermediate container b8e627f30110 20:43:59 ---> e9fbc7518ab5 20:43:59 Step 5/32 : RUN apk add --update --no-cache make git 20:43:59 Removing intermediate container a3ba2e4483e4 20:43:59 ---> 2a5de80fca94 20:43:59 Step 5/24 : RUN apk add --update --no-cache make git 20:43:59 ---> Running in b34a513ea0ce 20:44:00 Removing intermediate container c9429dc2c8d6 20:44:00 ---> f22842702626 20:44:00 Step 5/22 : RUN apk add --update --no-cache make git 20:44:00 ---> Running in 9d93f035c55a 20:44:00 Removing intermediate container a7b916daef93 20:44:00 ---> cedbb716b9db 20:44:00 Step 5/24 : RUN apk add --update --no-cache make bash git 20:44:00 ---> Running in cbf0aed919c0 20:44:00 ---> Running in 62a629146ec4 20:44:01 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:44:02 snapcraft 4.8.3 from Canonical* installed 20:44:02 "snapcraft" switched to the "latest/stable" channel 20:44:02 20:44:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:44:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:44:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:44:02 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:44:02 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:44:02 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:44:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:44:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:44:03 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:44:03 OK: 218 MiB in 52 packages 20:44:04 OK: 218 MiB in 52 packages 20:44:04 OK: 218 MiB in 52 packages 20:44:04 OK: 218 MiB in 52 packages 20:44:04 OK: 218 MiB in 52 packages 20:44:05 Removing intermediate container 257dd7802084 20:44:05 ---> 68ad8c462f58 20:44:05 Step 6/26 : COPY go.mod . 20:44:05 Removing intermediate container b34a513ea0ce 20:44:05 ---> bd0965d9f178 20:44:05 Step 6/32 : COPY go.mod . 20:44:05 ---> a3c5f4712e1a 20:44:05 Step 7/26 : RUN go mod download 20:44:06 ---> Running in 63cff7b63d5a 20:44:06 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: 20:44:06 - README.md 20:44:06 20:44:06 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:44:06 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:44:06 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:44:06 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:44:06 Removing intermediate container 62a629146ec4 20:44:06 ---> b3299e72290f 20:44:06 Step 6/24 : COPY go.mod . 20:44:06 Removing intermediate container 9d93f035c55a 20:44:06 ---> 48724a39796f 20:44:06 Step 6/24 : COPY go.mod . 20:44:06 Removing intermediate container cbf0aed919c0 20:44:06 ---> ae297c8bebb2 20:44:06 Step 6/22 : COPY go.mod . 20:44:07 ---> 9d83723c0c5e 20:44:07 Step 7/32 : RUN go mod download 20:44:07 ---> Running in d12188481a60 20:44:07 ---> 6394d988562b 20:44:07 Step 7/24 : RUN go mod download 20:44:07 Reading package lists... 20:44:07 ---> Running in 98c751e60c99 20:44:07 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.14 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 20:44:07 Reading package lists... 20:44:08 ---> dcff3ba20caa 20:44:08 Step 7/22 : RUN go mod download 20:44:08 ---> ace64d058739 20:44:08 Step 7/24 : RUN go mod download 20:44:08 ---> Running in dc882182a81f 20:44:08 Building dependency tree... 20:44:08 Reading state information... 20:44:08 Suggested packages: 20:44:08 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 20:44:08 git-gui gitk gitweb git-cvs git-mediawiki git-svn 20:44:08 Recommended packages: 20:44:08 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 20:44:08 The following NEW packages will be installed: 20:44:08 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 20:44:08 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 20:44:08 pkg-config zip 20:44:08 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 20:44:08 Need to get 7663 kB of archives. 20:44:08 After this operation, 43.8 MB of additional disk space will be used. 20:44:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 20:44:08 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.14 [218 kB] 20:44:08 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 20:44:08 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 20:44:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 20:44:08 ---> Running in 96efad7b5539 20:44:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 20:44:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 20:44:08 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 20:44:08 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 20:44:09 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 20:44:09 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 20:44:09 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 20:44:09 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 20:44:09 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 20:44:09 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 20:44:09 debconf: delaying package configuration, since apt-utils is not installed 20:44:09 Fetched 7663 kB in 1s (10.6 MB/s) 20:44:09 Selecting previously unselected package libglib2.0-0:amd64. 20:44:09 (Reading database ... 13933 files and directories currently installed.) 20:44:09 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 20:44:09 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 20:44:09 Selecting previously unselected package libpsl5:amd64. 20:44:09 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 20:44:09 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 20:44:09 Selecting previously unselected package libnghttp2-14:amd64. 20:44:09 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 20:44:09 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:44:09 Selecting previously unselected package librtmp1:amd64. 20:44:09 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 20:44:09 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:44:09 Selecting previously unselected package libcurl3-gnutls:amd64. 20:44:09 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.14_amd64.deb ... 20:44:09 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... 20:44:09 Selecting previously unselected package liberror-perl. 20:44:09 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 20:44:09 Unpacking liberror-perl (0.17025-1) ... 20:44:09 Selecting previously unselected package git-man. 20:44:09 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 20:44:09 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 20:44:09 Selecting previously unselected package git. 20:44:09 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 20:44:09 Unpacking git (1:2.17.1-1ubuntu0.8) ... 20:44:10 Selecting previously unselected package libnorm1:amd64. 20:44:10 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 20:44:10 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:44:10 Selecting previously unselected package libpgm-5.2-0:amd64. 20:44:10 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 20:44:10 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:44:10 Selecting previously unselected package libsodium23:amd64. 20:44:10 Removing intermediate container 63cff7b63d5a 20:44:10 ---> 4cf5398e9052 20:44:10 Step 8/26 : COPY . . 20:44:10 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 20:44:10 Unpacking libsodium23:amd64 (1.0.16-2) ... 20:44:10 Selecting previously unselected package libzmq5:amd64. 20:44:10 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 20:44:10 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:44:10 Selecting previously unselected package libzmq3-dev:amd64. 20:44:10 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 20:44:10 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:44:10 Selecting previously unselected package pkg-config. 20:44:10 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 20:44:10 Unpacking pkg-config (0.29.1-0ubuntu2) ... 20:44:10 Selecting previously unselected package zip. 20:44:10 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 20:44:10 Unpacking zip (3.0-11build1) ... 20:44:10 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:44:10 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 20:44:10 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:44:10 Setting up liberror-perl (0.17025-1) ... 20:44:10 Setting up libpsl5:amd64 (0.19.1-5build1) ... 20:44:10 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 20:44:10 No schema files found: doing nothing. 20:44:10 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:44:10 Setting up zip (3.0-11build1) ... 20:44:10 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:44:10 Setting up libsodium23:amd64 (1.0.16-2) ... 20:44:10 Setting up pkg-config (0.29.1-0ubuntu2) ... 20:44:10 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:44:10 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.14) ... 20:44:10 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:44:10 Setting up git (1:2.17.1-1ubuntu0.8) ... 20:44:10 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:44:11 git set to automatically installed. 20:44:11 git-man set to automatically installed. 20:44:11 libcurl3-gnutls set to automatically installed. 20:44:11 liberror-perl set to automatically installed. 20:44:11 libglib2.0-0 set to automatically installed. 20:44:11 libnghttp2-14 set to automatically installed. 20:44:11 libnorm1 set to automatically installed. 20:44:11 libpgm-5.2-0 set to automatically installed. 20:44:11 libpsl5 set to automatically installed. 20:44:11 librtmp1 set to automatically installed. 20:44:11 libsodium23 set to automatically installed. 20:44:11 libzmq3-dev set to automatically installed. 20:44:11 libzmq5 set to automatically installed. 20:44:11 pkg-config set to automatically installed. 20:44:11 zip set to automatically installed. 20:44:12 Removing intermediate container d12188481a60 20:44:12 ---> 6c9efd724694 20:44:12 Step 8/32 : COPY . . 20:44:12 Removing intermediate container 98c751e60c99 20:44:12 ---> 8acaa9c7f78e 20:44:12 Step 8/24 : COPY . . 20:44:12 snapd is not logged in, snap install commands will use sudo 20:44:14 Removing intermediate container dc882182a81f 20:44:14 ---> c79cc951881d 20:44:14 Step 8/22 : COPY . . 20:44:14 Removing intermediate container 96efad7b5539 20:44:14 ---> 1354df6b5a47 20:44:14 Step 8/24 : COPY . . 20:44:25 go (1.16/stable) 1.16.6 from Michael Hudson-Doyle (mwhudson) installed 20:44:25 snapd is not logged in, snap install commands will use sudo 20:44:25 snap "core18" has no updates available 20:44:26 Pulling config-common 20:44:26 + snapcraftctl pull 20:44:27 Pulling go-build-helper 20:44:27 + snapcraftctl pull 20:44:28 'edgex-go' has dependencies that need to be staged: go-build-helper 20:44:28 Skipping pull go-build-helper (already ran) 20:44:28 Building go-build-helper 20:44:28 + snapcraftctl build 20:44:30 Staging go-build-helper 20:44:30 + snapcraftctl stage 20:44:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:44:40 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:44:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1813 kB] 20:44:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [333 kB] 20:44:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [24.8 kB] 20:44:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5072 B] 20:44:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [386 kB] 20:44:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [52.2 kB] 20:44:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1132 kB] 20:44:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [257 kB] 20:44:40 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:44:40 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:44:40 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:44:40 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:44:40 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:44:40 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:44:40 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:44:40 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:44:40 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:44:40 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2161 kB] 20:44:40 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [425 kB] 20:44:40 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [30.5 kB] 20:44:40 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7120 B] 20:44:40 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [410 kB] 20:44:40 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [55.8 kB] 20:44:40 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1740 kB] 20:44:40 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [372 kB] 20:44:40 Fetched 24.9 MB in 0s (0 B/s) 20:44:40 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:44:40 Fetched 224 kB in 0s (0 B/s) 20:44:40 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:44:40 Fetched 157 kB in 0s (0 B/s) 20:44:40 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:44:40 Fetched 221 kB in 0s (0 B/s) 20:44:40 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:44:40 Fetched 143 kB in 0s (0 B/s) 20:44:40 Pulling edgex-go 20:44:40 + snapcraftctl pull 20:44:40 Pulling hooks 20:44:40 + snapcraftctl pull 20:44:41 ---> 051eb2263b74 20:44:41 Step 9/32 : RUN go mod tidy 20:44:41 ---> f7e6c7037914 20:44:41 Step 9/26 : RUN go mod tidy 20:44:41 ---> 0a5a7afd1285 20:44:41 Step 9/22 : RUN go mod tidy 20:44:41 ---> 33ba052dbd35 20:44:41 Step 9/24 : RUN go mod tidy 20:44:41 ---> 7bd08102a36e 20:44:41 Step 9/24 : RUN go mod tidy 20:44:41 ---> Running in d09835ce224b 20:44:41 ---> Running in 0dd4f71a49a1 20:44:41 ---> Running in a5acfa381eda 20:44:41 ---> Running in 5ef5da340ec0 20:44:41 ---> Running in 11b39d34b47c 20:44:44 Removing intermediate container d09835ce224b 20:44:44 ---> 2de343302b11 20:44:44 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:44:45 ---> Running in 54be98ad56b7 20:44:45 Removing intermediate container 0dd4f71a49a1 20:44:45 ---> efb0d1f2fdff 20:44:45 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:44:46 ---> Running in 420dad47d243 20:44:46 Removing intermediate container a5acfa381eda 20:44:46 ---> 534a11f7e1a2 20:44:46 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:44:46 ---> Running in c4cac91d0640 20:44:46 Removing intermediate container 5ef5da340ec0 20:44:46 ---> f46bcf41bee6 20:44:46 Removing intermediate container 11b39d34b47c 20:44:46 ---> ab4c79c0d737 20:44:46 Step 10/24 : RUN make cmd/core-metadata/core-metadata 20:44:46 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:44:46 ---> Running in 35dcc4cccb20 20:44:46 ---> Running in d255a39b4b1d 20:44:47 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 20:44:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:44:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:44:49 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 20:44: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 20:44:58 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:44:58 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:44:58 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:44:58 Fetched 0 B in 0s (0 B/s) 20:44:58 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 20:44:58 Fetched 96.5 kB in 0s (0 B/s) 20:44:58 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 20:44:58 Fetched 279 kB in 0s (0 B/s) 20:44:58 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 20:44:58 Fetched 122 kB in 0s (0 B/s) 20:44:58 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 20:44:58 Fetched 77.8 kB in 0s (0 B/s) 20:44:58 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 20:44:58 Fetched 8848 B in 0s (0 B/s) 20:44:58 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 20:44:58 Fetched 47.8 kB in 0s (0 B/s) 20:44:58 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 20:44:58 Fetched 45.6 kB in 0s (0 B/s) 20:44:58 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 20:44:58 Fetched 15.0 kB in 0s (0 B/s) 20:44:58 Get:1 libcurl4_7.58.0-2ubuntu3.14_amd64.deb [219 kB] 20:44:58 Fetched 219 kB in 0s (0 B/s) 20:44:58 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 20:44:58 Fetched 154 kB in 0s (0 B/s) 20:44:58 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 20:44:58 Fetched 50.6 kB in 0s (0 B/s) 20:44:58 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 20:44:58 Fetched 14.8 kB in 0s (0 B/s) 20:44:58 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 20:44:58 Fetched 41.8 kB in 0s (0 B/s) 20:44:58 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 20:44:58 Fetched 499 kB in 0s (0 B/s) 20:44:58 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 20:44:58 Fetched 111 kB in 0s (0 B/s) 20:44:58 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 20:44:58 Fetched 240 kB in 0s (0 B/s) 20:44:58 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 20:44:58 Fetched 29.3 kB in 0s (0 B/s) 20:44:58 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 20:44:58 Fetched 85.5 kB in 0s (0 B/s) 20:44:58 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 20:44:58 Fetched 24.5 kB in 0s (0 B/s) 20:44:58 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 20:44:58 Fetched 49.2 kB in 0s (0 B/s) 20:44:58 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 20:44:58 Fetched 54.2 kB in 0s (0 B/s) 20:44:58 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 20:44:58 Fetched 30.8 kB in 0s (0 B/s) 20:44:58 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 20:44:58 Fetched 15.8 kB in 0s (0 B/s) 20:44:58 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 20:44:58 Fetched 85.9 kB in 0s (0 B/s) 20:44:58 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 20:44:58 Fetched 8720 B in 0s (0 B/s) 20:44:58 Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] 20:44:58 Fetched 140 kB in 0s (0 B/s) 20:44:58 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 20:44:58 Fetched 119 kB in 0s (0 B/s) 20:44:58 Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] 20:44:58 Fetched 111 kB in 0s (0 B/s) 20:44:58 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 20:44:58 Fetched 11.1 kB in 0s (0 B/s) 20:44:58 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 20:44:58 Fetched 645 kB in 0s (0 B/s) 20:44:58 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 20:44:58 Fetched 41.3 kB in 0s (0 B/s) 20:44:58 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 20:44:58 Fetched 17.9 kB in 0s (0 B/s) 20:44:58 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 20:44:58 Fetched 368 kB in 0s (0 B/s) 20:44:58 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 20:44:58 Fetched 187 kB in 0s (0 B/s) 20:44:58 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 20:44:58 Fetched 175 kB in 0s (0 B/s) 20:44:58 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 20:44:58 Fetched 206 kB in 0s (0 B/s) 20:44:58 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 20:44:58 Fetched 1301 kB in 0s (0 B/s) 20:44:58 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 20:44:58 Fetched 36.2 kB in 0s (0 B/s) 20:44:58 Get:1 curl_7.58.0-2ubuntu3.14_amd64.deb [159 kB] 20:44:58 Fetched 159 kB in 0s (0 B/s) 20:44:58 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 20:44:58 Fetched 107 kB in 0s (0 B/s) 20:44:58 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 20:44:58 Fetched 48.7 kB in 0s (0 B/s) 20:44:58 Pulling static-packages 20:44:58 + snapcraftctl pull 20:44:58 Pulling version 20:44:58 + cd /root/project 20:44:58 + git describe --tags --abbrev=0 20:44:58 + sed s/v// 20:44:58 + GIT_VERSION=2.0.1-dev.13 20:44:58 + [ -z 2.0.1-dev.13 ] 20:44:58 + snapcraftctl set-version 2.0.1-dev.13 20:44:58 Building config-common 20:44:58 + snapcraftctl build 20:45:00 Skipping build go-build-helper (already ran) 20:45:00 Building edgex-go 20:45:00 + cd /root/parts/edgex-go/src 20:45:00 + git describe --tags+ --abbrev=0sed s/v// 20:45:00 20:45:00 + GIT_VERSION=2.0.1-dev.13 20:45:00 + [ -z 2.0.1-dev.13 ] 20:45:00 + echo 2.0.1-dev.13 20:45:00 + make build 20:45:00 go mod tidy 20:45:01 go: downloading github.com/gorilla/mux v1.8.0 20:45:01 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0 20:45:01 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.1-dev.2 20:45:02 go: downloading github.com/stretchr/testify v1.7.0 20:45:02 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:45:02 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0 20:45:02 go: downloading github.com/google/uuid v1.3.0 20:45:02 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.1 20:45:02 go: downloading github.com/fxamacker/cbor/v2 v2.3.0 20:45:02 go: downloading gopkg.in/yaml.v2 v2.4.0 20:45:02 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 20:45:02 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:45:02 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0 20:45:02 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0 20:45:02 go: downloading github.com/lib/pq v1.10.2 20:45:02 go: downloading github.com/pelletier/go-toml v1.9.3 20:45:02 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 20:45:02 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 20:45:02 go: downloading github.com/go-playground/validator/v10 v10.6.1 20:45:02 go: downloading github.com/go-kit/kit v0.9.0 20:45:03 go: downloading github.com/davecgh/go-spew v1.1.1 20:45:03 go: downloading github.com/pmezard/go-difflib v1.0.0 20:45:03 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 20:45:03 go: downloading github.com/stretchr/objx v0.1.0 20:45:03 go: downloading github.com/x448/float16 v0.8.4 20:45:03 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 20:45:03 go: downloading github.com/go-playground/universal-translator v0.17.0 20:45:03 go: downloading github.com/leodido/go-urn v1.2.0 20:45:03 go: downloading golang.org/x/text v0.3.2 20:45:03 go: downloading github.com/go-playground/assert/v2 v2.0.1 20:45:03 go: downloading github.com/go-playground/locales v0.13.0 20:45:03 go: downloading github.com/go-logfmt/logfmt v0.4.0 20:45:03 go: downloading github.com/go-stack/stack v1.8.0 20:45:03 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 20:45:04 go: downloading github.com/go-redis/redis/v7 v7.3.0 20:45:04 go: downloading github.com/pebbe/zmq4 v1.2.7 20:45:04 go: downloading github.com/kr/pretty v0.2.0 20:45:04 go: downloading github.com/hashicorp/consul/api v1.8.1 20:45:04 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:45:04 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 20:45:04 go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 20:45:04 go: downloading github.com/onsi/ginkgo v1.10.1 20:45:04 go: downloading github.com/onsi/gomega v1.7.0 20:45:04 go: downloading github.com/kr/text v0.1.0 20:45:04 go: downloading github.com/gorilla/websocket v1.4.2 20:45:04 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 20:45:04 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:45:04 go: downloading github.com/mitchellh/copystructure v1.0.0 20:45:04 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:45:04 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:45:04 go: downloading github.com/hashicorp/go-hclog v0.12.0 20:45:04 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 20:45:04 go: downloading github.com/hashicorp/serf v0.9.5 20:45:04 go: downloading github.com/hashicorp/consul/sdk v0.7.0 20:45:04 go: downloading github.com/hashicorp/go-uuid v1.0.1 20:45:04 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:45:04 go: downloading github.com/fatih/color v1.9.0 20:45:04 go: downloading github.com/mattn/go-colorable v0.1.6 20:45:04 go: downloading github.com/mattn/go-isatty v0.0.12 20:45:04 go: downloading github.com/mitchellh/go-homedir v1.1.0 20:45:04 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:45:04 go: downloading github.com/pkg/errors v0.8.1 20:45:04 go: downloading github.com/hashicorp/go-msgpack v0.5.3 20:45:04 go: downloading github.com/hashicorp/memberlist v0.2.2 20:45:04 go: downloading github.com/hpcloud/tail v1.0.0 20:45:04 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 20:45:04 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:45:04 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 20:45:04 go: downloading github.com/hashicorp/golang-lru v0.5.0 20:45:04 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 20:45:04 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 20:45:04 go: downloading github.com/hashicorp/go-multierror v1.1.0 20:45:04 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 20:45:04 go: downloading github.com/miekg/dns v1.1.26 20:45:04 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 20:45:04 go: downloading gopkg.in/fsnotify.v1 v1.4.7 20:45:04 go: downloading github.com/hashicorp/errwrap v1.0.0 20:45:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/core-data/core-data ./cmd/core-data 20:45:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:45:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/core-command/core-command ./cmd/core-command 20:45:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:45:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:45:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:45:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:45:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:45:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:45:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:45:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o ./cmd/secrets-config ./cmd/secrets-config 20:45:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.13" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:45:27 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 20:45:27 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 20:45:27 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 20:45:27 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 20:45:27 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 20:45:27 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 20:45:27 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 20:45:27 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 20:45:27 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 20:45:27 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 20:45:27 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 20:45:27 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 20:45:27 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 20:45:27 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 20:45:27 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 20:45:27 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 20:45:27 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 20:45:27 + 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 20:45:27 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 20:45:27 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 20:45:27 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 20:45:27 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 20:45:27 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 20:45:27 + 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 20:45:27 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 20:45:27 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 20:45:27 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 20:45:28 Building hooks 20:45:28 + cd /root/parts/hooks/src 20:45:28 + make build 20:45:28 go mod tidy 20:45:28 go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.3 20:45:29 go: downloading github.com/stretchr/testify v1.5.1 20:45:29 go: downloading gopkg.in/yaml.v2 v2.2.2 20:45:29 go: downloading github.com/davecgh/go-spew v1.1.0 20:45:29 GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure 20:45:29 GO111MODULE=on go build -o cmd/install/install ./cmd/install 20:45:30 + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure 20:45:30 + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install 20:45:32 Building static-packages 20:45:32 + snapcraftctl build 20:45:34 Building version 20:45:34 + snapcraftctl build 20:45:36 Staging config-common 20:45:36 + snapcraftctl stage 20:45:38 Skipping stage go-build-helper (already ran) 20:45:38 Staging edgex-go 20:45:38 + snapcraftctl stage 20:45:39 Staging hooks 20:45:39 + snapcraftctl stage 20:45:40 Staging static-packages 20:45:40 + snapcraftctl stage 20:45:41 Staging version 20:45:41 + snapcraftctl stage 20:45:42 Priming config-common 20:45:42 + snapcraftctl prime 20:45:43 Priming go-build-helper 20:45:43 + snapcraftctl prime 20:45:44 Priming edgex-go 20:45:44 + snapcraftctl prime 20:45:45 Priming hooks 20:45:45 + snapcraftctl prime 20:45:46 Priming static-packages 20:45:46 + snapcraftctl prime 20:45:48 Priming version 20:45:48 + snapcraftctl prime 20:45:49 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] } 20:46:56 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 20:46:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:47:01 Removing intermediate container d255a39b4b1d 20:47:01 ---> 3f5975c68770 20:47:01 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:47:01 ---> Running in 74ec6ec5e007 20:47:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:47:04 Removing intermediate container 54be98ad56b7 20:47:04 ---> 19505824c231 20:47:04 20:47:04 Step 11/32 : FROM alpine:3.12 20:47:05 3.12: Pulling from library/alpine 20:47:07 Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e 20:47:07 Status: Downloaded newer image for alpine:3.12 20:47:07 ---> c4fd0aeabfcf 20:47:07 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:47:07 Removing intermediate container 420dad47d243 20:47:07 ---> 641e00f439fb 20:47:07 20:47:07 Step 11/26 : FROM alpine:3.12 20:47:07 ---> c4fd0aeabfcf 20:47:07 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 20:47:07 Removing intermediate container c4cac91d0640 20:47:07 ---> 4a248f4f004f 20:47:07 20:47:07 Step 11/22 : FROM alpine:3.12 20:47:07 ---> c4fd0aeabfcf 20:47:07 Step 12/22 : RUN apk add --update --no-cache curl 20:47:07 ---> Running in b43abdf21595 20:47:07 ---> Running in 48e6628d9c4d 20:47:07 ---> Running in 89bfd66992df 20:47:09 Removing intermediate container 74ec6ec5e007 20:47:09 ---> 2b48b84d2095 20:47:09 20:47:09 Step 12/24 : FROM docker:20.10.6 20:47:09 Removing intermediate container b43abdf21595 20:47:09 ---> 6dec4740caef 20:47:09 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 20:47:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:47:09 20.10.6: Pulling from library/docker 20:47:09 ---> Running in 8e8a386341c8 20:47:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:47:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:47:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:47:11 (1/4) Installing ca-certificates (20191127-r4) 20:47:11 (1/6) Installing ca-certificates (20191127-r4) 20:47:11 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:47:11 (2/6) Installing nghttp2-libs (1.41.0-r0) 20:47:11 (3/6) Installing libcurl (7.77.0-r0) 20:47:11 (3/4) Installing libcurl (7.77.0-r0) 20:47:11 (4/4) Installing curl (7.77.0-r0) 20:47:11 (4/6) Installing curl (7.77.0-r0) 20:47:11 (5/6) Installing dumb-init (1.2.2-r1) 20:47:11 (6/6) Installing su-exec (0.2-r1) 20:47:11 Executing busybox-1.31.1-r20.trigger 20:47:11 Executing busybox-1.31.1-r20.trigger 20:47:11 Executing ca-certificates-20191127-r4.trigger 20:47:11 Executing ca-certificates-20191127-r4.trigger 20:47:11 OK: 7 MiB in 18 packages 20:47:11 OK: 7 MiB in 20 packages 20:47:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:47:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:47:13 (1/2) Installing dumb-init (1.2.2-r1) 20:47:13 (2/2) Installing su-exec (0.2-r1) 20:47:13 Executing busybox-1.31.1-r20.trigger 20:47:13 OK: 5 MiB in 16 packages 20:47:13 Removing intermediate container 35dcc4cccb20 20:47:13 ---> bb763189e331 20:47:13 20:47:13 Step 11/24 : FROM alpine:3.12 20:47:13 ---> c4fd0aeabfcf 20:47:13 Step 12/24 : RUN apk add --update --no-cache dumb-init 20:47:13 ---> Running in 721d36fc1ea9 20:47:15 Removing intermediate container 48e6628d9c4d 20:47:15 ---> 7f1195ab8ae4 20:47:15 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:47:15 Removing intermediate container 89bfd66992df 20:47:15 ---> 54422b306d76 20:47:15 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:47:15 Removing intermediate container 8e8a386341c8 20:47:15 ---> c873fabc1114 20:47:15 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 20:47:15 ---> Running in 917048016aec 20:47:15 ---> Running in 738845cca283 20:47:16 ---> Running in 1202e479cede 20:47:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:47:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:47:16 Removing intermediate container 917048016aec 20:47:16 ---> dfcf1ce06b34 20:47:16 Step 14/26 : WORKDIR / 20:47:16 (1/1) Installing dumb-init (1.2.2-r1) 20:47:16 Executing busybox-1.31.1-r20.trigger 20:47:17 OK: 5 MiB in 15 packages 20:47:17 ---> Running in 2b2e64c5a81e 20:47:17 Removing intermediate container 738845cca283 20:47:17 ---> 2d2b3e88e2cb 20:47:17 Step 14/22 : WORKDIR /edgex 20:47:17 Removing intermediate container 1202e479cede 20:47:17 ---> 8c71043d1e85 20:47:17 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:47:17 ---> Running in 140088772a90 20:47:18 ---> Running in a1438dea018a 20:47:18 Removing intermediate container 2b2e64c5a81e 20:47:18 ---> c9ad894c4b67 20:47:18 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:47:19 Removing intermediate container 140088772a90 20:47:19 ---> 0dddf9624f9e 20:47:19 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:47:19 Removing intermediate container 721d36fc1ea9 20:47:19 ---> 142f7ea65f46 20:47:19 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:47:19 Removing intermediate container a1438dea018a 20:47:19 ---> 6d5115bf3fce 20:47:19 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:47:19 ---> Running in 002bfc98c477 20:47:20 ---> Running in c5a8a0425c5c 20:47:20 ---> e26aa0373346 20:47:20 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:47:20 ---> c83865bfaf4e 20:47:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:47:20 Removing intermediate container 002bfc98c477 20:47:20 ---> 8369c7f482c8 20:47:20 Step 14/24 : ENV APP_PORT=59881 20:47:21 ---> Running in 412b81d97aa8 20:47:22 ---> bdc02321270f 20:47:22 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:47:22 Removing intermediate container 412b81d97aa8 20:47:22 ---> 791ec3a3a778 20:47:22 Step 15/24 : EXPOSE $APP_PORT 20:47:22 ---> Running in 522f8a6cbf4d 20:47:22 ---> 3fd95e4ea2a5 20:47:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:47:23 ---> 4a5ccec0dcb4 20:47:23 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:47:23 Removing intermediate container 522f8a6cbf4d 20:47:23 ---> 56d52af364d7 20:47:23 Step 16/24 : WORKDIR / 20:47:23 Removing intermediate container c5a8a0425c5c 20:47:23 ---> 9668a9795dcc 20:47:23 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 20:47:24 ---> Running in 9a1c82a2a0f5 20:47:24 ---> Running in 2e396ef15587 20:47:24 ---> 1d3809cdab3b 20:47:24 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:47:24 ---> 456a25ef0308 20:47:24 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:47:24 Digest: sha256:062edd9c11cbdf94e7620d932857a356fa179eaa26a3cc352759e75f04729c49 20:47:24 Status: Downloaded newer image for docker:20.10.6 20:47:24 Removing intermediate container 9a1c82a2a0f5 20:47:24 ---> 5ba1d6631c98 20:47:24 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:47:24 ---> cdf2a7733a7b 20:47:24 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 20:47:24 Removing intermediate container 2e396ef15587 20:47:24 ---> 668f015f05e3 20:47:24 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:47:25 ---> Running in b4f7ca40e14c 20:47:25 ---> Running in 7a4d6bcfe6b6 20:47:26 Removing intermediate container 7a4d6bcfe6b6 20:47:26 ---> d01211295ab4 20:47:26 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 20:47:26 Removing intermediate container b4f7ca40e14c 20:47:26 ---> 8b1246bb56c4 20:47:26 Step 19/22 : CMD ["--init=true"] 20:47:26 ---> 50c942648ddd 20:47:26 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:47:26 ---> Running in e2e4056922fb 20:47:26 ---> ac63622e9579 20:47:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / ---> Running in d6afcc79f7b2 20:47:26 20:47:26 ---> 2d7786883ed8 20:47:26 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:47:26 ---> Running in fb72d413b572 20:47:27 Removing intermediate container d6afcc79f7b2 20:47:27 ---> 445a3d96ba80 20:47:27 Step 20/22 : LABEL arch=arm64 20:47:28 ---> Running in d0dc1ced2932 20:47:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:47:29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:47:29 ---> 0dc07a8d346e 20:47:29 ---> cf9eb3100359 20:47:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:47:29 Removing intermediate container d0dc1ced2932 20:47:29 ---> 5ee4602484ae 20:47:29 Step 21/22 : LABEL git_sha=5e86f3061695b7e3870507e3e1622bb36fea3bbf 20:47:29 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:47:29 ---> Running in 4adb8b4d44bb 20:47:29 (1/39) Installing readline (8.1.0-r0) 20:47:29 (2/39) Installing bash (5.1.0-r0) 20:47:29 Executing bash-5.1.0-r0.post-install 20:47:29 (3/39) Installing brotli-libs (1.0.9-r3) 20:47:29 (4/39) Installing nghttp2-libs (1.42.0-r1) 20:47:29 (5/39) Installing libcurl (7.77.0-r1) 20:47:29 (6/39) Installing curl (7.77.0-r1) 20:47:30 (7/39) Installing dumb-init (1.2.5-r0) 20:47:30 (8/39) Installing libbz2 (1.0.8-r1) 20:47:30 (9/39) Installing expat (2.2.10-r1) 20:47:30 (10/39) Installing libffi (3.3-r2) 20:47:30 (11/39) Installing gdbm (1.19-r0) 20:47:30 (12/39) Installing xz-libs (5.2.5-r0) 20:47:30 (13/39) Installing sqlite-libs (3.34.1-r0) 20:47:30 (14/39) Installing python3 (3.8.10-r0) 20:47:30 Removing intermediate container 4adb8b4d44bb 20:47:30 ---> c7219f4ac77b 20:47:30 Step 22/22 : LABEL version=0.0.0 20:47:30 ---> e7bc7e8469e6 20:47:30 Step 20/24 : ENTRYPOINT ["/core-metadata"] 20:47:30 ---> Running in 436fb28e19c4 20:47:30 ---> 7d8f24479a02 20:47:30 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/ 20:47:31 ---> Running in 36bdc9bc40b6 20:47:31 Removing intermediate container fb72d413b572 20:47:31 ---> 0c18782c7293 20:47:31 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 20:47:31 ---> Running in 057e4402cd5a 20:47:31 Removing intermediate container 436fb28e19c4 20:47:31 ---> 750d9bbd2479 20:47:31 20:47:32 Removing intermediate container 36bdc9bc40b6 20:47:32 ---> e94ba50c4346 20:47:32 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:47:32 Successfully built 750d9bbd2479 20:47:32 (15/39) Installing py3-appdirs (1.4.4-r1) 20:47:32 (16/39) Installing py3-ordered-set (4.0.2-r0) 20:47:32 (17/39) Installing py3-parsing (2.4.7-r1) 20:47:32 (18/39) Installing py3-six (1.15.0-r0) 20:47:32 Successfully tagged security-proxy-setup-arm64:latest 20:47:32 (19/39) Installing py3-packaging (20.9-r0) 20:47:32 Building support-scheduler 20:47:32 (20/39) Installing py3-setuptools (51.3.3-r0) 20:47:32  Building security-proxy-setup ... done  ---> Running in 2fb4a9e1b8f0 20:47:32 (21/39) Installing py3-chardet (4.0.0-r0) 20:47:32 (22/39) Installing py3-idna (3.1-r0) 20:47:32 ---> 1b80ff308f8c 20:47:32 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:47:32 (23/39) Installing py3-urllib3 (1.26.2-r1) 20:47:32 (24/39) Installing py3-requests (2.25.1-r1) 20:47:32 (25/39) Installing py3-msgpack (1.0.2-r0) 20:47:32 (26/39) Installing py3-lockfile (0.12.2-r3) 20:47:33 (27/39) Installing py3-cachecontrol (0.12.6-r0) 20:47:33 (28/39) Installing py3-colorama (0.4.4-r0) 20:47:33 (29/39) Installing py3-contextlib2 (0.6.0-r0) 20:47:33 (30/39) Installing py3-distlib (0.3.1-r1) 20:47:33 (31/39) Installing py3-distro (1.5.0-r1) 20:47:33 (32/39) Installing py3-webencodings (0.5.1-r3) 20:47:33 (33/39) Installing py3-html5lib (1.1-r0) 20:47:33 (34/39) Installing py3-pytoml (0.1.21-r0) 20:47:33 (35/39) Installing py3-pep517 (0.9.1-r0) 20:47:33 (36/39) Installing py3-progress (1.5-r0) 20:47:33 (37/39) Installing py3-retrying (1.3.3-r0) 20:47:33 (38/39) Installing py3-toml (0.10.2-r0) 20:47:33 (39/39) Installing py3-pip (20.3.4-r0) 20:47:33 Removing intermediate container 2fb4a9e1b8f0 20:47:33 ---> 85cf3fbaa3ce 20:47:33 Step 22/24 : LABEL arch=arm64 20:47:33 Executing busybox-1.32.1-r6.trigger 20:47:33 OK: 82 MiB in 59 packages 20:47:34 ---> Running in a5d5856eb4ed 20:47:35 Removing intermediate container a5d5856eb4ed 20:47:35 ---> ceff990a8f7d 20:47:35 Step 23/24 : LABEL git_sha=5e86f3061695b7e3870507e3e1622bb36fea3bbf 20:47:35 ---> 41f08d9ede89 20:47:35 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:47:36 ---> Running in 492a114776d7 20:47:36 Removing intermediate container 057e4402cd5a 20:47:36 ---> 9754de433542 20:47:36 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 20:47:36 ---> Running in f8430f2cb3ea 20:47:37 Removing intermediate container 492a114776d7 20:47:37 ---> 114f7fd7a04d 20:47:37 Step 24/24 : LABEL version=0.0.0 20:47:38 ---> 6c1889b7be00 20:47:38 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:47:38 ---> Running in 80ddb04a13b5 20:47:38 Removing intermediate container f8430f2cb3ea 20:47:38 ---> c4a58fbb5e16 20:47:38 Step 24/26 : LABEL arch=arm64 20:47:38 ---> Running in 574fb020a3c5 20:47:39 Removing intermediate container 80ddb04a13b5 20:47:39 ---> 35981c6578f9 20:47:39 20:47:39 Removing intermediate container 574fb020a3c5 20:47:39 ---> b7b451bd2358 20:47:39 Step 25/26 : LABEL git_sha=5e86f3061695b7e3870507e3e1622bb36fea3bbf 20:47:39 Successfully built 35981c6578f9 20:47:39 Successfully tagged core-metadata-arm64:latest 20:47:39  Building core-metadata ... done Building support-notifications 20:47:39 ---> 3e70595b9721 20:47:39 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:47:39 ---> Running in 2a24161dbdb2 20:47:40 Removing intermediate container 2a24161dbdb2 20:47:40 ---> 6d00c21b85fa 20:47:40 Step 26/26 : LABEL version=0.0.0 20:47:40 ---> 228da9784b23 20:47:40 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 20:47:40 ---> Running in 67457774a8a1 20:47:41 ---> Running in aec5143f27f0 20:47:41 Removing intermediate container 67457774a8a1 20:47:41 ---> 4cf5a76fbea4 20:47:41 20:47:42 Successfully built 4cf5a76fbea4 20:47:42 Successfully tagged security-secretstore-setup-arm64:latest 20:47:42  Building security-secretstore-setup ... done Building core-command 20:47:42 Removing intermediate container aec5143f27f0 20:47:42 ---> 449f763fb6ab 20:47:42 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:47:43 ---> 7ed60d98ac3f 20:47:43 Step 27/32 : RUN chmod +x /entrypoint.sh 20:47:44 Collecting docker-compose==1.23.2 20:47:44 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:47:44 ---> Running in 7b4f722c3beb 20:47:44 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:47:44 Collecting jsonschema<3,>=2.5.1 20:47:44 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:47:44 Collecting docopt<0.7,>=0.6.1 20:47:44 Downloading docopt-0.6.2.tar.gz (25 kB) 20:47:48 Removing intermediate container 7b4f722c3beb 20:47:48 ---> 4d9fb09b24cd 20:47:48 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 20:47:49 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:47:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:47:49 ---> Running in b14e749aa7c8 20:47:49 Collecting docker<4.0,>=3.6.0 20:47:49 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:47:49 Collecting cached-property<2,>=1.2.0 20:47:49 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:47:50 Removing intermediate container b14e749aa7c8 20:47:50 ---> 7447dd0499fb 20:47:50 Step 29/32 : CMD ["gate"] 20:47:50 Collecting texttable<0.10,>=0.9.0 20:47:50 Downloading texttable-0.9.1.tar.gz (11 kB) 20:47:50 ---> Running in 27eec06561b0 20:47:51 Removing intermediate container 27eec06561b0 20:47:51 ---> e4df5768c317 20:47:51 Step 30/32 : LABEL arch=arm64 20:47:52 ---> Running in 080b4a34f6d6 20:47:52 Removing intermediate container 080b4a34f6d6 20:47:52 ---> f6953bae1f19 20:47:52 Step 31/32 : LABEL git_sha=5e86f3061695b7e3870507e3e1622bb36fea3bbf 20:47:53 Collecting PyYAML<4,>=3.10 20:47:53 Downloading PyYAML-3.13.tar.gz (270 kB) 20:47:53 ---> Running in 4cffda3d8724 20:47:54 Removing intermediate container 4cffda3d8724 20:47:54 ---> d69df4e4cff6 20:47:54 Step 32/32 : LABEL version=0.0.0 20:47:55 ---> Running in d77e9ccd2414 20:47:55 Removing intermediate container d77e9ccd2414 20:47:55 ---> 580d1ea0fde1 20:47:55 20:47:56 Successfully built 580d1ea0fde1 20:47:56 Successfully tagged security-bootstrapper-arm64:latest 20:47:56  Building security-bootstrapper ... done Building core-data 20:47:57 Collecting websocket-client<1.0,>=0.32.0 20:47:57 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 20:47:57 Collecting dockerpty<0.5,>=0.4.1 20:47:57 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:47:59 Collecting docker-pycreds>=0.4.0 20:47:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:48:01 Collecting certifi>=2017.4.17 20:48:01 Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB) 20:48:02 Collecting urllib3<1.25,>=1.21.1 20:48:02 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:48:02 Collecting idna<2.8,>=2.5 20:48:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:48:02 Collecting chardet<3.1.0,>=3.0.2 20:48:02 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 20:48:03 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 20:48:03 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 20:48:03 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 20:48:03 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 20:48:04 Installing collected packages: urllib3, idna, chardet, certifi, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 20:48:04 Attempting uninstall: urllib3 20:48:04 Found existing installation: urllib3 1.26.2 20:48:04 Uninstalling urllib3-1.26.2: 20:48:04 Successfully uninstalled urllib3-1.26.2 20:48:05 Attempting uninstall: idna 20:48:05 Found existing installation: idna 3.1 20:48:05 Uninstalling idna-3.1: 20:48:05 Successfully uninstalled idna-3.1 20:48:05 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:48:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:48:05 ---> fe51aac99b9a 20:48:05 Step 3/23 : WORKDIR /edgex-go 20:48:05 ---> Using cache 20:48:05 ---> e0ce910c4e6a 20:48:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:05 ---> Using cache 20:48:05 ---> 2a5de80fca94 20:48:05 Step 5/23 : RUN apk add --update --no-cache make git 20:48:05 ---> Using cache 20:48:05 ---> 48724a39796f 20:48:05 Step 6/23 : COPY go.mod . 20:48:05 ---> Using cache 20:48:05 ---> ace64d058739 20:48:05 Step 7/23 : RUN go mod download 20:48:05 ---> Using cache 20:48:05 ---> 1354df6b5a47 20:48:05 Step 8/23 : COPY . . 20:48:05 ---> Using cache 20:48:05 ---> 7bd08102a36e 20:48:05 Step 9/23 : RUN go mod tidy 20:48:05 ---> Using cache 20:48:05 ---> ab4c79c0d737 20:48:05 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 20:48:06 Attempting uninstall: chardet 20:48:06 Found existing installation: chardet 4.0.0 20:48:06 Uninstalling chardet-4.0.0: 20:48:06 Successfully uninstalled chardet-4.0.0 20:48:08 ---> Running in c9064d2d9bab 20:48:08 Attempting uninstall: requests 20:48:08 Found existing installation: requests 2.25.1 20:48:08 Uninstalling requests-2.25.1: 20:48:08 Successfully uninstalled requests-2.25.1 20:48:09 Running setup.py install for texttable: started 20:48:10 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 20:48:12 Running setup.py install for texttable: finished with status 'done' 20:48:12 Running setup.py install for PyYAML: started 20:48:15 Running setup.py install for PyYAML: finished with status 'done' 20:48:16 Running setup.py install for docopt: started 20:48:18 Running setup.py install for docopt: finished with status 'done' 20:48:18 Running setup.py install for dockerpty: started 20:48:21 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:48:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:48:21 ---> fe51aac99b9a 20:48:21 Step 3/23 : WORKDIR /edgex-go 20:48:21 ---> Using cache 20:48:21 ---> e0ce910c4e6a 20:48:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:21 ---> Using cache 20:48:21 ---> 2a5de80fca94 20:48:21 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 20:48:21 Running setup.py install for dockerpty: finished with status 'done' 20:48:23 ---> Running in 012dc5fb24e5 20:48:23 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:48:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:48:23 ---> fe51aac99b9a 20:48:23 Step 3/24 : WORKDIR /edgex-go 20:48:23 ---> Using cache 20:48:23 ---> e0ce910c4e6a 20:48:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:23 ---> Using cache 20:48:23 ---> 2a5de80fca94 20:48:23 Step 5/24 : RUN apk add --update --no-cache make git 20:48:23 ---> Using cache 20:48:23 ---> 48724a39796f 20:48:23 Step 6/24 : COPY go.mod . 20:48:23 ---> Using cache 20:48:23 ---> ace64d058739 20:48:23 Step 7/24 : RUN go mod download 20:48:23 ---> Using cache 20:48:23 ---> 1354df6b5a47 20:48:23 Step 8/24 : COPY . . 20:48:23 ---> Using cache 20:48:23 ---> 7bd08102a36e 20:48:23 Step 9/24 : RUN go mod tidy 20:48:23 ---> Using cache 20:48:23 ---> ab4c79c0d737 20:48:23 Step 10/24 : RUN make cmd/core-command/core-command 20:48:23 ---> Running in 8136c58e3086 20:48:24 Successfully installed PyYAML-3.13 cached-property-1.5.2 certifi-2021.5.30 chardet-3.0.4 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 20:48:26 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:48:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:48:27 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:48:28 OK: 218 MiB in 52 packages 20:48:31 Removing intermediate container 012dc5fb24e5 20:48:31 ---> ba8ec28b0f2b 20:48:31 Step 6/23 : COPY go.mod . 20:48:35 ---> ac1e789c48a6 20:48:35 Step 7/23 : RUN go mod download 20:48:35 ---> Running in b0d13cb07940 20:48:37 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 20:48:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:48:37 ---> fe51aac99b9a 20:48:37 Step 3/24 : WORKDIR /edgex-go 20:48:37 ---> Using cache 20:48:37 ---> e0ce910c4e6a 20:48:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:48:37 ---> Using cache 20:48:37 ---> 2a5de80fca94 20:48:37 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:48:38 ---> Running in dbc55adb247d 20:48:41 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 20:48:42 Removing intermediate container b0d13cb07940 20:48:42 ---> e110faf51591 20:48:42 Step 8/23 : COPY . . 20:48:42 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 20:48:43 OK: 218 MiB in 52 packages 20:48:47 Removing intermediate container dbc55adb247d 20:48:47 ---> 002c49cbbe1f 20:48:47 Step 6/24 : COPY go.mod . 20:48:49 Removing intermediate container e2e4056922fb 20:48:49 ---> 7566a7476993 20:48:49 Step 15/24 : ENV APP_PORT=58890 20:48:49 ---> 62085c084522 20:48:49 Step 7/24 : RUN go mod download 20:48:49 ---> Running in f00608501f94 20:48:49 ---> Running in 07b0959838c7 20:48:51 Removing intermediate container f00608501f94 20:48:51 ---> 2babef42228e 20:48:51 Step 16/24 : EXPOSE $APP_PORT 20:48:51 ---> Running in 872f0cf4b5b8 20:48:53 Removing intermediate container 872f0cf4b5b8 20:48:53 ---> 7e77f962fa76 20:48:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:48:55 ---> 2503e4f992c0 20:48:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:48:56 Removing intermediate container 07b0959838c7 20:48:56 ---> 8accd96875b0 20:48:56 Step 8/24 : COPY . . 20:48:58 ---> 05fa1694bd0e 20:48:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:49:02 ---> 83682646cb6d 20:49:02 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 20:49:02 ---> Running in aab3f71cf3ed 20:49:04 Removing intermediate container aab3f71cf3ed 20:49:04 ---> aa20fcd119eb 20:49:04 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:49:05 ---> Running in 2a96b57792f7 20:49:07 Removing intermediate container 2a96b57792f7 20:49:07 ---> a030f7a1aca6 20:49:07 Step 22/24 : LABEL arch=arm64 20:49:07 ---> Running in 0f3024c8c394 20:49:08 Removing intermediate container 0f3024c8c394 20:49:08 ---> c2d5f1ccdcad 20:49:08 Step 23/24 : LABEL git_sha=5e86f3061695b7e3870507e3e1622bb36fea3bbf 20:49:09 ---> Running in 18c3a248838e 20:49:10 Removing intermediate container 18c3a248838e 20:49:10 ---> 4dad937779ee 20:49:10 Step 24/24 : LABEL version=0.0.0 20:49:10 ---> Running in d617315d684f 20:49:10 ---> 45bda9ad8ae2 20:49:10 Step 9/23 : RUN go mod tidy 20:49:11 ---> Running in aa8156a6fb4b 20:49:11 Removing intermediate container d617315d684f 20:49:11 ---> e4069d83ff6c 20:49:11 20:49:12 Successfully built e4069d83ff6c 20:49:13 Successfully tagged sys-mgmt-agent-arm64:latest 20:49:21  Building sys-mgmt-agent ... done Removing intermediate container aa8156a6fb4b 20:49:21 ---> 4cb6c1cca333 20:49:21 Step 10/23 : RUN make cmd/support-notifications/support-notifications 20:49:21 ---> Running in 8bff034cd1eb 20:49:21 ---> f44ee78196f5 20:49:21 Step 9/24 : RUN go mod tidy 20:49:21 ---> Running in 3391cb71371e 20:49:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:49:28 Removing intermediate container 3391cb71371e 20:49:28 ---> 6b648125b339 20:49:28 Step 10/24 : RUN make cmd/core-data/core-data 20:49:28 ---> Running in f7707c02285e 20:49:30 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 20:49:48 Removing intermediate container c9064d2d9bab 20:49:48 ---> b8bc7d106c82 20:49:48 20:49:48 Step 11/23 : FROM alpine:3.12 20:49:48 ---> c4fd0aeabfcf 20:49:48 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:49:48 ---> Using cache 20:49:48 ---> 142f7ea65f46 20:49:48 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:49:48 ---> Using cache 20:49:48 ---> 8369c7f482c8 20:49:48 Step 14/23 : ENV APP_PORT=59861 20:49:48 ---> Running in ee58e157252f 20:49:48 Removing intermediate container ee58e157252f 20:49:48 ---> c95fd5adcb37 20:49:48 Step 15/23 : EXPOSE $APP_PORT 20:49:49 ---> Running in 1312255426b9 20:49:49 Removing intermediate container 1312255426b9 20:49:49 ---> e385f453d021 20:49:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:49:51 ---> 759e4d415020 20:49:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:49:52 ---> 1a456809b07a 20:49:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:49:53 ---> 524b7738d8fa 20:49:53 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:49:53 ---> Running in 694bc466c022 20:49:54 Removing intermediate container 694bc466c022 20:49:54 ---> f33d76691745 20:49:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:49:54 ---> Running in 09136cd0b510 20:49:55 Removing intermediate container 09136cd0b510 20:49:55 ---> c4c1d17bbf98 20:49:55 Step 21/23 : LABEL arch=arm64 20:49:56 ---> Running in 45fc6fc2e8fc 20:49:57 Removing intermediate container 45fc6fc2e8fc 20:49:57 ---> 270441d4d2d2 20:49:57 Step 22/23 : LABEL git_sha=5e86f3061695b7e3870507e3e1622bb36fea3bbf 20:49:57 ---> Running in 75429d0c2160 20:49:58 Removing intermediate container 75429d0c2160 20:49:58 ---> a2d7577f156e 20:49:58 Step 23/23 : LABEL version=0.0.0 20:49:59 ---> Running in d8d7b3257c26 20:49:59 Removing intermediate container 8136c58e3086 20:49:59 ---> 81c775b9ac6f 20:49:59 20:49:59 Step 11/24 : FROM alpine:3.12 20:49:59 ---> c4fd0aeabfcf 20:49:59 Step 12/24 : RUN apk add --update --no-cache dumb-init 20:50:00 ---> Using cache 20:50:00 ---> 142f7ea65f46 20:50:00 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:50:00 ---> Using cache 20:50:00 ---> 8369c7f482c8 20:50:00 Step 14/24 : ENV APP_PORT=59882 20:50:00 Removing intermediate container d8d7b3257c26 20:50:00 ---> ab0c51e39120 20:50:00 20:50:00 ---> Running in 6cf8bb9996e6 20:50:01 Successfully built ab0c51e39120 20:50:01 Successfully tagged support-scheduler-arm64:latest 20:50:01  Building support-scheduler ... done Removing intermediate container 6cf8bb9996e6 20:50:01 ---> 31f96ce2ee41 20:50:01 Step 15/24 : EXPOSE $APP_PORT 20:50:01 ---> Running in a17ad83ded3a 20:50:01 Removing intermediate container a17ad83ded3a 20:50:01 ---> 6cef630d90b9 20:50:01 Step 16/24 : WORKDIR / 20:50:01 ---> Running in 2fdb1c6866aa 20:50:02 Removing intermediate container 2fdb1c6866aa 20:50:02 ---> 32605b8b5b83 20:50:02 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:50:03 ---> 89dc537832f4 20:50:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:50:05 ---> 7349643091b5 20:50:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:50:07 ---> 675bc215bb59 20:50:07 Step 20/24 : ENTRYPOINT ["/core-command"] 20:50:07 ---> Running in 6d85f8bf16e8 20:50:08 Removing intermediate container 6d85f8bf16e8 20:50:08 ---> e4d3df7c966f 20:50:08 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:50:08 ---> Running in c597893e41d4 20:50:09 Removing intermediate container c597893e41d4 20:50:09 ---> cdac0ea5267c 20:50:09 Step 22/24 : LABEL arch=arm64 20:50:09 ---> Running in c4781c7ee70a 20:50:10 Removing intermediate container c4781c7ee70a 20:50:10 ---> 4a4baedc40dd 20:50:10 Step 23/24 : LABEL git_sha=5e86f3061695b7e3870507e3e1622bb36fea3bbf 20:50:10 ---> Running in 9a52e6b34890 20:50:10 Removing intermediate container 9a52e6b34890 20:50:10 ---> f930806d930f 20:50:10 Step 24/24 : LABEL version=0.0.0 20:50:11 ---> Running in c4a051155e05 20:50:11 Removing intermediate container c4a051155e05 20:50:11 ---> fbe8138cd05a 20:50:11 20:50:12 Successfully built fbe8138cd05a 20:50:12 Successfully tagged core-command-arm64:latest 20:50:39  Building core-command ... done Removing intermediate container 8bff034cd1eb 20:50:39 ---> d942b7c50a3c 20:50:39 20:50:39 Step 11/23 : FROM alpine:3.12 20:50:39 ---> c4fd0aeabfcf 20:50:39 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 20:50:39 ---> Running in 55068a09fec9 20:50:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:50:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:50:40 (1/2) Installing ca-certificates (20191127-r4) 20:50:40 (2/2) Installing dumb-init (1.2.2-r1) 20:50:40 Executing busybox-1.31.1-r20.trigger 20:50:40 Executing ca-certificates-20191127-r4.trigger 20:50:40 OK: 6 MiB in 16 packages 20:50:42 Removing intermediate container 55068a09fec9 20:50:42 ---> 34be52725297 20:50:42 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:50:42 ---> Running in 12c9459f8d81 20:50:42 Removing intermediate container f7707c02285e 20:50:42 ---> 2f6fdbbf4fe8 20:50:42 20:50:42 Step 11/24 : FROM alpine:3.12 20:50:42 ---> c4fd0aeabfcf 20:50:42 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:50:43 ---> Running in 5bce31342a67 20:50:43 Removing intermediate container 12c9459f8d81 20:50:43 ---> b647a86fc0e0 20:50:43 Step 14/23 : ENV APP_PORT=59860 20:50:43 ---> Running in e9b7fb97e73a 20:50:43 Removing intermediate container 5bce31342a67 20:50:43 ---> 25905c089748 20:50:43 Step 13/24 : ENV APP_PORT=59880 20:50:44 ---> Running in f68d5a03063e 20:50:44 Removing intermediate container e9b7fb97e73a 20:50:44 ---> 442b01e54f71 20:50:44 Step 15/23 : EXPOSE $APP_PORT 20:50:44 ---> Running in f8b1d85f942d 20:50:44 Removing intermediate container f68d5a03063e 20:50:44 ---> 70a9484c357e 20:50:44 Step 14/24 : EXPOSE $APP_PORT 20:50:44 ---> Running in e3299beca099 20:50:44 Removing intermediate container f8b1d85f942d 20:50:44 ---> 84db2fd868dd 20:50:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:50:45 Removing intermediate container e3299beca099 20:50:45 ---> f8d56e33014d 20:50:45 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:45 ---> Running in e500b10d111a 20:50:46 ---> 0950f64455da 20:50:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:50:47 ---> b84212c80b02 20:50:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:50:48 Removing intermediate container e500b10d111a 20:50:48 ---> aa97a6deb7d6 20:50:48 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 20:50:48 ---> 9d1617f42226 20:50:48 Step 19/23 : ENTRYPOINT ["/support-notifications"] 20:50:48 ---> Running in f1f6e92d6b47 20:50:48 ---> Running in 69cd646debfc 20:50:49 Removing intermediate container 69cd646debfc 20:50:49 ---> 299ba1f4af1a 20:50:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:50:49 ---> Running in 87303dd129ab 20:50:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:50:49 Removing intermediate container 87303dd129ab 20:50:49 ---> f5410c5b7479 20:50:49 Step 21/23 : LABEL arch=arm64 20:50:49 ---> Running in 7655816b79db 20:50:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:50:50 Removing intermediate container 7655816b79db 20:50:50 ---> 673c4fadadf0 20:50:50 Step 22/23 : LABEL git_sha=5e86f3061695b7e3870507e3e1622bb36fea3bbf 20:50:50 ---> Running in 778c7f5b7ef3 20:50:51 Removing intermediate container 778c7f5b7ef3 20:50:51 ---> 12c28bc68fae 20:50:51 Step 23/23 : LABEL version=0.0.0 20:50:51 (1/6) Installing dumb-init (1.2.2-r1) 20:50:51 (2/6) Installing libgcc (9.3.0-r2) 20:50:51 ---> Running in bc70863a0046 20:50:51 (3/6) Installing libsodium (1.0.18-r0) 20:50:51 (4/6) Installing libstdc++ (9.3.0-r2) 20:50:51 (5/6) Installing libzmq (4.3.3-r0) 20:50:51 (6/6) Installing zeromq (4.3.3-r0) 20:50:51 Removing intermediate container bc70863a0046 20:50:51 ---> 5b53f4086344 20:50:51 20:50:51 Executing busybox-1.31.1-r20.trigger 20:50:51 OK: 8 MiB in 20 packages 20:50:52 Successfully built 5b53f4086344 20:50:52 Successfully tagged support-notifications-arm64:latest 20:50:53  Building support-notifications ... done Removing intermediate container f1f6e92d6b47 20:50:53 ---> 4496bfe035a7 20:50:53 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:50:54 ---> 676f6c5d99de 20:50:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:50:55 ---> 1c42df051697 20:50:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:50:56 ---> 8a80d2d8eb3b 20:50:56 Step 20/24 : ENTRYPOINT ["/core-data"] 20:50:56 ---> Running in 30e84f58f8a5 20:50:56 Removing intermediate container 30e84f58f8a5 20:50:56 ---> 81dcccf772ed 20:50:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:50:56 ---> Running in 079a74fa7fbb 20:50:57 Removing intermediate container 079a74fa7fbb 20:50:57 ---> 91a1ce915cbb 20:50:57 Step 22/24 : LABEL arch=arm64 20:50:57 ---> Running in e34d55963344 20:50:58 Removing intermediate container e34d55963344 20:50:58 ---> 7d0344cc45ef 20:50:58 Step 23/24 : LABEL git_sha=5e86f3061695b7e3870507e3e1622bb36fea3bbf 20:50:58 ---> Running in d8329a78213a 20:50:58 Removing intermediate container d8329a78213a 20:50:58 ---> ed0a534dcbef 20:50:58 Step 24/24 : LABEL version=0.0.0 20:50:59 ---> Running in da46d1820b1d 20:50:59 Removing intermediate container da46d1820b1d 20:50:59 ---> 2ab986bc739d 20:50:59 20:50:59 Successfully built 2ab986bc739d 20:50:59 Successfully tagged core-data-arm64:latest 20:51:00  Building core-data ... done  [Pipeline] } 20:51:00 $ docker stop --time=1 8085ae0f6b15a56dcd21316f2da85df9d86ac3f8428b099b14ce4498b748ead8 20:51:02 $ docker rm -f 8085ae0f6b15a56dcd21316f2da85df9d86ac3f8428b099b14ce4498b748ead8 [Pipeline] // withDockerContainer [Pipeline] sh 20:51:02 + docker images 20:51:03 REPOSITORY TAG IMAGE ID CREATED SIZE 20:51:03 core-data-arm64 latest 2ab986bc739d 3 seconds ago 19.2MB 20:51:03 support-notifications-arm64 latest 5b53f4086344 11 seconds ago 15.7MB 20:51:03 2f6fdbbf4fe8 20 seconds ago 999MB 20:51:03 d942b7c50a3c 25 seconds ago 993MB 20:51:03 core-command-arm64 latest fbe8138cd05a 51 seconds ago 15MB 20:51:03 81c775b9ac6f About a minute ago 989MB 20:51:03 support-scheduler-arm64 latest ab0c51e39120 About a minute ago 15.1MB 20:51:03 b8bc7d106c82 About a minute ago 992MB 20:51:03 sys-mgmt-agent-arm64 latest e4069d83ff6c About a minute ago 311MB 20:51:03 security-bootstrapper-arm64 latest 580d1ea0fde1 3 minutes ago 17.5MB 20:51:03 security-secretstore-setup-arm64 latest 4cf5a76fbea4 3 minutes ago 27.1MB 20:51:03 core-metadata-arm64 latest 35981c6578f9 3 minutes ago 15.6MB 20:51:03 security-proxy-setup-arm64 latest 750d9bbd2479 3 minutes ago 24.2MB 20:51:03 bb763189e331 3 minutes ago 994MB 20:51:03 2b48b84d2095 3 minutes ago 992MB 20:51:03 4a248f4f004f 3 minutes ago 996MB 20:51:03 641e00f439fb 3 minutes ago 999MB 20:51:03 19505824c231 3 minutes ago 992MB 20:51:03 ci-base-image-arm64 latest fe51aac99b9a 14 minutes ago 664MB 20:51:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine d9e956139c92 10 days ago 451MB 20:51:03 alpine 3.12 c4fd0aeabfcf 5 weeks ago 5.32MB 20:51:03 docker 20.10.6 cdf2a7733a7b 3 months ago 234MB 20:51:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 13 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] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:51:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:51:04 20:51:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 20:51:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:51:04 arm64: Pulling from edgex-lftools-log-publisher 20:51:04 448f6bf000e3: Pulling fs layer 20:51:04 f757da607395: Pulling fs layer 20:51:04 05883995daec: Pulling fs layer 20:51:04 8603b9c90790: Pulling fs layer 20:51:04 1560dd03e051: Pulling fs layer 20:51:04 27f5ce0e4adf: Pulling fs layer 20:51:04 c2d8d7efcc4b: Pulling fs layer 20:51:04 8603b9c90790: Waiting 20:51:04 1560dd03e051: Waiting 20:51:04 27f5ce0e4adf: Waiting 20:51:04 c2d8d7efcc4b: Waiting 20:51:05 f757da607395: Verifying Checksum 20:51:05 f757da607395: Download complete 20:51:05 8603b9c90790: Verifying Checksum 20:51:05 8603b9c90790: Download complete 20:51:05 1560dd03e051: Verifying Checksum 20:51:05 1560dd03e051: Download complete 20:51:05 27f5ce0e4adf: Download complete 20:51:05 05883995daec: Verifying Checksum 20:51:05 05883995daec: Download complete 20:51:06 448f6bf000e3: Verifying Checksum 20:51:06 448f6bf000e3: Download complete 20:51:09 c2d8d7efcc4b: Verifying Checksum 20:51:09 c2d8d7efcc4b: Download complete 20:51:09 448f6bf000e3: Pull complete 20:51:10 f757da607395: Pull complete 20:51:11 05883995daec: Pull complete 20:51:12 8603b9c90790: Pull complete 20:51:13 1560dd03e051: Pull complete 20:51:13 27f5ce0e4adf: Pull complete 20:51:28 c2d8d7efcc4b: Pull complete 20:51:28 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 20:51:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:51:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 20:51:28 prd-ubuntu18.04-docker-arm64-4c-16g-107 does not seem to be running inside a container 20:51:28 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:51:32 $ docker top 3dbf20bd726aca6bc483fee3d1f6d585f6f55906993c440b4d6d017bf9bd37a7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:51:33 ---> job-cost.sh 20:51:33 lf-activate-venv: SKIPPING 20:51:33 INFO: No Stack... 20:51:34 INFO: Retrieving Pricing Info for: v2-standard-4 20:51:34 INFO: Archiving Costs [Pipeline] sh 20:51:35 + cat /w/workspace/edgex-go/4/archives/cost.csv 20:51:35 + cut -d, -f6 [Pipeline] lock 20:51:35 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3627-4-stack-cost] 20:51:35 Resource [jenkins-edgexfoundry-edgex-go-PR-3627-4-stack-cost] did not exist. Created. 20:51:35 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3627-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:51:36 + echo total: 0.18000000715255737 [Pipeline] stash 20:51:36 Stashed 1 file(s) [Pipeline] } 20:51:36 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3627-4-stack-cost] [Pipeline] // lock [Pipeline] } 20:51:36 $ docker stop --time=1 3dbf20bd726aca6bc483fee3d1f6d585f6f55906993c440b4d6d017bf9bd37a7 20:51:38 $ docker rm -f 3dbf20bd726aca6bc483fee3d1f6d585f6f55906993c440b4d6d017bf9bd37a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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 20:51:39 provisioning config files... 20:51:39 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config2528713165766050970tmp [Pipeline] { [Pipeline] sh 20:51:39 + set +x 20:51:39 + curl -s https://codecov.io/bash 20:51:39 + bash -s -- 20:51:39 20:51:39 _____ _ 20:51:39 / ____| | | 20:51:39 | | ___ __| | ___ ___ _____ __ 20:51:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:51:39 | |___| (_) | (_| | __/ (_| (_) \ V / 20:51:39 \_____\___/ \__,_|\___|\___\___/ \_/ 20:51:39 Bash-1.0.6 20:51:39 20:51:39 20:51:39 ==> git version 2.24.4 found 20:51:39 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 20:51:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:51:39 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:51:39 ==> Jenkins CI detected. 20:51:39 current dir:  /w/workspace/edgex-go/4 20:51:39 project root: . 20:51:39 --> token set from env 20:51:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:51:39 ==> Running gcov in . (disable via -X gcov) 20:51:39 ==> Python coveragepy not found 20:51:39 ==> Searching for coverage reports in: 20:51:39 + . 20:51:39 -> Found 1 reports 20:51:39 ==> Detecting git/mercurial file structure 20:51:39 ==> Reading reports 20:51:39 + ./coverage.out bytes=403848 20:51:39 ==> Appending adjustments 20:51:39 https://docs.codecov.io/docs/fixing-reports 20:51:40 + Found adjustments 20:51:40 ==> Gzipping contents 20:51:40 56K /tmp/codecov.rv03O1.gz 20:51:40 ==> Uploading reports 20:51:40 url: https://codecov.io 20:51:40 query: branch=PR-3627&commit=5e86f3061695b7e3870507e3e1622bb36fea3bbf&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3627%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3627&job=&cmd_args= 20:51:40 -> Pinging Codecov 20:51:40 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3627&commit=5e86f3061695b7e3870507e3e1622bb36fea3bbf&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3627%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3627&job=&cmd_args= 20:51:41 -> Uploading to 20:51:41 https://storage.googleapis.com/codecov/v4/raw/2021-07-24/00271124DB129430A58F1EEE437C3FCB/5e86f3061695b7e3870507e3e1622bb36fea3bbf/ba71e8ad-3740-4115-a714-b6edff8aa2f7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210724%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210724T205141Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9bfd49fd81b2d9680f18cae4bc463fc718f5860ee9c7c9dc9ad61aca113c95df 20:51:41 % Total % Received % Xferd Average Speed Time Time Time Current 20:51:41 Dload Upload Total Spent Left Speed 20:51:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 54482 0 0 100 54482 0 142k --:--:-- --:--:-- --:--:-- 142k 100 54482 0 0 100 54482 0 142k --:--:-- --:--:-- --:--:-- 142k 20:51:41 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/5e86f3061695b7e3870507e3e1622bb36fea3bbf [Pipeline] } 20:51:41 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 20:51:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:51:43 ---> package-listing.sh 20:51:43 ++ facter osfamily 20:51:43 ++ tr '[:upper:]' '[:lower:]' 20:51:43 + OS_FAMILY=redhat 20:51:43 + workspace=/w/workspace/edgex-go/4 20:51:43 + START_PACKAGES=/tmp/packages_start.txt 20:51:43 + END_PACKAGES=/tmp/packages_end.txt 20:51:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:51:43 + PACKAGES=/tmp/packages_start.txt 20:51:43 + '[' /w/workspace/edgex-go/4 ']' 20:51:43 + PACKAGES=/tmp/packages_end.txt 20:51:43 + case "${OS_FAMILY}" in 20:51:43 + rpm -qa 20:51:43 + sort 20:51:45 + '[' -f /tmp/packages_start.txt ']' 20:51:45 + '[' -f /tmp/packages_end.txt ']' 20:51:45 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:51:45 + '[' /w/workspace/edgex-go/4 ']' 20:51:45 + mkdir -p /w/workspace/edgex-go/4/archives/ 20:51:45 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 20:51:45 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:51:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:51:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:51:46 20:51:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 20:51:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:51:47 latest: Pulling from edgex-lftools-log-publisher 20:51:47 b4d181a07f80: Pulling fs layer 20:51:47 a1111a8f2ec3: Pulling fs layer 20:51:47 ed53099fbce6: Pulling fs layer 20:51:47 dc539afda2c1: Pulling fs layer 20:51:47 77bc0d833cb6: Pulling fs layer 20:51:47 9065ff56babe: Pulling fs layer 20:51:47 d287ab97295c: Pulling fs layer 20:51:47 dc539afda2c1: Waiting 20:51:47 77bc0d833cb6: Waiting 20:51:47 9065ff56babe: Waiting 20:51:47 d287ab97295c: Waiting 20:51:47 a1111a8f2ec3: Verifying Checksum 20:51:47 a1111a8f2ec3: Download complete 20:51:47 dc539afda2c1: Verifying Checksum 20:51:47 dc539afda2c1: Download complete 20:51:47 77bc0d833cb6: Verifying Checksum 20:51:47 77bc0d833cb6: Download complete 20:51:47 9065ff56babe: Verifying Checksum 20:51:47 9065ff56babe: Download complete 20:51:47 ed53099fbce6: Verifying Checksum 20:51:47 ed53099fbce6: Download complete 20:51:49 b4d181a07f80: Verifying Checksum 20:51:49 b4d181a07f80: Download complete 20:51:50 b4d181a07f80: Pull complete 20:51:50 a1111a8f2ec3: Pull complete 20:51:50 ed53099fbce6: Pull complete 20:51:50 dc539afda2c1: Pull complete 20:51:51 77bc0d833cb6: Pull complete 20:51:51 9065ff56babe: Pull complete 20:51:52 d287ab97295c: Verifying Checksum 20:51:52 d287ab97295c: Download complete 20:51:56 d287ab97295c: Pull complete 20:51:56 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 20:51:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:51:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 20:51:56 prd-centos7-docker-4c-2g-105 does not seem to be running inside a container 20:51:56 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:51:59 $ docker top 6ae06aeebcf486f4c2b31fd5046e297cd912a1a03c50d63d13d5ca95aeed3416 -eo pid,comm [Pipeline] { [Pipeline] sh 20:52:00 + touch /tmp/pre-build-complete [Pipeline] sh 20:52:00 + mkdir -p /var/log/sysstat [Pipeline] sh 20:52:01 + ls /var/log/sa-host 20:52:01 + sadf -c /var/log/sa-host/sa05 20:52:01 file_magic: OK 20:52:01 HZ: Using current value: 100 20:52:01 file_header: OK 20:52:01 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 20:52:01 Statistics: 20:52:01 Hnuu...uuuununununu...Hnuu...uuuununununu... 20:52:01 File successfully converted to sysstat format version 12.0.3 20:52:01 + sadf -c /var/log/sa-host/sa24 20:52:01 file_magic: OK 20:52:01 HZ: Using current value: 100 20:52:01 file_header: OK 20:52:01 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 20:52:01 Statistics: 20:52:01 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... 20:52:01 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:52:01 provisioning config files... 20:52:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config736188246957871942tmp [Pipeline] { [Pipeline] echo 20:52:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:52:01 ---> create-netrc.sh [Pipeline] } 20:52:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:52:01 ---> python-tools-install.sh [Pipeline] echo 20:52:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:52:02 ---> sudo-logs.sh 20:52:02 Archiving 'sudo' log.. 20:52:02 sudo: unable to resolve host prd-centos7-docker-4c-2g-105.vexxhost.local: Name or service not known 20:52:02 sudo: unable to resolve host prd-centos7-docker-4c-2g-105.vexxhost.local: Name or service not known [Pipeline] unstash [Pipeline] echo 20:52:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:52:02 ---> job-cost.sh 20:52:02 lf-activate-venv: SKIPPING 20:52:02 DEBUG: total: 0.18000000715255737 20:52:02 INFO: Retrieving Stack Cost... 20:52:04 INFO: Retrieving Pricing Info for: v3-standard-2 20:52:04 INFO: Archiving Costs [Pipeline] echo 20:52:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:52:04 ---> logs-deploy.sh 20:52:04 lf-activate-venv: SKIPPING 20:52:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3627/4 20:52:04 INFO: archiving workspace using pattern(s): 20:52:05 Archives upload complete. 20:52:05 INFO: archiving logs to Nexus 20:52:06 ---> uname -a: 20:52:06 Linux prd-centos7-docker-4c-2g-105.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 GNU/Linux 20:52:06 20:52:06 20:52:06 ---> lscpu: 20:52:06 Architecture: x86_64 20:52:06 CPU op-mode(s): 32-bit, 64-bit 20:52:06 Byte Order: Little Endian 20:52:06 Address sizes: 40 bits physical, 48 bits virtual 20:52:06 CPU(s): 2 20:52:06 On-line CPU(s) list: 0,1 20:52:06 Thread(s) per core: 1 20:52:06 Core(s) per socket: 1 20:52:06 Socket(s): 2 20:52:06 NUMA node(s): 1 20:52:06 Vendor ID: AuthenticAMD 20:52:06 CPU family: 23 20:52:06 Model: 49 20:52:06 Model name: AMD EPYC-Rome Processor 20:52:06 Stepping: 0 20:52:06 CPU MHz: 2799.998 20:52:06 BogoMIPS: 5599.99 20:52:06 Virtualization: AMD-V 20:52:06 Hypervisor vendor: KVM 20:52:06 Virtualization type: full 20:52:06 L1d cache: 32K 20:52:06 L1i cache: 32K 20:52:06 L2 cache: 512K 20:52:06 L3 cache: 16384K 20:52:06 NUMA node0 CPU(s): 0,1 20:52:06 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 perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 20:52:06 20:52:06 20:52:06 ---> nproc: 20:52:06 2 20:52:06 20:52:06 20:52:06 ---> df -h: 20:52:06 Filesystem Size Used Avail Use% Mounted on 20:52:06 overlay 40G 13G 28G 32% / 20:52:06 tmpfs 64M 0 64M 0% /dev 20:52:06 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 20:52:06 shm 64M 0 64M 0% /dev/shm 20:52:06 /dev/vda1 40G 13G 28G 32% /facter-os 20:52:06 20:52:06 20:52:06 ---> sar -b -r -n DEV: 20:52:06 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/24/21 _x86_64_ (2 CPU) 20:52:06 20:52:06 20:29:54 LINUX RESTART (2 CPU) 20:52:06 20:52:06 20:31:01 tps rtps wtps bread/s bwrtn/s 20:52:06 20:32:01 194.26 0.15 194.11 22.11 59931.18 20:52:06 20:33:01 60.66 0.00 60.66 0.00 10715.88 20:52:06 20:34:01 59.29 0.00 59.29 0.00 8706.43 20:52:06 20:35:02 872.25 434.55 437.70 19794.55 283109.98 20:52:06 20:36:01 493.66 135.88 357.78 7649.39 132322.92 20:52:06 20:37:01 529.52 92.86 436.66 5454.17 143125.35 20:52:06 20:38:01 26.23 17.67 8.56 1694.34 273.85 20:52:06 20:39:01 0.23 0.00 0.23 0.00 3.53 20:52:06 20:40:01 0.25 0.00 0.25 0.00 2.43 20:52:06 20:41:01 0.57 0.28 0.28 94.60 3.61 20:52:06 20:42:01 0.25 0.00 0.25 0.00 2.61 20:52:06 20:43:01 0.20 0.00 0.20 0.00 1.95 20:52:06 20:44:01 0.32 0.00 0.32 0.00 3.93 20:52:06 20:45:01 0.45 0.18 0.27 5.73 3.68 20:52:06 20:46:01 0.78 0.00 0.78 0.00 15.56 20:52:06 20:47:01 0.25 0.00 0.25 0.00 2.47 20:52:06 20:48:01 0.23 0.00 0.23 0.00 3.43 20:52:06 20:49:01 0.25 0.00 0.25 0.00 2.65 20:52:06 20:50:01 0.22 0.00 0.22 0.00 2.07 20:52:06 20:51:01 0.28 0.00 0.28 0.00 3.36 20:52:06 Average: 112.05 34.17 77.88 1738.98 31946.21 20:52:06 20:52:06 20:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:52:06 20:32:01 4032928 0 1055200 13.18 2620 2918192 1663548 18.37 1204052 2233312 142708 20:52:06 20:33:01 3776896 0 1126264 14.06 2620 3103160 1584652 17.50 1370780 2303772 16532 20:52:06 20:34:01 3963716 0 1127212 14.07 2620 2915392 1684240 18.59 1269900 2232088 24424 20:52:06 20:35:02 609844 0 1504864 18.79 2620 5891612 2921604 32.26 2769028 3934268 2224 20:52:06 20:36:01 156804 0 1531412 19.12 2620 6318104 2668432 29.46 2832776 4307920 116644 20:52:06 20:37:01 2259980 0 1367640 17.08 2620 4378700 1960036 21.64 1940996 3076040 24 20:52:06 20:38:01 2760536 0 1255936 15.68 2620 3989848 1438016 15.88 1436020 3102024 20 20:52:06 20:39:01 2764172 0 1252292 15.64 2620 3989856 1398020 15.43 1443448 3093156 12 20:52:06 20:40:01 2765348 0 1251116 15.62 2620 3989856 1397912 15.43 1443296 3093156 12 20:52:06 20:41:01 2759392 0 1254264 15.66 2620 3992664 1398092 15.44 1449376 3093192 8 20:52:06 20:42:01 2759424 0 1254228 15.66 2620 3992668 1398068 15.44 1449204 3093240 12 20:52:06 20:43:01 2758924 0 1254724 15.67 2620 3992672 1398152 15.44 1449768 3093240 20 20:52:06 20:44:01 2760324 0 1253316 15.65 2620 3992680 1397912 15.43 1448800 3093240 12 20:52:06 20:45:01 2759828 0 1253780 15.65 2620 3992712 1397912 15.43 1448860 3093216 16 20:52:06 20:46:01 2759816 0 1253784 15.65 2620 3992720 1398020 15.43 1449080 3093216 12 20:52:06 20:47:01 2760132 0 1253468 15.65 2620 3992720 1397912 15.43 1448984 3093216 12 20:52:06 20:48:01 2760248 0 1253344 15.65 2620 3992728 1397912 15.43 1448876 3093216 8 20:52:06 20:49:01 2760348 0 1253236 15.65 2620 3992736 1397912 15.43 1449000 3093216 16 20:52:06 20:50:01 2760132 0 1253452 15.65 2620 3992736 1397912 15.43 1448884 3093216 8 20:52:06 20:51:01 2759532 0 1254044 15.66 2620 3992744 1397996 15.43 1448980 3093216 8 20:52:06 Average: 2672416 0 1263179 15.77 2620 4070725 1604713 17.72 1582505 3070058 15137 20:52:06 20:52:06 20:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:52:06 20:32:01 eth0 743.48 497.97 3811.12 54.04 0.00 0.00 0.00 0.00 20:52:06 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:32:01 docker0 194.31 273.45 13.58 842.64 0.00 0.00 0.00 0.00 20:52:06 20:32:01 veth39373d6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:52:06 20:33:01 eth0 35.21 18.07 25.58 10.96 0.00 0.00 0.00 0.00 20:52:06 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:33:01 docker0 2.05 2.05 0.13 0.16 0.00 0.00 0.00 0.00 20:52:06 20:33:01 veth39373d6 2.05 2.05 0.16 0.16 0.00 0.00 0.00 0.00 20:52:06 20:34:01 eth0 99.08 63.50 391.21 124.30 0.00 0.00 0.00 0.00 20:52:06 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:34:01 docker0 0.22 0.22 0.01 0.02 0.00 0.00 0.00 0.00 20:52:06 20:35:02 eth0 294.09 193.15 1502.47 30.45 0.00 0.00 0.00 0.00 20:52:06 20:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:35:02 vetha59185e 0.00 0.97 0.00 0.05 0.00 0.00 0.00 0.00 20:52:06 20:35:02 veth91566e3 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 20:52:06 20:36:01 veth752a716 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 20:52:06 20:36:01 eth0 235.55 121.24 1423.68 22.29 0.00 0.00 0.00 0.00 20:52:06 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:36:01 vetha59185e 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 20:52:06 20:37:01 eth0 182.89 107.47 578.75 135.05 0.00 0.00 0.00 0.00 20:52:06 20:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:37:01 vetha59185e 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 20:52:06 20:37:01 docker0 1141.19 1125.85 90.52 4373.23 0.00 0.00 0.00 0.00 20:52:06 20:38:01 eth0 4.40 2.71 3.72 1.52 0.00 0.00 0.00 0.00 20:52:06 20:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:38:01 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:39:01 eth0 0.57 0.53 0.41 0.04 0.00 0.00 0.00 0.00 20:52:06 20:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:40:01 eth0 0.53 0.08 0.06 0.01 0.00 0.00 0.00 0.00 20:52:06 20:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:41:01 eth0 1.02 0.50 0.44 0.27 0.00 0.00 0.00 0.00 20:52:06 20:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:42:01 eth0 1.22 0.35 0.35 0.17 0.00 0.00 0.00 0.00 20:52:06 20:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:43:01 eth0 1.05 0.57 0.54 0.40 0.00 0.00 0.00 0.00 20:52:06 20:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:44:01 eth0 0.13 0.08 0.01 0.04 0.00 0.00 0.00 0.00 20:52:06 20:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:45:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:52:06 20:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:46:01 eth0 0.32 0.20 0.14 0.07 0.00 0.00 0.00 0.00 20:52:06 20:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:47:01 eth0 0.12 0.13 0.01 0.01 0.00 0.00 0.00 0.00 20:52:06 20:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:48:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:49:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:52:06 20:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:50:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:51:01 eth0 0.27 0.18 0.09 0.07 0.00 0.00 0.00 0.00 20:52:06 20:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 20:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 Average: eth0 80.01 50.37 386.72 18.99 0.00 0.00 0.00 0.00 20:52:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:52:06 Average: docker0 16.62 24.54 1.14 84.47 0.00 0.00 0.00 0.00 20:52:06 20:52:06 20:52:06 ---> sar -P ALL: 20:52:06 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 07/24/21 _x86_64_ (2 CPU) 20:52:06 20:52:06 20:29:54 LINUX RESTART (2 CPU) 20:52:06 20:52:06 20:31:01 CPU %user %nice %system %iowait %steal %idle 20:52:06 20:32:01 all 40.50 0.00 10.72 2.34 0.09 46.35 20:52:06 20:32:01 0 43.92 0.00 11.14 2.06 0.09 42.79 20:52:06 20:32:01 1 37.13 0.00 10.31 2.62 0.09 49.86 20:52:06 20:33:01 all 40.85 0.00 5.87 0.34 0.07 52.88 20:52:06 20:33:01 0 41.08 0.00 5.79 0.30 0.09 52.74 20:52:06 20:33:01 1 40.62 0.00 5.94 0.37 0.05 53.01 20:52:06 20:34:01 all 59.59 0.00 9.54 0.86 0.10 29.91 20:52:06 20:34:01 0 58.76 0.00 10.11 0.87 0.09 30.17 20:52:06 20:34:01 1 60.42 0.00 8.97 0.85 0.11 29.66 20:52:06 20:35:02 all 27.58 0.00 22.77 28.77 0.11 20.77 20:52:06 20:35:02 0 27.75 0.00 22.74 30.14 0.11 19.27 20:52:06 20:35:02 1 27.42 0.00 22.80 27.40 0.11 22.27 20:52:06 20:36:01 all 78.85 0.00 17.02 3.08 0.12 0.93 20:52:06 20:36:01 0 77.81 0.00 17.78 3.41 0.13 0.87 20:52:06 20:36:01 1 79.88 0.00 16.27 2.75 0.11 1.00 20:52:06 20:37:01 all 68.55 0.00 19.43 4.04 0.14 7.84 20:52:06 20:37:01 0 68.97 0.00 19.39 3.66 0.15 7.83 20:52:06 20:37:01 1 68.14 0.00 19.46 4.42 0.13 7.85 20:52:06 20:38:01 all 0.34 0.00 0.37 0.33 0.04 98.91 20:52:06 20:38:01 0 0.38 0.00 0.38 0.50 0.03 98.70 20:52:06 20:38:01 1 0.30 0.00 0.35 0.17 0.05 99.13 20:52:06 20:39:01 all 0.17 0.00 0.07 0.00 0.02 99.75 20:52:06 20:39:01 0 0.30 0.00 0.05 0.00 0.02 99.63 20:52:06 20:39:01 1 0.03 0.00 0.08 0.00 0.02 99.87 20:52:06 20:40:01 all 0.08 0.00 0.06 0.00 0.02 99.85 20:52:06 20:40:01 0 0.08 0.00 0.03 0.00 0.02 99.87 20:52:06 20:40:01 1 0.07 0.00 0.08 0.00 0.02 99.83 20:52:06 20:41:01 all 0.07 0.00 0.05 0.02 0.03 99.83 20:52:06 20:41:01 0 0.03 0.00 0.03 0.00 0.03 99.90 20:52:06 20:41:01 1 0.10 0.00 0.07 0.03 0.03 99.77 20:52:06 20:42:01 all 0.14 0.00 0.06 0.00 0.03 99.77 20:52:06 20:42:01 0 0.05 0.00 0.07 0.00 0.03 99.85 20:52:06 20:42:01 1 0.23 0.00 0.05 0.00 0.02 99.70 20:52:06 20:52:06 20:42:01 CPU %user %nice %system %iowait %steal %idle 20:52:06 20:43:01 all 0.18 0.00 0.03 0.00 0.02 99.78 20:52:06 20:43:01 0 0.02 0.00 0.03 0.00 0.03 99.92 20:52:06 20:43:01 1 0.33 0.00 0.02 0.00 0.00 99.65 20:52:06 20:44:01 all 0.10 0.00 0.03 0.01 0.01 99.85 20:52:06 20:44:01 0 0.07 0.00 0.03 0.00 0.02 99.88 20:52:06 20:44:01 1 0.13 0.00 0.03 0.02 0.00 99.82 20:52:06 20:45:01 all 0.13 0.00 0.05 0.00 0.03 99.80 20:52:06 20:45:01 0 0.03 0.00 0.05 0.00 0.03 99.88 20:52:06 20:45:01 1 0.22 0.00 0.05 0.00 0.02 99.72 20:52:06 20:46:01 all 0.03 0.00 0.03 0.00 0.03 99.90 20:52:06 20:46:01 0 0.05 0.00 0.03 0.00 0.03 99.88 20:52:06 20:46:01 1 0.02 0.00 0.03 0.00 0.03 99.92 20:52:06 20:47:01 all 0.12 0.00 0.02 0.00 0.02 99.85 20:52:06 20:47:01 0 0.00 0.00 0.02 0.00 0.02 99.97 20:52:06 20:47:01 1 0.23 0.00 0.02 0.00 0.02 99.73 20:52:06 20:48:01 all 0.17 0.00 0.02 0.00 0.02 99.80 20:52:06 20:48:01 0 0.05 0.00 0.02 0.00 0.02 99.92 20:52:06 20:48:01 1 0.28 0.00 0.02 0.00 0.02 99.68 20:52:06 20:49:01 all 0.14 0.00 0.03 0.00 0.03 99.81 20:52:06 20:49:01 0 0.02 0.00 0.02 0.00 0.03 99.93 20:52:06 20:49:01 1 0.27 0.00 0.03 0.00 0.02 99.68 20:52:06 20:50:01 all 0.22 0.00 0.02 0.00 0.02 99.75 20:52:06 20:50:01 0 0.05 0.00 0.02 0.00 0.00 99.93 20:52:06 20:50:01 1 0.38 0.00 0.02 0.00 0.03 99.57 20:52:06 20:51:01 all 0.16 0.00 0.03 0.00 0.03 99.79 20:52:06 20:51:01 0 0.03 0.00 0.03 0.00 0.05 99.88 20:52:06 20:51:01 1 0.28 0.00 0.02 0.00 0.00 99.70 20:52:06 Average: all 14.88 0.00 4.04 1.87 0.05 79.16 20:52:06 Average: 0 14.93 0.00 4.10 1.93 0.05 78.99 20:52:06 Average: 1 14.84 0.00 3.97 1.82 0.04 79.34 20:52:06 20:52:06 20:52:06