Pull request #3882 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4b4e12a45705336505badecbe602366b35133885+0dc7fb43dfbc61ec4b325044d074184b8b9e402a (c94d8a6b13c1ba877f38c8ba9d0829c0e5ba224d) 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-ssh18112197448503927168.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision efdbc04638cc485a1a2a98c60e49a0e43cac6f53 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-ssh8157073288861582668.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 efdbc04638cc485a1a2a98c60e49a0e43cac6f53 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-3882/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-3882/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh12687483572183269425.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-3882/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh12683790979827183415.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision efdbc04638cc485a1a2a98c60e49a0e43cac6f53 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f efdbc04638cc485a1a2a98c60e49a0e43cac6f53 # timeout=10 Commit message: "Merge pull request #376 from ernestojeda/add-ireland-release-stream" > 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-ssh6849487739061007755.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-3882/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-3882/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh2011610845828486427.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 efdbc04638cc485a1a2a98c60e49a0e43cac6f53 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.17 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-5004 in /w/workspace/edgexfoundry_edgex-go_PR-3882 [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-ssh4307565351033243993.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 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-ssh365210976204146068.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3882/head:refs/remotes/origin/PR-3882 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 0dc7fb43dfbc61ec4b325044d074184b8b9e402a into PR head commit 4b4e12a45705336505badecbe602366b35133885 Merge succeeded, producing 4b4e12a45705336505badecbe602366b35133885 Checking out Revision 4b4e12a45705336505badecbe602366b35133885 (PR-3882) > git config core.sparsecheckout # timeout=10 > git checkout -f 4b4e12a45705336505badecbe602366b35133885 # 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-ssh576214331761141378.key > git merge 0dc7fb43dfbc61ec4b325044d074184b8b9e402a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4b4e12a45705336505badecbe602366b35133885 # timeout=10 Commit message: "build(deps): Bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.3.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object efdbc04638cc485a1a2a98c60e49a0e43cac6f53 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:05:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:05:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:05:55 ========================================================= 19:05:55 EdgeX Global Pipelines Version Info 19:05:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:05:56 ------------------- 19:05:56 stable info: 19:05:56 ------------------- 19:05:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:05:56 Commit SHA: efdbc04638cc485a1a2a98c60e49a0e43cac6f53 19:05:56 Message: update stable to v1.0.220 19:05:57 ------------------- 19:05:57 experimental info: 19:05:57 ------------------- 19:05:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:05:57 Commit SHA: efdbc04638cc485a1a2a98c60e49a0e43cac6f53 19:05:57 Message: update experimental to v1.0.220 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:05:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:05:57 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:05:57 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:05:57 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:05:57 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:05:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 19:05:57 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 19:05:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:05:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 19:05:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 19:05:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:05:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:05:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 19:05:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:05:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:05:58 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:05:58 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:05:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:05:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:05:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 19:05:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:05:58 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:05:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3882 [Pipeline] echo 19:05:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3882 [Pipeline] echo 19:05:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3882 [Pipeline] echo 19:05:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4b4e12a45705336505badecbe602366b35133885 [Pipeline] echo 19:05:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4b4e12a [Pipeline] echo 19:05:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:05:58 provisioning config files... 19:05:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2007404100261227661tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:05:59 ---> docker-login.sh 19:05:59 nexus3.edgexfoundry.org:10001 19:05:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:05:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:05:59 Configure a credential helper to remove this warning. See 19:05:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:05:59 19:05:59 Login Succeeded 19:05:59 nexus3.edgexfoundry.org:10002 19:05:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:05:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:05:59 Configure a credential helper to remove this warning. See 19:05:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:05:59 19:05:59 Login Succeeded 19:05:59 nexus3.edgexfoundry.org:10003 19:05:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:05:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:05:59 Configure a credential helper to remove this warning. See 19:05:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:05:59 19:05:59 Login Succeeded 19:05:59 nexus3.edgexfoundry.org:10004 19:05:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:05:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:05:59 Configure a credential helper to remove this warning. See 19:05:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:05:59 19:05:59 Login Succeeded 19:05:59 docker.io 19:05:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:06:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:06:00 Configure a credential helper to remove this warning. See 19:06:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:06:00 19:06:00 Login Succeeded 19:06:00 ---> docker-login.sh ends [Pipeline] } 19:06:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:06:00 ++ 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 19:06:00 + for file in '`ls cmd/**/Dockerfile`' 19:06:00 ++ dirname cmd/core-command/Dockerfile 19:06:00 ++ cut -d/ -f2 19:06:00 + echo core-command,cmd/core-command/Dockerfile 19:06:00 + for file in '`ls cmd/**/Dockerfile`' 19:06:00 ++ dirname cmd/core-data/Dockerfile 19:06:00 ++ cut -d/ -f2 19:06:00 + echo core-data,cmd/core-data/Dockerfile 19:06:00 + for file in '`ls cmd/**/Dockerfile`' 19:06:00 ++ dirname cmd/core-metadata/Dockerfile 19:06:00 ++ cut -d/ -f2 19:06:00 + echo core-metadata,cmd/core-metadata/Dockerfile 19:06:00 + for file in '`ls cmd/**/Dockerfile`' 19:06:00 ++ dirname cmd/security-bootstrapper/Dockerfile 19:06:00 ++ cut -d/ -f2 19:06:00 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:06:00 + for file in '`ls cmd/**/Dockerfile`' 19:06:00 ++ dirname cmd/security-proxy-setup/Dockerfile 19:06:00 ++ cut -d/ -f2 19:06:00 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:06:00 + for file in '`ls cmd/**/Dockerfile`' 19:06:00 ++ dirname cmd/security-secretstore-setup/Dockerfile 19:06:00 ++ cut -d/ -f2 19:06:00 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:06:00 + for file in '`ls cmd/**/Dockerfile`' 19:06:00 ++ dirname cmd/support-notifications/Dockerfile 19:06:00 ++ cut -d/ -f2 19:06:00 + echo support-notifications,cmd/support-notifications/Dockerfile 19:06:00 + for file in '`ls cmd/**/Dockerfile`' 19:06:00 ++ dirname cmd/support-scheduler/Dockerfile 19:06:00 ++ cut -d/ -f2 19:06:00 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:06:00 + for file in '`ls cmd/**/Dockerfile`' 19:06:00 ++ dirname cmd/sys-mgmt-agent/Dockerfile 19:06:00 ++ cut -d/ -f2 19:06:00 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:06:00 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 19:06:01 + git rev-list -1 --merges 4b4e12a45705336505badecbe602366b35133885~1..4b4e12a45705336505badecbe602366b35133885 [Pipeline] echo 19:06:01 -----------> git rev-list -1 --merges 4b4e12a45705336505badecbe602366b35133885~1..4b4e12a45705336505badecbe602366b35133885 4b4e12a45705336505badecbe602366b35133885 [false] [Pipeline] sh 19:06:01 + git log --format=format:%s -1 4b4e12a45705336505badecbe602366b35133885 [Pipeline] echo 19:06:01 ========================================================= 19:06:01 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 19:06:01 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 19:06:02 + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts 19:06:02 + grep -v github /etc/ssh/ssh_known_hosts 19:06:02 + '[' -e /tmp/ssh_known_hosts ']' 19:06:02 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 19:06:02 + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' 19:06:02 + sudo tee -a /etc/ssh/ssh_known_hosts 19:06:02 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 19:06:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:06:02 19:06:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:06:03 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:06:03 latest: Pulling from edgex-devops/git-semver 19:06:03 a0d0a0d46f8b: Pulling fs layer 19:06:03 3e5f54012d9b: Pulling fs layer 19:06:03 4c7163046ea9: Pulling fs layer 19:06:03 0c2d73faf560: Pulling fs layer 19:06:03 0c2d73faf560: Waiting 19:06:03 3e5f54012d9b: Verifying Checksum 19:06:03 3e5f54012d9b: Download complete 19:06:03 a0d0a0d46f8b: Verifying Checksum 19:06:03 a0d0a0d46f8b: Download complete 19:06:03 0c2d73faf560: Verifying Checksum 19:06:03 0c2d73faf560: Download complete 19:06:03 4c7163046ea9: Verifying Checksum 19:06:03 4c7163046ea9: Download complete 19:06:03 a0d0a0d46f8b: Pull complete 19:06:03 3e5f54012d9b: Pull complete 19:06:03 4c7163046ea9: Pull complete 19:06:04 0c2d73faf560: Pull complete 19:06:04 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 19:06:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:06:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:06:04 prd-centos7-docker-4c-2g-5004 does not seem to be running inside a container 19:06:04 $ 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 19:06:04 $ docker top 2e51724bfa9934eb7c6eed0a11b8c47d2da93b367b37b34297ea0d7dfec54fb0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:06:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:04 [ssh-agent] Looking for ssh-agent implementation... 19:06:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:05 $ docker exec 2e51724bfa9934eb7c6eed0a11b8c47d2da93b367b37b34297ea0d7dfec54fb0 ssh-agent 19:06:05 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXBBJhkH/agent.14 19:06:05 SSH_AGENT_PID=20 19:06:05 Running ssh-add (command line suppressed) 19:06:05 Identity added: /w/workspace/edgex-go/1@tmp/private_key_7631483921318176052.key (/w/workspace/edgex-go/1@tmp/private_key_7631483921318176052.key) 19:06:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:05 + git tag --points-at HEAD [Pipeline] } 19:06:05 $ docker exec --env ******** --env ******** 2e51724bfa9934eb7c6eed0a11b8c47d2da93b367b37b34297ea0d7dfec54fb0 ssh-agent -k 19:06:05 unset SSH_AUTH_SOCK; 19:06:05 unset SSH_AGENT_PID; 19:06:05 echo Agent pid 20 killed; 19:06:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:06:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:06:05 [ssh-agent] Looking for ssh-agent implementation... 19:06:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:06:05 $ docker exec 2e51724bfa9934eb7c6eed0a11b8c47d2da93b367b37b34297ea0d7dfec54fb0 ssh-agent 19:06:06 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXjIBoJI/agent.53 19:06:06 SSH_AGENT_PID=60 19:06:06 Running ssh-add (command line suppressed) 19:06:06 Identity added: /w/workspace/edgex-go/1@tmp/private_key_2304652078629029024.key (/w/workspace/edgex-go/1@tmp/private_key_2304652078629029024.key) 19:06:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:06:06 + git semver init 19:06:06 # -> Open(): unable to determine branch for HEAD 19:06:06 # $GIT_DIR = /w/workspace/edgex-go/1/.git 19:06:06 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 19:06:06 # $SEMVER_REMOTE_NAME = origin 19:06:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:06:06 # $SEMVER_USER_NAME = edgex-jenkins 19:06:06 # $SEMVER_BRANCH = PR-3882 19:06:06 # $SEMVER_TEMP = /tmp/semver-559585132 19:06:06 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:06:21 # '/tmp/semver-559585132' -> '/w/workspace/edgex-go/1/.semver' 19:06:21 # -> Force: false 19:06:21 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 19:06:21 $ docker exec --env ******** --env ******** 2e51724bfa9934eb7c6eed0a11b8c47d2da93b367b37b34297ea0d7dfec54fb0 ssh-agent -k 19:06:21 unset SSH_AUTH_SOCK; 19:06:21 unset SSH_AGENT_PID; 19:06:21 echo Agent pid 60 killed; 19:06:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:06:21 + git semver [Pipeline] } 19:06:22 $ docker stop --time=1 2e51724bfa9934eb7c6eed0a11b8c47d2da93b367b37b34297ea0d7dfec54fb0 19:06:24 $ docker rm -f 2e51724bfa9934eb7c6eed0a11b8c47d2da93b367b37b34297ea0d7dfec54fb0 [Pipeline] // withDockerContainer [Pipeline] sh 19:06:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:06:24 Stashed 1 file(s) [Pipeline] echo 19:06:24 [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 19:06:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:06:25 ========================================================= 19:06:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 19:06:25 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:06:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:06:25 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 19:06:25 59bf1c3509f3: Pulling fs layer 19:06:25 666ba61612fd: Pulling fs layer 19:06:25 8ed8ca486205: Pulling fs layer 19:06:25 4fe6c5a15a65: Pulling fs layer 19:06:25 22a0e8bec74d: Pulling fs layer 19:06:25 640e595b4fbd: Pulling fs layer 19:06:25 763cafe07f6e: Pulling fs layer 19:06:25 0c0b528cf693: Pulling fs layer 19:06:25 10935f4eaf8b: Pulling fs layer 19:06:25 4fe6c5a15a65: Waiting 19:06:25 22a0e8bec74d: Waiting 19:06:25 640e595b4fbd: Waiting 19:06:25 763cafe07f6e: Waiting 19:06:25 0c0b528cf693: Waiting 19:06:25 10935f4eaf8b: Waiting 19:06:25 8ed8ca486205: Verifying Checksum 19:06:25 8ed8ca486205: Download complete 19:06:25 666ba61612fd: Download complete 19:06:25 22a0e8bec74d: Download complete 19:06:25 640e595b4fbd: Verifying Checksum 19:06:25 640e595b4fbd: Download complete 19:06:25 763cafe07f6e: Verifying Checksum 19:06:25 763cafe07f6e: Download complete 19:06:25 59bf1c3509f3: Verifying Checksum 19:06:25 59bf1c3509f3: Download complete 19:06:25 0c0b528cf693: Verifying Checksum 19:06:25 0c0b528cf693: Download complete 19:06:26 59bf1c3509f3: Pull complete 19:06:26 4fe6c5a15a65: Verifying Checksum 19:06:26 4fe6c5a15a65: Download complete 19:06:26 10935f4eaf8b: Verifying Checksum 19:06:26 10935f4eaf8b: Download complete 19:06:26 666ba61612fd: Pull complete 19:06:26 8ed8ca486205: Pull complete 19:06:30 4fe6c5a15a65: Pull complete 19:06:30 22a0e8bec74d: Pull complete 19:06:30 640e595b4fbd: Pull complete 19:06:30 763cafe07f6e: Pull complete 19:06:30 0c0b528cf693: Pull complete 19:06:33 10935f4eaf8b: Pull complete 19:06:33 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 19:06:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:06:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 19:06:33 + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:06:33 WORKDIR /edgex 19:06:33 COPY go.mod . 19:06:33 RUN go mod download' 19:06:33 + docker build -t ci-base-image-x86_64 -f - . 19:06:35 Sending build context to Docker daemon 334MB 19:06:35 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 19:06:35 ---> 99d49a6021b9 19:06:35 Step 2/4 : WORKDIR /edgex 19:06:38 ---> Running in bb89ba901de5 19:06:38 Removing intermediate container bb89ba901de5 19:06:38 ---> ec7d90b186a6 19:06:38 Step 3/4 : COPY go.mod . 19:06:38 ---> ebfe014ee5f1 19:06:38 Step 4/4 : RUN go mod download 19:06:38 ---> Running in b55d1d47cfde 19:06:40 Still waiting to schedule task 19:06:40 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 19:07:17 Removing intermediate container b55d1d47cfde 19:07:17 ---> 6758753b2b9d 19:07:17 Successfully built 6758753b2b9d 19:07:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:07:17 + docker inspect -f . ci-base-image-x86_64 19:07:17 . [Pipeline] withDockerContainer 19:07:17 prd-centos7-docker-4c-2g-5004 does not seem to be running inside a container 19:07:17 $ 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 19:07:18 $ docker top 5eded902026eb6c7dd85d1d7835d34a3a5a2b75dcc4357919740991c7a1beed6 -eo pid,comm [Pipeline] { [Pipeline] sh 19:07:18 + go version 19:07:18 go version go1.17.6 linux/amd64 [Pipeline] } 19:07:18 $ docker stop --time=1 5eded902026eb6c7dd85d1d7835d34a3a5a2b75dcc4357919740991c7a1beed6 19:07:19 $ docker rm -f 5eded902026eb6c7dd85d1d7835d34a3a5a2b75dcc4357919740991c7a1beed6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:07:20 + docker inspect -f . ci-base-image-x86_64 19:07:20 . [Pipeline] withDockerContainer 19:07:20 prd-centos7-docker-4c-2g-5004 does not seem to be running inside a container 19:07:20 $ 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 19:07:21 $ docker top 46cd705356a242bba10faf3b50896c337cf799cc45aafa8d9f3da62686649726 -eo pid,comm [Pipeline] { [Pipeline] echo 19:07:21 ========================================================= 19:07:21 [edgeXBuildGoParallel] Running Tests and Build... 19:07:21 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:07:21 + make test 19:07:21 go mod tidy 19:07:21 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:07:28 ? github.com/edgexfoundry/edgex-go [no test files] 19:07:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:07:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:07:47 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:07:48 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:07:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:07:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:07:51 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:07:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.049s coverage: 28.7% of statements 19:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:07:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:07:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.047s coverage: 98.5% of statements 19:07:54 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:07:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.046s coverage: 44.7% of statements 19:07:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:07:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:07:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.117s coverage: 89.5% of statements 19:07:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:07:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:07:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.045s coverage: 84.4% of statements 19:07:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:07:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:07:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 19:07:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:07:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:07:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.244s coverage: 94.2% of statements 19:07:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:07:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:07:56 ok github.com/edgexfoundry/edgex-go/internal/io 0.057s coverage: 59.1% of statements 19:07:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:07:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:07:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:07:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:07:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:07:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.049s coverage: 60.0% of statements 19:07:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:07:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:07:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.053s coverage: 0.9% of statements 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.046s coverage: 21.7% of statements 19:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.045s coverage: 47.1% of statements 19:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.059s coverage: 79.5% of statements 19:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 19:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements 19:07:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements 19:08:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5006 in /w/workspace/edgexfoundry_edgex-go_PR-3882 [Pipeline] { [Pipeline] ws 19:08:05 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:08:06 The recommended git tool is: git 19:08:10 using credential edgex-jenkins-ssh 19:08:10 Cloning the remote Git repository 19:08:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:08:10 > git init /w/workspace/edgex-go/1 # timeout=10 19:08:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:08:11 > git --version # timeout=10 19:08:11 > git --version # 'git version 2.17.1' 19:08:11 using GIT_SSH to set credentials SSH Credentials for GitHub 19:08:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.054s coverage: 94.4% of statements 19:08:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements 19:08:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:08:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.206s coverage: 82.5% of statements 19:08:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:08:27 Merging remotes/origin/main commit 0dc7fb43dfbc61ec4b325044d074184b8b9e402a into PR head commit 4b4e12a45705336505badecbe602366b35133885 19:08:27 Merge succeeded, producing 4b4e12a45705336505badecbe602366b35133885 19:08:27 Checking out Revision 4b4e12a45705336505badecbe602366b35133885 (PR-3882) 19:08:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:08:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:08:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:08:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:08:26 using GIT_SSH to set credentials SSH Credentials for GitHub 19:08:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3882/head:refs/remotes/origin/PR-3882 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:08:27 > git config core.sparsecheckout # timeout=10 19:08:27 > git checkout -f 4b4e12a45705336505badecbe602366b35133885 # timeout=10 19:08:27 > git remote # timeout=10 19:08:27 > git config --get remote.origin.url # timeout=10 19:08:27 using GIT_SSH to set credentials SSH Credentials for GitHub 19:08:27 > git merge 0dc7fb43dfbc61ec4b325044d074184b8b9e402a # timeout=10 19:08:27 > git rev-parse HEAD^{commit} # timeout=10 19:08:27 > git config core.sparsecheckout # timeout=10 19:08:27 > git checkout -f 4b4e12a45705336505badecbe602366b35133885 # timeout=10 19:08:32 Commit message: "build(deps): Bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.3.0" 19:08:32 > git --version # timeout=10 19:08:32 > git --version # 'git version 2.17.1' 19:08:32 fatal: bad object efdbc04638cc485a1a2a98c60e49a0e43cac6f53 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:08:33 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 19:08:33 % Total % Received % Xferd Average Speed Time Time Time Current 19:08:33 Dload Upload Total Spent Left Speed 19:08:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 55600 0 --:--:-- --:--:-- --:--:-- 55341 [Pipeline] sh 19:08:33 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 19:08:34 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 19:08:34 + sudo tee /etc/docker/daemon.new 19:08:34 { 19:08:34 "registry-mirrors": [ 19:08:34 "https://nexus3.edgexfoundry.org:10001" 19:08:34 ], 19:08:34 "bip": "10.250.0.254/24", 19:08:34 "hosts": [ 19:08:34 "tcp://0.0.0.0:5555", 19:08:34 "unix:///var/run/docker.sock" 19:08:34 ], 19:08:34 "mtu": 1458, 19:08:34 "selinux-enabled": true, 19:08:34 "seccomp-profile": "/etc/docker/seccomp.json" 19:08:34 } [Pipeline] sh 19:08:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.076s coverage: 92.9% of statements 19:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:08:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.023s coverage: 65.1% of statements 19:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:08:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.066s coverage: 87.2% of statements 19:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:08:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements 19:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:08:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.068s coverage: 58.8% of statements 19:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:08:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.0% of statements 19:08:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.051s coverage: 87.2% of statements 19:08:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 85.4% of statements 19:08:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.131s coverage: 91.2% of statements 19:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:08:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.138s coverage: 64.4% of statements 19:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:08:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.043s coverage: 100.0% of statements 19:08:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 19:08:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 19:08:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 19:08:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements 19:08:34 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.217s coverage: 65.4% of statements 19:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:08:34 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 19:08:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 43.8% of statements 19:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:08:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements 19:08:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:08:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.047s coverage: 84.8% of statements 19:08:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:08:34 + sudo service docker restart 19:08:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.054s coverage: 17.7% of statements 19:08:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:08:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:08:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:08:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:08:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.118s coverage: 92.3% of statements 19:08:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:08:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:08:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:08:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:08:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.050s coverage: 63.2% of statements 19:08:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:08:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:08:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.084s coverage: 97.7% of statements 19:08:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:08:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:08:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:08:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:08:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.052s coverage: 28.9% of statements 19:08:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:08:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:08:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:08:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:08:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:08:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:08:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 19:08:42 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 96.9% of statements 19:08:42 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 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:08:53 provisioning config files... 19:08:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1309833640883697313tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:08:53 ---> docker-login.sh 19:08:53 nexus3.edgexfoundry.org:10001 19:08:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:54 Configure a credential helper to remove this warning. See 19:08:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:54 19:08:54 Login Succeeded 19:08:54 nexus3.edgexfoundry.org:10002 19:08:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:55 Configure a credential helper to remove this warning. See 19:08:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:55 19:08:55 Login Succeeded 19:08:55 nexus3.edgexfoundry.org:10003 19:08:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:55 Configure a credential helper to remove this warning. See 19:08:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:55 19:08:55 Login Succeeded 19:08:55 nexus3.edgexfoundry.org:10004 19:08:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:55 Configure a credential helper to remove this warning. See 19:08:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:55 19:08:55 Login Succeeded 19:08:55 docker.io 19:08:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:08:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:08:56 Configure a credential helper to remove this warning. See 19:08:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:08:56 19:08:56 Login Succeeded 19:08:56 ---> docker-login.sh ends [Pipeline] } 19:08:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:08:57 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 19:08:57 ========================================================= 19:08:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 19:08:57 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:08:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:08:57 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:08:57 9b3977197b4f: Pulling fs layer 19:08:57 1a89e8eeedd5: Pulling fs layer 19:08:57 94645a83ff95: Pulling fs layer 19:08:57 3f3a8bcf1eab: Pulling fs layer 19:08:57 0c92f367c5e7: Pulling fs layer 19:08:57 f7c0051592d6: Pulling fs layer 19:08:57 a227ed2f7395: Pulling fs layer 19:08:57 7b1c46037f91: Pulling fs layer 19:08:57 3f3a8bcf1eab: Waiting 19:08:57 0c92f367c5e7: Waiting 19:08:57 a227ed2f7395: Waiting 19:08:57 7b1c46037f91: Waiting 19:08:57 f7c0051592d6: Waiting 19:08:57 94645a83ff95: Verifying Checksum 19:08:57 94645a83ff95: Download complete 19:08:57 1a89e8eeedd5: Verifying Checksum 19:08:57 1a89e8eeedd5: Download complete 19:08:57 0c92f367c5e7: Verifying Checksum 19:08:57 0c92f367c5e7: Download complete 19:08:57 f7c0051592d6: Verifying Checksum 19:08:57 f7c0051592d6: Download complete 19:08:57 a227ed2f7395: Download complete 19:08:57 9b3977197b4f: Download complete 19:08:58 9b3977197b4f: Pull complete 19:08:59 1a89e8eeedd5: Pull complete 19:08:59 94645a83ff95: Pull complete 19:08:59 7b1c46037f91: Download complete 19:09:00 3f3a8bcf1eab: Verifying Checksum 19:09:00 3f3a8bcf1eab: Download complete 19:09:12 3f3a8bcf1eab: Pull complete 19:09:12 0c92f367c5e7: Pull complete 19:09:12 f7c0051592d6: Pull complete 19:09:12 a227ed2f7395: Pull complete 19:09:14 GO111MODULE=on go vet ./... 19:09:18 7b1c46037f91: Pull complete 19:09:18 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 19:09:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:09:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh 19:09:18 + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:09:18 WORKDIR /edgex 19:09:18 COPY go.mod . 19:09:18 RUN go mod download 19:09:18 -t ci-base-image-arm64 -f - . 19:09:20 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:09:20 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:09:20 ./bin/test-attribution-txt.sh 19:09:21 Sending build context to Docker daemon 168.7MB 19:09:21 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 19:09:21 ---> f79e39bc4007 19:09:21 Step 2/4 : WORKDIR /edgex [Pipeline] echo 19:09:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:09:21 + ls -al . 19:09:21 total 644 19:09:21 drwxrwxr-x 10 1001 1001 4096 Feb 10 19:09 . 19:09:21 drwxr-xr-x 4 root root 28 Feb 10 19:07 .. 19:09:21 -rw-rw-r-- 1 1001 1001 11 Feb 10 19:05 .dockerignore 19:09:21 drwxrwxr-x 8 1001 1001 179 Feb 10 19:05 .git 19:09:21 drwxrwxr-x 4 1001 1001 142 Feb 10 19:05 .github 19:09:21 -rw-rw-r-- 1 1001 1001 804 Feb 10 19:05 .gitignore 19:09:21 -rw-rw-r-- 1 1001 1001 42 Feb 10 19:05 .golangci.yml 19:09:21 -rw-rw-r-- 1 1001 1001 76 Feb 10 19:05 .hadolint.yml 19:09:21 drwx------ 3 1001 1001 73 Feb 10 19:06 .semver 19:09:21 -rw-rw-r-- 1 1001 1001 166 Feb 10 19:05 .sonarcloud.properties 19:09:21 -rw-rw-r-- 1 1001 1001 1171 Feb 10 19:05 ADOPTERS.md 19:09:21 -rw-rw-r-- 1 1001 1001 9019 Feb 10 19:05 Attribution.txt 19:09:21 -rw-rw-r-- 1 1001 1001 51732 Feb 10 19:05 CHANGELOG.md 19:09:21 -rw-rw-r-- 1 1001 1001 3804 Feb 10 19:05 CONTRIBUTING.md 19:09:21 -rw-rw-r-- 1 1001 1001 677 Feb 10 19:05 GOVERNANCE.md 19:09:21 -rw-rw-r-- 1 1001 1001 849 Feb 10 19:05 Jenkinsfile 19:09:21 -rw-rw-r-- 1 1001 1001 10775 Feb 10 19:05 LICENSE 19:09:21 -rw-rw-r-- 1 1001 1001 6508 Feb 10 19:05 Makefile 19:09:21 -rw-rw-r-- 1 1001 1001 582 Feb 10 19:05 OWNERS.md 19:09:21 -rw-rw-r-- 1 1001 1001 8207 Feb 10 19:05 README.md 19:09:21 -rw-rw-r-- 1 1001 1001 6912 Feb 10 19:05 SECURITY.md 19:09:21 -rw-rw-r-- 1 1001 1001 5 Feb 10 19:06 VERSION 19:09:21 -rw-rw-r-- 1 1001 1001 4131 Feb 10 19:05 ZMQWindows.md 19:09:21 drwxrwxr-x 2 1001 1001 37 Feb 10 19:05 bin 19:09:21 drwxrwxr-x 14 1001 1001 4096 Feb 10 19:05 cmd 19:09:21 -rw-r--r-- 1 root root 428383 Feb 10 19:08 coverage.out 19:09:21 -rw-rw-r-- 1 1001 1001 2833 Feb 10 19:05 go.mod 19:09:21 -rw-rw-r-- 1 1001 1001 50190 Feb 10 19:05 go.sum 19:09:21 drwxrwxr-x 8 1001 1001 124 Feb 10 19:05 internal 19:09:21 drwxrwxr-x 3 1001 1001 16 Feb 10 19:05 openapi 19:09:21 drwxrwxr-x 4 1001 1001 71 Feb 10 19:05 snap 19:09:21 -rw-rw-r-- 1 1001 1001 204 Feb 10 19:05 version.go [Pipeline] sh 19:09:22 + '[' -e coverage.out ] 19:09:22 + chown 1001:1001 coverage.out [Pipeline] stash 19:09:22 Stashed 1 file(s) [Pipeline] sh 19:09:22 + make build 19:09:22 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 19:09:23 ---> Running in 37ca75e635b1 19:09:23 Removing intermediate container 37ca75e635b1 19:09:23 ---> ad4aa2c8c6e2 19:09:23 Step 3/4 : COPY go.mod . 19:09:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:09:24 ---> ae4eddb28542 19:09:24 Step 4/4 : RUN go mod download 19:09:24 ---> Running in f78f0aafac70 19:09:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:09:31 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 19:09:32 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 19:09:32 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 19:09:33 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 19:09:34 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 19:09:35 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 19:09:35 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 19:09:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:09:37 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] } 19:09:38 $ docker stop --time=1 46cd705356a242bba10faf3b50896c337cf799cc45aafa8d9f3da62686649726 19:09:40 $ docker rm -f 46cd705356a242bba10faf3b50896c337cf799cc45aafa8d9f3da62686649726 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:09:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:42 19:09:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:09:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:42 latest: Pulling from edgex-devops/edgex-compose 19:09:42 cbdbe7a5bc2a: Pulling fs layer 19:09:42 ca9280d653b3: Pulling fs layer 19:09:42 7e9c9ca2126c: Pulling fs layer 19:09:42 cbdbe7a5bc2a: Verifying Checksum 19:09:42 cbdbe7a5bc2a: Download complete 19:09:42 ca9280d653b3: Verifying Checksum 19:09:42 ca9280d653b3: Download complete 19:09:42 cbdbe7a5bc2a: Pull complete 19:09:42 7e9c9ca2126c: Download complete 19:09:43 ca9280d653b3: Pull complete 19:09:46 7e9c9ca2126c: Pull complete 19:09:46 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:09:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:09:46 prd-centos7-docker-4c-2g-5004 does not seem to be running inside a container 19:09:46 $ 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 19:09:49 $ docker top 71f1dbc801c693592349bf790a88128e946c0a227d9ee8237b5bc8d8e1671b3e -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:49 + docker-compose build --help 19:09:49 + grep parallel 19:09:50 --parallel Build images in parallel. [Pipeline] } 19:09:50 $ docker stop --time=1 71f1dbc801c693592349bf790a88128e946c0a227d9ee8237b5bc8d8e1671b3e 19:09:51 $ docker rm -f 71f1dbc801c693592349bf790a88128e946c0a227d9ee8237b5bc8d8e1671b3e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:09:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:09:51 . [Pipeline] withDockerContainer 19:09:51 prd-centos7-docker-4c-2g-5004 does not seem to be running inside a container 19:09:51 $ 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 19:09:52 $ docker top 8c1c3dc62a32cda0066f7f8d7455d8efc472a58cf7cd07349a95637e3eed9230 -eo pid,comm [Pipeline] { [Pipeline] sh 19:09:52 + docker-compose -f ./docker-compose-build.yml build --parallel 19:09:53 Building core-command ... 19:09:53 Building core-data ... 19:09:53 Building core-metadata ... 19:09:53 Building security-bootstrapper ... 19:09:53 Building security-proxy-setup ... 19:09:53 Building security-secretstore-setup ... 19:09:53 Building support-notifications ... 19:09:53 Building support-scheduler ... 19:09:53 Building sys-mgmt-agent ... 19:09:53 Building sys-mgmt-agent 19:09:53 Building support-scheduler 19:09:53 Building core-command 19:09:53 Building support-notifications 19:09:53 Building security-secretstore-setup 19:10:03 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:10:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:10:03 ---> 6758753b2b9d 19:10:03 Step 3/22 : WORKDIR /edgex-go 19:10:03 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:10:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:10:03 ---> 6758753b2b9d 19:10:03 Step 3/22 : WORKDIR /edgex-go 19:10:07 ---> Running in b12b6787e267 19:10:07 ---> Running in 8d82dadf5bd8 19:10:11 Removing intermediate container b12b6787e267 19:10:11 ---> b048d559bce9 19:10:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:11 Removing intermediate container 8d82dadf5bd8 19:10:11 ---> 815b078e16a7 19:10:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:11 ---> Running in 6e7b3bee2229 19:10:11 ---> Running in 9611f04f84b9 19:10:13 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:10:13 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:10:13 ---> 6758753b2b9d 19:10:13 Step 3/25 : WORKDIR /edgex-go 19:10:13 ---> Using cache 19:10:13 ---> b048d559bce9 19:10:13 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:15 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:10:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:10:15 ---> 6758753b2b9d 19:10:15 Step 3/23 : WORKDIR /edgex-go 19:10:15 ---> Using cache 19:10:15 ---> b048d559bce9 19:10:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:15 ---> Running in 4998323f852c 19:10:15 ---> Running in 134e909bde3b 19:10:15 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:10:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:10:15 ---> 6758753b2b9d 19:10:15 Step 3/23 : WORKDIR /edgex-go 19:10:15 ---> Using cache 19:10:15 ---> b048d559bce9 19:10:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:15 ---> Running in d037c17dc6c2 19:10:15 Removing intermediate container 6e7b3bee2229 19:10:15 ---> 6e9bdfe1ed7c 19:10:15 Step 5/22 : RUN apk add --update --no-cache make git 19:10:15 ---> Running in e95b86f8adf9 19:10:16 Removing intermediate container 9611f04f84b9 19:10:16 ---> 44903aeb13db 19:10:16 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:10:16 ---> Running in a0c25866a6ba 19:10:16 Removing intermediate container 4998323f852c 19:10:16 ---> e762b3a56fd3 19:10:16 Step 5/25 : RUN apk add --update --no-cache make git 19:10:16 ---> Running in 48f8798d6796 19:10:16 Removing intermediate container 134e909bde3b 19:10:16 ---> 8e95d3233ae1 19:10:16 Step 5/23 : RUN apk add --update --no-cache make bash git 19:10:16 ---> Running in e6a8fd447419 19:10:16 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:16 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:16 Removing intermediate container d037c17dc6c2 19:10:16 ---> 13ae8d9866c8 19:10:16 Step 5/23 : RUN apk add --update --no-cache make git 19:10:17 ---> Running in c7a3aa5a23f3 19:10:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:10:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:17 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:10:18 OK: 221 MiB in 52 packages 19:10:18 OK: 221 MiB in 52 packages 19:10:18 OK: 221 MiB in 52 packages 19:10:18 OK: 221 MiB in 52 packages 19:10:18 OK: 221 MiB in 52 packages 19:10:18 Removing intermediate container 48f8798d6796 19:10:18 ---> 9ea6098a6efa 19:10:18 Step 6/25 : COPY go.mod vendor* ./ 19:10:18 Removing intermediate container a0c25866a6ba 19:10:18 ---> 9546ef3f342e 19:10:18 Step 6/22 : COPY go.mod vendor* ./ 19:10:18 ---> 9f222c46d915 19:10:18 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:18 ---> Running in ebe46338075d 19:10:18 ---> ab36127bdeb8 19:10:18 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:18 Removing intermediate container e95b86f8adf9 19:10:18 ---> 0dab25150937 19:10:18 Step 6/22 : COPY go.mod vendor* ./ 19:10:18 ---> Running in f21927029cdd 19:10:18 Removing intermediate container c7a3aa5a23f3 19:10:18 ---> 4a3d09e00a2f 19:10:18 Step 6/23 : COPY go.mod vendor* ./ 19:10:19 Removing intermediate container e6a8fd447419 19:10:19 ---> 652926607fdd 19:10:19 Step 6/23 : COPY go.mod vendor* ./ 19:10:19 ---> c10bc8c8ee28 19:10:19 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:19 ---> 2e4993abd324 19:10:19 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:19 ---> Running in 8309ef2f953c 19:10:19 ---> Running in 76438aae27a0 19:10:19 ---> 8f8df9d403c2 19:10:19 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:10:19 ---> Running in 9dae458ce462 19:10:20 Removing intermediate container f21927029cdd 19:10:20 ---> 16268d711bba 19:10:20 Step 8/22 : COPY . . 19:10:20 Removing intermediate container ebe46338075d 19:10:20 ---> 5bedeedfa184 19:10:20 Step 8/25 : COPY . . 19:10:24 Removing intermediate container 8309ef2f953c 19:10:24 ---> 1883e82da5a3 19:10:24 Step 8/22 : COPY . . 19:10:24 Removing intermediate container 76438aae27a0 19:10:24 ---> e150efe095ab 19:10:24 Step 8/23 : COPY . . 19:10:25 Removing intermediate container 9dae458ce462 19:10:25 ---> 07df0a2851d4 19:10:25 Step 8/23 : COPY . . 19:10:33 ---> 2f18cbb5efc0 19:10:33 Step 9/23 : RUN make cmd/core-command/core-command 19:10:33 ---> Running in 614e57a52a63 19:10:33 ---> d40f60c95a9e 19:10:33 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:10:33 ---> 48a6e6ba875d 19:10:33 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:10:33 ---> Running in 1241587a26a5 19:10:33 ---> Running in 263230a36b95 19:10:34 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 19:10:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:10:34 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 19:10:45 Removing intermediate container f78f0aafac70 19:10:45 ---> 15a4b6db9fc9 19:10:45 Successfully built 15a4b6db9fc9 19:10:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:10:46 + docker inspect -f . ci-base-image-arm64 19:10:46 . [Pipeline] withDockerContainer 19:10:46 prd-ubuntu18.04-docker-arm64-4c-16g-5006 does not seem to be running inside a container 19:10:46 $ 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 19:10:46 ---> 89e173627a49 19:10:46 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:10:46 ---> 6aad2f0badc6 19:10:46 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:10:46 ---> Running in 6fed408425cd 19:10:46 ---> Running in 5cbf4083fac9 19:10:46 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 19:10:46 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 19:10:47 $ docker top fdead245d36ffbea2886e17592fc92b32b11e4549a180ec4656ecef332007901 -eo pid,comm [Pipeline] { [Pipeline] sh 19:10:48 + go version 19:10:48 go version go1.17.6 linux/arm64 [Pipeline] } 19:10:48 $ docker stop --time=1 fdead245d36ffbea2886e17592fc92b32b11e4549a180ec4656ecef332007901 19:10:50 $ docker rm -f fdead245d36ffbea2886e17592fc92b32b11e4549a180ec4656ecef332007901 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:10:51 + docker inspect -f . ci-base-image-arm64 19:10:51 . [Pipeline] withDockerContainer 19:10:51 prd-ubuntu18.04-docker-arm64-4c-16g-5006 does not seem to be running inside a container 19:10:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/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 19:10:53 $ docker top a629d8f48ca535f21a145bb9a72d3f802593f75ca514ea0f0c90782d727757e7 -eo pid,comm [Pipeline] { [Pipeline] echo 19:10:53 ========================================================= 19:10:53 [edgeXBuildGoParallel] Running Tests and Build... 19:10:53 ========================================================= [Pipeline] fileExists [Pipeline] sh 19:10:54 + make test 19:10:54 go mod tidy 19:10:54 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:11:08 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 19:11:12 Removing intermediate container 614e57a52a63 19:11:12 ---> c43b1d3fcdd9 19:11:12 19:11:12 Step 10/23 : FROM alpine:3.14 19:11:12 Removing intermediate container 1241587a26a5 19:11:12 ---> 2162856516f8 19:11:12 19:11:12 Step 10/25 : FROM alpine:3.14 19:11:13 3.14: Pulling from library/alpine 19:11:13 3.14: Pulling from library/alpine 19:11:14 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 19:11:14 Status: Downloaded newer image for alpine:3.14 19:11:14 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 19:11:14 Status: Image is up to date for alpine:3.14 19:11:14 ---> 0a97eee8041e 19:11:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:11:14 ---> 0a97eee8041e 19:11:14 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:11:14 ---> Running in 0f8356875dd8 19:11:14 ---> Running in 20f5925b3284 19:11:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:11:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:11:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:11:15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:11:15 (1/3) Installing ca-certificates (20211220-r0) 19:11:15 Removing intermediate container 263230a36b95 19:11:15 ---> a539df5ba12e 19:11:15 19:11:15 Step 10/22 : FROM alpine:3.14 19:11:15 ---> 0a97eee8041e 19:11:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:11:15 (2/3) Installing dumb-init (1.2.5-r1) 19:11:15 (3/3) Installing su-exec (0.2-r1) 19:11:15 Executing busybox-1.33.1-r6.trigger 19:11:16 Executing ca-certificates-20211220-r0.trigger 19:11:16 (1/1) Installing dumb-init (1.2.5-r1) 19:11:16 Executing busybox-1.33.1-r6.trigger 19:11:16 OK: 6 MiB in 15 packages 19:11:16 ---> Running in 8c0d678870ed 19:11:16 OK: 6 MiB in 17 packages 19:11:16 Removing intermediate container 20f5925b3284 19:11:16 ---> a986b7cf8513 19:11:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:11:16 ---> Running in 10c55cc58729 19:11:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:11:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:11:16 Removing intermediate container 0f8356875dd8 19:11:16 ---> 19af0c32a116 19:11:16 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:11:16 Removing intermediate container 10c55cc58729 19:11:16 ---> 1bfed561196b 19:11:16 Step 13/23 : ENV APP_PORT=59882 19:11:16 ---> Running in 81b72aa196d3 19:11:16 ---> Running in 5c62e2a6d777 19:11:17 Removing intermediate container 81b72aa196d3 19:11:17 ---> ab7ac25bd2e3 19:11:17 Step 13/25 : WORKDIR / 19:11:17 (1/2) Installing ca-certificates (20211220-r0) 19:11:17 (2/2) Installing dumb-init (1.2.5-r1) 19:11:17 Executing busybox-1.33.1-r6.trigger 19:11:17 Executing ca-certificates-20211220-r0.trigger 19:11:17 OK: 6 MiB in 16 packages 19:11:17 ---> Running in b379a0e84803 19:11:17 Removing intermediate container 5c62e2a6d777 19:11:17 ---> b6087b9742f0 19:11:17 Step 14/23 : EXPOSE $APP_PORT 19:11:17 ---> Running in 20e407d99b66 19:11:17 Removing intermediate container b379a0e84803 19:11:17 ---> b1b85240379a 19:11:17 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:11:17 Removing intermediate container 20e407d99b66 19:11:17 ---> 1c65e118093f 19:11:17 Step 15/23 : WORKDIR / 19:11:17 ---> Running in 35e93c6ab7aa 19:11:18 Removing intermediate container 8c0d678870ed 19:11:18 ---> c3e14ad8c636 19:11:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:11:18 Removing intermediate container 35e93c6ab7aa 19:11:18 ---> 7f8efe02d2be 19:11:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:11:18 ---> Running in aab1c4f462a9 19:11:18 ---> e667c8cb5097 19:11:18 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:11:18 Removing intermediate container aab1c4f462a9 19:11:18 ---> a90db1a0c05d 19:11:18 Step 13/22 : ENV APP_PORT=59860 19:11:18 ---> a934979d27b2 19:11:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:11:18 ---> Running in d268170daa74 19:11:18 ---> f04562e70b3e 19:11:18 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:11:19 Removing intermediate container d268170daa74 19:11:19 ---> c01f11d7c7f1 19:11:19 Step 14/22 : EXPOSE $APP_PORT 19:11:19 ---> 7f008e60eac4 19:11:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:11:19 ---> 40279e8014e7 19:11:19 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:11:19 ---> Running in c447a2f31c0c 19:11:19 ---> d97601cdb16c 19:11:19 Step 19/23 : ENTRYPOINT ["/core-command"] 19:11:19 ---> 378dac8a2687 19:11:19 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:11:19 ---> Running in 7d35df516221 19:11:19 Removing intermediate container c447a2f31c0c 19:11:19 ---> 75f2dc42f461 19:11:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:11:19 Removing intermediate container 5cbf4083fac9 19:11:19 ---> 24a559ab5cb6 19:11:19 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:11:20 ---> Running in 03cef15e20d8 19:11:20 ---> 0ca68c9503bd 19:11:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:11:20 ---> 9996f24609f4 19:11:20 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:11:20 Removing intermediate container 7d35df516221 19:11:20 ---> f93b9cbead9c 19:11:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:11:20 ---> Running in 5a54869bd81a 19:11:21 Removing intermediate container 5a54869bd81a 19:11:21 ---> f98654ff92c5 19:11:21 Step 21/23 : LABEL arch=x86_64 19:11:21 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 19:11:21 ---> d928a2c0f69f 19:11:21 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:11:21 ---> Running in fbe2006f1621 19:11:21 ---> ace0a7d5bac6 19:11:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:11:21 Removing intermediate container fbe2006f1621 19:11:21 ---> 506b04774579 19:11:21 Step 22/23 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 19:11:21 ---> 24f15c77b74e 19:11:21 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:11:21 ---> e9bff1247045 19:11:21 Step 21/25 : 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/ 19:11:21 ---> Running in 6920fff8cad2 19:11:21 ---> Running in 4434e38e10d7 19:11:21 ---> Running in 697fe8614465 19:11:21 Removing intermediate container 6920fff8cad2 19:11:21 ---> 975c349c7429 19:11:21 Step 23/23 : LABEL version=0.0.0 19:11:21 Removing intermediate container 4434e38e10d7 19:11:21 ---> c0c4b1a5cbe9 19:11:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:11:21 ---> Running in 0af45ca87e5d 19:11:22 ---> Running in b3097c436a36 19:11:22 Removing intermediate container 03cef15e20d8 19:11:22 ---> 71b20f12b2f0 19:11:22 19:11:22 Step 11/23 : FROM docker:20.10.10 19:11:22 Removing intermediate container 0af45ca87e5d 19:11:22 ---> ce63a26c2896 19:11:22 19:11:22 Removing intermediate container b3097c436a36 19:11:22 ---> 10bb94ee7e43 19:11:22 Step 20/22 : LABEL arch=x86_64 19:11:22 Successfully built ce63a26c2896 19:11:22 Successfully tagged core-command:latest 19:11:22 Building security-bootstrapper 19:11:22 ---> Running in e2e31948acad 19:11:22  Building core-command ... done Removing intermediate container 6fed408425cd 19:11:22 ---> 88c39b6f0f24 19:11:22 19:11:22 Step 10/22 : FROM alpine:3.14 19:11:22 ---> 0a97eee8041e 19:11:22 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:11:22 ---> Using cache 19:11:22 ---> a986b7cf8513 19:11:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:11:22 ---> Using cache 19:11:22 ---> 1bfed561196b 19:11:22 Step 13/22 : ENV APP_PORT=59861 19:11:22 ---> Running in 745078c27544 19:11:23 20.10.10: Pulling from library/docker 19:11:23 Removing intermediate container e2e31948acad 19:11:23 ---> ea97d40d5b4b 19:11:23 Step 21/22 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 19:11:23 Removing intermediate container 697fe8614465 19:11:23 ---> faa8a29d41c0 19:11:23 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:11:24 Removing intermediate container 745078c27544 19:11:24 ---> 383cba46bdd0 19:11:24 Step 14/22 : EXPOSE $APP_PORT 19:11:24 ---> Running in a8e1451ed577 19:11:24 ---> Running in fbe6d6ce1abc 19:11:25 ---> Running in 19804c0427b1 19:11:25 Removing intermediate container a8e1451ed577 19:11:25 ---> 6fe43e4faeca 19:11:25 Step 22/22 : LABEL version=0.0.0 19:11:25 Removing intermediate container fbe6d6ce1abc 19:11:25 ---> afc4e8672181 19:11:25 Step 23/25 : LABEL arch=x86_64 19:11:26 ---> Running in 667fbbae6879 19:11:26 Removing intermediate container 19804c0427b1 19:11:26 ---> 7ae4feb4d638 19:11:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:11:26 ---> Running in 38fdafef6399 19:11:26 Removing intermediate container 667fbbae6879 19:11:26 ---> b9c572f4c887 19:11:26 19:11:26 ---> 92eac9d7fb72 19:11:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:11:26 Removing intermediate container 38fdafef6399 19:11:26 ---> 4a037597f844 19:11:26 Step 24/25 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 19:11:26 Successfully built b9c572f4c887 19:11:26 Successfully tagged support-notifications:latest 19:11:26  Building support-notifications ... done Building core-metadata 19:11:26 ---> Running in c9557cb59845 19:11:27 ? github.com/edgexfoundry/edgex-go [no test files] 19:11:28 Removing intermediate container c9557cb59845 19:11:28 ---> 74551a68d125 19:11:28 Step 25/25 : LABEL version=0.0.0 19:11:29 ---> 656cfaec027c 19:11:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:11:29 ---> Running in 54578659894e 19:11:30 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:11:30 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:11:30 ---> 6758753b2b9d 19:11:30 Step 3/31 : WORKDIR /edgex-go 19:11:30 ---> Using cache 19:11:30 ---> b048d559bce9 19:11:30 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:30 ---> Using cache 19:11:30 ---> 13ae8d9866c8 19:11:30 Step 5/31 : RUN apk add --update --no-cache make git 19:11:30 ---> Using cache 19:11:30 ---> 4a3d09e00a2f 19:11:30 Step 6/31 : COPY go.mod vendor* ./ 19:11:30 ---> Using cache 19:11:30 ---> 2e4993abd324 19:11:30 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:30 ---> Using cache 19:11:30 ---> e150efe095ab 19:11:30 Step 8/31 : COPY . . 19:11:30 ---> Using cache 19:11:30 ---> 2f18cbb5efc0 19:11:30 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:11:30 Removing intermediate container 54578659894e 19:11:30 ---> 16201c870dd4 19:11:30 19:11:30 Successfully built 16201c870dd4 19:11:30 ---> 9cb5c9091a8a 19:11:30 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:11:30 Successfully tagged security-secretstore-setup:latest 19:11:30  Building security-secretstore-setup ... done Building security-proxy-setup 19:11:30 ---> Running in d2dad5b1eb9f 19:11:30 Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 19:11:30 ---> Running in 1f5b38ea5871 19:11:30 Status: Downloaded newer image for docker:20.10.10 19:11:30 ---> b706a049f56e 19:11:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:11:31 ---> Running in 4ee52c78ac62 19:11:31 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 19:11:32 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:11:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:11:32 ---> 6758753b2b9d 19:11:32 Step 3/23 : WORKDIR /edgex-go 19:11:32 ---> Using cache 19:11:32 ---> b048d559bce9 19:11:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:32 ---> Using cache 19:11:32 ---> 13ae8d9866c8 19:11:32 Step 5/23 : RUN apk add --update --no-cache make git 19:11:32 ---> Using cache 19:11:32 ---> 4a3d09e00a2f 19:11:32 Step 6/23 : COPY go.mod vendor* ./ 19:11:32 ---> Using cache 19:11:32 ---> 2e4993abd324 19:11:32 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:32 ---> Using cache 19:11:32 ---> e150efe095ab 19:11:32 Step 8/23 : COPY . . 19:11:32 ---> Using cache 19:11:32 ---> 2f18cbb5efc0 19:11:32 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:11:32 Removing intermediate container 1f5b38ea5871 19:11:32 ---> f8450c530443 19:11:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:11:32 ---> Running in be08981230f0 19:11:32 ---> Running in e6bee79769d0 19:11:32 Removing intermediate container 4ee52c78ac62 19:11:32 ---> e6c5e3c819c6 19:11:32 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 19:11:33 ---> Running in f6eabc0589b9 19:11:33 Removing intermediate container e6bee79769d0 19:11:33 ---> 477b827ff833 19:11:33 Step 20/22 : LABEL arch=x86_64 19:11:33 ---> Running in 9e86fa7afc4c 19:11:33 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 19:11:33 Removing intermediate container 9e86fa7afc4c 19:11:33 ---> 22143e66fffa 19:11:33 Step 21/22 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 19:11:33 ---> Running in 3e72c799c7d9 19:11:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:11:33 Removing intermediate container 3e72c799c7d9 19:11:33 ---> 329513213958 19:11:33 Step 22/22 : LABEL version=0.0.0 19:11:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:11:33 ---> Running in 9d48cf6e8720 19:11:34 Removing intermediate container 9d48cf6e8720 19:11:34 ---> 6af621b737e2 19:11:34 19:11:34 (1/42) Installing readline (8.1.0-r0) 19:11:34 (2/42) Installing bash (5.1.4-r0) 19:11:34 Successfully built 6af621b737e2 19:11:34 Executing bash-5.1.4-r0.post-install 19:11:34 (3/42) Installing brotli-libs (1.0.9-r5) 19:11:34 Successfully tagged support-scheduler:latest 19:11:34  Building support-scheduler ... done Building core-data 19:11:34 (4/42) Installing nghttp2-libs (1.43.0-r0) 19:11:34 (5/42) Installing libcurl (7.79.1-r0) 19:11:34 (6/42) Installing curl (7.79.1-r0) 19:11:34 (7/42) Installing dumb-init (1.2.5-r1) 19:11:34 (8/42) Installing libbz2 (1.0.8-r1) 19:11:34 (9/42) Installing expat (2.4.4-r0) 19:11:34 (10/42) Installing libffi (3.3-r2) 19:11:34 (11/42) Installing gdbm (1.19-r0) 19:11:34 (12/42) Installing xz-libs (5.2.5-r0) 19:11:34 (13/42) Installing libgcc (10.3.1_git20210424-r2) 19:11:34 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 19:11:34 (15/42) Installing mpdecimal (2.5.1-r1) 19:11:34 (16/42) Installing sqlite-libs (3.35.5-r0) 19:11:34 (17/42) Installing python3 (3.9.5-r2) 19:11:35 (18/42) Installing py3-appdirs (1.4.4-r2) 19:11:35 (19/42) Installing py3-chardet (4.0.0-r2) 19:11:35 (20/42) Installing py3-idna (3.2-r0) 19:11:35 (21/42) Installing py3-urllib3 (1.26.5-r0) 19:11:35 (22/42) Installing py3-certifi (2020.12.5-r1) 19:11:35 (23/42) Installing py3-requests (2.25.1-r4) 19:11:35 (24/42) Installing py3-msgpack (1.0.2-r1) 19:11:35 (25/42) Installing py3-lockfile (0.12.2-r4) 19:11:35 (26/42) Installing py3-cachecontrol (0.12.6-r1) 19:11:35 (27/42) Installing py3-colorama (0.4.4-r1) 19:11:35 (28/42) Installing py3-contextlib2 (0.6.0-r1) 19:11:35 (29/42) Installing py3-distlib (0.3.1-r3) 19:11:35 (30/42) Installing py3-distro (1.5.0-r3) 19:11:35 (31/42) Installing py3-six (1.15.0-r1) 19:11:35 (32/42) Installing py3-webencodings (0.5.1-r4) 19:11:35 (33/42) Installing py3-html5lib (1.1-r1) 19:11:35 (34/42) Installing py3-parsing (2.4.7-r2) 19:11:35 (35/42) Installing py3-packaging (20.9-r1) 19:11:35 (36/42) Installing py3-toml (0.10.2-r2) 19:11:35 (37/42) Installing py3-pep517 (0.10.0-r2) 19:11:35 (38/42) Installing py3-progress (1.5-r2) 19:11:35 (39/42) Installing py3-retrying (1.3.3-r1) 19:11:35 (40/42) Installing py3-ordered-set (4.0.2-r1) 19:11:35 (41/42) Installing py3-setuptools (52.0.0-r3) 19:11:35 (42/42) Installing py3-pip (20.3.4-r1) 19:11:35 Executing busybox-1.33.1-r6.trigger 19:11:35 OK: 84 MiB in 64 packages 19:11:37 Collecting docker-compose==1.23.2 19:11:37 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:11:37 Collecting cached-property<2,>=1.2.0 19:11:37 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:11:37 Collecting docker<4.0,>=3.6.0 19:11:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:11:37 Collecting texttable<0.10,>=0.9.0 19:11:37 Downloading texttable-0.9.1.tar.gz (11 kB) 19:11:38 Collecting PyYAML<4,>=3.10 19:11:38 Downloading PyYAML-3.13.tar.gz (270 kB) 19:11:39 Collecting websocket-client<1.0,>=0.32.0 19:11:39 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:11:39 Collecting dockerpty<0.5,>=0.4.1 19:11:39 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:11: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) 19:11:40 Collecting docopt<0.7,>=0.6.1 19:11:40 Downloading docopt-0.6.2.tar.gz (25 kB) 19:11:40 Step 1/21 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:11:40 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:11:40 ---> 6758753b2b9d 19:11:40 Step 3/21 : WORKDIR /edgex-go 19:11:40 ---> Using cache 19:11:40 ---> b048d559bce9 19:11:40 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:40 ---> Using cache 19:11:40 ---> 13ae8d9866c8 19:11:40 Step 5/21 : RUN apk add --update --no-cache make git 19:11:40 ---> Using cache 19:11:40 ---> 4a3d09e00a2f 19:11:40 Step 6/21 : COPY go.mod vendor* ./ 19:11:40 ---> Using cache 19:11:40 ---> 2e4993abd324 19:11:40 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:40 ---> Using cache 19:11:40 ---> e150efe095ab 19:11:40 Step 8/21 : COPY . . 19:11:40 ---> Using cache 19:11:40 ---> 2f18cbb5efc0 19:11:40 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:11:40 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:11:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:11:40 ---> 6758753b2b9d 19:11:40 Step 3/23 : WORKDIR /edgex-go 19:11:40 ---> Using cache 19:11:40 ---> b048d559bce9 19:11:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:40 ---> Using cache 19:11:40 ---> 13ae8d9866c8 19:11:40 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:11:41 Collecting jsonschema<3,>=2.5.1 19:11:41 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:11:41 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:11:41 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:11:41 Collecting docker-pycreds>=0.4.0 19:11:41 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:11:41 ---> Running in a7fe843dd68c 19:11:41 ---> Running in 607d29050800 19:11:41 Collecting urllib3<1.25,>=1.21.1 19:11:41 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:11:41 Collecting chardet<3.1.0,>=3.0.2 19:11:41 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:11:41 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) 19:11:41 Collecting idna<2.8,>=2.5 19:11:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:11:41 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:11:41 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:11:41 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:11:41 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:11:41 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:11:41 Attempting uninstall: urllib3 19:11:41 Found existing installation: urllib3 1.26.5 19:11:41 Uninstalling urllib3-1.26.5: 19:11:41 Successfully uninstalled urllib3-1.26.5 19:11:42 Attempting uninstall: idna 19:11:42 Found existing installation: idna 3.2 19:11:42 Uninstalling idna-3.2: 19:11:42 Successfully uninstalled idna-3.2 19:11:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:11:42 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 19:11:42 Attempting uninstall: chardet 19:11:42 Found existing installation: chardet 4.0.0 19:11:42 Uninstalling chardet-4.0.0: 19:11:42 Successfully uninstalled chardet-4.0.0 19:11:43 Attempting uninstall: requests 19:11:43 Found existing installation: requests 2.25.1 19:11:43 Uninstalling requests-2.25.1: 19:11:43 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 19:11:43 Successfully uninstalled requests-2.25.1 19:11:43 Running setup.py install for texttable: started 19:11:43 OK: 221 MiB in 52 packages 19:11:44 Removing intermediate container 607d29050800 19:11:44 ---> 2b0c09f9b4be 19:11:44 Step 6/23 : COPY go.mod vendor* ./ 19:11:44 Running setup.py install for texttable: finished with status 'done' 19:11:44 Running setup.py install for PyYAML: started 19:11:44 ---> 7ab267a31176 19:11:44 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:11:44 ---> Running in cb81b6598857 19:11:45 Running setup.py install for PyYAML: finished with status 'done' 19:11:45 Running setup.py install for docopt: started 19:11:46 Running setup.py install for docopt: finished with status 'done' 19:11:46 Running setup.py install for dockerpty: started 19:11:46 Running setup.py install for dockerpty: finished with status 'done' 19:11:47 Removing intermediate container cb81b6598857 19:11:47 ---> 8d7dfb95b3f0 19:11:47 Step 8/23 : COPY . . 19:11:47 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 19:11:54 Removing intermediate container f6eabc0589b9 19:11:54 ---> 98a4f53066f6 19:11:54 Step 14/23 : ENV APP_PORT=58890 19:11:54 ---> e911c0e22267 19:11:54 Step 9/23 : RUN make cmd/core-data/core-data 19:11:54 ---> Running in 83308afe7072 19:11:54 ---> Running in 8dfa551b0854 19:11:54 Removing intermediate container 83308afe7072 19:11:54 ---> 968ae78d2cf4 19:11:54 Step 15/23 : EXPOSE $APP_PORT 19:11:54 ---> Running in 4395284bef63 19:11:55 Removing intermediate container 4395284bef63 19:11:55 ---> 3ca06baeda7f 19:11:55 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:11:55 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:11:55 ---> d53a6cf2da08 19:11:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:11:56 ---> 341469fee5dd 19:11:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:11:56 ---> 30cab4c34635 19:11:56 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:11:56 ---> Running in 8b6f74e78244 19:11:57 Removing intermediate container 8b6f74e78244 19:11:57 ---> 08ba3680d7a6 19:11:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:11:57 ---> Running in 039b840b9fdd 19:11:57 Removing intermediate container 039b840b9fdd 19:11:57 ---> c520f4d3b6c7 19:11:57 Step 21/23 : LABEL arch=x86_64 19:11:57 ---> Running in e1900d46d034 19:11:57 Removing intermediate container e1900d46d034 19:11:57 ---> 7470980ad23d 19:11:57 Step 22/23 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 19:11:57 ---> Running in c75aecd5152c 19:11:57 Removing intermediate container c75aecd5152c 19:11:57 ---> 20c9fe11d622 19:11:57 Step 23/23 : LABEL version=0.0.0 19:11:57 ---> Running in 2ba4fe620877 19:11:57 Removing intermediate container 2ba4fe620877 19:11:57 ---> 20a49fcb248e 19:11:57 19:11:57 Successfully built 20a49fcb248e 19:11:57 Successfully tagged sys-mgmt-agent:latest 19:12:04  Building sys-mgmt-agent ... done Removing intermediate container d2dad5b1eb9f 19:12:04 ---> 34d92b705179 19:12:04 19:12:04 Step 10/31 : FROM alpine:3.14 19:12:04 ---> 0a97eee8041e 19:12:04 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:12:04 ---> Running in ccdf426037d3 19:12:04 Removing intermediate container ccdf426037d3 19:12:04 ---> 0ff4b8b3882e 19:12:04 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:12:04 ---> Running in b48eb02af29f 19:12:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:12:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:12:05 (1/2) Installing dumb-init (1.2.5-r1) 19:12:05 (2/2) Installing su-exec (0.2-r1) 19:12:05 Executing busybox-1.33.1-r6.trigger 19:12:05 OK: 6 MiB in 16 packages 19:12:06 Removing intermediate container b48eb02af29f 19:12:06 ---> f1d30f088074 19:12:06 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:12:06 ---> Running in 246e8d4ac587 19:12:06 Removing intermediate container 246e8d4ac587 19:12:06 ---> 4461d82f61ce 19:12:06 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:12:06 ---> Running in 5f338e13b705 19:12:06 Removing intermediate container 5f338e13b705 19:12:06 ---> 8f93c6cb61cb 19:12:06 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:12:06 ---> Running in 19b7a59dbd53 19:12:07 Removing intermediate container 19b7a59dbd53 19:12:07 ---> 9c04ca1ed6d2 19:12:07 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:12:07 ---> Running in 8bc191ad5c88 19:12:07 Removing intermediate container 8bc191ad5c88 19:12:07 ---> 894932ffcced 19:12:07 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:12:07 ---> aadc82d2ed7e 19:12:07 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:12:07 ---> Running in aab44acb0e00 19:12:08 Removing intermediate container aab44acb0e00 19:12:08 ---> a2d376b43bcd 19:12:08 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:09 ---> 6b8f9bf95b0f 19:12:09 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:12:09 ---> 8ee4dc29f59e 19:12:09 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:12:09 ---> e8c88eeababe 19:12:09 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:12:10 ---> 091f7e184e64 19:12:10 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:12:10 ---> d5fbcc4d94ff 19:12:10 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:12:11 ---> Running in 4cd36da30b24 19:12:11 Removing intermediate container 4cd36da30b24 19:12:11 ---> f7e36c94f51d 19:12:11 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:12:11 Removing intermediate container be08981230f0 19:12:11 ---> 94ead1c584cf 19:12:11 19:12:11 Step 10/23 : FROM alpine:3.14 19:12:11 ---> 0a97eee8041e 19:12:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:12:11 ---> Using cache 19:12:11 ---> a986b7cf8513 19:12:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:12:11 ---> Using cache 19:12:11 ---> 1bfed561196b 19:12:11 Step 13/23 : ENV APP_PORT=59881 19:12:11 ---> Running in 0826654e27f8 19:12:11 ---> d1508822634c 19:12:11 Step 26/31 : RUN chmod +x /entrypoint.sh 19:12:12 ---> Running in 6c467f73a961 19:12:12 Removing intermediate container 0826654e27f8 19:12:12 ---> 8acdb1a63d9b 19:12:12 Step 14/23 : EXPOSE $APP_PORT 19:12:12 ---> Running in e325fd6b5b0e 19:12:12 Removing intermediate container e325fd6b5b0e 19:12:12 ---> 41163d347a56 19:12:12 Step 15/23 : WORKDIR / 19:12:12 ---> Running in 802520d410a2 19:12:12 Removing intermediate container 802520d410a2 19:12:12 ---> 31c4e4e8c6e4 19:12:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:12 ---> e9b1c2b99390 19:12:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:12:12 Removing intermediate container 6c467f73a961 19:12:12 ---> b17a0fe16a6c 19:12:12 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:12:13 ---> Running in d4876920d0e9 19:12:13 ---> 160c5599acae 19:12:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:12:13 Removing intermediate container d4876920d0e9 19:12:13 ---> 8da0190d4f92 19:12:13 Step 28/31 : CMD ["gate"] 19:12:13 ---> Running in 6ae7f5da8965 19:12:13 ---> 113ab2af3817 19:12:13 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:12:13 ---> Running in adc95c7a84f7 19:12:14 Removing intermediate container 6ae7f5da8965 19:12:14 ---> aac9c19a6d4e 19:12:14 Step 29/31 : LABEL arch=x86_64 19:12:14 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 19:12:14 Removing intermediate container adc95c7a84f7 19:12:14 ---> 7cd4604949c3 19:12:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:14 ---> Running in 585df0735113 19:12:14 ---> Running in 86d0a6527a3a 19:12:14 Removing intermediate container 585df0735113 19:12:14 ---> 1bbc4e894e80 19:12:14 Step 30/31 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 19:12:14 Removing intermediate container 86d0a6527a3a 19:12:14 ---> e08edd9a3064 19:12:14 Step 21/23 : LABEL arch=x86_64 19:12:14 ---> Running in 8e9b8d6c01fe 19:12:14 ---> Running in abee2756d4c4 19:12:14 Removing intermediate container 8e9b8d6c01fe 19:12:14 ---> e0221145bdef 19:12:14 Step 31/31 : LABEL version=0.0.0 19:12:14 Removing intermediate container abee2756d4c4 19:12:14 ---> fe4f67865bdd 19:12:14 Step 22/23 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 19:12:14 ---> Running in 4ea33cc238ea 19:12:14 ---> Running in d73e40898d9b 19:12:14 Removing intermediate container 4ea33cc238ea 19:12:14 ---> b8e057195870 19:12:14 Step 23/23 : LABEL version=0.0.0 19:12:15 ---> Running in 4939127eedc5 19:12:15 Removing intermediate container d73e40898d9b 19:12:15 ---> 1f858c25e529 19:12:15 19:12:15 Successfully built 1f858c25e529 19:12:15 Successfully tagged security-bootstrapper:latest 19:12:15  Building security-bootstrapper ... done Removing intermediate container 4939127eedc5 19:12:15 ---> fa472e81b133 19:12:15 19:12:15 Successfully built fa472e81b133 19:12:15 Successfully tagged core-metadata:latest 19:12:17  Building core-metadata ... done Removing intermediate container a7fe843dd68c 19:12:17 ---> 8b27b99cf39c 19:12:17 19:12:17 Step 10/21 : FROM alpine:3.14 19:12:17 ---> 0a97eee8041e 19:12:17 Step 11/21 : RUN apk add --update --no-cache curl 19:12:17 ---> Running in e45df19f6a8a 19:12:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:12:18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:12:18 (1/5) Installing ca-certificates (20211220-r0) 19:12:18 (2/5) Installing brotli-libs (1.0.9-r5) 19:12:18 (3/5) Installing nghttp2-libs (1.43.0-r0) 19:12:18 (4/5) Installing libcurl (7.79.1-r0) 19:12:18 (5/5) Installing curl (7.79.1-r0) 19:12:18 Executing busybox-1.33.1-r6.trigger 19:12:18 Executing ca-certificates-20211220-r0.trigger 19:12:18 OK: 8 MiB in 19 packages 19:12:19 Removing intermediate container e45df19f6a8a 19:12:19 ---> bf3dca1449bb 19:12:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:12:19 ---> Running in fb107bfb440e 19:12:19 Removing intermediate container fb107bfb440e 19:12:19 ---> f37d66399a96 19:12:19 Step 13/21 : WORKDIR /edgex 19:12:19 ---> Running in cf39350a9562 19:12:19 Removing intermediate container cf39350a9562 19:12:19 ---> 05cdb9d0d28e 19:12:19 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:12:19 ---> 30ad41805a38 19:12:19 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:12:20 ---> 6144e8b94363 19:12:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:12:20 ---> aa7afc99e792 19:12:20 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:12:20 ---> Running in 9c4544b3ebc8 19:12:20 Removing intermediate container 9c4544b3ebc8 19:12:20 ---> cc793cb123a6 19:12:20 Step 18/21 : CMD ["--init=true"] 19:12:20 ---> Running in 4f3b513a085d 19:12:20 Removing intermediate container 4f3b513a085d 19:12:20 ---> a296ba48c15f 19:12:20 Step 19/21 : LABEL arch=x86_64 19:12:20 ---> Running in a5d5e44c466e 19:12:21 Removing intermediate container a5d5e44c466e 19:12:21 ---> 50413ee292fa 19:12:21 Step 20/21 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 19:12:21 ---> Running in 82ddb0f8e3ea 19:12:21 Removing intermediate container 82ddb0f8e3ea 19:12:21 ---> 01ff889663a8 19:12:21 Step 21/21 : LABEL version=0.0.0 19:12:21 ---> Running in 78a3c23c1cc8 19:12:21 Removing intermediate container 78a3c23c1cc8 19:12:21 ---> f27eaf685cb5 19:12:21 19:12:21 Successfully built f27eaf685cb5 19:12:21 Successfully tagged security-proxy-setup:latest 19:12:23  Building security-proxy-setup ... done Removing intermediate container 8dfa551b0854 19:12:23 ---> 4b1cd13605b7 19:12:23 19:12:23 Step 10/23 : FROM alpine:3.14 19:12:23 ---> 0a97eee8041e 19:12:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:12:23 ---> Running in 37001d16b280 19:12:23 Removing intermediate container 37001d16b280 19:12:23 ---> 3a48cb8fbc03 19:12:23 Step 12/23 : ENV APP_PORT=59880 19:12:23 ---> Running in d5248165e079 19:12:23 Removing intermediate container d5248165e079 19:12:23 ---> 3e5cb512d059 19:12:23 Step 13/23 : EXPOSE $APP_PORT 19:12:23 ---> Running in 0d361e99d73e 19:12:23 Removing intermediate container 0d361e99d73e 19:12:23 ---> ed018c96ba6b 19:12:23 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:12:23 ---> Running in 582b54d67e79 19:12:23 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:12:23 Removing intermediate container 582b54d67e79 19:12:23 ---> 71893ad9a837 19:12:23 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:12:23 ---> Running in 89791c43c75c 19:12:23 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 19:12:24 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 19:12:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:12:25 (1/6) Installing dumb-init (1.2.5-r1) 19:12:25 (2/6) Installing libgcc (10.3.1_git20210424-r2) 19:12:25 (3/6) Installing libsodium (1.0.18-r0) 19:12:25 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 19:12:25 (5/6) Installing libzmq (4.3.4-r0) 19:12:25 (6/6) Installing zeromq (4.3.4-r0) 19:12:25 Executing busybox-1.33.1-r6.trigger 19:12:25 OK: 8 MiB in 20 packages 19:12:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:12:26 Removing intermediate container 89791c43c75c 19:12:26 ---> d508ff15dad3 19:12:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:12:26 ---> 30e13b0d9ca5 19:12:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:12:26 ---> 5a79c742d452 19:12:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:12:26 ---> 50805c62a911 19:12:26 Step 19/23 : ENTRYPOINT ["/core-data"] 19:12:26 ---> Running in e141ecdd1d07 19:12:27 Removing intermediate container e141ecdd1d07 19:12:27 ---> bcc1c35f56e9 19:12:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:27 ---> Running in 949a60ed904a 19:12:27 Removing intermediate container 949a60ed904a 19:12:27 ---> 4ea5af1444a6 19:12:27 Step 21/23 : LABEL arch=x86_64 19:12:27 ---> Running in 3fb419861380 19:12:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:12:27 Removing intermediate container 3fb419861380 19:12:27 ---> e76e21a180b7 19:12:27 Step 22/23 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 19:12:27 ---> Running in 53c277524ad5 19:12:27 Removing intermediate container 53c277524ad5 19:12:27 ---> fe4b8c627794 19:12:27 Step 23/23 : LABEL version=0.0.0 19:12:27 ---> Running in 252ea4d86820 19:12:27 Removing intermediate container 252ea4d86820 19:12:27 ---> c489b07868b9 19:12:27 19:12:27 Successfully built c489b07868b9 19:12:27 Successfully tagged core-data:latest 19:12:27  Building core-data ... done  [Pipeline] } 19:12:27 $ docker stop --time=1 8c1c3dc62a32cda0066f7f8d7455d8efc472a58cf7cd07349a95637e3eed9230 19:12:28 $ docker rm -f 8c1c3dc62a32cda0066f7f8d7455d8efc472a58cf7cd07349a95637e3eed9230 [Pipeline] // withDockerContainer [Pipeline] sh 19:12:29 + docker images 19:12:29 REPOSITORY TAG IMAGE ID CREATED SIZE 19:12:29 core-data latest c489b07868b9 2 seconds ago 19.9MB 19:12:29 4b1cd13605b7 7 seconds ago 1.78GB 19:12:29 security-proxy-setup latest f27eaf685cb5 8 seconds ago 26.1MB 19:12:29 8b27b99cf39c 12 seconds ago 1.78GB 19:12:29 core-metadata latest fa472e81b133 14 seconds ago 16.5MB 19:12:29 security-bootstrapper latest 1f858c25e529 15 seconds ago 18.7MB 19:12:29 94ead1c584cf 18 seconds ago 1.78GB 19:12:29 34d92b705179 25 seconds ago 1.77GB 19:12:29 sys-mgmt-agent latest 20a49fcb248e 32 seconds ago 296MB 19:12:29 support-scheduler latest 6af621b737e2 56 seconds ago 15.9MB 19:12:29 security-secretstore-setup latest 16201c870dd4 About a minute ago 27.8MB 19:12:29 support-notifications latest b9c572f4c887 About a minute ago 16.6MB 19:12:29 core-command latest ce63a26c2896 About a minute ago 15.7MB 19:12:29 88c39b6f0f24 About a minute ago 1.77GB 19:12:29 71b20f12b2f0 About a minute ago 1.77GB 19:12:29 a539df5ba12e About a minute ago 1.78GB 19:12:29 c43b1d3fcdd9 About a minute ago 1.77GB 19:12:29 2162856516f8 About a minute ago 1.78GB 19:12:29 ci-base-image-x86_64 latest 6758753b2b9d 5 minutes ago 1.27GB 19:12:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 8 days ago 562MB 19:12:29 docker 20.10.10 b706a049f56e 2 months ago 216MB 19:12:29 alpine 3.14 0a97eee8041e 3 months ago 5.61MB 19:12:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 4 months ago 34.5MB 19:12:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 19 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 19:12:37 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:12:37 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:12:37 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:12:37 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:12:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:12:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:12:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:12:37 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:12:37 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:12:37 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 19:12:44 Still waiting to schedule task 19:12:44 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 19:12:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.332s coverage: 28.7% of statements 19:12:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:12:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:12:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.361s coverage: 98.5% of statements 19:12:51 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 19:12:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.419s coverage: 44.7% of statements 19:12:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:12:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:12:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.686s coverage: 89.5% of statements 19:12:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 19:12:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 19:12:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.323s coverage: 84.4% of statements 19:12:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:12:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 19:12:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 19:12:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:12:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:13:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.738s coverage: 94.2% of statements 19:13:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 19:13:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 19:13:04 ok github.com/edgexfoundry/edgex-go/internal/io 0.216s coverage: 59.1% of statements 19:13:04 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:13:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 19:13:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 19:13:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:13:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:13:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.224s coverage: 60.0% of statements 19:13:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:13:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:13:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:13:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.324s coverage: 0.9% of statements 19:13:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 19:13:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.200s coverage: 58.8% of statements 19:13:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.204s coverage: 21.7% of statements 19:13:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:13:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.169s coverage: 47.1% of statements 19:13:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.250s coverage: 79.5% of statements 19:13:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.272s coverage: 94.1% of statements 19:13:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.219s coverage: 96.3% of statements 19:13:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.229s coverage: 87.5% of statements 19:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.247s coverage: 94.4% of statements 19:13:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.215s coverage: 44.8% of statements 19:13:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.573s coverage: 82.5% of statements 19:13:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:13:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.266s coverage: 92.9% of statements 19:13:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:13:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:13:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:13:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements 19:13:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:13:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:13:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:13:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:13:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:13:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.197s coverage: 87.2% of statements 19:13:29 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:13:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:13:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.162s coverage: 100.0% of statements 19:13:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:13:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.245s coverage: 58.8% of statements 19:13:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:13:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.289s coverage: 80.0% of statements 19:13:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.240s coverage: 87.2% of statements 19:13:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.260s coverage: 85.4% of statements 19:13:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.758s coverage: 91.2% of statements 19:13:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:13:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.780s coverage: 64.4% of statements 19:13:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:13:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:13:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.187s coverage: 100.0% of statements 19:13:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 89.4% of statements 19:13:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements 19:13:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.077s coverage: 73.7% of statements 19:13:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements 19:13:35 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.397s coverage: 65.4% of statements 19:13:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:13:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:13:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:13:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.784s coverage: 43.8% of statements 19:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:13:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.241s coverage: 89.5% of statements 19:13:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:13:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.282s coverage: 84.8% of statements 19:13:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 19:13:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.291s coverage: 17.7% of statements 19:13:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 19:13:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 19:13:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:13:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:13:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.626s coverage: 92.3% of statements 19:13:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 19:13:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 19:13:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 19:13:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 19:13:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.346s coverage: 63.2% of statements 19:13:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:13:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:13:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.427s coverage: 97.7% of statements 19:13:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 19:13:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 19:13:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:13:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 19:13:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.181s coverage: 28.9% of statements 19:13:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 19:13:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 19:13:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:13:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:13:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 19:13:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:13:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.191s coverage: 100.0% of statements 19:13:45 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 96.9% of statements 19:13:45 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 19:13:45 WARNING: Linting skipped (not on x86_64 or linter not installed) 19:13:45 GO111MODULE=on go vet ./... 19:13:54 Running on prd-ubuntu18.04-docker-8c-8g-5008 in /w/workspace/edgexfoundry_edgex-go_PR-3882 [Pipeline] { [Pipeline] ws 19:13:54 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 19:13:54 The recommended git tool is: git 19:13:55 using credential edgex-jenkins-ssh 19:13:55 Cloning the remote Git repository 19:13:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:13:55 > git init /w/workspace/edgex-go/1 # timeout=10 19:13:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:13:56 > git --version # timeout=10 19:13:56 > git --version # 'git version 2.17.1' 19:13:56 using GIT_SSH to set credentials SSH Credentials for GitHub 19:13:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:14:00 Merging remotes/origin/main commit 0dc7fb43dfbc61ec4b325044d074184b8b9e402a into PR head commit 4b4e12a45705336505badecbe602366b35133885 19:14:00 Merge succeeded, producing 4b4e12a45705336505badecbe602366b35133885 19:14:00 Checking out Revision 4b4e12a45705336505badecbe602366b35133885 (PR-3882) 19:14:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:14:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:14:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:14:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:14:00 using GIT_SSH to set credentials SSH Credentials for GitHub 19:14:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3882/head:refs/remotes/origin/PR-3882 +refs/heads/main:refs/remotes/origin/main # timeout=10 19:14:00 > git config core.sparsecheckout # timeout=10 19:14:00 > git checkout -f 4b4e12a45705336505badecbe602366b35133885 # timeout=10 19:14:00 > git remote # timeout=10 19:14:00 > git config --get remote.origin.url # timeout=10 19:14:00 using GIT_SSH to set credentials SSH Credentials for GitHub 19:14:00 > git merge 0dc7fb43dfbc61ec4b325044d074184b8b9e402a # timeout=10 19:14:00 > git rev-parse HEAD^{commit} # timeout=10 19:14:00 > git config core.sparsecheckout # timeout=10 19:14:00 > git checkout -f 4b4e12a45705336505badecbe602366b35133885 # timeout=10 19:14:04 Commit message: "build(deps): Bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.3.0" 19:14:04 > git --version # timeout=10 19:14:04 > git --version # 'git version 2.17.1' 19:14:04 fatal: bad object efdbc04638cc485a1a2a98c60e49a0e43cac6f53 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:14:05 + echo snap-build.sh 19:14:05 snap-build.sh 19:14:05 + SNAP_BASE_DIR=. 19:14:05 + '[' '!' -z /w/workspace/edgex-go/1 ']' 19:14:05 + SNAP_BASE_DIR=/w/workspace/edgex-go/1 19:14:05 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' 19:14:05 [snap-build] Building snap in dir [/w/workspace/edgex-go/1] 19:14:05 + cd /w/workspace/edgex-go/1 19:14:05 + sudo apt-get remove -qy --purge lxd lxd-client 19:14:05 Reading package lists... 19:14:05 Building dependency tree... 19:14:05 Reading state information... 19:14:05 The following packages were automatically installed and are no longer required: 19:14:05 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:14:05 uidmap xdelta3 19:14:05 Use 'sudo apt autoremove' to remove them. 19:14:05 The following packages will be REMOVED: 19:14:05 lxd* lxd-client* 19:14:05 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:14:05 After this operation, 31.7 MB disk space will be freed. 19:14:06 (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 ... 190666 files and directories currently installed.) 19:14:06 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:14:07 Removing lxd dnsmasq configuration 19:14:07 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:14:07 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:14:07 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:14:08 (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 ... 190491 files and directories currently installed.) 19:14:08 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:14:09 Processing triggers for systemd (237-3ubuntu10.52) ... 19:14:09 Processing triggers for ureadahead (0.100.0-21) ... 19:14:10 + sudo snap remove --purge lxd 19:14:10 snap "lxd" is not installed 19:14:10 + sudo groupadd --force --system lxd 19:14:10 ++ whoami 19:14:10 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:14:10 + newgrp - lxd 19:14:10 + sudo snap install lxd 19:14:18 2022-02-10T19:14:15Z INFO Waiting for automatic snapd restart... 19:14:33 lxd 4.22 from Canonical* installed 19:14:33 + sudo lxd init --auto 19:14:43 + sudo snap install --classic snapcraft 19:14:50 snapcraft 6.0.2 from Canonical* installed 19:14:50 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 19:14:50 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 19:14:50 % Total % Received % Xferd Average Speed Time Time Time Current 19:14:50 Dload Upload Total Spent Left Speed 19:14:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 658 100 658 0 0 3870 0 --:--:-- --:--:-- --:--:-- 3893 19:14:50 100 3325k 100 3325k 0 0 9750k 0 --:--:-- --:--:-- --:--:-- 9750k 19:14:50 ./yq_linux_amd64 19:14:50 + sudo snapcraft prime --use-lxd 19:14:51 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:14:51 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 19:14:51 - README.md 19:14:51 19:14:51 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:14:51 Launching a container. 19:15:03 Waiting for container to be ready 19:15:03 To start your first container, try: lxc launch ubuntu:20.04 19:15:03 Or for a virtual machine: lxc launch ubuntu:20.04 --vm 19:15:03 19:15:06 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:15:07 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 19:15:07 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 19:15:07 ./bin/test-attribution-txt.sh [Pipeline] echo 19:15:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 19:15:07 Waiting for network to be ready... 19:15:07 + ls -al . 19:15:07 total 672 19:15:07 drwxrwxr-x 9 1001 1001 4096 Feb 10 19:15 . 19:15:07 drwxr-xr-x 4 root root 4096 Feb 10 19:10 .. 19:15:07 -rw-rw-r-- 1 1001 1001 11 Feb 10 19:08 .dockerignore 19:15:07 drwxrwxr-x 8 1001 1001 4096 Feb 10 19:08 .git 19:15:07 drwxrwxr-x 4 1001 1001 4096 Feb 10 19:08 .github 19:15:07 -rw-rw-r-- 1 1001 1001 804 Feb 10 19:08 .gitignore 19:15:07 -rw-rw-r-- 1 1001 1001 42 Feb 10 19:08 .golangci.yml 19:15:07 -rw-rw-r-- 1 1001 1001 76 Feb 10 19:08 .hadolint.yml 19:15:07 -rw-rw-r-- 1 1001 1001 166 Feb 10 19:08 .sonarcloud.properties 19:15:07 -rw-rw-r-- 1 1001 1001 1171 Feb 10 19:08 ADOPTERS.md 19:15:07 -rw-rw-r-- 1 1001 1001 9019 Feb 10 19:08 Attribution.txt 19:15:07 -rw-rw-r-- 1 1001 1001 51732 Feb 10 19:08 CHANGELOG.md 19:15:07 -rw-rw-r-- 1 1001 1001 3804 Feb 10 19:08 CONTRIBUTING.md 19:15:07 -rw-rw-r-- 1 1001 1001 677 Feb 10 19:08 GOVERNANCE.md 19:15:07 -rw-rw-r-- 1 1001 1001 849 Feb 10 19:08 Jenkinsfile 19:15:07 -rw-rw-r-- 1 1001 1001 10775 Feb 10 19:08 LICENSE 19:15:07 -rw-rw-r-- 1 1001 1001 6508 Feb 10 19:08 Makefile 19:15:07 -rw-rw-r-- 1 1001 1001 582 Feb 10 19:08 OWNERS.md 19:15:07 -rw-rw-r-- 1 1001 1001 8207 Feb 10 19:08 README.md 19:15:07 -rw-rw-r-- 1 1001 1001 6912 Feb 10 19:08 SECURITY.md 19:15:07 -rw-rw-r-- 1 1001 1001 5 Feb 10 19:06 VERSION 19:15:07 -rw-rw-r-- 1 1001 1001 4131 Feb 10 19:08 ZMQWindows.md 19:15:07 drwxrwxr-x 2 1001 1001 4096 Feb 10 19:08 bin 19:15:07 drwxrwxr-x 14 1001 1001 4096 Feb 10 19:08 cmd 19:15:07 -rw-r--r-- 1 root root 428383 Feb 10 19:13 coverage.out 19:15:07 -rw-rw-r-- 1 1001 1001 2833 Feb 10 19:08 go.mod 19:15:07 -rw-rw-r-- 1 1001 1001 50190 Feb 10 19:08 go.sum 19:15:07 drwxrwxr-x 8 1001 1001 4096 Feb 10 19:08 internal 19:15:07 drwxrwxr-x 3 1001 1001 4096 Feb 10 19:08 openapi 19:15:07 drwxrwxr-x 4 1001 1001 4096 Feb 10 19:08 snap 19:15:07 -rw-rw-r-- 1 1001 1001 204 Feb 10 19:08 version.go [Pipeline] sh 19:15:08 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 19:15:08 Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] 19:15:08 + '[' -e coverage.out ] 19:15:08 + chown 1001:1001 coverage.out [Pipeline] stash 19:15:08 Warning: overwriting stash ‘coverage-report’ 19:15:08 Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 19:15:08 Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1238 kB] 19:15:08 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [970 kB] 19:15:09 Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [217 kB] 19:15:09 Get:7 http://archive.ubuntu.com/ubuntu focal/main Translation-en [506 kB] 19:15:09 Get:8 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [20.7 kB] 19:15:09 Get:9 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5196 B] 19:15:09 Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [748 kB] 19:15:09 Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [107 kB] 19:15:09 Get:12 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB] 19:15:09 Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [676 kB] 19:15:09 Get:14 http://archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB] 19:15:09 Get:15 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [22.0 kB] 19:15:09 Get:16 http://archive.ubuntu.com/ubuntu focal/restricted Translation-en [6212 B] 19:15:09 Get:17 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB] 19:15:09 Get:18 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [115 kB] 19:15:09 Stashed 1 file(s) [Pipeline] sh 19:15:09 Get:19 http://archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB] 19:15:09 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1572 kB] 19:15:09 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [302 kB] 19:15:09 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [23.7 kB] 19:15:09 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7312 B] 19:15:09 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [801 kB] 19:15:09 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [114 kB] 19:15:09 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [903 kB] 19:15:09 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [200 kB] 19:15:09 + make build 19: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 19:15:12 Fetched 23.0 MB in 4s (5740 kB/s) 19:15:12 Reading package lists... 19:15:12 Reading package lists... 19:15:12 Building dependency tree... 19:15:12 Reading state information... 19:15:12 The following additional packages will be installed: 19:15:12 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:15:12 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:15:12 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:15:12 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:15:12 Suggested packages: 19:15:12 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:15:12 Recommended packages: 19:15:12 gnupg libsasl2-modules 19:15:12 The following NEW packages will be installed: 19:15:12 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:15:12 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:15:12 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:15:12 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:15:12 The following packages will be upgraded: 19:15:12 gpg gpg-agent gpgconf libudev1 19:15:13 4 upgraded, 18 newly installed, 0 to remove and 81 not upgraded. 19:15:13 Need to get 3859 kB of archives. 19:15:13 After this operation, 14.9 MB of additional disk space will be used. 19:15:13 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libudev1 amd64 245.4-4ubuntu3.15 [77.2 kB] 19:15:13 Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 udev amd64 245.4-4ubuntu3.15 [1364 kB] 19:15:13 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuse2 amd64 2.9.9-3 [82.0 kB] 19:15:13 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 fuse amd64 2.9.9-3 [26.0 kB] 19:15:13 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB] 19:15:13 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB] 19:15:13 Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB] 19:15:13 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:15:14 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB] 19:15:14 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB] 19:15:14 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB] 19:15:14 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB] 19:15:14 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB] 19:15:14 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB] 19:15:14 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB] 19:15:14 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB] 19:15:14 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB] 19:15:14 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2 [14.9 kB] 19:15:14 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2 [49.3 kB] 19:15:14 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB] 19:15:14 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] 19:15:14 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB] 19:15:14 debconf: delaying package configuration, since apt-utils is not installed 19:15:14 Fetched 3859 kB in 1s (3769 kB/s) 19:15:14 (Reading database ... 12816 files and directories currently installed.) 19:15:14 Preparing to unpack .../libudev1_245.4-4ubuntu3.15_amd64.deb ... 19:15:14 Unpacking libudev1:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 19:15:14 Setting up libudev1:amd64 (245.4-4ubuntu3.15) ... 19:15:14 Selecting previously unselected package udev. 19:15:14 (Reading database ... 12816 files and directories currently installed.) 19:15:14 Preparing to unpack .../00-udev_245.4-4ubuntu3.15_amd64.deb ... 19:15:14 Unpacking udev (245.4-4ubuntu3.15) ... 19:15:14 Selecting previously unselected package libfuse2:amd64. 19:15:14 Preparing to unpack .../01-libfuse2_2.9.9-3_amd64.deb ... 19:15:14 Unpacking libfuse2:amd64 (2.9.9-3) ... 19:15:14 Selecting previously unselected package fuse. 19:15:14 Preparing to unpack .../02-fuse_2.9.9-3_amd64.deb ... 19:15:14 Unpacking fuse (2.9.9-3) ... 19:15:14 Preparing to unpack .../03-gpg_2.2.19-3ubuntu2.1_amd64.deb ... 19:15:14 Unpacking gpg (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 19:15:14 Preparing to unpack .../04-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ... 19:15:14 Unpacking gpgconf (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 19:15:15 Preparing to unpack .../05-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ... 19:15:15 Unpacking gpg-agent (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 19:15:15 Selecting previously unselected package libksba8:amd64. 19:15:15 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:15:15 Unpacking libksba8:amd64 (1.3.5-2) ... 19:15:15 Selecting previously unselected package libroken18-heimdal:amd64. 19:15:15 Preparing to unpack .../07-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 19:15:15 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:15:15 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:15:15 Preparing to unpack .../08-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 19:15:15 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:15:15 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:15:15 Preparing to unpack .../09-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 19:15:15 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:15:15 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:15:15 Preparing to unpack .../10-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 19:15:15 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:15:15 Selecting previously unselected package libwind0-heimdal:amd64. 19:15:15 Preparing to unpack .../11-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 19:15:15 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:15:15 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:15:15 Preparing to unpack .../12-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 19:15:15 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:15:15 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:15:15 Preparing to unpack .../13-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 19:15:15 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:15:15 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:15:15 Preparing to unpack .../14-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 19:15:15 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:15:15 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:15:15 Preparing to unpack .../15-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 19:15:15 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:15:15 Selecting previously unselected package libsasl2-modules-db:amd64. 19:15:15 Preparing to unpack .../16-libsasl2-modules-db_2.1.27+dfsg-2_amd64.deb ... 19:15:15 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ... 19:15:15 Selecting previously unselected package libsasl2-2:amd64. 19:15:15 Preparing to unpack .../17-libsasl2-2_2.1.27+dfsg-2_amd64.deb ... 19:15:15 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2) ... 19:15:15 Selecting previously unselected package libldap-common. 19:15:15 Preparing to unpack .../18-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ... 19:15:15 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ... 19:15:15 Selecting previously unselected package libldap-2.4-2:amd64. 19:15:15 Preparing to unpack .../19-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 19:15:15 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 19:15:15 Selecting previously unselected package dirmngr. 19:15:15 Preparing to unpack .../20-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ... 19:15:15 Unpacking dirmngr (2.2.19-3ubuntu2.1) ... 19:15:16 Setting up libksba8:amd64 (1.3.5-2) ... 19:15:16 Setting up libfuse2:amd64 (2.9.9-3) ... 19:15:16 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ... 19:15:16 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ... 19:15:16 Setting up udev (245.4-4ubuntu3.15) ... 19: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 19:15:16 invoke-rc.d: policy-rc.d denied execution of start. 19:15:16 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2) ... 19:15:16 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:15:16 Setting up gpgconf (2.2.19-3ubuntu2.1) ... 19:15:16 Setting up gpg (2.2.19-3ubuntu2.1) ... 19:15:16 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:15:16 Setting up fuse (2.9.9-3) ... 19:15:16 Setting up gpg-agent (2.2.19-3ubuntu2.1) ... 19:15:17 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:15:17 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:15:17 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:15:17 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:15:17 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:15:17 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:15:17 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 19:15:17 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 19:15:17 Setting up dirmngr (2.2.19-3ubuntu2.1) ... 19:15:17 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. 19:15:17 Processing triggers for systemd (245.4-4ubuntu3) ... 19:15:17 Processing triggers for libc-bin (2.31-0ubuntu9) ... 19:15:18 The unit files have no installation config (WantedBy=, RequiredBy=, Also=, 19:15:18 Alias= settings in the [Install] section, and DefaultInstance= for template 19:15:18 units). This means they are not meant to be enabled using systemctl. 19:15:18 19:15:18 Possible reasons for having this kind of units are: 19:15:18 • A unit may be statically enabled by being symlinked from another unit's 19:15:18 .wants/ or .requires/ directory. 19:15:18 • A unit's purpose may be to act as a helper for some other unit which has 19:15:18 a requirement dependency on it. 19:15:18 • A unit may be started when needed via activation (socket, path, timer, 19:15:18 D-Bus, udev, scripted systemctl call, ...). 19:15:18 • In case of template units, the unit is meant to be enabled with some 19:15:18 instance name specified. 19:15:18 Reading package lists... 19:15:18 Building dependency tree... 19:15:18 Reading state information... 19:15:18 The following additional packages will be installed: 19:15:18 apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 19:15:18 libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 19:15:18 libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib 19:15:18 libpython3.8-minimal libpython3.8-stdlib libsystemd0 mime-support 19:15:18 openssh-client python3 python3-minimal python3.8 python3.8-minimal 19:15:18 squashfs-tools systemd systemd-sysv systemd-timesyncd 19:15:18 Suggested packages: 19:15:18 apparmor-profiles-extra apparmor-utils krb5-doc krb5-user keychain 19:15:18 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:15:18 python3.8-venv python3.8-doc binfmt-support zenity | kdialog 19:15:18 systemd-container policykit-1 19:15:18 Recommended packages: 19:15:18 krb5-locales file xauth gnupg networkd-dispatcher libnss-systemd 19:15:18 The following NEW packages will be installed: 19:15:18 apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 19:15:18 libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 19:15:18 libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib 19:15:18 libpython3.8-minimal libpython3.8-stdlib mime-support openssh-client python3 19:15:18 python3-minimal python3.8 python3.8-minimal snapd squashfs-tools sudo 19:15:18 The following packages will be upgraded: 19:15:18 libsystemd0 systemd systemd-sysv systemd-timesyncd 19:15:18 4 upgraded, 29 newly installed, 0 to remove and 77 not upgraded. 19:15:18 Need to get 46.4 MB of archives. 19:15:18 After this operation, 180 MB of additional disk space will be used. 19:15:18 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.15 [28.1 kB] 19:15:18 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libexpat1 amd64 2.2.9-1build1 [73.3 kB] 19:15:19 Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-sysv amd64 245.4-4ubuntu3.15 [10.3 kB] 19:15:19 Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd amd64 245.4-4ubuntu3.15 [3811 kB] 19:15:19 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB] 19:15:19 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] 19:15:19 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB] 19:15:19 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B] 19:15:19 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB] 19:15:19 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB] 19:15:19 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apparmor amd64 2.13.3-7ubuntu5.1 [494 kB] 19:15:19 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB] 19:15:19 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB] 19:15:19 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB] 19:15:19 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libkeyutils1 amd64 1.6-6ubuntu1 [10.2 kB] 19:15:19 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.4 [671 kB] 19:15:19 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 liblzo2-2 amd64 2.10-2 [50.8 kB] 19:15:19 Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 snapd amd64 2.54.2+20.04ubuntu2 [34.2 MB] 19:15:19 Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsystemd0 amd64 245.4-4ubuntu3.15 [270 kB] 19:15:19 Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.2 [717 kB] 19:15:19 Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.2 [1900 kB] 19:15:19 Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.2 [1675 kB] 19:15:19 Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.2 [387 kB] 19:15:19 Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.1 [179 kB] 19:15:19 Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus amd64 1.12.16-2ubuntu2.1 [151 kB] 19:15:19 Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpam-systemd amd64 245.4-4ubuntu3.15 [186 kB] 19:15:19 Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 sudo amd64 1.8.31-1ubuntu1.2 [514 kB] 19:15:19 Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB] 19:15:19 Get:29 http://security.ubuntu.com/ubuntu focal-security/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB] 19:15:19 Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB] 19:15:19 Get:31 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB] 19:15:19 Get:32 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus-user-session amd64 1.12.16-2ubuntu2.1 [9428 B] 19:15:19 Get:33 http://security.ubuntu.com/ubuntu focal-security/main amd64 squashfs-tools amd64 1:4.4-1ubuntu0.3 [117 kB] 19:15:20 debconf: delaying package configuration, since apt-utils is not installed 19:15:20 Fetched 46.4 MB in 2s (23.3 MB/s) 19:15:20 (Reading database ... 13067 files and directories currently installed.) 19:15:20 Preparing to unpack .../systemd-timesyncd_245.4-4ubuntu3.15_amd64.deb ... 19:15:20 Unpacking systemd-timesyncd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 19:15:21 Preparing to unpack .../systemd-sysv_245.4-4ubuntu3.15_amd64.deb ... 19:15:21 Unpacking systemd-sysv (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 19:15:21 Preparing to unpack .../systemd_245.4-4ubuntu3.15_amd64.deb ... 19:15:21 Unpacking systemd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 19:15:21 Preparing to unpack .../libsystemd0_245.4-4ubuntu3.15_amd64.deb ... 19:15:21 Unpacking libsystemd0:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 19:15:22 Setting up libsystemd0:amd64 (245.4-4ubuntu3.15) ... 19:15:22 Selecting previously unselected package libpython3.8-minimal:amd64. 19:15:22 (Reading database ... 13068 files and directories currently installed.) 19:15:22 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.2_amd64.deb ... 19:15:22 Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.2) ... 19:15:22 Selecting previously unselected package libexpat1:amd64. 19:15:22 Preparing to unpack .../libexpat1_2.2.9-1build1_amd64.deb ... 19:15:22 Unpacking libexpat1:amd64 (2.2.9-1build1) ... 19:15:22 Selecting previously unselected package python3.8-minimal. 19:15:22 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.2_amd64.deb ... 19:15:22 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.2) ... 19:15:22 Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.2) ... 19:15:22 Setting up libexpat1:amd64 (2.2.9-1build1) ... 19:15:22 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.2) ... 19:15:23 Selecting previously unselected package python3-minimal. 19:15:23 (Reading database ... 13359 files and directories currently installed.) 19:15:23 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ... 19:15:23 Unpacking python3-minimal (3.8.2-0ubuntu2) ... 19:15:23 Selecting previously unselected package mime-support. 19:15:23 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... 19:15:23 Unpacking mime-support (3.64ubuntu1) ... 19:15:23 Selecting previously unselected package libmpdec2:amd64. 19:15:23 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ... 19:15:23 Unpacking libmpdec2:amd64 (2.4.2-3) ... 19:15:23 Selecting previously unselected package libpython3.8-stdlib:amd64. 19:15:23 Preparing to unpack .../3-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.2_amd64.deb ... 19:15:23 Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.2) ... 19:15:23 Selecting previously unselected package python3.8. 19:15:23 Preparing to unpack .../4-python3.8_3.8.10-0ubuntu1~20.04.2_amd64.deb ... 19:15:23 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.2) ... 19:15:23 Selecting previously unselected package libpython3-stdlib:amd64. 19:15:23 Preparing to unpack .../5-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ... 19:15:23 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... 19:15:23 Setting up python3-minimal (3.8.2-0ubuntu2) ... 19:15:23 Selecting previously unselected package python3. 19:15:23 (Reading database ... 13761 files and directories currently installed.) 19:15:23 Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ... 19:15:23 Unpacking python3 (3.8.2-0ubuntu2) ... 19:15:24 Selecting previously unselected package libdbus-1-3:amd64. 19:15:24 Preparing to unpack .../01-libdbus-1-3_1.12.16-2ubuntu2.1_amd64.deb ... 19:15:24 Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... 19:15:24 Selecting previously unselected package dbus. 19:15:24 Preparing to unpack .../02-dbus_1.12.16-2ubuntu2.1_amd64.deb ... 19:15:24 Unpacking dbus (1.12.16-2ubuntu2.1) ... 19:15:24 Selecting previously unselected package libbsd0:amd64. 19:15:24 Preparing to unpack .../03-libbsd0_0.10.0-1_amd64.deb ... 19:15:24 Unpacking libbsd0:amd64 (0.10.0-1) ... 19:15:24 Selecting previously unselected package libpam-systemd:amd64. 19:15:24 Preparing to unpack .../04-libpam-systemd_245.4-4ubuntu3.15_amd64.deb ... 19:15:24 Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.15) ... 19:15:24 Selecting previously unselected package sudo. 19:15:24 Preparing to unpack .../05-sudo_1.8.31-1ubuntu1.2_amd64.deb ... 19:15:24 Unpacking sudo (1.8.31-1ubuntu1.2) ... 19:15:24 Selecting previously unselected package apparmor. 19:15:24 Preparing to unpack .../06-apparmor_2.13.3-7ubuntu5.1_amd64.deb ... 19:15:24 Unpacking apparmor (2.13.3-7ubuntu5.1) ... 19:15:24 Selecting previously unselected package libcbor0.6:amd64. 19:15:24 Preparing to unpack .../07-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ... 19:15:24 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ... 19:15:24 Selecting previously unselected package libedit2:amd64. 19:15:24 Preparing to unpack .../08-libedit2_3.1-20191231-1_amd64.deb ... 19:15:24 Unpacking libedit2:amd64 (3.1-20191231-1) ... 19:15:24 Selecting previously unselected package libfido2-1:amd64. 19:15:24 Preparing to unpack .../09-libfido2-1_1.3.1-1ubuntu2_amd64.deb ... 19:15:24 Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ... 19:15:24 Selecting previously unselected package libkrb5support0:amd64. 19:15:24 Preparing to unpack .../10-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ... 19:15:24 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ... 19:15:24 Selecting previously unselected package libk5crypto3:amd64. 19:15:24 Preparing to unpack .../11-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ... 19:15:24 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ... 19:15:24 Selecting previously unselected package libkeyutils1:amd64. 19:15:24 Preparing to unpack .../12-libkeyutils1_1.6-6ubuntu1_amd64.deb ... 19:15:24 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1) ... 19:15:24 Selecting previously unselected package libkrb5-3:amd64. 19:15:24 Preparing to unpack .../13-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ... 19:15:24 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ... 19:15:24 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:15:24 Preparing to unpack .../14-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ... 19:15:24 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... 19:15:25 Selecting previously unselected package openssh-client. 19:15:25 Preparing to unpack .../15-openssh-client_1%3a8.2p1-4ubuntu0.4_amd64.deb ... 19:15:25 Unpacking openssh-client (1:8.2p1-4ubuntu0.4) ... 19:15:25 Selecting previously unselected package dbus-user-session. 19:15:25 Preparing to unpack .../16-dbus-user-session_1.12.16-2ubuntu2.1_amd64.deb ... 19:15:25 Unpacking dbus-user-session (1.12.16-2ubuntu2.1) ... 19:15:25 Selecting previously unselected package liblzo2-2:amd64. 19:15:25 Preparing to unpack .../17-liblzo2-2_2.10-2_amd64.deb ... 19:15:25 Unpacking liblzo2-2:amd64 (2.10-2) ... 19:15:25 Selecting previously unselected package squashfs-tools. 19:15:25 Preparing to unpack .../18-squashfs-tools_1%3a4.4-1ubuntu0.3_amd64.deb ... 19:15:25 Unpacking squashfs-tools (1:4.4-1ubuntu0.3) ... 19:15:25 Selecting previously unselected package snapd. 19:15:25 Preparing to unpack .../19-snapd_2.54.2+20.04ubuntu2_amd64.deb ... 19:15:25 Unpacking snapd (2.54.2+20.04ubuntu2) ... 19:15:28 Setting up libkeyutils1:amd64 (1.6-6ubuntu1) ... 19:15:28 Setting up mime-support (3.64ubuntu1) ... 19:15:28 Setting up liblzo2-2:amd64 (2.10-2) ... 19:15:28 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ... 19:15:28 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ... 19:15:28 Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... 19:15:28 Setting up dbus (1.12.16-2ubuntu2.1) ... 19:15:28 Setting up sudo (1.8.31-1ubuntu1.2) ... 19:15:28 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ... 19:15:28 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ... 19:15:28 Setting up libmpdec2:amd64 (2.4.2-3) ... 19:15:28 Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.2) ... 19:15:28 Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ... 19:15:28 Setting up python3.8 (3.8.10-0ubuntu1~20.04.2) ... 19:15:29 Setting up libbsd0:amd64 (0.10.0-1) ... 19:15:30 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... 19:15:30 Setting up squashfs-tools (1:4.4-1ubuntu0.3) ... 19:15:30 Setting up libedit2:amd64 (3.1-20191231-1) ... 19:15:30 Setting up python3 (3.8.2-0ubuntu2) ... 19:15:30 running python rtupdate hooks for python3.8... 19:15:30 running python post-rtupdate hooks for python3.8... 19:15:30 Setting up apparmor (2.13.3-7ubuntu5.1) ... 19:15:30 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:15:31 Reloading AppArmor profiles 19:15:31 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... 19:15:31 Setting up openssh-client (1:8.2p1-4ubuntu0.4) ... 19:15:31 Setting up systemd-timesyncd (245.4-4ubuntu3.15) ... 19:15:31 /usr/sbin/policy-rc.d returned 101, not running 'restart systemd-timesyncd.service' 19:15:31 Setting up systemd (245.4-4ubuntu3.15) ... 19:15:31 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:15:31 Installing new version of config file /etc/systemd/resolved.conf ... 19:15:33 Setting up systemd-sysv (245.4-4ubuntu3.15) ... 19:15:33 Setting up libpam-systemd:amd64 (245.4-4ubuntu3.15) ... 19:15:33 Setting up dbus-user-session (1.12.16-2ubuntu2.1) ... 19:15:33 Setting up snapd (2.54.2+20.04ubuntu2) ... 19:15:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:15:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:15:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:15:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:15:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:15:34 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:15:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:15:35 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:15:35 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:15:35 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:15: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' 19:15:36 Processing triggers for libc-bin (2.31-0ubuntu9) ... 19:15:36 Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 19:15:36 Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 19:15:36 Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 19:15:37 Reading package lists... 19:15:38 Reading package lists... 19:15:38 Building dependency tree... 19:15:38 Reading state information... 19:15:38 Calculating upgrade... 19:15:38 The following packages will be upgraded: 19:15:38 apt base-files bash binutils binutils-common binutils-x86-64-linux-gnu 19:15:38 bsdutils build-essential ca-certificates cpp-9 fdisk g++-9 gcc-10-base gcc-9 19:15:38 gcc-9-base gpgv libapparmor1 libapt-pkg6.0 libasan5 libatomic1 libbinutils 19:15:38 libblkid1 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcryptsetup12 19:15:38 libctf-nobfd0 libctf0 libfdisk1 libgcc-9-dev libgcc-s1 libgcrypt20 19:15:38 libgnutls30 libgomp1 libhogweed5 libitm1 libjson-c4 liblsan0 liblz4-1 19:15:38 liblzma5 libmount1 libnettle7 libp11-kit0 libpam-modules libpam-modules-bin 19:15:38 libpam-runtime libpam0g libperl5.30 libprocps8 libquadmath0 libseccomp2 19:15:38 libsmartcols1 libsqlite3-0 libssl1.1 libstdc++-9-dev libstdc++6 libtsan0 19:15:38 libubsan1 libuuid1 libzstd1 linux-libc-dev login mount openssl passwd perl 19:15:38 perl-base perl-modules-5.30 procps tar tzdata ubuntu-keyring util-linux 19:15:38 xz-utils zlib1g 19:15:38 77 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:15:38 Need to get 63.3 MB of archives. 19:15:38 After this operation, 13.8 MB of additional disk space will be used. 19:15:38 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 linux-libc-dev amd64 5.4.0-99.112 [1126 kB] 19:15:38 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.2 [2520 kB] 19:15:38 Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB] 19:15:38 Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB] 19:15:38 Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB] 19:15:38 Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB] 19:15:38 Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB] 19:15:38 Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB] 19:15:38 Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-10-base amd64 10.3.0-1ubuntu1~20.04 [20.2 kB] 19:15:38 Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-s1 amd64 10.3.0-1ubuntu1~20.04 [41.8 kB] 19:15:38 Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB] 19:15:38 Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B] 19:15:38 Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++6 amd64 10.3.0-1ubuntu1~20.04 [501 kB] 19:15:38 Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 bsdutils amd64 1:2.34-0.1ubuntu9.3 [63.0 kB] 19:15:38 Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB] 19:15:38 Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB] 19:15:38 Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-base amd64 5.30.0-9ubuntu0.2 [1513 kB] 19:15:38 Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB] 19:15:38 Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.1 [240 kB] 19:15:38 Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 libblkid1 amd64 2.34-0.1ubuntu9.3 [136 kB] 19:15:38 Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 [19.9 kB] 19:15:38 Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 libfdisk1 amd64 2.34-0.1ubuntu9.3 [175 kB] 19:15:38 Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 libmount1 amd64 2.34-0.1ubuntu9.3 [149 kB] 19:15:38 Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsmartcols1 amd64 2.34-0.1ubuntu9.3 [100 kB] 19:15:38 Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 fdisk amd64 2.34-0.1ubuntu9.3 [120 kB] 19:15:38 Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 util-linux amd64 2.34-0.1ubuntu9.3 [1021 kB] 19:15:38 Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcrypt20 amd64 1.8.5-5ubuntu1.1 [420 kB] 19:15:38 Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblz4-1 amd64 1.9.2-2ubuntu0.20.04.1 [56.1 kB] 19:15:38 Get:29 http://security.ubuntu.com/ubuntu focal-security/main amd64 libzstd1 amd64 1.4.4+dfsg-3ubuntu0.1 [237 kB] 19:15:38 Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 libnettle7 amd64 3.5.1+really3.5.1-2ubuntu0.2 [115 kB] 19:15:38 Get:31 http://security.ubuntu.com/ubuntu focal-security/main amd64 libhogweed5 amd64 3.5.1+really3.5.1-2ubuntu0.2 [138 kB] 19:15:38 Get:32 http://security.ubuntu.com/ubuntu focal-security/main amd64 libp11-kit0 amd64 0.23.20-1ubuntu0.1 [188 kB] 19:15:38 Get:33 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgnutls30 amd64 3.6.13-2ubuntu1.6 [828 kB] 19:15:38 Get:34 http://security.ubuntu.com/ubuntu focal-security/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~20.04.2 [42.5 kB] 19:15:38 Get:35 http://security.ubuntu.com/ubuntu focal-security/main amd64 mount amd64 2.34-0.1ubuntu9.3 [115 kB] 19:15:38 Get:36 http://security.ubuntu.com/ubuntu focal-security/main amd64 ca-certificates all 20210119~20.04.2 [145 kB] 19:15:38 Get:37 http://security.ubuntu.com/ubuntu focal-security/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB] 19:15:38 Get:38 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB] 19:15:38 Get:39 http://security.ubuntu.com/ubuntu focal-security/main amd64 tzdata all 2021e-0ubuntu0.20.04 [295 kB] 19:15:38 Get:40 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf0 amd64 2.34-6ubuntu1.3 [46.6 kB] 19:15:38 Get:41 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.3 [1613 kB] 19:15:38 Get:42 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbinutils amd64 2.34-6ubuntu1.3 [474 kB] 19:15:38 Get:43 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils amd64 2.34-6ubuntu1.3 [3380 B] 19:15:38 Get:44 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-common amd64 2.34-6ubuntu1.3 [207 kB] 19:15:38 Get:45 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.3 [47.4 kB] 19:15:38 Get:46 http://security.ubuntu.com/ubuntu focal-security/main amd64 libasan5 amd64 9.3.0-17ubuntu1~20.04 [394 kB] 19:15:38 Get:47 http://security.ubuntu.com/ubuntu focal-security/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8405 kB] 19:15:39 Get:48 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9 amd64 9.3.0-17ubuntu1~20.04 [8241 kB] 19:15:39 Get:49 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1714 kB] 19:15:39 Get:50 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-9-dev amd64 9.3.0-17ubuntu1~20.04 [2360 kB] 19:15:39 Get:51 http://security.ubuntu.com/ubuntu focal-security/main amd64 cpp-9 amd64 9.3.0-17ubuntu1~20.04 [7494 kB] 19:15:39 Get:52 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9-base amd64 9.3.0-17ubuntu1~20.04 [19.1 kB] 19:15:39 Get:53 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.2 [71.8 kB] 19:15:39 Get:54 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6 amd64 2.31-0ubuntu9.2 [2715 kB] 19:15:39 Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 base-files amd64 11ubuntu5.4 [60.6 kB] 19:15:39 Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 bash amd64 5.0-6ubuntu1.1 [638 kB] 19:15:39 Get:57 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 login amd64 1:4.8.1-1ubuntu5.20.04.1 [220 kB] 19:15:39 Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 zlib1g amd64 1:1.2.11.dfsg-2ubuntu1.2 [53.6 kB] 19:15:39 Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-bin amd64 2.31-0ubuntu9.2 [639 kB] 19:15:39 Get:60 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblzma5 amd64 5.2.4-1ubuntu1 [91.7 kB] 19:15:39 Get:61 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapt-pkg6.0 amd64 2.0.6 [835 kB] 19:15:39 Get:62 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgv amd64 2.2.19-3ubuntu2.1 [199 kB] 19:15:39 Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ubuntu-keyring all 2020.02.11.4 [22.1 kB] 19:15:39 Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apt amd64 2.0.6 [1296 kB] 19:15:39 Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam0g amd64 1.3.1-5ubuntu4.3 [55.4 kB] 19:15:39 Get:66 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules-bin amd64 1.3.1-5ubuntu4.3 [41.2 kB] 19:15:39 Get:67 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules amd64 1.3.1-5ubuntu4.3 [260 kB] 19:15:39 Get:68 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-runtime all 1.3.1-5ubuntu4.3 [37.3 kB] 19:15:39 Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 passwd amd64 1:4.8.1-1ubuntu5.20.04.1 [799 kB] 19:15:39 Get:70 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libprocps8 amd64 2:3.3.16-1ubuntu2.3 [33.0 kB] 19:15:39 Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 procps amd64 2:3.3.16-1ubuntu2.3 [233 kB] 19:15:39 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.10 [1322 kB] 19:15:39 Get:73 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.10 [620 kB] 19:15:39 Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.1 [34.1 kB] 19:15:39 Get:75 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.3 [183 kB] 19:15:39 Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1 [82.5 kB] 19:15:39 Get:77 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] 19:15:40 debconf: delaying package configuration, since apt-utils is not installed 19:15:40 Fetched 63.3 MB in 1s (43.2 MB/s) 19:15:40 (Reading database ... 14313 files and directories currently installed.) 19:15:40 Preparing to unpack .../0-libc6-dev_2.31-0ubuntu9.2_amd64.deb ... 19:15:40 Unpacking libc6-dev:amd64 (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... 19:15:41 Preparing to unpack .../1-libc-dev-bin_2.31-0ubuntu9.2_amd64.deb ... 19:15:41 Unpacking libc-dev-bin (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... 19:15:41 Preparing to unpack .../2-linux-libc-dev_5.4.0-99.112_amd64.deb ... 19:15:41 Unpacking linux-libc-dev:amd64 (5.4.0-99.112) over (5.4.0-26.30) ... 19:15:41 Preparing to unpack .../3-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ... 19:15:41 Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 19:15:41 Preparing to unpack .../4-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... 19:15:41 Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 19:15:41 Preparing to unpack .../5-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ... 19:15:41 Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 19:15:41 Preparing to unpack .../6-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... 19:15:41 Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 19:15:41 Preparing to unpack .../7-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ... 19:15:41 Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 19:15:41 Preparing to unpack .../8-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ... 19:15:41 Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 19:15:42 Preparing to unpack .../9-gcc-10-base_10.3.0-1ubuntu1~20.04_amd64.deb ... 19:15:42 Unpacking gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 19:15:42 Setting up gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) ... 19:15:42 (Reading database ... 14312 files and directories currently installed.) 19:15:42 Preparing to unpack .../libgcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... 19:15:42 Unpacking libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 19:15:42 Setting up libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) ... 19:15:42 (Reading database ... 14312 files and directories currently installed.) 19:15:42 Preparing to unpack .../libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ... 19:15:42 Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 19:15:42 Preparing to unpack .../libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ... 19:15:42 Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 19:15:42 Preparing to unpack .../libstdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... 19:15:42 Unpacking libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 19:15:42 Setting up libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) ... 19:15:42 (Reading database ... 14312 files and directories currently installed.) 19:15:42 Preparing to unpack .../libc6_2.31-0ubuntu9.2_amd64.deb ... 19:15:42 Unpacking libc6:amd64 (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... 19:15:43 Setting up libc6:amd64 (2.31-0ubuntu9.2) ... 19:15:43 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 19:15:43 (Reading database ... 14312 files and directories currently installed.) 19:15:43 Preparing to unpack .../base-files_11ubuntu5.4_amd64.deb ... 19:15:43 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:15:43 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:15:43 Unpacking base-files (11ubuntu5.4) over (11ubuntu5) ... 19:15:43 Setting up base-files (11ubuntu5.4) ... 19:15:43 Installing new version of config file /etc/issue ... 19:15:43 Installing new version of config file /etc/issue.net ... 19:15:43 Installing new version of config file /etc/lsb-release ... 19:15:43 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:15:44 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:15:44 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:15:44 Removing obsolete conffile /etc/default/motd-news ... 19:15:44 (Reading database ... 14311 files and directories currently installed.) 19:15:44 Preparing to unpack .../bash_5.0-6ubuntu1.1_amd64.deb ... 19:15:44 Unpacking bash (5.0-6ubuntu1.1) over (5.0-6ubuntu1) ... 19:15:44 Setting up bash (5.0-6ubuntu1.1) ... 19:15: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 19:15:44 (Reading database ... 14311 files and directories currently installed.) 19:15:44 Preparing to unpack .../bsdutils_1%3a2.34-0.1ubuntu9.3_amd64.deb ... 19:15:44 Unpacking bsdutils (1:2.34-0.1ubuntu9.3) over (1:2.34-0.1ubuntu9) ... 19:15:44 Setting up bsdutils (1:2.34-0.1ubuntu9.3) ... 19:15:44 (Reading database ... 14311 files and directories currently installed.) 19:15:44 Preparing to unpack .../login_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... 19:15:44 Unpacking login (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... 19:15:44 Setting up login (1:4.8.1-1ubuntu5.20.04.1) ... 19:15:44 (Reading database ... 14311 files and directories currently installed.) 19:15:44 Preparing to unpack .../libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ... 19:15:44 Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 19:15:45 Preparing to unpack .../perl_5.30.0-9ubuntu0.2_amd64.deb ... 19:15:45 Unpacking perl (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 19:15:45 Preparing to unpack .../perl-base_5.30.0-9ubuntu0.2_amd64.deb ... 19:15:45 Unpacking perl-base (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 19:15:46 Setting up perl-base (5.30.0-9ubuntu0.2) ... 19:15:46 (Reading database ... 14311 files and directories currently installed.) 19:15:46 Preparing to unpack .../perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ... 19:15:46 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 19:15:46 Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-2ubuntu1.2_amd64.deb ... 19:15:46 Unpacking zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.2) over (1:1.2.11.dfsg-2ubuntu1) ... 19:15:46 Setting up zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.2) ... 19:15:46 (Reading database ... 14311 files and directories currently installed.) 19:15:46 Preparing to unpack .../tar_1.30+dfsg-7ubuntu0.20.04.1_amd64.deb ... 19:15:46 Unpacking tar (1.30+dfsg-7ubuntu0.20.04.1) over (1.30+dfsg-7) ... 19:15:46 Setting up tar (1.30+dfsg-7ubuntu0.20.04.1) ... 19:15:46 (Reading database ... 14311 files and directories currently installed.) 19:15:46 Preparing to unpack .../libblkid1_2.34-0.1ubuntu9.3_amd64.deb ... 19:15:46 Unpacking libblkid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 19:15:46 Setting up libblkid1:amd64 (2.34-0.1ubuntu9.3) ... 19:15:46 (Reading database ... 14311 files and directories currently installed.) 19:15:46 Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.3_amd64.deb ... 19:15:46 Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 19:15:47 Setting up libuuid1:amd64 (2.34-0.1ubuntu9.3) ... 19:15:47 (Reading database ... 14311 files and directories currently installed.) 19:15:47 Preparing to unpack .../libfdisk1_2.34-0.1ubuntu9.3_amd64.deb ... 19:15:47 Unpacking libfdisk1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 19:15:47 Preparing to unpack .../libmount1_2.34-0.1ubuntu9.3_amd64.deb ... 19:15:47 Unpacking libmount1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 19:15:47 Setting up libmount1:amd64 (2.34-0.1ubuntu9.3) ... 19:15:47 (Reading database ... 14311 files and directories currently installed.) 19:15:47 Preparing to unpack .../libsmartcols1_2.34-0.1ubuntu9.3_amd64.deb ... 19:15:47 Unpacking libsmartcols1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 19:15:47 Setting up libsmartcols1:amd64 (2.34-0.1ubuntu9.3) ... 19:15:47 (Reading database ... 14311 files and directories currently installed.) 19:15:47 Preparing to unpack .../fdisk_2.34-0.1ubuntu9.3_amd64.deb ... 19:15:47 Unpacking fdisk (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 19:15:47 Preparing to unpack .../util-linux_2.34-0.1ubuntu9.3_amd64.deb ... 19:15:47 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 19:15:47 Unpacking util-linux (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 19:15:47 Setting up util-linux (2.34-0.1ubuntu9.3) ... 19:15:48 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:15:48 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:15:48 (Reading database ... 14311 files and directories currently installed.) 19:15:48 Preparing to unpack .../libc-bin_2.31-0ubuntu9.2_amd64.deb ... 19:15:48 Unpacking libc-bin (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... 19:15:48 Setting up libc-bin (2.31-0ubuntu9.2) ... 19:15:49 (Reading database ... 14311 files and directories currently installed.) 19:15:49 Preparing to unpack .../libgcrypt20_1.8.5-5ubuntu1.1_amd64.deb ... 19:15:49 Unpacking libgcrypt20:amd64 (1.8.5-5ubuntu1.1) over (1.8.5-5ubuntu1) ... 19:15:49 Setting up libgcrypt20:amd64 (1.8.5-5ubuntu1.1) ... 19:15:49 (Reading database ... 14311 files and directories currently installed.) 19:15:49 Preparing to unpack .../liblz4-1_1.9.2-2ubuntu0.20.04.1_amd64.deb ... 19:15:49 Unpacking liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) over (1.9.2-2) ... 19:15:49 Setting up liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) ... 19:15:49 (Reading database ... 14311 files and directories currently installed.) 19:15:49 Preparing to unpack .../liblzma5_5.2.4-1ubuntu1_amd64.deb ... 19:15:49 Unpacking liblzma5:amd64 (5.2.4-1ubuntu1) over (5.2.4-1) ... 19:15:49 Setting up liblzma5:amd64 (5.2.4-1ubuntu1) ... 19:15:49 (Reading database ... 14311 files and directories currently installed.) 19:15:49 Preparing to unpack .../libzstd1_1.4.4+dfsg-3ubuntu0.1_amd64.deb ... 19:15:49 Unpacking libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) over (1.4.4+dfsg-3) ... 19:15:49 Setting up libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) ... 19:15:49 (Reading database ... 14311 files and directories currently installed.) 19:15:49 Preparing to unpack .../libapt-pkg6.0_2.0.6_amd64.deb ... 19:15:49 Unpacking libapt-pkg6.0:amd64 (2.0.6) over (2.0.2) ... 19:15:49 Setting up libapt-pkg6.0:amd64 (2.0.6) ... 19:15:49 (Reading database ... 14311 files and directories currently installed.) 19:15:49 Preparing to unpack .../gpgv_2.2.19-3ubuntu2.1_amd64.deb ... 19:15:49 Unpacking gpgv (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 19:15:49 Setting up gpgv (2.2.19-3ubuntu2.1) ... 19:15:49 (Reading database ... 14311 files and directories currently installed.) 19:15:49 Preparing to unpack .../ubuntu-keyring_2020.02.11.4_all.deb ... 19:15:50 Unpacking ubuntu-keyring (2020.02.11.4) over (2020.02.11.2) ... 19:15:50 Setting up ubuntu-keyring (2020.02.11.4) ... 19:15:50 (Reading database ... 14311 files and directories currently installed.) 19:15:50 Preparing to unpack .../libnettle7_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... 19:15:50 Unpacking libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... 19:15:50 Setting up libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... 19:15:50 (Reading database ... 14311 files and directories currently installed.) 19:15:50 Preparing to unpack .../libhogweed5_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... 19:15:50 Unpacking libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... 19:15:50 Setting up libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... 19:15:50 (Reading database ... 14311 files and directories currently installed.) 19:15:50 Preparing to unpack .../libp11-kit0_0.23.20-1ubuntu0.1_amd64.deb ... 19:15:50 Unpacking libp11-kit0:amd64 (0.23.20-1ubuntu0.1) over (0.23.20-1build1) ... 19:15:50 Setting up libp11-kit0:amd64 (0.23.20-1ubuntu0.1) ... 19:15:50 (Reading database ... 14311 files and directories currently installed.) 19:15:50 Preparing to unpack .../libgnutls30_3.6.13-2ubuntu1.6_amd64.deb ... 19:15:50 Unpacking libgnutls30:amd64 (3.6.13-2ubuntu1.6) over (3.6.13-2ubuntu1) ... 19:15:50 Setting up libgnutls30:amd64 (3.6.13-2ubuntu1.6) ... 19:15:50 (Reading database ... 14311 files and directories currently installed.) 19:15:50 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~20.04.2_amd64.deb ... 19:15:50 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) over (2.4.3-1ubuntu1) ... 19:15:50 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) ... 19:15:50 (Reading database ... 14311 files and directories currently installed.) 19:15:50 Preparing to unpack .../archives/apt_2.0.6_amd64.deb ... 19:15:50 Unpacking apt (2.0.6) over (2.0.2) ... 19:15:51 Setting up apt (2.0.6) ... 19:15:52 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:15:52 (Reading database ... 14311 files and directories currently installed.) 19:15:52 Preparing to unpack .../libpam0g_1.3.1-5ubuntu4.3_amd64.deb ... 19:15:52 Unpacking libpam0g:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 19:15:52 Setting up libpam0g:amd64 (1.3.1-5ubuntu4.3) ... 19:15:52 (Reading database ... 14311 files and directories currently installed.) 19:15:52 Preparing to unpack .../libpam-modules-bin_1.3.1-5ubuntu4.3_amd64.deb ... 19:15:52 Unpacking libpam-modules-bin (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 19:15:52 Setting up libpam-modules-bin (1.3.1-5ubuntu4.3) ... 19:15:52 (Reading database ... 14313 files and directories currently installed.) 19:15:52 Preparing to unpack .../libpam-modules_1.3.1-5ubuntu4.3_amd64.deb ... 19:15:52 Unpacking libpam-modules:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 19:15:52 Setting up libpam-modules:amd64 (1.3.1-5ubuntu4.3) ... 19:15:52 (Reading database ... 14317 files and directories currently installed.) 19:15:52 Preparing to unpack .../mount_2.34-0.1ubuntu9.3_amd64.deb ... 19:15:52 Unpacking mount (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 19:15:52 Preparing to unpack .../libpam-runtime_1.3.1-5ubuntu4.3_all.deb ... 19:15:52 Unpacking libpam-runtime (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 19:15:52 Setting up libpam-runtime (1.3.1-5ubuntu4.3) ... 19:15:52 (Reading database ... 14317 files and directories currently installed.) 19:15:52 Preparing to unpack .../passwd_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... 19:15:53 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 19:15:53 Unpacking passwd (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... 19:15:53 Setting up passwd (1:4.8.1-1ubuntu5.20.04.1) ... 19:15:53 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 19:15:53 (Reading database ... 14317 files and directories currently installed.) 19:15:53 Preparing to unpack .../00-libprocps8_2%3a3.3.16-1ubuntu2.3_amd64.deb ... 19:15:53 Unpacking libprocps8:amd64 (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... 19:15:53 Preparing to unpack .../01-procps_2%3a3.3.16-1ubuntu2.3_amd64.deb ... 19:15:53 Unpacking procps (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... 19:15:53 Preparing to unpack .../02-libssl1.1_1.1.1f-1ubuntu2.10_amd64.deb ... 19:15:53 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2) ... 19:15:53 Preparing to unpack .../03-openssl_1.1.1f-1ubuntu2.10_amd64.deb ... 19:15:53 Unpacking openssl (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2) ... 19:15:53 Preparing to unpack .../04-ca-certificates_20210119~20.04.2_all.deb ... 19:15:53 Unpacking ca-certificates (20210119~20.04.2) over (20190110ubuntu1) ... 19:15:53 Preparing to unpack .../05-libapparmor1_2.13.3-7ubuntu5.1_amd64.deb ... 19:15:53 Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.1) over (2.13.3-7ubuntu5) ... 19:15:54 Preparing to unpack .../06-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ... 19:15:54 Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) over (0.13.1+dfsg-7) ... 19:15:54 Preparing to unpack .../07-libcryptsetup12_2%3a2.2.2-3ubuntu2.3_amd64.deb ... 19:15:54 Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.3) over (2:2.2.2-3ubuntu2) ... 19:15:54 Preparing to unpack .../08-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ... 19:15:54 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) over (3.31.1-4) ... 19:15:54 Preparing to unpack .../09-tzdata_2021e-0ubuntu0.20.04_all.deb ... 19:15:54 Unpacking tzdata (2021e-0ubuntu0.20.04) over (2019c-3ubuntu1) ... 19:15:54 Preparing to unpack .../10-xz-utils_5.2.4-1ubuntu1_amd64.deb ... 19:15:54 Unpacking xz-utils (5.2.4-1ubuntu1) over (5.2.4-1) ... 19:15:54 Preparing to unpack .../11-libctf0_2.34-6ubuntu1.3_amd64.deb ... 19:15:54 Unpacking libctf0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 19:15:54 Preparing to unpack .../12-binutils-x86-64-linux-gnu_2.34-6ubuntu1.3_amd64.deb ... 19:15:54 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 19:15:55 Preparing to unpack .../13-libbinutils_2.34-6ubuntu1.3_amd64.deb ... 19:15:55 Unpacking libbinutils:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 19:15:55 Preparing to unpack .../14-binutils_2.34-6ubuntu1.3_amd64.deb ... 19:15:55 Unpacking binutils (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 19:15:55 Preparing to unpack .../15-binutils-common_2.34-6ubuntu1.3_amd64.deb ... 19:15:55 Unpacking binutils-common:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 19:15:55 Preparing to unpack .../16-libctf-nobfd0_2.34-6ubuntu1.3_amd64.deb ... 19:15:55 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 19:15:55 Preparing to unpack .../17-build-essential_12.8ubuntu1.1_amd64.deb ... 19:15:55 Unpacking build-essential (12.8ubuntu1.1) over (12.8ubuntu1) ... 19:15:55 Preparing to unpack .../18-libasan5_9.3.0-17ubuntu1~20.04_amd64.deb ... 19:15:55 Unpacking libasan5:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 19:15:55 Preparing to unpack .../19-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ... 19:15:55 Unpacking g++-9 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 19:15:56 Preparing to unpack .../20-gcc-9_9.3.0-17ubuntu1~20.04_amd64.deb ... 19:15:56 Unpacking gcc-9 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 19:15:56 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 19:15:57 Preparing to unpack .../21-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 19:15:57 Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 19:15:57 Preparing to unpack .../22-libgcc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 19:15:57 Unpacking libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 19:15:57 Preparing to unpack .../23-cpp-9_9.3.0-17ubuntu1~20.04_amd64.deb ... 19:15:57 Unpacking cpp-9 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 19:15:58 Preparing to unpack .../24-gcc-9-base_9.3.0-17ubuntu1~20.04_amd64.deb ... 19:15:58 Unpacking gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 19:15:58 Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.1) ... 19:15:58 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ... 19:15:58 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.10) ... 19:15:58 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ... 19:15:58 Setting up binutils-common:amd64 (2.34-6ubuntu1.3) ... 19:15:58 Setting up linux-libc-dev:amd64 (5.4.0-99.112) ... 19:15:58 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ... 19:15:58 Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... 19:15:58 Setting up tzdata (2021e-0ubuntu0.20.04) ... 19:15:58 19:15:58 Current default time zone: 'Etc/UTC' 19:15:58 Local time is now: Thu Feb 10 19:15:58 UTC 2022. 19:15:58 Universal Time is now: Thu Feb 10 19:15:58 UTC 2022. 19:15:58 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:15:58 19:15:58 Setting up xz-utils (5.2.4-1ubuntu1) ... 19:15:58 Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... 19:15:58 Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... 19:15:58 Setting up libfdisk1:amd64 (2.34-0.1ubuntu9.3) ... 19:15:58 Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... 19:15:58 Setting up mount (2.34-0.1ubuntu9.3) ... 19:15:58 Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ... 19:15:58 Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ... 19:15:58 Setting up libbinutils:amd64 (2.34-6ubuntu1.3) ... 19:15:59 Setting up libc-dev-bin (2.31-0ubuntu9.2) ... 19:15:59 Setting up openssl (1.1.1f-1ubuntu2.10) ... 19:15:59 Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... 19:15:59 Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... 19:15:59 Setting up libprocps8:amd64 (2:3.3.16-1ubuntu2.3) ... 19:15:59 Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... 19:15:59 Setting up gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) ... 19:15:59 Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... 19:15:59 Setting up libctf0:amd64 (2.34-6ubuntu1.3) ... 19:15:59 Setting up fdisk (2.34-0.1ubuntu9.3) ... 19:15:59 Setting up ca-certificates (20210119~20.04.2) ... 19:16:01 Updating certificates in /etc/ssl/certs... 19:16:01 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 19:16:02 21 added, 21 removed; done. 19:16:02 Setting up libasan5:amd64 (9.3.0-17ubuntu1~20.04) ... 19:16:02 Setting up perl (5.30.0-9ubuntu0.2) ... 19:16:02 Setting up procps (2:3.3.16-1ubuntu2.3) ... 19:16:02 Setting up cpp-9 (9.3.0-17ubuntu1~20.04) ... 19:16:02 Setting up libc6-dev:amd64 (2.31-0ubuntu9.2) ... 19:16:02 Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.3) ... 19:16:02 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ... 19:16:02 Setting up binutils (2.34-6ubuntu1.3) ... 19:16:02 Setting up libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 19:16:02 Setting up build-essential (12.8ubuntu1.1) ... 19:16:02 Setting up gcc-9 (9.3.0-17ubuntu1~20.04) ... 19:16:02 Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 19:16:02 Setting up g++-9 (9.3.0-17ubuntu1~20.04) ... 19:16:02 Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 19:16:02 Processing triggers for systemd (245.4-4ubuntu3.15) ... 19:16:02 Processing triggers for mime-support (3.64ubuntu1) ... 19:16:02 Processing triggers for ca-certificates (20210119~20.04.2) ... 19:16:02 Updating certificates in /etc/ssl/certs... 19:16:03 0 added, 0 removed; done. 19:16:03 Running hooks in /etc/ca-certificates/update.d... 19:16:03 done. 19:16:04 Reading package lists... 19:16: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 19:16:04 Building dependency tree... 19:16:04 Reading state information... 19:16:04 The following NEW packages will be installed: 19:16:04 apt-transport-https 19:16:04 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:16:04 Need to get 4680 B of archives. 19:16:04 After this operation, 162 kB of additional disk space will be used. 19:16:04 Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4680 B] 19:16:05 debconf: delaying package configuration, since apt-utils is not installed 19:16:05 Fetched 4680 B in 0s (24.4 kB/s) 19:16:05 Selecting previously unselected package apt-transport-https. 19:16:05 (Reading database ... 14320 files and directories currently installed.) 19:16:05 Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... 19:16:05 Unpacking apt-transport-https (2.0.6) ... 19:16:05 Setting up apt-transport-https (2.0.6) ... 19:16:05 Waiting for network to be ready... 19:16:10 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 19:16:11 2022-02-10T19:16:09Z INFO Waiting for automatic snapd restart... 19:16:12 snapd 2.54.2 from Canonical* installed 19:16: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 19:16:12 "snapd" switched to the "latest/stable" channel 19:16:12 19:16:15 core20 20220114 from Canonical* installed 19:16:15 "core20" switched to the "latest/stable" channel 19:16:15 19:16:16 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 19:16:18 snapcraft 6.0.2 from Canonical* installed 19:16:18 "snapcraft" switched to the "latest/stable" channel 19:16:18 19:16:22 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 19:16:22 - README.md 19:16:22 19:16:22 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:16:22 Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 19:16:22 Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 19:16:23 Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [Pipeline] } 19:16:23 $ docker stop --time=1 a629d8f48ca535f21a145bb9a72d3f802593f75ca514ea0f0c90782d727757e7 19:16:24 Reading package lists... 19:16:24 Installing build dependencies: comerr-dev=2.1-1.45.5-2ubuntu1 git=1:2.25.1-1ubuntu3.2 git-man=1:2.25.1-1ubuntu3.2 krb5-multidev=1.17-6ubuntu4.1 libbrotli1=1.0.7-6ubuntu0.1 libcurl3-gnutls=7.68.0-1ubuntu2.7 liberror-perl=0.17029-1 libglib2.0-0=2.64.6-1~ubuntu20.04.4 libgssrpc4=1.17-6ubuntu4.1 libkadm5clnt-mit11=1.17-6ubuntu4.1 libkadm5srv-mit11=1.17-6ubuntu4.1 libkdb5-9=1.17-6ubuntu4.1 libkrb5-dev=1.17-6ubuntu4.1 libnghttp2-14=1.40.0-1build1 libnorm-dev=1.5.8+dfsg2-2build1 libnorm1=1.5.8+dfsg2-2build1 libpgm-5.2-0=5.2.122~dfsg-3ubuntu1 libpgm-dev=5.2.122~dfsg-3ubuntu1 libpsl5=0.21.0-1ubuntu1 librtmp1=2.4+20151223.gitfa8646d.1-2build1 libsodium-dev=1.0.18-1 libsodium23=1.0.18-1 libssh-4=0.9.3-2ubuntu2.2 libzmq3-dev=4.3.2-2ubuntu1 libzmq5=4.3.2-2ubuntu1 pkg-config=0.29.1-0ubuntu4 zip=3.0-11build1 19:16:24 Reading package lists... 19:16:24 Building dependency tree... 19:16:24 Reading state information... 19:16:25 Suggested packages: 19:16:25 doc-base gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el 19:16:25 git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn krb5-doc 19:16:25 krb5-user libnorm-doc 19:16:25 Recommended packages: 19:16:25 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:16:25 The following NEW packages will be installed: 19:16:25 comerr-dev git git-man krb5-multidev libbrotli1 libcurl3-gnutls 19:16:25 liberror-perl libglib2.0-0 libgssrpc4 libkadm5clnt-mit11 libkadm5srv-mit11 19:16:25 libkdb5-9 libkrb5-dev libnghttp2-14 libnorm-dev libnorm1 libpgm-5.2-0 19:16:25 libpgm-dev libpsl5 librtmp1 libsodium-dev libsodium23 libssh-4 libzmq3-dev 19:16:25 libzmq5 pkg-config zip 19:16:25 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. 19:16:25 Need to get 10.3 MB of archives. 19:16:25 After this operation, 56.5 MB of additional disk space will be used. 19:16:25 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] 19:16:25 Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB] 19:16:25 Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.7 [232 kB] 19:16:25 Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 git-man all 1:2.25.1-1ubuntu3.2 [884 kB] 19:16:25 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB] 19:16:25 Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 git amd64 1:2.25.1-1ubuntu3.2 [4554 kB] 19:16:25 Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] 19:16:25 Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] 19:16:25 Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] 19:16:25 Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] 19:16:25 Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] 19:16:25 Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] 19:16:25 $ docker rm -f a629d8f48ca535f21a145bb9a72d3f802593f75ca514ea0f0c90782d727757e7 19:16:26 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium23 amd64 1.0.18-1 [150 kB] 19:16:26 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] 19:16:26 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB] 19:16:26 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] 19:16:26 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB] 19:16:26 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] 19:16:26 Get:19 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] 19:16:26 Get:20 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm-dev amd64 1.5.8+dfsg2-2build1 [463 kB] 19:16:26 Get:21 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] 19:16:26 Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-dev amd64 5.2.122~dfsg-3ubuntu1 [189 kB] 19:16:26 Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium-dev amd64 1.0.18-1 [169 kB] 19:16:26 Get:24 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] 19:16:26 Get:25 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq3-dev amd64 4.3.2-2ubuntu1 [455 kB] 19:16:26 Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 19:16:26 Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] 19:16:26 debconf: delaying package configuration, since apt-utils is not installed 19:16:26 Fetched 10.3 MB in 1s (9650 kB/s) 19:16:26 Selecting previously unselected package libglib2.0-0:amd64. 19:16:26 (Reading database ... 14324 files and directories currently installed.) 19:16:26 Preparing to unpack .../00-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ... 19:16:26 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... 19:16:26 Selecting previously unselected package libsodium23:amd64. 19:16:26 Preparing to unpack .../01-libsodium23_1.0.18-1_amd64.deb ... 19:16:26 Unpacking libsodium23:amd64 (1.0.18-1) ... 19:16:26 Selecting previously unselected package libpsl5:amd64. 19:16:26 Preparing to unpack .../02-libpsl5_0.21.0-1ubuntu1_amd64.deb ... 19:16:26 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... 19:16:26 Selecting previously unselected package libbrotli1:amd64. 19:16:26 Preparing to unpack .../03-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... 19:16:26 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... 19:16:26 Selecting previously unselected package libnghttp2-14:amd64. 19:16:26 Preparing to unpack .../04-libnghttp2-14_1.40.0-1build1_amd64.deb ... 19:16:26 Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ... [Pipeline] // withDockerContainer [Pipeline] } 19:16:27 Selecting previously unselected package librtmp1:amd64. 19:16:27 Preparing to unpack .../05-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... 19:16:27 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... 19:16:27 Selecting previously unselected package libssh-4:amd64. 19:16:27 Preparing to unpack .../06-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ... 19:16:27 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ... 19:16:27 Selecting previously unselected package libcurl3-gnutls:amd64. 19:16:27 Preparing to unpack .../07-libcurl3-gnutls_7.68.0-1ubuntu2.7_amd64.deb ... 19:16:27 Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... 19:16:27 Selecting previously unselected package liberror-perl. 19:16:27 Preparing to unpack .../08-liberror-perl_0.17029-1_all.deb ... 19:16:27 Unpacking liberror-perl (0.17029-1) ... [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 19:16:27 Selecting previously unselected package git-man. 19:16:27 Preparing to unpack .../09-git-man_1%3a2.25.1-1ubuntu3.2_all.deb ... 19:16:27 Unpacking git-man (1:2.25.1-1ubuntu3.2) ... 19:16:27 Selecting previously unselected package git. 19:16:27 Preparing to unpack .../10-git_1%3a2.25.1-1ubuntu3.2_amd64.deb ... 19:16:27 Unpacking git (1:2.25.1-1ubuntu3.2) ... [Pipeline] isUnix [Pipeline] sh 19:16:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:16:27 19:16:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:16:27 Selecting previously unselected package libgssrpc4:amd64. 19:16:27 Preparing to unpack .../11-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... 19:16:27 Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 19:16:27 Selecting previously unselected package libkdb5-9:amd64. 19:16:27 Preparing to unpack .../12-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... 19:16:27 Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 19:16:27 Selecting previously unselected package libkadm5srv-mit11:amd64. 19:16:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:16:28 Preparing to unpack .../13-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... 19:16:28 Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 19:16:28 Selecting previously unselected package libkadm5clnt-mit11:amd64. 19:16:28 Preparing to unpack .../14-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... 19:16:28 Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 19:16:28 Selecting previously unselected package comerr-dev:amd64. 19:16:28 Preparing to unpack .../15-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... 19:16:28 Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 19:16:28 Selecting previously unselected package krb5-multidev:amd64. 19:16:28 Preparing to unpack .../16-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... 19:16:28 Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 19:16:28 Selecting previously unselected package libnorm1:amd64. 19:16:28 Preparing to unpack .../17-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... 19:16:28 Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 19:16:28 latest: Pulling from edgex-devops/edgex-compose-arm64 19:16:28 29e5d40040c1: Pulling fs layer 19:16:28 1ce36da41761: Pulling fs layer 19:16:28 25b303627fd3: Pulling fs layer 19:16:28 29e5d40040c1: Verifying Checksum 19:16:28 29e5d40040c1: Download complete 19:16:28 Selecting previously unselected package libnorm-dev:amd64. 19:16:28 Preparing to unpack .../18-libnorm-dev_1.5.8+dfsg2-2build1_amd64.deb ... 19:16:28 Unpacking libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... 19:16:28 Selecting previously unselected package libpgm-5.2-0:amd64. 19:16:28 Preparing to unpack .../19-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... 19:16:28 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 19:16:28 Selecting previously unselected package libpgm-dev:amd64. 19:16:28 Preparing to unpack .../20-libpgm-dev_5.2.122~dfsg-3ubuntu1_amd64.deb ... 19:16:28 Unpacking libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... 19:16:28 1ce36da41761: Verifying Checksum 19:16:28 1ce36da41761: Download complete 19:16:28 Selecting previously unselected package libsodium-dev:amd64. 19:16:28 Preparing to unpack .../21-libsodium-dev_1.0.18-1_amd64.deb ... 19:16:28 Unpacking libsodium-dev:amd64 (1.0.18-1) ... 19:16:28 Selecting previously unselected package libzmq5:amd64. 19:16:28 Preparing to unpack .../22-libzmq5_4.3.2-2ubuntu1_amd64.deb ... 19:16:28 Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... 19:16:28 Selecting previously unselected package libkrb5-dev:amd64. 19:16:28 Preparing to unpack .../23-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... 19:16:28 Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 19:16:28 Selecting previously unselected package libzmq3-dev:amd64. 19:16:28 Preparing to unpack .../24-libzmq3-dev_4.3.2-2ubuntu1_amd64.deb ... 19:16:28 Unpacking libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... 19:16:28 29e5d40040c1: Pull complete 19:16:28 Selecting previously unselected package pkg-config. 19:16:28 Preparing to unpack .../25-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 19:16:28 Unpacking pkg-config (0.29.1-0ubuntu4) ... 19:16:28 Selecting previously unselected package zip. 19:16:28 Preparing to unpack .../26-zip_3.0-11build1_amd64.deb ... 19:16:28 Unpacking zip (3.0-11build1) ... 19:16:28 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... 19:16:28 Setting up libsodium23:amd64 (1.0.18-1) ... 19:16:28 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... 19:16:28 No schema files found: doing nothing. 19:16:28 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... 19:16:28 Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 19:16:28 Setting up libnghttp2-14:amd64 (1.40.0-1build1) ... 19:16:28 Setting up libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... 19:16:28 Setting up liberror-perl (0.17029-1) ... 19:16:28 Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 19:16:28 Setting up zip (3.0-11build1) ... 19:16:29 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... 19:16:29 Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 19:16:29 Setting up pkg-config (0.29.1-0ubuntu4) ... 19:16:29 Setting up libsodium-dev:amd64 (1.0.18-1) ... 19:16:29 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ... 19:16:29 Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 19:16:29 Setting up git-man (1:2.25.1-1ubuntu3.2) ... 19:16:29 Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 19:16:29 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 19:16:29 Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 19:16:29 Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... 19:16:29 Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... 19:16:29 Setting up libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... 19:16:29 Setting up git (1:2.25.1-1ubuntu3.2) ... 19:16:29 Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 19:16:29 Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 19:16:29 Setting up libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... 19:16:29 Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 19:16:29 comerr-dev set to automatically installed. 19:16:29 git set to automatically installed. 19:16:29 git-man set to automatically installed. 19:16:29 krb5-multidev set to automatically installed. 19:16:29 libbrotli1 set to automatically installed. 19:16:29 libcurl3-gnutls set to automatically installed. 19:16:29 liberror-perl set to automatically installed. 19:16:29 libglib2.0-0 set to automatically installed. 19:16:29 libgssrpc4 set to automatically installed. 19:16:29 libkadm5clnt-mit11 set to automatically installed. 19:16:29 libkadm5srv-mit11 set to automatically installed. 19:16:29 libkdb5-9 set to automatically installed. 19:16:29 libkrb5-dev set to automatically installed. 19:16:29 libnghttp2-14 set to automatically installed. 19:16:29 libnorm-dev set to automatically installed. 19:16:29 libnorm1 set to automatically installed. 19:16:29 libpgm-5.2-0 set to automatically installed. 19:16:29 libpgm-dev set to automatically installed. 19:16:29 libpsl5 set to automatically installed. 19:16:29 librtmp1 set to automatically installed. 19:16:29 libsodium-dev set to automatically installed. 19:16:29 libsodium23 set to automatically installed. 19:16:29 libssh-4 set to automatically installed. 19:16:29 libzmq3-dev set to automatically installed. 19:16:29 libzmq5 set to automatically installed. 19:16:29 pkg-config set to automatically installed. 19:16:29 zip set to automatically installed. 19:16:30 25b303627fd3: Verifying Checksum 19:16:30 25b303627fd3: Download complete 19:16:30 1ce36da41761: Pull complete 19:16:30 snapd is not logged in, snap install commands will use sudo 19:16:40 25b303627fd3: Pull complete 19:16:40 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:16:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:16:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:16:40 prd-ubuntu18.04-docker-arm64-4c-16g-5006 does not seem to be running inside a container 19:16:40 $ 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 19:16:43 $ docker top 4cd0b0b44e01bbbf78d66411996a55c7ff0ee0ed6c3813bdaf45e5e83921c45d -eo pid,comm [Pipeline] { [Pipeline] sh 19:16:44 + grep parallel 19:16:44 + docker-compose build --help 19:16:45 go (1.17/stable) 1.17.6 from Michael Hudson-Doyle (mwhudson) installed 19:16:45 Downloading snap 'edgex-app-service-configurable' 19:16:47 Pulling app-service-configurable 19:16:47 + snapcraftctl pull 19:16:48 --parallel Build images in parallel. [Pipeline] } 19:16:48 $ docker stop --time=1 4cd0b0b44e01bbbf78d66411996a55c7ff0ee0ed6c3813bdaf45e5e83921c45d 19:16:48 Pulling config-common 19:16:48 + snapcraftctl pull 19:16:50 $ docker rm -f 4cd0b0b44e01bbbf78d66411996a55c7ff0ee0ed6c3813bdaf45e5e83921c45d 19:16:50 Pulling go-build-helper 19:16:50 + snapcraftctl pull [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:16:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:16:50 . [Pipeline] withDockerContainer 19:16:51 prd-ubuntu18.04-docker-arm64-4c-16g-5006 does not seem to be running inside a container 19:16:51 $ 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 19:16:52 $ docker top 2f04be476c1493d7097819df4bd8ca006449c2a2c753199d3a6d57a712c0e003 -eo pid,comm 19:16:52 'edgex-go' has dependencies that need to be staged: go-build-helper 19:16:52 Skipping pull go-build-helper (already ran) 19:16:52 Building go-build-helper 19:16:52 + snapcraftctl build [Pipeline] { [Pipeline] sh 19:16:52 + cp --archive --link --no-dereference . /root/parts/go-build-helper/install 19:16:53 + docker-compose -f ./docker-compose-build.yml build --parallel 19:16:53 Staging go-build-helper 19:16:53 + snapcraftctl stage 19:16:56 Building core-command ... 19:16:56 Building core-data ... 19:16:56 Building core-metadata ... 19:16:56 Building security-bootstrapper ... 19:16:56 Building security-proxy-setup ... 19:16:56 Building security-secretstore-setup ... 19:16:56 Building support-notifications ... 19:16:56 Building support-scheduler ... 19:16:56 Building sys-mgmt-agent ... 19:16:56 Building core-command 19:16:56 Building core-data 19:16:56 Building security-secretstore-setup 19:16:56 Building security-proxy-setup 19:16:56 Building sys-mgmt-agent 19:16:59 Get:1 libnorm1_1.5.8+dfsg2-2build1_amd64.deb [290 kB] 19:16:59 Fetched 290 kB in 0s (0 B/s) 19:16:59 Get:1 libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb [158 kB] 19:16:59 Fetched 158 kB in 0s (0 B/s) 19:16:59 Get:1 libzmq5_4.3.2-2ubuntu1_amd64.deb [242 kB] 19:16:59 Fetched 242 kB in 0s (0 B/s) 19:16:59 Get:1 libsodium23_1.0.18-1_amd64.deb [150 kB] 19:16:59 Fetched 150 kB in 0s (0 B/s) 19:16:59 Pulling edgex-go 19:16:59 + snapcraftctl pull 19:17:00 Pulling hooks 19:17:00 + snapcraftctl pull 19:17:18 Removing suid/guid from /root/parts/static-packages/install/bin/su 19:17:18 Get:1 libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [96.1 kB] 19:17:18 Fetched 96.1 kB in 0s (0 B/s) 19:17:18 Get:1 libnghttp2-14_1.40.0-1build1_amd64.deb [78.7 kB] 19:17:18 Fetched 78.7 kB in 0s (0 B/s) 19:17:18 Get:1 libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [48.0 kB] 19:17:18 Fetched 48.0 kB in 0s (0 B/s) 19:17:18 Get:1 jq_1.6-1ubuntu0.20.04.1_amd64.deb [50.2 kB] 19:17:18 Fetched 50.2 kB in 0s (0 B/s) 19:17:18 Get:1 libsasl2-modules-db_2.1.27+dfsg-2_amd64.deb [14.9 kB] 19:17:18 Fetched 14.9 kB in 0s (0 B/s) 19:17:18 Get:1 libcurl4_7.68.0-1ubuntu2.7_amd64.deb [234 kB] 19:17:18 Fetched 234 kB in 0s (0 B/s) 19:17:18 Get:1 libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb [155 kB] 19:17:18 Fetched 155 kB in 0s (0 B/s) 19:17:18 Get:1 libssh-4_0.9.3-2ubuntu2.2_amd64.deb [170 kB] 19:17:18 Fetched 170 kB in 0s (0 B/s) 19:17:18 Get:1 libbrotli1_1.0.7-6ubuntu0.1_amd64.deb [267 kB] 19:17:18 Fetched 267 kB in 0s (0 B/s) 19:17:18 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:17:18 Fetched 50.6 kB in 0s (0 B/s) 19:17:18 Get:1 libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [15.1 kB] 19:17:18 Fetched 15.1 kB in 0s (0 B/s) 19:17:18 Get:1 libpsl5_0.21.0-1ubuntu1_amd64.deb [51.5 kB] 19:17:18 Fetched 51.5 kB in 0s (0 B/s) 19:17:18 Get:1 libjq1_1.6-1ubuntu0.20.04.1_amd64.deb [121 kB] 19:17:18 Fetched 121 kB in 0s (0 B/s) 19:17:18 Get:1 libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [29.7 kB] 19:17:18 Fetched 29.7 kB in 0s (0 B/s) 19:17:18 Get:1 util-linux_2.34-0.1ubuntu9.3_amd64.deb [1021 kB] 19:17:18 Fetched 1021 kB in 0s (0 B/s) 19:17:18 Get:1 libsasl2-2_2.1.27+dfsg-2_amd64.deb [49.3 kB] 19:17:18 Fetched 49.3 kB in 0s (0 B/s) 19:17:18 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb [54.9 kB] 19:17:18 Fetched 54.9 kB in 0s (0 B/s) 19:17:18 Get:1 libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb [16.6 kB] 19:17:18 Fetched 16.6 kB in 0s (0 B/s) 19:17:18 Get:1 libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [87.9 kB] 19:17:18 Fetched 87.9 kB in 0s (0 B/s) 19:17:18 Get:1 libonig5_6.9.4-1_amd64.deb [142 kB] 19:17:18 Fetched 142 kB in 0s (0 B/s) 19:17:18 Get:1 libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [41.8 kB] 19:17:18 Fetched 41.8 kB in 0s (0 B/s) 19:17:18 Get:1 libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [181 kB] 19:17:18 Fetched 181 kB in 0s (0 B/s) 19:17:18 Get:1 libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [208 kB] 19:17:18 Fetched 208 kB in 0s (0 B/s) 19:17:18 Get:1 curl_7.68.0-1ubuntu2.7_amd64.deb [161 kB] 19:17:18 Fetched 161 kB in 0s (0 B/s) 19:17:18 Get:1 libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [107 kB] 19:17:18 Fetched 107 kB in 0s (0 B/s) 19:17:18 Pulling static-packages 19:17:18 + snapcraftctl pull 19:17:19 Pulling version 19:17:19 + cd /root/project 19:17:19 ++ git describe --tags --abbrev=0 19:17:19 ++ sed s/v// 19:17:19 + GIT_VERSION=2.2.0-dev.28 19:17:19 + '[' -z 2.2.0-dev.28 ']' 19:17:19 + snapcraftctl set-version 2.2.0-dev.28 19:17:21 Building app-service-configurable 19:17:21 + snapcraftctl build 19:17:23 Building config-common 19:17:23 + snapcraftctl build 19:17:24 + cp --archive --link --no-dereference . /root/parts/config-common/install 19:17:25 Skipping build go-build-helper (already ran) 19:17:25 Building edgex-go 19:17:25 + cd /root/parts/edgex-go/src 19:17:25 ++ git describe --tags --abbrev=0 19:17:25 ++ sed s/v// 19:17:25 + GIT_VERSION=2.2.0-dev.28 19:17:25 + '[' -z 2.2.0-dev.28 ']' 19:17:25 + echo 2.2.0-dev.28 19:17:25 + '[' '!' -d vendor ']' 19:17:25 + go mod download all 19:17:32 + make build 19:17:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o cmd/core-data/core-data ./cmd/core-data 19:17:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:17:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o cmd/core-command/core-command ./cmd/core-command 19:17:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:17:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:17:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:17:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:17:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:17:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:17:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:17:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o ./cmd/secrets-config ./cmd/secrets-config 19:17:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:17:57 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 19:17:57 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 19:17:57 + case "$service" in 19:17:57 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 19:17:57 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 19:17:57 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 19:17:57 + case "$service" in 19:17:57 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 19:17:57 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 19:17:57 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 19:17:57 + case "$service" in 19:17:57 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 19:17:57 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 19:17:57 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 19:17:57 + case "$service" in 19:17:57 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 19:17:57 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 19:17:57 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 19:17:57 + case "$service" in 19:17:57 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 19:17:57 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 19:17:57 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 19:17:57 + case "$service" in 19:17:57 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 19:17:57 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 19:17:57 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 19:17:57 + case "$service" in 19:17:57 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 19:17:57 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 19:17:57 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 19:17:57 + case "$service" in 19:17:57 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 19:17:57 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 19:17:57 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 19:17:57 + case "$service" in 19:17:57 + 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 19:17:57 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 19:17:57 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 19:17:57 + case "$service" in 19:17:57 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 19:17:57 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 19:17:57 + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config 19:17:57 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 19:17:57 + case "$service" in 19:17:57 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 19:17:57 + 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 19:17:57 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 19:17:57 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 19:17:57 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 19:17:58 Building hooks 19:17:58 + cd /root/parts/hooks/src 19:17:58 + make build 19:17:58 go mod tidy 19:17:58 go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.1.3 19:17:58 go: downloading github.com/davecgh/go-spew v1.1.0 19:17:58 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 19:17:58 GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure 19:17:59 GO111MODULE=on go build -o cmd/install/install ./cmd/install 19:18:00 + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure 19:18:00 + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install 19:18:02 Removing suid/guid from /root/parts/static-packages/install/bin/su 19:18:02 Building static-packages 19:18:02 + snapcraftctl build 19:18:04 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:18:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:18:04 ---> 15a4b6db9fc9 19:18:04 Step 3/23 : WORKDIR /edgex-go 19:18:04 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:18:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:18:04 ---> 15a4b6db9fc9 19:18:04 Step 3/23 : WORKDIR /edgex-go 19:18:04 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:18:04 Step 2/25 : FROM ${BUILDER_BASE} AS builder 19:18:04 ---> 15a4b6db9fc9 19:18:04 Step 3/25 : WORKDIR /edgex-go 19:18:04 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:18:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:18:04 ---> 15a4b6db9fc9 19:18:04 Step 3/23 : WORKDIR /edgex-go 19:18:04 Step 1/21 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:18:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:18:04 ---> 15a4b6db9fc9 19:18:04 Step 3/21 : WORKDIR /edgex-go 19:18:04 ---> Running in 36b2a90a29db 19:18:04 ---> Running in f64f7fd5092d 19:18:04 ---> Running in 76e5b368cd9f 19:18:04 ---> Running in 6778800d2bac 19:18:04 ---> Running in 79cb2535427f 19:18:04 Removing intermediate container f64f7fd5092d 19:18:04 ---> caca1d79d330 19:18:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:04 Removing intermediate container 79cb2535427f 19:18:04 ---> 674eda08be06 19:18:04 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:04 Removing intermediate container 36b2a90a29db 19:18:04 ---> 98f1dc9d31ee 19:18:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:04 Removing intermediate container 76e5b368cd9f 19:18:04 Removing intermediate container 6778800d2bac 19:18:04 ---> 5b45b1fa6e54 19:18:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:04 ---> 42b0bcb5105e 19:18:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:04 ---> Running in 3aeb881f7e79 19:18:04 ---> Running in 93bfb7c87be7 19:18:04 ---> Running in 332d423ea1c1 19:18:04 ---> Running in 30748331318d 19:18:04 ---> Running in 07691b431345 19:18:04 Building version 19:18:04 + snapcraftctl build 19:18:06 Removing intermediate container 3aeb881f7e79 19:18:06 ---> 03b8f69cf2fe 19:18:06 Step 5/25 : RUN apk add --update --no-cache make git 19:18:06 Staging app-service-configurable 19:18:06 + snapcraftctl stage 19:18:06 ---> Running in 36cb962d3f06 19:18:07 Removing intermediate container 93bfb7c87be7 19:18:07 ---> 0f6ff9be5220 19:18:07 Step 5/23 : RUN apk add --update --no-cache make bash git 19:18:07 ---> Running in 06dcd9716f0f 19:18:07 Removing intermediate container 30748331318d 19:18:07 ---> fee205428ca2 19:18:07 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:18:07 Removing intermediate container 07691b431345 19:18:07 ---> a2c515b5288e 19:18:07 Step 5/21 : RUN apk add --update --no-cache make git 19:18:07 Removing intermediate container 332d423ea1c1 19:18:07 ---> 3d30c277c103 19:18:07 Step 5/23 : RUN apk add --update --no-cache make git 19:18:07 ---> Running in 75c6d85db31c 19:18:07 ---> Running in 0f753739b986 19:18:07 ---> Running in 24b34981f215 19:18:07 Staging config-common 19:18:07 + snapcraftctl stage 19:18:08 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:18:08 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:18:09 Skipping stage go-build-helper (already ran) 19:18:09 Staging edgex-go 19:18:09 + snapcraftctl stage 19:18:09 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:18:09 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:18:09 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:18:09 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:18:09 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:18:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:18:10 OK: 220 MiB in 52 packages 19:18:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:18:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:18:10 Staging hooks 19:18:10 + snapcraftctl stage 19:18:11 OK: 220 MiB in 52 packages 19:18:11 Removing intermediate container 36cb962d3f06 19:18:11 ---> 72ecb234dd1c 19:18:11 Step 6/25 : COPY go.mod vendor* ./ 19:18:11 OK: 220 MiB in 52 packages 19:18:11 OK: 220 MiB in 52 packages 19:18:11 Staging static-packages 19:18:11 + snapcraftctl stage 19:18:12 OK: 220 MiB in 52 packages 19:18:12 Removing intermediate container 06dcd9716f0f 19:18:12 ---> 124e4816e5e2 19:18:12 Step 6/23 : COPY go.mod vendor* ./ 19:18:13 ---> 324d2fb989ef 19:18:13 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:18:13 ---> Running in 259ca05ad876 19:18:13 Removing intermediate container 75c6d85db31c 19:18:13 ---> 98a05b7ba4b7 19:18:13 Step 6/21 : COPY go.mod vendor* ./ 19:18:13 Staging version 19:18:13 + snapcraftctl stage 19:18:13 Removing intermediate container 0f753739b986 19:18:13 ---> 1d5dc0c3f58d 19:18:13 Step 6/23 : COPY go.mod vendor* ./ 19:18:13 Removing intermediate container 24b34981f215 19:18:13 ---> 8ca716ec154f 19:18:13 Step 6/23 : COPY go.mod vendor* ./ 19:18:13 ---> a4c144127e68 19:18:13 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:18:13 ---> Running in d5197c390601 19:18:14 Priming app-service-configurable 19:18:14 + snapcraftctl prime 19:18:14 ---> 6fe946b72e16 19:18:14 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:18:14 ---> ef50bc3d08f9 19:18:14 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:18:14 ---> Running in 705a1cc5f269 19:18:14 ---> Running in 6f7b47acbf87 19:18:14 ---> 31d601de36e2 19:18:14 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:18:15 ---> Running in 258e4a432ebf 19:18:17 The 'app-service-configurable' part is missing libraries that are not included in the snap or base. They can be satisfied by adding the following entry for this part 19:18:17 stage-packages: 19:18:17 - libnorm1 19:18:17 - libpgm-5.2-0 19:18:17 - libsodium23 19:18:17 - libzmq5 19:18:17 Priming config-common 19:18:17 + snapcraftctl prime 19:18:17 Removing intermediate container 259ca05ad876 19:18:17 ---> 541994beb0fb 19:18:17 Step 8/25 : COPY . . 19:18:18 Priming go-build-helper 19:18:18 + snapcraftctl prime 19:18:19 Removing intermediate container d5197c390601 19:18:19 ---> 9a270ada4383 19:18:19 Step 8/23 : COPY . . 19:18:20 Priming edgex-go 19:18:20 + snapcraftctl prime 19:18:21 Priming hooks 19:18:21 + snapcraftctl prime 19:18:21 Removing intermediate container 705a1cc5f269 19:18:21 ---> 3e327d6bacd4 19:18:21 Step 8/21 : COPY . . 19:18:21 Removing intermediate container 6f7b47acbf87 19:18:21 ---> c8d21921821f 19:18:21 Step 8/23 : COPY . . 19:18:21 Removing intermediate container 258e4a432ebf 19:18:21 ---> 0341dcf206b2 19:18:21 Step 8/23 : COPY . . 19:18:23 Priming static-packages 19:18:23 + snapcraftctl prime 19:18:28 Priming version 19:18:28 + snapcraftctl prime 19:18:29 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:18:43 ---> a2521a1a7f2c 19:18:43 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:18:43 ---> Running in e8bbd51d7208 19:18:43 ---> eaeabd56d611 19:18:43 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:18:43 ---> Running in 930a9cc6bc92 19:18:43 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 19:18:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:18:43 ---> 1ac6554301c2 19:18:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:18:43 ---> Running in f5d4c85c39cb 19:18:44 ---> dba9420ba98b 19:18:44 Step 9/23 : RUN make cmd/core-command/core-command 19:18:44 ---> Running in 53a179189ba2 19:18:44 ---> 8806e5958864 19:18:44 Step 9/23 : RUN make cmd/core-data/core-data 19:18:45 ---> Running in 1740bbb8c374 19: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 19:18:46 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 19:18:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:20:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:20:55 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 19:21:03 Removing intermediate container 930a9cc6bc92 19:21:03 ---> d8db9402943e 19:21:03 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:21:03 ---> Running in e9be6ed88f56 19:21:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:21:07 Removing intermediate container 53a179189ba2 19:21:07 ---> dad9798f9655 19:21:07 19:21:07 Step 10/23 : FROM alpine:3.14 19:21:07 3.14: Pulling from library/alpine 19:21:10 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 19:21:10 Status: Downloaded newer image for alpine:3.14 19:21:10 ---> 5b8b7b635229 19:21:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:21:10 ---> Running in b5d37feb03f1 19:21:11 Removing intermediate container e9be6ed88f56 19:21:11 ---> 05cbc8dae164 19:21:11 19:21:11 Step 11/23 : FROM docker:20.10.10 19:21:11 20.10.10: Pulling from library/docker 19:21:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:21:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:21:13 (1/1) Installing dumb-init (1.2.5-r1) 19:21:13 Executing busybox-1.33.1-r6.trigger 19:21:13 OK: 6 MiB in 15 packages 19:21:13 Removing intermediate container e8bbd51d7208 19:21:13 ---> 685814fd5e59 19:21:13 19:21:13 Step 10/25 : FROM alpine:3.14 19:21:13 ---> 5b8b7b635229 19:21:13 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 19:21:14 ---> Running in 0c69495706ff 19:21:15 Removing intermediate container f5d4c85c39cb 19:21:15 ---> 695bafd27ce5 19:21:15 19:21:15 Step 10/21 : FROM alpine:3.14 19:21:15 ---> 5b8b7b635229 19:21:15 Step 11/21 : RUN apk add --update --no-cache curl 19:21:15 Removing intermediate container b5d37feb03f1 19:21:15 ---> 6f51163c3441 19:21:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:21:15 ---> Running in 61f23119505b 19:21:15 ---> Running in 126a5cf2279c 19:21:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:21:16 Removing intermediate container 126a5cf2279c 19:21:16 ---> f2d4cb83c4b3 19:21:16 Step 13/23 : ENV APP_PORT=59882 19:21:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:21:16 ---> Running in 1716ba71c0c4 19:21:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:21:17 Removing intermediate container 1716ba71c0c4 19:21:17 ---> a372fdfa09bb 19:21:17 (1/3) Installing ca-certificates (20211220-r0) 19:21:17 Step 14/23 : EXPOSE $APP_PORT 19:21:17 (2/3) Installing dumb-init (1.2.5-r1) 19:21:17 (3/3) Installing su-exec (0.2-r1) 19:21:17 Executing busybox-1.33.1-r6.trigger 19:21:17 Executing ca-certificates-20211220-r0.trigger 19:21:17 ---> Running in 172b5f404015 19:21:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:21:17 OK: 6 MiB in 17 packages 19:21:18 Removing intermediate container 172b5f404015 19:21:18 ---> 84bf177132c6 19:21:18 Step 15/23 : WORKDIR / 19:21:18 ---> Running in d4e44419ecbd 19:21:18 (1/5) Installing ca-certificates (20211220-r0) 19:21:18 (2/5) Installing brotli-libs (1.0.9-r5) 19:21:18 (3/5) Installing nghttp2-libs (1.43.0-r0) 19:21:18 (4/5) Installing libcurl (7.79.1-r0) 19:21:18 (5/5) Installing curl (7.79.1-r0) 19:21:18 Executing busybox-1.33.1-r6.trigger 19:21:19 Executing ca-certificates-20211220-r0.trigger 19:21:19 OK: 8 MiB in 19 packages 19:21:20 Removing intermediate container d4e44419ecbd 19:21:20 ---> e9c068e8e934 19:21:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:21:20 Removing intermediate container 0c69495706ff 19:21:20 ---> e81cf5391bea 19:21:20 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:21:20 ---> Running in 725ec1c359a9 19:21:21 ---> 1da31bde467f 19:21:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:21:22 Removing intermediate container 61f23119505b 19:21:22 ---> 22def649fba2 19:21:22 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:21:22 Removing intermediate container 725ec1c359a9 19:21:22 ---> fb2098b06ade 19:21:22 Step 13/25 : WORKDIR / 19:21:22 ---> Running in b95ee1e56f2c 19:21:22 ---> Running in 7a7f9f26c4fa 19:21:23 Removing intermediate container b95ee1e56f2c 19:21:23 ---> 820b670cd3bd 19:21:23 Step 13/21 : WORKDIR /edgex 19:21:23 Removing intermediate container 7a7f9f26c4fa 19:21:23 ---> b910e2414e2d 19:21:23 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:21:23 ---> Running in 9d5cf54c0f18 19:21:23 Removing intermediate container 9d5cf54c0f18 19:21:23 ---> fcacd3b4aecb 19:21:23 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:21:23 ---> 3c1f3b48f5e5 19:21:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:21:24 ---> cc3b6e8fc063 19:21:24 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:21:25 ---> 0c42b6f755c8 19:21:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:21:25 ---> efcbaf715ecb 19:21:25 Step 19/23 : ENTRYPOINT ["/core-command"] 19:21:25 ---> Running in 722352a1a4d6 19:21:25 ---> f8aabb19a4c5 19:21:25 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:21:25 Removing intermediate container 722352a1a4d6 19:21:25 ---> 948c5e941582 19:21:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:21:26 ---> Running in 32ca297f1402 19:21:26 ---> c96246c68bbd 19:21:26 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 19:21:26 ---> 54edf210fb01 19:21:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:21:26 Removing intermediate container 32ca297f1402 19:21:26 ---> 031a08327a11 19:21:26 Step 21/23 : LABEL arch=arm64 19:21:27 ---> Running in f5a8962a694d 19:21:28 Removing intermediate container f5a8962a694d 19:21:28 ---> d226df34df3a 19:21:28 Step 22/23 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 19:21:28 ---> d494d3ddd3eb 19:21:28 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:21:28 ---> Running in 56cf51c01a4d 19:21:28 ---> 4bfc37d4201d 19:21:28 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:21:28 Removing intermediate container 56cf51c01a4d 19:21:28 ---> 2bb00a62280a 19:21:28 Step 23/23 : LABEL version=0.0.0 19:21:28 ---> Running in 939f7c02ff79 19:21:28 ---> Running in 1aace1aaadec 19:21:28 Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 19:21:28 Status: Downloaded newer image for docker:20.10.10 19:21:29 ---> 520e9a0a30f7 19:21:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:21:29 Removing intermediate container 1740bbb8c374 19:21:29 ---> 2d2371873e50 19:21:29 19:21:29 Step 10/23 : FROM alpine:3.14 19:21:29 ---> 5b8b7b635229 19:21:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:21:29 ---> Running in 3e3bfac7a56b 19:21:29 ---> Running in 17fb6c44ec87 19:21:29 Removing intermediate container 939f7c02ff79 19:21:29 ---> 10c4f1f96fcd 19:21:29 Step 18/21 : CMD ["--init=true"] 19:21:29 ---> Running in 846171db7f36 19:21:29 Removing intermediate container 1aace1aaadec 19:21:29 ---> d66c39b93138 19:21:29 19:21:29 ---> 362fdf50b5e6 19:21:29 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:21:29 Removing intermediate container 3e3bfac7a56b 19:21:29 ---> 7272e29d2168 19:21:29 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 19:21:29 Removing intermediate container 17fb6c44ec87 19:21:29 ---> 1e8d32f99f5f 19:21:29 Step 12/23 : ENV APP_PORT=59880 19:21:30 ---> Running in 0f8df0999448 19:21:30 ---> Running in 9c59be170519 19:21:30 Removing intermediate container 846171db7f36 19:21:30 ---> 392ae75fffc2 19:21:30 Step 19/21 : LABEL arch=arm64 19:21:30 Successfully built d66c39b93138 19:21:30 Successfully tagged core-command-arm64:latest 19:21:30  Building core-command ... done Building support-notifications 19:21:30 ---> Running in ce49099a4796 19:21:30 Removing intermediate container 9c59be170519 19:21:30 ---> 4e66a7fe7a44 19:21:30 Step 13/23 : EXPOSE $APP_PORT 19:21:30 Removing intermediate container ce49099a4796 19:21:30 ---> 95a9c0f38d11 19:21:30 Step 20/21 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 19:21:30 ---> Running in edcf8c109991 19:21:31 ---> Running in 93f9ff8f20e3 19:21:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:21:31 Removing intermediate container edcf8c109991 19:21:31 ---> 45d4b084b9cc 19:21:31 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:21:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:21:31 Removing intermediate container 93f9ff8f20e3 19:21:31 ---> f8fc9abf4844 19:21:31 Step 21/21 : LABEL version=0.0.0 19:21:31 ---> 75ae94231d28 19:21:31 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:21:31 ---> Running in cbe5e31c74df 19:21:32 ---> Running in 017679c018b4 19:21:32 (1/42) Installing readline (8.1.0-r0) 19:21:32 (2/42) Installing bash (5.1.4-r0) 19:21:32 Executing bash-5.1.4-r0.post-install 19:21:32 (3/42) Installing brotli-libs (1.0.9-r5) 19:21:32 (4/42) Installing nghttp2-libs (1.43.0-r0) 19:21:32 (5/42) Installing libcurl (7.79.1-r0) 19:21:32 (6/42) Installing curl (7.79.1-r0) 19:21:32 (7/42) Installing dumb-init (1.2.5-r1) 19:21:32 (8/42) Installing libbz2 (1.0.8-r1) 19:21:32 (9/42) Installing expat (2.4.4-r0) 19:21:32 (10/42) Installing libffi (3.3-r2) 19:21:32 (11/42) Installing gdbm (1.19-r0) 19:21:32 (12/42) Installing xz-libs (5.2.5-r0) 19:21:32 (13/42) Installing libgcc (10.3.1_git20210424-r2) 19:21:32 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 19:21:32 (15/42) Installing mpdecimal (2.5.1-r1) 19:21:32 (16/42) Installing sqlite-libs (3.35.5-r0) 19:21:32 (17/42) Installing python3 (3.9.5-r2) 19:21:33 Removing intermediate container 017679c018b4 19:21:33 ---> 3d1b0fd2e3f1 19:21:33 19:21:33 ---> 7ac9a9063e7e 19:21:33 Step 21/25 : 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/ 19:21:33 ---> Running in d2ea72498061 19:21:34 Successfully built 3d1b0fd2e3f1 19:21:34 Successfully tagged security-proxy-setup-arm64:latest 19:21:34  Building security-proxy-setup ... done Building security-bootstrapper 19:21:35 Removing intermediate container cbe5e31c74df 19:21:35 ---> e840a723a3e7 19:21:35 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:21:35 ---> Running in 30545dce9bb4 19:21:35 (18/42) Installing py3-appdirs (1.4.4-r2) 19:21:35 (19/42) Installing py3-chardet (4.0.0-r2) 19:21:35 (20/42) Installing py3-idna (3.2-r0) 19:21:35 (21/42) Installing py3-urllib3 (1.26.5-r0) 19:21:35 (22/42) Installing py3-certifi (2020.12.5-r1) 19:21:35 (23/42) Installing py3-requests (2.25.1-r4) 19:21:35 (24/42) Installing py3-msgpack (1.0.2-r1) 19:21:35 (25/42) Installing py3-lockfile (0.12.2-r4) 19:21:35 (26/42) Installing py3-cachecontrol (0.12.6-r1) 19:21:35 (27/42) Installing py3-colorama (0.4.4-r1) 19:21:35 (28/42) Installing py3-contextlib2 (0.6.0-r1) 19:21:35 (29/42) Installing py3-distlib (0.3.1-r3) 19:21:35 (30/42) Installing py3-distro (1.5.0-r3) 19:21:35 (31/42) Installing py3-six (1.15.0-r1) 19:21:35 (32/42) Installing py3-webencodings (0.5.1-r4) 19:21:35 (33/42) Installing py3-html5lib (1.1-r1) 19:21:35 (34/42) Installing py3-parsing (2.4.7-r2) 19:21:35 (35/42) Installing py3-packaging (20.9-r1) 19:21:35 (36/42) Installing py3-toml (0.10.2-r2) 19:21:35 (37/42) Installing py3-pep517 (0.10.0-r2) 19:21:35 (38/42) Installing py3-progress (1.5-r2) 19:21:35 (39/42) Installing py3-retrying (1.3.3-r1) 19:21:35 (40/42) Installing py3-ordered-set (4.0.2-r1) 19:21:35 (41/42) Installing py3-setuptools (52.0.0-r3) 19:21:36 (42/42) Installing py3-pip (20.3.4-r1) 19:21:36 Removing intermediate container d2ea72498061 19:21:36 ---> f127a5776a76 19:21:36 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 19:21:36 ---> Running in 853c4056362f 19:21:36 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:21:36 Executing busybox-1.33.1-r6.trigger 19:21:36 OK: 84 MiB in 64 packages 19:21:36 Removing intermediate container 853c4056362f 19:21:36 ---> fb76454287e3 19:21:36 Step 23/25 : LABEL arch=arm64 19:21:37 ---> Running in fe7bc43e3867 19:21:37 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:21:37 Removing intermediate container fe7bc43e3867 19:21:37 ---> 235d088bf20b 19:21:37 Step 24/25 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 19:21:37 ---> Running in a6f21284359c 19:21:38 Removing intermediate container a6f21284359c 19:21:38 ---> 5ede796d4351 19:21:38 Step 25/25 : LABEL version=0.0.0 19:21:38 (1/6) Installing dumb-init (1.2.5-r1) 19:21:38 (2/6) Installing libgcc (10.3.1_git20210424-r2) 19:21:38 ---> Running in 2fce047953dc 19:21:38 (3/6) Installing libsodium (1.0.18-r0) 19:21:38 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 19:21:38 (5/6) Installing libzmq (4.3.4-r0) 19:21:38 Removing intermediate container 2fce047953dc 19:21:38 ---> d231fe685097 19:21:38 19:21:38 (6/6) Installing zeromq (4.3.4-r0) 19:21:39 Executing busybox-1.33.1-r6.trigger 19:21:39 OK: 8 MiB in 20 packages 19:21:39 Successfully built d231fe685097 19:21:39 Successfully tagged security-secretstore-setup-arm64:latest 19:21:39  Building security-secretstore-setup ... done Building support-scheduler 19:21:40 Removing intermediate container 30545dce9bb4 19:21:40 ---> 24da474b5083 19:21:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:21:40 ---> d1b9d73f4889 19:21:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:21:41 Collecting docker-compose==1.23.2 19:21:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:21:41 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) 19:21:41 Collecting docopt<0.7,>=0.6.1 19:21:41 Downloading docopt-0.6.2.tar.gz (25 kB) 19:21:41 ---> 4dae0f06b8c9 19:21:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:21:42 ---> d3680a8f57b6 19:21:42 Step 19/23 : ENTRYPOINT ["/core-data"] 19:21:43 ---> Running in 449d75558d38 19:21:43 Removing intermediate container 449d75558d38 19:21:43 ---> 7ef26ce91376 19:21:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:21:43 ---> Running in 1870d6b42d9f 19:21:44 Removing intermediate container 1870d6b42d9f 19:21:44 ---> 5d797dd6f34e 19:21:44 Step 21/23 : LABEL arch=arm64 19:21:44 ---> Running in 6f3606caa4c9 19:21:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:21:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:21:44 Removing intermediate container 6f3606caa4c9 19:21:44 ---> c438c5d4d8c9 19:21:44 Step 22/23 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 19:21:45 ---> Running in 1e0265699faa 19:21:45 Collecting cached-property<2,>=1.2.0 19:21:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:21:45 Collecting texttable<0.10,>=0.9.0 19:21:45 Downloading texttable-0.9.1.tar.gz (11 kB) 19:21:45 Removing intermediate container 1e0265699faa 19:21:45 ---> c5ec5abed05f 19:21:45 Step 23/23 : LABEL version=0.0.0 19:21:45 ---> Running in c7105904b0c6 19:21:46 Removing intermediate container c7105904b0c6 19:21:46 ---> ab476025ceb9 19:21:46 19:21:46 Successfully built ab476025ceb9 19:21:46 Successfully tagged core-data-arm64:latest 19:21:46 Building core-metadata 19:21:47  Building core-data ... done Collecting docker<4.0,>=3.6.0 19:21:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:21:48 Collecting websocket-client<1.0,>=0.32.0 19:21:48 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 19:21:49 Collecting PyYAML<4,>=3.10 19:21:49 Downloading PyYAML-3.13.tar.gz (270 kB) 19:21:52 Collecting dockerpty<0.5,>=0.4.1 19:21:52 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:21:54 Collecting jsonschema<3,>=2.5.1 19:21:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:21:55 Collecting docker-pycreds>=0.4.0 19:21:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:21:55 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) 19:21:55 Collecting chardet<3.1.0,>=3.0.2 19:21:55 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 19:21:55 Collecting idna<2.8,>=2.5 19:21:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:21:56 Collecting urllib3<1.25,>=1.21.1 19:21:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:21:56 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 19:21:56 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 19:21:56 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 19:21:56 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 19:21:57 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 19:21:57 Attempting uninstall: urllib3 19:21:57 Found existing installation: urllib3 1.26.5 19:21:57 Uninstalling urllib3-1.26.5: 19:21:58 Successfully uninstalled urllib3-1.26.5 19:21:58 Attempting uninstall: idna 19:21:58 Found existing installation: idna 3.2 19:21:58 Uninstalling idna-3.2: 19:21:58 Successfully uninstalled idna-3.2 19:21:59 Attempting uninstall: chardet 19:21:59 Found existing installation: chardet 4.0.0 19:21:59 Uninstalling chardet-4.0.0: 19:21:59 Successfully uninstalled chardet-4.0.0 19:22:01 Attempting uninstall: requests 19:22:01 Found existing installation: requests 2.25.1 19:22:01 Uninstalling requests-2.25.1: 19:22:01 Successfully uninstalled requests-2.25.1 19:22:01 Running setup.py install for texttable: started 19:22:03 Running setup.py install for texttable: finished with status 'done' 19:22:03 Running setup.py install for PyYAML: started 19:22:06 Running setup.py install for PyYAML: finished with status 'done' 19:22:06 Running setup.py install for docopt: started 19:22:08 Running setup.py install for docopt: finished with status 'done' 19:22:08 Running setup.py install for dockerpty: started 19:22:09 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:22:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:22:09 ---> 15a4b6db9fc9 19:22:09 Step 3/22 : WORKDIR /edgex-go 19:22:09 ---> Using cache 19:22:09 ---> 5b45b1fa6e54 19:22:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:09 ---> Using cache 19:22:09 ---> 3d30c277c103 19:22:09 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:22:10 Running setup.py install for dockerpty: finished with status 'done' 19:22:11 ---> Running in ab325e935027 19:22:12 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 19:22:13 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 19:22:14 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 19:22:15 OK: 220 MiB in 52 packages 19:22:16 Removing intermediate container ab325e935027 19:22:16 ---> 6bd9465e4ae8 19:22:16 Step 6/22 : COPY go.mod vendor* ./ 19:22:16 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:22:16 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:22:16 ---> 15a4b6db9fc9 19:22:16 Step 3/31 : WORKDIR /edgex-go 19:22:16 ---> Using cache 19:22:16 ---> 5b45b1fa6e54 19:22:16 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:16 ---> Using cache 19:22:16 ---> 3d30c277c103 19:22:16 Step 5/31 : RUN apk add --update --no-cache make git 19:22:16 ---> Using cache 19:22:16 ---> 8ca716ec154f 19:22:16 Step 6/31 : COPY go.mod vendor* ./ 19:22:16 ---> Using cache 19:22:16 ---> 31d601de36e2 19:22:16 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:16 ---> Using cache 19:22:16 ---> 0341dcf206b2 19:22:16 Step 8/31 : COPY . . 19:22:16 ---> Using cache 19:22:16 ---> dba9420ba98b 19:22:16 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:22:17 ---> Running in 1eb1c88c88f3 19:22:18 ---> 13fff0edea54 19:22:18 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:18 ---> Running in 93492d7c6f83 19:22:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:22:22 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:22:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:22:22 ---> 15a4b6db9fc9 19:22:22 Step 3/22 : WORKDIR /edgex-go 19:22:22 ---> Using cache 19:22:22 ---> 5b45b1fa6e54 19:22:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:22 ---> Using cache 19:22:22 ---> 3d30c277c103 19:22:22 Step 5/22 : RUN apk add --update --no-cache make git 19:22:22 ---> Using cache 19:22:22 ---> 8ca716ec154f 19:22:22 Step 6/22 : COPY go.mod vendor* ./ 19:22:22 ---> Using cache 19:22:22 ---> 31d601de36e2 19:22:22 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:22 ---> Using cache 19:22:22 ---> 0341dcf206b2 19:22:22 Step 8/22 : COPY . . 19:22:22 ---> Using cache 19:22:22 ---> dba9420ba98b 19:22:22 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:22:23 ---> Running in 31fe21d2005c 19:22:24 Removing intermediate container 93492d7c6f83 19:22:24 ---> d8cabc63944b 19:22:24 Step 8/22 : COPY . . 19:22:25 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 19:22:31 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 19:22:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:22:31 ---> 15a4b6db9fc9 19:22:31 Step 3/23 : WORKDIR /edgex-go 19:22:31 ---> Using cache 19:22:31 ---> 5b45b1fa6e54 19:22:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:31 ---> Using cache 19:22:31 ---> 3d30c277c103 19:22:31 Step 5/23 : RUN apk add --update --no-cache make git 19:22:31 ---> Using cache 19:22:31 ---> 8ca716ec154f 19:22:31 Step 6/23 : COPY go.mod vendor* ./ 19:22:31 ---> Using cache 19:22:31 ---> 31d601de36e2 19:22:31 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 19:22:31 ---> Using cache 19:22:31 ---> 0341dcf206b2 19:22:31 Step 8/23 : COPY . . 19:22:31 ---> Using cache 19:22:31 ---> dba9420ba98b 19:22:31 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:22:32 ---> Running in 68e775cf9080 19:22:34 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 19:22:35 Removing intermediate container 0f8df0999448 19:22:35 ---> f7d246c72e34 19:22:35 Step 14/23 : ENV APP_PORT=58890 19:22:35 ---> Running in 2191d43783c5 19:22:36 Removing intermediate container 2191d43783c5 19:22:36 ---> 9018092761bd 19:22:36 Step 15/23 : EXPOSE $APP_PORT 19:22:36 ---> Running in cab73ffa0b4f 19:22:37 Removing intermediate container cab73ffa0b4f 19:22:37 ---> 6a7b9f88e486 19:22:37 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:22:40 ---> 6594170062b3 19:22:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:22:41 ---> ae76ef4e65e1 19:22:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:22:43 ---> 8a70fff7e552 19:22:43 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:22:43 ---> Running in e70540b836a9 19:22:44 Removing intermediate container e70540b836a9 19:22:44 ---> c729a30b3fea 19:22:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:22:44 ---> Running in 8e422c28eb0a 19:22:45 Removing intermediate container 8e422c28eb0a 19:22:45 ---> ed8394ce30a7 19:22:45 Step 21/23 : LABEL arch=arm64 19:22:46 ---> Running in 4938d4850837 19:22:47 Removing intermediate container 4938d4850837 19:22:47 ---> ad68e5a86eec 19:22:47 Step 22/23 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 19:22:47 ---> Running in 69c4c93d86a5 19:22:48 Removing intermediate container 69c4c93d86a5 19:22:48 ---> dd0c585f382e 19:22:48 Step 23/23 : LABEL version=0.0.0 19:22:48 ---> Running in 71c2815e1fed 19:22:49 Removing intermediate container 71c2815e1fed 19:22:49 ---> 57cff19ed231 19:22:49 19:22:50 Successfully built 57cff19ed231 19:22:50 Successfully tagged sys-mgmt-agent-arm64:latest 19:22:50  Building sys-mgmt-agent ... done  ---> 88c0f74d02ed 19:22:50 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:22:50 ---> Running in d95cb6615d89 19:22:51 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 19:24:28 Removing intermediate container 1eb1c88c88f3 19:24:28 ---> 86fdb8631ee7 19:24:28 19:24:28 Step 10/31 : FROM alpine:3.14 19:24:28 ---> 5b8b7b635229 19:24:28 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:24:28 ---> Running in f55804527c75 19:24:28 Removing intermediate container f55804527c75 19:24:28 ---> 30320dde11d0 19:24:28 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:24:28 ---> Running in a3e68ca18192 19:24:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:24:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:24:28 (1/2) Installing dumb-init (1.2.5-r1) 19:24:28 (2/2) Installing su-exec (0.2-r1) 19:24:28 Executing busybox-1.33.1-r6.trigger 19:24:28 OK: 6 MiB in 16 packages 19:24:28 Removing intermediate container a3e68ca18192 19:24:28 ---> 802a81a9ae4f 19:24:28 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:24:28 ---> Running in 50a9a6475e73 19:24:28 Removing intermediate container 50a9a6475e73 19:24:28 ---> 1de7084abc52 19:24:28 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:24:28 ---> Running in dbfcdee49b91 19:24:28 Removing intermediate container dbfcdee49b91 19:24:28 ---> 78c568843742 19:24:28 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:24:28 ---> Running in a9868ca6e9c8 19:24:28 Removing intermediate container a9868ca6e9c8 19:24:28 ---> 1b77fcfce197 19:24:28 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:24:28 ---> Running in abd7d108170b 19:24:28 Removing intermediate container abd7d108170b 19:24:28 ---> 6fa5a0b36f2c 19:24:28 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:24:28 ---> 293782c0c751 19:24:28 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:24:28 ---> Running in c03ec5da058b 19:24:30 Removing intermediate container c03ec5da058b 19:24:30 ---> 26cc67cd8f1b 19:24:30 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:24:32 ---> e5b9ada285ae 19:24:32 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:24:32 Removing intermediate container 31fe21d2005c 19:24:32 ---> 0260edc967c1 19:24:32 19:24:32 Step 10/22 : FROM alpine:3.14 19:24:32 ---> 5b8b7b635229 19:24:32 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:24:32 ---> Using cache 19:24:32 ---> 6f51163c3441 19:24:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:24:32 ---> Using cache 19:24:32 ---> f2d4cb83c4b3 19:24:32 Step 13/22 : ENV APP_PORT=59861 19:24:33 ---> Running in 7ccb4f58fd59 19:24:33 Removing intermediate container 7ccb4f58fd59 19:24:33 ---> 1399ea614992 19:24:33 Step 14/22 : EXPOSE $APP_PORT 19:24:33 ---> Running in e0319fb9124d 19:24:34 Removing intermediate container e0319fb9124d 19:24:34 ---> da4e4ce32674 19:24:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:24:34 ---> 0b8c675b655a 19:24:34 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:24:35 ---> fda52acc97ea 19:24:35 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:24:35 ---> fdb5c9d822c2 19:24:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:24:36 ---> 3104f31f71fb 19:24:36 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:24:37 ---> 6f26173bd3c6 19:24:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:24:37 ---> 816310e391f2 19:24:37 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:24:38 ---> Running in b76fa40d020d 19:24:39 Removing intermediate container b76fa40d020d 19:24:39 ---> d5d38d99765b 19:24:39 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:24:39 ---> 5af418096c06 19:24:39 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:24:39 ---> Running in b103f215d25a 19:24:40 Removing intermediate container b103f215d25a 19:24:40 ---> ce0498a1d67d 19:24:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:24:40 ---> Running in a24e0c79c7d4 19:24:40 ---> 9f0fd008c5f1 19:24:40 Step 26/31 : RUN chmod +x /entrypoint.sh 19:24:40 ---> Running in 0dfae00ddbea 19:24:40 Removing intermediate container 68e775cf9080 19:24:40 ---> 2449e97c567e 19:24:40 19:24:40 Step 10/23 : FROM alpine:3.14 19:24:40 ---> 5b8b7b635229 19:24:40 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:24:40 ---> Using cache 19:24:40 ---> 6f51163c3441 19:24:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:24:40 ---> Using cache 19:24:40 ---> f2d4cb83c4b3 19:24:40 Step 13/23 : ENV APP_PORT=59881 19:24:41 Removing intermediate container a24e0c79c7d4 19:24:41 ---> 6aa732cfd84e 19:24:41 Step 20/22 : LABEL arch=arm64 19:24:41 ---> Running in fe7f60f7d8d3 19:24:41 ---> Running in 9ef9d8a62010 19:24:41 Removing intermediate container fe7f60f7d8d3 19:24:41 ---> fba0a35ee78e 19:24:41 Step 14/23 : EXPOSE $APP_PORT 19:24:41 Removing intermediate container 9ef9d8a62010 19:24:41 ---> 701609adeeca 19:24:41 Step 21/22 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 19:24:41 ---> Running in 306e28cad234 19:24:41 ---> Running in f4681d7b39c9 19:24:42 Removing intermediate container 306e28cad234 19:24:42 ---> 9a482ff0348f 19:24:42 Step 15/23 : WORKDIR / 19:24:42 Removing intermediate container f4681d7b39c9 19:24:42 ---> e4ca75e05d0a 19:24:42 Step 22/22 : LABEL version=0.0.0 19:24:42 ---> Running in b5d1f2717109 19:24:42 ---> Running in 6ba5b3840ff9 19:24:43 Removing intermediate container b5d1f2717109 19:24:43 ---> 27129dcc2e87 19:24:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:24:43 Removing intermediate container 6ba5b3840ff9 19:24:43 ---> 3b5b09a10b2f 19:24:43 19:24:43 Removing intermediate container 0dfae00ddbea 19:24:43 ---> 5e08073063d5 19:24:43 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:24:43 Successfully built 3b5b09a10b2f 19:24:43 Successfully tagged support-scheduler-arm64:latest 19:24:43  Building support-scheduler ... done  ---> Running in d58749f772ac 19:24:44 ---> 6cb330387917 19:24:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:24:44 Removing intermediate container d58749f772ac 19:24:44 ---> 44fe33049021 19:24:44 Step 28/31 : CMD ["gate"] 19:24:44 ---> Running in 07d1ba1932fe 19:24:45 Removing intermediate container 07d1ba1932fe 19:24:45 ---> 5cd5a8ee2736 19:24:45 Step 29/31 : LABEL arch=arm64 19:24:45 ---> 60fed188e0fb 19:24:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:24:45 ---> Running in 50a0b1dc174b 19:24:46 Removing intermediate container d95cb6615d89 19:24:46 ---> 27128ed254cb 19:24:46 19:24:46 Step 10/22 : FROM alpine:3.14 19:24:46 ---> 5b8b7b635229 19:24:46 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:24:46 ---> Running in ab88dc6d869e 19:24:46 ---> 24b655574b99 19:24:46 Removing intermediate container 50a0b1dc174b 19:24:46 ---> 75faabed9c74 19:24:46 Step 30/31 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 19:24:46 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:24:46 ---> Running in af7eb2121891 19:24:46 ---> Running in 3c9f53d0dd2c 19:24:46 Removing intermediate container af7eb2121891 19:24:46 ---> d4242c97a35b 19:24:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:24:47 Removing intermediate container 3c9f53d0dd2c 19:24:47 ---> e969f0244518 19:24:47 Step 31/31 : LABEL version=0.0.0 19:24:47 ---> Running in 572aeb99cf8f 19:24:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 19:24:47 ---> Running in 6b3947885beb 19:24:47 Removing intermediate container 572aeb99cf8f 19:24:47 ---> 08898087fe24 19:24:47 Step 21/23 : LABEL arch=arm64 19:24:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 19:24:47 ---> Running in 52ff8a8531fd 19:24:47 Removing intermediate container 6b3947885beb 19:24:47 ---> 3058a41ac2b9 19:24:47 19:24:48 Successfully built 3058a41ac2b9 19:24:48 Successfully tagged security-bootstrapper-arm64:latest 19:24:48  Building security-bootstrapper ... done Removing intermediate container 52ff8a8531fd 19:24:48 ---> 72f2d1cf5a3d 19:24:48 Step 22/23 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 19:24:48 ---> Running in cedc77e06ef3 19:24:48 (1/2) Installing ca-certificates (20211220-r0) 19:24:48 (2/2) Installing dumb-init (1.2.5-r1) 19:24:48 Executing busybox-1.33.1-r6.trigger 19:24:48 Executing ca-certificates-20211220-r0.trigger 19:24:48 Removing intermediate container cedc77e06ef3 19:24:48 ---> 30123e5674af 19:24:48 Step 23/23 : LABEL version=0.0.0 19:24:48 OK: 6 MiB in 16 packages 19:24:48 ---> Running in d4b1efc1e71d 19:24:49 Removing intermediate container d4b1efc1e71d 19:24:49 ---> 702b8e508d27 19:24:49 19:24:49 Successfully built 702b8e508d27 19:24:49 Successfully tagged core-metadata-arm64:latest 19:24:50  Building core-metadata ... done Removing intermediate container ab88dc6d869e 19:24:50 ---> 55fbfef08217 19:24:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:24:50 ---> Running in 032da37c2733 19:24:50 Removing intermediate container 032da37c2733 19:24:50 ---> d7313a063372 19:24:50 Step 13/22 : ENV APP_PORT=59860 19:24:50 ---> Running in aebb4f6fe741 19:24:50 Removing intermediate container aebb4f6fe741 19:24:50 ---> d97cbdc5b266 19:24:50 Step 14/22 : EXPOSE $APP_PORT 19:24:51 ---> Running in ef6e045a0e45 19:24:51 Removing intermediate container ef6e045a0e45 19:24:51 ---> 76219ce7872f 19:24:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:24:51 ---> f6ae9d0f789a 19:24:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:24:52 ---> f0403dbccd60 19:24:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:24:53 ---> 54be9830e0ed 19:24:53 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:24:53 ---> Running in de9ffaf07477 19:24:53 Removing intermediate container de9ffaf07477 19:24:53 ---> ed51e3ca2c3b 19:24:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:24:54 ---> Running in 23a75b9f0d80 19:24:54 Removing intermediate container 23a75b9f0d80 19:24:54 ---> 9b2f189d9dad 19:24:54 Step 20/22 : LABEL arch=arm64 19:24:54 ---> Running in c5ef83bc7cb7 19:24:55 Removing intermediate container c5ef83bc7cb7 19:24:55 ---> 65b589da420a 19:24:55 Step 21/22 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 19:24:55 ---> Running in fc64b5919dab 19:24:55 Removing intermediate container fc64b5919dab 19:24:55 ---> a88e5ab565ab 19:24:55 Step 22/22 : LABEL version=0.0.0 19:24:55 ---> Running in be9104ce8cb9 19:24:55 Removing intermediate container be9104ce8cb9 19:24:55 ---> 5cfe6b793b65 19:24:55 19:24:56 Successfully built 5cfe6b793b65 19:24:56 Successfully tagged support-notifications-arm64:latest 19:24:56  Building support-notifications ... done  [Pipeline] } 19:24:56 $ docker stop --time=1 2f04be476c1493d7097819df4bd8ca006449c2a2c753199d3a6d57a712c0e003 19:24:58 $ docker rm -f 2f04be476c1493d7097819df4bd8ca006449c2a2c753199d3a6d57a712c0e003 [Pipeline] // withDockerContainer [Pipeline] sh 19:24:58 + docker images 19:24:58 REPOSITORY TAG IMAGE ID CREATED SIZE 19:24:58 support-notifications-arm64 latest 5cfe6b793b65 3 seconds ago 16MB 19:24:58 core-metadata-arm64 latest 702b8e508d27 9 seconds ago 15.9MB 19:24:58 security-bootstrapper-arm64 latest 3058a41ac2b9 11 seconds ago 18MB 19:24:58 27128ed254cb 13 seconds ago 1.59GB 19:24:58 support-scheduler-arm64 latest 3b5b09a10b2f 16 seconds ago 15.3MB 19:24:58 2449e97c567e 18 seconds ago 1.6GB 19:24:58 0260edc967c1 26 seconds ago 1.59GB 19:24:58 86fdb8631ee7 43 seconds ago 1.59GB 19:24:58 sys-mgmt-agent-arm64 latest 57cff19ed231 2 minutes ago 280MB 19:24:58 core-data-arm64 latest ab476025ceb9 3 minutes ago 19.2MB 19:24:58 security-secretstore-setup-arm64 latest d231fe685097 3 minutes ago 26.8MB 19:24:58 security-proxy-setup-arm64 latest 3d1b0fd2e3f1 3 minutes ago 25.3MB 19:24:58 core-command-arm64 latest d66c39b93138 3 minutes ago 15.1MB 19:24:58 2d2371873e50 3 minutes ago 1.6GB 19:24:58 695bafd27ce5 3 minutes ago 1.6GB 19:24:58 685814fd5e59 3 minutes ago 1.6GB 19:24:58 05cbc8dae164 3 minutes ago 1.59GB 19:24:58 dad9798f9655 3 minutes ago 1.59GB 19:24:58 ci-base-image-arm64 latest 15a4b6db9fc9 14 minutes ago 1.26GB 19:24:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 8 days ago 551MB 19:24:58 docker 20.10.10 520e9a0a30f7 2 months ago 200MB 19:24:58 alpine 3.14 5b8b7b635229 3 months ago 5.35MB 19:24:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 19 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 19:24:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:24:59 19:24:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 19:25:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:25:00 arm64: Pulling from edgex-lftools-log-publisher 19:25:00 448f6bf000e3: Pulling fs layer 19:25:00 f757da607395: Pulling fs layer 19:25:00 05883995daec: Pulling fs layer 19:25:00 8603b9c90790: Pulling fs layer 19:25:00 1560dd03e051: Pulling fs layer 19:25:00 27f5ce0e4adf: Pulling fs layer 19:25:00 c2d8d7efcc4b: Pulling fs layer 19:25:00 1560dd03e051: Waiting 19:25:00 27f5ce0e4adf: Waiting 19:25:00 c2d8d7efcc4b: Waiting 19:25:00 8603b9c90790: Waiting 19:25:00 f757da607395: Verifying Checksum 19:25:00 f757da607395: Download complete 19:25:00 8603b9c90790: Verifying Checksum 19:25:00 8603b9c90790: Download complete 19:25:00 1560dd03e051: Verifying Checksum 19:25:00 1560dd03e051: Download complete 19:25:00 05883995daec: Verifying Checksum 19:25:00 05883995daec: Download complete 19:25:00 27f5ce0e4adf: Verifying Checksum 19:25:00 27f5ce0e4adf: Download complete 19:25:00 448f6bf000e3: Verifying Checksum 19:25:00 448f6bf000e3: Download complete 19:25:03 c2d8d7efcc4b: Verifying Checksum 19:25:03 c2d8d7efcc4b: Download complete 19:25:04 448f6bf000e3: Pull complete 19:25:04 f757da607395: Pull complete 19:25:06 05883995daec: Pull complete 19:25:06 8603b9c90790: Pull complete 19:25:07 1560dd03e051: Pull complete 19:25:07 27f5ce0e4adf: Pull complete 19:25:22 c2d8d7efcc4b: Pull complete 19:25:22 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 19:25:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 19:25:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 19:25:22 prd-ubuntu18.04-docker-arm64-4c-16g-5006 does not seem to be running inside a container 19:25:23 $ 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 19:25:26 $ docker top 02606c9f7adb28dd737efeadf7cb66b25e0eded12764653cea3b57d93c98e832 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:25:27 ---> job-cost.sh 19:25:27 lf-activate-venv: SKIPPING 19:25:27 INFO: No Stack... 19:25:27 INFO: Retrieving Pricing Info for: v3-standard-4 19:25:27 INFO: Archiving Costs [Pipeline] sh 19:25:28 + cut -d, -f6 19:25:28 + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 19:25:28 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3882-1-stack-cost] 19:25:28 Resource [jenkins-edgexfoundry-edgex-go-PR-3882-1-stack-cost] did not exist. Created. 19:25:28 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3882-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:25:29 + echo total: 0.10999999940395355 [Pipeline] stash 19:25:29 Stashed 1 file(s) [Pipeline] } 19:25:29 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3882-1-stack-cost] [Pipeline] // lock [Pipeline] } 19:25:29 $ docker stop --time=1 02606c9f7adb28dd737efeadf7cb66b25e0eded12764653cea3b57d93c98e832 19:25:30 $ docker rm -f 02606c9f7adb28dd737efeadf7cb66b25e0eded12764653cea3b57d93c98e832 [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 19:25:32 provisioning config files... 19:25:32 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config1608800873301457730tmp [Pipeline] { [Pipeline] sh 19:25:32 + set +x 19:25:32 + curl -s https://codecov.io/bash 19:25:32 + bash -s -- 19:25:32 19:25:32 _____ _ 19:25:32 / ____| | | 19:25:32 | | ___ __| | ___ ___ _____ __ 19:25:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:25:32 | |___| (_) | (_| | __/ (_| (_) \ V / 19:25:32 \_____\___/ \__,_|\___|\___\___/ \_/ 19:25:32 Bash-1.0.6 19:25:32 19:25:32 19:25:32 ==> git version 2.24.4 found 19: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 19:25:32 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:25:32 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:25:32 ==> Jenkins CI detected. 19:25:32 current dir:  /w/workspace/edgex-go/1 19:25:32 project root: . 19:25:32 --> token set from env 19:25:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:25:32 ==> Running gcov in . (disable via -X gcov) 19:25:32 ==> Python coveragepy not found 19:25:32 ==> Searching for coverage reports in: 19:25:32 + . 19:25:32 -> Found 1 reports 19:25:32 ==> Detecting git/mercurial file structure 19:25:32 ==> Reading reports 19:25:32 + ./coverage.out bytes=428383 19:25:32 ==> Appending adjustments 19:25:32 https://docs.codecov.io/docs/fixing-reports 19:25:34 + Found adjustments 19:25:34 ==> Gzipping contents 19:25:34 60K /tmp/codecov.ZGX6O0.gz 19:25:34 ==> Uploading reports 19:25:34 url: https://codecov.io 19:25:34 query: branch=PR-3882&commit=4b4e12a45705336505badecbe602366b35133885&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3882%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3882&job=&cmd_args= 19:25:34 -> Pinging Codecov 19: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-3882&commit=4b4e12a45705336505badecbe602366b35133885&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3882%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3882&job=&cmd_args= 19:25:34 -> Uploading to 19:25:34 https://storage.googleapis.com/codecov/v4/raw/2022-02-10/00271124DB129430A58F1EEE437C3FCB/4b4e12a45705336505badecbe602366b35133885/ad6c06cb-5c1e-4298-ac8e-1ff7bedd2e34.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220210%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220210T192534Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1e5980f0df362739c2c69ce96bc43d691581dfbc2c540673995f13030d4f5a6a 19:25:34 % Total % Received % Xferd Average Speed Time Time Time Current 19:25:34 Dload Upload Total Spent Left Speed 19:25:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57987 0 0 100 57987 0 173k --:--:-- --:--:-- --:--:-- 173k 19:25:35 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/4b4e12a45705336505badecbe602366b35133885 [Pipeline] } 19: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 19:25:36 + '[' -d /w/workspace/edgex-go/1/archives ']' [Pipeline] libraryResource [Pipeline] sh 19:25:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:25:37 ---> package-listing.sh 19:25:37 ++ tr '[:upper:]' '[:lower:]' 19:25:37 ++ facter osfamily 19:25:37 + OS_FAMILY=redhat 19:25:37 + workspace=/w/workspace/edgex-go/1 19:25:37 + START_PACKAGES=/tmp/packages_start.txt 19:25:37 + END_PACKAGES=/tmp/packages_end.txt 19:25:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:25:37 + PACKAGES=/tmp/packages_start.txt 19:25:37 + '[' /w/workspace/edgex-go/1 ']' 19:25:37 + PACKAGES=/tmp/packages_end.txt 19:25:37 + case "${OS_FAMILY}" in 19:25:37 + rpm -qa 19:25:37 + sort 19:25:42 + '[' -f /tmp/packages_start.txt ']' 19:25:42 + '[' -f /tmp/packages_end.txt ']' 19:25:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:25:42 + '[' /w/workspace/edgex-go/1 ']' 19:25:42 + mkdir -p /w/workspace/edgex-go/1/archives/ 19:25:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 19:25:42 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 19:25:42 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:25:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:25:42 19:25:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 19:25:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:25:43 latest: Pulling from edgex-lftools-log-publisher 19:25:43 b4d181a07f80: Pulling fs layer 19:25:43 a1111a8f2ec3: Pulling fs layer 19:25:43 ed53099fbce6: Pulling fs layer 19:25:43 dc539afda2c1: Pulling fs layer 19:25:43 77bc0d833cb6: Pulling fs layer 19:25:43 9065ff56babe: Pulling fs layer 19:25:43 d287ab97295c: Pulling fs layer 19:25:43 dc539afda2c1: Waiting 19:25:43 9065ff56babe: Waiting 19:25:43 77bc0d833cb6: Waiting 19:25:43 d287ab97295c: Waiting 19:25:43 a1111a8f2ec3: Verifying Checksum 19:25:43 a1111a8f2ec3: Download complete 19:25:43 dc539afda2c1: Verifying Checksum 19:25:43 dc539afda2c1: Download complete 19:25:43 ed53099fbce6: Verifying Checksum 19:25:43 ed53099fbce6: Download complete 19:25:43 9065ff56babe: Verifying Checksum 19:25:43 9065ff56babe: Download complete 19:25:43 77bc0d833cb6: Verifying Checksum 19:25:43 77bc0d833cb6: Download complete 19:25:43 b4d181a07f80: Verifying Checksum 19:25:43 b4d181a07f80: Download complete 19:25:44 d287ab97295c: Verifying Checksum 19:25:44 d287ab97295c: Download complete 19:25:44 b4d181a07f80: Pull complete 19:25:45 a1111a8f2ec3: Pull complete 19:25:45 ed53099fbce6: Pull complete 19:25:45 dc539afda2c1: Pull complete 19:25:45 77bc0d833cb6: Pull complete 19:25:45 9065ff56babe: Pull complete 19:25:51 d287ab97295c: Pull complete 19:25:51 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 19:25:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 19:25:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 19:25:51 prd-centos7-docker-4c-2g-5004 does not seem to be running inside a container 19:25:51 $ 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 19:25:54 $ docker top 4e146851fc793271173a5002034ebd0934559a0bad11b7a601c2519e26b29464 -eo pid,comm [Pipeline] { [Pipeline] sh 19:25:55 + touch /tmp/pre-build-complete [Pipeline] sh 19:25:55 + mkdir -p /var/log/sysstat [Pipeline] sh 19:25:55 + ls /var/log/sa-host 19:25:55 + sadf -c /var/log/sa-host/sa10 19:25:55 file_magic: OK 19:25:55 HZ: Using current value: 100 19:25:55 file_header: OK 19:25:55 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 19:25:55 Statistics: 19:25:55 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... 19:25:55 File successfully converted to sysstat format version 12.0.3 19:25:55 + sadf -c /var/log/sa-host/sa17 19:25:55 file_magic: OK 19:25:55 HZ: Using current value: 100 19:25:55 file_header: OK 19:25:55 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 19:25:55 Statistics: 19:25:55 Hnuu...uuuununununu...Hnuu...uuuununununu... 19:25:55 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:25:56 provisioning config files... 19:25:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config9103659626932379885tmp [Pipeline] { [Pipeline] echo 19:25:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:25:56 ---> create-netrc.sh [Pipeline] } 19:25:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 19:25:56 ---> python-tools-install.sh [Pipeline] echo 19:25:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:25:57 ---> sudo-logs.sh 19:25:57 Archiving 'sudo' log.. 19:25:57 sudo: unable to resolve host prd-centos7-docker-4c-2g-5004.novalocal: Name or service not known 19:25:57 sudo: unable to resolve host prd-centos7-docker-4c-2g-5004.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 19:25:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:25:57 ---> job-cost.sh 19:25:57 lf-activate-venv: SKIPPING 19:25:57 DEBUG: total: 0.10999999940395355 19:25:57 INFO: Retrieving Stack Cost... 19:25:57 INFO: Retrieving Pricing Info for: v3-standard-2 19:25:58 INFO: Archiving Costs [Pipeline] echo 19:25:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:25:58 ---> logs-deploy.sh 19:25:58 lf-activate-venv: SKIPPING 19:25:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3882/1 19:25:58 INFO: archiving workspace using pattern(s): 19:25:59 Archives upload complete. 19:25:59 INFO: archiving logs to Nexus