Pull request #3798 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9+71c58d83af7cb3bea209afe6e95f7ce426ac6ec6 (03b1ea1275c66492a3bcf5ff3a841ac18fddb0b2) Running in Durability level: MAX_SURVIVABILITY 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-ssh1448350871820436155.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9a07f3f07dd1acff74ab8b51a5ea399813bb16af 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-ssh151263605661926153.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 9a07f3f07dd1acff74ab8b51a5ea399813bb16af The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3798/workspace@libs/edgex-global-pipelines # timeout=10 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-3798/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3518927795061038748.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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-3798/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1552050429023615706.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9a07f3f07dd1acff74ab8b51a5ea399813bb16af (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9a07f3f07dd1acff74ab8b51a5ea399813bb16af # timeout=10 Commit message: "Merge pull request #362 from edgexfoundry/lts-changes" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh3593089660211231094.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3798/workspace@libs/lf-pipelines # timeout=10 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-3798/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh555752416703755998.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 9a07f3f07dd1acff74ab8b51a5ea399813bb16af 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 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-28151’ Running on prd-centos7-docker-4c-2g-28438 in /w/workspace/edgexfoundry_edgex-go_PR-3798 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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/1@tmp/jenkins-gitclient-ssh5266896171299711569.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 71c58d83af7cb3bea209afe6e95f7ce426ac6ec6 into PR head commit 2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 Merge succeeded, producing 2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 Checking out Revision 2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 (PR-3798) > 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/1@tmp/jenkins-gitclient-ssh498220555440189364.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3798/head:refs/remotes/origin/PR-3798 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 # 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/1@tmp/jenkins-gitclient-ssh9109698894767911765.key > git merge 71c58d83af7cb3bea209afe6e95f7ce426ac6ec6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 # timeout=10 Commit message: "build(deps): Bump github.com/lib/pq from 1.10.3 to 1.10.4" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 9a07f3f07dd1acff74ab8b51a5ea399813bb16af [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:02:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:02:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:02:46 ========================================================= 20:02:46 EdgeX Global Pipelines Version Info 20:02:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:02:47 ------------------- 20:02:47 stable info: 20:02:47 ------------------- 20:02:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:02:47 Commit SHA: 9a07f3f07dd1acff74ab8b51a5ea399813bb16af 20:02:47 Message: update stable to v1.0.211 20:02:48 ------------------- 20:02:48 experimental info: 20:02:48 ------------------- 20:02:48 Commited By: **** collab-it+edgex@linuxfoundation.org 20:02:48 Commit SHA: 9a07f3f07dd1acff74ab8b51a5ea399813bb16af 20:02:48 Message: update experimental to v1.0.211 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:02:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:02:48 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:02:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:02:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:02:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:02:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 20:02:48 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 20:02:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:02:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 20:02:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 20:02:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:02:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:02:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 20:02:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:02:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:02:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:02:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:02:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:02:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:02:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 20:02:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:02:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:02:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3798 [Pipeline] echo 20:02:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3798 [Pipeline] echo 20:02:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3798 [Pipeline] echo 20:02:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 [Pipeline] echo 20:02:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2b8a7f3 [Pipeline] echo 20:02:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:02:49 provisioning config files... 20:02:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config187439646482676718tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:02:49 ---> docker-login.sh 20:02:49 nexus3.edgexfoundry.org:10001 20:02:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:50 Configure a credential helper to remove this warning. See 20:02:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:50 20:02:50 Login Succeeded 20:02:50 nexus3.edgexfoundry.org:10002 20:02:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:50 Configure a credential helper to remove this warning. See 20:02:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:50 20:02:50 Login Succeeded 20:02:50 nexus3.edgexfoundry.org:10003 20:02:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:50 Configure a credential helper to remove this warning. See 20:02:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:50 20:02:50 Login Succeeded 20:02:50 nexus3.edgexfoundry.org:10004 20:02:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:50 Configure a credential helper to remove this warning. See 20:02:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:50 20:02:50 Login Succeeded 20:02:50 docker.io 20:02:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:02:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:02:50 Configure a credential helper to remove this warning. See 20:02:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:02:50 20:02:50 Login Succeeded 20:02:50 ---> docker-login.sh ends [Pipeline] } 20:02:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:02:51 ++ 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:02:51 + for file in '`ls cmd/**/Dockerfile`' 20:02:51 ++ dirname cmd/core-command/Dockerfile 20:02:51 ++ cut -d/ -f2 20:02:51 + echo core-command,cmd/core-command/Dockerfile 20:02:51 + for file in '`ls cmd/**/Dockerfile`' 20:02:51 ++ dirname cmd/core-data/Dockerfile 20:02:51 ++ cut -d/ -f2 20:02:51 + echo core-data,cmd/core-data/Dockerfile 20:02:51 + for file in '`ls cmd/**/Dockerfile`' 20:02:51 ++ dirname cmd/core-metadata/Dockerfile 20:02:51 ++ cut -d/ -f2 20:02:51 + echo core-metadata,cmd/core-metadata/Dockerfile 20:02:51 + for file in '`ls cmd/**/Dockerfile`' 20:02:51 ++ dirname cmd/security-bootstrapper/Dockerfile 20:02:51 ++ cut -d/ -f2 20:02:51 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:02:51 + for file in '`ls cmd/**/Dockerfile`' 20:02:51 ++ dirname cmd/security-proxy-setup/Dockerfile 20:02:51 ++ cut -d/ -f2 20:02:51 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:02:51 + for file in '`ls cmd/**/Dockerfile`' 20:02:51 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:02:51 ++ cut -d/ -f2 20:02:51 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:02:51 + for file in '`ls cmd/**/Dockerfile`' 20:02:51 ++ dirname cmd/support-notifications/Dockerfile 20:02:51 ++ cut -d/ -f2 20:02:51 + echo support-notifications,cmd/support-notifications/Dockerfile 20:02:51 + for file in '`ls cmd/**/Dockerfile`' 20:02:51 ++ dirname cmd/support-scheduler/Dockerfile 20:02:51 ++ cut -d/ -f2 20:02:51 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:02:51 + for file in '`ls cmd/**/Dockerfile`' 20:02:51 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:02:51 ++ cut -d/ -f2 20:02:51 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:02:51 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] { (Build Check) [Pipeline] sh 20:02:52 + git rev-list -1 --merges 2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9~1..2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 [Pipeline] echo 20:02:52 -----------> git rev-list -1 --merges 2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9~1..2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 [false] [Pipeline] sh 20:02:52 + git log --format=format:%s -1 2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 [Pipeline] echo 20:02:52 ========================================================= 20:02:52 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 20:02:52 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 20:02:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:02:53 20:02:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:02:54 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:02:54 latest: Pulling from edgex-devops/git-semver 20:02:54 a0d0a0d46f8b: Pulling fs layer 20:02:54 3e5f54012d9b: Pulling fs layer 20:02:54 4c7163046ea9: Pulling fs layer 20:02:54 0c2d73faf560: Pulling fs layer 20:02:54 0c2d73faf560: Waiting 20:02:54 3e5f54012d9b: Verifying Checksum 20:02:54 3e5f54012d9b: Download complete 20:02:54 a0d0a0d46f8b: Verifying Checksum 20:02:54 a0d0a0d46f8b: Download complete 20:02:54 4c7163046ea9: Verifying Checksum 20:02:54 4c7163046ea9: Download complete 20:02:54 a0d0a0d46f8b: Pull complete 20:02:54 0c2d73faf560: Verifying Checksum 20:02:54 0c2d73faf560: Download complete 20:02:54 3e5f54012d9b: Pull complete 20:02:55 4c7163046ea9: Pull complete 20:02:55 0c2d73faf560: Pull complete 20:02:55 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 20:02:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:02:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:02:55 prd-centos7-docker-4c-2g-28438 does not seem to be running inside a container 20:02:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:02:56 $ docker top 66443572cb6cead62209fc7005afbc403783a17609d83c79de75009ddc992ecc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:02:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:02:56 [ssh-agent] Looking for ssh-agent implementation... 20:02:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:02:56 $ docker exec 66443572cb6cead62209fc7005afbc403783a17609d83c79de75009ddc992ecc ssh-agent 20:02:56 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXMMaLle/agent.14 20:02:56 SSH_AGENT_PID=20 20:02:56 Running ssh-add (command line suppressed) 20:02:56 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6695155423750256202.key (/w/workspace/edgex-go/1@tmp/private_key_6695155423750256202.key) 20:02:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:02:57 + git tag --points-at HEAD [Pipeline] } 20:02:57 $ docker exec --env ******** --env ******** 66443572cb6cead62209fc7005afbc403783a17609d83c79de75009ddc992ecc ssh-agent -k 20:02:57 unset SSH_AUTH_SOCK; 20:02:57 unset SSH_AGENT_PID; 20:02:57 echo Agent pid 20 killed; 20:02:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:02:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:02:57 [ssh-agent] Looking for ssh-agent implementation... 20:02:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:02:57 $ docker exec 66443572cb6cead62209fc7005afbc403783a17609d83c79de75009ddc992ecc ssh-agent 20:02:57 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXIfHePD/agent.53 20:02:57 SSH_AGENT_PID=60 20:02:57 Running ssh-add (command line suppressed) 20:02:58 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6668022613530757371.key (/w/workspace/edgex-go/1@tmp/private_key_6668022613530757371.key) 20:02:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:02:58 + git semver init 20:02:58 # -> Open(): unable to determine branch for HEAD 20:02:58 # $GIT_DIR = /w/workspace/edgex-go/1/.git 20:02:58 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 20:02:58 # $SEMVER_REMOTE_NAME = origin 20:02:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:02:58 # $SEMVER_USER_NAME = edgex-jenkins 20:02:58 # $SEMVER_BRANCH = PR-3798 20:02:58 # $SEMVER_TEMP = /tmp/semver-650144817 20:02:58 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:03:18 # '/tmp/semver-650144817' -> '/w/workspace/edgex-go/1/.semver' 20:03:18 # -> Force: false 20:03:18 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 20:03:18 $ docker exec --env ******** --env ******** 66443572cb6cead62209fc7005afbc403783a17609d83c79de75009ddc992ecc ssh-agent -k 20:03:18 unset SSH_AUTH_SOCK; 20:03:18 unset SSH_AGENT_PID; 20:03:18 echo Agent pid 60 killed; 20:03:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:03:19 + git semver [Pipeline] } 20:03:19 $ docker stop --time=1 66443572cb6cead62209fc7005afbc403783a17609d83c79de75009ddc992ecc 20:03:21 $ docker rm -f 66443572cb6cead62209fc7005afbc403783a17609d83c79de75009ddc992ecc [Pipeline] // withDockerContainer [Pipeline] sh 20:03:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:03:22 Stashed 1 file(s) [Pipeline] echo 20:03:22 [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:03:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:03:22 ========================================================= 20:03:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 20:03:22 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:03:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 20:03:22 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 20:03:22 a0d0a0d46f8b: Already exists 20:03:22 31adcdaf11c8: Pulling fs layer 20:03:22 b8b176561691: Pulling fs layer 20:03:22 4527c011a84f: Pulling fs layer 20:03:22 5d74067f8e1e: Pulling fs layer 20:03:22 e0aca202a116: Pulling fs layer 20:03:22 3a43be97a3b4: Pulling fs layer 20:03:22 34cad66bf833: Pulling fs layer 20:03:22 b4e3c513aaa6: Pulling fs layer 20:03:22 5d74067f8e1e: Waiting 20:03:22 e0aca202a116: Waiting 20:03:22 3a43be97a3b4: Waiting 20:03:22 34cad66bf833: Waiting 20:03:22 b4e3c513aaa6: Waiting 20:03:22 31adcdaf11c8: Download complete 20:03:22 5d74067f8e1e: Verifying Checksum 20:03:22 5d74067f8e1e: Download complete 20:03:22 e0aca202a116: Verifying Checksum 20:03:22 e0aca202a116: Download complete 20:03:23 3a43be97a3b4: Verifying Checksum 20:03:23 3a43be97a3b4: Download complete 20:03:23 31adcdaf11c8: Pull complete 20:03:23 b8b176561691: Pull complete 20:03:23 34cad66bf833: Verifying Checksum 20:03:23 34cad66bf833: Download complete 20:03:23 4527c011a84f: Verifying Checksum 20:03:23 4527c011a84f: Download complete 20:03:23 b4e3c513aaa6: Verifying Checksum 20:03:23 b4e3c513aaa6: Download complete 20:03:28 4527c011a84f: Pull complete 20:03:28 5d74067f8e1e: Pull complete 20:03:28 e0aca202a116: Pull complete 20:03:28 3a43be97a3b4: Pull complete 20:03:28 34cad66bf833: Pull complete 20:03:30 b4e3c513aaa6: Pull complete 20:03:30 Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 20:03:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 20:03:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh 20:03:31 + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 20:03:31 WORKDIR /edgex 20:03:31 COPY go.mod . 20:03:31 RUN go mod download' 20:03:31 + docker build -t ci-base-image-x86_64 -f - . 20:03:33 Sending build context to Docker daemon 329.8MB 20:03:33 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 20:03:33 ---> 9f6097aaca64 20:03:33 Step 2/4 : WORKDIR /edgex 20:03:34 ---> Running in d225271b6fb6 20:03:34 Removing intermediate container d225271b6fb6 20:03:34 ---> c4d639b1f2b6 20:03:34 Step 3/4 : COPY go.mod . 20:03:35 ---> 04270cd36d86 20:03:35 Step 4/4 : RUN go mod download 20:03:35 ---> Running in 62cbc0152f3c 20:03:37 Still waiting to schedule task 20:03:37 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:04:17 Removing intermediate container 62cbc0152f3c 20:04:17 ---> 1b86993af0c4 20:04:17 Successfully built 1b86993af0c4 20:04:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:04:18 + docker inspect -f . ci-base-image-x86_64 20:04:18 . [Pipeline] withDockerContainer 20:04:18 prd-centos7-docker-4c-2g-28438 does not seem to be running inside a container 20:04:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat 20:04:18 $ docker top b6bd8dc0d5758ec2de7dbfe5ea1c5dc36a01ee90e36632746bf0d232392d7cab -eo pid,comm [Pipeline] { [Pipeline] sh 20:04:19 + go version 20:04:19 go version go1.16.8 linux/amd64 [Pipeline] } 20:04:19 $ docker stop --time=1 b6bd8dc0d5758ec2de7dbfe5ea1c5dc36a01ee90e36632746bf0d232392d7cab 20:04:20 $ docker rm -f b6bd8dc0d5758ec2de7dbfe5ea1c5dc36a01ee90e36632746bf0d232392d7cab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:04:21 + docker inspect -f . ci-base-image-x86_64 20:04:21 . [Pipeline] withDockerContainer 20:04:21 prd-centos7-docker-4c-2g-28438 does not seem to be running inside a container 20:04:21 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat 20:04:21 $ docker top ad2e5ca1b50d2220ec872a1c69cb74f5dccd2a8bd4c26d256af3b9a96e55347b -eo pid,comm [Pipeline] { [Pipeline] echo 20:04:21 ========================================================= 20:04:21 [edgeXBuildGoParallel] Running Tests and Build... 20:04:21 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:04:21 + make test 20:04:21 go mod tidy 20:04:21 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:04:27 ? github.com/edgexfoundry/edgex-go [no test files] 20:04:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:04:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:04:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:04:51 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:04:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:04:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:04:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:04:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:04:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:04:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:04:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:04:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:04:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:04:55 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:04:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.052s coverage: 28.7% of statements 20:04:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:04:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:04:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.050s coverage: 98.5% of statements 20:04:58 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:04:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.060s coverage: 44.7% of statements 20:04:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:04:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:04:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.111s coverage: 89.5% of statements 20:04:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:04:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:05:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.048s coverage: 84.4% of statements 20:05:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:05:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:05:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 20:05:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:05:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:05:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.328s coverage: 94.2% of statements 20:05:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:05:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:05:01 ok github.com/edgexfoundry/edgex-go/internal/io 0.046s coverage: 59.1% of statements 20:05:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:05:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:05:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:05:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:05:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:05:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.048s coverage: 60.0% of statements 20:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:05:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.049s coverage: 0.9% of statements 20:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:05:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 20:05:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.043s coverage: 21.7% of statements 20:05:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:05:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 47.1% of statements 20:05:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.055s coverage: 79.5% of statements 20:05:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements 20:05:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.052s coverage: 96.3% of statements 20:05:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.047s coverage: 87.5% of statements 20:05:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.061s coverage: 94.4% of statements 20:05:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements 20:05:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.178s coverage: 82.5% of statements 20:05:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:05:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.085s coverage: 92.9% of statements 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:05:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:05:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:05:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:05:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.062s coverage: 58.8% of statements 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:05:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.0% of statements 20:05:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 20:05:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 85.4% of statements 20:05:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.138s coverage: 91.2% of statements 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:05:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.142s coverage: 64.4% of statements 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:05:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 20:05:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements 20:05:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 20:05:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements 20:05:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 20:05:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.252s coverage: 65.4% of statements 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:05:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.164s coverage: 43.8% of statements 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:05:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.060s coverage: 89.5% of statements 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:05:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements 20:05:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:05:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.056s coverage: 17.7% of statements 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:05:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.136s coverage: 92.3% of statements 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:05:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.050s coverage: 63.2% of statements 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:05:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.084s coverage: 97.7% of statements 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 20:05:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.051s coverage: 28.9% of statements 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 20:05:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:05:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 20:05:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 96.9% of statements 20:05:53 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:06:26 GO111MODULE=on go vet ./... 20:06:35 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:06:36 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:06:36 ./bin/test-attribution-txt.sh [Pipeline] sh 20:06:36 + ls -al . 20:06:36 total 636 20:06:36 drwxrwxr-x 10 1001 1001 4096 Nov 9 20:06 . 20:06:36 drwxr-xr-x 4 root root 28 Nov 9 20:04 .. 20:06:36 -rw-rw-r-- 1 1001 1001 11 Nov 9 20:02 .dockerignore 20:06:36 drwxrwxr-x 8 1001 1001 179 Nov 9 20:02 .git 20:06:36 drwxrwxr-x 4 1001 1001 142 Nov 9 20:02 .github 20:06:36 -rw-rw-r-- 1 1001 1001 804 Nov 9 20:02 .gitignore 20:06:36 -rw-rw-r-- 1 1001 1001 42 Nov 9 20:02 .golangci.yml 20:06:36 -rw-rw-r-- 1 1001 1001 76 Nov 9 20:02 .hadolint.yml 20:06:36 drwx------ 3 1001 1001 58 Nov 9 20:03 .semver 20:06:36 -rw-rw-r-- 1 1001 1001 166 Nov 9 20:02 .sonarcloud.properties 20:06:36 -rw-rw-r-- 1 1001 1001 1171 Nov 9 20:02 ADOPTERS.md 20:06:36 -rw-rw-r-- 1 1001 1001 8910 Nov 9 20:02 Attribution.txt 20:06:36 -rw-rw-r-- 1 1001 1001 43881 Nov 9 20:02 CHANGELOG.md 20:06:36 -rw-rw-r-- 1 1001 1001 3804 Nov 9 20:02 CONTRIBUTING.md 20:06:36 -rw-rw-r-- 1 1001 1001 677 Nov 9 20:02 GOVERNANCE.md 20:06:36 -rw-rw-r-- 1 1001 1001 849 Nov 9 20:02 Jenkinsfile 20:06:36 -rw-rw-r-- 1 1001 1001 10775 Nov 9 20:02 LICENSE 20:06:36 -rw-rw-r-- 1 1001 1001 6508 Nov 9 20:02 Makefile 20:06:36 -rw-rw-r-- 1 1001 1001 582 Nov 9 20:02 OWNERS.md 20:06:36 -rw-rw-r-- 1 1001 1001 8256 Nov 9 20:02 README.md 20:06:36 -rw-rw-r-- 1 1001 1001 6912 Nov 9 20:02 SECURITY.md 20:06:36 -rw-rw-r-- 1 1001 1001 5 Nov 9 20:03 VERSION 20:06:36 -rw-rw-r-- 1 1001 1001 4131 Nov 9 20:02 ZMQWindows.md 20:06:36 drwxrwxr-x 2 1001 1001 37 Nov 9 20:02 bin 20:06:36 drwxrwxr-x 14 1001 1001 4096 Nov 9 20:02 cmd 20:06:36 -rw-r--r-- 1 root root 428381 Nov 9 20:05 coverage.out 20:06:36 -rw-rw-r-- 1 1001 1001 854 Nov 9 20:02 go.mod 20:06:36 -rw-rw-r-- 1 1001 1001 49665 Nov 9 20:02 go.sum 20:06:36 drwxrwxr-x 8 1001 1001 124 Nov 9 20:02 internal 20:06:36 drwxrwxr-x 3 1001 1001 16 Nov 9 20:02 openapi 20:06:36 drwxrwxr-x 4 1001 1001 71 Nov 9 20:02 snap 20:06:36 -rw-rw-r-- 1 1001 1001 204 Nov 9 20:02 version.go 20:06:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28452 in /w/workspace/edgexfoundry_edgex-go_PR-3798 [Pipeline] { [Pipeline] sh [Pipeline] ws 20:06:36 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 20:06:37 + '[' -e coverage.out ] 20:06:37 + chown 1001:1001 coverage.out [Pipeline] stash 20:06:37 The recommended git tool is: git 20:06:37 Stashed 1 file(s) [Pipeline] sh 20:06:37 + make build 20:06:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:06:38 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:06:44 using credential edgex-jenkins-ssh 20:06:44 Cloning the remote Git repository 20:06:45 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:06:45 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:06:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:06:45 > git init /w/workspace/edgex-go/1 # timeout=10 20:06:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:06:45 > git --version # timeout=10 20:06:45 > git --version # 'git version 2.17.1' 20:06:45 using GIT_SSH to set credentials SSH Credentials for GitHub 20:06:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:06:47 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:06:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:06:47 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:06: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:06:49 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:06:50 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:06:51 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:06:52 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:06:53 $ docker stop --time=1 ad2e5ca1b50d2220ec872a1c69cb74f5dccd2a8bd4c26d256af3b9a96e55347b 20:06:55 $ docker rm -f ad2e5ca1b50d2220ec872a1c69cb74f5dccd2a8bd4c26d256af3b9a96e55347b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:06:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:06:56 20:06:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:06:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:06:57 latest: Pulling from edgex-devops/edgex-compose 20:06:57 cbdbe7a5bc2a: Pulling fs layer 20:06:57 ca9280d653b3: Pulling fs layer 20:06:57 7e9c9ca2126c: Pulling fs layer 20:06:57 cbdbe7a5bc2a: Download complete 20:06:57 ca9280d653b3: Verifying Checksum 20:06:57 ca9280d653b3: Download complete 20:06:57 cbdbe7a5bc2a: Pull complete 20:06:57 7e9c9ca2126c: Verifying Checksum 20:06:57 7e9c9ca2126c: Download complete 20:06:58 ca9280d653b3: Pull complete 20:07:01 7e9c9ca2126c: Pull complete 20:07:01 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:07:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:07:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:07:01 prd-centos7-docker-4c-2g-28438 does not seem to be running inside a container 20:07:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:07:04 $ docker top 87de696e3b4d935123755af98912c3e3b34f82ac7c0834e606a22dffbfd4a33e -eo pid,comm [Pipeline] { [Pipeline] sh 20:07:05 + docker-compose build --help 20:07:05 + grep parallel 20:07:05 --parallel Build images in parallel. [Pipeline] } 20:07:05 $ docker stop --time=1 87de696e3b4d935123755af98912c3e3b34f82ac7c0834e606a22dffbfd4a33e 20:07:06 $ docker rm -f 87de696e3b4d935123755af98912c3e3b34f82ac7c0834e606a22dffbfd4a33e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:07:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:07:07 . [Pipeline] withDockerContainer 20:07:07 prd-centos7-docker-4c-2g-28438 does not seem to be running inside a container 20:07:07 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:07:07 $ docker top 4b58631b8f95af52b285f6b27a764151cf6a73920ef0b24c632d245029272ede -eo pid,comm [Pipeline] { [Pipeline] sh 20:07:08 + docker-compose -f ./docker-compose-build.yml build --parallel 20:07:08 Building core-command ... 20:07:08 Building core-data ... 20:07:08 Building core-metadata ... 20:07:08 Building security-bootstrapper ... 20:07:08 Building security-proxy-setup ... 20:07:08 Building security-secretstore-setup ... 20:07:08 Building support-notifications ... 20:07:08 Building support-scheduler ... 20:07:08 Building sys-mgmt-agent ... 20:07:08 Building core-data 20:07:08 Building support-scheduler 20:07:08 Building security-bootstrapper 20:07:08 Building support-notifications 20:07:08 Building core-metadata 20:07:20 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:07:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:07:20 ---> 1b86993af0c4 20:07:20 Step 3/23 : WORKDIR /edgex-go 20:07:20 Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:07:20 Step 2/30 : FROM ${BUILDER_BASE} AS builder 20:07:20 ---> 1b86993af0c4 20:07:20 Step 3/30 : WORKDIR /edgex-go 20:07:24 ---> Running in 4c2ea900293e 20:07:24 ---> Running in aed7773ab560 20:07:27 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:07:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:07:27 ---> 1b86993af0c4 20:07:27 Step 3/22 : WORKDIR /edgex-go 20:07:28 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:07:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:07:28 ---> 1b86993af0c4 20:07:28 Step 3/21 : WORKDIR /edgex-go 20:07:29 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:07:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:07:29 ---> 1b86993af0c4 20:07:29 Step 3/22 : WORKDIR /edgex-go 20:07:29 ---> Using cache 20:07:29 ---> 3cc6167d477a 20:07:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:29 ---> Running in 5dec84169d66 20:07:29 Removing intermediate container 4c2ea900293e 20:07:29 ---> 560bd07fe50b 20:07:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:29 ---> Running in c07844560898 20:07:29 Removing intermediate container aed7773ab560 20:07:29 ---> 3cc6167d477a 20:07:29 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:29 ---> Running in b44546ba739f 20:07:29 ---> Running in 5cbd4a169dfd 20:07:29 ---> Running in 5eea03d0f1d9 20:07:29 Removing intermediate container 5dec84169d66 20:07:29 ---> c9c81a49fad8 20:07:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:29 Removing intermediate container c07844560898 20:07:29 ---> 18494d5bf516 20:07:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:07:29 ---> Running in 400ca3aee710 20:07:29 ---> Running in cd54616fcdd4 20:07:30 Merging remotes/origin/main commit 71c58d83af7cb3bea209afe6e95f7ce426ac6ec6 into PR head commit 2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 20:07:30 Removing intermediate container b44546ba739f 20:07:30 ---> 0b218def1564 20:07:30 Step 5/23 : RUN apk add --update --no-cache make git 20:07:30 Removing intermediate container 5cbd4a169dfd 20:07:30 ---> 14e6cd88401b 20:07:30 Step 5/22 : RUN apk add --update --no-cache make git 20:07:30 ---> Running in 16fbedf8790c 20:07:30 ---> Running in 9ef19f4432c1 20:07:30 Merge succeeded, producing 2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 20:07:30 Checking out Revision 2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 (PR-3798) 20:07:30 Removing intermediate container 5eea03d0f1d9 20:07:30 ---> b587200f8b3a 20:07:30 Step 5/30 : RUN apk add --update --no-cache make git 20:07:30 ---> Running in 3e70221cd055 20:07:30 Removing intermediate container 400ca3aee710 20:07:30 ---> 95287f2caaeb 20:07:30 Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates 20:07:30 ---> Running in 75b04ea58136 20:07:30 Removing intermediate container cd54616fcdd4 20:07:30 ---> 8d5c9bcbf918 20:07:30 Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:07:30 ---> Running in 78192389e740 20:07:31 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:07:31 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:07:31 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:07:31 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:07:31 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:07:31 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:07:31 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:07:31 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:07:31 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:07:32 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:07:32 OK: 220 MiB in 52 packages 20:07:32 OK: 220 MiB in 52 packages 20:07:32 OK: 220 MiB in 52 packages 20:07:32 OK: 220 MiB in 52 packages 20:07:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:07:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:07:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:07:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:07:29 using GIT_SSH to set credentials SSH Credentials for GitHub 20:07:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3798/head:refs/remotes/origin/PR-3798 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:07:30 > git config core.sparsecheckout # timeout=10 20:07:30 > git checkout -f 2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 # timeout=10 20:07:30 > git remote # timeout=10 20:07:30 > git config --get remote.origin.url # timeout=10 20:07:30 using GIT_SSH to set credentials SSH Credentials for GitHub 20:07:30 > git merge 71c58d83af7cb3bea209afe6e95f7ce426ac6ec6 # timeout=10 20:07:30 > git rev-parse HEAD^{commit} # timeout=10 20:07:30 > git config core.sparsecheckout # timeout=10 20:07:30 > git checkout -f 2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 # timeout=10 20:07:32 OK: 220 MiB in 52 packages 20:07:32 Removing intermediate container 75b04ea58136 20:07:32 ---> d9bdf6106492 20:07:32 Step 6/21 : COPY . . 20:07:32 Removing intermediate container 9ef19f4432c1 20:07:32 ---> 6da335633bb1 20:07:32 Step 6/23 : COPY go.mod . 20:07:32 Removing intermediate container 16fbedf8790c 20:07:32 ---> 2fe541840a94 20:07:32 Step 6/22 : COPY . . 20:07:33 Removing intermediate container 3e70221cd055 20:07:33 ---> e0a2128a4fe1 20:07:33 Step 6/30 : COPY . . 20:07:33 Removing intermediate container 78192389e740 20:07:33 ---> fb96542f2b4a 20:07:33 Step 6/22 : COPY . . 20:07:35 ---> d4a2d6ba2db3 20:07:35 Step 7/23 : RUN go mod download 20:07:35 Commit message: "build(deps): Bump github.com/lib/pq from 1.10.3 to 1.10.4" 20:07:35 > git --version # timeout=10 20:07:35 > git --version # 'git version 2.17.1' 20:07:35 fatal: bad object 9a07f3f07dd1acff74ab8b51a5ea399813bb16af [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:07:36 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 20:07:36 % Total % Received % Xferd Average Speed Time Time Time Current 20:07:36 Dload Upload Total Spent Left Speed 20:07:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 151k 0 --:--:-- --:--:-- --:--:-- 151k [Pipeline] sh 20:07:37 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 20:07:37 + sudo tee /etc/docker/daemon.new 20:07:37 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 20:07:37 { 20:07:37 "registry-mirrors": [ 20:07:37 "https://nexus3.edgexfoundry.org:10001" 20:07:37 ], 20:07:37 "bip": "10.250.0.254/24", 20:07:37 "hosts": [ 20:07:37 "tcp://0.0.0.0:5555", 20:07:37 "unix:///var/run/docker.sock" 20:07:37 ], 20:07:37 "mtu": 1458, 20:07:37 "selinux-enabled": true, 20:07:37 "seccomp-profile": "/etc/docker/seccomp.json" 20:07:37 } [Pipeline] sh 20:07:38 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 20:07:38 + sudo service docker restart 20:07:39 ---> Running in db2144bd7b5e 20:07:44 ---> 65f1ca42e0f7 20:07:44 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:07:44 Removing intermediate container db2144bd7b5e 20:07:44 ---> ea5b8ab399d2 20:07:44 Step 8/23 : COPY . . 20:07:44 ---> Running in 20c792f66501 20:07:47 Removing intermediate container 20c792f66501 20:07:47 ---> 76edb1a13416 20:07:47 Step 8/22 : RUN make cmd/core-data/core-data 20:07:47 ---> Running in ae2eff435762 20:07:50 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 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:07:57 provisioning config files... 20:07:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6629234687084440825tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:07:57 ---> docker-login.sh 20:07:57 nexus3.edgexfoundry.org:10001 20:07:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:58 Configure a credential helper to remove this warning. See 20:07:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:58 20:07:58 Login Succeeded 20:07:58 nexus3.edgexfoundry.org:10002 20:07:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:07:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:07:59 Configure a credential helper to remove this warning. See 20:07:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:07:59 20:07:59 Login Succeeded 20:07:59 nexus3.edgexfoundry.org:10003 20:08:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:00 Configure a credential helper to remove this warning. See 20:08:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:00 20:08:00 Login Succeeded 20:08:00 nexus3.edgexfoundry.org:10004 20:08:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:01 Configure a credential helper to remove this warning. See 20:08:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:01 20:08:01 Login Succeeded 20:08:01 docker.io 20:08:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:08:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:08:02 Configure a credential helper to remove this warning. See 20:08:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:08:02 20:08:02 Login Succeeded 20:08:02 ---> docker-login.sh ends [Pipeline] } 20:08:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:08:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 20:08:03 ========================================================= 20:08:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 20:08:03 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:08:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:08:05 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:08:05 552d1f2373af: Pulling fs layer 20:08:05 ea3f2d53f512: Pulling fs layer 20:08:05 9e70ebbbe112: Pulling fs layer 20:08:05 7a9cfe048b4a: Pulling fs layer 20:08:05 72dc09318566: Pulling fs layer 20:08:05 f4f7b4309257: Pulling fs layer 20:08:05 0ac9a79272e3: Pulling fs layer 20:08:05 b78e95d17946: Pulling fs layer 20:08:05 72dc09318566: Waiting 20:08:05 f4f7b4309257: Waiting 20:08:05 0ac9a79272e3: Waiting 20:08:05 b78e95d17946: Waiting 20:08:05 7a9cfe048b4a: Waiting 20:08:05 9e70ebbbe112: Download complete 20:08:05 ea3f2d53f512: Verifying Checksum 20:08:05 ea3f2d53f512: Download complete 20:08:05 72dc09318566: Verifying Checksum 20:08:05 72dc09318566: Download complete 20:08:05 552d1f2373af: Verifying Checksum 20:08:05 552d1f2373af: Download complete 20:08:05 0ac9a79272e3: Verifying Checksum 20:08:05 0ac9a79272e3: Download complete 20:08:05 f4f7b4309257: Verifying Checksum 20:08:05 f4f7b4309257: Download complete 20:08:05 ---> a251a5ac769a 20:08:05 Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:08:05 ---> ea5485a9b1f2 20:08:05 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:08:05 ---> 0e887ce538de 20:08:05 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:08:05 ---> Running in 2d3ba6697e78 20:08:05 ---> Running in e55738b587e1 20:08:05 ---> Running in 17c90cd47599 20:08:06 Removing intermediate container e55738b587e1 20:08:06 ---> 900fdf75f013 20:08:06 Step 8/21 : RUN make cmd/support-notifications/support-notifications 20:08:06 552d1f2373af: Pull complete 20:08:06 ea3f2d53f512: Pull complete 20:08:07 Removing intermediate container 2d3ba6697e78 20:08:07 ---> 62c887b6605e 20:08:07 Step 8/22 : RUN make cmd/core-metadata/core-metadata 20:08:07 ---> Running in 810f962bd8a4 20:08:07 9e70ebbbe112: Pull complete 20:08:07 Removing intermediate container 17c90cd47599 20:08:07 ---> 96efea297cac 20:08:07 Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:08:07 ---> Running in 1391bea7c128 20:08:07 ---> Running in 755b6f4c9ecf 20:08:07 7a9cfe048b4a: Verifying Checksum 20:08:07 7a9cfe048b4a: Download complete 20:08:08 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:08:08 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:08:08 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:08:09 ---> 48580fc5bbfa 20:08:09 Step 9/23 : RUN go mod tidy 20:08:09 ---> Running in cb563c2b4be2 20:08:14 Removing intermediate container cb563c2b4be2 20:08:14 ---> 06159313ae6b 20:08:14 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 20:08:14 ---> Running in a6d18637c816 20:08:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:08:18 Removing intermediate container ae2eff435762 20:08:18 ---> 09e7afc2eaa0 20:08:18 20:08:18 Step 9/22 : FROM alpine:3.14 20:08:18 3.14: Pulling from library/alpine 20:08:18 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 20:08:18 Status: Downloaded newer image for alpine:3.14 20:08:18 ---> 14119a10abf4 20:08:18 Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:08:18 ---> Running in 40cd30ad4cbb 20:08:19 Removing intermediate container 40cd30ad4cbb 20:08:19 ---> 8b7883eab1b7 20:08:19 Step 11/22 : ENV APP_PORT=59880 20:08:19 ---> Running in 32f3933c7162 20:08:19 Removing intermediate container 32f3933c7162 20:08:19 ---> 5c6a2e7c5fe6 20:08:19 Step 12/22 : EXPOSE $APP_PORT 20:08:19 7a9cfe048b4a: Pull complete 20:08:19 b78e95d17946: Verifying Checksum 20:08:19 b78e95d17946: Download complete 20:08:19 72dc09318566: Pull complete 20:08:19 f4f7b4309257: Pull complete 20:08:19 0ac9a79272e3: Pull complete 20:08:19 ---> Running in 7e26c232ed09 20:08:19 Removing intermediate container 7e26c232ed09 20:08:19 ---> 9d630fa8ec97 20:08:19 Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:08:19 ---> Running in 95eaf208ea81 20:08:20 Removing intermediate container 95eaf208ea81 20:08:20 ---> af32bd9730a8 20:08:20 Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init 20:08:20 ---> Running in 52f0d88c300d 20:08:20 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:08:22 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:08:23 (1/6) Installing dumb-init (1.2.5-r1) 20:08:23 (2/6) Installing libgcc (10.3.1_git20210424-r2) 20:08:23 (3/6) Installing libsodium (1.0.18-r0) 20:08:23 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 20:08:23 (5/6) Installing libzmq (4.3.4-r0) 20:08:23 (6/6) Installing zeromq (4.3.4-r0) 20:08:23 Executing busybox-1.33.1-r3.trigger 20:08:23 OK: 8 MiB in 20 packages 20:08:23 Removing intermediate container 52f0d88c300d 20:08:23 ---> 454cf4b57369 20:08:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:24 ---> 82b0622dc3b8 20:08:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:08:24 ---> c0b973589b7c 20:08:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:08:24 b78e95d17946: Pull complete 20:08:24 Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 20:08:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:08:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:08:24 ---> 4d5b2013b280 20:08:24 Step 18/22 : ENTRYPOINT ["/core-data"] [Pipeline] fileExists 20:08:25 ---> Running in 9d472a8357ba 20:08:25 Removing intermediate container 9d472a8357ba 20:08:25 ---> b6fd50f4e9b9 20:08:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:08:25 ---> Running in c8acf7ebf1b5 [Pipeline] sh 20:08:25 Removing intermediate container c8acf7ebf1b5 20:08:25 ---> 1d46fc66facd 20:08:25 Step 20/22 : LABEL arch=x86_64 20:08:25 ---> Running in 6f3b18cc53b8 20:08:25 Removing intermediate container 6f3b18cc53b8 20:08:25 ---> 98a01360c85f 20:08:25 Step 21/22 : LABEL git_sha=2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 20:08:25 ---> Running in 761cb89043d8 20:08:25 Removing intermediate container 761cb89043d8 20:08:25 ---> e2649df5c367 20:08:25 Step 22/22 : LABEL version=0.0.0 20:08:25 ---> Running in a33ac4baa4f7 20:08:25 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:08:25 WORKDIR /edgex 20:08:25 COPY go.mod . 20:08:25 RUN go mod download 20:08:25 + docker build -t ci-base-image-arm64 -f - . 20:08:26 Removing intermediate container a33ac4baa4f7 20:08:26 ---> 10796be55c31 20:08:26 20:08:26 Successfully built 10796be55c31 20:08:26 Successfully tagged core-data:latest 20:08:26  Building core-data ... done Building security-proxy-setup 20:08:28 Sending build context to Docker daemon 166.6MB 20:08:28 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 20:08:28 ---> 8b459fc5aaf0 20:08:28 Step 2/4 : WORKDIR /edgex 20:08:31 ---> Running in 64222e7284bb 20:08:31 Removing intermediate container 64222e7284bb 20:08:31 ---> bb51885fc24e 20:08:31 Step 3/4 : COPY go.mod . 20:08:32 ---> 3f52fd3eb350 20:08:32 Step 4/4 : RUN go mod download 20:08:32 ---> Running in ad729c0af8b0 20:08:34 Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:08:34 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:08:34 ---> 1b86993af0c4 20:08:34 Step 3/20 : WORKDIR /edgex-go 20:08:34 ---> Using cache 20:08:34 ---> 18494d5bf516 20:08:34 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:08:34 ---> Using cache 20:08:34 ---> 8d5c9bcbf918 20:08:34 Step 5/20 : RUN apk add --update --no-cache make git 20:08:34 ---> Running in 1c281b7a28e7 20:08:35 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:08:36 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:08:36 OK: 220 MiB in 52 packages 20:08:36 Removing intermediate container 1c281b7a28e7 20:08:36 ---> c657e42e4fac 20:08:36 Step 6/20 : COPY . . 20:08:43 ---> 10a3a1b734ab 20:08:43 Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:08:43 ---> Running in 7f72f7c5b82d 20:08:45 Removing intermediate container 7f72f7c5b82d 20:08:45 ---> 45580c547616 20:08:45 Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:08:45 ---> Running in efd640f56a7f 20:08:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:08:49 Removing intermediate container 755b6f4c9ecf 20:08:49 ---> de5322f27a75 20:08:49 20:08:49 Step 9/30 : FROM alpine:3.14 20:08:49 ---> 14119a10abf4 20:08:49 Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:08:49 ---> Running in 577199920cf6 20:08:50 Removing intermediate container 577199920cf6 20:08:50 ---> 9c9380c47647 20:08:50 Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec 20:08:50 ---> Running in 13c3403b0414 20:08:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:08:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:08:51 (1/2) Installing dumb-init (1.2.5-r1) 20:08:51 (2/2) Installing su-exec (0.2-r1) 20:08:51 Executing busybox-1.33.1-r3.trigger 20:08:51 OK: 6 MiB in 16 packages 20:08:52 Removing intermediate container 1391bea7c128 20:08:52 ---> 33d793c4fc05 20:08:52 20:08:52 Step 9/22 : FROM alpine:3.14 20:08:52 ---> 14119a10abf4 20:08:52 Step 10/22 : RUN apk add --update --no-cache dumb-init 20:08:52 ---> Running in 7d6b2fc0cc36 20:08:52 Removing intermediate container 13c3403b0414 20:08:52 ---> e70928f47cba 20:08:52 Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init 20:08:52 ---> Running in 615f38c76aad 20:08:52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:08:53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:08:53 Removing intermediate container 615f38c76aad 20:08:53 ---> 98c09600dff0 20:08:53 Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:08:53 Removing intermediate container 810f962bd8a4 20:08:53 ---> 89a1055d3b76 20:08:53 20:08:53 Step 9/21 : FROM alpine:3.14 20:08:53 ---> 14119a10abf4 20:08:53 Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init 20:08:53 ---> Running in 60538dffe12c 20:08:53 ---> Running in 39909ababde6 20:08:53 Removing intermediate container 60538dffe12c 20:08:53 ---> ebb8ab5238c5 20:08:53 Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:08:53 ---> Running in 561d50a2384e 20:08:53 (1/1) Installing dumb-init (1.2.5-r1) 20:08:53 Executing busybox-1.33.1-r3.trigger 20:08:53 OK: 6 MiB in 15 packages 20:08:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:08:54 Removing intermediate container 7d6b2fc0cc36 20:08:54 ---> 405f572d9fdd 20:08:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:08:54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:08:54 ---> Running in 392e02778ddb 20:08:54 Removing intermediate container 392e02778ddb 20:08:54 ---> cbadaf229694 20:08:54 Step 12/22 : ENV APP_PORT=59881 20:08:54 ---> Running in 0b61f9a23c99 20:08:54 (1/2) Installing ca-certificates (20191127-r5) 20:08:54 (2/2) Installing dumb-init (1.2.5-r1) 20:08:54 Executing busybox-1.33.1-r3.trigger 20:08:54 Executing ca-certificates-20191127-r5.trigger 20:08:54 OK: 6 MiB in 16 packages 20:08:54 Removing intermediate container 0b61f9a23c99 20:08:54 ---> 5828d3851be2 20:08:54 Step 13/22 : EXPOSE $APP_PORT 20:08:54 Removing intermediate container 561d50a2384e 20:08:54 ---> e8115253edf2 20:08:54 Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} 20:08:54 ---> Running in a9045b2b192a 20:08:54 ---> Running in 208ca6b36427 20:08:54 Removing intermediate container a9045b2b192a 20:08:54 ---> b2c4454f6836 20:08:54 Step 14/22 : WORKDIR / 20:08:54 Removing intermediate container 208ca6b36427 20:08:54 ---> a8b3205c495f 20:08:54 Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:08:55 ---> Running in 4a2defa4fd03 20:08:55 Removing intermediate container 39909ababde6 20:08:55 ---> ca43b249a95a 20:08:55 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:08:55 ---> Running in 13f27fa3915f 20:08:55 ---> 2b3f2ee807c5 20:08:55 Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:08:55 Removing intermediate container 4a2defa4fd03 20:08:55 ---> ac3f71e45c85 20:08:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:55 ---> Running in 34b0cac20544 20:08:55 Removing intermediate container 13f27fa3915f 20:08:55 ---> c24746f96faa 20:08:55 Step 12/21 : ENV APP_PORT=59860 20:08:55 ---> Running in 28c632dbc981 20:08:56 ---> d88a98c2bb03 20:08:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:08:56 Removing intermediate container 28c632dbc981 20:08:56 ---> eeb0758fbabb 20:08:56 Step 13/21 : EXPOSE $APP_PORT 20:08:56 ---> Running in 4025a9df4371 20:08:56 Removing intermediate container a6d18637c816 20:08:56 ---> 181afcc0fed1 20:08:56 20:08:56 Step 11/23 : FROM alpine:3.14 20:08:56 ---> 14119a10abf4 20:08:56 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:08:56 ---> Using cache 20:08:56 ---> 405f572d9fdd 20:08:56 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:08:56 ---> Using cache 20:08:56 ---> cbadaf229694 20:08:56 Step 14/23 : ENV APP_PORT=59861 20:08:56 ---> Running in 64b9fe2674f1 20:08:56 Removing intermediate container 4025a9df4371 20:08:56 ---> a48ca0430c54 20:08:56 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:56 ---> 35691ce3d654 20:08:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:08:56 Removing intermediate container 64b9fe2674f1 20:08:56 ---> e03fc583cb97 20:08:56 Step 15/23 : EXPOSE $APP_PORT 20:08:57 ---> Running in 050fc74f47bd 20:08:57 Removing intermediate container 34b0cac20544 20:08:57 ---> c3e17ab6a7a9 20:08:57 Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:57 ---> e2a33a93f898 20:08:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:08:57 ---> 5b7754fc6683 20:08:57 Step 18/22 : ENTRYPOINT ["/core-metadata"] 20:08:57 Removing intermediate container 050fc74f47bd 20:08:57 ---> dcc5bdd1a625 20:08:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:08:57 ---> Running in 38e87e2e0f0c 20:08:58 Removing intermediate container 38e87e2e0f0c 20:08:58 ---> 7dd89df65519 20:08:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:08:58 ---> 90124d8ab522 20:08:58 Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:08:58 ---> Running in 781502eab8e5 20:08:58 ---> fd93448dac6d 20:08:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:08:58 ---> 60c619b48731 20:08:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:08:58 Removing intermediate container 781502eab8e5 20:08:58 ---> 45982eb3252c 20:08:58 Step 20/22 : LABEL arch=x86_64 20:08:58 ---> 878f7c804eb5 20:08:58 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:08:58 ---> 1fa1379d6b8e 20:08:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:08:58 ---> 51a4ffd6486e 20:08:58 Step 17/21 : ENTRYPOINT ["/support-notifications"] 20:08:59 ---> Running in 417e6f222929 20:08:59 ---> Running in f88ed756d52a 20:08:59 Removing intermediate container 417e6f222929 20:08:59 ---> ea93210dd248 20:08:59 Step 21/22 : LABEL git_sha=2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 20:08:59 Removing intermediate container f88ed756d52a 20:08:59 ---> 8290673e1318 20:08:59 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:08:59 ---> b8b1ac9f9f1a 20:08:59 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:08:59 ---> e106e8072dfd 20:08:59 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:08:59 ---> Running in abbad40e3ee8 20:08:59 ---> Running in 5665a59390cd 20:08:59 ---> Running in a9889dc50650 20:08:59 Removing intermediate container abbad40e3ee8 20:08:59 ---> 40ed9af24a3c 20:08:59 Step 22/22 : LABEL version=0.0.0 20:08:59 Removing intermediate container a9889dc50650 20:08:59 ---> 00795d9f7f96 20:08:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:08:59 Removing intermediate container 5665a59390cd 20:08:59 ---> 4f76617a37a6 20:08:59 Step 19/21 : LABEL arch=x86_64 20:08:59 ---> 873145e79ecc 20:08:59 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:08:59 ---> Running in fbfffa749ecd 20:08:59 ---> Running in b0402f8a6bb3 20:08:59 ---> Running in d03e09ee6d93 20:09:00 Removing intermediate container fbfffa749ecd 20:09:00 ---> 63d52ce40ac8 20:09:00 20:09:00 Removing intermediate container b0402f8a6bb3 20:09:00 ---> 0bc83e07258a 20:09:00 Step 20/21 : LABEL git_sha=2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 20:09:00 Removing intermediate container d03e09ee6d93 20:09:00 ---> 45a7345657aa 20:09:00 Step 21/23 : LABEL arch=x86_64 20:09:00 ---> a3a7f60e93cf 20:09:00 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 20:09:00 ---> Running in 4ea99e8b34cc 20:09:00 ---> Running in 19a42148d873 20:09:00 Successfully built 63d52ce40ac8 20:09:00 Successfully tagged core-metadata:latest 20:09:00 Building security-secretstore-setup 20:09:00  Building core-metadata ... done  ---> Running in 24737dea8288 20:09:00 Removing intermediate container 19a42148d873 20:09:00 ---> efeba7696ee1 20:09:00 Step 22/23 : LABEL git_sha=2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 20:09:00 Removing intermediate container 4ea99e8b34cc 20:09:00 ---> 480f50499400 20:09:00 Step 21/21 : LABEL version=0.0.0 20:09:00 ---> Running in 9c454db0272f 20:09:00 ---> Running in fc1548b387d8 20:09:00 Removing intermediate container 24737dea8288 20:09:00 ---> 5930b65ac6a6 20:09:00 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:09:01 Removing intermediate container fc1548b387d8 20:09:01 ---> 3821c52646c6 20:09:01 20:09:01 Successfully built 3821c52646c6 20:09:01 Successfully tagged support-notifications:latest 20:09:01  Building support-notifications ... done Removing intermediate container 9c454db0272f 20:09:01 ---> 154c3b81e195 20:09:01 Step 23/23 : LABEL version=0.0.0 20:09:01 Building sys-mgmt-agent 20:09:05 ---> 377517349227 20:09:05 Step 25/30 : RUN chmod +x /entrypoint.sh 20:09:06 ---> Running in 9a7a0e8f49fa 20:09:06 ---> Running in db4833a81b11 20:09:06 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:09:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:09:06 ---> 1b86993af0c4 20:09:06 Step 3/22 : WORKDIR /edgex-go 20:09:06 ---> Using cache 20:09:06 ---> 18494d5bf516 20:09:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:09:06 ---> Using cache 20:09:06 ---> 8d5c9bcbf918 20:09:06 Step 5/22 : RUN apk add --update --no-cache make bash git 20:09:07 Removing intermediate container 9a7a0e8f49fa 20:09:07 ---> 14fa5c8fd997 20:09:07 20:09:07 ---> Running in d41cc571ae16 20:09:07 Successfully built 14fa5c8fd997 20:09:07 Successfully tagged support-scheduler:latest 20:09:07 Building core-command 20:09:07  Building support-scheduler ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:09:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:09:07 ---> 1b86993af0c4 20:09:07 Step 3/24 : WORKDIR /edgex-go 20:09:07 ---> Using cache 20:09:07 ---> 18494d5bf516 20:09:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:09:07 ---> Using cache 20:09:07 ---> 8d5c9bcbf918 20:09:07 Step 5/24 : RUN apk add --update --no-cache make git 20:09:07 ---> Using cache 20:09:07 ---> c657e42e4fac 20:09:07 Step 6/24 : COPY . . 20:09:07 ---> Using cache 20:09:07 ---> 10a3a1b734ab 20:09:07 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:09:07 ---> Using cache 20:09:07 ---> 45580c547616 20:09:07 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:09:09 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:09:10 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:09:10 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:09:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:09:10 ---> 1b86993af0c4 20:09:10 Step 3/22 : WORKDIR /edgex-go 20:09:10 ---> Using cache 20:09:10 ---> 18494d5bf516 20:09:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:09:10 ---> Using cache 20:09:10 ---> 8d5c9bcbf918 20:09:10 Step 5/22 : RUN apk add --update --no-cache make git 20:09:10 ---> Using cache 20:09:10 ---> c657e42e4fac 20:09:10 Step 6/22 : COPY . . 20:09:10 ---> Using cache 20:09:10 ---> 10a3a1b734ab 20:09:10 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:09:10 ---> Using cache 20:09:10 ---> 45580c547616 20:09:10 Step 8/22 : RUN make cmd/core-command/core-command 20:09:11 OK: 220 MiB in 52 packages 20:09:11 ---> Running in c2419686386a 20:09:11 ---> Running in 853ed5eacf1d 20:09:11 Removing intermediate container db4833a81b11 20:09:11 ---> 1fe2a617f467 20:09:11 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 20:09:11 ---> Running in fc20a305e0aa 20:09:11 Removing intermediate container fc20a305e0aa 20:09:11 ---> e450bde5c199 20:09:11 Step 27/30 : CMD ["gate"] 20:09:11 Removing intermediate container d41cc571ae16 20:09:11 ---> 467bc2626608 20:09:11 Step 6/22 : COPY . . 20:09:12 ---> Running in 3ec19ef80d32 20:09:12 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:09:12 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:09:12 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:09:13 Removing intermediate container 3ec19ef80d32 20:09:13 ---> 53557c16f715 20:09:13 Step 28/30 : LABEL arch=x86_64 20:09:13 ---> Running in f04c8816410d 20:09:14 Removing intermediate container f04c8816410d 20:09:14 ---> e2377b0d418a 20:09:14 Step 29/30 : LABEL git_sha=2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 20:09:15 ---> Running in 17e5a3b0b7a0 20:09:15 Removing intermediate container 17e5a3b0b7a0 20:09:15 ---> 7c99e424fe70 20:09:15 Step 30/30 : LABEL version=0.0.0 20:09:16 ---> Running in 54a64fbe4c20 20:09:16 ---> 9778e2463cb2 20:09:16 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:09:17 ---> Running in ab6f63d8d184 20:09:17 Removing intermediate container 54a64fbe4c20 20:09:17 ---> c386533a61cc 20:09:17 20:09:17 Successfully built c386533a61cc 20:09:17 Successfully tagged security-bootstrapper:latest 20:09:19  Building security-bootstrapper ... done Removing intermediate container ab6f63d8d184 20:09:19 ---> 13d180d2a2d6 20:09:19 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:09:19 ---> Running in 48f974a72c5a 20:09:19 Removing intermediate container efd640f56a7f 20:09:19 ---> c6133e27744f 20:09:19 20:09:19 Step 9/20 : FROM alpine:3.14 20:09:19 ---> 14119a10abf4 20:09:19 Step 10/20 : RUN apk add --update --no-cache curl 20:09:19 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:09:19 ---> Running in 20138da622ee 20:09:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:09:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:09:20 (1/5) Installing ca-certificates (20191127-r5) 20:09:21 (2/5) Installing brotli-libs (1.0.9-r5) 20:09:21 (3/5) Installing nghttp2-libs (1.43.0-r0) 20:09:21 (4/5) Installing libcurl (7.79.1-r0) 20:09:21 (5/5) Installing curl (7.79.1-r0) 20:09:21 Executing busybox-1.33.1-r3.trigger 20:09:21 Executing ca-certificates-20191127-r5.trigger 20:09:21 OK: 8 MiB in 19 packages 20:09:21 Removing intermediate container 20138da622ee 20:09:21 ---> fbca91499dea 20:09:21 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:09:23 ---> Running in e66934c0d021 20:09:23 Removing intermediate container e66934c0d021 20:09:23 ---> bdf8ef75ecff 20:09:23 Step 12/20 : WORKDIR /edgex 20:09:23 ---> Running in 31a55362fc0a 20:09:23 Removing intermediate container 31a55362fc0a 20:09:23 ---> 4b7e33c5f04e 20:09:23 Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:09:23 ---> 3b30ef83a1c4 20:09:23 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:09:23 ---> 3515bd1e5f82 20:09:23 Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:09:23 ---> 79c600277195 20:09:23 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:09:23 ---> Running in 397be9a55595 20:09:23 Removing intermediate container 397be9a55595 20:09:23 ---> 3194428cbb62 20:09:23 Step 17/20 : CMD ["--init=true"] 20:09:23 ---> Running in de8754bbb218 20:09:24 Removing intermediate container de8754bbb218 20:09:24 ---> 3b19c09cc95b 20:09:24 Step 18/20 : LABEL arch=x86_64 20:09:24 ---> Running in 83dfbf4348db 20:09:24 Removing intermediate container 83dfbf4348db 20:09:24 ---> d4bccc09687b 20:09:24 Step 19/20 : LABEL git_sha=2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 20:09:24 ---> Running in 0c96487e7879 20:09:24 Removing intermediate container 0c96487e7879 20:09:24 ---> 38739a8cea45 20:09:24 Step 20/20 : LABEL version=0.0.0 20:09:24 ---> Running in 5baa4d1cd639 20:09:24 Removing intermediate container 5baa4d1cd639 20:09:24 ---> 35e4163da819 20:09:24 20:09:24 Successfully built 35e4163da819 20:09:24 Successfully tagged security-proxy-setup:latest 20:09:36  Building security-proxy-setup ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:09:38 Removing intermediate container 853ed5eacf1d 20:09:38 ---> 569db6bc43e5 20:09:38 20:09:38 Step 9/22 : FROM alpine:3.14 20:09:38 ---> 14119a10abf4 20:09:38 Step 10/22 : RUN apk add --update --no-cache dumb-init 20:09:38 ---> Using cache 20:09:38 ---> 405f572d9fdd 20:09:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:09:38 ---> Using cache 20:09:38 ---> cbadaf229694 20:09:38 Step 12/22 : ENV APP_PORT=59882 20:09:38 ---> Running in 52fea35048b1 20:09:38 Removing intermediate container 52fea35048b1 20:09:38 ---> f1544c701eac 20:09:38 Step 13/22 : EXPOSE $APP_PORT 20:09:38 ---> Running in 20764046b856 20:09:39 Removing intermediate container 20764046b856 20:09:39 ---> 52c8e7b01353 20:09:39 Step 14/22 : WORKDIR / 20:09:39 ---> Running in b4af31575842 20:09:39 Removing intermediate container c2419686386a 20:09:39 ---> 98322e532ed7 20:09:39 20:09:39 Step 9/24 : FROM alpine:3.14 20:09:39 ---> 14119a10abf4 20:09:39 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:09:39 ---> Running in b9397b707761 20:09:39 Removing intermediate container b4af31575842 20:09:39 ---> 4316b82b4b8b 20:09:39 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:09:39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:09:39 ---> c82afe676458 20:09:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:09:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:09:40 (1/3) Installing ca-certificates (20191127-r5) 20:09:40 (2/3) Installing dumb-init (1.2.5-r1) 20:09:40 (3/3) Installing su-exec (0.2-r1) 20:09:40 Executing busybox-1.33.1-r3.trigger 20:09:40 Executing ca-certificates-20191127-r5.trigger 20:09:40 OK: 6 MiB in 17 packages 20:09:40 ---> 5b0163f4e8c2 20:09:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:09:40 ---> 053b813f6937 20:09:40 Step 18/22 : ENTRYPOINT ["/core-command"] 20:09:40 Removing intermediate container b9397b707761 20:09:40 ---> a92772e9d372 20:09:40 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:09:40 ---> Running in e4e9cabb48e5 20:09:41 ---> Running in 692b76439852 20:09:41 Removing intermediate container e4e9cabb48e5 20:09:41 ---> 8899fb6bde0f 20:09:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:09:41 ---> Running in 63b8733885d4 20:09:41 Removing intermediate container 692b76439852 20:09:41 ---> 6ea985034116 20:09:41 Step 12/24 : WORKDIR / 20:09:41 Removing intermediate container 63b8733885d4 20:09:41 ---> 277f467acc7d 20:09:41 Step 20/22 : LABEL arch=x86_64 20:09:41 ---> Running in eba2d8d62259 20:09:41 ---> Running in ea5f13ac8fe6 20:09:41 Removing intermediate container eba2d8d62259 20:09:41 ---> af7f690c7482 20:09:41 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:09:41 Removing intermediate container ea5f13ac8fe6 20:09:41 ---> 8163c464a5b7 20:09:41 Step 21/22 : LABEL git_sha=2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 20:09:41 ---> Running in 5cd4a3a26df3 20:09:41 ---> 25dd31ed2919 20:09:41 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:09:41 Removing intermediate container 5cd4a3a26df3 20:09:41 ---> 46dad0348b32 20:09:41 Step 22/22 : LABEL version=0.0.0 20:09:41 ---> Running in a84b7162c4ca 20:09:41 ---> a8d501c0c16f 20:09:41 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:09:41 Removing intermediate container a84b7162c4ca 20:09:41 ---> f7de7c1b5c9c 20:09:41 20:09:41 Successfully built f7de7c1b5c9c 20:09:41 Successfully tagged core-command:latest 20:09:42  Building core-command ... done  ---> 61fb39b923c7 20:09:42 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:09:42 ---> 0ec6e6b6a107 20:09:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:09:42 Removing intermediate container 48f974a72c5a 20:09:42 ---> 67748cd96e99 20:09:42 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:09:42 ---> Running in c8d265fe200f 20:09:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:09:42 ---> 5e4283beffec 20:09:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:09:43 ---> 7926d78d66d0 20:09:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:09:43 ---> ea2614687c2e 20:09:43 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 20:09:43 ---> Running in 7c9d23aa0725 20:09:43 Removing intermediate container c8d265fe200f 20:09:43 ---> b56ba46ca14f 20:09:43 20:09:43 Step 10/22 : FROM docker:20.10.8 20:09:43 20.10.8: Pulling from library/docker 20:09:44 Removing intermediate container 7c9d23aa0725 20:09:44 ---> 52aa41ac97c3 20:09:44 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:09:44 ---> Running in 51863f317dd8 20:09:44 Removing intermediate container 51863f317dd8 20:09:44 ---> 7016f0ebcb76 20:09:44 Step 22/24 : LABEL arch=x86_64 20:09:44 ---> Running in 7b2ff3c03b12 20:09:44 Removing intermediate container 7b2ff3c03b12 20:09:44 ---> 0a54e0260bf3 20:09:44 Step 23/24 : LABEL git_sha=2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 20:09:45 ---> Running in e3b174fbe9fa 20:09:45 Removing intermediate container e3b174fbe9fa 20:09:45 ---> a1ff5579b12c 20:09:45 Step 24/24 : LABEL version=0.0.0 20:09:45 ---> Running in c62083415567 20:09:45 Removing intermediate container c62083415567 20:09:45 ---> a2ce01d3005f 20:09:45 20:09:45 Successfully built a2ce01d3005f 20:09:45 Successfully tagged security-secretstore-setup:latest 20:09:46  Building security-secretstore-setup ... done Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd 20:09:46 Status: Downloaded newer image for docker:20.10.8 20:09:46 ---> bc6c0ffef665 20:09:46 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 20:09:47 ---> Running in 6f97a91c1997 20:09:47 Removing intermediate container 6f97a91c1997 20:09:47 ---> 8b78866f9383 20:09:47 Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 20:09:47 ---> Running in 4a8bb86c9f78 20:09:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 20:09:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 20:09:47 (1/42) Installing readline (8.1.0-r0) 20:09:47 (2/42) Installing bash (5.1.4-r0) 20:09:47 Executing bash-5.1.4-r0.post-install 20:09:47 (3/42) Installing brotli-libs (1.0.9-r5) 20:09:47 (4/42) Installing nghttp2-libs (1.43.0-r0) 20:09:47 (5/42) Installing libcurl (7.79.1-r0) 20:09:47 (6/42) Installing curl (7.79.1-r0) 20:09:47 (7/42) Installing dumb-init (1.2.5-r1) 20:09:47 (8/42) Installing libbz2 (1.0.8-r1) 20:09:47 (9/42) Installing expat (2.4.1-r0) 20:09:47 (10/42) Installing libffi (3.3-r2) 20:09:47 (11/42) Installing gdbm (1.19-r0) 20:09:47 (12/42) Installing xz-libs (5.2.5-r0) 20:09:47 (13/42) Installing libgcc (10.3.1_git20210424-r2) 20:09:47 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 20:09:47 (15/42) Installing mpdecimal (2.5.1-r1) 20:09:47 (16/42) Installing sqlite-libs (3.35.5-r0) 20:09:47 (17/42) Installing python3 (3.9.5-r1) 20:09:48 (18/42) Installing py3-appdirs (1.4.4-r2) 20:09:48 (19/42) Installing py3-chardet (4.0.0-r2) 20:09:48 (20/42) Installing py3-idna (3.2-r0) 20:09:48 (21/42) Installing py3-urllib3 (1.26.5-r0) 20:09:48 (22/42) Installing py3-certifi (2020.12.5-r1) 20:09:48 (23/42) Installing py3-requests (2.25.1-r4) 20:09:48 (24/42) Installing py3-msgpack (1.0.2-r1) 20:09:48 (25/42) Installing py3-lockfile (0.12.2-r4) 20:09:48 (26/42) Installing py3-cachecontrol (0.12.6-r1) 20:09:48 (27/42) Installing py3-colorama (0.4.4-r1) 20:09:48 (28/42) Installing py3-contextlib2 (0.6.0-r1) 20:09:48 (29/42) Installing py3-distlib (0.3.1-r3) 20:09:48 (30/42) Installing py3-distro (1.5.0-r3) 20:09:48 (31/42) Installing py3-six (1.15.0-r1) 20:09:48 (32/42) Installing py3-webencodings (0.5.1-r4) 20:09:48 (33/42) Installing py3-html5lib (1.1-r1) 20:09:48 (34/42) Installing py3-parsing (2.4.7-r2) 20:09:48 (35/42) Installing py3-packaging (20.9-r1) 20:09:48 (36/42) Installing py3-toml (0.10.2-r2) 20:09:48 (37/42) Installing py3-pep517 (0.10.0-r2) 20:09:48 (38/42) Installing py3-progress (1.5-r2) 20:09:48 (39/42) Installing py3-retrying (1.3.3-r1) 20:09:48 (40/42) Installing py3-ordered-set (4.0.2-r1) 20:09:48 (41/42) Installing py3-setuptools (52.0.0-r3) 20:09:48 (42/42) Installing py3-pip (20.3.4-r1) 20:09:48 Executing busybox-1.33.1-r3.trigger 20:09:48 OK: 84 MiB in 64 packages 20:09:49 Collecting docker-compose==1.23.2 20:09:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:09:49 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:09:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:09:49 Collecting PyYAML<4,>=3.10 20:09:49 Downloading PyYAML-3.13.tar.gz (270 kB) 20:09:50 Collecting websocket-client<1.0,>=0.32.0 20:09:50 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 20:09:50 Collecting docker<4.0,>=3.6.0 20:09:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:09:50 Collecting texttable<0.10,>=0.9.0 20:09:50 Downloading texttable-0.9.1.tar.gz (11 kB) 20:09:50 Collecting jsonschema<3,>=2.5.1 20:09:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:09:50 Collecting dockerpty<0.5,>=0.4.1 20:09:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:09:50 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) 20:09:50 Collecting docopt<0.7,>=0.6.1 20:09:50 Downloading docopt-0.6.2.tar.gz (25 kB) 20:09:51 Collecting cached-property<2,>=1.2.0 20:09:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:09:51 Collecting docker-pycreds>=0.4.0 20:09:51 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:09:51 Collecting urllib3<1.25,>=1.21.1 20:09:51 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:09:51 Collecting idna<2.8,>=2.5 20:09:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:09:51 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 20:09:51 Collecting chardet<3.1.0,>=3.0.2 20:09:51 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 20:09:51 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 20:09:51 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 20:09:51 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 20:09:51 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 20:09:51 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 20:09:51 Attempting uninstall: urllib3 20:09:51 Found existing installation: urllib3 1.26.5 20:09:51 Uninstalling urllib3-1.26.5: 20:09:51 Successfully uninstalled urllib3-1.26.5 20:09:51 Attempting uninstall: idna 20:09:51 Found existing installation: idna 3.2 20:09:51 Uninstalling idna-3.2: 20:09:51 Successfully uninstalled idna-3.2 20:09:51 Attempting uninstall: chardet 20:09:51 Found existing installation: chardet 4.0.0 20:09:51 Uninstalling chardet-4.0.0: 20:09:51 Successfully uninstalled chardet-4.0.0 20:09:52 Attempting uninstall: requests 20:09:52 Found existing installation: requests 2.25.1 20:09:52 Uninstalling requests-2.25.1: 20:09:52 Successfully uninstalled requests-2.25.1 20:09:52 Running setup.py install for texttable: started 20:09:52 Running setup.py install for texttable: finished with status 'done' 20:09:52 Running setup.py install for PyYAML: started 20:09:53 Running setup.py install for PyYAML: finished with status 'done' 20:09:53 Running setup.py install for docopt: started 20:09:53 Running setup.py install for docopt: finished with status 'done' 20:09:53 Running setup.py install for dockerpty: started 20:09:53 Running setup.py install for dockerpty: finished with status 'done' 20:09:53 Successfully installed PyYAML-3.13 cached-property-1.5.2 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:09:54 Removing intermediate container ad729c0af8b0 20:09:54 ---> 27e65c541a90 20:09:54 Successfully built 27e65c541a90 20:09:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:09:55 + docker inspect -f . ci-base-image-arm64 20:09:55 . [Pipeline] withDockerContainer 20:09:55 prd-ubuntu18.04-docker-arm64-4c-16g-28452 does not seem to be running inside a container 20:09:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 20:09:57 Removing intermediate container 4a8bb86c9f78 20:09:57 ---> 4520ec940c1f 20:09:57 Step 13/22 : ENV APP_PORT=58890 20:09:57 ---> Running in c6cbd0310ae1 20:09:57 Removing intermediate container c6cbd0310ae1 20:09:57 ---> f117dd8815ce 20:09:57 Step 14/22 : EXPOSE $APP_PORT 20:09:57 ---> Running in f65b93b40757 20:09:57 Removing intermediate container f65b93b40757 20:09:57 ---> adb07b4ee5a5 20:09:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:09:57 ---> 24b8ee20e13c 20:09:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:09:57 $ docker top 57a7b4ea07ced5e91cbbed6d529322d08dc0603787ca4d4c0a8e67ce43f2089a -eo pid,comm 20:09:57 ---> 54806eb8c25b 20:09:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:09:57 ---> c6970745a68b 20:09:57 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 20:09:57 ---> Running in 8607a14f4d76 20:09:57 Removing intermediate container 8607a14f4d76 20:09:57 ---> 467ad59fd447 20:09:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:09:57 ---> Running in f7e0c97de671 [Pipeline] { [Pipeline] sh 20:09:58 Removing intermediate container f7e0c97de671 20:09:58 ---> 53c3a0535e8d 20:09:58 Step 20/22 : LABEL arch=x86_64 20:09:58 ---> Running in c73bde10dca6 20:09:58 Removing intermediate container c73bde10dca6 20:09:58 ---> f3f18dcc61cd 20:09:58 Step 21/22 : LABEL git_sha=2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 20:09:58 ---> Running in 8b13d3889dda 20:09:58 Removing intermediate container 8b13d3889dda 20:09:58 ---> aee84c483be3 20:09:58 Step 22/22 : LABEL version=0.0.0 20:09:58 ---> Running in 964216ddf9de 20:09:58 Removing intermediate container 964216ddf9de 20:09:58 ---> 645ae832c3b2 20:09:58 20:09:58 Successfully built 645ae832c3b2 20:09:58 Successfully tagged sys-mgmt-agent:latest 20:09:58  Building sys-mgmt-agent ... done  [Pipeline] } 20:09:58 $ docker stop --time=1 4b58631b8f95af52b285f6b27a764151cf6a73920ef0b24c632d245029272ede 20:09:58 + go version 20:09:58 go version go1.16.8 linux/arm64 20:10:00 $ docker rm -f 4b58631b8f95af52b285f6b27a764151cf6a73920ef0b24c632d245029272ede [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 20:10:00 $ docker stop --time=1 57a7b4ea07ced5e91cbbed6d529322d08dc0603787ca4d4c0a8e67ce43f2089a 20:10:00 + docker images 20:10:00 REPOSITORY TAG IMAGE ID CREATED SIZE 20:10:00 sys-mgmt-agent latest 645ae832c3b2 2 seconds ago 294MB 20:10:00 security-secretstore-setup latest a2ce01d3005f 16 seconds ago 28.4MB 20:10:00 b56ba46ca14f 17 seconds ago 1.76GB 20:10:00 core-command latest f7de7c1b5c9c 19 seconds ago 16.1MB 20:10:00 98322e532ed7 21 seconds ago 1.76GB 20:10:00 569db6bc43e5 23 seconds ago 1.75GB 20:10:00 security-proxy-setup latest 35e4163da819 36 seconds ago 26.9MB 20:10:00 c6133e27744f 41 seconds ago 1.76GB 20:10:00 security-bootstrapper latest c386533a61cc 44 seconds ago 18.9MB 20:10:00 support-scheduler latest 14fa5c8fd997 54 seconds ago 16.2MB 20:10:00 support-notifications latest 3821c52646c6 About a minute ago 16.9MB 20:10:00 core-metadata latest 63d52ce40ac8 About a minute ago 16.9MB 20:10:00 181afcc0fed1 About a minute ago 1.76GB 20:10:00 89a1055d3b76 About a minute ago 1.76GB 20:10:00 33d793c4fc05 About a minute ago 1.76GB 20:10:00 de5322f27a75 About a minute ago 1.76GB 20:10:00 core-data latest 10796be55c31 About a minute ago 20.7MB 20:10:00 09e7afc2eaa0 About a minute ago 1.76GB 20:10:00 ci-base-image-x86_64 latest 1b86993af0c4 5 minutes ago 1.25GB 20:10:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 9f6097aaca64 3 weeks ago 548MB 20:10:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 4 weeks ago 34.5MB 20:10:00 docker 20.10.8 bc6c0ffef665 2 months ago 214MB 20:10:00 alpine 3.14 14119a10abf4 2 months ago 5.6MB 20:10:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 16 months ago 310MB 20:10:02 $ docker rm -f 57a7b4ea07ced5e91cbbed6d529322d08dc0603787ca4d4c0a8e67ce43f2089a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] script [Pipeline] { [Pipeline] stage [Pipeline] { (Snap) [Pipeline] isUnix [Pipeline] sh [Pipeline] findFiles 20:10:03 + docker inspect -f . ci-base-image-arm64 20:10:03 . [Pipeline] withDockerContainer 20:10:04 prd-ubuntu18.04-docker-arm64-4c-16g-28452 does not seem to be running inside a container 20:10:04 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 20:10:05 $ docker top f549d722e9744aa3949b5f9ef69416e4d7537e04ca5070350f1d87b0440c81a4 -eo pid,comm [Pipeline] { [Pipeline] node [Pipeline] echo 20:10:06 ========================================================= 20:10:06 [edgeXBuildGoParallel] Running Tests and Build... 20:10:06 ========================================================= [Pipeline] fileExists [Pipeline] sh 20:10:07 + make test 20:10:07 go mod tidy 20:10:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:10:21 Still waiting to schedule task 20:10:21 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 20:10:41 ? github.com/edgexfoundry/edgex-go [no test files] 20:11:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:11:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:11:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:11:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:12:12 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:12:12 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:12:12 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:12:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:12:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:12:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:12:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:12:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:12:14 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:12:14 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 20:12:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.262s coverage: 28.7% of statements 20:12:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:12:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:12:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.375s coverage: 98.5% of statements 20:12:28 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 20:12:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.421s coverage: 44.7% of statements 20:12:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:12:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:12:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.745s coverage: 89.5% of statements 20:12:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 20:12:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 20:12:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.238s coverage: 84.4% of statements 20:12:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:12:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 20:12:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 20:12:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:12:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:12:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.596s coverage: 94.2% of statements 20:12:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 20:12:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 20:12:41 ok github.com/edgexfoundry/edgex-go/internal/io 0.250s coverage: 59.1% of statements 20:12:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:12:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 20:12:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 20:12:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:12:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:12:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.254s coverage: 60.0% of statements 20:12:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:12:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:12:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:12:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.391s coverage: 0.9% of statements 20:12:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 20:12:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.287s coverage: 58.8% of statements 20:12:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.183s coverage: 21.7% of statements 20:12:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:12:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.235s coverage: 47.1% of statements 20:12:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.232s coverage: 79.5% of statements 20:12:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.205s coverage: 94.1% of statements 20:12:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.232s coverage: 96.3% of statements 20:12:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.205s coverage: 87.5% of statements 20:12:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.229s coverage: 94.4% of statements 20:12:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.186s coverage: 44.8% of statements 20:13:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.667s coverage: 82.5% of statements 20:13:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 20:13:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.290s coverage: 92.9% of statements 20:13:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:13:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:13:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:13:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 65.1% of statements 20:13:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:13:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:13:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:13:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:13:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:13:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.190s coverage: 87.2% of statements 20:13:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:13:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:13:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.184s coverage: 100.0% of statements 20:13:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:13:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.310s coverage: 58.8% of statements 20:13:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:13:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.343s coverage: 80.0% of statements 20:13:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.278s coverage: 87.2% of statements 20:13:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.295s coverage: 85.4% of statements 20:13:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.845s coverage: 91.2% of statements 20:13:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:13:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.968s coverage: 64.4% of statements 20:13:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:13:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:13:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.253s coverage: 100.0% of statements 20:13:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.106s coverage: 89.4% of statements 20:13:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements 20:13:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.098s coverage: 73.7% of statements 20:13:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.069s coverage: 100.0% of statements 20:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.411s coverage: 65.4% of statements 20:13:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:13:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:13:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:13:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.819s coverage: 43.8% of statements 20:13:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:13:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:13:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.233s coverage: 89.5% of statements 20:13:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:13:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.237s coverage: 84.8% of statements 20:13:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 20:13:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.282s coverage: 17.7% of statements 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:13:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.676s coverage: 92.3% of statements 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 20:13:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.209s coverage: 63.2% of statements 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:13:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.466s coverage: 97.7% of statements 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 20:13:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.204s coverage: 28.9% of statements 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 20:13:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:13:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.207s coverage: 100.0% of statements 20:13:28 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 96.9% of statements 20:13:28 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:13:28 WARNING: Linting skipped (not on x86_64 or linter not installed) 20:13:28 GO111MODULE=on go vet ./... 20:15:06 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 20:15:06 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 20:15:06 ./bin/test-attribution-txt.sh [Pipeline] sh 20:15:07 + ls -al . 20:15:07 total 664 20:15:07 drwxrwxr-x 9 1001 1001 4096 Nov 9 20:14 . 20:15:07 drwxr-xr-x 4 root root 4096 Nov 9 20:10 .. 20:15:07 -rw-rw-r-- 1 1001 1001 11 Nov 9 20:07 .dockerignore 20:15:07 drwxrwxr-x 8 1001 1001 4096 Nov 9 20:07 .git 20:15:07 drwxrwxr-x 4 1001 1001 4096 Nov 9 20:07 .github 20:15:07 -rw-rw-r-- 1 1001 1001 804 Nov 9 20:07 .gitignore 20:15:07 -rw-rw-r-- 1 1001 1001 42 Nov 9 20:07 .golangci.yml 20:15:07 -rw-rw-r-- 1 1001 1001 76 Nov 9 20:07 .hadolint.yml 20:15:07 -rw-rw-r-- 1 1001 1001 166 Nov 9 20:07 .sonarcloud.properties 20:15:07 -rw-rw-r-- 1 1001 1001 1171 Nov 9 20:07 ADOPTERS.md 20:15:07 -rw-rw-r-- 1 1001 1001 8910 Nov 9 20:07 Attribution.txt 20:15:07 -rw-rw-r-- 1 1001 1001 43881 Nov 9 20:07 CHANGELOG.md 20:15:07 -rw-rw-r-- 1 1001 1001 3804 Nov 9 20:07 CONTRIBUTING.md 20:15:07 -rw-rw-r-- 1 1001 1001 677 Nov 9 20:07 GOVERNANCE.md 20:15:07 -rw-rw-r-- 1 1001 1001 849 Nov 9 20:07 Jenkinsfile 20:15:07 -rw-rw-r-- 1 1001 1001 10775 Nov 9 20:07 LICENSE 20:15:07 -rw-rw-r-- 1 1001 1001 6508 Nov 9 20:07 Makefile 20:15:07 -rw-rw-r-- 1 1001 1001 582 Nov 9 20:07 OWNERS.md 20:15:07 -rw-rw-r-- 1 1001 1001 8256 Nov 9 20:07 README.md 20:15:07 -rw-rw-r-- 1 1001 1001 6912 Nov 9 20:07 SECURITY.md 20:15:07 -rw-rw-r-- 1 1001 1001 5 Nov 9 20:03 VERSION 20:15:07 -rw-rw-r-- 1 1001 1001 4131 Nov 9 20:07 ZMQWindows.md 20:15:07 drwxrwxr-x 2 1001 1001 4096 Nov 9 20:07 bin 20:15:07 drwxrwxr-x 14 1001 1001 4096 Nov 9 20:07 cmd 20:15:07 -rw-r--r-- 1 root root 428381 Nov 9 20:13 coverage.out 20:15:07 -rw-rw-r-- 1 1001 1001 854 Nov 9 20:07 go.mod 20:15:07 -rw-rw-r-- 1 1001 1001 49665 Nov 9 20:07 go.sum 20:15:07 drwxrwxr-x 8 1001 1001 4096 Nov 9 20:07 internal 20:15:07 drwxrwxr-x 3 1001 1001 4096 Nov 9 20:07 openapi 20:15:07 drwxrwxr-x 4 1001 1001 4096 Nov 9 20:07 snap 20:15:07 -rw-rw-r-- 1 1001 1001 204 Nov 9 20:07 version.go [Pipeline] sh 20:15:07 + '[' -e coverage.out ] 20:15:07 + chown 1001:1001 coverage.out [Pipeline] stash 20:15:07 Warning: overwriting stash ‘coverage-report’ 20:15:08 Stashed 1 file(s) [Pipeline] sh 20:15:09 + make build 20:15:09 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:15:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:15:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:15:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:15:47 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:15:48 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:15:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:15:56 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:16:00 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:16:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:16:07 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:16:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 20:16:17 $ docker stop --time=1 f549d722e9744aa3949b5f9ef69416e4d7537e04ca5070350f1d87b0440c81a4 20:16:19 $ docker rm -f f549d722e9744aa3949b5f9ef69416e4d7537e04ca5070350f1d87b0440c81a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:16:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:16:21 20:16:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:16:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:16:22 latest: Pulling from edgex-devops/edgex-compose-arm64 20:16:22 29e5d40040c1: Pulling fs layer 20:16:22 1ce36da41761: Pulling fs layer 20:16:22 25b303627fd3: Pulling fs layer 20:16:22 29e5d40040c1: Verifying Checksum 20:16:22 29e5d40040c1: Download complete 20:16:22 1ce36da41761: Verifying Checksum 20:16:22 1ce36da41761: Download complete 20:16:23 29e5d40040c1: Pull complete 20:16:24 25b303627fd3: Download complete 20:16:24 1ce36da41761: Pull complete 20:16:34 25b303627fd3: Pull complete 20:16:34 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:16:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:16:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:16:35 prd-ubuntu18.04-docker-arm64-4c-16g-28452 does not seem to be running inside a container 20:16:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:16:37 $ docker top e1801ed70d0ecea17bdfb63c591a3abe4c9ae737b104ff0d327d1bf7595065b2 -eo pid,comm [Pipeline] { [Pipeline] sh 20:16:38 + docker-compose build --help 20:16:38 + grep parallel 20:16:43 --parallel Build images in parallel. [Pipeline] } 20:16:43 $ docker stop --time=1 e1801ed70d0ecea17bdfb63c591a3abe4c9ae737b104ff0d327d1bf7595065b2 20:16:44 $ docker rm -f e1801ed70d0ecea17bdfb63c591a3abe4c9ae737b104ff0d327d1bf7595065b2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:16:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:16:45 . [Pipeline] withDockerContainer 20:16:45 prd-ubuntu18.04-docker-arm64-4c-16g-28452 does not seem to be running inside a container 20:16:45 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:16:47 $ docker top 61fffbb6815cd15fe3e7e6e2de61d41f9cc50ddd32be379b5be96512b1d0a1e2 -eo pid,comm [Pipeline] { [Pipeline] sh 20:16:48 + docker-compose -f ./docker-compose-build.yml build --parallel 20:16:53 Building core-command ... 20:16:53 Building core-data ... 20:16:53 Building core-metadata ... 20:16:53 Building security-bootstrapper ... 20:16:53 Building security-proxy-setup ... 20:16:53 Building security-secretstore-setup ... 20:16:53 Building support-notifications ... 20:16:53 Building support-scheduler ... 20:16:53 Building sys-mgmt-agent ... 20:16:53 Building sys-mgmt-agent 20:16:53 Building security-proxy-setup 20:16:53 Building support-notifications 20:16:53 Building support-scheduler 20:16:53 Building core-metadata 20:18:01 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:18:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:18:01 ---> 27e65c541a90 20:18:01 Step 3/23 : WORKDIR /edgex-go 20:18:01 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:18:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:18:01 ---> 27e65c541a90 20:18:01 Step 3/22 : WORKDIR /edgex-go 20:18:01 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:18:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:18:01 ---> 27e65c541a90 20:18:01 Step 3/21 : WORKDIR /edgex-go 20:18:01 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:18:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:18:01 ---> 27e65c541a90 20:18:01 Step 3/22 : WORKDIR /edgex-go 20:18:01 Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:18:01 Step 2/20 : FROM ${BUILDER_BASE} AS builder 20:18:01 ---> 27e65c541a90 20:18:01 Step 3/20 : WORKDIR /edgex-go 20:18:01 ---> Running in 13b39d089b34 20:18:01 ---> Running in 950641426c65 20:18:01 ---> Running in 00fe13efb559 20:18:01 ---> Running in b90c361241ec 20:18:01 ---> Running in 06fd8b55b5bf 20:18:02 Removing intermediate container 00fe13efb559 20:18:02 ---> e05c39e7bc53 20:18:02 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:02 Removing intermediate container 06fd8b55b5bf 20:18:02 ---> 4a71ce3fc4f8 20:18:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:02 Removing intermediate container b90c361241ec 20:18:02 ---> 00ada01d0cf3 20:18:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:02 Removing intermediate container 13b39d089b34 20:18:02 ---> c69a44018881 20:18:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:02 ---> Running in c9176a06f079 20:18:02 ---> Running in f74bfef21d85 20:18:02 Removing intermediate container 950641426c65 20:18:02 ---> 32c10d2232e3 20:18:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:18:02 ---> Running in f3c4b9922fba 20:18:02 ---> Running in b7f2de554cad 20:18:03 ---> Running in 5c621416b16e 20:18:06 Removing intermediate container c9176a06f079 20:18:06 ---> c41a300937ab 20:18:06 Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates 20:18:06 ---> Running in 37fe27d0187f 20:18:06 Removing intermediate container f74bfef21d85 20:18:06 ---> cdd840e093f9 20:18:06 Step 5/20 : RUN apk add --update --no-cache make git 20:18:06 ---> Running in 96e39f9eb3fa 20:18:08 Removing intermediate container b7f2de554cad 20:18:08 ---> 09124db9aaa1 20:18:08 Step 5/23 : RUN apk add --update --no-cache make git 20:18:08 Removing intermediate container f3c4b9922fba 20:18:08 ---> 925691295f22 20:18:08 Step 5/22 : RUN apk add --update --no-cache make bash git 20:18:08 ---> Running in 1370b55f3907 20:18:08 ---> Running in 81f8607c917e 20:18:08 Removing intermediate container 5c621416b16e 20:18:08 ---> 2d3a1b0ab648 20:18:08 Step 5/22 : RUN apk add --update --no-cache make git 20:18:08 ---> Running in 45301c9fa3ae 20:18:08 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:18:08 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:18:09 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:18:09 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:18:09 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:18:09 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:18:09 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:18:10 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:18:10 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:18:10 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:18:10 OK: 219 MiB in 52 packages 20:18:10 OK: 219 MiB in 52 packages 20:18:11 OK: 219 MiB in 52 packages 20:18:11 OK: 219 MiB in 52 packages 20:18:11 OK: 219 MiB in 52 packages 20:18:12 Removing intermediate container 37fe27d0187f 20:18:12 ---> b9bcfaa02fa9 20:18:12 Step 6/21 : COPY . . 20:18:12 Removing intermediate container 96e39f9eb3fa 20:18:12 ---> aaa7f3adbd3c 20:18:12 Step 6/20 : COPY . . 20:18:13 Removing intermediate container 81f8607c917e 20:18:13 ---> 1f96560e45dd 20:18:13 Step 6/22 : COPY . . 20:18:13 Removing intermediate container 45301c9fa3ae 20:18:13 ---> 1f7c9b8b3ab9 20:18:13 Step 6/22 : COPY . . 20:18:13 Removing intermediate container 1370b55f3907 20:18:13 ---> 20ac317bfeb6 20:18:13 Step 6/23 : COPY go.mod . 20:18:15 ---> 87969597b52b 20:18:15 Step 7/23 : RUN go mod download 20:18:15 ---> Running in 41ff94806aa3 20:18:21 Removing intermediate container 41ff94806aa3 20:18:21 ---> 79f0a4398747 20:18:21 Step 8/23 : COPY . . 20:18:39 ---> eac9ca48636e 20:18:39 Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:39 ---> 49e40875b892 20:18:39 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:39 ---> Running in 3f77c5576d4c 20:18:39 ---> 5125632575c0 20:18:39 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:39 ---> Running in 5c67d54631a9 20:18:39 ---> bc41089bfdf7 20:18:39 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:18:39 ---> Running in 71d724aa2279 20:18:39 ---> Running in 4326bb02f954 20:18:44 ---> 221b646cf122 20:18:44 Step 9/23 : RUN go mod tidy 20:18:44 Removing intermediate container 5c67d54631a9 20:18:44 ---> 099cb8256a60 20:18:44 Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:18:44 ---> Running in 529cbf97ab5b 20:18:44 Removing intermediate container 71d724aa2279 20:18:44 ---> 5306df14c313 20:18:44 Step 8/22 : RUN make cmd/core-metadata/core-metadata 20:18:44 ---> Running in fc5a3c24e7d1 20:18:44 ---> Running in 858821a980c3 20:18:44 Removing intermediate container 3f77c5576d4c 20:18:44 ---> 5145d4f8fadc 20:18:44 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:18:44 ---> Running in 9cf4fff38c96 20:18:44 Removing intermediate container 4326bb02f954 20:18:44 ---> 0a4f57abf635 20:18:44 Step 8/21 : RUN make cmd/support-notifications/support-notifications 20:18:44 ---> Running in 4572628e6fd1 20:18:46 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:18:46 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:18:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:18:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:18:51 Removing intermediate container 529cbf97ab5b 20:18:51 ---> 5f43a07e6f9d 20:18:51 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 20:18:51 ---> Running in 5250423007ec 20:18:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:19:34 Running on prd-ubuntu18.04-docker-8c-8g-28478 in /w/workspace/edgexfoundry_edgex-go_PR-3798 [Pipeline] { [Pipeline] ws 20:19:34 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 20:19:34 The recommended git tool is: git 20:19:38 using credential edgex-jenkins-ssh 20:19:38 Cloning the remote Git repository 20:19:38 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:19:38 > git init /w/workspace/edgex-go/1 # timeout=10 20:19:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:19:38 > git --version # timeout=10 20:19:38 > git --version # 'git version 2.17.1' 20:19:38 using GIT_SSH to set credentials SSH Credentials for GitHub 20:19:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:19:45 Merging remotes/origin/main commit 71c58d83af7cb3bea209afe6e95f7ce426ac6ec6 into PR head commit 2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 20:19:45 Merge succeeded, producing 2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 20:19:45 Checking out Revision 2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 (PR-3798) 20:19:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:19:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:19:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:19:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:19:44 using GIT_SSH to set credentials SSH Credentials for GitHub 20:19:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3798/head:refs/remotes/origin/PR-3798 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:19:45 > git config core.sparsecheckout # timeout=10 20:19:45 > git checkout -f 2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 # timeout=10 20:19:45 > git remote # timeout=10 20:19:45 > git config --get remote.origin.url # timeout=10 20:19:45 using GIT_SSH to set credentials SSH Credentials for GitHub 20:19:45 > git merge 71c58d83af7cb3bea209afe6e95f7ce426ac6ec6 # timeout=10 20:19:45 > git rev-parse HEAD^{commit} # timeout=10 20:19:45 > git config core.sparsecheckout # timeout=10 20:19:45 > git checkout -f 2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 # timeout=10 20:19:49 Commit message: "build(deps): Bump github.com/lib/pq from 1.10.3 to 1.10.4" 20:19:49 > git --version # timeout=10 20:19:49 > git --version # 'git version 2.17.1' 20:19:49 fatal: bad object 9a07f3f07dd1acff74ab8b51a5ea399813bb16af [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:19:50 + echo snap-build.sh 20:19:50 snap-build.sh 20:19:50 + SNAP_BASE_DIR=. 20:19:50 + '[' '!' -z /w/workspace/edgex-go/1 ']' 20:19:50 + SNAP_BASE_DIR=/w/workspace/edgex-go/1 20:19:50 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' 20:19:50 [snap-build] Building snap in dir [/w/workspace/edgex-go/1] 20:19:50 + cd /w/workspace/edgex-go/1 20:19:50 + sudo apt-get remove -qy --purge lxd lxd-client 20:19:50 Reading package lists... 20:19:50 Building dependency tree... 20:19:50 Reading state information... 20:19:50 The following packages were automatically installed and are no longer required: 20:19:50 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 20:19:50 uidmap xdelta3 20:19:50 Use 'sudo apt autoremove' to remove them. 20:19:50 The following packages will be REMOVED: 20:19:50 lxd* lxd-client* 20:19:50 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 20:19:50 After this operation, 31.7 MB disk space will be freed. 20:19:52 (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:19:52 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 20:19:53 Removing lxd dnsmasq configuration 20:19:53 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 20:19:53 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 20:19:54 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:19:54 (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:19:54 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 20:19:56 Processing triggers for systemd (237-3ubuntu10.45) ... 20:19:56 Processing triggers for ureadahead (0.100.0-21) ... 20:19:56 + sudo snap remove --purge lxd 20:19:57 snap "lxd" is not installed 20:19:57 + sudo groupadd --force --system lxd 20:19:57 ++ whoami 20:19:57 + sudo /usr/sbin/usermod -G lxd -a jenkins 20:19:57 + newgrp - lxd 20:19:57 + sudo snap install lxd 20:20:09 2021-11-09T20:20:06Z INFO Waiting for automatic snapd restart... 20:20:24 lxd 4.19 from Canonical* installed 20:20:24 + sudo lxd init --auto 20:20:34 + sudo snap install --classic snapcraft 20:20:45 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:20:46 snapcraft 5.0 from Canonical* installed 20:20:46 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 20:20:46 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 20:20:46 % Total % Received % Xferd Average Speed Time Time Time Current 20:20:46 Dload Upload Total Spent Left Speed 20:20:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3968 0 --:--:-- --:--:-- --:--:-- 3968 20:20:46 100 3325k 100 3325k 0 0 6912k 0 --:--:-- --:--:-- --:--:-- 6912k 20:20:46 ./yq_linux_amd64 20:20:46 + sudo snapcraft prime --use-lxd 20:20:49 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 20:20:49 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:20:49 - README.md 20:20:49 20:20:49 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:20:49 Launching a container. 20:20:52 Removing intermediate container 9cf4fff38c96 20:20:52 ---> e55e43322f7b 20:20:52 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:20:52 ---> Running in e2849c7f5f5f 20:20:54 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:20:59 Removing intermediate container fc5a3c24e7d1 20:20:59 ---> 02a7fa5f92c9 20:20:59 20:20:59 Step 9/20 : FROM alpine:3.14 20:20:59 3.14: Pulling from library/alpine 20:20:59 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 20:20:59 Status: Downloaded newer image for alpine:3.14 20:20:59 ---> bb3de5531c18 20:20:59 Step 10/20 : RUN apk add --update --no-cache curl 20:20:59 Waiting for container to be ready 20:20:59 To start your first instance, try: lxc launch ubuntu:20.04 20:20:59 20:21:00 ---> Running in 831dbd0e1235 20:21:00 Removing intermediate container e2849c7f5f5f 20:21:00 ---> 06a33e5ee30d 20:21:00 20:21:00 Step 10/22 : FROM docker:20.10.8 20:21:00 20.10.8: Pulling from library/docker 20:21:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:21:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:21:04 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 20:21:04 Waiting for network to be ready... 20:21:04 (1/5) Installing ca-certificates (20191127-r5) 20:21:04 (2/5) Installing brotli-libs (1.0.9-r5) 20:21:04 (3/5) Installing nghttp2-libs (1.43.0-r0) 20:21:04 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:21:04 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:21:05 (4/5) Installing libcurl (7.79.1-r0) 20:21:05 (5/5) Installing curl (7.79.1-r0) 20:21:05 Executing busybox-1.33.1-r3.trigger 20:21:05 Executing ca-certificates-20191127-r5.trigger 20:21:05 OK: 8 MiB in 19 packages 20:21:05 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:21:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1955 kB] 20:21:05 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:21:05 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:21:05 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:21:06 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:21:06 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:21:06 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:21:06 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:21:06 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [351 kB] 20:21:06 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 20:21:06 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 20:21:06 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [514 kB] 20:21:06 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [69.7 kB] 20:21:06 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1147 kB] 20:21:06 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [263 kB] 20:21:06 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:21:06 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2304 kB] 20:21:06 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [445 kB] 20:21:06 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] 20:21:06 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] 20:21:06 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [539 kB] 20:21:06 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [73.6 kB] 20:21:06 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1763 kB] 20:21:06 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [380 kB] 20:21:07 Removing intermediate container 831dbd0e1235 20:21:07 ---> 762f9e5bf517 20:21:07 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:21:08 ---> Running in c4f30f731035 20:21:09 Removing intermediate container c4f30f731035 20:21:09 ---> a4d4697193a6 20:21:09 Step 12/20 : WORKDIR /edgex 20:21:09 ---> Running in 898abef7d77a 20:21:09 Removing intermediate container 4572628e6fd1 20:21:09 ---> dd8614001388 20:21:09 20:21:09 Step 9/21 : FROM alpine:3.14 20:21:09 ---> bb3de5531c18 20:21:09 Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init 20:21:09 Fetched 25.6 MB in 5s (5053 kB/s) 20:21:10 ---> Running in dca6af6cea65 20:21:10 Removing intermediate container 898abef7d77a 20:21:10 ---> 53b1ddb8e4fc 20:21:10 Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:21:11 Reading package lists... 20:21:11 Reading package lists... 20:21:11 Building dependency tree... 20:21:11 Reading state information... 20:21:11 Removing intermediate container 858821a980c3 20:21:11 ---> 5dc36880eeb5 20:21:11 20:21:11 Step 9/22 : FROM alpine:3.14 20:21:11 ---> bb3de5531c18 20:21:11 Step 10/22 : RUN apk add --update --no-cache dumb-init 20:21:11 The following additional packages will be installed: 20:21:11 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:21:11 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:21:11 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:21:11 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 20:21:11 Suggested packages: 20:21:11 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 20:21:11 Recommended packages: 20:21:11 gnupg libsasl2-modules 20:21:11 The following NEW packages will be installed: 20:21:11 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:21:11 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:21:11 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:21:11 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 20:21:11 The following packages will be upgraded: 20:21:11 gpg gpg-agent gpgconf libudev1 20:21:12 ---> Running in a852a77b4241 20:21:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:21:12 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. 20:21:12 Need to get 3527 kB of archives. 20:21:12 After this operation, 13.3 MB of additional disk space will be used. 20:21:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 20:21:12 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.52 [55.8 kB] 20:21:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 20:21:12 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 20:21:12 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.52 [1102 kB] 20:21:12 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:21:12 ---> 066ed74c3be0 20:21:12 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:21:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:21:12 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 20:21:12 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 20:21:12 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 20:21:12 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 20:21:12 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 20:21:12 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 20:21:12 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 20:21:12 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 20:21:12 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 20:21:12 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 20:21:12 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 20:21:12 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 20:21:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 20:21:12 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 20:21:12 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 20:21:12 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 20:21:12 debconf: delaying package configuration, since apt-utils is not installed 20:21:13 Fetched 3527 kB in 1s (3226 kB/s) 20:21:13 (Reading database ... 12511 files and directories currently installed.) 20:21:13 Preparing to unpack .../libudev1_237-3ubuntu10.52_amd64.deb ... 20:21:13 Unpacking libudev1:amd64 (237-3ubuntu10.52) over (237-3ubuntu10) ... 20:21:13 Setting up libudev1:amd64 (237-3ubuntu10.52) ... 20:21:13 Selecting previously unselected package udev. 20:21:13 (Reading database ... 12511 files and directories currently installed.) 20:21:13 Preparing to unpack .../00-udev_237-3ubuntu10.52_amd64.deb ... 20:21:13 Unpacking udev (237-3ubuntu10.52) ... 20:21:13 (1/2) Installing ca-certificates (20191127-r5) 20:21:13 (2/2) Installing dumb-init (1.2.5-r1) 20:21:13 Selecting previously unselected package libfuse2:amd64. 20:21:13 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 20:21:13 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:21:13 Selecting previously unselected package fuse. 20:21:13 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 20:21:13 Unpacking fuse (2.9.7-1ubuntu1) ... 20:21:13 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 20:21:13 Executing busybox-1.33.1-r3.trigger 20:21:13 Executing ca-certificates-20191127-r5.trigger 20:21:13 Removing intermediate container 5250423007ec 20:21:13 ---> 2b5dbea227eb 20:21:13 20:21:13 Step 11/23 : FROM alpine:3.14 20:21:13 ---> bb3de5531c18 20:21:13 Step 12/23 : RUN apk add --update --no-cache dumb-init 20:21:13 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:21:13 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 20:21:13 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:21:13 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 20:21:13 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:21:14 OK: 6 MiB in 16 packages 20:21:14 Selecting previously unselected package libksba8:amd64. 20:21:14 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 20:21:14 Unpacking libksba8:amd64 (1.3.5-2) ... 20:21:14 Selecting previously unselected package libroken18-heimdal:amd64. 20:21:14 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:21:14 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:21:14 Selecting previously unselected package libasn1-8-heimdal:amd64. 20:21:14 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:21:14 ---> Running in 42d9781f4020 20:21:14 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:21:14 Selecting previously unselected package libheimbase1-heimdal:amd64. 20:21:14 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:21:14 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:21:14 Selecting previously unselected package libhcrypto4-heimdal:amd64. 20:21:14 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:21:14 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:21:14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:21:14 Selecting previously unselected package libwind0-heimdal:amd64. 20:21:14 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:21:14 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:21:14 Selecting previously unselected package libhx509-5-heimdal:amd64. 20:21:14 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:21:14 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:21:14 Selecting previously unselected package libkrb5-26-heimdal:amd64. 20:21:14 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:21:14 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:21:14 Selecting previously unselected package libheimntlm0-heimdal:amd64. 20:21:14 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:21:14 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:21:14 Selecting previously unselected package libgssapi3-heimdal:amd64. 20:21:14 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:21:14 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:21:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:21:15 Selecting previously unselected package libsasl2-modules-db:amd64. 20:21:15 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:21:15 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:21:15 Selecting previously unselected package libsasl2-2:amd64. 20:21:15 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:21:15 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:21:15 Selecting previously unselected package libldap-common. 20:21:15 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 20:21:15 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 20:21:15 Selecting previously unselected package libldap-2.4-2:amd64. 20:21:15 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 20:21:15 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 20:21:15 Selecting previously unselected package dirmngr. 20:21:15 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 20:21:15 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 20:21:15 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 20:21:15 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 20:21:15 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:21:15 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:21:15 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:21:15 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 20:21:15 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:21:15 Setting up libksba8:amd64 (1.3.5-2) ... 20:21:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:21:16 Setting up udev (237-3ubuntu10.52) ... 20:21:16 (1/1) Installing dumb-init (1.2.5-r1) 20:21:16 Executing busybox-1.33.1-r3.trigger 20:21:16 OK: 5 MiB in 15 packages 20:21:16 invoke-rc.d: policy-rc.d denied execution of start. 20:21:16 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:21:16 Processing triggers for systemd (237-3ubuntu10) ... 20:21:16 ---> bdc73c67f2d9 20:21:16 Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:21:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:21:16 Setting up fuse (2.9.7-1ubuntu1) ... 20:21:16 Setting up gpg (2.2.4-1ubuntu1.4) ... 20:21:16 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:21:16 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:21:16 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:21:16 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:21:16 Removing intermediate container dca6af6cea65 20:21:16 ---> 9625a274b41b 20:21:16 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:21:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:21:16 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:21:16 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:21:16 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:21:16 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 20:21:16 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 20:21:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:21:17 ---> Running in 7d877e56fb87 20:21:17 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 20:21:17 settings in the [Install] section, and DefaultInstance for template units). 20:21:17 This means they are not meant to be enabled using systemctl. 20:21:17 Possible reasons for having this kind of units are: 20:21:17 1) A unit may be statically enabled by being symlinked from another unit's 20:21:17 .wants/ or .requires/ directory. 20:21:17 2) A unit's purpose may be to act as a helper for some other unit which has 20:21:17 a requirement dependency on it. 20:21:17 3) A unit may be started when needed via activation (socket, path, timer, 20:21:17 D-Bus, udev, scripted systemctl call, ...). 20:21:17 4) In case of template units, the unit is meant to be enabled with some 20:21:17 instance name specified. 20:21:17 (1/1) Installing dumb-init (1.2.5-r1) 20:21:17 Reading package lists... 20:21:17 Building dependency tree... 20:21:17 Reading state information... 20:21:17 The following additional packages will be installed: 20:21:17 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 20:21:17 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 20:21:17 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 20:21:17 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 20:21:17 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 20:21:17 Suggested packages: 20:21:17 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 20:21:17 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 20:21:17 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 20:21:17 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 20:21:17 systemd-container policykit-1 20:21:17 Recommended packages: 20:21:17 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 20:21:17 The following NEW packages will be installed: 20:21:17 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 20:21:17 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 20:21:17 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 20:21:17 multiarch-support openssh-client python3 python3-minimal python3.6 20:21:17 python3.6-minimal snapd squashfs-tools sudo 20:21:17 The following packages will be upgraded: 20:21:17 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 20:21:17 Executing busybox-1.33.1-r3.trigger 20:21:17 Removing intermediate container 7d877e56fb87 20:21:17 ---> 07497ce6f1f5 20:21:17 Step 12/21 : ENV APP_PORT=59860 20:21:17 OK: 5 MiB in 15 packages 20:21:17 Removing intermediate container a852a77b4241 20:21:17 ---> 4f00796254c8 20:21:17 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:21:17 ---> Running in 23cf2d85860c 20:21:18 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. 20:21:18 Need to get 36.8 MB of archives. 20:21:18 After this operation, 147 MB of additional disk space will be used. 20:21:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.13 [1302 kB] 20:21:18 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.52 [2913 kB] 20:21:18 ---> Running in e724262ba383 20:21:18 ---> 1a93c38f9145 20:21:18 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:21:18 Removing intermediate container 23cf2d85860c 20:21:18 ---> 2f6df7144aa1 20:21:18 Step 13/21 : EXPOSE $APP_PORT 20:21:18 ---> Running in 2fc47a0b52db 20:21:19 ---> Running in 3c2ed6689337 20:21:19 Removing intermediate container e724262ba383 20:21:19 ---> 2b6fa065eed5 20:21:19 Step 12/22 : ENV APP_PORT=59881 20:21:19 ---> Running in 39dced8b926c 20:21:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 20:21:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 20:21:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 20:21:19 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.52 [206 kB] 20:21:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 20:21:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 20:21:19 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 20:21:19 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 20:21:19 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] 20:21:19 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 20:21:19 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 20:21:19 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 20:21:19 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 20:21:19 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 20:21:19 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] 20:21:19 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 20:21:19 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 20:21:19 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 20:21:19 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 20:21:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 20:21:19 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 20:21:19 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 20:21:19 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.7 [1089 kB] 20:21:19 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 20:21:19 Removing intermediate container 42d9781f4020 20:21:19 ---> 95385aa4c762 20:21:19 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:21:19 ---> Running in e42ff2f2cba5 20:21:19 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB] 20:21:19 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.4 [111 kB] 20:21:19 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 20:21:19 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.51.1+18.04 [22.6 MB] 20:21:19 Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd 20:21:19 Status: Downloaded newer image for docker:20.10.8 20:21:19 ---> 3734d5adc5ac 20:21:19 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 20:21:19 Removing intermediate container 2fc47a0b52db 20:21:19 ---> c7574449b0a0 20:21:19 Step 17/20 : CMD ["--init=true"] 20:21:19 Removing intermediate container 3c2ed6689337 20:21:19 ---> 0a6a791be5cc 20:21:19 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 20:21:19 ---> Running in 2560fb17f17d 20:21:19 ---> Running in c5602f925b70 20:21:19 Removing intermediate container 39dced8b926c 20:21:19 ---> 7f00be26cebd 20:21:19 Step 13/22 : EXPOSE $APP_PORT 20:21:20 ---> Running in 6d30cb9e0b97 20:21:20 Removing intermediate container e42ff2f2cba5 20:21:20 ---> 1b15d91c0656 20:21:20 Step 14/23 : ENV APP_PORT=59861 20:21:20 debconf: delaying package configuration, since apt-utils is not installed 20:21:20 Fetched 36.8 MB in 2s (18.4 MB/s) 20:21:20 (Reading database ... 12757 files and directories currently installed.) 20:21:20 Preparing to unpack .../systemd_237-3ubuntu10.52_amd64.deb ... 20:21:20 Unpacking systemd (237-3ubuntu10.52) over (237-3ubuntu10) ... 20:21:20 ---> Running in 1d32e5ada9d6 20:21:20 Removing intermediate container 2560fb17f17d 20:21:20 ---> 4e5e8fbb1ede 20:21:20 Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 20:21:20 ---> Running in d44583e17e45 20:21:20 Removing intermediate container c5602f925b70 20:21:20 ---> 42ef8832e187 20:21:20 Step 18/20 : LABEL arch=arm64 20:21:20 Removing intermediate container 6d30cb9e0b97 20:21:20 ---> 7c59197295af 20:21:20 Step 14/22 : WORKDIR / 20:21:20 ---> Running in 7ef6d0e9de28 20:21:20 Preparing to unpack .../libsystemd0_237-3ubuntu10.52_amd64.deb ... 20:21:20 Unpacking libsystemd0:amd64 (237-3ubuntu10.52) over (237-3ubuntu10) ... 20:21:20 Setting up libsystemd0:amd64 (237-3ubuntu10.52) ... 20:21:21 ---> Running in 30b3e1516fbd 20:21:21 Removing intermediate container 1d32e5ada9d6 20:21:21 ---> 9c74f511e9ff 20:21:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:21:21 ---> 6abd32d9dd61 20:21:21 Step 15/23 : EXPOSE $APP_PORT 20:21:21 (Reading database ... 12757 files and directories currently installed.) 20:21:21 Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... 20:21:21 Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... 20:21:21 ---> Running in c7427d4955e6 20:21:21 Setting up libapt-pkg5.0:amd64 (1.6.14) ... 20:21:21 (Reading database ... 12757 files and directories currently installed.) 20:21:21 Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... 20:21:21 Unpacking apt (1.6.14) over (1.6.1) ... 20:21:21 Removing intermediate container 7ef6d0e9de28 20:21:21 ---> b4f9e994aa72 20:21:21 Step 19/20 : LABEL git_sha=2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 20:21:21 Setting up apt (1.6.14) ... 20:21:21 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 20:21:21 Removing intermediate container 30b3e1516fbd 20:21:21 ---> 1907da7240c2 20:21:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:21:21 ---> Running in d275b7eb9a5b 20:21:21 Removing intermediate container c7427d4955e6 20:21:21 ---> bcb8df909178 20:21:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:21:22 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 20:21:22 (Reading database ... 12764 files and directories currently installed.) 20:21:22 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... 20:21:22 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... 20:21:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:21:22 Removing intermediate container d275b7eb9a5b 20:21:22 ---> 61be484e4bf6 20:21:22 Step 20/20 : LABEL version=0.0.0 20:21:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:21:22 Selecting previously unselected package libpython3.6-minimal:amd64. 20:21:22 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:21:22 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:21:22 ---> Running in b7d7fba2ec02 20:21:22 ---> 2c8877e7770f 20:21:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:21:23 Selecting previously unselected package libexpat1:amd64. 20:21:23 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 20:21:23 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:21:23 ---> a950586013dc 20:21:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:21:23 ---> 44e06cdefa96 20:21:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:21:23 Selecting previously unselected package python3.6-minimal. 20:21:23 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:21:23 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 20:21:23 Removing intermediate container b7d7fba2ec02 20:21:23 ---> ccc696d4236f 20:21:23 20:21:23 (1/42) Installing readline (8.1.0-r0) 20:21:23 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.13) ... 20:21:23 Checking for services that may need to be restarted...done. 20:21:23 Checking for services that may need to be restarted...done. 20:21:23 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:21:23 (2/42) Installing bash (5.1.4-r0) 20:21:23 Executing bash-5.1.4-r0.post-install 20:21:23 (3/42) Installing brotli-libs (1.0.9-r5) 20:21:23 (4/42) Installing nghttp2-libs (1.43.0-r0) 20:21:23 (5/42) Installing libcurl (7.79.1-r0) 20:21:23 (6/42) Installing curl (7.79.1-r0) 20:21:23 (7/42) Installing dumb-init (1.2.5-r1) 20:21:23 (8/42) Installing libbz2 (1.0.8-r1) 20:21:23 (9/42) Installing expat (2.4.1-r0) 20:21:23 (10/42) Installing libffi (3.3-r2) 20:21:23 (11/42) Installing gdbm (1.19-r0) 20:21:23 (12/42) Installing xz-libs (5.2.5-r0) 20:21:23 (13/42) Installing libgcc (10.3.1_git20210424-r2) 20:21:23 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:21:23 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 20:21:24 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 20:21:24 (15/42) Installing mpdecimal (2.5.1-r1) 20:21:24 (16/42) Installing sqlite-libs (3.35.5-r0) 20:21:24 (17/42) Installing python3 (3.9.5-r1) 20:21:24 Successfully built ccc696d4236f 20:21:24 Successfully tagged security-proxy-setup-arm64:latest 20:21:24  Building security-proxy-setup ... done Building security-bootstrapper 20:21:24 Selecting previously unselected package python3-minimal. 20:21:24 (Reading database ... 13012 files and directories currently installed.) 20:21:24 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 20:21:24 Unpacking python3-minimal (3.6.7-1~18.04) ... 20:21:24 Selecting previously unselected package mime-support. 20:21:24 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 20:21:24 Unpacking mime-support (3.60ubuntu1) ... 20:21:24 Selecting previously unselected package libmpdec2:amd64. 20:21:24 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 20:21:24 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:21:24 Selecting previously unselected package libpython3.6-stdlib:amd64. 20:21:24 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:21:24 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:21:25 ---> a754556dd7e5 20:21:25 Step 17/21 : ENTRYPOINT ["/support-notifications"] 20:21:25 ---> Running in e1db57e37d8d 20:21:25 Selecting previously unselected package python3.6. 20:21:25 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:21:25 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 20:21:25 Selecting previously unselected package libpython3-stdlib:amd64. 20:21:25 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 20:21:25 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:21:25 Setting up python3-minimal (3.6.7-1~18.04) ... 20:21:25 ---> f53aa3b081ab 20:21:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:21:25 Selecting previously unselected package python3. 20:21:25 (Reading database ... 13442 files and directories currently installed.) 20:21:25 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 20:21:25 Unpacking python3 (3.6.7-1~18.04) ... 20:21:25 ---> 302b6f725c40 20:21:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:21:25 Selecting previously unselected package multiarch-support. 20:21:25 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 20:21:25 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 20:21:25 Setting up multiarch-support (2.27-3ubuntu1.4) ... 20:21:25 Removing intermediate container e1db57e37d8d 20:21:25 ---> 28e09fbb883f 20:21:25 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:21:26 Selecting previously unselected package liblzo2-2:amd64. 20:21:26 (Reading database ... 13479 files and directories currently installed.) 20:21:26 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 20:21:26 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 20:21:26 Selecting previously unselected package libbsd0:amd64. 20:21:26 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 20:21:26 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:21:26 ---> Running in 8be8cbae24b9 20:21:26 Selecting previously unselected package sudo. 20:21:26 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 20:21:26 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 20:21:26 Selecting previously unselected package apparmor. 20:21:26 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 20:21:26 Unpacking apparmor (2.12-4ubuntu5.1) ... 20:21:26 (18/42) Installing py3-appdirs (1.4.4-r2) 20:21:26 (19/42) Installing py3-chardet (4.0.0-r2) 20:21:26 (20/42) Installing py3-idna (3.2-r0) 20:21:26 Selecting previously unselected package libedit2:amd64. 20:21:26 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 20:21:26 Unpacking libedit2:amd64 (3.1-20170329-1) ... 20:21:26 (21/42) Installing py3-urllib3 (1.26.5-r0) 20:21:26 (22/42) Installing py3-certifi (2020.12.5-r1) 20:21:26 (23/42) Installing py3-requests (2.25.1-r4) 20:21:26 (24/42) Installing py3-msgpack (1.0.2-r1) 20:21:26 (25/42) Installing py3-lockfile (0.12.2-r4) 20:21:26 (26/42) Installing py3-cachecontrol (0.12.6-r1) 20:21:26 (27/42) Installing py3-colorama (0.4.4-r1) 20:21:26 (28/42) Installing py3-contextlib2 (0.6.0-r1) 20:21:26 (29/42) Installing py3-distlib (0.3.1-r3) 20:21:26 ---> b5e6042ebf22 20:21:26 Step 18/22 : ENTRYPOINT ["/core-metadata"] 20:21:26 Selecting previously unselected package libkrb5support0:amd64. 20:21:26 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 20:21:26 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:21:26 Selecting previously unselected package libk5crypto3:amd64. 20:21:26 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 20:21:26 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:21:26 Selecting previously unselected package libkeyutils1:amd64. 20:21:26 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 20:21:26 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:21:27 Removing intermediate container 8be8cbae24b9 20:21:27 ---> 6eed78b5da65 20:21:27 Step 19/21 : LABEL arch=arm64 20:21:27 (30/42) Installing py3-distro (1.5.0-r3) 20:21:27 (31/42) Installing py3-six (1.15.0-r1) 20:21:27 (32/42) Installing py3-webencodings (0.5.1-r4) 20:21:27 (33/42) Installing py3-html5lib (1.1-r1) 20:21:27 ---> 6422bd3146ce 20:21:27 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 20:21:27 (34/42) Installing py3-parsing (2.4.7-r2) 20:21:27 (35/42) Installing py3-packaging (20.9-r1) 20:21:27 ---> Running in 3c3c25ee3175 20:21:27 ---> Running in 70251d61f390 20:21:27 (36/42) Installing py3-toml (0.10.2-r2) 20:21:27 (37/42) Installing py3-pep517 (0.10.0-r2) 20:21:27 (38/42) Installing py3-progress (1.5-r2) 20:21:27 (39/42) Installing py3-retrying (1.3.3-r1) 20:21:27 Selecting previously unselected package libkrb5-3:amd64. 20:21:27 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 20:21:27 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:21:27 Selecting previously unselected package libgssapi-krb5-2:amd64. 20:21:27 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 20:21:27 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:21:27 Selecting previously unselected package libssl1.0.0:amd64. 20:21:27 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb ... 20:21:27 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... 20:21:27 ---> Running in 45b124ba2e28 20:21:27 (40/42) Installing py3-ordered-set (4.0.2-r1) 20:21:27 (41/42) Installing py3-setuptools (52.0.0-r3) 20:21:27 (42/42) Installing py3-pip (20.3.4-r1) 20:21:27 Selecting previously unselected package openssh-client. 20:21:27 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ... 20:21:27 Unpacking openssh-client (1:7.6p1-4ubuntu0.5) ... 20:21:27 Selecting previously unselected package squashfs-tools. 20:21:27 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.4_amd64.deb ... 20:21:27 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... 20:21:27 Selecting previously unselected package snapd. 20:21:27 Preparing to unpack .../13-snapd_2.51.1+18.04_amd64.deb ... 20:21:27 Unpacking snapd (2.51.1+18.04) ... 20:21:27 Removing intermediate container 3c3c25ee3175 20:21:27 ---> b5e67dbe92a4 20:21:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:21:27 Executing busybox-1.33.1-r3.trigger 20:21:27 OK: 84 MiB in 64 packages 20:21:28 Removing intermediate container 70251d61f390 20:21:28 ---> 08abec8f54e7 20:21:28 Step 20/21 : LABEL git_sha=2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 20:21:28 ---> Running in 43384567f381 20:21:28 ---> Running in 67987e39f8f9 20:21:28 Removing intermediate container 45b124ba2e28 20:21:28 ---> 51141ce23069 20:21:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:21:28 ---> Running in 1e38667a0eb6 20:21:28 Removing intermediate container 43384567f381 20:21:28 ---> a8dded84a365 20:21:28 Step 20/22 : LABEL arch=arm64 20:21:29 Removing intermediate container 67987e39f8f9 20:21:29 ---> 9dafe6e125f7 20:21:29 Step 21/21 : LABEL version=0.0.0 20:21:29 ---> Running in 628a0b755dec 20:21:29 ---> Running in 3b0e85fb5739 20:21:29 Removing intermediate container 1e38667a0eb6 20:21:29 ---> fc5267ad4382 20:21:29 Step 21/23 : LABEL arch=arm64 20:21:29 ---> Running in 7328d4128b35 20:21:29 Removing intermediate container 628a0b755dec 20:21:29 ---> 1d509de0c35d 20:21:29 Step 21/22 : LABEL git_sha=2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 20:21:30 Removing intermediate container 3b0e85fb5739 20:21:30 ---> dbfb7af97a49 20:21:30 20:21:30 ---> Running in 6c8514438ff0 20:21:30 Removing intermediate container 7328d4128b35 20:21:30 ---> d5d164d767c5 20:21:30 Step 22/23 : LABEL git_sha=2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 20:21:30 ---> Running in b92dd2c8f5d2 20:21:30 Successfully built dbfb7af97a49 20:21:30 Successfully tagged support-notifications-arm64:latest 20:21:30 Building core-command 20:21:30 Setting up libedit2:amd64 (3.1-20170329-1) ... 20:21:30 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... 20:21:30 Setting up mime-support (3.60ubuntu1) ... 20:21:30 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 20:21:30 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:21:30 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:21:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:21:30 Setting up systemd (237-3ubuntu10.52) ... 20:21:30 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 20:21:30  Building support-notifications ... done Removing intermediate container 6c8514438ff0 20:21:30 ---> a88b96b46375 20:21:30 Step 22/22 : LABEL version=0.0.0 20:21:30 ---> Running in 48a726444575 20:21:31 Removing intermediate container b92dd2c8f5d2 20:21:31 ---> 2140a3f7bd79 20:21:31 Step 23/23 : LABEL version=0.0.0 20:21:31 ---> Running in 0663b479f6ad 20:21:31 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:21:31 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:21:31 Setting up liblzo2-2:amd64 (2.08-1.2) ... 20:21:31 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:21:31 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:21:31 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 20:21:31 Removing intermediate container 48a726444575 20:21:31 ---> 2e4d1ec8697b 20:21:31 20:21:32 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... 20:21:32 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:21:32 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:21:32 Successfully built 2e4d1ec8697b 20:21:32 Successfully tagged core-metadata-arm64:latest 20:21:32 Building core-data 20:21:32  Building core-metadata ... done Removing intermediate container 0663b479f6ad 20:21:32 ---> 574d78ceb90b 20:21:32 20:21:32 Setting up python3 (3.6.7-1~18.04) ... 20:21:32 running python rtupdate hooks for python3.6... 20:21:32 running python post-rtupdate hooks for python3.6... 20:21:32 Setting up apparmor (2.12-4ubuntu5.1) ... 20:21:32 Successfully built 574d78ceb90b 20:21:32 Successfully tagged support-scheduler-arm64:latest 20:21:32 Building security-secretstore-setup 20:21:32  Building support-scheduler ... done Collecting docker-compose==1.23.2 20:21:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:21:33 Collecting jsonschema<3,>=2.5.1 20:21:33 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:21:33 Collecting dockerpty<0.5,>=0.4.1 20:21:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:21:34 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 20:21:34 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:21:34 Setting up openssh-client (1:7.6p1-4ubuntu0.5) ... 20:21:34 Setting up snapd (2.51.1+18.04) ... 20:21:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 20:21:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 20:21:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 20:21:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 20:21:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:21:35 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:21:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 20:21:35 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 20:21:35 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 20:21:36 Collecting cached-property<2,>=1.2.0 20:21:36 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:21:36 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 20:21:36 /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:21:36 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:21:36 Processing triggers for systemd (237-3ubuntu10.52) ... 20:21:36 Collecting websocket-client<1.0,>=0.32.0 20:21:36 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 20:21:37 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:21:37 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:21:37 Collecting PyYAML<4,>=3.10 20:21:37 Downloading PyYAML-3.13.tar.gz (270 kB) 20:21:37 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:21:38 Reading package lists... 20:21:38 Reading package lists... 20:21:39 Building dependency tree... 20:21:39 Reading state information... 20:21:39 Calculating upgrade... 20:21:39 The following packages will be upgraded: 20:21:39 advancecomp base-files bash binutils binutils-common 20:21:39 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 20:21:39 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 20:21:39 grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 20:21:39 libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev 20:21:39 libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 20:21:39 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 20:21:39 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 20:21:39 libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 20:21:39 libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 20:21:39 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 20:21:39 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 20:21:39 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 20:21:39 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 20:21:39 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 20:21:39 ubuntu-keyring util-linux 20:21:39 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 20:21:39 Need to get 64.2 MB of archives. 20:21:39 After this operation, 5152 kB of additional disk space will be used. 20:21:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-162.170 [992 kB] 20:21:39 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 20:21:39 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 20:21:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 20:21:39 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 20:21:39 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 20:21:39 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 20:21:39 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 20:21:39 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 20:21:39 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 20:21:39 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 20:21:39 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 20:21:39 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 20:21:39 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 20:21:39 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 20:21:39 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 20:21:39 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 20:21:39 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 20:21:39 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 20:21:39 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 20:21:39 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 20:21:39 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 20:21:39 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:21:39 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 20:21:39 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 20:21:39 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 20:21:39 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 20:21:39 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 20:21:39 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 20:21:39 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 20:21:39 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 20:21:39 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 20:21:39 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 20:21:39 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.3 [418 kB] 20:21:39 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] 20:21:39 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 20:21:39 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 20:21:39 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] 20:21:39 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] 20:21:39 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 20:21:39 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 20:21:39 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.13 [614 kB] 20:21:39 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.2 [145 kB] 20:21:39 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 20:21:39 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 20:21:39 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 20:21:39 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021e-0ubuntu0.18.04 [189 kB] 20:21:39 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 20:21:39 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 20:21:39 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.7 [1839 kB] 20:21:39 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.7 [489 kB] 20:21:39 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.7 [3388 B] 20:21:39 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.7 [197 kB] 20:21:39 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 20:21:39 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 20:21:39 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 20:21:39 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 20:21:39 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 20:21:40 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 20:21:40 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 20:21:40 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 20:21:40 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 20:21:40 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 20:21:40 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 20:21:40 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 20:21:40 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 20:21:40 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 20:21:40 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 20:21:40 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.11 [60.4 kB] 20:21:40 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 20:21:40 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 20:21:40 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 20:21:40 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] 20:21:40 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 20:21:40 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 20:21:40 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 20:21:40 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 20:21:40 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 20:21:40 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 20:21:40 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 20:21:40 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 20:21:40 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 20:21:40 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 20:21:40 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] 20:21:40 Get:85 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:21:40 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] 20:21:40 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.52 [13.6 kB] 20:21:40 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:21:40 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 20:21:40 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 20:21:40 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) 20:21:40 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 20:21:40 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.5 [646 kB] 20:21:40 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 20:21:40 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:21:40 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 20:21:40 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 20:21:40 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:21:40 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 20:21:40 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 20:21:40 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 20:21:40 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 20:21:40 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 20:21:40 Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 20:21:41 debconf: delaying package configuration, since apt-utils is not installed 20:21:41 Fetched 64.2 MB in 2s (37.9 MB/s) 20:21:41 (Reading database ... 13914 files and directories currently installed.) 20:21:41 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 20:21:41 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:21:41 Collecting docker<4.0,>=3.6.0 20:21:41 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:21:41 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 20:21:41 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:21:41 Preparing to unpack .../2-linux-libc-dev_4.15.0-162.170_amd64.deb ... 20:21:41 Unpacking linux-libc-dev:amd64 (4.15.0-162.170) over (4.15.0-20.21) ... 20:21:41 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:21:41 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:21:41 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:21:41 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:21:41 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:21:41 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:21:41 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:21:41 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:21:42 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:21:42 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:21:42 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:21:42 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:21:42 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:21:42 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:21:42 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 20:21:42 (Reading database ... 13914 files and directories currently installed.) 20:21:42 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 20:21:42 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 20:21:42 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 20:21:42 (Reading database ... 13914 files and directories currently installed.) 20:21:42 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:21:42 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:21:42 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:21:42 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:21:42 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:21:42 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:21:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:21:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:21:43 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 20:21:43 (Reading database ... 13914 files and directories currently installed.) 20:21:43 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 20:21:43 Collecting docopt<0.7,>=0.6.1 20:21:43 Downloading docopt-0.6.2.tar.gz (25 kB) 20:21:43 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:21:43 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 20:21:43 (Reading database ... 13914 files and directories currently installed.) 20:21:43 Preparing to unpack .../base-files_10.1ubuntu2.11_amd64.deb ... 20:21:43 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 20:21:43 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 20:21:43 Unpacking base-files (10.1ubuntu2.11) over (10.1ubuntu2) ... 20:21:44 Setting up base-files (10.1ubuntu2.11) ... 20:21:44 Installing new version of config file /etc/issue ... 20:21:44 Installing new version of config file /etc/issue.net ... 20:21:44 Installing new version of config file /etc/lsb-release ... 20:21:44 Installing new version of config file /etc/update-motd.d/50-motd-news ... 20:21:44 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 20:21:44 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 20:21:44 Removing obsolete conffile /etc/default/motd-news ... 20:21:44 (Reading database ... 13915 files and directories currently installed.) 20:21:44 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 20:21:44 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 20:21:44 Setting up bash (4.4.18-2ubuntu1.2) ... 20:21:44 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:21:44 (Reading database ... 13915 files and directories currently installed.) 20:21:44 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 20:21:44 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 20:21:44 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 20:21:44 (Reading database ... 13915 files and directories currently installed.) 20:21:44 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 20:21:44 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 20:21:44 Setting up tar (1.29b-2ubuntu0.2) ... 20:21:45 Collecting texttable<0.10,>=0.9.0 20:21:45 Downloading texttable-0.9.1.tar.gz (11 kB) 20:21:45 (Reading database ... 13915 files and directories currently installed.) 20:21:45 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 20:21:45 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:21:45 Setting up dpkg (1.19.0.5ubuntu2.3) ... 20:21:45 (Reading database ... 13915 files and directories currently installed.) 20:21:45 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 20:21:45 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:21:45 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 20:21:45 (Reading database ... 13915 files and directories currently installed.) 20:21:45 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 20:21:45 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:21:45 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 20:21:45 (Reading database ... 13915 files and directories currently installed.) 20:21:45 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 20:21:45 Unpacking grep (3.1-2build1) over (3.1-2) ... 20:21:45 Setting up grep (3.1-2build1) ... 20:21:45 (Reading database ... 13915 files and directories currently installed.) 20:21:45 Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... 20:21:45 Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... 20:21:45 Setting up gzip (1.6-5ubuntu1.1) ... 20:21:45 (Reading database ... 13915 files and directories currently installed.) 20:21:45 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 20:21:45 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:21:45 Setting up login (1:4.5-1ubuntu2) ... 20:21:45 (Reading database ... 13915 files and directories currently installed.) 20:21:45 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 20:21:45 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:21:46 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 20:21:46 (Reading database ... 13915 files and directories currently installed.) 20:21:46 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 20:21:46 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:21:46 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 20:21:46 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:21:46 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 20:21:46 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:21:46 Setting up perl-base (5.26.1-6ubuntu0.5) ... 20:21:47 (Reading database ... 13915 files and directories currently installed.) 20:21:47 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 20:21:47 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:21:47 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:21:47 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:21:47 Collecting docker-pycreds>=0.4.0 20:21:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:21:47 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:21:47 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:21:47 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 20:21:47 (Reading database ... 13915 files and directories currently installed.) 20:21:47 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 20:21:47 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 20:21:48 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 20:21:48 (Reading database ... 13915 files and directories currently installed.) 20:21:48 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:21:48 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:21:48 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:21:48 (Reading database ... 13915 files and directories currently installed.) 20:21:48 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:21:48 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:21:48 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:21:48 (Reading database ... 13915 files and directories currently installed.) 20:21:48 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:21:48 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:21:48 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:21:48 (Reading database ... 13915 files and directories currently installed.) 20:21:48 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:21:48 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:21:48 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:21:48 (Reading database ... 13915 files and directories currently installed.) 20:21:48 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 20:21:48 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:21:48 Collecting idna<2.8,>=2.5 20:21:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:21:48 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 20:21:48 Collecting chardet<3.1.0,>=3.0.2 20:21:48 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 20:21:48 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 20:21:48 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:21:48 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 20:21:48 (Reading database ... 13915 files and directories currently installed.) 20:21:48 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 20:21:48 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:21:48 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 20:21:49 (Reading database ... 13915 files and directories currently installed.) 20:21:49 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:21:49 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:21:49 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:21:49 (Reading database ... 13915 files and directories currently installed.) 20:21:49 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:21:49 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:21:49 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 20:21:49 (Reading database ... 13915 files and directories currently installed.) 20:21:49 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:21:49 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:21:49 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 20:21:49 Collecting urllib3<1.25,>=1.21.1 20:21:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:21:49 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 20:21:49 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 20:21:49 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 20:21:49 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 20:21:49 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 20:21:50 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 20:21:50 (Reading database ... 13915 files and directories currently installed.) 20:21:50 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 20:21:50 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:21:50 Setting up libc-bin (2.27-3ubuntu1.4) ... 20:21:50 (Reading database ... 13915 files and directories currently installed.) 20:21:50 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 20:21:50 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:21:50 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 20:21:50 (Reading database ... 13917 files and directories currently installed.) 20:21:50 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 20:21:50 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 20:21:50 Setting up debconf (1.5.66ubuntu1) ... 20:21:50 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 20:21:50 Attempting uninstall: urllib3 20:21:50 Found existing installation: urllib3 1.26.5 20:21:50 Uninstalling urllib3-1.26.5: 20:21:51 (Reading database ... 13917 files and directories currently installed.) 20:21:51 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 20:21:51 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:21:51 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 20:21:51 (Reading database ... 13917 files and directories currently installed.) 20:21:51 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 20:21:51 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:21:51 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 20:21:51 Successfully uninstalled urllib3-1.26.5 20:21:51 (Reading database ... 13917 files and directories currently installed.) 20:21:51 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 20:21:51 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 20:21:51 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 20:21:51 (Reading database ... 13917 files and directories currently installed.) 20:21:51 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 20:21:51 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 20:21:51 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... 20:21:51 (Reading database ... 13919 files and directories currently installed.) 20:21:51 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... 20:21:51 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 20:21:51 Attempting uninstall: idna 20:21:51 Found existing installation: idna 3.2 20:21:51 Uninstalling idna-3.2: 20:21:51 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... 20:21:51 (Reading database ... 13923 files and directories currently installed.) 20:21:51 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:21:51 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:21:51 Preparing to unpack .../systemd-sysv_237-3ubuntu10.52_amd64.deb ... 20:21:51 Unpacking systemd-sysv (237-3ubuntu10.52) over (237-3ubuntu10) ... 20:21:52 Successfully uninstalled idna-3.2 20:21:52 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 20:21:52 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:21:52 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 20:21:52 (Reading database ... 13923 files and directories currently installed.) 20:21:52 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.3_amd64.deb ... 20:21:52 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.3) over (1.8.1-4ubuntu1) ... 20:21:52 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.3) ... 20:21:52 (Reading database ... 13923 files and directories currently installed.) 20:21:52 Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... 20:21:52 Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... 20:21:52 Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... 20:21:52 (Reading database ... 13923 files and directories currently installed.) 20:21:52 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... 20:21:52 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... 20:21:52 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... 20:21:52 (Reading database ... 13923 files and directories currently installed.) 20:21:52 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 20:21:52 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:21:52 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 20:21:52 (Reading database ... 13923 files and directories currently installed.) 20:21:52 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 20:21:52 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 20:21:52 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 20:21:53 Attempting uninstall: chardet 20:21:53 Found existing installation: chardet 4.0.0 20:21:53 Uninstalling chardet-4.0.0: 20:21:53 (Reading database ... 13923 files and directories currently installed.) 20:21:53 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 20:21:53 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:21:53 Setting up passwd (1:4.5-1ubuntu2) ... 20:21:53 Successfully uninstalled chardet-4.0.0 20:21:53 (Reading database ... 13923 files and directories currently installed.) 20:21:53 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 20:21:53 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:21:53 Setting up gpgv (2.2.4-1ubuntu1.4) ... 20:21:53 (Reading database ... 13923 files and directories currently installed.) 20:21:53 Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 20:21:53 Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 20:21:53 Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... 20:21:53 (Reading database ... 13923 files and directories currently installed.) 20:21:53 Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... 20:21:53 Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... 20:21:54 Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... 20:21:54 (Reading database ... 13923 files and directories currently installed.) 20:21:54 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 20:21:54 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 20:21:54 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 20:21:54 (Reading database ... 13923 files and directories currently installed.) 20:21:54 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 20:21:54 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 20:21:54 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 20:21:54 (Reading database ... 13923 files and directories currently installed.) 20:21:54 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 20:21:54 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 20:21:54 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 20:21:54 (Reading database ... 13923 files and directories currently installed.) 20:21:54 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.5_amd64.deb ... 20:21:54 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.5) over (3.5.18-1ubuntu1) ... 20:21:54 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.5) ... 20:21:54 (Reading database ... 13923 files and directories currently installed.) 20:21:54 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 20:21:54 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 20:21:54 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 20:21:54 (Reading database ... 13923 files and directories currently installed.) 20:21:54 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 20:21:54 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 20:21:54 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 20:21:54 (Reading database ... 13924 files and directories currently installed.) 20:21:54 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:21:54 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:21:55 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:21:55 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:21:55 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.13_amd64.deb ... 20:21:55 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.13) over (1.1.0g-2ubuntu4) ... 20:21:55 Attempting uninstall: requests 20:21:55 Found existing installation: requests 2.25.1 20:21:55 Uninstalling requests-2.25.1: 20:21:55 Successfully uninstalled requests-2.25.1 20:21:55 Preparing to unpack .../03-ca-certificates_20210119~18.04.2_all.deb ... 20:21:55 Unpacking ca-certificates (20210119~18.04.2) over (20180409) ... 20:21:55 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 20:21:55 Running setup.py install for texttable: started 20:21:55 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 20:21:55 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 20:21:55 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 20:21:55 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 20:21:55 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 20:21:55 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 20:21:55 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 20:21:55 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 20:21:55 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 20:21:55 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 20:21:55 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 20:21:55 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 20:21:55 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 20:21:56 Preparing to unpack .../11-tzdata_2021e-0ubuntu0.18.04_all.deb ... 20:21:56 Unpacking tzdata (2021e-0ubuntu0.18.04) over (2018d-1) ... 20:21:56 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 20:21:56 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 20:21:56 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 20:21:56 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 20:21:56 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.7_amd64.deb ... 20:21:56 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... 20:21:56 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.7_amd64.deb ... 20:21:56 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... 20:21:56 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.7_amd64.deb ... 20:21:56 Unpacking binutils (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... 20:21:56 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.7_amd64.deb ... 20:21:57 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... 20:21:57 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:21:57 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:21:57 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:21:57 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:21:57 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:21:57 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:21:57 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:21:57 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:21:58 Running setup.py install for texttable: finished with status 'done' 20:21:58 Running setup.py install for PyYAML: started 20:21:58 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:21:58 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:21:58 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:21:58 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:21:59 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:21:59 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:21:59 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:21:59 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:22:00 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:22:00 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:22:00 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:22:00 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:22:00 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 20:22:00 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:22:00 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 20:22:00 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:22:00 Running setup.py install for PyYAML: finished with status 'done' 20:22:00 Running setup.py install for docopt: started 20:22:00 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 20:22:00 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 20:22:00 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:22:00 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:22:00 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:22:00 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:22:01 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 20:22:01 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 20:22:01 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:22:01 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 20:22:01 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:22:01 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:22:01 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:22:01 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 20:22:01 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 20:22:01 Setting up tzdata (2021e-0ubuntu0.18.04) ... 20:22:01 20:22:01 Current default time zone: 'Etc/UTC' 20:22:01 Local time is now: Tue Nov 9 20:22:01 UTC 2021. 20:22:01 Universal Time is now: Tue Nov 9 20:22:01 UTC 2021. 20:22:01 Run 'dpkg-reconfigure tzdata' if you wish to change it. 20:22:01 20:22:01 Setting up systemd-sysv (237-3ubuntu10.52) ... 20:22:01 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:22:01 Setting up linux-libc-dev:amd64 (4.15.0-162.170) ... 20:22:01 Setting up mount (2.31.1-0.4ubuntu3.7) ... 20:22:01 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 20:22:01 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 20:22:01 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 20:22:01 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 20:22:01 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 20:22:01 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 20:22:01 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:22:01 Setting up procps (2:3.3.12-3ubuntu1.2) ... 20:22:01 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 20:22:01 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.7) ... 20:22:01 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 20:22:01 Setting up patch (2.7.6-2ubuntu1.1) ... 20:22:01 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 20:22:01 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 20:22:01 Setting up openssl (1.1.1-1ubuntu2.1~18.04.13) ... 20:22:01 Installing new version of config file /etc/ssl/openssl.cnf ... 20:22:01 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 20:22:01 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 20:22:01 Setting up ca-certificates (20210119~18.04.2) ... 20:22:03 Running setup.py install for docopt: finished with status 'done' 20:22:03 Running setup.py install for dockerpty: started 20:22:03 Updating certificates in /etc/ssl/certs... 20:22:04 23 added, 28 removed; done. 20:22:04 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 20:22:04 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:22:04 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 20:22:04 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 20:22:04 Setting up pkgbinarymangler (138.18.04.1) ... 20:22:04 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 20:22:04 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.7) ... 20:22:04 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 20:22:04 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 20:22:04 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:22:04 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 20:22:04 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:22:04 Setting up perl (5.26.1-6ubuntu0.5) ... 20:22:04 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) ... 20:22:04 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 20:22:04 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 20:22:04 Setting up binutils (2.30-21ubuntu1~18.04.7) ... 20:22:04 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 20:22:04 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 20:22:04 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 20:22:04 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 20:22:04 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 20:22:04 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:22:04 Processing triggers for systemd (237-3ubuntu10.52) ... 20:22:04 Processing triggers for mime-support (3.60ubuntu1) ... 20:22:05 Processing triggers for ca-certificates (20210119~18.04.2) ... 20:22:05 Updating certificates in /etc/ssl/certs... 20:22:05 0 added, 0 removed; done. 20:22:05 Running hooks in /etc/ca-certificates/update.d... 20:22:05 done. 20:22:06 Running setup.py install for dockerpty: finished with status 'done' 20:22:06 Reading package lists... 20:22:06 Building dependency tree... 20:22:06 Reading state information... 20:22:06 The following NEW packages will be installed: 20:22:06 apt-transport-https 20:22:06 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 20:22:07 Need to get 4348 B of archives. 20:22:07 After this operation, 154 kB of additional disk space will be used. 20:22:07 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] 20:22:07 debconf: delaying package configuration, since apt-utils is not installed 20:22:07 Fetched 4348 B in 0s (23.7 kB/s) 20:22:07 Selecting previously unselected package apt-transport-https. 20:22:07 (Reading database ... 13931 files and directories currently installed.) 20:22:07 Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... 20:22:07 Unpacking apt-transport-https (1.6.14) ... 20:22:07 Setting up apt-transport-https (1.6.14) ... 20:22:07 Waiting for network to be ready... 20:22:08 Successfully installed PyYAML-3.13 cached-property-1.5.2 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:22:08 Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:22:08 Step 2/30 : FROM ${BUILDER_BASE} AS builder 20:22:08 ---> 27e65c541a90 20:22:08 Step 3/30 : WORKDIR /edgex-go 20:22:08 ---> Using cache 20:22:08 ---> 32c10d2232e3 20:22:08 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:22:08 ---> Using cache 20:22:08 ---> 2d3a1b0ab648 20:22:08 Step 5/30 : RUN apk add --update --no-cache make git 20:22:08 ---> Using cache 20:22:08 ---> 1f7c9b8b3ab9 20:22:08 Step 6/30 : COPY . . 20:22:08 ---> Using cache 20:22:08 ---> 5125632575c0 20:22:08 Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:22:08 ---> Using cache 20:22:08 ---> 5306df14c313 20:22:08 Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:22:11 ---> Running in ad265eea88a1 20:22:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:22:15 2021-11-09T20:22:12Z INFO Waiting for automatic snapd restart... 20:22:17 snapd 2.52.1 from Canonical* installed 20:22:18 "snapd" switched to the "latest/stable" channel 20:22:18 20:22:19 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:22:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:22:19 ---> 27e65c541a90 20:22:19 Step 3/22 : WORKDIR /edgex-go 20:22:19 ---> Using cache 20:22:19 ---> 32c10d2232e3 20:22:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:22:19 ---> Using cache 20:22:19 ---> 2d3a1b0ab648 20:22:19 Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:22:19 ---> Running in d9543306c907 20:22:19 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:22:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:22:19 ---> 27e65c541a90 20:22:19 Step 3/22 : WORKDIR /edgex-go 20:22:19 ---> Using cache 20:22:19 ---> 32c10d2232e3 20:22:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:22:19 ---> Using cache 20:22:19 ---> 2d3a1b0ab648 20:22:19 Step 5/22 : RUN apk add --update --no-cache make git 20:22:19 ---> Using cache 20:22:19 ---> 1f7c9b8b3ab9 20:22:19 Step 6/22 : COPY . . 20:22:20 ---> Using cache 20:22:20 ---> 5125632575c0 20:22:20 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:22:20 ---> Using cache 20:22:20 ---> 5306df14c313 20:22:20 Step 8/22 : RUN make cmd/core-command/core-command 20:22:21 core18 20211015 from Canonical* installed 20:22:21 "core18" switched to the "latest/stable" channel 20:22:21 20:22:21 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 20:22:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:22:21 ---> 27e65c541a90 20:22:21 Step 3/24 : WORKDIR /edgex-go 20:22:21 ---> Using cache 20:22:21 ---> 32c10d2232e3 20:22:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:22:21 ---> Using cache 20:22:21 ---> 2d3a1b0ab648 20:22:21 Step 5/24 : RUN apk add --update --no-cache make git 20:22:21 ---> Using cache 20:22:21 ---> 1f7c9b8b3ab9 20:22:21 Step 6/24 : COPY . . 20:22:21 ---> Running in 3a24547eb80e 20:22:21 ---> Using cache 20:22:21 ---> 5125632575c0 20:22:21 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:22:21 ---> Using cache 20:22:21 ---> 5306df14c313 20:22:21 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:22:22 ---> Running in da9a7b997614 20:22:23 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:22:24 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:22:24 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:22:24 snapcraft 5.0 from Canonical* installed 20:22:24 "snapcraft" switched to the "latest/stable" channel 20:22:24 20:22:25 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:22:25 OK: 219 MiB in 52 packages 20:22:27 Removing intermediate container d9543306c907 20:22:27 ---> 13d04c9d8f33 20:22:27 Step 6/22 : COPY . . 20:22:29 Removing intermediate container d44583e17e45 20:22:29 ---> 464ed05f7598 20:22:29 Step 13/22 : ENV APP_PORT=58890 20:22:29 ---> Running in 116cc5be6d0e 20:22:29 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:22:29 - README.md 20:22:29 20:22:29 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:22:29 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:22:29 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:22:29 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:22:30 Removing intermediate container 116cc5be6d0e 20:22:30 ---> 31f8c477c841 20:22:30 Step 14/22 : EXPOSE $APP_PORT 20:22:30 ---> Running in a9d910f2e37c 20:22:31 Reading package lists... 20:22:31 Installing build dependencies: git=1:2.17.1-1ubuntu0.9 git-man=1:2.17.1-1ubuntu0.9 libcurl3-gnutls=7.58.0-2ubuntu3.16 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:22:31 Reading package lists... 20:22:31 Building dependency tree... 20:22:31 Reading state information... 20:22:31 Removing intermediate container a9d910f2e37c 20:22:31 ---> 608fae30946e 20:22:31 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:22:31 Suggested packages: 20:22:31 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 20:22:31 git-gui gitk gitweb git-cvs git-mediawiki git-svn 20:22:31 Recommended packages: 20:22:31 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 20:22:31 The following NEW packages will be installed: 20:22:31 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 20:22:31 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 20:22:31 pkg-config zip 20:22:31 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 20:22:32 Need to get 7670 kB of archives. 20:22:32 After this operation, 43.8 MB of additional disk space will be used. 20:22:32 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:22:32 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 20:22:32 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 20:22:32 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 20:22:32 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 20:22:32 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 20:22:32 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 20:22:32 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 20:22:32 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 20:22:32 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 20:22:32 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.16 [218 kB] 20:22:33 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.9 [803 kB] 20:22:33 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.9 [3923 kB] 20:22:33 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 20:22:33 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 20:22:33 debconf: delaying package configuration, since apt-utils is not installed 20:22:33 Fetched 7670 kB in 1s (5369 kB/s) 20:22:33 Selecting previously unselected package libglib2.0-0:amd64. 20:22:33 (Reading database ... 13935 files and directories currently installed.) 20:22:33 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 20:22:33 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 20:22:33 Selecting previously unselected package libpsl5:amd64. 20:22:33 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 20:22:33 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 20:22:33 Selecting previously unselected package libnghttp2-14:amd64. 20:22:33 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 20:22:33 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:22:33 Selecting previously unselected package librtmp1:amd64. 20:22:33 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 20:22:33 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:22:33 Selecting previously unselected package libcurl3-gnutls:amd64. 20:22:33 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.16_amd64.deb ... 20:22:33 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... 20:22:33 Selecting previously unselected package liberror-perl. 20:22:33 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 20:22:33 Unpacking liberror-perl (0.17025-1) ... 20:22:33 Selecting previously unselected package git-man. 20:22:33 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.9_all.deb ... 20:22:34 Unpacking git-man (1:2.17.1-1ubuntu0.9) ... 20:22:34 Selecting previously unselected package git. 20:22:34 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.9_amd64.deb ... 20:22:34 Unpacking git (1:2.17.1-1ubuntu0.9) ... 20:22:34 ---> f0e5f32198c2 20:22:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:22:34 Selecting previously unselected package libnorm1:amd64. 20:22:34 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 20:22:34 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:22:34 Selecting previously unselected package libpgm-5.2-0:amd64. 20:22:34 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 20:22:34 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:22:35 Selecting previously unselected package libsodium23:amd64. 20:22:35 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 20:22:35 Unpacking libsodium23:amd64 (1.0.16-2) ... 20:22:35 Selecting previously unselected package libzmq5:amd64. 20:22:35 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 20:22:35 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:22:35 Selecting previously unselected package libzmq3-dev:amd64. 20:22:35 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 20:22:35 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:22:35 Selecting previously unselected package pkg-config. 20:22:35 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 20:22:35 Unpacking pkg-config (0.29.1-0ubuntu2) ... 20:22:35 Selecting previously unselected package zip. 20:22:35 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 20:22:35 Unpacking zip (3.0-11build1) ... 20:22:35 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:22:35 Setting up git-man (1:2.17.1-1ubuntu0.9) ... 20:22:35 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:22:35 Setting up liberror-perl (0.17025-1) ... 20:22:35 Setting up libpsl5:amd64 (0.19.1-5build1) ... 20:22:35 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 20:22:35 No schema files found: doing nothing. 20:22:35 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:22:35 Setting up zip (3.0-11build1) ... 20:22:35 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:22:35 Setting up libsodium23:amd64 (1.0.16-2) ... 20:22:35 Setting up pkg-config (0.29.1-0ubuntu2) ... 20:22:35 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:22:35 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... 20:22:35 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:22:35 Setting up git (1:2.17.1-1ubuntu0.9) ... 20:22:35 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:22:36 ---> c446d5910403 20:22:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:22:36 git set to automatically installed. 20:22:36 git-man set to automatically installed. 20:22:36 libcurl3-gnutls set to automatically installed. 20:22:36 liberror-perl set to automatically installed. 20:22:36 libglib2.0-0 set to automatically installed. 20:22:36 libnghttp2-14 set to automatically installed. 20:22:36 libnorm1 set to automatically installed. 20:22:36 libpgm-5.2-0 set to automatically installed. 20:22:36 libpsl5 set to automatically installed. 20:22:36 librtmp1 set to automatically installed. 20:22:36 libsodium23 set to automatically installed. 20:22:36 libzmq3-dev set to automatically installed. 20:22:36 libzmq5 set to automatically installed. 20:22:36 pkg-config set to automatically installed. 20:22:36 zip set to automatically installed. 20:22:37 snapd is not logged in, snap install commands will use sudo 20:22:38 ---> 93bbace83762 20:22:38 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 20:22:38 ---> Running in fb493e124177 20:22:38 snap "core18" has no updates available 20:22:39 snapd is not logged in, snap install commands will use sudo 20:22:39 Removing intermediate container fb493e124177 20:22:39 ---> 29baa4e92539 20:22:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:22:39 ---> Running in 8eb051ccfb74 20:22:40 Removing intermediate container 8eb051ccfb74 20:22:40 ---> 670d69d10ba8 20:22:40 Step 20/22 : LABEL arch=arm64 20:22:40 ---> Running in 47dd71fb0cdb 20:22:41 Removing intermediate container 47dd71fb0cdb 20:22:41 ---> 96377d425ac7 20:22:41 Step 21/22 : LABEL git_sha=2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 20:22:41 ---> Running in 3026a5dc828e 20:22:42 Removing intermediate container 3026a5dc828e 20:22:42 ---> 8243510cca87 20:22:42 Step 22/22 : LABEL version=0.0.0 20:22:43 ---> Running in 3b248b20ca6e 20:22:44 Removing intermediate container 3b248b20ca6e 20:22:44 ---> 8843bebb0d43 20:22:44 20:22:45 Successfully built 8843bebb0d43 20:22:45 Successfully tagged sys-mgmt-agent-arm64:latest 20:22:47 go (1.16/stable) 1.16.10 from Michael Hudson-Doyle (mwhudson) installed 20:22:47 Pulling config-common 20:22:47 + snapcraftctl pull 20:22:49 Pulling go-build-helper 20:22:49 + snapcraftctl pull 20:22:49  Building sys-mgmt-agent ... done  ---> 66809ae090de 20:22:49 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 20:22:49 ---> Running in eeecc0dbac98 20:22:51 'edgex-go' has dependencies that need to be staged: go-build-helper 20:22:51 Skipping pull go-build-helper (already ran) 20:22:51 Building go-build-helper 20:22:51 + snapcraftctl build 20:22:53 Staging go-build-helper 20:22:53 + snapcraftctl stage 20:22:54 Removing intermediate container eeecc0dbac98 20:22:54 ---> 3e3722e902d6 20:22:54 Step 8/22 : RUN make cmd/core-data/core-data 20:22:54 ---> Running in f76f8db4dafb 20:22:56 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:23:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:23:03 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:23:03 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1955 kB] 20:23:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [351 kB] 20:23:03 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] 20:23:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] 20:23:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [514 kB] 20:23:03 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [69.7 kB] 20:23:03 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1147 kB] 20:23:03 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [263 kB] 20:23:03 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:23:03 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:23:03 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:23:03 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:23:03 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:23:03 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:23:03 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:23:03 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:23:03 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:23:03 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2304 kB] 20:23:03 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [445 kB] 20:23:03 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.3 kB] 20:23:03 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] 20:23:03 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [539 kB] 20:23:03 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [73.6 kB] 20:23:03 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1763 kB] 20:23:03 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [380 kB] 20:23:03 Fetched 25.6 MB in 0s (0 B/s) 20:23:03 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:23:03 Fetched 224 kB in 0s (0 B/s) 20:23:03 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:23:03 Fetched 157 kB in 0s (0 B/s) 20:23:03 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:23:03 Fetched 221 kB in 0s (0 B/s) 20:23:03 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:23:03 Fetched 143 kB in 0s (0 B/s) 20:23:03 Pulling edgex-go 20:23:03 + snapcraftctl pull 20:23:04 Pulling hooks 20:23:04 + snapcraftctl pull 20:23:26 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:23:26 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:23:26 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:23:26 Fetched 0 B in 0s (0 B/s) 20:23:26 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 20:23:26 Fetched 96.5 kB in 0s (0 B/s) 20:23:26 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 20:23:26 Fetched 279 kB in 0s (0 B/s) 20:23:26 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 20:23:26 Fetched 122 kB in 0s (0 B/s) 20:23:26 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 20:23:26 Fetched 77.8 kB in 0s (0 B/s) 20:23:26 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 20:23:26 Fetched 8848 B in 0s (0 B/s) 20:23:26 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 20:23:26 Fetched 47.8 kB in 0s (0 B/s) 20:23:26 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 20:23:26 Fetched 45.6 kB in 0s (0 B/s) 20:23:26 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 20:23:26 Fetched 15.0 kB in 0s (0 B/s) 20:23:26 Get:1 libcurl4_7.58.0-2ubuntu3.16_amd64.deb [220 kB] 20:23:26 Fetched 220 kB in 0s (0 B/s) 20:23:26 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 20:23:26 Fetched 154 kB in 0s (0 B/s) 20:23:26 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 20:23:26 Fetched 50.6 kB in 0s (0 B/s) 20:23:26 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 20:23:26 Fetched 14.8 kB in 0s (0 B/s) 20:23:26 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 20:23:26 Fetched 41.8 kB in 0s (0 B/s) 20:23:26 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 20:23:26 Fetched 499 kB in 0s (0 B/s) 20:23:26 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 20:23:26 Fetched 111 kB in 0s (0 B/s) 20:23:26 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 20:23:26 Fetched 240 kB in 0s (0 B/s) 20:23:26 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 20:23:26 Fetched 29.3 kB in 0s (0 B/s) 20:23:26 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 20:23:26 Fetched 85.5 kB in 0s (0 B/s) 20:23:26 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 20:23:26 Fetched 24.5 kB in 0s (0 B/s) 20:23:26 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 20:23:26 Fetched 49.2 kB in 0s (0 B/s) 20:23:26 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 20:23:26 Fetched 54.2 kB in 0s (0 B/s) 20:23:26 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 20:23:26 Fetched 30.8 kB in 0s (0 B/s) 20:23:26 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 20:23:26 Fetched 15.8 kB in 0s (0 B/s) 20:23:26 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 20:23:26 Fetched 85.9 kB in 0s (0 B/s) 20:23:26 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 20:23:26 Fetched 8720 B in 0s (0 B/s) 20:23:26 Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] 20:23:26 Fetched 140 kB in 0s (0 B/s) 20:23:26 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 20:23:26 Fetched 119 kB in 0s (0 B/s) 20:23:26 Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] 20:23:26 Fetched 111 kB in 0s (0 B/s) 20:23:26 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 20:23:26 Fetched 11.1 kB in 0s (0 B/s) 20:23:26 Get:1 libgnutls30_3.5.18-1ubuntu1.5_amd64.deb [646 kB] 20:23:26 Fetched 646 kB in 0s (0 B/s) 20:23:26 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 20:23:26 Fetched 41.3 kB in 0s (0 B/s) 20:23:26 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 20:23:26 Fetched 17.9 kB in 0s (0 B/s) 20:23:26 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 20:23:26 Fetched 368 kB in 0s (0 B/s) 20:23:26 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 20:23:26 Fetched 187 kB in 0s (0 B/s) 20:23:26 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 20:23:26 Fetched 175 kB in 0s (0 B/s) 20:23:26 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 20:23:26 Fetched 206 kB in 0s (0 B/s) 20:23:26 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.13_amd64.deb [1302 kB] 20:23:26 Fetched 1302 kB in 0s (0 B/s) 20:23:26 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 20:23:26 Fetched 36.2 kB in 0s (0 B/s) 20:23:26 Get:1 curl_7.58.0-2ubuntu3.16_amd64.deb [159 kB] 20:23:26 Fetched 159 kB in 0s (0 B/s) 20:23:26 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 20:23:26 Fetched 107 kB in 0s (0 B/s) 20:23:26 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 20:23:26 Fetched 48.7 kB in 0s (0 B/s) 20:23:26 Pulling static-packages 20:23:26 + snapcraftctl pull 20:23:27 Pulling version 20:23:27 + cd /root/project 20:23:27 + git describe --tags --abbrev=0 20:23:27 + sed s/v// 20:23:27 + GIT_VERSION=2.0.1-dev.90 20:23:27 + [ -z 2.0.1-dev.90 ] 20:23:27 + snapcraftctl set-version 2.0.1-dev.90 20:23:28 Building config-common 20:23:28 + snapcraftctl build 20:23:32 Skipping build go-build-helper (already ran) 20:23:32 Building edgex-go 20:23:32 + cd /root/parts/edgex-go/src 20:23:32 + git describe --tags --abbrev=0 20:23:32 + sed s/v// 20:23:32 + GIT_VERSION=2.0.1-dev.90 20:23:32 + [ -z 2.0.1-dev.90 ] 20:23:32 + echo 2.0.1-dev.90 20:23:32 + [ ! -d vendor ] 20:23:32 + go mod download all 20:23:47 + make build 20:23:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.90" -o cmd/core-data/core-data ./cmd/core-data 20:23:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.90" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:24:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.90" -o cmd/core-command/core-command ./cmd/core-command 20:24:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.90" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:24:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.90" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:24:04 Removing intermediate container ad265eea88a1 20:24:04 ---> 248ea8c5c947 20:24:04 20:24:04 Step 9/30 : FROM alpine:3.14 20:24:04 ---> bb3de5531c18 20:24:04 Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:24:04 ---> Running in 070a5cb77d90 20:24:04 Removing intermediate container 070a5cb77d90 20:24:04 ---> 406fcd501d12 20:24:04 Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec 20:24:04 ---> Running in f8cc23c651d8 20:24:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:24:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:24:04 (1/2) Installing dumb-init (1.2.5-r1) 20:24:04 (2/2) Installing su-exec (0.2-r1) 20:24:04 Executing busybox-1.33.1-r3.trigger 20:24:04 OK: 5 MiB in 16 packages 20:24:04 Removing intermediate container f8cc23c651d8 20:24:04 ---> e36194e03105 20:24:04 Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init 20:24:04 ---> Running in 8e3fe0cb89a5 20:24:04 Removing intermediate container 8e3fe0cb89a5 20:24:04 ---> 8a0f3971d461 20:24:04 Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:24:04 ---> Running in 849be38fdf19 20:24:04 Removing intermediate container 849be38fdf19 20:24:04 ---> 0db80835862a 20:24:04 Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:24:04 ---> Running in d0dbf485223b 20:24:04 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:24:04 Removing intermediate container d0dbf485223b 20:24:04 ---> 85c6f1715a3c 20:24:04 Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} 20:24:04 ---> Running in 296731ba3450 20:24:05 Removing intermediate container 296731ba3450 20:24:05 ---> f0b0598635db 20:24:05 Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:24:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.90" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:24:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.90" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:24:07 ---> d7cae5304cff 20:24:07 Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:24:07 ---> Running in b5da74400801 20:24:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.90" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:24:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.90" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:24:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.90" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:24:12 Removing intermediate container b5da74400801 20:24:12 ---> 41a8913516d3 20:24:12 Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / 20:24:12 Removing intermediate container 3a24547eb80e 20:24:12 ---> 11ee71e35280 20:24:12 20:24:12 Step 9/22 : FROM alpine:3.14 20:24:12 ---> bb3de5531c18 20:24:12 Step 10/22 : RUN apk add --update --no-cache dumb-init 20:24:12 ---> Using cache 20:24:12 ---> 95385aa4c762 20:24:12 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:24:12 ---> Using cache 20:24:12 ---> 1b15d91c0656 20:24:12 Step 12/22 : ENV APP_PORT=59882 20:24:12 ---> Running in 0e8e42188650 20:24:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.90" -o ./cmd/secrets-config ./cmd/secrets-config 20:24:13 Removing intermediate container 0e8e42188650 20:24:13 ---> 6f753a933567 20:24:13 Step 13/22 : EXPOSE $APP_PORT 20:24:13 ---> Running in 9199bf246440 20:24:13 ---> 0a9f1001abdd 20:24:13 Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:24:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.1-dev.90" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:24:14 Removing intermediate container 9199bf246440 20:24:14 ---> 38940829590b 20:24:14 Step 14/22 : WORKDIR / 20:24:14 ---> Running in 53475bb86af1 20:24:15 Removing intermediate container 53475bb86af1 20:24:15 ---> 4cc67fc0584e 20:24:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:24:15 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 20:24:15 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 20:24:15 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 20:24:15 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 20:24:15 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 20:24:15 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 20:24:15 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 20:24:15 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 20:24:15 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 20:24:15 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 20:24:15 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 20:24:15 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 20:24:15 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 20:24:15 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 20:24:15 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 20:24:15 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 20:24:15 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 20:24:15 + 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:24:15 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 20:24:15 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 20:24:15 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 20:24:15 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 20:24:15 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 20:24:15 + 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:24:15 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 20:24:15 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 20:24:15 + 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:24:15 ---> ac0d4a3fc3a4 20:24:15 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:24:17 Building hooks 20:24:17 + cd /root/parts/hooks/src 20:24:17 + make build 20:24:17 go mod tidy 20:24:17 go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.0.5 20:24:17 ---> d51820976304 20:24:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:24:17 go: downloading github.com/davecgh/go-spew v1.1.0 20:24:17 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 20:24:17 GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure 20:24:18 ---> 8eb4d02a176e 20:24:18 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:24:18 GO111MODULE=on go build -o cmd/install/install ./cmd/install 20:24:19 + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure 20:24:19 + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install 20:24:20 Removing intermediate container da9a7b997614 20:24:20 ---> f4e5b83a4abc 20:24:20 20:24:20 Step 9/24 : FROM alpine:3.14 20:24:20 ---> bb3de5531c18 20:24:20 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 20:24:20 ---> 8c4107e6dff9 20:24:20 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:24:20 ---> Running in 8878a78292bb 20:24:20 ---> 31fce98da189 20:24:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:24:22 ---> 055d8226b71f 20:24:22 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 20:24:22 ---> Running in c2308bd2f96f 20:24:22 Building static-packages 20:24:22 + snapcraftctl build 20:24:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 20:24:23 ---> ba13a87df9cb 20:24:23 Step 18/22 : ENTRYPOINT ["/core-command"] 20:24:23 ---> Running in 30c66465fc5c 20:24:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:24:23 Removing intermediate container c2308bd2f96f 20:24:23 ---> 7408a159b861 20:24:23 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:24:24 Removing intermediate container 30c66465fc5c 20:24:24 ---> 12b1f942efb5 20:24:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:24:24 (1/3) Installing ca-certificates (20191127-r5) 20:24:24 ---> Running in ba0a391aeb59 20:24:24 (2/3) Installing dumb-init (1.2.5-r1) 20:24:24 (3/3) Installing su-exec (0.2-r1) 20:24:24 Executing busybox-1.33.1-r3.trigger 20:24:24 Executing ca-certificates-20191127-r5.trigger 20:24:25 ---> d1929a8c5f8a 20:24:25 Step 25/30 : RUN chmod +x /entrypoint.sh 20:24:25 OK: 6 MiB in 17 packages 20:24:25 Building version 20:24:25 + snapcraftctl build 20:24:25 ---> Running in 927b5656435d 20:24:25 Removing intermediate container ba0a391aeb59 20:24:25 ---> e89bb9377f78 20:24:25 Step 20/22 : LABEL arch=arm64 20:24:26 ---> Running in 4f65d0f32081 20:24:27 Removing intermediate container 4f65d0f32081 20:24:27 ---> 1de249ca6ccd 20:24:27 Step 21/22 : LABEL git_sha=2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 20:24:27 ---> Running in eff8f404f8ad 20:24:27 Staging config-common 20:24:27 + snapcraftctl stage 20:24:28 Removing intermediate container 8878a78292bb 20:24:28 ---> 2735bbd5ded1 20:24:28 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:24:28 Removing intermediate container eff8f404f8ad 20:24:28 ---> 6dacfc08dbf3 20:24:28 Step 22/22 : LABEL version=0.0.0 20:24:28 ---> Running in b6c8df329c75 20:24:28 ---> Running in cf1ae3b58618 20:24:29 Skipping stage go-build-helper (already ran) 20:24:29 Staging edgex-go 20:24:29 + snapcraftctl stage 20:24:29 Removing intermediate container cf1ae3b58618 20:24:29 ---> 1ba1cfa1eceb 20:24:29 20:24:29 Removing intermediate container b6c8df329c75 20:24:29 ---> cd3f60051908 20:24:29 Step 12/24 : WORKDIR / 20:24:29 ---> Running in d6d405f67273 20:24:29 Removing intermediate container 927b5656435d 20:24:29 ---> d0b1a5f424aa 20:24:29 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 20:24:29 Successfully built 1ba1cfa1eceb 20:24:29 Successfully tagged core-command-arm64:latest 20:24:29  Building core-command ... done  ---> Running in b08586484f8d 20:24:30 Removing intermediate container d6d405f67273 20:24:30 ---> 1803426bab5f 20:24:30 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:24:30 Removing intermediate container b08586484f8d 20:24:30 ---> cd5d4c76272d 20:24:30 Staging hooks 20:24:30 + snapcraftctl stage 20:24:30 Step 27/30 : CMD ["gate"] 20:24:31 ---> Running in c21cc880a7f5 20:24:31 ---> f8f779ea18ae 20:24:31 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:24:31 Removing intermediate container c21cc880a7f5 20:24:31 ---> 47dc2ddf61e6 20:24:31 Step 28/30 : LABEL arch=arm64 20:24:31 ---> Running in 3c39a0bdf140 20:24:31 ---> 526c4731be86 20:24:31 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:24:32 Staging static-packages 20:24:32 + snapcraftctl stage 20:24:32 Removing intermediate container 3c39a0bdf140 20:24:32 ---> c5ec9a177036 20:24:32 Step 29/30 : LABEL git_sha=2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 20:24:32 ---> Running in 0b61c4870457 20:24:33 Staging version 20:24:33 + snapcraftctl stage 20:24:33 ---> f15fe0da92b5 20:24:33 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 20:24:33 Removing intermediate container 0b61c4870457 20:24:33 ---> ddf46e7bb9d4 20:24:33 Step 30/30 : LABEL version=0.0.0 20:24:33 ---> Running in 4d3a6b7850d0 20:24:34 Removing intermediate container 4d3a6b7850d0 20:24:34 ---> 29c8f82ca5c0 20:24:34 20:24:34 ---> 1c790d624a0b 20:24:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:24:34 Successfully built 29c8f82ca5c0 20:24:34 Successfully tagged security-bootstrapper-arm64:latest 20:24:34 Priming config-common 20:24:34 + snapcraftctl prime 20:24:36  Building security-bootstrapper ... done  ---> 7159f7098bd2 20:24:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:24:36 Priming go-build-helper 20:24:36 + snapcraftctl prime 20:24:37 ---> e27c082b99c7 20:24:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:24:37 Priming edgex-go 20:24:37 + snapcraftctl prime 20:24:38 ---> 5d227953e470 20:24:38 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 20:24:38 ---> Running in b949a328f46b 20:24:39 Priming hooks 20:24:39 + snapcraftctl prime 20:24:40 Priming static-packages 20:24:40 + snapcraftctl prime 20:24:40 Removing intermediate container f76f8db4dafb 20:24:40 ---> a0fac298aaff 20:24:40 20:24:40 Step 9/22 : FROM alpine:3.14 20:24:40 ---> bb3de5531c18 20:24:40 Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:24:40 ---> Running in 145582dbe032 20:24:40 Removing intermediate container b949a328f46b 20:24:40 ---> 016b6ef6c0d4 20:24:40 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:24:40 ---> Running in 9209b26c430a 20:24:40 Removing intermediate container 145582dbe032 20:24:40 ---> abb64bb9ff06 20:24:40 Step 11/22 : ENV APP_PORT=59880 20:24:40 ---> Running in dcf55d230261 20:24:41 Removing intermediate container 9209b26c430a 20:24:41 ---> 9e7e12ea3686 20:24:41 Step 22/24 : LABEL arch=arm64 20:24:41 ---> Running in 2d5f68b603c1 20:24:41 Removing intermediate container dcf55d230261 20:24:41 ---> b99401f13aef 20:24:41 Step 12/22 : EXPOSE $APP_PORT 20:24:41 ---> Running in 0e9fb76d135b 20:24:41 Removing intermediate container 2d5f68b603c1 20:24:41 ---> 4ee093b916a2 20:24:41 Step 23/24 : LABEL git_sha=2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 20:24:41 ---> Running in 02d954adff6c 20:24:42 Removing intermediate container 0e9fb76d135b 20:24:42 ---> f9acb1c1f5e9 20:24:42 Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:42 ---> Running in b52aaef00fd7 20:24:42 Removing intermediate container 02d954adff6c 20:24:42 ---> 62635dc03215 20:24:42 Step 24/24 : LABEL version=0.0.0 20:24:42 ---> Running in 95a4c6b906cb 20:24:42 Removing intermediate container 95a4c6b906cb 20:24:42 ---> 088b539ffe7a 20:24:42 20:24:43 Successfully built 088b539ffe7a 20:24:43 Successfully tagged security-secretstore-setup-arm64:latest 20:24:43 Priming version 20:24:43 + snapcraftctl prime 20:24:44 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 20:24:44  Building security-secretstore-setup ... done Removing intermediate container b52aaef00fd7 20:24:44 ---> 416d0333c70b 20:24:44 Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init 20:24:44 ---> Running in c1b09e95a8b8 20:24:45 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 20:24:46 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 20:24:47 (1/6) Installing dumb-init (1.2.5-r1) 20:24:47 (2/6) Installing libgcc (10.3.1_git20210424-r2) 20:24:47 (3/6) Installing libsodium (1.0.18-r0) 20:24:47 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 20:24:47 (5/6) Installing libzmq (4.3.4-r0) 20:24:47 (6/6) Installing zeromq (4.3.4-r0) 20:24:47 Executing busybox-1.33.1-r3.trigger 20:24:47 OK: 8 MiB in 20 packages 20:24:48 Removing intermediate container c1b09e95a8b8 20:24:48 ---> f2eca97839f4 20:24:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:24:49 ---> 0fa5fd62b1b6 20:24:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:24:50 ---> 38a909ac1f15 20:24:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:24:52 ---> c2e05dadd92e 20:24:52 Step 18/22 : ENTRYPOINT ["/core-data"] 20:24:52 ---> Running in 90efbba2411d 20:24:52 Removing intermediate container 90efbba2411d 20:24:52 ---> 6d1e990079ab 20:24:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:24:52 ---> Running in 6730b893de0e 20:24:52 Removing intermediate container 6730b893de0e 20:24:52 ---> 5e15058155c6 20:24:52 Step 20/22 : LABEL arch=arm64 20:24:52 ---> Running in 8f0b948d3121 20:24:53 Removing intermediate container 8f0b948d3121 20:24:53 ---> dc827e8364c7 20:24:53 Step 21/22 : LABEL git_sha=2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 20:24:53 ---> Running in 930a45146132 20:24:53 Removing intermediate container 930a45146132 20:24:53 ---> 8a624879edc1 20:24:53 Step 22/22 : LABEL version=0.0.0 20:24:53 ---> Running in eb7bc2e09396 20:24:53 Removing intermediate container eb7bc2e09396 20:24:53 ---> fbc1a1be9d80 20:24:53 20:24:54 Successfully built fbc1a1be9d80 20:24:54 Successfully tagged core-data-arm64:latest 20:24:54  Building core-data ... done  [Pipeline] } 20:24:54 $ docker stop --time=1 61fffbb6815cd15fe3e7e6e2de61d41f9cc50ddd32be379b5be96512b1d0a1e2 20:24:56 $ docker rm -f 61fffbb6815cd15fe3e7e6e2de61d41f9cc50ddd32be379b5be96512b1d0a1e2 [Pipeline] // withDockerContainer [Pipeline] sh 20:24:57 + docker images 20:24:57 REPOSITORY TAG IMAGE ID CREATED SIZE 20:24:57 core-data-arm64 latest fbc1a1be9d80 4 seconds ago 19.5MB 20:24:57 security-secretstore-setup-arm64 latest 088b539ffe7a 15 seconds ago 26.8MB 20:24:57 a0fac298aaff 18 seconds ago 1.58GB 20:24:57 security-bootstrapper-arm64 latest 29c8f82ca5c0 23 seconds ago 17.8MB 20:24:57 core-command-arm64 latest 1ba1cfa1eceb 29 seconds ago 15.2MB 20:24:57 f4e5b83a4abc 38 seconds ago 1.58GB 20:24:57 11ee71e35280 46 seconds ago 1.57GB 20:24:57 248ea8c5c947 About a minute ago 1.57GB 20:24:57 sys-mgmt-agent-arm64 latest 8843bebb0d43 2 minutes ago 277MB 20:24:57 core-metadata-arm64 latest 2e4d1ec8697b 3 minutes ago 15.9MB 20:24:57 support-scheduler-arm64 latest 574d78ceb90b 3 minutes ago 15.3MB 20:24:57 support-notifications-arm64 latest dbfb7af97a49 3 minutes ago 16.1MB 20:24:57 security-proxy-setup-arm64 latest ccc696d4236f 3 minutes ago 25.4MB 20:24:57 2b5dbea227eb 3 minutes ago 1.57GB 20:24:57 5dc36880eeb5 3 minutes ago 1.57GB 20:24:57 dd8614001388 3 minutes ago 1.57GB 20:24:57 06a33e5ee30d 3 minutes ago 1.57GB 20:24:57 02a7fa5f92c9 3 minutes ago 1.58GB 20:24:57 ci-base-image-arm64 latest 27e65c541a90 15 minutes ago 1.24GB 20:24:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 8b459fc5aaf0 3 weeks ago 534MB 20:24:57 docker 20.10.8 3734d5adc5ac 2 months ago 198MB 20:24:57 alpine 3.14 bb3de5531c18 2 months ago 5.34MB 20:24:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 16 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:24:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:24:58 20:24:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 20:24:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:24:58 arm64: Pulling from edgex-lftools-log-publisher 20:24:58 448f6bf000e3: Pulling fs layer 20:24:58 f757da607395: Pulling fs layer 20:24:58 05883995daec: Pulling fs layer 20:24:58 8603b9c90790: Pulling fs layer 20:24:58 1560dd03e051: Pulling fs layer 20:24:58 27f5ce0e4adf: Pulling fs layer 20:24:58 c2d8d7efcc4b: Pulling fs layer 20:24:58 1560dd03e051: Waiting 20:24:58 27f5ce0e4adf: Waiting 20:24:58 c2d8d7efcc4b: Waiting 20:24:58 8603b9c90790: Waiting 20:24:58 f757da607395: Verifying Checksum 20:24:58 f757da607395: Download complete 20:24:58 8603b9c90790: Download complete 20:24:59 05883995daec: Verifying Checksum 20:24:59 05883995daec: Download complete 20:24:59 1560dd03e051: Verifying Checksum 20:24:59 1560dd03e051: Download complete 20:24:59 27f5ce0e4adf: Verifying Checksum 20:24:59 448f6bf000e3: Download complete 20:25:01 c2d8d7efcc4b: Verifying Checksum 20:25:01 c2d8d7efcc4b: Download complete 20:25:02 448f6bf000e3: Pull complete 20:25:03 f757da607395: Pull complete 20:25:04 05883995daec: Pull complete 20:25:04 8603b9c90790: Pull complete 20:25:05 1560dd03e051: Pull complete 20:25:06 27f5ce0e4adf: Pull complete 20:25:21 c2d8d7efcc4b: Pull complete 20:25:21 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 20:25:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 20:25:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 20:25:21 prd-ubuntu18.04-docker-arm64-4c-16g-28452 does not seem to be running inside a container 20:25:21 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 20:25:24 $ docker top 0844aecd7e677c912b119497ab6397de2e2162c145fec99dd133bb6fdcff1859 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:25:25 ---> job-cost.sh 20:25:25 lf-activate-venv: SKIPPING 20:25:25 INFO: No Stack... 20:25:26 INFO: Retrieving Pricing Info for: v3-standard-4 20:25:26 INFO: Archiving Costs [Pipeline] sh 20:25:27 + cat /w/workspace/edgex-go/1/archives/cost.csv 20:25:27 + cut -d, -f6 [Pipeline] lock 20:25:27 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3798-1-stack-cost] 20:25:27 Resource [jenkins-edgexfoundry-edgex-go-PR-3798-1-stack-cost] did not exist. Created. 20:25:27 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3798-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:25:28 + echo total: 0.10999999940395355 [Pipeline] stash 20:25:28 Stashed 1 file(s) [Pipeline] } 20:25:28 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3798-1-stack-cost] [Pipeline] // lock [Pipeline] } 20:25:28 $ docker stop --time=1 0844aecd7e677c912b119497ab6397de2e2162c145fec99dd133bb6fdcff1859 20:25:29 $ docker rm -f 0844aecd7e677c912b119497ab6397de2e2162c145fec99dd133bb6fdcff1859 [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:25:32 provisioning config files... 20:25:32 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config6788531946915018525tmp [Pipeline] { [Pipeline] sh 20:25:32 + set +x 20:25:32 + curl -s https://codecov.io/bash 20:25:32 + bash -s -- 20:25:32 20:25:32 _____ _ 20:25:32 / ____| | | 20:25:32 | | ___ __| | ___ ___ _____ __ 20:25:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:25:32 | |___| (_) | (_| | __/ (_| (_) \ V / 20:25:32 \_____\___/ \__,_|\___|\___\___/ \_/ 20:25:32 Bash-1.0.6 20:25:32 20:25:32 20:25:32 ==> git version 2.24.4 found 20:25:32 ==> 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:25:32 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:25:32 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:25:32 ==> Jenkins CI detected. 20:25:32 current dir:  /w/workspace/edgex-go/1 20:25:32 project root: . 20:25:32 --> token set from env 20:25:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:25:32 ==> Running gcov in . (disable via -X gcov) 20:25:32 ==> Python coveragepy not found 20:25:32 ==> Searching for coverage reports in: 20:25:32 + . 20:25:32 -> Found 1 reports 20:25:32 ==> Detecting git/mercurial file structure 20:25:32 ==> Reading reports 20:25:32 + ./coverage.out bytes=428381 20:25:32 ==> Appending adjustments 20:25:32 https://docs.codecov.io/docs/fixing-reports 20:25:34 + Found adjustments 20:25:34 ==> Gzipping contents 20:25:34 60K /tmp/codecov.4erlNc.gz 20:25:34 ==> Uploading reports 20:25:34 url: https://codecov.io 20:25:34 query: branch=PR-3798&commit=2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3798%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3798&job=&cmd_args= 20:25:34 -> Pinging Codecov 20:25:34 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3798&commit=2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3798%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3798&job=&cmd_args= 20:25:34 -> Uploading to 20:25:34 https://storage.googleapis.com/codecov/v4/raw/2021-11-09/00271124DB129430A58F1EEE437C3FCB/2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9/6b17bc23-4acd-4862-93aa-a8b1ac250c59.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211109%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211109T202534Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e41561bc33f361d80cec0a2fdda44c5de7ef81729861d36d5202134557f270a8 20:25:34 % Total % Received % Xferd Average Speed Time Time Time Current 20:25:34 Dload Upload Total Spent Left Speed 20:25:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57668 0 0 100 57668 0 136k --:--:-- --:--:-- --:--:-- 137k 20:25:35 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/2b8a7f32cfdc60999fbc4d4066f55d584d9c27e9 [Pipeline] } 20:25:35 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 20:25:36 + '[' -d /w/workspace/edgex-go/1/archives ']' [Pipeline] libraryResource [Pipeline] sh 20:25:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:25:37 ---> package-listing.sh 20:25:37 ++ facter osfamily 20:25:37 ++ tr '[:upper:]' '[:lower:]' 20:25:38 + OS_FAMILY=redhat 20:25:38 + workspace=/w/workspace/edgex-go/1 20:25:38 + START_PACKAGES=/tmp/packages_start.txt 20:25:38 + END_PACKAGES=/tmp/packages_end.txt 20:25:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:25:38 + PACKAGES=/tmp/packages_start.txt 20:25:38 + '[' /w/workspace/edgex-go/1 ']' 20:25:38 + PACKAGES=/tmp/packages_end.txt 20:25:38 + case "${OS_FAMILY}" in 20:25:38 + rpm -qa 20:25:38 + sort 20:25:41 + '[' -f /tmp/packages_start.txt ']' 20:25:41 + '[' -f /tmp/packages_end.txt ']' 20:25:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:25:41 + '[' /w/workspace/edgex-go/1 ']' 20:25:41 + mkdir -p /w/workspace/edgex-go/1/archives/ 20:25:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 20:25:41 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:25:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:25:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:25:42 20:25:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 20:25:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:25:42 latest: Pulling from edgex-lftools-log-publisher 20:25:42 b4d181a07f80: Pulling fs layer 20:25:42 a1111a8f2ec3: Pulling fs layer 20:25:42 ed53099fbce6: Pulling fs layer 20:25:42 dc539afda2c1: Pulling fs layer 20:25:42 77bc0d833cb6: Pulling fs layer 20:25:42 9065ff56babe: Pulling fs layer 20:25:42 d287ab97295c: Pulling fs layer 20:25:42 dc539afda2c1: Waiting 20:25:42 77bc0d833cb6: Waiting 20:25:42 9065ff56babe: Waiting 20:25:42 d287ab97295c: Waiting 20:25:43 a1111a8f2ec3: Verifying Checksum 20:25:43 a1111a8f2ec3: Download complete 20:25:43 dc539afda2c1: Verifying Checksum 20:25:43 dc539afda2c1: Download complete 20:25:43 ed53099fbce6: Verifying Checksum 20:25:43 ed53099fbce6: Download complete 20:25:43 9065ff56babe: Verifying Checksum 20:25:43 9065ff56babe: Download complete 20:25:43 77bc0d833cb6: Verifying Checksum 20:25:43 77bc0d833cb6: Download complete 20:25:43 b4d181a07f80: Verifying Checksum 20:25:43 b4d181a07f80: Download complete 20:25:43 d287ab97295c: Verifying Checksum 20:25:43 d287ab97295c: Download complete 20:25:45 b4d181a07f80: Pull complete 20:25:45 a1111a8f2ec3: Pull complete 20:25:46 ed53099fbce6: Pull complete 20:25:46 dc539afda2c1: Pull complete 20:25:47 77bc0d833cb6: Pull complete 20:25:47 9065ff56babe: Pull complete 20:25:55 d287ab97295c: Pull complete 20:25:55 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 20:25:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:25:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 20:25:55 prd-centos7-docker-4c-2g-28438 does not seem to be running inside a container 20:25:55 $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:25:58 $ docker top dcfbdc029e472a387627bca30ad216ee62b24f980cf8a660f1d0f7aa4ec517ec -eo pid,comm [Pipeline] { [Pipeline] sh 20:25:59 + touch /tmp/pre-build-complete [Pipeline] sh 20:25:59 + mkdir -p /var/log/sysstat [Pipeline] sh 20:25:59 + ls /var/log/sa-host 20:25:59 + sadf -c /var/log/sa-host/sa09 20:25:59 file_magic: OK 20:25:59 HZ: Using current value: 100 20:25:59 file_header: OK 20:25:59 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:25:59 Statistics: 20:25:59 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:25:59 File successfully converted to sysstat format version 12.0.3 20:25:59 + sadf -c /var/log/sa-host/sa30 20:25:59 file_magic: OK 20:25:59 HZ: Using current value: 100 20:25:59 file_header: OK 20:25:59 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:25:59 Statistics: 20:25:59 Hnuu...uuuununununu...Hnuu...uuuununununu... 20:25:59 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:26:00 provisioning config files... 20:26:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1988991523986473106tmp [Pipeline] { [Pipeline] echo 20:26:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:26:01 ---> create-netrc.sh [Pipeline] } 20:26:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:26:01 ---> python-tools-install.sh [Pipeline] echo 20:26:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:26:02 ---> sudo-logs.sh 20:26:02 Archiving 'sudo' log.. 20:26:02 sudo: unable to resolve host prd-centos7-docker-4c-2g-28438.novalocal: Name or service not known 20:26:02 sudo: unable to resolve host prd-centos7-docker-4c-2g-28438.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 20:26:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:26:03 ---> job-cost.sh 20:26:03 lf-activate-venv: SKIPPING 20:26:03 DEBUG: total: 0.10999999940395355 20:26:03 INFO: Retrieving Stack Cost... 20:26:03 INFO: Retrieving Pricing Info for: v3-standard-2 20:26:03 INFO: Archiving Costs [Pipeline] echo 20:26:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:26:04 ---> logs-deploy.sh 20:26:04 lf-activate-venv: SKIPPING 20:26:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3798/1 20:26:04 INFO: archiving workspace using pattern(s): 20:26:06 Archives upload complete. 20:26:06 INFO: archiving logs to Nexus 20:26:06 ---> uname -a: 20:26:06 Linux prd-centos7-docker-4c-2g-28438.novalocal 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 GNU/Linux 20:26:06 20:26:06 20:26:06 ---> lscpu: 20:26:06 Architecture: x86_64 20:26:06 CPU op-mode(s): 32-bit, 64-bit 20:26:06 Byte Order: Little Endian 20:26:06 Address sizes: 40 bits physical, 48 bits virtual 20:26:06 CPU(s): 2 20:26:06 On-line CPU(s) list: 0,1 20:26:06 Thread(s) per core: 1 20:26:06 Core(s) per socket: 1 20:26:06 Socket(s): 2 20:26:06 NUMA node(s): 1 20:26:06 Vendor ID: AuthenticAMD 20:26:06 CPU family: 23 20:26:06 Model: 49 20:26:06 Model name: AMD EPYC-Rome Processor 20:26:06 Stepping: 0 20:26:06 CPU MHz: 2800.000 20:26:06 BogoMIPS: 5600.00 20:26:06 Virtualization: AMD-V 20:26:06 Hypervisor vendor: KVM 20:26:06 Virtualization type: full 20:26:06 L1d cache: 32K 20:26:06 L1i cache: 32K 20:26:06 L2 cache: 512K 20:26:06 L3 cache: 16384K 20:26:06 NUMA node0 CPU(s): 0,1 20:26: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:26:06 20:26:06 20:26:06 ---> nproc: 20:26:06 2 20:26:06 20:26:06 20:26:06 ---> df -h: 20:26:06 Filesystem Size Used Avail Use% Mounted on 20:26:06 overlay 40G 14G 27G 33% / 20:26:06 tmpfs 64M 0 64M 0% /dev 20:26:06 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 20:26:06 shm 64M 0 64M 0% /dev/shm 20:26:06 /dev/vda1 40G 14G 27G 33% /facter-os 20:26:06 20:26:06 20:26:06 ---> sar -b -r -n DEV: 20:26:06 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 11/09/21 _x86_64_ (2 CPU) 20:26:06 20:26:06 20:00:50 LINUX RESTART (2 CPU) 20:26:06 20:26:06 20:01:01 tps rtps wtps bread/s bwrtn/s 20:26:06 20:02:01 155.68 98.09 57.59 7647.98 40566.15 20:26:06 20:03:01 79.23 3.25 75.99 2326.59 5167.74 20:26:06 20:04:02 274.72 0.22 274.50 26.52 69853.05 20:26:06 20:05:01 174.59 0.00 174.59 0.00 31224.82 20:26:06 20:06:01 47.40 0.02 47.38 0.53 9729.91 20:26:06 20:07:01 127.33 0.00 127.33 0.00 10376.43 20:26:06 20:08:01 987.24 571.77 415.47 24727.80 280163.11 20:26:06 20:09:01 456.10 102.95 353.15 6444.22 122344.15 20:26:06 20:10:01 434.54 40.29 394.25 2721.12 148939.79 20:26:06 20:11:01 7.26 0.03 7.23 0.27 346.61 20:26:06 20:12:01 0.18 0.00 0.18 0.00 2.13 20:26:06 20:13:01 0.20 0.00 0.20 0.00 1.95 20:26:06 20:14:01 0.30 0.00 0.30 0.00 3.12 20:26:06 20:15:01 0.33 0.00 0.33 0.00 4.23 20:26:06 20:16:01 0.42 0.25 0.17 7.86 2.10 20:26:06 20:17:02 0.77 0.00 0.77 0.00 14.21 20:26:06 20:18:01 0.25 0.00 0.25 0.00 3.02 20:26:06 20:19:01 0.25 0.00 0.25 0.00 2.60 20:26:06 20:20:01 0.17 0.00 0.17 0.00 1.22 20:26:06 20:21:01 0.17 0.00 0.17 0.00 2.37 20:26:06 20:22:01 0.22 0.00 0.22 0.00 2.41 20:26:06 20:23:01 0.27 0.00 0.27 0.00 2.95 20:26:06 20:24:01 0.25 0.00 0.25 0.00 2.73 20:26:06 20:25:01 0.20 0.00 0.20 0.00 1.48 20:26:06 Average: 114.83 34.26 80.57 1839.54 30051.60 20:26:06 20:26:06 20:01:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:26:06 20:02:01 5753876 0 595960 7.44 2620 1656484 1285668 14.19 546508 1478252 4644 20:26:06 20:03:01 5317464 0 706080 8.82 2620 1982776 1404924 15.51 843984 1601788 125312 20:26:06 20:04:02 2950208 0 979108 12.23 2620 4077004 1660520 18.33 1518788 3034968 412660 20:26:06 20:05:01 3349244 0 1001472 12.50 2620 3655604 1740964 19.22 1375668 2804864 277020 20:26:06 20:06:01 3301004 0 1128008 14.08 2620 3577308 1970996 21.76 1380392 2844188 73364 20:26:06 20:07:01 3216500 0 956860 11.95 2620 3832960 1592820 17.59 1320648 2978264 371104 20:26:06 20:08:01 290420 0 1140068 14.23 2620 6575832 1887432 20.84 3297712 3805536 273680 20:26:06 20:09:01 1146416 0 1089592 13.60 2620 5770312 1742264 19.24 2512124 3738000 84940 20:26:06 20:10:01 2555680 0 1032244 12.89 2620 4418396 1409116 15.56 1455392 3379916 20 20:26:06 20:11:01 2574348 0 1013568 12.66 2620 4418404 1231760 13.60 1453756 3373388 20 20:26:06 20:12:01 2576480 0 1011432 12.63 2620 4418408 1216472 13.43 1452940 3373340 8 20:26:06 20:13:01 2584972 0 1002936 12.52 2620 4418412 1216340 13.43 1449772 3368140 8 20:26:06 20:14:01 2585388 0 1002516 12.52 2620 4418416 1216340 13.43 1449776 3368140 8 20:26:06 20:15:01 2590584 0 997316 12.45 2620 4418420 1216340 13.43 1449772 3362948 8 20:26:06 20:16:01 2590344 0 997524 12.46 2620 4418452 1216340 13.43 1450088 3362664 16 20:26:06 20:17:02 2589968 0 997896 12.46 2620 4418456 1216424 13.43 1450528 3362664 8 20:26:06 20:18:01 2590320 0 997540 12.46 2620 4418460 1216340 13.43 1450088 3362664 8 20:26:06 20:19:01 2590584 0 997268 12.45 2620 4418468 1216340 13.43 1450096 3362432 8 20:26:06 20:20:01 2589436 0 998416 12.47 2620 4418468 1216544 13.43 1451328 3362432 20 20:26:06 20:21:01 2590716 0 997128 12.45 2620 4418476 1216340 13.43 1450128 3362432 12 20:26:06 20:22:01 2590256 0 997588 12.46 2620 4418476 1216436 13.43 1450644 3362432 8 20:26:06 20:23:01 2590576 0 997264 12.45 2620 4418480 1216340 13.43 1450140 3362432 8 20:26:06 20:24:01 2590716 0 997116 12.45 2620 4418488 1216340 13.43 1450264 3362432 8 20:26:06 20:25:01 2590872 0 996960 12.45 2620 4418488 1216340 13.43 1450148 3362432 20 20:26:06 Average: 2779016 0 984661 12.29 2620 4242644 1373156 15.16 1500445 3172364 67621 20:26:06 20:26:06 20:01:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:26:06 20:02:01 eth0 287.71 238.35 1759.82 55.52 0.00 0.00 0.00 0.00 20:26:06 20:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:03:01 eth0 684.35 836.55 3985.26 96.06 0.00 0.00 0.00 0.00 20:26:06 20:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:03:01 docker0 585.68 332.74 52.52 2125.94 0.00 0.00 0.00 0.00 20:26:06 20:03:01 vethee9f0d6 585.68 332.84 60.53 2125.95 0.00 0.00 0.00 0.00 20:26:06 20:04:02 eth0 498.85 468.69 5834.05 91.34 0.00 0.00 0.00 0.00 20:26:06 20:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:04:02 docker0 374.45 360.01 30.34 2603.08 0.00 0.00 0.00 0.00 20:26:06 20:05:01 eth0 32.69 18.57 32.05 13.08 0.00 0.00 0.00 0.00 20:26:06 20:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:05:01 vethcbbcfb2 0.05 0.19 0.00 0.01 0.00 0.00 0.00 0.00 20:26:06 20:05:01 docker0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:06:01 eth0 29.14 20.37 18.22 60.84 0.00 0.00 0.00 0.00 20:26:06 20:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:06:01 vethcbbcfb2 1.71 1.71 0.13 0.13 0.00 0.00 0.00 0.00 20:26:06 20:06:01 docker0 1.71 1.71 0.11 0.13 0.00 0.00 0.00 0.00 20:26:06 20:07:01 eth0 75.25 47.35 1682.55 14.06 0.00 0.00 0.00 0.00 20:26:06 20:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:08:01 vethff13355 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:26:06 20:08:01 eth0 74.56 45.32 214.74 54.49 0.00 0.00 0.00 0.00 20:26:06 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:08:01 vethce132bb 0.00 0.46 0.00 0.02 0.00 0.00 0.00 0.00 20:26:06 20:09:01 veth3e1802b 0.05 0.33 0.00 0.02 0.00 0.00 0.00 0.00 20:26:06 20:09:01 eth0 68.59 48.76 226.67 75.21 0.00 0.00 0.00 0.00 20:26:06 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:09:01 vethce132bb 0.00 0.58 0.00 0.03 0.00 0.00 0.00 0.00 20:26:06 20:10:01 eth0 147.35 87.48 1602.23 69.48 0.00 0.00 0.00 0.00 20:26:06 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:10:01 docker0 1015.12 807.64 86.47 5636.47 0.00 0.00 0.00 0.00 20:26:06 20:11:01 eth0 0.60 0.40 0.59 0.18 0.00 0.00 0.00 0.00 20:26:06 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:12:01 eth0 0.45 0.30 0.15 0.08 0.00 0.00 0.00 0.00 20:26:06 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:13:01 eth0 0.25 0.10 0.02 0.01 0.00 0.00 0.00 0.00 20:26:06 20:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:14:01 eth0 0.30 0.10 0.02 0.01 0.00 0.00 0.00 0.00 20:26:06 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:15:01 eth0 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:26:06 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:16:01 eth0 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:26:06 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:17:02 eth0 0.33 0.22 0.14 0.07 0.00 0.00 0.00 0.00 20:26:06 20:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:18:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:26:06 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:19:01 eth0 0.50 0.10 0.05 0.01 0.00 0.00 0.00 0.00 20:26:06 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:20:01 eth0 0.58 0.32 0.27 0.20 0.00 0.00 0.00 0.00 20:26:06 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:21:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:26:06 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:22:01 eth0 0.47 0.42 0.20 0.10 0.00 0.00 0.00 0.00 20:26:06 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:23:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:24:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:25:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:26:06 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 Average: eth0 79.38 75.68 640.68 22.15 0.00 0.00 0.00 0.00 20:26:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:26:06 Average: docker0 42.34 33.69 3.61 235.09 0.00 0.00 0.00 0.00 20:26:06 20:26:06 20:26:06 ---> sar -P ALL: 20:26:06 Linux 3.10.0-1160.42.2.el7.x86_64 (centos-7-docker-61562791-2d39-7756-a072-67b3eceb74d7.vexxhost.lo) 11/09/21 _x86_64_ (2 CPU) 20:26:06 20:26:06 20:00:50 LINUX RESTART (2 CPU) 20:26:06 20:26:06 20:01:01 CPU %user %nice %system %iowait %steal %idle 20:26:06 20:02:01 all 17.12 0.00 5.54 6.41 0.27 70.65 20:26:06 20:02:01 0 18.61 0.00 5.52 6.32 0.28 69.28 20:26:06 20:02:01 1 15.65 0.00 5.56 6.51 0.26 72.02 20:26:06 20:03:01 all 10.03 0.00 3.53 2.39 0.13 83.92 20:26:06 20:03:01 0 10.07 0.00 4.44 3.40 0.16 81.93 20:26:06 20:03:01 1 9.99 0.00 2.63 1.40 0.10 85.88 20:26:06 20:04:02 all 29.41 0.00 9.49 4.37 0.15 56.58 20:26:06 20:04:02 0 27.57 0.00 9.67 4.04 0.16 58.56 20:26:06 20:04:02 1 31.26 0.00 9.32 4.69 0.14 54.59 20:26:06 20:05:01 all 58.04 0.00 8.65 2.63 0.14 30.55 20:26:06 20:05:01 0 58.45 0.00 8.61 2.74 0.13 30.06 20:26:06 20:05:01 1 57.63 0.00 8.69 2.51 0.15 31.03 20:26:06 20:06:01 all 27.61 0.00 3.89 7.44 0.08 60.98 20:26:06 20:06:01 0 27.83 0.00 3.93 7.01 0.09 61.14 20:26:06 20:06:01 1 27.38 0.00 3.86 7.87 0.07 60.82 20:26:06 20:07:01 all 69.78 0.00 8.04 3.22 0.12 18.84 20:26:06 20:07:01 0 70.13 0.00 8.50 3.73 0.13 17.51 20:26:06 20:07:01 1 69.43 0.00 7.59 2.71 0.11 20.17 20:26:06 20:08:01 all 30.80 0.00 17.62 35.63 0.13 15.82 20:26:06 20:08:01 0 30.41 0.00 17.81 35.52 0.13 16.14 20:26:06 20:08:01 1 31.19 0.00 17.44 35.74 0.14 15.49 20:26:06 20:09:01 all 80.80 0.00 14.43 4.29 0.17 0.31 20:26:06 20:09:01 0 81.30 0.00 13.93 4.14 0.15 0.48 20:26:06 20:09:01 1 80.30 0.00 14.94 4.44 0.18 0.15 20:26:06 20:10:01 all 57.65 0.00 15.83 8.25 0.14 18.13 20:26:06 20:10:01 0 57.37 0.00 15.97 8.69 0.13 17.85 20:26:06 20:10:01 1 57.93 0.00 15.70 7.81 0.15 18.41 20:26:06 20:11:01 all 0.12 0.00 0.10 0.02 0.03 99.74 20:26:06 20:11:01 0 0.05 0.00 0.12 0.03 0.03 99.77 20:26:06 20:11:01 1 0.18 0.00 0.08 0.00 0.02 99.72 20:26:06 20:12:01 all 0.20 0.00 0.07 0.00 0.01 99.72 20:26:06 20:12:01 0 0.35 0.00 0.03 0.00 0.00 99.62 20:26:06 20:12:01 1 0.05 0.00 0.10 0.00 0.02 99.83 20:26:06 20:26:06 20:12:01 CPU %user %nice %system %iowait %steal %idle 20:26:06 20:13:01 all 0.11 0.00 0.03 0.00 0.03 99.83 20:26:06 20:13:01 0 0.20 0.00 0.03 0.00 0.02 99.75 20:26:06 20:13:01 1 0.02 0.00 0.03 0.00 0.03 99.92 20:26:06 20:14:01 all 0.03 0.00 0.03 0.00 0.03 99.92 20:26:06 20:14:01 0 0.03 0.00 0.02 0.00 0.02 99.93 20:26:06 20:14:01 1 0.03 0.00 0.03 0.00 0.03 99.90 20:26:06 20:15:01 all 0.13 0.00 0.03 0.00 0.03 99.82 20:26:06 20:15:01 0 0.22 0.00 0.05 0.00 0.03 99.70 20:26:06 20:15:01 1 0.03 0.00 0.02 0.00 0.02 99.93 20:26:06 20:16:01 all 0.23 0.00 0.05 0.00 0.03 99.69 20:26:06 20:16:01 0 0.43 0.00 0.02 0.00 0.03 99.52 20:26:06 20:16:01 1 0.02 0.00 0.08 0.00 0.03 99.87 20:26:06 20:17:02 all 0.21 0.00 0.03 0.00 0.02 99.74 20:26:06 20:17:02 0 0.35 0.00 0.03 0.00 0.02 99.60 20:26:06 20:17:02 1 0.07 0.00 0.03 0.00 0.02 99.88 20:26:06 20:18:01 all 0.14 0.00 0.03 0.00 0.03 99.81 20:26:06 20:18:01 0 0.24 0.00 0.02 0.00 0.00 99.75 20:26:06 20:18:01 1 0.03 0.00 0.03 0.00 0.05 99.88 20:26:06 20:19:01 all 0.24 0.00 0.03 0.00 0.04 99.69 20:26:06 20:19:01 0 0.43 0.00 0.02 0.00 0.07 99.48 20:26:06 20:19:01 1 0.05 0.00 0.03 0.00 0.02 99.90 20:26:06 20:20:01 all 0.24 0.00 0.02 0.00 0.06 99.68 20:26:06 20:20:01 0 0.45 0.00 0.02 0.00 0.08 99.45 20:26:06 20:20:01 1 0.03 0.00 0.02 0.00 0.03 99.92 20:26:06 20:21:01 all 0.23 0.00 0.03 0.00 0.12 99.63 20:26:06 20:21:01 0 0.05 0.00 0.02 0.00 0.13 99.80 20:26:06 20:21:01 1 0.40 0.00 0.03 0.00 0.10 99.47 20:26:06 20:22:01 all 0.22 0.00 0.03 0.00 0.18 99.58 20:26:06 20:22:01 0 0.02 0.00 0.03 0.00 0.17 99.78 20:26:06 20:22:01 1 0.42 0.00 0.02 0.00 0.18 99.38 20:26:06 20:23:01 all 0.20 0.00 0.03 0.00 0.08 99.69 20:26:06 20:23:01 0 0.03 0.00 0.03 0.00 0.08 99.85 20:26:06 20:23:01 1 0.37 0.00 0.02 0.00 0.08 99.53 20:26:06 20:26:06 20:23:01 CPU %user %nice %system %iowait %steal %idle 20:26:06 20:24:01 all 0.20 0.00 0.03 0.00 0.14 99.63 20:26:06 20:24:01 0 0.05 0.00 0.03 0.00 0.20 99.72 20:26:06 20:24:01 1 0.35 0.00 0.02 0.00 0.08 99.55 20:26:06 20:25:01 all 0.15 0.00 0.05 0.00 0.12 99.68 20:26:06 20:25:01 0 0.05 0.00 0.05 0.00 0.12 99.78 20:26:06 20:25:01 1 0.25 0.00 0.05 0.00 0.12 99.58 20:26:06 Average: all 15.12 0.00 3.47 2.98 0.09 78.34 20:26:06 Average: 0 15.16 0.00 3.52 3.02 0.10 78.21 20:26:06 Average: 1 15.09 0.00 3.41 2.94 0.09 78.48 20:26:06 20:26:06 20:26:06