Pull request #3883 event Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ca0f3052e1ef0a4d801960624e9522a3d2143121+2ec8c03a03a7e84d1bbcb98b2a8669a9d6f66e4c (3086144e1988d98ffea0e32fff5cb74bda267c1c) 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-ssh16083883224440685361.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-ssh2207221012343319490.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3883/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3883/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh11205704812715192079.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 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-ssh5442548197265680715.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3883/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3883/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh17810774923749411679.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-5364’ Running on prd-centos7-docker-4c-2g-5367 in /w/workspace/edgexfoundry_edgex-go_PR-3883 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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/2@tmp/jenkins-gitclient-ssh6542116229236020298.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/2@tmp/jenkins-gitclient-ssh2451137612726301391.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3883/head:refs/remotes/origin/PR-3883 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 2ec8c03a03a7e84d1bbcb98b2a8669a9d6f66e4c into PR head commit ca0f3052e1ef0a4d801960624e9522a3d2143121 Merge succeeded, producing ca0f3052e1ef0a4d801960624e9522a3d2143121 Checking out Revision ca0f3052e1ef0a4d801960624e9522a3d2143121 (PR-3883) > git config core.sparsecheckout # timeout=10 > git checkout -f ca0f3052e1ef0a4d801960624e9522a3d2143121 # 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/2@tmp/jenkins-gitclient-ssh4249909324178791608.key > git merge 2ec8c03a03a7e84d1bbcb98b2a8669a9d6f66e4c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ca0f3052e1ef0a4d801960624e9522a3d2143121 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git rev-list --no-walk 0a2bb2ea92ed6aef72d860ef561f023a35bbbccc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:36:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:36:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:36:33 ========================================================= 16:36:33 EdgeX Global Pipelines Version Info 16:36:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:36:34 ------------------- 16:36:34 stable info: 16:36:34 ------------------- 16:36:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:36:34 Commit SHA: efdbc04638cc485a1a2a98c60e49a0e43cac6f53 16:36:34 Message: update stable to v1.0.220 16:36:35 ------------------- 16:36:35 experimental info: 16:36:35 ------------------- 16:36:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:36:35 Commit SHA: efdbc04638cc485a1a2a98c60e49a0e43cac6f53 16:36:35 Message: update experimental to v1.0.220 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3883 [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3883 [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3883 [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ca0f3052e1ef0a4d801960624e9522a3d2143121 [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ca0f305 [Pipeline] echo 16:36:35 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:36:35 provisioning config files... 16:36:35 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2119628916329254276tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:36:35 ---> docker-login.sh 16:36:35 nexus3.edgexfoundry.org:10001 16:36:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:35 Configure a credential helper to remove this warning. See 16:36:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:35 16:36:35 Login Succeeded 16:36:35 nexus3.edgexfoundry.org:10002 16:36:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:36 Configure a credential helper to remove this warning. See 16:36:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:36 16:36:36 Login Succeeded 16:36:36 nexus3.edgexfoundry.org:10003 16:36:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:36 Configure a credential helper to remove this warning. See 16:36:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:36 16:36:36 Login Succeeded 16:36:36 nexus3.edgexfoundry.org:10004 16:36:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:36 Configure a credential helper to remove this warning. See 16:36:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:36 16:36:36 Login Succeeded 16:36:36 docker.io 16:36:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:36 Configure a credential helper to remove this warning. See 16:36:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:36 16:36:36 Login Succeeded 16:36:36 ---> docker-login.sh ends [Pipeline] } 16:36:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:36:37 ++ 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 16:36:37 + for file in '`ls cmd/**/Dockerfile`' 16:36:37 ++ dirname cmd/core-command/Dockerfile 16:36:37 ++ cut -d/ -f2 16:36:37 + echo core-command,cmd/core-command/Dockerfile 16:36:37 + for file in '`ls cmd/**/Dockerfile`' 16:36:37 ++ dirname cmd/core-data/Dockerfile 16:36:37 ++ cut -d/ -f2 16:36:37 + echo core-data,cmd/core-data/Dockerfile 16:36:37 + for file in '`ls cmd/**/Dockerfile`' 16:36:37 ++ dirname cmd/core-metadata/Dockerfile 16:36:37 ++ cut -d/ -f2 16:36:37 + echo core-metadata,cmd/core-metadata/Dockerfile 16:36:37 + for file in '`ls cmd/**/Dockerfile`' 16:36:37 ++ dirname cmd/security-bootstrapper/Dockerfile 16:36:37 ++ cut -d/ -f2 16:36:37 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 16:36:37 + for file in '`ls cmd/**/Dockerfile`' 16:36:37 ++ dirname cmd/security-proxy-setup/Dockerfile 16:36:37 ++ cut -d/ -f2 16:36:37 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:36:37 + for file in '`ls cmd/**/Dockerfile`' 16:36:37 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:36:37 ++ cut -d/ -f2 16:36:37 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:36:37 + for file in '`ls cmd/**/Dockerfile`' 16:36:37 ++ dirname cmd/support-notifications/Dockerfile 16:36:37 ++ cut -d/ -f2 16:36:37 + echo support-notifications,cmd/support-notifications/Dockerfile 16:36:37 + for file in '`ls cmd/**/Dockerfile`' 16:36:37 ++ dirname cmd/support-scheduler/Dockerfile 16:36:37 ++ cut -d/ -f2 16:36:37 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:36:37 + for file in '`ls cmd/**/Dockerfile`' 16:36:37 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:36:37 ++ cut -d/ -f2 16:36:37 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:36:37 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 16:36:37 + git rev-list -1 --merges ca0f3052e1ef0a4d801960624e9522a3d2143121~1..ca0f3052e1ef0a4d801960624e9522a3d2143121 [Pipeline] echo 16:36:37 -----------> git rev-list -1 --merges ca0f3052e1ef0a4d801960624e9522a3d2143121~1..ca0f3052e1ef0a4d801960624e9522a3d2143121 ca0f3052e1ef0a4d801960624e9522a3d2143121 [false] [Pipeline] sh 16:36:37 + git log --format=format:%s -1 ca0f3052e1ef0a4d801960624e9522a3d2143121 [Pipeline] echo 16:36:37 ========================================================= 16:36:37 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:36:37 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh 16:36:38 + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts 16:36:38 + grep -v github /etc/ssh/ssh_known_hosts 16:36:38 + '[' -e /tmp/ssh_known_hosts ']' 16:36:38 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:36:38 + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' 16:36:38 + sudo tee -a /etc/ssh/ssh_known_hosts 16:36:38 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 16:36:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:36:38 16:36:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:36:38 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:36:38 latest: Pulling from edgex-devops/git-semver 16:36:38 a0d0a0d46f8b: Pulling fs layer 16:36:38 3e5f54012d9b: Pulling fs layer 16:36:38 4c7163046ea9: Pulling fs layer 16:36:38 0c2d73faf560: Pulling fs layer 16:36:38 0c2d73faf560: Waiting 16:36:38 3e5f54012d9b: Verifying Checksum 16:36:38 3e5f54012d9b: Download complete 16:36:38 a0d0a0d46f8b: Verifying Checksum 16:36:38 a0d0a0d46f8b: Download complete 16:36:38 4c7163046ea9: Verifying Checksum 16:36:38 4c7163046ea9: Download complete 16:36:38 0c2d73faf560: Verifying Checksum 16:36:38 0c2d73faf560: Download complete 16:36:39 a0d0a0d46f8b: Pull complete 16:36:39 3e5f54012d9b: Pull complete 16:36:39 4c7163046ea9: Pull complete 16:36:39 0c2d73faf560: Pull complete 16:36:39 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 16:36:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:36:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:36:39 prd-centos7-docker-4c-2g-5367 does not seem to be running inside a container 16:36:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:10004/edgex-devops/git-semver:latest cat 16:36:40 $ docker top 349dbe493dc95b3cd9dc4b39c9e7b64d4a9ee1bf2ffc93d0735ed111268abbea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:36:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:36:40 [ssh-agent] Looking for ssh-agent implementation... 16:36:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:36:40 $ docker exec 349dbe493dc95b3cd9dc4b39c9e7b64d4a9ee1bf2ffc93d0735ed111268abbea ssh-agent 16:36:40 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXHOoPhO/agent.15 16:36:40 SSH_AGENT_PID=21 16:36:40 Running ssh-add (command line suppressed) 16:36:40 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7196198410234552012.key (/w/workspace/edgex-go/2@tmp/private_key_7196198410234552012.key) 16:36:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:36:41 + git tag --points-at HEAD [Pipeline] } 16:36:41 $ docker exec --env ******** --env ******** 349dbe493dc95b3cd9dc4b39c9e7b64d4a9ee1bf2ffc93d0735ed111268abbea ssh-agent -k 16:36:41 unset SSH_AUTH_SOCK; 16:36:41 unset SSH_AGENT_PID; 16:36:41 echo Agent pid 21 killed; 16:36:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:36:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:36:41 [ssh-agent] Looking for ssh-agent implementation... 16:36:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:36:41 $ docker exec 349dbe493dc95b3cd9dc4b39c9e7b64d4a9ee1bf2ffc93d0735ed111268abbea ssh-agent 16:36:41 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXjgkocm/agent.54 16:36:41 SSH_AGENT_PID=60 16:36:41 Running ssh-add (command line suppressed) 16:36:41 Identity added: /w/workspace/edgex-go/2@tmp/private_key_8469068040755612147.key (/w/workspace/edgex-go/2@tmp/private_key_8469068040755612147.key) 16:36:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:36:41 + git semver init 16:36:41 # -> Open(): unable to determine branch for HEAD 16:36:41 # $GIT_DIR = /w/workspace/edgex-go/2/.git 16:36:41 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 16:36:41 # $SEMVER_REMOTE_NAME = origin 16:36:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:36:41 # $SEMVER_USER_NAME = edgex-jenkins 16:36:41 # $SEMVER_BRANCH = PR-3883 16:36:41 # $SEMVER_TEMP = /tmp/semver-646009246 16:36:41 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:36:56 # '/tmp/semver-646009246' -> '/w/workspace/edgex-go/2/.semver' 16:36:56 # -> Force: false 16:36:56 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 16:36:56 $ docker exec --env ******** --env ******** 349dbe493dc95b3cd9dc4b39c9e7b64d4a9ee1bf2ffc93d0735ed111268abbea ssh-agent -k 16:36:56 unset SSH_AUTH_SOCK; 16:36:56 unset SSH_AGENT_PID; 16:36:56 echo Agent pid 60 killed; 16:36:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:36:57 + git semver [Pipeline] } 16:36:57 $ docker stop --time=1 349dbe493dc95b3cd9dc4b39c9e7b64d4a9ee1bf2ffc93d0735ed111268abbea 16:36:59 $ docker rm -f 349dbe493dc95b3cd9dc4b39c9e7b64d4a9ee1bf2ffc93d0735ed111268abbea [Pipeline] // withDockerContainer [Pipeline] sh 16:36:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:36:59 Stashed 1 file(s) [Pipeline] echo 16:36:59 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 16:36:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:36:59 ========================================================= 16:36:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 16:36:59 ========================================================= [Pipeline] fileExists [Pipeline] sh 16:37:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 16:37:00 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 16:37:00 59bf1c3509f3: Pulling fs layer 16:37:00 666ba61612fd: Pulling fs layer 16:37:00 8ed8ca486205: Pulling fs layer 16:37:00 4fe6c5a15a65: Pulling fs layer 16:37:00 22a0e8bec74d: Pulling fs layer 16:37:00 640e595b4fbd: Pulling fs layer 16:37:00 763cafe07f6e: Pulling fs layer 16:37:00 0c0b528cf693: Pulling fs layer 16:37:00 10935f4eaf8b: Pulling fs layer 16:37:00 640e595b4fbd: Waiting 16:37:00 763cafe07f6e: Waiting 16:37:00 0c0b528cf693: Waiting 16:37:00 10935f4eaf8b: Waiting 16:37:00 4fe6c5a15a65: Waiting 16:37:00 22a0e8bec74d: Waiting 16:37:00 8ed8ca486205: Download complete 16:37:00 666ba61612fd: Verifying Checksum 16:37:00 666ba61612fd: Download complete 16:37:00 22a0e8bec74d: Verifying Checksum 16:37:00 22a0e8bec74d: Download complete 16:37:00 640e595b4fbd: Verifying Checksum 16:37:00 640e595b4fbd: Download complete 16:37:00 59bf1c3509f3: Verifying Checksum 16:37:00 59bf1c3509f3: Download complete 16:37:00 763cafe07f6e: Verifying Checksum 16:37:00 763cafe07f6e: Download complete 16:37:00 0c0b528cf693: Verifying Checksum 16:37:00 0c0b528cf693: Download complete 16:37:00 59bf1c3509f3: Pull complete 16:37:00 4fe6c5a15a65: Verifying Checksum 16:37:00 4fe6c5a15a65: Download complete 16:37:00 666ba61612fd: Pull complete 16:37:00 10935f4eaf8b: Verifying Checksum 16:37:00 10935f4eaf8b: Download complete 16:37:00 8ed8ca486205: Pull complete 16:37:05 4fe6c5a15a65: Pull complete 16:37:05 22a0e8bec74d: Pull complete 16:37:05 640e595b4fbd: Pull complete 16:37:05 763cafe07f6e: Pull complete 16:37:05 0c0b528cf693: Pull complete 16:37:07 10935f4eaf8b: Pull complete 16:37:07 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 16:37:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 16:37:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh 16:37:07 + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 16:37:07 WORKDIR /edgex 16:37:07 COPY go.mod . 16:37:07 RUN go mod download' 16:37:07 + docker build -t ci-base-image-x86_64 -f - . 16:37:08 Sending build context to Docker daemon 334MB 16:37:08 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 16:37:08 ---> 99d49a6021b9 16:37:08 Step 2/4 : WORKDIR /edgex 16:37:11 ---> Running in 44dc02a59e47 16:37:11 Removing intermediate container 44dc02a59e47 16:37:11 ---> f2d2f75e46f6 16:37:11 Step 3/4 : COPY go.mod . 16:37:11 ---> 789a3580695a 16:37:11 Step 4/4 : RUN go mod download 16:37:11 ---> Running in 44e0e14d5300 16:37:14 Still waiting to schedule task 16:37:14 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-5366’ 16:37:38 Removing intermediate container 44e0e14d5300 16:37:38 ---> 69ee7a5f5e8e 16:37:38 Successfully built 69ee7a5f5e8e 16:37:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:37:38 + docker inspect -f . ci-base-image-x86_64 16:37:38 . [Pipeline] withDockerContainer 16:37:38 prd-centos7-docker-4c-2g-5367 does not seem to be running inside a container 16:37:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:37:38 $ docker top eca71a9f8602f16e5137119796a9c7e13a324046317c1cb52483a55768d13b30 -eo pid,comm [Pipeline] { [Pipeline] sh 16:37:39 + go version 16:37:39 go version go1.17.6 linux/amd64 [Pipeline] } 16:37:39 $ docker stop --time=1 eca71a9f8602f16e5137119796a9c7e13a324046317c1cb52483a55768d13b30 16:37:40 $ docker rm -f eca71a9f8602f16e5137119796a9c7e13a324046317c1cb52483a55768d13b30 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:37:40 + docker inspect -f . ci-base-image-x86_64 16:37:40 . [Pipeline] withDockerContainer 16:37:40 prd-centos7-docker-4c-2g-5367 does not seem to be running inside a container 16:37:40 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:37:41 $ docker top ee166546cd8fe553fe9ee7066ebba9238224f130fed0f7c645f5f65a60d4685d -eo pid,comm [Pipeline] { [Pipeline] echo 16:37:41 ========================================================= 16:37:41 [edgeXBuildGoParallel] Running Tests and Build... 16:37:41 ========================================================= [Pipeline] fileExists [Pipeline] sh 16:37:41 + make test 16:37:41 go mod tidy 16:37:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:37:48 ? github.com/edgexfoundry/edgex-go [no test files] 16:38:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:38:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:38:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:38:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:38:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:38:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:38:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:38:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:38:11 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:38:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:38:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:38:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:38:11 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:38:11 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 16:38:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.053s coverage: 28.7% of statements 16:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:38:13 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.043s coverage: 98.5% of statements 16:38:13 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 16:38:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.075s coverage: 44.7% of statements 16:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:38:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.128s coverage: 89.5% of statements 16:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 16:38:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 16:38:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.060s coverage: 84.4% of statements 16:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 16:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 16:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:38:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.277s coverage: 94.2% of statements 16:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 16:38:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 16:38:16 ok github.com/edgexfoundry/edgex-go/internal/io 0.042s coverage: 59.1% of statements 16:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 16:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 16:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:38:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.055s coverage: 60.0% of statements 16:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:38:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:38:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.059s coverage: 0.9% of statements 16:38:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 16:38:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.077s coverage: 58.8% of statements 16:38:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.044s coverage: 21.7% of statements 16:38:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.047s coverage: 47.1% of statements 16:38:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.058s coverage: 79.5% of statements 16:38:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.043s coverage: 94.1% of statements 16:38:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.054s coverage: 96.3% of statements 16:38:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements 16:38:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.055s coverage: 94.4% of statements 16:38:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.044s coverage: 44.8% of statements 16:38:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.184s coverage: 82.5% of statements 16:38:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 16:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.091s coverage: 92.9% of statements 16:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements 16:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.059s coverage: 87.2% of statements 16:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements 16:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 58.8% of statements 16:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.0% of statements 16:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.051s coverage: 87.2% of statements 16:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.056s coverage: 85.4% of statements 16:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.128s coverage: 91.2% of statements 16:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.127s coverage: 64.4% of statements 16:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements 16:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.030s coverage: 89.4% of statements 16:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 16:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 16:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 16:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.272s coverage: 65.4% of statements 16:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.120s coverage: 43.8% of statements 16:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.049s coverage: 89.5% of statements 16:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.045s coverage: 84.8% of statements 16:38:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 16:39:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.072s coverage: 17.7% of statements 16:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 16:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 16:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:39:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.131s coverage: 92.3% of statements 16:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 16:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 16:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 16:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 16:39:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.051s coverage: 63.2% of statements 16:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:39:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.085s coverage: 97.7% of statements 16:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 16:39:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 16:39:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:39:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 16:39:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.053s coverage: 28.9% of statements 16:39:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 16:39:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 16:39:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:39:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:39:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 16:39:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:39:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements 16:39:02 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 96.9% of statements 16:39:02 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 16:39:35 GO111MODULE=on go vet ./... 16:39:40 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:39:40 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:39:41 ./bin/test-attribution-txt.sh [Pipeline] echo 16:39:41 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 16:39:41 + ls -al . 16:39:41 total 644 16:39:41 drwxrwxr-x 10 1001 1001 4096 Feb 16 16:39 . 16:39:41 drwxr-xr-x 4 root root 28 Feb 16 16:37 .. 16:39:41 -rw-rw-r-- 1 1001 1001 11 Feb 16 16:36 .dockerignore 16:39:41 drwxrwxr-x 8 1001 1001 179 Feb 16 16:36 .git 16:39:41 drwxrwxr-x 4 1001 1001 142 Feb 16 16:36 .github 16:39:41 -rw-rw-r-- 1 1001 1001 804 Feb 16 16:36 .gitignore 16:39:41 -rw-rw-r-- 1 1001 1001 42 Feb 16 16:36 .golangci.yml 16:39:41 -rw-rw-r-- 1 1001 1001 76 Feb 16 16:36 .hadolint.yml 16:39:41 drwx------ 3 1001 1001 73 Feb 16 16:36 .semver 16:39:41 -rw-rw-r-- 1 1001 1001 166 Feb 16 16:36 .sonarcloud.properties 16:39:41 -rw-rw-r-- 1 1001 1001 1171 Feb 16 16:36 ADOPTERS.md 16:39:41 -rw-rw-r-- 1 1001 1001 9019 Feb 16 16:36 Attribution.txt 16:39:41 -rw-rw-r-- 1 1001 1001 51732 Feb 16 16:36 CHANGELOG.md 16:39:41 -rw-rw-r-- 1 1001 1001 3804 Feb 16 16:36 CONTRIBUTING.md 16:39:41 -rw-rw-r-- 1 1001 1001 677 Feb 16 16:36 GOVERNANCE.md 16:39:41 -rw-rw-r-- 1 1001 1001 849 Feb 16 16:36 Jenkinsfile 16:39:41 -rw-rw-r-- 1 1001 1001 10775 Feb 16 16:36 LICENSE 16:39:41 -rw-rw-r-- 1 1001 1001 6508 Feb 16 16:36 Makefile 16:39:41 -rw-rw-r-- 1 1001 1001 582 Feb 16 16:36 OWNERS.md 16:39:41 -rw-rw-r-- 1 1001 1001 8207 Feb 16 16:36 README.md 16:39:41 -rw-rw-r-- 1 1001 1001 6912 Feb 16 16:36 SECURITY.md 16:39:41 -rw-rw-r-- 1 1001 1001 5 Feb 16 16:36 VERSION 16:39:41 -rw-rw-r-- 1 1001 1001 4131 Feb 16 16:36 ZMQWindows.md 16:39:41 drwxrwxr-x 2 1001 1001 37 Feb 16 16:36 bin 16:39:41 drwxrwxr-x 14 1001 1001 4096 Feb 16 16:36 cmd 16:39:41 -rw-r--r-- 1 root root 428383 Feb 16 16:39 coverage.out 16:39:41 -rw-rw-r-- 1 1001 1001 2841 Feb 16 16:36 go.mod 16:39:41 -rw-rw-r-- 1 1001 1001 50303 Feb 16 16:36 go.sum 16:39:41 drwxrwxr-x 8 1001 1001 124 Feb 16 16:36 internal 16:39:41 drwxrwxr-x 3 1001 1001 16 Feb 16 16:36 openapi 16:39:41 drwxrwxr-x 4 1001 1001 71 Feb 16 16:36 snap 16:39:41 -rw-rw-r-- 1 1001 1001 204 Feb 16 16:36 version.go [Pipeline] sh 16:39:42 + '[' -e coverage.out ] 16:39:42 + chown 1001:1001 coverage.out [Pipeline] stash 16:39:42 Stashed 1 file(s) [Pipeline] sh 16:39:42 + make build 16:39:42 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:39:43 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 16:39:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:39:52 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 16:39: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 16:39: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 16:39:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:39:55 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 16:39: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 16:39:56 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 16:39:57 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 16:39:58 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] } 16:39:59 $ docker stop --time=1 ee166546cd8fe553fe9ee7066ebba9238224f130fed0f7c645f5f65a60d4685d 16:40:01 $ docker rm -f ee166546cd8fe553fe9ee7066ebba9238224f130fed0f7c645f5f65a60d4685d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:40:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:40:02 16:40:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:40:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:40:02 latest: Pulling from edgex-devops/edgex-compose 16:40:02 cbdbe7a5bc2a: Pulling fs layer 16:40:02 ca9280d653b3: Pulling fs layer 16:40:02 7e9c9ca2126c: Pulling fs layer 16:40:02 cbdbe7a5bc2a: Verifying Checksum 16:40:02 cbdbe7a5bc2a: Download complete 16:40:02 ca9280d653b3: Verifying Checksum 16:40:02 ca9280d653b3: Download complete 16:40:02 cbdbe7a5bc2a: Pull complete 16:40:03 7e9c9ca2126c: Download complete 16:40:03 ca9280d653b3: Pull complete 16:40:07 7e9c9ca2126c: Pull complete 16:40:07 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:40:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:40:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:40:07 prd-centos7-docker-4c-2g-5367 does not seem to be running inside a container 16:40:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:40:10 $ docker top 9fe79bcfe0ba0dcb3796f21b77b6c7006d0d91a04003e3b69ce63484ea3f23d6 -eo pid,comm [Pipeline] { [Pipeline] sh 16:40:10 + docker-compose build --help 16:40:10 + grep parallel 16:40:11 --parallel Build images in parallel. [Pipeline] } 16:40:11 $ docker stop --time=1 9fe79bcfe0ba0dcb3796f21b77b6c7006d0d91a04003e3b69ce63484ea3f23d6 16:40:12 $ docker rm -f 9fe79bcfe0ba0dcb3796f21b77b6c7006d0d91a04003e3b69ce63484ea3f23d6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:40:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:40:12 . [Pipeline] withDockerContainer 16:40:12 prd-centos7-docker-4c-2g-5367 does not seem to be running inside a container 16:40:12 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:40:13 $ docker top f6e3ddb6f8d8b09b42dfa742287ff3c71d856925749acf882467e5430fc5b447 -eo pid,comm [Pipeline] { [Pipeline] sh 16:40:13 + docker-compose -f ./docker-compose-build.yml build --parallel 16:40:14 Building core-command ... 16:40:14 Building core-data ... 16:40:14 Building core-metadata ... 16:40:14 Building security-bootstrapper ... 16:40:14 Building security-proxy-setup ... 16:40:14 Building security-secretstore-setup ... 16:40:14 Building support-notifications ... 16:40:14 Building support-scheduler ... 16:40:14 Building sys-mgmt-agent ... 16:40:14 Building support-notifications 16:40:14 Building core-command 16:40:14 Building support-scheduler 16:40:14 Building security-proxy-setup 16:40:14 Building security-secretstore-setup 16:40:24 Step 1/21 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:40:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:40:24 ---> 69ee7a5f5e8e 16:40:24 Step 3/21 : WORKDIR /edgex-go 16:40:24 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:40:24 Step 2/25 : FROM ${BUILDER_BASE} AS builder 16:40:24 ---> 69ee7a5f5e8e 16:40:24 Step 3/25 : WORKDIR /edgex-go 16:40:30 ---> Running in 017e39046dc8 16:40:30 ---> Running in 204887f7fcf8 16:40:32 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5368 in /w/workspace/edgexfoundry_edgex-go_PR-3883 [Pipeline] { [Pipeline] ws 16:40:32 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 16:40:32 The recommended git tool is: git 16:40:34 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:40:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:40:34 ---> 69ee7a5f5e8e 16:40:34 Step 3/23 : WORKDIR /edgex-go 16:40:34 ---> Using cache 16:40:34 ---> a8dd5dd8565a 16:40:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:40:35 Removing intermediate container 204887f7fcf8 16:40:35 ---> a8dd5dd8565a 16:40:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:40:35 Removing intermediate container 017e39046dc8 16:40:35 ---> 040c27333dd1 16:40:35 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:40:35 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:40:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:40:35 ---> 69ee7a5f5e8e 16:40:35 Step 3/22 : WORKDIR /edgex-go 16:40:35 ---> Using cache 16:40:35 ---> 040c27333dd1 16:40:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:40:36 ---> Running in 47bdc139a165 16:40:36 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:40:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:40:36 ---> 69ee7a5f5e8e 16:40:36 Step 3/22 : WORKDIR /edgex-go 16:40:36 ---> Using cache 16:40:36 ---> 040c27333dd1 16:40:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:40:36 ---> Running in 48694968aedf 16:40:36 ---> Running in 9eb0b5ffa9a9 16:40:36 ---> Running in e728964decaf 16:40:36 ---> Running in 23a256700f16 16:40:37 using credential edgex-jenkins-ssh 16:40:37 Cloning the remote Git repository 16:40:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:40:37 Removing intermediate container 47bdc139a165 16:40:37 ---> df68c99d75be 16:40:37 Step 5/23 : RUN apk add --update --no-cache make git 16:40:37 ---> Running in b3c7f539b265 16:40:37 Removing intermediate container 48694968aedf 16:40:37 ---> a2c710d6aef7 16:40:37 Step 5/25 : RUN apk add --update --no-cache make git 16:40:37 ---> Running in 966c1e1a8184 16:40:37 Removing intermediate container e728964decaf 16:40:37 ---> b2d0856085f9 16:40:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:40:37 ---> Running in afe6a231c1ee 16:40:37 Removing intermediate container 9eb0b5ffa9a9 16:40:37 ---> 2b6470945210 16:40:37 Step 5/21 : RUN apk add --update --no-cache make git 16:40:38 ---> Running in c053d1c6d317 16:40:38 Removing intermediate container 23a256700f16 16:40:38 ---> 4c754f1f1ade 16:40:38 Step 5/22 : RUN apk add --update --no-cache make git 16:40:38 ---> Running in 95e510c42383 16:40:38 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:40:38 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:40:38 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:40:37 > git init /w/workspace/edgex-go/2 # timeout=10 16:40:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:40:37 > git --version # timeout=10 16:40:37 > git --version # 'git version 2.17.1' 16:40:37 using GIT_SSH to set credentials SSH Credentials for GitHub 16:40:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:40:38 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:40:38 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:40:39 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:40:39 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:40:39 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:40:39 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:40:39 OK: 221 MiB in 52 packages 16:40:39 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:40:39 OK: 221 MiB in 52 packages 16:40:39 OK: 221 MiB in 52 packages 16:40:39 Removing intermediate container b3c7f539b265 16:40:39 ---> da585f2cf2fa 16:40:39 Step 6/23 : COPY go.mod vendor* ./ 16:40:39 OK: 221 MiB in 52 packages 16:40:39 OK: 221 MiB in 52 packages 16:40:39 ---> 1c1a2fe91cf1 16:40:39 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:40:40 ---> Running in 49f7b6e9d78f 16:40:40 Removing intermediate container 966c1e1a8184 16:40:40 ---> e5b6dc9bf714 16:40:40 Step 6/25 : COPY go.mod vendor* ./ 16:40:40 Removing intermediate container c053d1c6d317 16:40:40 ---> c980ee7c0716 16:40:40 Step 6/21 : COPY go.mod vendor* ./ 16:40:40 ---> d7ca6eb4ff64 16:40:40 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:40:40 Removing intermediate container afe6a231c1ee 16:40:40 ---> 9ce25fb609b2 16:40:40 Step 6/22 : COPY go.mod vendor* ./ 16:40:40 ---> Running in e1faa16e90fa 16:40:40 Removing intermediate container 95e510c42383 16:40:40 ---> 72484ad53cc1 16:40:40 Step 6/22 : COPY go.mod vendor* ./ 16:40:40 ---> 375cfb9b85bc 16:40:40 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:40:40 ---> Running in 487cad319982 16:40:40 ---> 97557157ce1f 16:40:40 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:40:40 ---> Running in 7ad8a75a1a1a 16:40:40 ---> 390b3f1e01e9 16:40:40 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:40:40 ---> Running in 30f36025a574 16:40:42 Removing intermediate container e1faa16e90fa 16:40:42 ---> 6647a001d90f 16:40:42 Step 8/25 : COPY . . 16:40:43 Removing intermediate container 49f7b6e9d78f 16:40:43 ---> 8289d3e2d367 16:40:43 Step 8/23 : COPY . . 16:40:46 Removing intermediate container 30f36025a574 16:40:46 ---> a1229ca659dc 16:40:46 Step 8/22 : COPY . . 16:40:46 Removing intermediate container 487cad319982 16:40:46 ---> 3f7098b2c692 16:40:46 Step 8/21 : COPY . . 16:40:46 Removing intermediate container 7ad8a75a1a1a 16:40:46 ---> 4b97a0ca66cd 16:40:46 Step 8/22 : COPY . . 16:40:52 ---> 9130ae96650b 16:40:52 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:40:52 ---> 7695396557d4 16:40:52 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:40:52 ---> 6ca0447b1134 16:40:52 Step 9/23 : RUN make cmd/core-command/core-command 16:40:52 ---> Running in b9f35765c8ce 16:40:52 ---> Running in c3c2be4237c2 16:40:53 ---> Running in 53ca585479bc 16:40:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:40:53 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 16:40:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:40:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:40:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:40:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:40:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:40:54 using GIT_SSH to set credentials SSH Credentials for GitHub 16:40:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3883/head:refs/remotes/origin/PR-3883 +refs/heads/main:refs/remotes/origin/main # timeout=10 16:40:54 Merging remotes/origin/main commit 2ec8c03a03a7e84d1bbcb98b2a8669a9d6f66e4c into PR head commit ca0f3052e1ef0a4d801960624e9522a3d2143121 16:40:55 Merge succeeded, producing ca0f3052e1ef0a4d801960624e9522a3d2143121 16:40:55 Checking out Revision ca0f3052e1ef0a4d801960624e9522a3d2143121 (PR-3883) 16:40:54 > git config core.sparsecheckout # timeout=10 16:40:54 > git checkout -f ca0f3052e1ef0a4d801960624e9522a3d2143121 # timeout=10 16:40:55 > git remote # timeout=10 16:40:55 > git config --get remote.origin.url # timeout=10 16:40:55 using GIT_SSH to set credentials SSH Credentials for GitHub 16:40:55 > git merge 2ec8c03a03a7e84d1bbcb98b2a8669a9d6f66e4c # timeout=10 16:40:55 > git rev-parse HEAD^{commit} # timeout=10 16:40:55 > git config core.sparsecheckout # timeout=10 16:40:55 > git checkout -f ca0f3052e1ef0a4d801960624e9522a3d2143121 # timeout=10 16:40:59 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:41:00 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:41:00 % Total % Received % Xferd Average Speed Time Time Time Current 16:41:00 Dload Upload Total Spent Left Speed 16:41:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 80564 0 --:--:-- --:--:-- --:--:-- 80564 [Pipeline] sh 16:41:01 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:41:01 + sudo tee /etc/docker/daemon.new 16:41:01 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:41:01 { 16:41:01 "registry-mirrors": [ 16:41:01 "https://nexus3.edgexfoundry.org:10001" 16:41:01 ], 16:41:01 "bip": "10.250.0.254/24", 16:41:01 "hosts": [ 16:41:01 "tcp://0.0.0.0:5555", 16:41:01 "unix:///var/run/docker.sock" 16:41:01 ], 16:41:01 "mtu": 1458, 16:41:01 "selinux-enabled": true, 16:41:01 "seccomp-profile": "/etc/docker/seccomp.json" 16:41:01 } [Pipeline] sh 16:41:01 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:41:02 + sudo service docker restart 16:41:08 ---> 216aad8363a4 16:41:08 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:41:08 ---> c9cd903f6722 16:41:08 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:41:08 ---> Running in e30b98953a5b 16:41:08 ---> Running in 6c74cb4377c0 16:41:09 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 16:41:09 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 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:41:20 provisioning config files... 16:41:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3001366842828377329tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:41:20 ---> docker-login.sh 16:41:20 nexus3.edgexfoundry.org:10001 16:41:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:41:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:41:21 Configure a credential helper to remove this warning. See 16:41:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:41:21 16:41:21 Login Succeeded 16:41:21 nexus3.edgexfoundry.org:10002 16:41:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:41:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:41:22 Configure a credential helper to remove this warning. See 16:41:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:41:22 16:41:22 Login Succeeded 16:41:22 nexus3.edgexfoundry.org:10003 16:41:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:41:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:41:22 Configure a credential helper to remove this warning. See 16:41:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:41:22 16:41:22 Login Succeeded 16:41:22 nexus3.edgexfoundry.org:10004 16:41:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:41:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:41:23 Configure a credential helper to remove this warning. See 16:41:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:41:23 16:41:23 Login Succeeded 16:41:23 docker.io 16:41:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:41:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:41:24 Configure a credential helper to remove this warning. See 16:41:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:41:24 16:41:24 Login Succeeded 16:41:24 ---> docker-login.sh ends [Pipeline] } 16:41:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:41:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:41:24 ========================================================= 16:41:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 16:41:24 ========================================================= [Pipeline] fileExists [Pipeline] sh 16:41:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 16:41:25 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:41:25 9b3977197b4f: Pulling fs layer 16:41:25 1a89e8eeedd5: Pulling fs layer 16:41:25 94645a83ff95: Pulling fs layer 16:41:25 3f3a8bcf1eab: Pulling fs layer 16:41:25 0c92f367c5e7: Pulling fs layer 16:41:25 f7c0051592d6: Pulling fs layer 16:41:25 a227ed2f7395: Pulling fs layer 16:41:25 7b1c46037f91: Pulling fs layer 16:41:25 f7c0051592d6: Waiting 16:41:25 a227ed2f7395: Waiting 16:41:25 7b1c46037f91: Waiting 16:41:25 3f3a8bcf1eab: Waiting 16:41:25 0c92f367c5e7: Waiting 16:41:25 94645a83ff95: Download complete 16:41:25 1a89e8eeedd5: Download complete 16:41:25 0c92f367c5e7: Verifying Checksum 16:41:25 0c92f367c5e7: Download complete 16:41:25 f7c0051592d6: Download complete 16:41:25 9b3977197b4f: Download complete 16:41:25 a227ed2f7395: Verifying Checksum 16:41:25 a227ed2f7395: Download complete 16:41:25 9b3977197b4f: Pull complete 16:41:26 1a89e8eeedd5: Pull complete 16:41:27 94645a83ff95: Pull complete 16:41:27 7b1c46037f91: Verifying Checksum 16:41:27 7b1c46037f91: Download complete 16:41:27 3f3a8bcf1eab: Verifying Checksum 16:41:27 3f3a8bcf1eab: Download complete 16:41:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:41:31 Removing intermediate container c3c2be4237c2 16:41:31 ---> f3c90863bb15 16:41:31 16:41:31 Step 10/23 : FROM alpine:3.14 16:41:31 3.14: Pulling from library/alpine 16:41:31 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 16:41:31 Status: Downloaded newer image for alpine:3.14 16:41:31 ---> 0a97eee8041e 16:41:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:41:31 ---> Running in 673c22ac1dc8 16:41:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 16:41:31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 16:41:31 (1/1) Installing dumb-init (1.2.5-r1) 16:41:31 Executing busybox-1.33.1-r6.trigger 16:41:31 OK: 6 MiB in 15 packages 16:41:31 Removing intermediate container b9f35765c8ce 16:41:31 ---> d98c56fda1e9 16:41:31 16:41:31 Step 10/25 : FROM alpine:3.14 16:41:31 ---> 0a97eee8041e 16:41:31 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 16:41:31 ---> Running in e842e11fe324 16:41:32 Removing intermediate container 673c22ac1dc8 16:41:32 ---> 9f579b2e3052 16:41:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:41:32 ---> Running in 1256ef9e5b9f 16:41:32 Removing intermediate container 1256ef9e5b9f 16:41:32 ---> 1f44e10a8cba 16:41:32 Step 13/23 : ENV APP_PORT=59882 16:41:32 ---> Running in c852a5bc6a9a 16:41:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 16:41:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 16:41:33 Removing intermediate container c852a5bc6a9a 16:41:33 ---> ccb2508c221b 16:41:33 Step 14/23 : EXPOSE $APP_PORT 16:41:33 ---> Running in 9db6e5295d40 16:41:33 (1/3) Installing ca-certificates (20211220-r0) 16:41:33 Removing intermediate container 53ca585479bc 16:41:33 ---> d36ee01bb6fc 16:41:33 16:41:33 Step 10/22 : FROM alpine:3.14 16:41:33 ---> 0a97eee8041e 16:41:33 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:41:33 ---> Using cache 16:41:33 ---> 9f579b2e3052 16:41:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:41:33 ---> Using cache 16:41:33 ---> 1f44e10a8cba 16:41:33 Step 13/22 : ENV APP_PORT=59861 16:41:33 (2/3) Installing dumb-init (1.2.5-r1) 16:41:33 (3/3) Installing su-exec (0.2-r1) 16:41:33 Executing busybox-1.33.1-r6.trigger 16:41:33 Executing ca-certificates-20211220-r0.trigger 16:41:33 Removing intermediate container 9db6e5295d40 16:41:33 ---> 754bf6b168f1 16:41:33 Step 15/23 : WORKDIR / 16:41:33 ---> Running in 996530abd616 16:41:33 ---> Running in 85929c1dc684 16:41:33 OK: 6 MiB in 17 packages 16:41:33 Removing intermediate container 996530abd616 16:41:33 ---> 3b4a41a64a96 16:41:33 Step 14/22 : EXPOSE $APP_PORT 16:41:33 Removing intermediate container 85929c1dc684 16:41:33 ---> f92f747c9651 16:41:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:41:33 ---> Running in df97bdb6b195 16:41:34 Removing intermediate container df97bdb6b195 16:41:34 ---> 22c2f30050e7 16:41:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:41:34 ---> 9b5e65fe1e36 16:41:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:41:34 Removing intermediate container e842e11fe324 16:41:34 ---> dc47cbe51d91 16:41:34 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:41:34 ---> 8cd0a2dabb13 16:41:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:41:34 ---> Running in 761bcfcafeba 16:41:35 Removing intermediate container 761bcfcafeba 16:41:35 ---> 30b0bc0b5ea1 16:41:35 Step 13/25 : WORKDIR / 16:41:35 ---> Running in 1cd5f9d73118 16:41:35 ---> 421c8f0e3486 16:41:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:41:35 ---> 2df7f33e3f4e 16:41:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:41:35 Removing intermediate container 1cd5f9d73118 16:41:35 ---> 38a0ab05dc49 16:41:35 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:41:35 ---> 184e4e5940d1 16:41:35 Step 19/23 : ENTRYPOINT ["/core-command"] 16:41:35 ---> Running in f2c0ab839e39 16:41:35 ---> 68496f990ac2 16:41:35 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:41:35 ---> Running in 9c38fe02cf66 16:41:35 ---> 1498fb36fd56 16:41:35 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:41:36 Removing intermediate container f2c0ab839e39 16:41:36 ---> ade8ba926dbe 16:41:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:41:36 Removing intermediate container 9c38fe02cf66 16:41:36 ---> 63eff9a5f08c 16:41:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:41:36 ---> Running in 368260622da0 16:41:36 ---> Running in a983ef61edf3 16:41:36 ---> 8195f730d758 16:41:36 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:41:36 Removing intermediate container 368260622da0 16:41:36 ---> 2f7b25b464f4 16:41:36 Step 21/23 : LABEL arch=x86_64 16:41:36 Removing intermediate container a983ef61edf3 16:41:36 ---> 10e13f7f3f77 16:41:36 Step 20/22 : LABEL arch=x86_64 16:41:36 ---> Running in c3e145e2f7fa 16:41:36 ---> Running in a283080b0817 16:41:36 ---> 0fc6b99956c8 16:41:36 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 16:41:36 Removing intermediate container c3e145e2f7fa 16:41:36 ---> 44d60c9474ba 16:41:36 Step 22/23 : LABEL git_sha=ca0f3052e1ef0a4d801960624e9522a3d2143121 16:41:36 ---> Running in 4d8392508763 16:41:36 Removing intermediate container a283080b0817 16:41:36 ---> b7aea1aa1141 16:41:36 Step 21/22 : LABEL git_sha=ca0f3052e1ef0a4d801960624e9522a3d2143121 16:41:36 ---> Running in b26cfd42c638 16:41:36 Removing intermediate container 4d8392508763 16:41:36 ---> 12544d5dcdf6 16:41:36 Step 23/23 : LABEL version=0.0.0 16:41:36 ---> 96ea83adf2af 16:41:36 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:41:36 Removing intermediate container b26cfd42c638 16:41:36 ---> a0f80044c7e6 16:41:36 Step 22/22 : LABEL version=0.0.0 16:41:36 ---> Running in 8bb697a7aa22 16:41:36 ---> Running in c04d450b01dd 16:41:37 Removing intermediate container 8bb697a7aa22 16:41:37 ---> ede7a6dd7cf5 16:41:37 16:41:37 Successfully built ede7a6dd7cf5 16:41:37 Removing intermediate container c04d450b01dd 16:41:37 ---> 0d9dc12a6fb2 16:41:37 16:41:37 Successfully tagged core-command:latest 16:41:37 Building core-metadata 16:41:37  Building core-command ... done  ---> 0fb1413f53c7 16:41:37 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:41:37 Successfully built 0d9dc12a6fb2 16:41:37 Successfully tagged support-scheduler:latest 16:41:37  Building support-scheduler ... done Building security-bootstrapper 16:41:38 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 16:41:39 ---> 1f13bf3f39cc 16:41:39 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:41:40 3f3a8bcf1eab: Pull complete 16:41:40 0c92f367c5e7: Pull complete 16:41:40 f7c0051592d6: Pull complete 16:41:40 a227ed2f7395: Pull complete 16:41:40 ---> d3c8a3c2676a 16:41:40 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/ 16:41:40 ---> Running in 9fc9f33cbd7b 16:41:44 Removing intermediate container 9fc9f33cbd7b 16:41:44 ---> 3e8ef5ba510f 16:41:44 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 16:41:44 ---> Running in 05e0f672eafd 16:41:44 Removing intermediate container 05e0f672eafd 16:41:44 ---> bb974fbbf181 16:41:44 Step 23/25 : LABEL arch=x86_64 16:41:44 ---> Running in 97b94afc3f55 16:41:45 Removing intermediate container 97b94afc3f55 16:41:45 ---> c3e7966f67c5 16:41:45 Step 24/25 : LABEL git_sha=ca0f3052e1ef0a4d801960624e9522a3d2143121 16:41:45 Removing intermediate container 6c74cb4377c0 16:41:45 ---> 5874602dbbe3 16:41:45 16:41:45 Step 10/21 : FROM alpine:3.14 16:41:45 ---> 0a97eee8041e 16:41:45 Step 11/21 : RUN apk add --update --no-cache curl 16:41:45 ---> Running in ef6fb7b7854f 16:41:45 ---> Running in 283b85fe829f 16:41:45 7b1c46037f91: Pull complete 16:41:45 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 16:41:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 16:41:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh 16:41:45 Removing intermediate container ef6fb7b7854f 16:41:45 ---> 7b2dfec769d9 16:41:45 Step 25/25 : LABEL version=0.0.0 16:41:45 + docker build -t ci-base-image-arm64 -f - . 16:41:45 + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 16:41:45 WORKDIR /edgex 16:41:45 COPY go.mod . 16:41:45 RUN go mod download 16:41:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 16:41:45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 16:41:46 ---> Running in fbcfedc0f1de 16:41:46 (1/5) Installing ca-certificates (20211220-r0) 16:41:46 (2/5) Installing brotli-libs (1.0.9-r5) 16:41:46 (3/5) Installing nghttp2-libs (1.43.0-r0) 16:41:46 (4/5) Installing libcurl (7.79.1-r0) 16:41:46 (5/5) Installing curl (7.79.1-r0) 16:41:46 Removing intermediate container fbcfedc0f1de 16:41:46 ---> 8ff436d9a757 16:41:46 16:41:46 Executing busybox-1.33.1-r6.trigger 16:41:46 Executing ca-certificates-20211220-r0.trigger 16:41:46 OK: 8 MiB in 19 packages 16:41:46 Successfully built 8ff436d9a757 16:41:46 Successfully tagged security-secretstore-setup:latest 16:41:46 Building sys-mgmt-agent 16:41:46  Building security-secretstore-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:41:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:41:46 ---> 69ee7a5f5e8e 16:41:46 Step 3/23 : WORKDIR /edgex-go 16:41:46 ---> Using cache 16:41:46 ---> 040c27333dd1 16:41:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:41:46 ---> Using cache 16:41:46 ---> 4c754f1f1ade 16:41:46 Step 5/23 : RUN apk add --update --no-cache make git 16:41:46 ---> Using cache 16:41:46 ---> 72484ad53cc1 16:41:46 Step 6/23 : COPY go.mod vendor* ./ 16:41:46 ---> Using cache 16:41:46 ---> 390b3f1e01e9 16:41:46 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:41:46 ---> Using cache 16:41:46 ---> a1229ca659dc 16:41:46 Step 8/23 : COPY . . 16:41:46 ---> Using cache 16:41:46 ---> 7695396557d4 16:41:46 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:41:47 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:41:47 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:41:47 ---> 69ee7a5f5e8e 16:41:47 Step 3/31 : WORKDIR /edgex-go 16:41:47 ---> Using cache 16:41:47 ---> 040c27333dd1 16:41:47 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:41:47 ---> Using cache 16:41:47 ---> 4c754f1f1ade 16:41:47 Step 5/31 : RUN apk add --update --no-cache make git 16:41:47 ---> Using cache 16:41:47 ---> 72484ad53cc1 16:41:47 Step 6/31 : COPY go.mod vendor* ./ 16:41:47 ---> Using cache 16:41:47 ---> 390b3f1e01e9 16:41:47 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:41:47 ---> Using cache 16:41:47 ---> a1229ca659dc 16:41:47 Step 8/31 : COPY . . 16:41:47 ---> Using cache 16:41:47 ---> 7695396557d4 16:41:47 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:41:48 Sending build context to Docker daemon 168.7MB 16:41:48 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 16:41:48 ---> f79e39bc4007 16:41:48 Step 2/4 : WORKDIR /edgex 16:41:49 ---> Running in 654cb88da241 16:41:49 ---> Running in abaa51cc0e45 16:41:49 Removing intermediate container 283b85fe829f 16:41:49 ---> bc3021567303 16:41:49 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:41:49 ---> Running in ec166de16f53 16:41:49 Removing intermediate container ec166de16f53 16:41:49 ---> 4512f9423949 16:41:49 Step 13/21 : WORKDIR /edgex 16:41:50 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 16:41:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:41:50 ---> Running in 60c3ad32b91b 16:41:50 Removing intermediate container e30b98953a5b 16:41:50 ---> d6be4a9922c9 16:41:50 16:41:50 Step 10/22 : FROM alpine:3.14 16:41:50 ---> 0a97eee8041e 16:41:50 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:41:50 Removing intermediate container 60c3ad32b91b 16:41:50 ---> 4c35550d96e9 16:41:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:41:50 ---> Running in 297c9435da1a 16:41:50 ---> Running in 83e9ec26184e 16:41:50 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:41:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:41:50 ---> 69ee7a5f5e8e 16:41:50 Step 3/23 : WORKDIR /edgex-go 16:41:50 ---> Using cache 16:41:50 ---> 040c27333dd1 16:41:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:41:50 ---> Using cache 16:41:50 ---> 4c754f1f1ade 16:41:50 Step 5/23 : RUN apk add --update --no-cache make bash git 16:41:50 ---> Running in c808cc02aeab 16:41:50 ---> 6ae28cd49a01 16:41:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:41:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 16:41:50 Removing intermediate container 83e9ec26184e 16:41:50 ---> 9b25daab6f48 16:41:50 Step 3/4 : COPY go.mod . 16:41:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 16:41:51 (1/2) Installing ca-certificates (20211220-r0) 16:41:51 (2/2) Installing dumb-init (1.2.5-r1) 16:41:51 Executing busybox-1.33.1-r6.trigger 16:41:51 Executing ca-certificates-20211220-r0.trigger 16:41:51 OK: 6 MiB in 16 packages 16:41:51 ---> 67980bc0b1fb 16:41:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:41:51 ---> 95691b0fedfe 16:41:51 Step 4/4 : RUN go mod download 16:41:51 ---> Running in 3a422529c435 16:41:51 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:41:52 ---> 7ddb50b57cae 16:41:52 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:41:52 ---> Running in 173451b1ffc0 16:41:52 Removing intermediate container 297c9435da1a 16:41:52 ---> 17611c7be792 16:41:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:41:52 ---> Running in 5fbbf6f61daf 16:41:52 Removing intermediate container 173451b1ffc0 16:41:52 ---> 19ad39c0f721 16:41:52 Step 18/21 : CMD ["--init=true"] 16:41:52 ---> Running in a4eaa54bc3a8 16:41:52 Removing intermediate container 5fbbf6f61daf 16:41:52 ---> 39cecab6b16e 16:41:52 Step 13/22 : ENV APP_PORT=59860 16:41:52 ---> Running in f0bb214c9bcc 16:41:52 Removing intermediate container a4eaa54bc3a8 16:41:52 ---> 0cc2a68379d4 16:41:52 Step 19/21 : LABEL arch=x86_64 16:41:52 ---> Running in 35bb63f991ca 16:41:52 Removing intermediate container f0bb214c9bcc 16:41:52 ---> 314a6f38a641 16:41:52 Step 14/22 : EXPOSE $APP_PORT 16:41:52 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:41:52 ---> Running in f535c6fa793f 16:41:52 Removing intermediate container 35bb63f991ca 16:41:52 ---> 77439b01300c 16:41:52 Step 20/21 : LABEL git_sha=ca0f3052e1ef0a4d801960624e9522a3d2143121 16:41:52 ---> Running in 23a6204d798d 16:41:52 Removing intermediate container f535c6fa793f 16:41:52 ---> 3e46b8e0114f 16:41:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:41:53 Removing intermediate container 23a6204d798d 16:41:53 ---> 9d6b46af174c 16:41:53 Step 21/21 : LABEL version=0.0.0 16:41:53 ---> Running in bd65cc8501b1 16:41:53 ---> 30b6b3a414f2 16:41:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:41:53 OK: 221 MiB in 52 packages 16:41:53 Removing intermediate container bd65cc8501b1 16:41:53 ---> 553d247192ca 16:41:53 16:41:53 Successfully built 553d247192ca 16:41:53 Successfully tagged security-proxy-setup:latest 16:41:53 Building core-data 16:41:53  Building security-proxy-setup ... done  ---> 21413cfcba60 16:41:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:41:53 Removing intermediate container c808cc02aeab 16:41:53 ---> e2ebbc1f102c 16:41:53 Step 6/23 : COPY go.mod vendor* ./ 16:41:54 ---> 415433c50d43 16:41:54 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:41:56 ---> cbb59eb1972d 16:41:56 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:41:56 ---> Running in 8b491aa4b356 16:41:56 ---> Running in af426460e220 16:41:56 Removing intermediate container 8b491aa4b356 16:41:56 ---> dc95d9fa4bb8 16:41:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:41:56 ---> Running in ed086d23f3bd 16:41:57 Removing intermediate container ed086d23f3bd 16:41:57 ---> c893a644383f 16:41:57 Step 20/22 : LABEL arch=x86_64 16:41:57 ---> Running in d5dfd25d6d12 16:41:57 Removing intermediate container d5dfd25d6d12 16:41:57 ---> 022d53e0b281 16:41:57 Step 21/22 : LABEL git_sha=ca0f3052e1ef0a4d801960624e9522a3d2143121 16:41:57 ---> Running in 56b61c4b31d6 16:41:57 Removing intermediate container 56b61c4b31d6 16:41:57 ---> 2b7d4440bbdd 16:41:57 Step 22/22 : LABEL version=0.0.0 16:41:57 ---> Running in 048ee5d8fec6 16:41:57 Removing intermediate container 048ee5d8fec6 16:41:57 ---> 394563086332 16:41:57 16:41:58 Successfully built 394563086332 16:41:58 Successfully tagged support-notifications:latest 16:41:59  Building support-notifications ... done Removing intermediate container af426460e220 16:41:59 ---> 9db6b88039a1 16:41:59 Step 8/23 : COPY . . 16:42:00 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:42:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:42:00 ---> 69ee7a5f5e8e 16:42:00 Step 3/23 : WORKDIR /edgex-go 16:42:00 ---> Using cache 16:42:00 ---> 040c27333dd1 16:42:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:42:00 ---> Using cache 16:42:00 ---> 4c754f1f1ade 16:42:00 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:42:03 ---> Running in 90c031303267 16:42:04 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:42:04 ---> 034f93745fe5 16:42:04 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:42:04 ---> Running in c45feed5797a 16:42:04 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:42:05 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 16:42:05 OK: 221 MiB in 52 packages 16:42:05 Removing intermediate container 90c031303267 16:42:05 ---> d24f69c6c0c8 16:42:05 Step 6/23 : COPY go.mod vendor* ./ 16:42:06 ---> 52d4bd3cb76a 16:42:06 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:42:06 ---> Running in e241b3b88ef7 16:42:08 Removing intermediate container e241b3b88ef7 16:42:08 ---> 595c0df826fa 16:42:08 Step 8/23 : COPY . . 16:42:16 ---> e2d66c56b4b4 16:42:16 Step 9/23 : RUN make cmd/core-data/core-data 16:42:16 ---> Running in d5c1631f725e 16:42:16 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 16:42:26 Removing intermediate container 654cb88da241 16:42:26 ---> 444c1348d0c1 16:42:26 16:42:26 Step 10/23 : FROM alpine:3.14 16:42:26 ---> 0a97eee8041e 16:42:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:42:26 ---> Using cache 16:42:26 ---> 9f579b2e3052 16:42:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:42:26 ---> Using cache 16:42:26 ---> 1f44e10a8cba 16:42:26 Step 13/23 : ENV APP_PORT=59881 16:42:26 ---> Running in 0115837445ae 16:42:26 Removing intermediate container abaa51cc0e45 16:42:26 ---> a67b71d6237f 16:42:26 16:42:26 Step 10/31 : FROM alpine:3.14 16:42:26 ---> 0a97eee8041e 16:42:26 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:42:26 Removing intermediate container 0115837445ae 16:42:26 ---> 83b085fd8843 16:42:26 Step 14/23 : EXPOSE $APP_PORT 16:42:26 ---> Running in b3135fdbed18 16:42:26 ---> Running in 692c80a4ec2d 16:42:26 Removing intermediate container b3135fdbed18 16:42:26 ---> f4fab089176a 16:42:26 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:42:26 Removing intermediate container 692c80a4ec2d 16:42:26 ---> a172fa4d435d 16:42:26 Step 15/23 : WORKDIR / 16:42:26 ---> Running in e4aef8cb670f 16:42:26 ---> Running in 6727bc4587ca 16:42:26 Removing intermediate container 6727bc4587ca 16:42:26 ---> af89ef189545 16:42:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:42:26 ---> 1ecc4fcbbc6c 16:42:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:42:26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 16:42:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 16:42:27 ---> 4551a78bf2b5 16:42:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:42:27 (1/2) Installing dumb-init (1.2.5-r1) 16:42:27 (2/2) Installing su-exec (0.2-r1) 16:42:27 Executing busybox-1.33.1-r6.trigger 16:42:27 OK: 6 MiB in 16 packages 16:42:27 ---> aa73a8a84e76 16:42:27 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:42:28 ---> Running in 99ea7b04bec6 16:42:28 Removing intermediate container 99ea7b04bec6 16:42:28 ---> c83f7e7e6bad 16:42:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:42:28 ---> Running in fd73c13365b2 16:42:28 Removing intermediate container e4aef8cb670f 16:42:28 ---> 14ff7846fa9e 16:42:28 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:42:28 ---> Running in 375df717edc0 16:42:28 Removing intermediate container fd73c13365b2 16:42:28 ---> b7ed20bccd16 16:42:28 Step 21/23 : LABEL arch=x86_64 16:42:28 ---> Running in e24a79626b2c 16:42:28 Removing intermediate container 375df717edc0 16:42:28 ---> 169cf31c93d1 16:42:28 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:42:28 ---> Running in 823edee53f4b 16:42:28 Removing intermediate container e24a79626b2c 16:42:28 ---> d75489e3e2dc 16:42:28 Step 22/23 : LABEL git_sha=ca0f3052e1ef0a4d801960624e9522a3d2143121 16:42:28 Removing intermediate container 823edee53f4b 16:42:28 ---> fd8e06880803 16:42:28 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:42:28 ---> Running in b210a9bc3b30 16:42:28 ---> Running in 2824956544db 16:42:28 Removing intermediate container b210a9bc3b30 16:42:28 ---> 8f76c7410a1f 16:42:28 Step 23/23 : LABEL version=0.0.0 16:42:28 ---> Running in 8f62bd2769ca 16:42:28 Removing intermediate container 8f62bd2769ca 16:42:28 ---> c9de60f2916f 16:42:28 16:42:29 Successfully built c9de60f2916f 16:42:29 Successfully tagged core-metadata:latest 16:42:29  Building core-metadata ... done Removing intermediate container 2824956544db 16:42:29 ---> 3c788faa3be8 16:42:29 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:42:29 ---> Running in 9996829c3a25 16:42:29 Removing intermediate container 9996829c3a25 16:42:29 ---> 3c2c35cf446e 16:42:29 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:42:30 ---> f97381afdfc4 16:42:30 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:42:30 ---> Running in 58825bbd58ed 16:42:31 Removing intermediate container 58825bbd58ed 16:42:31 ---> b94f6312b696 16:42:31 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:42:31 ---> cdfa68b504b7 16:42:31 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:42:32 ---> 5beb9db899d1 16:42:32 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:42:32 ---> 5e94ef8f775a 16:42:32 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:42:32 ---> ef8a230ea919 16:42:32 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:42:33 ---> 7ae23cd45377 16:42:33 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:42:33 Removing intermediate container c45feed5797a 16:42:33 ---> 8fd44c97e323 16:42:33 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:42:33 ---> Running in 7324c94aaafe 16:42:33 ---> Running in 14f6130ec274 16:42:33 Removing intermediate container 7324c94aaafe 16:42:33 ---> 641636bda1fd 16:42:33 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:42:34 ---> 821703adcb2c 16:42:34 Step 26/31 : RUN chmod +x /entrypoint.sh 16:42:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:42:34 ---> Running in c46ec5d9b5af 16:42:35 Removing intermediate container 14f6130ec274 16:42:35 ---> b89901ba98fe 16:42:35 16:42:35 Step 11/23 : FROM docker:20.10.10 16:42:35 Removing intermediate container c46ec5d9b5af 16:42:35 ---> 208e993b6c9b 16:42:35 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:42:35 ---> Running in eb2e31208358 16:42:35 20.10.10: Pulling from library/docker 16:42:35 Removing intermediate container eb2e31208358 16:42:35 ---> c837a41e31dc 16:42:35 Step 28/31 : CMD ["gate"] 16:42:35 ---> Running in 63789e390201 16:42:36 Removing intermediate container 63789e390201 16:42:36 ---> 304d4cabe4c2 16:42:36 Step 29/31 : LABEL arch=x86_64 16:42:36 ---> Running in 5c24bd4d3754 16:42:36 Removing intermediate container 5c24bd4d3754 16:42:36 ---> 2f13a8a88663 16:42:36 Step 30/31 : LABEL git_sha=ca0f3052e1ef0a4d801960624e9522a3d2143121 16:42:36 ---> Running in f9d0e2291012 16:42:37 Removing intermediate container f9d0e2291012 16:42:37 ---> b3c40f013ec9 16:42:37 Step 31/31 : LABEL version=0.0.0 16:42:37 ---> Running in 2e4dcb2919ef 16:42:38 Removing intermediate container 2e4dcb2919ef 16:42:38 ---> 73537269edc9 16:42:38 16:42:38 Successfully built 73537269edc9 16:42:38 Successfully tagged security-bootstrapper:latest 16:42:39  Building security-bootstrapper ... done Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 16:42:39 Status: Downloaded newer image for docker:20.10.10 16:42:39 ---> b706a049f56e 16:42:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 16:42:40 ---> Running in e26057ae0cf2 16:42:40 Removing intermediate container e26057ae0cf2 16:42:40 ---> 636b05f44bdb 16:42:40 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 16:42:40 ---> Running in d765be6688b7 16:42:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 16:42:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 16:42:40 (1/42) Installing readline (8.1.0-r0) 16:42:40 (2/42) Installing bash (5.1.4-r0) 16:42:40 Executing bash-5.1.4-r0.post-install 16:42:40 (3/42) Installing brotli-libs (1.0.9-r5) 16:42:40 (4/42) Installing nghttp2-libs (1.43.0-r0) 16:42:40 (5/42) Installing libcurl (7.79.1-r0) 16:42:40 (6/42) Installing curl (7.79.1-r0) 16:42:40 (7/42) Installing dumb-init (1.2.5-r1) 16:42:40 (8/42) Installing libbz2 (1.0.8-r1) 16:42:40 (9/42) Installing expat (2.4.4-r0) 16:42:40 (10/42) Installing libffi (3.3-r2) 16:42:40 (11/42) Installing gdbm (1.19-r0) 16:42:40 (12/42) Installing xz-libs (5.2.5-r0) 16:42:40 (13/42) Installing libgcc (10.3.1_git20210424-r2) 16:42:40 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 16:42:41 (15/42) Installing mpdecimal (2.5.1-r1) 16:42:41 (16/42) Installing sqlite-libs (3.35.5-r0) 16:42:41 (17/42) Installing python3 (3.9.5-r2) 16:42:42 (18/42) Installing py3-appdirs (1.4.4-r2) 16:42:42 (19/42) Installing py3-chardet (4.0.0-r2) 16:42:42 (20/42) Installing py3-idna (3.2-r0) 16:42:42 (21/42) Installing py3-urllib3 (1.26.5-r0) 16:42:42 (22/42) Installing py3-certifi (2020.12.5-r1) 16:42:42 (23/42) Installing py3-requests (2.25.1-r4) 16:42:42 (24/42) Installing py3-msgpack (1.0.2-r1) 16:42:42 (25/42) Installing py3-lockfile (0.12.2-r4) 16:42:42 (26/42) Installing py3-cachecontrol (0.12.6-r1) 16:42:42 (27/42) Installing py3-colorama (0.4.4-r1) 16:42:42 (28/42) Installing py3-contextlib2 (0.6.0-r1) 16:42:42 (29/42) Installing py3-distlib (0.3.1-r3) 16:42:42 (30/42) Installing py3-distro (1.5.0-r3) 16:42:42 (31/42) Installing py3-six (1.15.0-r1) 16:42:42 (32/42) Installing py3-webencodings (0.5.1-r4) 16:42:42 (33/42) Installing py3-html5lib (1.1-r1) 16:42:42 (34/42) Installing py3-parsing (2.4.7-r2) 16:42:42 (35/42) Installing py3-packaging (20.9-r1) 16:42:42 (36/42) Installing py3-toml (0.10.2-r2) 16:42:42 (37/42) Installing py3-pep517 (0.10.0-r2) 16:42:42 (38/42) Installing py3-progress (1.5-r2) 16:42:42 (39/42) Installing py3-retrying (1.3.3-r1) 16:42:42 (40/42) Installing py3-ordered-set (4.0.2-r1) 16:42:42 (41/42) Installing py3-setuptools (52.0.0-r3) 16:42:42 (42/42) Installing py3-pip (20.3.4-r1) 16:42:42 Executing busybox-1.33.1-r6.trigger 16:42:42 OK: 84 MiB in 64 packages 16:42:43 Collecting docker-compose==1.23.2 16:42:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:42:43 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:42:43 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:42:43 Collecting websocket-client<1.0,>=0.32.0 16:42:43 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 16:42:43 Collecting docker<4.0,>=3.6.0 16:42:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:42:43 Collecting docopt<0.7,>=0.6.1 16:42:43 Downloading docopt-0.6.2.tar.gz (25 kB) 16:42:43 Removing intermediate container d5c1631f725e 16:42:43 ---> 2f699763e704 16:42:43 16:42:43 Step 10/23 : FROM alpine:3.14 16:42:43 ---> 0a97eee8041e 16:42:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:42:43 ---> Running in 9283096594c6 16:42:43 Removing intermediate container 9283096594c6 16:42:43 ---> c5f3f21a2a52 16:42:43 Step 12/23 : ENV APP_PORT=59880 16:42:43 ---> Running in 6d2a332e2bb9 16:42:43 Removing intermediate container 6d2a332e2bb9 16:42:43 ---> 5a5a1c852a7b 16:42:43 Step 13/23 : EXPOSE $APP_PORT 16:42:43 ---> Running in 6f339cfbdd96 16:42:43 Removing intermediate container 6f339cfbdd96 16:42:43 ---> e6dcd542ce4a 16:42:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:42:43 ---> Running in aee2ba2a9319 16:42:43 Collecting PyYAML<4,>=3.10 16:42:43 Downloading PyYAML-3.13.tar.gz (270 kB) 16:42:44 Collecting texttable<0.10,>=0.9.0 16:42:44 Downloading texttable-0.9.1.tar.gz (11 kB) 16:42:44 Removing intermediate container aee2ba2a9319 16:42:44 ---> 6d758e12a3ee 16:42:44 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:42:44 ---> Running in 0c54be11f94f 16:42:44 Collecting cached-property<2,>=1.2.0 16:42:44 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:42:44 Collecting jsonschema<3,>=2.5.1 16:42:44 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:42:44 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) 16:42:44 Collecting dockerpty<0.5,>=0.4.1 16:42:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:42:44 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 16:42:45 Collecting docker-pycreds>=0.4.0 16:42:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:42:45 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) 16:42:45 Collecting chardet<3.1.0,>=3.0.2 16:42:45 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 16:42:45 Collecting idna<2.8,>=2.5 16:42:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:42:45 Collecting urllib3<1.25,>=1.21.1 16:42:45 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:42:45 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 16:42:45 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 16:42:45 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 16:42:45 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 16:42:45 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 16:42:45 Attempting uninstall: urllib3 16:42:45 Found existing installation: urllib3 1.26.5 16:42:45 Uninstalling urllib3-1.26.5: 16:42:45 Successfully uninstalled urllib3-1.26.5 16:42:45 Attempting uninstall: idna 16:42:45 Found existing installation: idna 3.2 16:42:45 Uninstalling idna-3.2: 16:42:45 Successfully uninstalled idna-3.2 16:42:45 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 16:42:45 Attempting uninstall: chardet 16:42:45 Found existing installation: chardet 4.0.0 16:42:45 Uninstalling chardet-4.0.0: 16:42:45 Successfully uninstalled chardet-4.0.0 16:42:46 Attempting uninstall: requests 16:42:46 Found existing installation: requests 2.25.1 16:42:46 Uninstalling requests-2.25.1: 16:42:46 Successfully uninstalled requests-2.25.1 16:42:46 Running setup.py install for texttable: started 16:42:46 (1/6) Installing dumb-init (1.2.5-r1) 16:42:46 (2/6) Installing libgcc (10.3.1_git20210424-r2) 16:42:46 (3/6) Installing libsodium (1.0.18-r0) 16:42:46 Running setup.py install for texttable: finished with status 'done' 16:42:46 Running setup.py install for PyYAML: started 16:42:46 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 16:42:46 (5/6) Installing libzmq (4.3.4-r0) 16:42:46 (6/6) Installing zeromq (4.3.4-r0) 16:42:46 Executing busybox-1.33.1-r6.trigger 16:42:46 OK: 8 MiB in 20 packages 16:42:46 Running setup.py install for PyYAML: finished with status 'done' 16:42:46 Running setup.py install for docopt: started 16:42:47 Removing intermediate container 0c54be11f94f 16:42:47 ---> 94f86d192435 16:42:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:42:47 Running setup.py install for docopt: finished with status 'done' 16:42:47 Running setup.py install for dockerpty: started 16:42:47 ---> 261bac8bed9b 16:42:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:42:47 Running setup.py install for dockerpty: finished with status 'done' 16:42:47 ---> 60d592f8834c 16:42:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:42:47 ---> 0b8847fd2528 16:42:47 Step 19/23 : ENTRYPOINT ["/core-data"] 16:42:47 ---> Running in e2c7d3e0a25e 16:42: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 16:42:47 Removing intermediate container e2c7d3e0a25e 16:42:47 ---> f7981b5f0fe7 16:42:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:42:47 ---> Running in 01514fd11b7c 16:42:47 Removing intermediate container 01514fd11b7c 16:42:47 ---> 97d5f7cda214 16:42:47 Step 21/23 : LABEL arch=x86_64 16:42:47 ---> Running in 8f37cec205f7 16:42:48 Removing intermediate container 8f37cec205f7 16:42:48 ---> 7f874d39cce7 16:42:48 Step 22/23 : LABEL git_sha=ca0f3052e1ef0a4d801960624e9522a3d2143121 16:42:48 ---> Running in 58a6cbff460b 16:42:48 Removing intermediate container 58a6cbff460b 16:42:48 ---> 9e3e481a8996 16:42:48 Step 23/23 : LABEL version=0.0.0 16:42:48 ---> Running in 1a4fd0ac0631 16:42:48 Removing intermediate container 1a4fd0ac0631 16:42:48 ---> d407296ffd11 16:42:48 16:42:48 Successfully built d407296ffd11 16:42:48 Successfully tagged core-data:latest 16:42:51  Building core-data ... done Removing intermediate container d765be6688b7 16:42:51 ---> c78953ffb88a 16:42:51 Step 14/23 : ENV APP_PORT=58890 16:42:51 ---> Running in ae078dff4a4a 16:42:51 Removing intermediate container ae078dff4a4a 16:42:51 ---> 3d04ffa908cc 16:42:51 Step 15/23 : EXPOSE $APP_PORT 16:42:51 ---> Running in 8e844edfe9ac 16:42:51 Removing intermediate container 8e844edfe9ac 16:42:51 ---> 28ec49520a16 16:42:51 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:42:51 ---> 943620267b7b 16:42:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:42:51 ---> ce3490b938c1 16:42:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:42:51 ---> 2f8cc7b030f1 16:42:51 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 16:42:51 ---> Running in 8611dd6a15c6 16:42:51 Removing intermediate container 8611dd6a15c6 16:42:51 ---> e661fb104c3f 16:42:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:42:51 ---> Running in 29c00759f308 16:42:51 Removing intermediate container 29c00759f308 16:42:51 ---> cd0bf512cb99 16:42:51 Step 21/23 : LABEL arch=x86_64 16:42:51 ---> Running in ce3c746f1fea 16:42:51 Removing intermediate container ce3c746f1fea 16:42:51 ---> fba4f59c0c62 16:42:51 Step 22/23 : LABEL git_sha=ca0f3052e1ef0a4d801960624e9522a3d2143121 16:42:51 ---> Running in 5ef159271f32 16:42:52 Removing intermediate container 5ef159271f32 16:42:52 ---> 4f8b18c8a201 16:42:52 Step 23/23 : LABEL version=0.0.0 16:42:52 ---> Running in a55668fe1de0 16:42:52 Removing intermediate container a55668fe1de0 16:42:52 ---> 8c1989b6b5ad 16:42:52 16:42:52 Successfully built 8c1989b6b5ad 16:42:52 Successfully tagged sys-mgmt-agent:latest 16:42:52  Building sys-mgmt-agent ... done  [Pipeline] } 16:42:52 $ docker stop --time=1 f6e3ddb6f8d8b09b42dfa742287ff3c71d856925749acf882467e5430fc5b447 16:42:53 $ docker rm -f f6e3ddb6f8d8b09b42dfa742287ff3c71d856925749acf882467e5430fc5b447 [Pipeline] // withDockerContainer [Pipeline] sh 16:42:54 + docker images 16:42:54 REPOSITORY TAG IMAGE ID CREATED SIZE 16:42:54 sys-mgmt-agent latest 8c1989b6b5ad 3 seconds ago 296MB 16:42:54 core-data latest d407296ffd11 6 seconds ago 20MB 16:42:54 2f699763e704 12 seconds ago 1.78GB 16:42:54 security-bootstrapper latest 73537269edc9 17 seconds ago 18.7MB 16:42:54 b89901ba98fe 19 seconds ago 1.77GB 16:42:54 core-metadata latest c9de60f2916f 26 seconds ago 16.6MB 16:42:54 444c1348d0c1 29 seconds ago 1.78GB 16:42:54 a67b71d6237f 29 seconds ago 1.77GB 16:42:54 support-notifications latest 394563086332 57 seconds ago 16.7MB 16:42:54 security-proxy-setup latest 553d247192ca About a minute ago 26.2MB 16:42:54 d6be4a9922c9 About a minute ago 1.78GB 16:42:54 security-secretstore-setup latest 8ff436d9a757 About a minute ago 27.9MB 16:42:54 5874602dbbe3 About a minute ago 1.78GB 16:42:54 support-scheduler latest 0d9dc12a6fb2 About a minute ago 16MB 16:42:54 core-command latest ede7a6dd7cf5 About a minute ago 15.6MB 16:42:54 d36ee01bb6fc About a minute ago 1.78GB 16:42:54 d98c56fda1e9 About a minute ago 1.78GB 16:42:54 f3c90863bb15 About a minute ago 1.77GB 16:42:54 ci-base-image-x86_64 latest 69ee7a5f5e8e 5 minutes ago 1.27GB 16:42:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 2 weeks ago 562MB 16:42:54 docker 20.10.10 b706a049f56e 3 months ago 216MB 16:42:54 alpine 3.14 0a97eee8041e 3 months ago 5.61MB 16:42:54 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 4 months ago 34.5MB 16:42:54 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 16:43:09 Still waiting to schedule task 16:43:09 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 16:43:13 Removing intermediate container 3a422529c435 16:43:13 ---> 89926b01bcd7 16:43:13 Successfully built 89926b01bcd7 16:43:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:43:13 + docker inspect -f . ci-base-image-arm64 16:43:13 . [Pipeline] withDockerContainer 16:43:13 prd-ubuntu18.04-docker-arm64-4c-16g-5368 does not seem to be running inside a container 16:43:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:43:15 $ docker top 53107805b991c8cbcda69649bb8d15b3c3e5a3654c25cdf6911ae34bc8610e15 -eo pid,comm [Pipeline] { [Pipeline] sh 16:43:16 + go version 16:43:16 go version go1.17.6 linux/arm64 [Pipeline] } 16:43:16 $ docker stop --time=1 53107805b991c8cbcda69649bb8d15b3c3e5a3654c25cdf6911ae34bc8610e15 16:43:18 $ docker rm -f 53107805b991c8cbcda69649bb8d15b3c3e5a3654c25cdf6911ae34bc8610e15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:43:18 + docker inspect -f . ci-base-image-arm64 16:43:18 . [Pipeline] withDockerContainer 16:43:18 prd-ubuntu18.04-docker-arm64-4c-16g-5368 does not seem to be running inside a container 16:43:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:43:20 $ docker top 2cf2da32ef321dbed1fa2b4c41f7b2a4b125496885c801ea06e243853f0770c9 -eo pid,comm [Pipeline] { [Pipeline] echo 16:43:20 ========================================================= 16:43:20 [edgeXBuildGoParallel] Running Tests and Build... 16:43:20 ========================================================= [Pipeline] fileExists [Pipeline] sh 16:43:21 + make test 16:43:21 go mod tidy 16:43:21 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:43:54 ? github.com/edgexfoundry/edgex-go [no test files] 16:44:14 Running on prd-ubuntu18.04-docker-8c-8g-5369 in /w/workspace/edgexfoundry_edgex-go_PR-3883 [Pipeline] { [Pipeline] ws 16:44:14 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 16:44:14 The recommended git tool is: git 16:44:15 using credential edgex-jenkins-ssh 16:44:15 Cloning the remote Git repository 16:44:15 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:44:15 > git init /w/workspace/edgex-go/2 # timeout=10 16:44:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:44:16 > git --version # timeout=10 16:44:16 > git --version # 'git version 2.17.1' 16:44:16 using GIT_SSH to set credentials SSH Credentials for GitHub 16:44:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:44:20 Merging remotes/origin/main commit 2ec8c03a03a7e84d1bbcb98b2a8669a9d6f66e4c into PR head commit ca0f3052e1ef0a4d801960624e9522a3d2143121 16:44:20 Merge succeeded, producing ca0f3052e1ef0a4d801960624e9522a3d2143121 16:44:20 Checking out Revision ca0f3052e1ef0a4d801960624e9522a3d2143121 (PR-3883) 16:44:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:44:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:44:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:44:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:44:20 using GIT_SSH to set credentials SSH Credentials for GitHub 16:44:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3883/head:refs/remotes/origin/PR-3883 +refs/heads/main:refs/remotes/origin/main # timeout=10 16:44:20 > git config core.sparsecheckout # timeout=10 16:44:20 > git checkout -f ca0f3052e1ef0a4d801960624e9522a3d2143121 # timeout=10 16:44:20 > git remote # timeout=10 16:44:20 > git config --get remote.origin.url # timeout=10 16:44:20 using GIT_SSH to set credentials SSH Credentials for GitHub 16:44:20 > git merge 2ec8c03a03a7e84d1bbcb98b2a8669a9d6f66e4c # timeout=10 16:44:20 > git rev-parse HEAD^{commit} # timeout=10 16:44:20 > git config core.sparsecheckout # timeout=10 16:44:20 > git checkout -f ca0f3052e1ef0a4d801960624e9522a3d2143121 # timeout=10 16:44:24 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:44:25 + echo snap-build.sh 16:44:25 snap-build.sh 16:44:25 + SNAP_BASE_DIR=. 16:44:25 + '[' '!' -z /w/workspace/edgex-go/2 ']' 16:44:25 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 16:44:25 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 16:44:25 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 16:44:25 + cd /w/workspace/edgex-go/2 16:44:25 + sudo apt-get remove -qy --purge lxd lxd-client 16:44:25 Reading package lists... 16:44:25 Building dependency tree... 16:44:25 Reading state information... 16:44:25 The following packages were automatically installed and are no longer required: 16:44:25 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 16:44:25 uidmap xdelta3 16:44:25 Use 'sudo apt autoremove' to remove them. 16:44:25 The following packages will be REMOVED: 16:44:25 lxd* lxd-client* 16:44:25 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 16:44:25 After this operation, 31.7 MB disk space will be freed. 16:44:26 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190666 files and directories currently installed.) 16:44:26 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 16:44:27 Removing lxd dnsmasq configuration 16:44:27 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 16:44:27 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:44:27 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:44:27 (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.) 16:44:27 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 16:44:29 Processing triggers for systemd (237-3ubuntu10.52) ... 16:44:29 Processing triggers for ureadahead (0.100.0-21) ... 16:44:29 + sudo snap remove --purge lxd 16:44:30 snap "lxd" is not installed 16:44:30 + sudo groupadd --force --system lxd 16:44:30 ++ whoami 16:44:30 + sudo /usr/sbin/usermod -G lxd -a jenkins 16:44:30 + newgrp - lxd 16:44:30 + sudo snap install lxd 16:44:40 2022-02-16T16:44:37Z INFO Waiting for automatic snapd restart... 16:44:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:44:52 lxd 4.23 from Canonical* installed 16:44:52 + sudo lxd init --auto 16:44:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:44:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:44:55 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:45:02 + sudo snap install --classic snapcraft 16:45:05 snapcraft 6.0.2 from Canonical* installed 16:45:05 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 16:45:05 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 16:45:05 % Total % Received % Xferd Average Speed Time Time Time Current 16:45:05 Dload Upload Total Spent Left Speed 16:45:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 658 100 658 0 0 4633 0 --:--:-- --:--:-- --:--:-- 4633 16:45:05 100 3325k 100 3325k 0 0 9035k 0 --:--:-- --:--:-- --:--:-- 9035k 16:45:05 ./yq_linux_amd64 16:45:05 + sudo snapcraft prime --use-lxd 16:45:05 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:45:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:45:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:45:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:45:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:45:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:45:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:45:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:45:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:45:06 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 16:45:07 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 16:45:07 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: 16:45:07 - README.md 16:45:07 16:45:07 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:45:07 Launching a container. 16:45:14 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.219s coverage: 28.7% of statements 16:45:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:45:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:45:19 Waiting for container to be ready 16:45:19 To start your first container, try: lxc launch ubuntu:20.04 16:45:19 Or for a virtual machine: lxc launch ubuntu:20.04 --vm 16:45:19 16:45:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.401s coverage: 98.5% of statements 16:45:20 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 16:45:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.475s coverage: 44.7% of statements 16:45:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:45:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:45:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.609s coverage: 89.5% of statements 16:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 16:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 16:45:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.216s coverage: 84.4% of statements 16:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 16:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 16:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:45:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:45:21 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 16:45:22 Waiting for network to be ready... 16:45:23 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 16:45:23 Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1239 kB] 16:45:23 Get:3 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] 16:45:23 Get:4 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [217 kB] 16:45:23 Get:5 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [20.7 kB] 16:45:23 Get:6 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5196 B] 16:45:23 Get:7 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [748 kB] 16:45:23 Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [107 kB] 16:45:23 Get:9 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [678 kB] 16:45:23 Get:10 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [116 kB] 16:45:23 Get:11 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 16:45:23 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [970 kB] 16:45:24 Get:13 http://archive.ubuntu.com/ubuntu focal/main Translation-en [506 kB] 16:45:24 Get:14 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB] 16:45:24 Get:15 http://archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB] 16:45:24 Get:16 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [22.0 kB] 16:45:24 Get:17 http://archive.ubuntu.com/ubuntu focal/restricted Translation-en [6212 B] 16:45:24 Get:18 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB] 16:45:24 Get:19 http://archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB] 16:45:24 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1573 kB] 16:45:24 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [302 kB] 16:45:24 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [23.7 kB] 16:45:24 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7312 B] 16:45:24 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [801 kB] 16:45:24 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [114 kB] 16:45:24 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [903 kB] 16:45:25 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [200 kB] 16:45:27 Fetched 23.1 MB in 4s (5945 kB/s) 16:45:27 Reading package lists... 16:45:27 Reading package lists... 16:45:27 Building dependency tree... 16:45:27 Reading state information... 16:45:27 The following additional packages will be installed: 16:45:27 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:45:27 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:45:27 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:45:27 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 16:45:27 Suggested packages: 16:45:27 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 16:45:27 Recommended packages: 16:45:27 gnupg libsasl2-modules 16:45:27 The following NEW packages will be installed: 16:45:27 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:45:27 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:45:27 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:45:27 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 16:45:27 The following packages will be upgraded: 16:45:27 gpg gpg-agent gpgconf libudev1 16:45:28 4 upgraded, 18 newly installed, 0 to remove and 81 not upgraded. 16:45:28 Need to get 3859 kB of archives. 16:45:28 After this operation, 14.9 MB of additional disk space will be used. 16:45:28 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libudev1 amd64 245.4-4ubuntu3.15 [77.2 kB] 16:45:28 Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 udev amd64 245.4-4ubuntu3.15 [1364 kB] 16:45:28 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuse2 amd64 2.9.9-3 [82.0 kB] 16:45:28 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 fuse amd64 2.9.9-3 [26.0 kB] 16:45:28 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB] 16:45:29 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB] 16:45:29 Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB] 16:45:29 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 16:45:29 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB] 16:45:29 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB] 16:45:29 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB] 16:45:29 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB] 16:45:29 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB] 16:45:29 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB] 16:45:29 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB] 16:45:29 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB] 16:45:29 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB] 16:45:29 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2 [14.9 kB] 16:45:29 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2 [49.3 kB] 16:45:29 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB] 16:45:29 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] 16:45:29 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB] 16:45:29 debconf: delaying package configuration, since apt-utils is not installed 16:45:29 Fetched 3859 kB in 2s (2146 kB/s) 16:45:29 (Reading database ... 12816 files and directories currently installed.) 16:45:30 Preparing to unpack .../libudev1_245.4-4ubuntu3.15_amd64.deb ... 16:45:30 Unpacking libudev1:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 16:45:30 Setting up libudev1:amd64 (245.4-4ubuntu3.15) ... 16:45:30 Selecting previously unselected package udev. 16:45:30 (Reading database ... 12816 files and directories currently installed.) 16:45:30 Preparing to unpack .../00-udev_245.4-4ubuntu3.15_amd64.deb ... 16:45:30 Unpacking udev (245.4-4ubuntu3.15) ... 16:45:30 Selecting previously unselected package libfuse2:amd64. 16:45:30 Preparing to unpack .../01-libfuse2_2.9.9-3_amd64.deb ... 16:45:30 Unpacking libfuse2:amd64 (2.9.9-3) ... 16:45:30 Selecting previously unselected package fuse. 16:45:30 Preparing to unpack .../02-fuse_2.9.9-3_amd64.deb ... 16:45:30 Unpacking fuse (2.9.9-3) ... 16:45:30 Preparing to unpack .../03-gpg_2.2.19-3ubuntu2.1_amd64.deb ... 16:45:30 Unpacking gpg (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 16:45:30 Preparing to unpack .../04-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ... 16:45:30 Unpacking gpgconf (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 16:45:30 Preparing to unpack .../05-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ... 16:45:30 Unpacking gpg-agent (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 16:45:30 Selecting previously unselected package libksba8:amd64. 16:45:30 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 16:45:30 Unpacking libksba8:amd64 (1.3.5-2) ... 16:45:30 Selecting previously unselected package libroken18-heimdal:amd64. 16:45:30 Preparing to unpack .../07-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 16:45:30 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 16:45:30 Selecting previously unselected package libasn1-8-heimdal:amd64. 16:45:30 Preparing to unpack .../08-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 16:45:30 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 16:45:30 Selecting previously unselected package libheimbase1-heimdal:amd64. 16:45:30 Preparing to unpack .../09-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 16:45:30 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 16:45:30 Selecting previously unselected package libhcrypto4-heimdal:amd64. 16:45:30 Preparing to unpack .../10-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 16:45:30 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 16:45:30 Selecting previously unselected package libwind0-heimdal:amd64. 16:45:30 Preparing to unpack .../11-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 16:45:30 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 16:45:31 Selecting previously unselected package libhx509-5-heimdal:amd64. 16:45:31 Preparing to unpack .../12-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 16:45:31 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 16:45:31 Selecting previously unselected package libkrb5-26-heimdal:amd64. 16:45:31 Preparing to unpack .../13-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 16:45:31 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 16:45:31 Selecting previously unselected package libheimntlm0-heimdal:amd64. 16:45:31 Preparing to unpack .../14-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 16:45:31 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 16:45:31 Selecting previously unselected package libgssapi3-heimdal:amd64. 16:45:31 Preparing to unpack .../15-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... 16:45:31 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 16:45:31 Selecting previously unselected package libsasl2-modules-db:amd64. 16:45:31 Preparing to unpack .../16-libsasl2-modules-db_2.1.27+dfsg-2_amd64.deb ... 16:45:31 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ... 16:45:31 Selecting previously unselected package libsasl2-2:amd64. 16:45:31 Preparing to unpack .../17-libsasl2-2_2.1.27+dfsg-2_amd64.deb ... 16:45:31 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2) ... 16:45:31 Selecting previously unselected package libldap-common. 16:45:31 Preparing to unpack .../18-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ... 16:45:31 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ... 16:45:31 Selecting previously unselected package libldap-2.4-2:amd64. 16:45:31 Preparing to unpack .../19-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... 16:45:31 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 16:45:31 Selecting previously unselected package dirmngr. 16:45:31 Preparing to unpack .../20-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ... 16:45:31 Unpacking dirmngr (2.2.19-3ubuntu2.1) ... 16:45:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.560s coverage: 94.2% of statements 16:45:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 16:45:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 16:45:31 ok github.com/edgexfoundry/edgex-go/internal/io 0.198s coverage: 59.1% of statements 16:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 16:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 16:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:45:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.207s coverage: 60.0% of statements 16:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:45:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.304s coverage: 0.9% of statements 16:45:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 16:45:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.207s coverage: 58.8% of statements 16:45:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.185s coverage: 21.7% of statements 16:45:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:45:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.206s coverage: 47.1% of statements 16:45:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.302s coverage: 79.5% of statements 16:45:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.229s coverage: 94.1% of statements 16:45:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.257s coverage: 96.3% of statements 16:45:31 Setting up libksba8:amd64 (1.3.5-2) ... 16:45:31 Setting up libfuse2:amd64 (2.9.9-3) ... 16:45:31 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ... 16:45:31 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ... 16:45:31 Setting up udev (245.4-4ubuntu3.15) ... 16:45:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.205s coverage: 87.5% of statements 16:45:32 invoke-rc.d: policy-rc.d denied execution of start. 16:45:32 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2) ... 16:45:32 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 16:45:32 Setting up gpgconf (2.2.19-3ubuntu2.1) ... 16:45:32 Setting up gpg (2.2.19-3ubuntu2.1) ... 16:45:32 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 16:45:32 Setting up fuse (2.9.9-3) ... 16:45:32 Setting up gpg-agent (2.2.19-3ubuntu2.1) ... 16:45:32 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 16:45:32 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 16:45:32 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 16:45:32 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 16:45:32 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 16:45:32 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 16:45:32 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... 16:45:32 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... 16:45:32 Setting up dirmngr (2.2.19-3ubuntu2.1) ... 16:45:33 Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. 16:45:33 Processing triggers for systemd (245.4-4ubuntu3) ... 16:45:33 Processing triggers for libc-bin (2.31-0ubuntu9) ... 16:45:33 The unit files have no installation config (WantedBy=, RequiredBy=, Also=, 16:45:33 Alias= settings in the [Install] section, and DefaultInstance= for template 16:45:33 units). This means they are not meant to be enabled using systemctl. 16:45:33 16:45:33 Possible reasons for having this kind of units are: 16:45:33 • A unit may be statically enabled by being symlinked from another unit's 16:45:33 .wants/ or .requires/ directory. 16:45:33 • A unit's purpose may be to act as a helper for some other unit which has 16:45:33 a requirement dependency on it. 16:45:33 • A unit may be started when needed via activation (socket, path, timer, 16:45:33 D-Bus, udev, scripted systemctl call, ...). 16:45:33 • In case of template units, the unit is meant to be enabled with some 16:45:33 instance name specified. 16:45:33 Reading package lists... 16:45:33 Building dependency tree... 16:45:33 Reading state information... 16:45:34 The following additional packages will be installed: 16:45:34 apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 16:45:34 libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 16:45:34 libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib 16:45:34 libpython3.8-minimal libpython3.8-stdlib libsystemd0 mime-support 16:45:34 openssh-client python3 python3-minimal python3.8 python3.8-minimal 16:45:34 squashfs-tools systemd systemd-sysv systemd-timesyncd 16:45:34 Suggested packages: 16:45:34 apparmor-profiles-extra apparmor-utils krb5-doc krb5-user keychain 16:45:34 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 16:45:34 python3.8-venv python3.8-doc binfmt-support zenity | kdialog 16:45:34 systemd-container policykit-1 16:45:34 Recommended packages: 16:45:34 krb5-locales file xauth gnupg networkd-dispatcher libnss-systemd 16:45:34 The following NEW packages will be installed: 16:45:34 apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 16:45:34 libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 16:45:34 libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib 16:45:34 libpython3.8-minimal libpython3.8-stdlib mime-support openssh-client python3 16:45:34 python3-minimal python3.8 python3.8-minimal snapd squashfs-tools sudo 16:45:34 The following packages will be upgraded: 16:45:34 libsystemd0 systemd systemd-sysv systemd-timesyncd 16:45:34 4 upgraded, 29 newly installed, 0 to remove and 77 not upgraded. 16:45:34 Need to get 46.4 MB of archives. 16:45:34 After this operation, 180 MB of additional disk space will be used. 16:45:34 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.15 [28.1 kB] 16:45:34 Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-sysv amd64 245.4-4ubuntu3.15 [10.3 kB] 16:45:34 Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd amd64 245.4-4ubuntu3.15 [3811 kB] 16:45:34 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libexpat1 amd64 2.2.9-1build1 [73.3 kB] 16:45:34 Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsystemd0 amd64 245.4-4ubuntu3.15 [270 kB] 16:45:34 Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.2 [717 kB] 16:45:34 Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.2 [1900 kB] 16:45:34 Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.2 [1675 kB] 16:45:34 Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.2 [387 kB] 16:45:34 Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.1 [179 kB] 16:45:34 Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus amd64 1.12.16-2ubuntu2.1 [151 kB] 16:45:34 Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpam-systemd amd64 245.4-4ubuntu3.15 [186 kB] 16:45:34 Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 sudo amd64 1.8.31-1ubuntu1.2 [514 kB] 16:45:34 Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB] 16:45:34 Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB] 16:45:34 Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB] 16:45:34 Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB] 16:45:34 Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus-user-session amd64 1.12.16-2ubuntu2.1 [9428 B] 16:45:34 Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 squashfs-tools amd64 1:4.4-1ubuntu0.3 [117 kB] 16:45:34 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB] 16:45:34 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] 16:45:34 Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB] 16:45:34 Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B] 16:45:34 Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB] 16:45:34 Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB] 16:45:34 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apparmor amd64 2.13.3-7ubuntu5.1 [494 kB] 16:45:34 Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB] 16:45:34 Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB] 16:45:34 Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB] 16:45:34 Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libkeyutils1 amd64 1.6-6ubuntu1 [10.2 kB] 16:45:34 Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.4 [671 kB] 16:45:34 Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 liblzo2-2 amd64 2.10-2 [50.8 kB] 16:45:34 Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 snapd amd64 2.54.2+20.04ubuntu2 [34.2 MB] 16:45:36 debconf: delaying package configuration, since apt-utils is not installed 16:45:36 Fetched 46.4 MB in 2s (23.2 MB/s) 16:45:36 (Reading database ... 13067 files and directories currently installed.) 16:45:36 Preparing to unpack .../systemd-timesyncd_245.4-4ubuntu3.15_amd64.deb ... 16:45:36 Unpacking systemd-timesyncd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 16:45:36 Preparing to unpack .../systemd-sysv_245.4-4ubuntu3.15_amd64.deb ... 16:45:36 Unpacking systemd-sysv (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 16:45:36 Preparing to unpack .../systemd_245.4-4ubuntu3.15_amd64.deb ... 16:45:36 Unpacking systemd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 16:45:37 Preparing to unpack .../libsystemd0_245.4-4ubuntu3.15_amd64.deb ... 16:45:37 Unpacking libsystemd0:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... 16:45:37 Setting up libsystemd0:amd64 (245.4-4ubuntu3.15) ... 16:45:37 Selecting previously unselected package libpython3.8-minimal:amd64. 16:45:37 (Reading database ... 13068 files and directories currently installed.) 16:45:37 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.2_amd64.deb ... 16:45:37 Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.2) ... 16:45:37 Selecting previously unselected package libexpat1:amd64. 16:45:37 Preparing to unpack .../libexpat1_2.2.9-1build1_amd64.deb ... 16:45:37 Unpacking libexpat1:amd64 (2.2.9-1build1) ... 16:45:37 Selecting previously unselected package python3.8-minimal. 16:45:37 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.2_amd64.deb ... 16:45:37 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.2) ... 16:45:37 Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.2) ... 16:45:37 Setting up libexpat1:amd64 (2.2.9-1build1) ... 16:45:37 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.2) ... 16:45:38 Selecting previously unselected package python3-minimal. 16:45:38 (Reading database ... 13359 files and directories currently installed.) 16:45:38 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ... 16:45:38 Unpacking python3-minimal (3.8.2-0ubuntu2) ... 16:45:38 Selecting previously unselected package mime-support. 16:45:38 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... 16:45:38 Unpacking mime-support (3.64ubuntu1) ... 16:45:38 Selecting previously unselected package libmpdec2:amd64. 16:45:38 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ... 16:45:38 Unpacking libmpdec2:amd64 (2.4.2-3) ... 16:45:38 Selecting previously unselected package libpython3.8-stdlib:amd64. 16:45:38 Preparing to unpack .../3-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.2_amd64.deb ... 16:45:38 Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.2) ... 16:45:38 Selecting previously unselected package python3.8. 16:45:38 Preparing to unpack .../4-python3.8_3.8.10-0ubuntu1~20.04.2_amd64.deb ... 16:45:38 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.2) ... 16:45:38 Selecting previously unselected package libpython3-stdlib:amd64. 16:45:38 Preparing to unpack .../5-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ... 16:45:38 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... 16:45:38 Setting up python3-minimal (3.8.2-0ubuntu2) ... 16:45:39 Selecting previously unselected package python3. 16:45:39 (Reading database ... 13761 files and directories currently installed.) 16:45:39 Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ... 16:45:39 Unpacking python3 (3.8.2-0ubuntu2) ... 16:45:39 Selecting previously unselected package libdbus-1-3:amd64. 16:45:39 Preparing to unpack .../01-libdbus-1-3_1.12.16-2ubuntu2.1_amd64.deb ... 16:45:39 Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... 16:45:39 Selecting previously unselected package dbus. 16:45:39 Preparing to unpack .../02-dbus_1.12.16-2ubuntu2.1_amd64.deb ... 16:45:39 Unpacking dbus (1.12.16-2ubuntu2.1) ... 16:45:39 Selecting previously unselected package libbsd0:amd64. 16:45:39 Preparing to unpack .../03-libbsd0_0.10.0-1_amd64.deb ... 16:45:39 Unpacking libbsd0:amd64 (0.10.0-1) ... 16:45:39 Selecting previously unselected package libpam-systemd:amd64. 16:45:39 Preparing to unpack .../04-libpam-systemd_245.4-4ubuntu3.15_amd64.deb ... 16:45:39 Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.15) ... 16:45:39 Selecting previously unselected package sudo. 16:45:39 Preparing to unpack .../05-sudo_1.8.31-1ubuntu1.2_amd64.deb ... 16:45:39 Unpacking sudo (1.8.31-1ubuntu1.2) ... 16:45:39 Selecting previously unselected package apparmor. 16:45:39 Preparing to unpack .../06-apparmor_2.13.3-7ubuntu5.1_amd64.deb ... 16:45:39 Unpacking apparmor (2.13.3-7ubuntu5.1) ... 16:45:39 Selecting previously unselected package libcbor0.6:amd64. 16:45:39 Preparing to unpack .../07-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ... 16:45:39 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ... 16:45:39 Selecting previously unselected package libedit2:amd64. 16:45:39 Preparing to unpack .../08-libedit2_3.1-20191231-1_amd64.deb ... 16:45:39 Unpacking libedit2:amd64 (3.1-20191231-1) ... 16:45:39 Selecting previously unselected package libfido2-1:amd64. 16:45:39 Preparing to unpack .../09-libfido2-1_1.3.1-1ubuntu2_amd64.deb ... 16:45:39 Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ... 16:45:39 Selecting previously unselected package libkrb5support0:amd64. 16:45:39 Preparing to unpack .../10-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ... 16:45:39 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ... 16:45:39 Selecting previously unselected package libk5crypto3:amd64. 16:45:39 Preparing to unpack .../11-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ... 16:45:39 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ... 16:45:39 Selecting previously unselected package libkeyutils1:amd64. 16:45:39 Preparing to unpack .../12-libkeyutils1_1.6-6ubuntu1_amd64.deb ... 16:45:39 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1) ... 16:45:39 Selecting previously unselected package libkrb5-3:amd64. 16:45:39 Preparing to unpack .../13-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ... 16:45:39 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ... 16:45:40 Selecting previously unselected package libgssapi-krb5-2:amd64. 16:45:40 Preparing to unpack .../14-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ... 16:45:40 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... 16:45:40 Selecting previously unselected package openssh-client. 16:45:40 Preparing to unpack .../15-openssh-client_1%3a8.2p1-4ubuntu0.4_amd64.deb ... 16:45:40 Unpacking openssh-client (1:8.2p1-4ubuntu0.4) ... 16:45:40 Selecting previously unselected package dbus-user-session. 16:45:40 Preparing to unpack .../16-dbus-user-session_1.12.16-2ubuntu2.1_amd64.deb ... 16:45:40 Unpacking dbus-user-session (1.12.16-2ubuntu2.1) ... 16:45:40 Selecting previously unselected package liblzo2-2:amd64. 16:45:40 Preparing to unpack .../17-liblzo2-2_2.10-2_amd64.deb ... 16:45:40 Unpacking liblzo2-2:amd64 (2.10-2) ... 16:45:40 Selecting previously unselected package squashfs-tools. 16:45:40 Preparing to unpack .../18-squashfs-tools_1%3a4.4-1ubuntu0.3_amd64.deb ... 16:45:40 Unpacking squashfs-tools (1:4.4-1ubuntu0.3) ... 16:45:40 Selecting previously unselected package snapd. 16:45:40 Preparing to unpack .../19-snapd_2.54.2+20.04ubuntu2_amd64.deb ... 16:45:40 Unpacking snapd (2.54.2+20.04ubuntu2) ... 16:45:43 Setting up libkeyutils1:amd64 (1.6-6ubuntu1) ... 16:45:43 Setting up mime-support (3.64ubuntu1) ... 16:45:43 Setting up liblzo2-2:amd64 (2.10-2) ... 16:45:43 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ... 16:45:43 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ... 16:45:43 Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... 16:45:43 Setting up dbus (1.12.16-2ubuntu2.1) ... 16:45:43 Setting up sudo (1.8.31-1ubuntu1.2) ... 16:45:43 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ... 16:45:43 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ... 16:45:43 Setting up libmpdec2:amd64 (2.4.2-3) ... 16:45:43 Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.2) ... 16:45:43 Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ... 16:45:43 Setting up python3.8 (3.8.10-0ubuntu1~20.04.2) ... 16:45:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.205s coverage: 94.4% of statements 16:45:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.175s coverage: 44.8% of statements 16:45:44 Setting up libbsd0:amd64 (0.10.0-1) ... 16:45:44 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... 16:45:44 Setting up squashfs-tools (1:4.4-1ubuntu0.3) ... 16:45:44 Setting up libedit2:amd64 (3.1-20191231-1) ... 16:45:44 Setting up python3 (3.8.2-0ubuntu2) ... 16:45:44 running python rtupdate hooks for python3.8... 16:45:44 running python post-rtupdate hooks for python3.8... 16:45:44 Setting up apparmor (2.13.3-7ubuntu5.1) ... 16:45:45 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 16:45:45 Reloading AppArmor profiles 16:45:45 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... 16:45:45 Setting up openssh-client (1:8.2p1-4ubuntu0.4) ... 16:45:45 Setting up systemd-timesyncd (245.4-4ubuntu3.15) ... 16:45:46 /usr/sbin/policy-rc.d returned 101, not running 'restart systemd-timesyncd.service' 16:45:46 Setting up systemd (245.4-4ubuntu3.15) ... 16:45:46 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 16:45:46 Installing new version of config file /etc/systemd/resolved.conf ... 16:45:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.610s coverage: 82.5% of statements 16:45:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 16:45:48 Setting up systemd-sysv (245.4-4ubuntu3.15) ... 16:45:48 Setting up libpam-systemd:amd64 (245.4-4ubuntu3.15) ... 16:45:48 Setting up dbus-user-session (1.12.16-2ubuntu2.1) ... 16:45:48 Setting up snapd (2.54.2+20.04ubuntu2) ... 16:45:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 16:45:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 16:45:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 16:45:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 16:45:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:45:49 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:45:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 16:45:50 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 16:45:50 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 16:45:50 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 16:45:50 /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' 16:45:51 Processing triggers for libc-bin (2.31-0ubuntu9) ... 16:45:51 Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 16:45:51 Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 16:45:52 Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 16:45:52 Reading package lists... 16:45:53 Reading package lists... 16:45:53 Building dependency tree... 16:45:53 Reading state information... 16:45:53 Calculating upgrade... 16:45:53 The following packages will be upgraded: 16:45:53 apt base-files bash binutils binutils-common binutils-x86-64-linux-gnu 16:45:53 bsdutils build-essential ca-certificates cpp-9 fdisk g++-9 gcc-10-base gcc-9 16:45:53 gcc-9-base gpgv libapparmor1 libapt-pkg6.0 libasan5 libatomic1 libbinutils 16:45:53 libblkid1 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcryptsetup12 16:45:53 libctf-nobfd0 libctf0 libfdisk1 libgcc-9-dev libgcc-s1 libgcrypt20 16:45:53 libgnutls30 libgomp1 libhogweed5 libitm1 libjson-c4 liblsan0 liblz4-1 16:45:53 liblzma5 libmount1 libnettle7 libp11-kit0 libpam-modules libpam-modules-bin 16:45:53 libpam-runtime libpam0g libperl5.30 libprocps8 libquadmath0 libseccomp2 16:45:53 libsmartcols1 libsqlite3-0 libssl1.1 libstdc++-9-dev libstdc++6 libtsan0 16:45:53 libubsan1 libuuid1 libzstd1 linux-libc-dev login mount openssl passwd perl 16:45:53 perl-base perl-modules-5.30 procps tar tzdata ubuntu-keyring util-linux 16:45:53 xz-utils zlib1g 16:45:53 77 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 16:45:53 Need to get 63.3 MB of archives. 16:45:53 After this operation, 13.8 MB of additional disk space will be used. 16:45:53 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 linux-libc-dev amd64 5.4.0-99.112 [1126 kB] 16:45:53 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.2 [2520 kB] 16:45:54 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.2 [71.8 kB] 16:45:54 Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6 amd64 2.31-0ubuntu9.2 [2715 kB] 16:45:54 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 base-files amd64 11ubuntu5.4 [60.6 kB] 16:45:54 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 bash amd64 5.0-6ubuntu1.1 [638 kB] 16:45:54 Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 login amd64 1:4.8.1-1ubuntu5.20.04.1 [220 kB] 16:45:54 Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 zlib1g amd64 1:1.2.11.dfsg-2ubuntu1.2 [53.6 kB] 16:45:54 Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-bin amd64 2.31-0ubuntu9.2 [639 kB] 16:45:54 Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblzma5 amd64 5.2.4-1ubuntu1 [91.7 kB] 16:45:54 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapt-pkg6.0 amd64 2.0.6 [835 kB] 16:45:54 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgv amd64 2.2.19-3ubuntu2.1 [199 kB] 16:45:54 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ubuntu-keyring all 2020.02.11.4 [22.1 kB] 16:45:54 Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB] 16:45:54 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apt amd64 2.0.6 [1296 kB] 16:45:55 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam0g amd64 1.3.1-5ubuntu4.3 [55.4 kB] 16:45:55 Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules-bin amd64 1.3.1-5ubuntu4.3 [41.2 kB] 16:45:55 Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules amd64 1.3.1-5ubuntu4.3 [260 kB] 16:45:55 Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-runtime all 1.3.1-5ubuntu4.3 [37.3 kB] 16:45:55 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 passwd amd64 1:4.8.1-1ubuntu5.20.04.1 [799 kB] 16:45:55 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libprocps8 amd64 2:3.3.16-1ubuntu2.3 [33.0 kB] 16:45:55 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 procps amd64 2:3.3.16-1ubuntu2.3 [233 kB] 16:45:55 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.10 [1322 kB] 16:45:55 Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB] 16:45:55 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.10 [620 kB] 16:45:55 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.1 [34.1 kB] 16:45:55 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1 [82.5 kB] 16:45:55 Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] 16:45:55 Get:29 http://security.ubuntu.com/ubuntu focal-security/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB] 16:45:55 Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB] 16:45:55 Get:31 http://security.ubuntu.com/ubuntu focal-security/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB] 16:45:55 Get:32 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB] 16:45:55 Get:33 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-10-base amd64 10.3.0-1ubuntu1~20.04 [20.2 kB] 16:45:55 Get:34 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-s1 amd64 10.3.0-1ubuntu1~20.04 [41.8 kB] 16:45:55 Get:35 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB] 16:45:55 Get:36 http://security.ubuntu.com/ubuntu focal-security/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B] 16:45:55 Get:37 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++6 amd64 10.3.0-1ubuntu1~20.04 [501 kB] 16:45:55 Get:38 http://security.ubuntu.com/ubuntu focal-security/main amd64 bsdutils amd64 1:2.34-0.1ubuntu9.3 [63.0 kB] 16:45:55 Get:39 http://security.ubuntu.com/ubuntu focal-security/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB] 16:45:55 Get:40 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB] 16:45:55 Get:41 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-base amd64 5.30.0-9ubuntu0.2 [1513 kB] 16:45:55 Get:42 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB] 16:45:55 Get:43 http://security.ubuntu.com/ubuntu focal-security/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.1 [240 kB] 16:45:55 Get:44 http://security.ubuntu.com/ubuntu focal-security/main amd64 libblkid1 amd64 2.34-0.1ubuntu9.3 [136 kB] 16:45:55 Get:45 http://security.ubuntu.com/ubuntu focal-security/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 [19.9 kB] 16:45:55 Get:46 http://security.ubuntu.com/ubuntu focal-security/main amd64 libfdisk1 amd64 2.34-0.1ubuntu9.3 [175 kB] 16:45:55 Get:47 http://security.ubuntu.com/ubuntu focal-security/main amd64 libmount1 amd64 2.34-0.1ubuntu9.3 [149 kB] 16:45:55 Get:48 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsmartcols1 amd64 2.34-0.1ubuntu9.3 [100 kB] 16:45:55 Get:49 http://security.ubuntu.com/ubuntu focal-security/main amd64 fdisk amd64 2.34-0.1ubuntu9.3 [120 kB] 16:45:55 Get:50 http://security.ubuntu.com/ubuntu focal-security/main amd64 util-linux amd64 2.34-0.1ubuntu9.3 [1021 kB] 16:45:55 Get:51 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcrypt20 amd64 1.8.5-5ubuntu1.1 [420 kB] 16:45:55 Get:52 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblz4-1 amd64 1.9.2-2ubuntu0.20.04.1 [56.1 kB] 16:45:55 Get:53 http://security.ubuntu.com/ubuntu focal-security/main amd64 libzstd1 amd64 1.4.4+dfsg-3ubuntu0.1 [237 kB] 16:45:55 Get:54 http://security.ubuntu.com/ubuntu focal-security/main amd64 libnettle7 amd64 3.5.1+really3.5.1-2ubuntu0.2 [115 kB] 16:45:56 Get:55 http://security.ubuntu.com/ubuntu focal-security/main amd64 libhogweed5 amd64 3.5.1+really3.5.1-2ubuntu0.2 [138 kB] 16:45:56 Get:56 http://security.ubuntu.com/ubuntu focal-security/main amd64 libp11-kit0 amd64 0.23.20-1ubuntu0.1 [188 kB] 16:45:56 Get:57 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgnutls30 amd64 3.6.13-2ubuntu1.6 [828 kB] 16:45:56 Get:58 http://security.ubuntu.com/ubuntu focal-security/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~20.04.2 [42.5 kB] 16:45:56 Get:59 http://security.ubuntu.com/ubuntu focal-security/main amd64 mount amd64 2.34-0.1ubuntu9.3 [115 kB] 16:45:56 Get:60 http://security.ubuntu.com/ubuntu focal-security/main amd64 ca-certificates all 20210119~20.04.2 [145 kB] 16:45:56 Get:61 http://security.ubuntu.com/ubuntu focal-security/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB] 16:45:56 Get:62 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.4 [166 kB] 16:45:56 Get:63 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB] 16:45:56 Get:64 http://security.ubuntu.com/ubuntu focal-security/main amd64 tzdata all 2021e-0ubuntu0.20.04 [295 kB] 16:45:56 Get:65 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf0 amd64 2.34-6ubuntu1.3 [46.6 kB] 16:45:56 Get:66 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.3 [1613 kB] 16:45:56 Get:67 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbinutils amd64 2.34-6ubuntu1.3 [474 kB] 16:45:56 Get:68 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils amd64 2.34-6ubuntu1.3 [3380 B] 16:45:56 Get:69 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-common amd64 2.34-6ubuntu1.3 [207 kB] 16:45:56 Get:70 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.3 [47.4 kB] 16:45:56 Get:71 http://security.ubuntu.com/ubuntu focal-security/main amd64 libasan5 amd64 9.3.0-17ubuntu1~20.04 [394 kB] 16:45:56 Get:72 http://security.ubuntu.com/ubuntu focal-security/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8405 kB] 16:45:56 Get:73 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9 amd64 9.3.0-17ubuntu1~20.04 [8241 kB] 16:45:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.248s coverage: 92.9% of statements 16:45:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:45:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:45:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:45:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.062s coverage: 65.1% of statements 16:45:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:45:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:45:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:45:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:45:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:45:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.183s coverage: 87.2% of statements 16:45:57 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:45:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:45:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.160s coverage: 100.0% of statements 16:45:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:45:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.244s coverage: 58.8% of statements 16:45:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:45:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.286s coverage: 80.0% of statements 16:45:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.297s coverage: 87.2% of statements 16:45:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.346s coverage: 85.4% of statements 16:45:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.792s coverage: 91.2% of statements 16:45:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:45:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.746s coverage: 64.4% of statements 16:45:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:45:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:45:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.185s coverage: 100.0% of statements 16:45:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.115s coverage: 89.4% of statements 16:45:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 16:45:57 Get:74 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1714 kB] 16:45:57 Get:75 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-9-dev amd64 9.3.0-17ubuntu1~20.04 [2360 kB] 16:45:57 Get:76 http://security.ubuntu.com/ubuntu focal-security/main amd64 cpp-9 amd64 9.3.0-17ubuntu1~20.04 [7494 kB] 16:45:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements 16:45:57 Get:77 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9-base amd64 9.3.0-17ubuntu1~20.04 [19.1 kB] 16:45:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements 16:45:58 debconf: delaying package configuration, since apt-utils is not installed 16:45:58 Fetched 63.3 MB in 4s (15.4 MB/s) 16:45:58 (Reading database ... 14313 files and directories currently installed.) 16:45:58 Preparing to unpack .../0-libc6-dev_2.31-0ubuntu9.2_amd64.deb ... 16:45:58 Unpacking libc6-dev:amd64 (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... 16:45:58 Preparing to unpack .../1-libc-dev-bin_2.31-0ubuntu9.2_amd64.deb ... 16:45:58 Unpacking libc-dev-bin (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... 16:45:58 Preparing to unpack .../2-linux-libc-dev_5.4.0-99.112_amd64.deb ... 16:45:58 Unpacking linux-libc-dev:amd64 (5.4.0-99.112) over (5.4.0-26.30) ... 16:45:59 Preparing to unpack .../3-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ... 16:45:59 Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 16:45:59 Preparing to unpack .../4-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... 16:45:59 Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 16:45:59 Preparing to unpack .../5-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ... 16:45:59 Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 16:45:59 Preparing to unpack .../6-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... 16:45:59 Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 16:45:59 Preparing to unpack .../7-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ... 16:45:59 Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 16:45:59 Preparing to unpack .../8-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ... 16:45:59 Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 16:45:59 Preparing to unpack .../9-gcc-10-base_10.3.0-1ubuntu1~20.04_amd64.deb ... 16:45:59 Unpacking gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 16:46:00 Setting up gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) ... 16:46:00 (Reading database ... 14312 files and directories currently installed.) 16:46:00 Preparing to unpack .../libgcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... 16:46:00 Unpacking libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 16:46:00 Setting up libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) ... 16:46:00 (Reading database ... 14312 files and directories currently installed.) 16:46:00 Preparing to unpack .../libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ... 16:46:00 Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 16:46:00 Preparing to unpack .../libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ... 16:46:00 Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 16:46:00 Preparing to unpack .../libstdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... 16:46:00 Unpacking libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... 16:46:00 Setting up libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) ... 16:46:00 (Reading database ... 14312 files and directories currently installed.) 16:46:00 Preparing to unpack .../libc6_2.31-0ubuntu9.2_amd64.deb ... 16:46:00 Unpacking libc6:amd64 (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... 16:46:01 Setting up libc6:amd64 (2.31-0ubuntu9.2) ... 16:46:01 (Reading database ... 14312 files and directories currently installed.) 16:46:01 Preparing to unpack .../base-files_11ubuntu5.4_amd64.deb ... 16:46:01 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 16:46:01 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 16:46:01 Unpacking base-files (11ubuntu5.4) over (11ubuntu5) ... 16:46:01 Setting up base-files (11ubuntu5.4) ... 16:46:01 Installing new version of config file /etc/issue ... 16:46:01 Installing new version of config file /etc/issue.net ... 16:46:01 Installing new version of config file /etc/lsb-release ... 16:46:01 Installing new version of config file /etc/update-motd.d/50-motd-news ... 16:46:01 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 16:46:02 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 16:46:02 Removing obsolete conffile /etc/default/motd-news ... 16:46:02 (Reading database ... 14311 files and directories currently installed.) 16:46:02 Preparing to unpack .../bash_5.0-6ubuntu1.1_amd64.deb ... 16:46:02 Unpacking bash (5.0-6ubuntu1.1) over (5.0-6ubuntu1) ... 16:46:02 Setting up bash (5.0-6ubuntu1.1) ... 16:46:02 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 16:46:02 (Reading database ... 14311 files and directories currently installed.) 16:46:02 Preparing to unpack .../bsdutils_1%3a2.34-0.1ubuntu9.3_amd64.deb ... 16:46:02 Unpacking bsdutils (1:2.34-0.1ubuntu9.3) over (1:2.34-0.1ubuntu9) ... 16:46:02 Setting up bsdutils (1:2.34-0.1ubuntu9.3) ... 16:46:02 (Reading database ... 14311 files and directories currently installed.) 16:46:02 Preparing to unpack .../login_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... 16:46:02 Unpacking login (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... 16:46:02 Setting up login (1:4.8.1-1ubuntu5.20.04.1) ... 16:46:02 (Reading database ... 14311 files and directories currently installed.) 16:46:02 Preparing to unpack .../libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ... 16:46:02 Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 16:46:02 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.329s coverage: 65.4% of statements 16:46:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:46:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:46:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:46:03 Preparing to unpack .../perl_5.30.0-9ubuntu0.2_amd64.deb ... 16:46:03 Unpacking perl (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 16:46:03 Preparing to unpack .../perl-base_5.30.0-9ubuntu0.2_amd64.deb ... 16:46:03 Unpacking perl-base (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 16:46:03 Setting up perl-base (5.30.0-9ubuntu0.2) ... 16:46:03 (Reading database ... 14311 files and directories currently installed.) 16:46:03 Preparing to unpack .../perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ... 16:46:03 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... 16:46:04 Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-2ubuntu1.2_amd64.deb ... 16:46:04 Unpacking zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.2) over (1:1.2.11.dfsg-2ubuntu1) ... 16:46:04 Setting up zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.2) ... 16:46:04 (Reading database ... 14311 files and directories currently installed.) 16:46:04 Preparing to unpack .../tar_1.30+dfsg-7ubuntu0.20.04.1_amd64.deb ... 16:46:04 Unpacking tar (1.30+dfsg-7ubuntu0.20.04.1) over (1.30+dfsg-7) ... 16:46:04 Setting up tar (1.30+dfsg-7ubuntu0.20.04.1) ... 16:46:04 (Reading database ... 14311 files and directories currently installed.) 16:46:04 Preparing to unpack .../libblkid1_2.34-0.1ubuntu9.3_amd64.deb ... 16:46:04 Unpacking libblkid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 16:46:04 Setting up libblkid1:amd64 (2.34-0.1ubuntu9.3) ... 16:46:04 (Reading database ... 14311 files and directories currently installed.) 16:46:04 Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.3_amd64.deb ... 16:46:04 Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 16:46:04 Setting up libuuid1:amd64 (2.34-0.1ubuntu9.3) ... 16:46:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.742s coverage: 43.8% of statements 16:46:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:46:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:46:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.255s coverage: 89.5% of statements 16:46:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:46:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.207s coverage: 84.8% of statements 16:46:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 16:46:04 (Reading database ... 14311 files and directories currently installed.) 16:46:04 Preparing to unpack .../libfdisk1_2.34-0.1ubuntu9.3_amd64.deb ... 16:46:04 Unpacking libfdisk1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 16:46:04 Preparing to unpack .../libmount1_2.34-0.1ubuntu9.3_amd64.deb ... 16:46:04 Unpacking libmount1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 16:46:04 Setting up libmount1:amd64 (2.34-0.1ubuntu9.3) ... 16:46:04 (Reading database ... 14311 files and directories currently installed.) 16:46:04 Preparing to unpack .../libsmartcols1_2.34-0.1ubuntu9.3_amd64.deb ... 16:46:04 Unpacking libsmartcols1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 16:46:04 Setting up libsmartcols1:amd64 (2.34-0.1ubuntu9.3) ... 16:46:04 (Reading database ... 14311 files and directories currently installed.) 16:46:04 Preparing to unpack .../fdisk_2.34-0.1ubuntu9.3_amd64.deb ... 16:46:04 Unpacking fdisk (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 16:46:04 Preparing to unpack .../util-linux_2.34-0.1ubuntu9.3_amd64.deb ... 16:46:04 Unpacking util-linux (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 16:46:05 Setting up util-linux (2.34-0.1ubuntu9.3) ... 16:46:05 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 16:46:06 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 16:46:06 (Reading database ... 14311 files and directories currently installed.) 16:46:06 Preparing to unpack .../libc-bin_2.31-0ubuntu9.2_amd64.deb ... 16:46:06 Unpacking libc-bin (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... 16:46:06 Setting up libc-bin (2.31-0ubuntu9.2) ... 16:46:06 (Reading database ... 14311 files and directories currently installed.) 16:46:06 Preparing to unpack .../libgcrypt20_1.8.5-5ubuntu1.1_amd64.deb ... 16:46:06 Unpacking libgcrypt20:amd64 (1.8.5-5ubuntu1.1) over (1.8.5-5ubuntu1) ... 16:46:06 Setting up libgcrypt20:amd64 (1.8.5-5ubuntu1.1) ... 16:46:06 (Reading database ... 14311 files and directories currently installed.) 16:46:06 Preparing to unpack .../liblz4-1_1.9.2-2ubuntu0.20.04.1_amd64.deb ... 16:46:06 Unpacking liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) over (1.9.2-2) ... 16:46:06 Setting up liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) ... 16:46:06 (Reading database ... 14311 files and directories currently installed.) 16:46:06 Preparing to unpack .../liblzma5_5.2.4-1ubuntu1_amd64.deb ... 16:46:06 Unpacking liblzma5:amd64 (5.2.4-1ubuntu1) over (5.2.4-1) ... 16:46:06 Setting up liblzma5:amd64 (5.2.4-1ubuntu1) ... 16:46:06 (Reading database ... 14311 files and directories currently installed.) 16:46:06 Preparing to unpack .../libzstd1_1.4.4+dfsg-3ubuntu0.1_amd64.deb ... 16:46:06 Unpacking libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) over (1.4.4+dfsg-3) ... 16:46:06 Setting up libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) ... 16:46:07 (Reading database ... 14311 files and directories currently installed.) 16:46:07 Preparing to unpack .../libapt-pkg6.0_2.0.6_amd64.deb ... 16:46:07 Unpacking libapt-pkg6.0:amd64 (2.0.6) over (2.0.2) ... 16:46:07 Setting up libapt-pkg6.0:amd64 (2.0.6) ... 16:46:07 (Reading database ... 14311 files and directories currently installed.) 16:46:07 Preparing to unpack .../gpgv_2.2.19-3ubuntu2.1_amd64.deb ... 16:46:07 Unpacking gpgv (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... 16:46:07 Setting up gpgv (2.2.19-3ubuntu2.1) ... 16:46:07 (Reading database ... 14311 files and directories currently installed.) 16:46:07 Preparing to unpack .../ubuntu-keyring_2020.02.11.4_all.deb ... 16:46:07 Unpacking ubuntu-keyring (2020.02.11.4) over (2020.02.11.2) ... 16:46:07 Setting up ubuntu-keyring (2020.02.11.4) ... 16:46:07 (Reading database ... 14311 files and directories currently installed.) 16:46:07 Preparing to unpack .../libnettle7_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... 16:46:07 Unpacking libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... 16:46:07 Setting up libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... 16:46:07 (Reading database ... 14311 files and directories currently installed.) 16:46:07 Preparing to unpack .../libhogweed5_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... 16:46:07 Unpacking libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... 16:46:07 Setting up libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... 16:46:07 (Reading database ... 14311 files and directories currently installed.) 16:46:07 Preparing to unpack .../libp11-kit0_0.23.20-1ubuntu0.1_amd64.deb ... 16:46:07 Unpacking libp11-kit0:amd64 (0.23.20-1ubuntu0.1) over (0.23.20-1build1) ... 16:46:07 Setting up libp11-kit0:amd64 (0.23.20-1ubuntu0.1) ... 16:46:07 (Reading database ... 14311 files and directories currently installed.) 16:46:07 Preparing to unpack .../libgnutls30_3.6.13-2ubuntu1.6_amd64.deb ... 16:46:07 Unpacking libgnutls30:amd64 (3.6.13-2ubuntu1.6) over (3.6.13-2ubuntu1) ... 16:46:08 Setting up libgnutls30:amd64 (3.6.13-2ubuntu1.6) ... 16:46:08 (Reading database ... 14311 files and directories currently installed.) 16:46:08 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~20.04.2_amd64.deb ... 16:46:08 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) over (2.4.3-1ubuntu1) ... 16:46:08 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) ... 16:46:08 (Reading database ... 14311 files and directories currently installed.) 16:46:08 Preparing to unpack .../archives/apt_2.0.6_amd64.deb ... 16:46:08 Unpacking apt (2.0.6) over (2.0.2) ... 16:46:08 Setting up apt (2.0.6) ... 16:46:09 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 16:46:09 (Reading database ... 14311 files and directories currently installed.) 16:46:09 Preparing to unpack .../libpam0g_1.3.1-5ubuntu4.3_amd64.deb ... 16:46:09 Unpacking libpam0g:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 16:46:09 Setting up libpam0g:amd64 (1.3.1-5ubuntu4.3) ... 16:46:09 (Reading database ... 14311 files and directories currently installed.) 16:46:09 Preparing to unpack .../libpam-modules-bin_1.3.1-5ubuntu4.3_amd64.deb ... 16:46:09 Unpacking libpam-modules-bin (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 16:46:09 Setting up libpam-modules-bin (1.3.1-5ubuntu4.3) ... 16:46:09 (Reading database ... 14313 files and directories currently installed.) 16:46:09 Preparing to unpack .../libpam-modules_1.3.1-5ubuntu4.3_amd64.deb ... 16:46:09 Unpacking libpam-modules:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 16:46:09 Setting up libpam-modules:amd64 (1.3.1-5ubuntu4.3) ... 16:46:10 (Reading database ... 14317 files and directories currently installed.) 16:46:10 Preparing to unpack .../mount_2.34-0.1ubuntu9.3_amd64.deb ... 16:46:10 Unpacking mount (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... 16:46:10 Preparing to unpack .../libpam-runtime_1.3.1-5ubuntu4.3_all.deb ... 16:46:10 Unpacking libpam-runtime (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... 16:46:10 Setting up libpam-runtime (1.3.1-5ubuntu4.3) ... 16:46:10 (Reading database ... 14317 files and directories currently installed.) 16:46:10 Preparing to unpack .../passwd_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... 16:46:10 Unpacking passwd (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... 16:46:10 Setting up passwd (1:4.8.1-1ubuntu5.20.04.1) ... 16:46:10 (Reading database ... 14317 files and directories currently installed.) 16:46:10 Preparing to unpack .../00-libprocps8_2%3a3.3.16-1ubuntu2.3_amd64.deb ... 16:46:10 Unpacking libprocps8:amd64 (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... 16:46:10 Preparing to unpack .../01-procps_2%3a3.3.16-1ubuntu2.3_amd64.deb ... 16:46:10 Unpacking procps (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... 16:46:11 Preparing to unpack .../02-libssl1.1_1.1.1f-1ubuntu2.10_amd64.deb ... 16:46:11 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2) ... 16:46:11 Preparing to unpack .../03-openssl_1.1.1f-1ubuntu2.10_amd64.deb ... 16:46:11 Unpacking openssl (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2) ... 16:46:11 Preparing to unpack .../04-ca-certificates_20210119~20.04.2_all.deb ... 16:46:11 Unpacking ca-certificates (20210119~20.04.2) over (20190110ubuntu1) ... 16:46:11 Preparing to unpack .../05-libapparmor1_2.13.3-7ubuntu5.1_amd64.deb ... 16:46:11 Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.1) over (2.13.3-7ubuntu5) ... 16:46:11 Preparing to unpack .../06-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ... 16:46:11 Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) over (0.13.1+dfsg-7) ... 16:46:11 Preparing to unpack .../07-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_amd64.deb ... 16:46:11 Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) over (2:2.2.2-3ubuntu2) ... 16:46:11 Preparing to unpack .../08-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ... 16:46:11 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) over (3.31.1-4) ... 16:46:11 Preparing to unpack .../09-tzdata_2021e-0ubuntu0.20.04_all.deb ... 16:46:11 Unpacking tzdata (2021e-0ubuntu0.20.04) over (2019c-3ubuntu1) ... 16:46:12 Preparing to unpack .../10-xz-utils_5.2.4-1ubuntu1_amd64.deb ... 16:46:12 Unpacking xz-utils (5.2.4-1ubuntu1) over (5.2.4-1) ... 16:46:12 Preparing to unpack .../11-libctf0_2.34-6ubuntu1.3_amd64.deb ... 16:46:12 Unpacking libctf0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 16:46:12 Preparing to unpack .../12-binutils-x86-64-linux-gnu_2.34-6ubuntu1.3_amd64.deb ... 16:46:12 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 16:46:12 Preparing to unpack .../13-libbinutils_2.34-6ubuntu1.3_amd64.deb ... 16:46:12 Unpacking libbinutils:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 16:46:12 Preparing to unpack .../14-binutils_2.34-6ubuntu1.3_amd64.deb ... 16:46:12 Unpacking binutils (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 16:46:12 Preparing to unpack .../15-binutils-common_2.34-6ubuntu1.3_amd64.deb ... 16:46:12 Unpacking binutils-common:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 16:46:12 Preparing to unpack .../16-libctf-nobfd0_2.34-6ubuntu1.3_amd64.deb ... 16:46:12 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... 16:46:12 Preparing to unpack .../17-build-essential_12.8ubuntu1.1_amd64.deb ... 16:46:12 Unpacking build-essential (12.8ubuntu1.1) over (12.8ubuntu1) ... 16:46:12 Preparing to unpack .../18-libasan5_9.3.0-17ubuntu1~20.04_amd64.deb ... 16:46:12 Unpacking libasan5:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.282s coverage: 17.7% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.628s coverage: 92.3% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.242s coverage: 63.2% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.388s coverage: 97.7% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.175s coverage: 28.9% of statements 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 16:46:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.180s coverage: 100.0% of statements 16:46:12 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 96.9% of statements 16:46:12 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 16:46:12 WARNING: Linting skipped (not on x86_64 or linter not installed) 16:46:12 GO111MODULE=on go vet ./... 16:46:12 Preparing to unpack .../19-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ... 16:46:12 Unpacking g++-9 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 16:46:13 Preparing to unpack .../20-gcc-9_9.3.0-17ubuntu1~20.04_amd64.deb ... 16:46:13 Unpacking gcc-9 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 16:46:14 Preparing to unpack .../21-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 16:46:14 Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 16:46:14 Preparing to unpack .../22-libgcc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... 16:46:14 Unpacking libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 16:46:14 Preparing to unpack .../23-cpp-9_9.3.0-17ubuntu1~20.04_amd64.deb ... 16:46:14 Unpacking cpp-9 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 16:46:15 Preparing to unpack .../24-gcc-9-base_9.3.0-17ubuntu1~20.04_amd64.deb ... 16:46:15 Unpacking gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... 16:46:15 Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.1) ... 16:46:15 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ... 16:46:15 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.10) ... 16:46:15 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ... 16:46:15 Setting up binutils-common:amd64 (2.34-6ubuntu1.3) ... 16:46:15 Setting up linux-libc-dev:amd64 (5.4.0-99.112) ... 16:46:15 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ... 16:46:15 Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... 16:46:15 Setting up tzdata (2021e-0ubuntu0.20.04) ... 16:46:16 16:46:16 Current default time zone: 'Etc/UTC' 16:46:16 Local time is now: Wed Feb 16 16:46:15 UTC 2022. 16:46:16 Universal Time is now: Wed Feb 16 16:46:15 UTC 2022. 16:46:16 Run 'dpkg-reconfigure tzdata' if you wish to change it. 16:46:16 16:46:16 Setting up xz-utils (5.2.4-1ubuntu1) ... 16:46:16 Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... 16:46:16 Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... 16:46:16 Setting up libfdisk1:amd64 (2.34-0.1ubuntu9.3) ... 16:46:16 Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... 16:46:16 Setting up mount (2.34-0.1ubuntu9.3) ... 16:46:16 Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ... 16:46:16 Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ... 16:46:16 Setting up libbinutils:amd64 (2.34-6ubuntu1.3) ... 16:46:16 Setting up libc-dev-bin (2.31-0ubuntu9.2) ... 16:46:16 Setting up openssl (1.1.1f-1ubuntu2.10) ... 16:46:16 Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... 16:46:16 Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... 16:46:16 Setting up libprocps8:amd64 (2:3.3.16-1ubuntu2.3) ... 16:46:16 Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... 16:46:16 Setting up gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) ... 16:46:16 Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... 16:46:16 Setting up libctf0:amd64 (2.34-6ubuntu1.3) ... 16:46:16 Setting up fdisk (2.34-0.1ubuntu9.3) ... 16:46:16 Setting up ca-certificates (20210119~20.04.2) ... 16:46:18 Updating certificates in /etc/ssl/certs... 16:46:18 21 added, 21 removed; done. 16:46:18 Setting up libasan5:amd64 (9.3.0-17ubuntu1~20.04) ... 16:46:18 Setting up perl (5.30.0-9ubuntu0.2) ... 16:46:18 Setting up procps (2:3.3.16-1ubuntu2.3) ... 16:46:19 Setting up cpp-9 (9.3.0-17ubuntu1~20.04) ... 16:46:19 Setting up libc6-dev:amd64 (2.31-0ubuntu9.2) ... 16:46:19 Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ... 16:46:19 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ... 16:46:19 Setting up binutils (2.34-6ubuntu1.3) ... 16:46:19 Setting up libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 16:46:19 Setting up build-essential (12.8ubuntu1.1) ... 16:46:19 Setting up gcc-9 (9.3.0-17ubuntu1~20.04) ... 16:46:19 Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... 16:46:19 Setting up g++-9 (9.3.0-17ubuntu1~20.04) ... 16:46:19 Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 16:46:19 Processing triggers for systemd (245.4-4ubuntu3.15) ... 16:46:19 Processing triggers for mime-support (3.64ubuntu1) ... 16:46:19 Processing triggers for ca-certificates (20210119~20.04.2) ... 16:46:19 Updating certificates in /etc/ssl/certs... 16:46:19 0 added, 0 removed; done. 16:46:19 Running hooks in /etc/ca-certificates/update.d... 16:46:19 done. 16:46:21 Reading package lists... 16:46:21 Building dependency tree... 16:46:21 Reading state information... 16:46:21 The following NEW packages will be installed: 16:46:21 apt-transport-https 16:46:21 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 16:46:21 Need to get 4680 B of archives. 16:46:21 After this operation, 162 kB of additional disk space will be used. 16:46:21 Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4680 B] 16:46:21 debconf: delaying package configuration, since apt-utils is not installed 16:46:21 Fetched 4680 B in 0s (25.0 kB/s) 16:46:21 Selecting previously unselected package apt-transport-https. 16:46:21 (Reading database ... 14320 files and directories currently installed.) 16:46:21 Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... 16:46:21 Unpacking apt-transport-https (2.0.6) ... 16:46:21 Setting up apt-transport-https (2.0.6) ... 16:46:22 Waiting for network to be ready... 16:46:27 2022-02-16T16:46:26Z INFO Waiting for automatic snapd restart... 16:46:29 snapd 2.54.2 from Canonical* installed 16:46:29 "snapd" switched to the "latest/stable" channel 16:46:29 16:46:31 core20 20220114 from Canonical* installed 16:46:31 "core20" switched to the "latest/stable" channel 16:46:31 16:46:34 snapcraft 6.0.2 from Canonical* installed 16:46:34 "snapcraft" switched to the "latest/stable" channel 16:46:34 16:46:38 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: 16:46:38 - README.md 16:46:38 16:46:38 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:46:39 Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 16:46:39 Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 16:46:39 Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 16:46:40 Reading package lists... 16:46:40 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 16:46:40 Reading package lists... 16:46:40 Building dependency tree... 16:46:40 Reading state information... 16:46:41 Suggested packages: 16:46:41 doc-base gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el 16:46:41 git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn krb5-doc 16:46:41 krb5-user libnorm-doc 16:46:41 Recommended packages: 16:46:41 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 16:46:41 The following NEW packages will be installed: 16:46:41 comerr-dev git git-man krb5-multidev libbrotli1 libcurl3-gnutls 16:46:41 liberror-perl libglib2.0-0 libgssrpc4 libkadm5clnt-mit11 libkadm5srv-mit11 16:46:41 libkdb5-9 libkrb5-dev libnghttp2-14 libnorm-dev libnorm1 libpgm-5.2-0 16:46:41 libpgm-dev libpsl5 librtmp1 libsodium-dev libsodium23 libssh-4 libzmq3-dev 16:46:41 libzmq5 pkg-config zip 16:46:41 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. 16:46:41 Need to get 10.3 MB of archives. 16:46:41 After this operation, 56.5 MB of additional disk space will be used. 16:46:41 Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] 16:46:41 Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB] 16:46:41 Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.7 [232 kB] 16:46:41 Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 git-man all 1:2.25.1-1ubuntu3.2 [884 kB] 16:46:41 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB] 16:46:41 Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 git amd64 1:2.25.1-1ubuntu3.2 [4554 kB] 16:46:41 Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] 16:46:41 Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] 16:46:41 Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] 16:46:41 Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] 16:46:41 Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] 16:46:41 Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] 16:46:42 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium23 amd64 1.0.18-1 [150 kB] 16:46:42 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] 16:46:42 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB] 16:46:42 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] 16:46:42 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB] 16:46:42 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] 16:46:42 Get:19 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] 16:46:42 Get:20 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm-dev amd64 1.5.8+dfsg2-2build1 [463 kB] 16:46:42 Get:21 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] 16:46:42 Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-dev amd64 5.2.122~dfsg-3ubuntu1 [189 kB] 16:46:42 Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium-dev amd64 1.0.18-1 [169 kB] 16:46:42 Get:24 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] 16:46:42 Get:25 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq3-dev amd64 4.3.2-2ubuntu1 [455 kB] 16:46:42 Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 16:46:42 Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] 16:46:42 debconf: delaying package configuration, since apt-utils is not installed 16:46:42 Fetched 10.3 MB in 1s (9123 kB/s) 16:46:42 Selecting previously unselected package libglib2.0-0:amd64. 16:46:42 (Reading database ... 14324 files and directories currently installed.) 16:46:42 Preparing to unpack .../00-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ... 16:46:42 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... 16:46:42 Selecting previously unselected package libsodium23:amd64. 16:46:42 Preparing to unpack .../01-libsodium23_1.0.18-1_amd64.deb ... 16:46:42 Unpacking libsodium23:amd64 (1.0.18-1) ... 16:46:42 Selecting previously unselected package libpsl5:amd64. 16:46:42 Preparing to unpack .../02-libpsl5_0.21.0-1ubuntu1_amd64.deb ... 16:46:42 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... 16:46:42 Selecting previously unselected package libbrotli1:amd64. 16:46:42 Preparing to unpack .../03-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... 16:46:42 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... 16:46:42 Selecting previously unselected package libnghttp2-14:amd64. 16:46:42 Preparing to unpack .../04-libnghttp2-14_1.40.0-1build1_amd64.deb ... 16:46:42 Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ... 16:46:42 Selecting previously unselected package librtmp1:amd64. 16:46:42 Preparing to unpack .../05-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... 16:46:42 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... 16:46:43 Selecting previously unselected package libssh-4:amd64. 16:46:43 Preparing to unpack .../06-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ... 16:46:43 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ... 16:46:43 Selecting previously unselected package libcurl3-gnutls:amd64. 16:46:43 Preparing to unpack .../07-libcurl3-gnutls_7.68.0-1ubuntu2.7_amd64.deb ... 16:46:43 Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... 16:46:43 Selecting previously unselected package liberror-perl. 16:46:43 Preparing to unpack .../08-liberror-perl_0.17029-1_all.deb ... 16:46:43 Unpacking liberror-perl (0.17029-1) ... 16:46:43 Selecting previously unselected package git-man. 16:46:43 Preparing to unpack .../09-git-man_1%3a2.25.1-1ubuntu3.2_all.deb ... 16:46:43 Unpacking git-man (1:2.25.1-1ubuntu3.2) ... 16:46:43 Selecting previously unselected package git. 16:46:43 Preparing to unpack .../10-git_1%3a2.25.1-1ubuntu3.2_amd64.deb ... 16:46:43 Unpacking git (1:2.25.1-1ubuntu3.2) ... 16:46:43 Selecting previously unselected package libgssrpc4:amd64. 16:46:43 Preparing to unpack .../11-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... 16:46:43 Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 16:46:43 Selecting previously unselected package libkdb5-9:amd64. 16:46:43 Preparing to unpack .../12-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... 16:46:43 Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 16:46:44 Selecting previously unselected package libkadm5srv-mit11:amd64. 16:46:44 Preparing to unpack .../13-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... 16:46:44 Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 16:46:44 Selecting previously unselected package libkadm5clnt-mit11:amd64. 16:46:44 Preparing to unpack .../14-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... 16:46:44 Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 16:46:44 Selecting previously unselected package comerr-dev:amd64. 16:46:44 Preparing to unpack .../15-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... 16:46:44 Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 16:46:44 Selecting previously unselected package krb5-multidev:amd64. 16:46:44 Preparing to unpack .../16-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... 16:46:44 Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 16:46:44 Selecting previously unselected package libnorm1:amd64. 16:46:44 Preparing to unpack .../17-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... 16:46:44 Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 16:46:44 Selecting previously unselected package libnorm-dev:amd64. 16:46:44 Preparing to unpack .../18-libnorm-dev_1.5.8+dfsg2-2build1_amd64.deb ... 16:46:44 Unpacking libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... 16:46:44 Selecting previously unselected package libpgm-5.2-0:amd64. 16:46:44 Preparing to unpack .../19-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... 16:46:44 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 16:46:44 Selecting previously unselected package libpgm-dev:amd64. 16:46:44 Preparing to unpack .../20-libpgm-dev_5.2.122~dfsg-3ubuntu1_amd64.deb ... 16:46:44 Unpacking libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... 16:46:44 Selecting previously unselected package libsodium-dev:amd64. 16:46:44 Preparing to unpack .../21-libsodium-dev_1.0.18-1_amd64.deb ... 16:46:44 Unpacking libsodium-dev:amd64 (1.0.18-1) ... 16:46:44 Selecting previously unselected package libzmq5:amd64. 16:46:44 Preparing to unpack .../22-libzmq5_4.3.2-2ubuntu1_amd64.deb ... 16:46:44 Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... 16:46:45 Selecting previously unselected package libkrb5-dev:amd64. 16:46:45 Preparing to unpack .../23-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... 16:46:45 Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 16:46:45 Selecting previously unselected package libzmq3-dev:amd64. 16:46:45 Preparing to unpack .../24-libzmq3-dev_4.3.2-2ubuntu1_amd64.deb ... 16:46:45 Unpacking libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... 16:46:45 Selecting previously unselected package pkg-config. 16:46:45 Preparing to unpack .../25-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 16:46:45 Unpacking pkg-config (0.29.1-0ubuntu4) ... 16:46:45 Selecting previously unselected package zip. 16:46:45 Preparing to unpack .../26-zip_3.0-11build1_amd64.deb ... 16:46:45 Unpacking zip (3.0-11build1) ... 16:46:45 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... 16:46:45 Setting up libsodium23:amd64 (1.0.18-1) ... 16:46:45 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... 16:46:45 No schema files found: doing nothing. 16:46:45 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... 16:46:45 Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... 16:46:45 Setting up libnghttp2-14:amd64 (1.40.0-1build1) ... 16:46:45 Setting up libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... 16:46:45 Setting up liberror-perl (0.17029-1) ... 16:46:45 Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... 16:46:45 Setting up zip (3.0-11build1) ... 16:46:45 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... 16:46:45 Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... 16:46:45 Setting up pkg-config (0.29.1-0ubuntu4) ... 16:46:45 Setting up libsodium-dev:amd64 (1.0.18-1) ... 16:46:45 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ... 16:46:45 Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... 16:46:45 Setting up git-man (1:2.25.1-1ubuntu3.2) ... 16:46:45 Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... 16:46:45 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... 16:46:45 Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... 16:46:45 Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... 16:46:45 Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... 16:46:45 Setting up libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... 16:46:45 Setting up git (1:2.25.1-1ubuntu3.2) ... 16:46:45 Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... 16:46:45 Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... 16:46:45 Setting up libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... 16:46:45 Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 16:46:46 comerr-dev set to automatically installed. 16:46:46 git set to automatically installed. 16:46:46 git-man set to automatically installed. 16:46:46 krb5-multidev set to automatically installed. 16:46:46 libbrotli1 set to automatically installed. 16:46:46 libcurl3-gnutls set to automatically installed. 16:46:46 liberror-perl set to automatically installed. 16:46:46 libglib2.0-0 set to automatically installed. 16:46:46 libgssrpc4 set to automatically installed. 16:46:46 libkadm5clnt-mit11 set to automatically installed. 16:46:46 libkadm5srv-mit11 set to automatically installed. 16:46:46 libkdb5-9 set to automatically installed. 16:46:46 libkrb5-dev set to automatically installed. 16:46:46 libnghttp2-14 set to automatically installed. 16:46:46 libnorm-dev set to automatically installed. 16:46:46 libnorm1 set to automatically installed. 16:46:46 libpgm-5.2-0 set to automatically installed. 16:46:46 libpgm-dev set to automatically installed. 16:46:46 libpsl5 set to automatically installed. 16:46:46 librtmp1 set to automatically installed. 16:46:46 libsodium-dev set to automatically installed. 16:46:46 libsodium23 set to automatically installed. 16:46:46 libssh-4 set to automatically installed. 16:46:46 libzmq3-dev set to automatically installed. 16:46:46 libzmq5 set to automatically installed. 16:46:46 pkg-config set to automatically installed. 16:46:46 zip set to automatically installed. 16:46:47 snapd is not logged in, snap install commands will use sudo 16:46:59 go (1.17/stable) 1.17.6 from Michael Hudson-Doyle (mwhudson) installed 16:46:59 Downloading snap 'edgex-app-service-configurable' 16:47:07 Pulling app-service-configurable 16:47:07 + snapcraftctl pull 16:47:08 Pulling config-common 16:47:08 + snapcraftctl pull 16:47:10 Pulling go-build-helper 16:47:10 + snapcraftctl pull 16:47:11 'edgex-go' has dependencies that need to be staged: go-build-helper 16:47:11 Skipping pull go-build-helper (already ran) 16:47:11 Building go-build-helper 16:47:11 + snapcraftctl build 16:47:13 + cp --archive --link --no-dereference . /root/parts/go-build-helper/install 16:47:13 Staging go-build-helper 16:47:13 + snapcraftctl stage 16:47:19 Get:1 libnorm1_1.5.8+dfsg2-2build1_amd64.deb [290 kB] 16:47:19 Fetched 290 kB in 0s (0 B/s) 16:47:19 Get:1 libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb [158 kB] 16:47:19 Fetched 158 kB in 0s (0 B/s) 16:47:19 Get:1 libzmq5_4.3.2-2ubuntu1_amd64.deb [242 kB] 16:47:19 Fetched 242 kB in 0s (0 B/s) 16:47:19 Get:1 libsodium23_1.0.18-1_amd64.deb [150 kB] 16:47:19 Fetched 150 kB in 0s (0 B/s) 16:47:19 Pulling edgex-go 16:47:19 + snapcraftctl pull 16:47:20 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:47:20 Pulling hooks 16:47:20 + snapcraftctl pull 16:47:21 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:47:22 ./bin/test-attribution-txt.sh [Pipeline] echo 16:47:25 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh 16:47:25 + ls -al . 16:47:25 total 672 16:47:25 drwxrwxr-x 9 1001 1001 4096 Feb 16 16:47 . 16:47:25 drwxr-xr-x 4 root root 4096 Feb 16 16:43 .. 16:47:25 -rw-rw-r-- 1 1001 1001 11 Feb 16 16:40 .dockerignore 16:47:25 drwxrwxr-x 8 1001 1001 4096 Feb 16 16:40 .git 16:47:25 drwxrwxr-x 4 1001 1001 4096 Feb 16 16:40 .github 16:47:25 -rw-rw-r-- 1 1001 1001 804 Feb 16 16:40 .gitignore 16:47:25 -rw-rw-r-- 1 1001 1001 42 Feb 16 16:40 .golangci.yml 16:47:25 -rw-rw-r-- 1 1001 1001 76 Feb 16 16:40 .hadolint.yml 16:47:25 -rw-rw-r-- 1 1001 1001 166 Feb 16 16:40 .sonarcloud.properties 16:47:25 -rw-rw-r-- 1 1001 1001 1171 Feb 16 16:40 ADOPTERS.md 16:47:25 -rw-rw-r-- 1 1001 1001 9019 Feb 16 16:40 Attribution.txt 16:47:25 -rw-rw-r-- 1 1001 1001 51732 Feb 16 16:40 CHANGELOG.md 16:47:25 -rw-rw-r-- 1 1001 1001 3804 Feb 16 16:40 CONTRIBUTING.md 16:47:25 -rw-rw-r-- 1 1001 1001 677 Feb 16 16:40 GOVERNANCE.md 16:47:25 -rw-rw-r-- 1 1001 1001 849 Feb 16 16:40 Jenkinsfile 16:47:25 -rw-rw-r-- 1 1001 1001 10775 Feb 16 16:40 LICENSE 16:47:25 -rw-rw-r-- 1 1001 1001 6508 Feb 16 16:40 Makefile 16:47:25 -rw-rw-r-- 1 1001 1001 582 Feb 16 16:40 OWNERS.md 16:47:25 -rw-rw-r-- 1 1001 1001 8207 Feb 16 16:40 README.md 16:47:25 -rw-rw-r-- 1 1001 1001 6912 Feb 16 16:40 SECURITY.md 16:47:25 -rw-rw-r-- 1 1001 1001 5 Feb 16 16:36 VERSION 16:47:25 -rw-rw-r-- 1 1001 1001 4131 Feb 16 16:40 ZMQWindows.md 16:47:25 drwxrwxr-x 2 1001 1001 4096 Feb 16 16:40 bin 16:47:25 drwxrwxr-x 14 1001 1001 4096 Feb 16 16:40 cmd 16:47:25 -rw-r--r-- 1 root root 428383 Feb 16 16:46 coverage.out 16:47:25 -rw-rw-r-- 1 1001 1001 2841 Feb 16 16:40 go.mod 16:47:25 -rw-rw-r-- 1 1001 1001 50303 Feb 16 16:40 go.sum 16:47:25 drwxrwxr-x 8 1001 1001 4096 Feb 16 16:40 internal 16:47:25 drwxrwxr-x 3 1001 1001 4096 Feb 16 16:40 openapi 16:47:25 drwxrwxr-x 4 1001 1001 4096 Feb 16 16:40 snap 16:47:25 -rw-rw-r-- 1 1001 1001 204 Feb 16 16:40 version.go [Pipeline] sh 16:47:26 + '[' -e coverage.out ] 16:47:26 + chown 1001:1001 coverage.out [Pipeline] stash 16:47:26 Warning: overwriting stash ‘coverage-report’ 16:47:27 Stashed 1 file(s) [Pipeline] sh 16:47:27 + make build 16:47:27 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 16:47: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 16:47:35 Removing suid/guid from /root/parts/static-packages/install/bin/su 16:47:35 Get:1 libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [96.1 kB] 16:47:35 Fetched 96.1 kB in 0s (0 B/s) 16:47:35 Get:1 libnghttp2-14_1.40.0-1build1_amd64.deb [78.7 kB] 16:47:35 Fetched 78.7 kB in 0s (0 B/s) 16:47:35 Get:1 libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [48.0 kB] 16:47:35 Fetched 48.0 kB in 0s (0 B/s) 16:47:35 Get:1 jq_1.6-1ubuntu0.20.04.1_amd64.deb [50.2 kB] 16:47:35 Fetched 50.2 kB in 0s (0 B/s) 16:47:35 Get:1 libsasl2-modules-db_2.1.27+dfsg-2_amd64.deb [14.9 kB] 16:47:35 Fetched 14.9 kB in 0s (0 B/s) 16:47:35 Get:1 libcurl4_7.68.0-1ubuntu2.7_amd64.deb [234 kB] 16:47:35 Fetched 234 kB in 0s (0 B/s) 16:47:35 Get:1 libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb [155 kB] 16:47:35 Fetched 155 kB in 0s (0 B/s) 16:47:35 Get:1 libssh-4_0.9.3-2ubuntu2.2_amd64.deb [170 kB] 16:47:35 Fetched 170 kB in 0s (0 B/s) 16:47:35 Get:1 libbrotli1_1.0.7-6ubuntu0.1_amd64.deb [267 kB] 16:47:35 Fetched 267 kB in 0s (0 B/s) 16:47:35 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 16:47:35 Fetched 50.6 kB in 0s (0 B/s) 16:47:35 Get:1 libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [15.1 kB] 16:47:35 Fetched 15.1 kB in 0s (0 B/s) 16:47:35 Get:1 libpsl5_0.21.0-1ubuntu1_amd64.deb [51.5 kB] 16:47:35 Fetched 51.5 kB in 0s (0 B/s) 16:47:35 Get:1 libjq1_1.6-1ubuntu0.20.04.1_amd64.deb [121 kB] 16:47:35 Fetched 121 kB in 0s (0 B/s) 16:47:35 Get:1 libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [29.7 kB] 16:47:35 Fetched 29.7 kB in 0s (0 B/s) 16:47:35 Get:1 util-linux_2.34-0.1ubuntu9.3_amd64.deb [1021 kB] 16:47:35 Fetched 1021 kB in 0s (0 B/s) 16:47:35 Get:1 libsasl2-2_2.1.27+dfsg-2_amd64.deb [49.3 kB] 16:47:35 Fetched 49.3 kB in 0s (0 B/s) 16:47:35 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb [54.9 kB] 16:47:35 Fetched 54.9 kB in 0s (0 B/s) 16:47:35 Get:1 libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb [16.6 kB] 16:47:35 Fetched 16.6 kB in 0s (0 B/s) 16:47:35 Get:1 libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [87.9 kB] 16:47:35 Fetched 87.9 kB in 0s (0 B/s) 16:47:35 Get:1 libonig5_6.9.4-1_amd64.deb [142 kB] 16:47:35 Fetched 142 kB in 0s (0 B/s) 16:47:35 Get:1 libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [41.8 kB] 16:47:35 Fetched 41.8 kB in 0s (0 B/s) 16:47:35 Get:1 libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [181 kB] 16:47:35 Fetched 181 kB in 0s (0 B/s) 16:47:35 Get:1 libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [208 kB] 16:47:35 Fetched 208 kB in 0s (0 B/s) 16:47:35 Get:1 curl_7.68.0-1ubuntu2.7_amd64.deb [161 kB] 16:47:35 Fetched 161 kB in 0s (0 B/s) 16:47:35 Get:1 libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [107 kB] 16:47:35 Fetched 107 kB in 0s (0 B/s) 16:47:35 Pulling static-packages 16:47:35 + snapcraftctl pull 16:47:36 Pulling version 16:47:36 + cd /root/project 16:47:36 ++ git describe --tags --abbrev=0 16:47:36 ++ sed s/v// 16:47:36 + GIT_VERSION=2.2.0-dev.28 16:47:36 + '[' -z 2.2.0-dev.28 ']' 16:47:36 + snapcraftctl set-version 2.2.0-dev.28 16:47:38 Building app-service-configurable 16:47:38 + snapcraftctl build 16:47:39 Building config-common 16:47:39 + snapcraftctl build 16:47:40 + cp --archive --link --no-dereference . /root/parts/config-common/install 16:47:41 Skipping build go-build-helper (already ran) 16:47:41 Building edgex-go 16:47:42 + cd /root/parts/edgex-go/src 16:47:42 ++ git describe --tags --abbrev=0 16:47:42 ++ sed s/v// 16:47:42 + GIT_VERSION=2.2.0-dev.28 16:47:42 + '[' -z 2.2.0-dev.28 ']' 16:47:42 + echo 2.2.0-dev.28 16:47:42 + '[' '!' -d vendor ']' 16:47:42 + go mod download all 16:47:48 + make build 16:47:48 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 16:48:00 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 16:48:01 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 16:48:01 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 16:48:04 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 16:48:05 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 16:48: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 16:48:06 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 16:48:06 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 16:48:06 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 16:48:07 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 16:48:09 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 16:48:09 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 16:48:10 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 16:48:11 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 16:48:12 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 16:48:13 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 16:48:13 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 16:48:14 + 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 16:48:14 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 16:48:14 + case "$service" in 16:48:14 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 16:48:14 + 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 16:48:14 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 16:48:14 + case "$service" in 16:48:14 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 16:48:14 + 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 16:48:14 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 16:48:14 + case "$service" in 16:48:14 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 16:48:14 + 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 16:48:14 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 16:48:14 + case "$service" in 16:48:14 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 16:48:14 + 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 16:48:14 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 16:48:14 + case "$service" in 16:48:14 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 16:48:14 + 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 16:48:14 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 16:48:14 + case "$service" in 16:48:14 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 16:48:14 + 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 16:48:14 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 16:48:14 + case "$service" in 16:48:14 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 16:48:14 + 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 16:48:14 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 16:48:14 + case "$service" in 16:48:14 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 16:48:14 + 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 16:48:14 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 16:48:14 + case "$service" in 16:48:14 + 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 16:48:14 + 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 16:48:14 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 16:48:14 + case "$service" in 16:48:14 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 16:48:14 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 16:48:14 + 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 16:48:14 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 16:48:14 + case "$service" in 16:48:14 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 16:48:14 + 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 16:48:14 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 16:48:14 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 16:48:14 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 16:48:15 Building hooks 16:48:15 + cd /root/parts/hooks/src 16:48:15 + make build 16:48:15 go mod tidy 16:48:15 go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.1.3 16:48:16 go: downloading github.com/davecgh/go-spew v1.1.0 16:48:16 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 16:48:16 GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure 16:48:16 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 16:48:16 GO111MODULE=on go build -o cmd/install/install ./cmd/install 16:48:17 + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure 16:48:17 + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install 16:48:19 Removing suid/guid from /root/parts/static-packages/install/bin/su 16:48:19 Building static-packages 16:48:19 + snapcraftctl build 16:48:20 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 16:48:21 Building version 16:48:21 + snapcraftctl build 16:48:22 Staging app-service-configurable 16:48:22 + snapcraftctl stage 16:48:24 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 16:48:24 Staging config-common 16:48:24 + snapcraftctl stage 16:48:25 Skipping stage go-build-helper (already ran) 16:48:25 Staging edgex-go 16:48:25 + snapcraftctl stage 16:48:27 Staging hooks 16:48:27 + snapcraftctl stage 16:48:27 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 16:48:28 Staging static-packages 16:48:28 + snapcraftctl stage 16:48:29 Staging version 16:48:29 + snapcraftctl stage 16:48:31 Priming app-service-configurable 16:48:31 + snapcraftctl prime [Pipeline] } 16:48:33 $ docker stop --time=1 2cf2da32ef321dbed1fa2b4c41f7b2a4b125496885c801ea06e243853f0770c9 16:48:33 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 16:48:33 stage-packages: 16:48:33 - libnorm1 16:48:33 - libpgm-5.2-0 16:48:33 - libsodium23 16:48:33 - libzmq5 16:48:33 Priming config-common 16:48:33 + snapcraftctl prime 16:48:34 Priming go-build-helper 16:48:34 $ docker rm -f 2cf2da32ef321dbed1fa2b4c41f7b2a4b125496885c801ea06e243853f0770c9 16:48:35 + snapcraftctl prime [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:48:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:48:36 16:48:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:48:36 Priming edgex-go 16:48:36 + snapcraftctl prime 16:48:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:48:36 latest: Pulling from edgex-devops/edgex-compose-arm64 16:48:36 29e5d40040c1: Pulling fs layer 16:48:36 1ce36da41761: Pulling fs layer 16:48:36 25b303627fd3: Pulling fs layer 16:48:36 29e5d40040c1: Verifying Checksum 16:48:36 29e5d40040c1: Download complete 16:48:37 1ce36da41761: Verifying Checksum 16:48:37 1ce36da41761: Download complete 16:48:37 29e5d40040c1: Pull complete 16:48:37 Priming hooks 16:48:37 + snapcraftctl prime 16:48:38 25b303627fd3: Verifying Checksum 16:48:38 25b303627fd3: Download complete 16:48:38 1ce36da41761: Pull complete 16:48:39 Priming static-packages 16:48:39 + snapcraftctl prime 16:48:43 Priming version 16:48:43 + snapcraftctl prime 16:48:44 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] } 16:48:48 25b303627fd3: Pull complete 16:48:48 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:48:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:48:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:48:49 prd-ubuntu18.04-docker-arm64-4c-16g-5368 does not seem to be running inside a container 16:48:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:48:51 $ docker top 7d8e0ef6222f409730a655966447f09bb77ebb5f749d19ac22da3b96d94cc165 -eo pid,comm [Pipeline] { [Pipeline] sh 16:48:52 + docker-compose build --help 16:48:52 + grep parallel 16:48:55 --parallel Build images in parallel. [Pipeline] } 16:48:55 $ docker stop --time=1 7d8e0ef6222f409730a655966447f09bb77ebb5f749d19ac22da3b96d94cc165 16:48:57 $ docker rm -f 7d8e0ef6222f409730a655966447f09bb77ebb5f749d19ac22da3b96d94cc165 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:48:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:48:58 . [Pipeline] withDockerContainer 16:48:58 prd-ubuntu18.04-docker-arm64-4c-16g-5368 does not seem to be running inside a container 16:48:58 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:48:59 $ docker top 413c67942631919574f876becee7e6cb42b5f465055f2f77c69752b1619ad122 -eo pid,comm [Pipeline] { [Pipeline] sh 16:49:00 + docker-compose -f ./docker-compose-build.yml build --parallel 16:49:03 Building core-command ... 16:49:03 Building core-data ... 16:49:03 Building core-metadata ... 16:49:03 Building security-bootstrapper ... 16:49:03 Building security-proxy-setup ... 16:49:03 Building security-secretstore-setup ... 16:49:03 Building support-notifications ... 16:49:03 Building support-scheduler ... 16:49:03 Building sys-mgmt-agent ... 16:49:03 Building sys-mgmt-agent 16:49:03 Building support-notifications 16:49:03 Building core-command 16:49:03 Building security-secretstore-setup 16:49:03 Building security-bootstrapper 16:50:11 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:50:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:50:11 ---> 89926b01bcd7 16:50:11 Step 3/23 : WORKDIR /edgex-go 16:50:11 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:50:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:50:11 ---> 89926b01bcd7 16:50:11 Step 3/23 : WORKDIR /edgex-go 16:50:11 Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:50:11 Step 2/25 : FROM ${BUILDER_BASE} AS builder 16:50:11 ---> 89926b01bcd7 16:50:11 Step 3/25 : WORKDIR /edgex-go 16:50:11 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:50:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:50:11 ---> 89926b01bcd7 16:50:11 Step 3/22 : WORKDIR /edgex-go 16:50:11 Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:50:11 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:50:11 ---> 89926b01bcd7 16:50:11 Step 3/31 : WORKDIR /edgex-go 16:50:11 ---> Running in 78296c098f0b 16:50:11 ---> Running in 6a3597115232 16:50:11 ---> Running in 7f8dbcd5db64 16:50:11 ---> Running in 9663aa3152c7 16:50:11 ---> Running in 8a6097652b51 16:50:12 Removing intermediate container 8a6097652b51 16:50:12 ---> 819e144ac72c 16:50:12 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:50:12 ---> Running in 8fcf9de1c1af 16:50:12 Removing intermediate container 9663aa3152c7 16:50:12 ---> 1fabca34a900 16:50:12 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:50:12 Removing intermediate container 6a3597115232 16:50:12 ---> 122b430df5fa 16:50:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:50:12 Removing intermediate container 7f8dbcd5db64 16:50:12 ---> 918d110906e3 16:50:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:50:12 Removing intermediate container 78296c098f0b 16:50:12 ---> 0486583b9524 16:50:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:50:12 ---> Running in 8d7a678824b9 16:50:12 ---> Running in b0950e48bf6e 16:50:12 ---> Running in 8ccc94316f65 16:50:12 ---> Running in b45474adc2ed 16:50:14 Removing intermediate container 8fcf9de1c1af 16:50:14 ---> 8e035f64d157 16:50:14 Step 5/31 : RUN apk add --update --no-cache make git 16:50:14 ---> Running in cf7d3acc9c76 16:50:15 Removing intermediate container 8d7a678824b9 16:50:15 ---> 4702a2dc7ebc 16:50:15 Step 5/25 : RUN apk add --update --no-cache make git 16:50:15 ---> Running in e9128986c7b3 16:50:15 Removing intermediate container b0950e48bf6e 16:50:15 ---> a760ed12c785 16:50:15 Step 5/23 : RUN apk add --update --no-cache make bash git 16:50:15 ---> Running in d8ba429586b7 16:50:15 Removing intermediate container 8ccc94316f65 16:50:15 ---> 4b2ce83e4973 16:50:15 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:50:16 Removing intermediate container b45474adc2ed 16:50:16 ---> 15c1f9a815fa 16:50:16 Step 5/23 : RUN apk add --update --no-cache make git 16:50:16 ---> Running in 4e5e71d4db71 16:50:16 ---> Running in 750c39917411 16:50:16 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:50:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:50:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:50:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:50:17 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:50:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:50:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:50:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:50:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:50:18 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:50:18 OK: 220 MiB in 52 packages 16:50:19 OK: 220 MiB in 52 packages 16:50:19 OK: 220 MiB in 52 packages 16:50:20 OK: 220 MiB in 52 packages 16:50:20 OK: 220 MiB in 52 packages 16:50:20 Removing intermediate container e9128986c7b3 16:50:20 ---> 91a517bbfff2 16:50:20 Step 6/25 : COPY go.mod vendor* ./ 16:50:20 Removing intermediate container cf7d3acc9c76 16:50:20 ---> 69627638e499 16:50:20 Step 6/31 : COPY go.mod vendor* ./ 16:50:21 Removing intermediate container d8ba429586b7 16:50:21 ---> 4d1279baded9 16:50:21 Step 6/23 : COPY go.mod vendor* ./ 16:50:21 Removing intermediate container 4e5e71d4db71 16:50:21 ---> d1ab95a9aac1 16:50:21 Step 6/22 : COPY go.mod vendor* ./ 16:50:21 Removing intermediate container 750c39917411 16:50:21 ---> d33e335a24eb 16:50:21 Step 6/23 : COPY go.mod vendor* ./ 16:50:21 ---> 06c1cc079314 16:50:21 Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:50:21 ---> 5a5a7db57321 16:50:21 Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:50:21 ---> Running in 3f4e3ef3531c 16:50:22 ---> Running in fddd0ea050bd 16:50:22 ---> 471907e10e85 16:50:22 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:50:22 ---> Running in e14cdb7313d9 16:50:22 ---> ea47cdcf12df 16:50:22 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:50:22 ---> Running in bc2453e723b5 16:50:22 ---> 12fe79177c19 16:50:22 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:50:22 ---> Running in 7e8d01c9ecfa 16:50:28 Removing intermediate container 3f4e3ef3531c 16:50:28 ---> 05723190aa50 16:50:28 Step 8/25 : COPY . . 16:50:28 Removing intermediate container fddd0ea050bd 16:50:28 ---> c48c59ca1e17 16:50:28 Step 8/31 : COPY . . 16:50:28 Removing intermediate container e14cdb7313d9 16:50:28 ---> 0e7a855bb1f8 16:50:28 Step 8/23 : COPY . . 16:50:28 Removing intermediate container 7e8d01c9ecfa 16:50:28 ---> bf295dd2a29e 16:50:28 Step 8/23 : COPY . . 16:50:28 Removing intermediate container bc2453e723b5 16:50:28 ---> 043324a76301 16:50:28 Step 8/22 : COPY . . 16:50:51 ---> 58e1fc72ce4b 16:50:51 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:50:51 ---> a80e66123c5f 16:50:51 Step 9/23 : RUN make cmd/core-command/core-command 16:50:51 ---> 1052dbe8464a 16:50:51 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:50:51 ---> Running in ef6446e2a541 16:50:51 ---> Running in fe0aeffa2cac 16:50:51 ---> Running in dca8f1c160cd 16:50:51 ---> dc52b44a5eb3 16:50:51 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:50:51 ---> 61a6bdab2d97 16:50:51 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:50:51 ---> Running in 1d3aeaaefb62 16:50:51 ---> Running in 61be3c94bfba 16:50:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:50:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:50:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:50:52 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 16:50:52 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 16:52:59 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 16:52:59 Removing intermediate container ef6446e2a541 16:52:59 ---> dffe1db491d7 16:52:59 16:52:59 Step 10/23 : FROM alpine:3.14 16:52:59 3.14: Pulling from library/alpine 16:52:59 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 16:52:59 Status: Downloaded newer image for alpine:3.14 16:52:59 ---> 5b8b7b635229 16:52:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:52:59 ---> Running in 9dc908ab1900 16:52:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 16:52:59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 16:52:59 Removing intermediate container fe0aeffa2cac 16:52:59 ---> 28a0690be23f 16:52:59 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:52:59 ---> Running in 31aabf08d8a6 16:52:59 (1/1) Installing dumb-init (1.2.5-r1) 16:52:59 Executing busybox-1.33.1-r6.trigger 16:52:59 OK: 6 MiB in 15 packages 16:53:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:53:01 Removing intermediate container 9dc908ab1900 16:53:01 ---> 796888219991 16:53:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:53:01 ---> Running in 886e11407076 16:53:02 Removing intermediate container 886e11407076 16:53:02 ---> b44f0f53f1aa 16:53:02 Step 13/23 : ENV APP_PORT=59882 16:53:02 ---> Running in f19cdf5610fe 16:53:02 Removing intermediate container f19cdf5610fe 16:53:02 ---> 58e4ad190844 16:53:02 Step 14/23 : EXPOSE $APP_PORT 16:53:03 ---> Running in 80f152ff47fd 16:53:03 Removing intermediate container 1d3aeaaefb62 16:53:03 ---> faa2b1a0e7ca 16:53:03 16:53:03 Step 10/31 : FROM alpine:3.14 16:53:03 ---> 5b8b7b635229 16:53:03 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:53:03 ---> Running in 3747dedb86cf 16:53:04 Removing intermediate container 80f152ff47fd 16:53:04 ---> cae1c3ff66d7 16:53:04 Step 15/23 : WORKDIR / 16:53:04 ---> Running in 6c694a60e1e7 16:53:04 Removing intermediate container 3747dedb86cf 16:53:04 ---> c56e0addb432 16:53:04 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:53:04 ---> Running in 7994d8ba7360 16:53:05 Removing intermediate container 6c694a60e1e7 16:53:05 ---> c7db3a32c947 16:53:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:53:05 Removing intermediate container 31aabf08d8a6 16:53:05 ---> 865a99990f6f 16:53:05 16:53:05 Step 11/23 : FROM docker:20.10.10 16:53:05 20.10.10: Pulling from library/docker 16:53:06 Removing intermediate container dca8f1c160cd 16:53:06 ---> f1b2557d3999 16:53:06 16:53:06 Step 10/25 : FROM alpine:3.14 16:53:06 ---> 5b8b7b635229 16:53:06 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 16:53:06 ---> Running in 08b17beacd0f 16:53:06 ---> 9819bd9e7ef7 16:53:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:53:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 16:53:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 16:53:07 (1/2) Installing dumb-init (1.2.5-r1) 16:53:07 (2/2) Installing su-exec (0.2-r1) 16:53:07 Executing busybox-1.33.1-r6.trigger 16:53:07 OK: 6 MiB in 16 packages 16:53:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 16:53:09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 16:53:09 ---> 69896158e4ab 16:53:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:53:09 Removing intermediate container 7994d8ba7360 16:53:09 ---> 5a4b1728017a 16:53:09 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:53:09 ---> Running in b322d1d4a81a 16:53:09 (1/3) Installing ca-certificates (20211220-r0) 16:53:09 (2/3) Installing dumb-init (1.2.5-r1) 16:53:09 (3/3) Installing su-exec (0.2-r1) 16:53:09 Executing busybox-1.33.1-r6.trigger 16:53:09 Executing ca-certificates-20211220-r0.trigger 16:53:10 OK: 6 MiB in 17 packages 16:53:10 Removing intermediate container b322d1d4a81a 16:53:10 ---> bff4ad896709 16:53:10 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:53:10 ---> 63fd1667320a 16:53:10 Step 19/23 : ENTRYPOINT ["/core-command"] 16:53:10 ---> Running in 9b8acc3afb08 16:53:10 ---> Running in 1a543477d15a 16:53:11 Removing intermediate container 1a543477d15a 16:53:11 ---> 6d4005ff2f44 16:53:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:53:11 Removing intermediate container 9b8acc3afb08 16:53:11 ---> 8394b3fabd0b 16:53:11 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:53:11 ---> Running in 8c05d655494c 16:53:11 ---> Running in 135286d1c926 16:53:11 Removing intermediate container 61be3c94bfba 16:53:11 ---> 0f4089adae60 16:53:11 16:53:11 Step 10/22 : FROM alpine:3.14 16:53:11 ---> 5b8b7b635229 16:53:11 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:53:12 ---> Running in 8d994fa32779 16:53:12 Removing intermediate container 8c05d655494c 16:53:12 ---> 46694cf5ab3e 16:53:12 Step 21/23 : LABEL arch=arm64 16:53:12 Removing intermediate container 08b17beacd0f 16:53:12 ---> e190d170a618 16:53:12 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:53:12 ---> Running in ace43625c73c 16:53:12 ---> Running in 82e5426a11ac 16:53:12 Removing intermediate container ace43625c73c 16:53:12 ---> 2bacd2a35696 16:53:12 Step 13/25 : WORKDIR / 16:53:12 Removing intermediate container 82e5426a11ac 16:53:12 ---> d6a5640f19f7 16:53:12 Step 22/23 : LABEL git_sha=ca0f3052e1ef0a4d801960624e9522a3d2143121 16:53:12 ---> Running in c7a12c715c19 16:53:13 ---> Running in c50e5b1d9fd3 16:53:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 16:53:13 Removing intermediate container c7a12c715c19 16:53:13 ---> 83e6c6c08d16 16:53:13 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:53:13 Removing intermediate container c50e5b1d9fd3 16:53:13 ---> 09065c78eb35 16:53:13 Step 23/23 : LABEL version=0.0.0 16:53:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 16:53:14 ---> Running in 43052029d229 16:53:14 (1/2) Installing ca-certificates (20211220-r0) 16:53:14 (2/2) Installing dumb-init (1.2.5-r1) 16:53:14 Executing busybox-1.33.1-r6.trigger 16:53:14 Executing ca-certificates-20211220-r0.trigger 16:53:14 Removing intermediate container 135286d1c926 16:53:14 ---> f377c2c8ceaf 16:53:14 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:53:14 Removing intermediate container 43052029d229 16:53:14 ---> 37f3e21824c1 16:53:14 16:53:14 ---> 56ce147551ad 16:53:14 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:53:14 OK: 6 MiB in 16 packages 16:53:15 ---> Running in 4240069ea0f4 16:53:15 Successfully built 37f3e21824c1 16:53:15 Successfully tagged core-command-arm64:latest 16:53:15  Building core-command ... done Building core-data 16:53:16 Removing intermediate container 4240069ea0f4 16:53:16 ---> ca2d26b9f536 16:53:16 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:53:16 ---> b53aea071994 16:53:16 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:53:17 Removing intermediate container 8d994fa32779 16:53:17 ---> 5b1d14fd42cb 16:53:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:53:17 ---> 3638878a3dfc 16:53:17 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 16:53:17 ---> Running in 5b93bb4dd596 16:53:17 ---> 637a073e2cdd 16:53:17 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:53:17 ---> Running in 05af8f7f61b7 16:53:18 Removing intermediate container 5b93bb4dd596 16:53:18 ---> fe2f0a3ff47a 16:53:18 Step 13/22 : ENV APP_PORT=59860 16:53:18 ---> Running in 5e5104255289 16:53:18 ---> cdc23fc912d0 16:53:18 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:53:19 Removing intermediate container 5e5104255289 16:53:19 ---> 4e9b139c2166 16:53:19 Step 14/22 : EXPOSE $APP_PORT 16:53:19 ---> Running in b884c46412f5 16:53:20 Removing intermediate container b884c46412f5 16:53:20 ---> e8261baab263 16:53:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:53:20 Removing intermediate container 05af8f7f61b7 16:53:20 ---> 138f6dc50914 16:53:20 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:53:20 ---> 06abcf1dc9fe 16:53:20 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:53:22 ---> b5a1609cc1ef 16:53:22 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:53:22 Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 16:53:22 Status: Downloaded newer image for docker:20.10.10 16:53:22 ---> 520e9a0a30f7 16:53:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 16:53:22 ---> 862bb1001433 16:53:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:53:22 ---> Running in 3d993e2aa80a 16:53:22 ---> 1dc07af8dff8 16:53:22 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:53:22 Removing intermediate container 3d993e2aa80a 16:53:22 ---> 9ef4f7e9a634 16:53:22 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 16:53:22 ---> Running in 0bf877bcd4cb 16:53:23 ---> 021b51aff562 16:53:23 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/ 16:53:23 ---> 9d2bfa29c927 16:53:23 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:53:23 ---> e67d7ca88e27 16:53:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:53:23 ---> Running in b1ec56ea54e5 16:53:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 16:53:25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 16:53:25 ---> 9507606dbfbe 16:53:25 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:53:25 ---> 997887d35f71 16:53:25 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:53:25 ---> Running in 6b625dc888be 16:53:25 (1/42) Installing readline (8.1.0-r0) 16:53:25 (2/42) Installing bash (5.1.4-r0) 16:53:25 Executing bash-5.1.4-r0.post-install 16:53:25 (3/42) Installing brotli-libs (1.0.9-r5) 16:53:25 (4/42) Installing nghttp2-libs (1.43.0-r0) 16:53:25 (5/42) Installing libcurl (7.79.1-r0) 16:53:25 (6/42) Installing curl (7.79.1-r0) 16:53:25 (7/42) Installing dumb-init (1.2.5-r1) 16:53:25 (8/42) Installing libbz2 (1.0.8-r1) 16:53:25 (9/42) Installing expat (2.4.4-r0) 16:53:25 (10/42) Installing libffi (3.3-r2) 16:53:25 (11/42) Installing gdbm (1.19-r0) 16:53:25 (12/42) Installing xz-libs (5.2.5-r0) 16:53:25 (13/42) Installing libgcc (10.3.1_git20210424-r2) 16:53:25 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 16:53:25 Removing intermediate container 6b625dc888be 16:53:25 ---> bdd145c512c4 16:53:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:53:26 (15/42) Installing mpdecimal (2.5.1-r1) 16:53:26 (16/42) Installing sqlite-libs (3.35.5-r0) 16:53:26 ---> Running in a63fc3e50492 16:53:26 (17/42) Installing python3 (3.9.5-r2) 16:53:26 ---> e5364d918899 16:53:26 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:53:26 Removing intermediate container b1ec56ea54e5 16:53:26 ---> 471086520979 16:53:26 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 16:53:27 ---> Running in 264218ef4c60 16:53:27 Removing intermediate container a63fc3e50492 16:53:27 ---> 62ac2e1c090f 16:53:27 Step 20/22 : LABEL arch=arm64 16:53:27 ---> Running in 22fac47a0f4a 16:53:27 Removing intermediate container 264218ef4c60 16:53:27 ---> 8c7de9a6f094 16:53:27 Step 23/25 : LABEL arch=arm64 16:53:27 ---> e78cbbd24ea7 16:53:27 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:53:27 ---> Running in f1c56248b94f 16:53:28 Removing intermediate container 22fac47a0f4a 16:53:28 ---> 5dc90aec1c32 16:53:28 Step 21/22 : LABEL git_sha=ca0f3052e1ef0a4d801960624e9522a3d2143121 16:53:28 ---> Running in d0fa1a038db4 16:53:28 ---> Running in f3355bf005a8 16:53:28 (18/42) Installing py3-appdirs (1.4.4-r2) 16:53:28 Removing intermediate container f1c56248b94f 16:53:28 ---> da8a7af444ee 16:53:28 Step 24/25 : LABEL git_sha=ca0f3052e1ef0a4d801960624e9522a3d2143121 16:53:28 (19/42) Installing py3-chardet (4.0.0-r2) 16:53:28 (20/42) Installing py3-idna (3.2-r0) 16:53:28 (21/42) Installing py3-urllib3 (1.26.5-r0) 16:53:28 Removing intermediate container d0fa1a038db4 16:53:28 ---> 383b3049ae5d 16:53:28 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:53:28 ---> Running in 105e3028f3c3 16:53:28 (22/42) Installing py3-certifi (2020.12.5-r1) 16:53:28 (23/42) Installing py3-requests (2.25.1-r4) 16:53:28 (24/42) Installing py3-msgpack (1.0.2-r1) 16:53:28 Removing intermediate container f3355bf005a8 16:53:28 ---> 6dce5dffe41b 16:53:28 Step 22/22 : LABEL version=0.0.0 16:53:28 (25/42) Installing py3-lockfile (0.12.2-r4) 16:53:28 (26/42) Installing py3-cachecontrol (0.12.6-r1) 16:53:28 (27/42) Installing py3-colorama (0.4.4-r1) 16:53:28 (28/42) Installing py3-contextlib2 (0.6.0-r1) 16:53:28 (29/42) Installing py3-distlib (0.3.1-r3) 16:53:29 (30/42) Installing py3-distro (1.5.0-r3) 16:53:29 (31/42) Installing py3-six (1.15.0-r1) 16:53:29 (32/42) Installing py3-webencodings (0.5.1-r4) 16:53:29 (33/42) Installing py3-html5lib (1.1-r1) 16:53:29 ---> Running in b434a3c00320 16:53:29 (34/42) Installing py3-parsing (2.4.7-r2) 16:53:29 (35/42) Installing py3-packaging (20.9-r1) 16:53:29 (36/42) Installing py3-toml (0.10.2-r2) 16:53:29 (37/42) Installing py3-pep517 (0.10.0-r2) 16:53:29 (38/42) Installing py3-progress (1.5-r2) 16:53:29 (39/42) Installing py3-retrying (1.3.3-r1) 16:53:29 (40/42) Installing py3-ordered-set (4.0.2-r1) 16:53:29 (41/42) Installing py3-setuptools (52.0.0-r3) 16:53:29 Removing intermediate container 105e3028f3c3 16:53:29 ---> 4ad7466f50b8 16:53:29 Step 25/25 : LABEL version=0.0.0 16:53:29 (42/42) Installing py3-pip (20.3.4-r1) 16:53:29 ---> Running in 1b9ff2ab5557 16:53:29 ---> 2c56267b6fda 16:53:29 Step 26/31 : RUN chmod +x /entrypoint.sh 16:53:29 Removing intermediate container b434a3c00320 16:53:29 ---> 72d70ed28863 16:53:29 16:53:30 Executing busybox-1.33.1-r6.trigger 16:53:30 OK: 84 MiB in 64 packages 16:53:30 ---> Running in 70f3ee1322d8 16:53:30 Removing intermediate container 1b9ff2ab5557 16:53:30 ---> 2662f09e8d6d 16:53:30 16:53:30 Successfully built 72d70ed28863 16:53:30 Successfully tagged support-notifications-arm64:latest 16:53:30 Building support-scheduler 16:53:30  Building support-notifications ... done Successfully built 2662f09e8d6d 16:53:30 Successfully tagged security-secretstore-setup-arm64:latest 16:53:30  Building security-secretstore-setup ... done Building security-proxy-setup 16:53:32 Removing intermediate container 70f3ee1322d8 16:53:32 ---> 5a3f3ce1b4f1 16:53:32 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:53:32 ---> Running in 3fde14d3677d 16:53:33 Removing intermediate container 3fde14d3677d 16:53:33 ---> 6163c89c4986 16:53:33 Step 28/31 : CMD ["gate"] 16:53:33 ---> Running in 08c311358ccf 16:53:34 Removing intermediate container 08c311358ccf 16:53:34 ---> 6581a437230b 16:53:34 Step 29/31 : LABEL arch=arm64 16:53:34 Collecting docker-compose==1.23.2 16:53:34 ---> Running in 153eddfc721d 16:53:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:53:34 Collecting texttable<0.10,>=0.9.0 16:53:34 Downloading texttable-0.9.1.tar.gz (11 kB) 16:53:34 Removing intermediate container 153eddfc721d 16:53:34 ---> 9209885a6590 16:53:34 Step 30/31 : LABEL git_sha=ca0f3052e1ef0a4d801960624e9522a3d2143121 16:53:35 ---> Running in d287e238beb4 16:53:35 Removing intermediate container d287e238beb4 16:53:35 ---> 8e775b1e6506 16:53:35 Step 31/31 : LABEL version=0.0.0 16:53:36 ---> Running in 8ee8cc67af7c 16:53:36 Removing intermediate container 8ee8cc67af7c 16:53:36 ---> 258b4b461af9 16:53:36 16:53:36 Successfully built 258b4b461af9 16:53:36 Successfully tagged security-bootstrapper-arm64:latest 16:53:36  Building security-bootstrapper ... done Building core-metadata 16:53:37 Collecting websocket-client<1.0,>=0.32.0 16:53:37 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 16:53:37 Collecting docopt<0.7,>=0.6.1 16:53:37 Downloading docopt-0.6.2.tar.gz (25 kB) 16:53:39 Collecting PyYAML<4,>=3.10 16:53:39 Downloading PyYAML-3.13.tar.gz (270 kB) 16:53:40 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:53:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:53:40 ---> 89926b01bcd7 16:53:40 Step 3/23 : WORKDIR /edgex-go 16:53:40 ---> Using cache 16:53:40 ---> 122b430df5fa 16:53:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:53:40 ---> Using cache 16:53:40 ---> a760ed12c785 16:53:40 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:53:41 ---> Running in 27079c32218c 16:53:42 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:53:42 Collecting cached-property<2,>=1.2.0 16:53:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:53:43 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:53:43 Collecting jsonschema<3,>=2.5.1 16:53:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:53:44 Collecting docker<4.0,>=3.6.0 16:53:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:53:44 OK: 220 MiB in 52 packages 16:53:44 Collecting dockerpty<0.5,>=0.4.1 16:53:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:53:45 Removing intermediate container 27079c32218c 16:53:45 ---> daaaea0cc8c1 16:53:45 Step 6/23 : COPY go.mod vendor* ./ 16:53:46 ---> 0a172a0b2345 16:53:46 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:53:46 ---> Running in 95797ca22fc0 16:53:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:53:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:53:47 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) 16:53:48 Collecting docker-pycreds>=0.4.0 16:53:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:53:48 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 16:53:48 Collecting idna<2.8,>=2.5 16:53:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:53:49 Collecting urllib3<1.25,>=1.21.1 16:53:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:53:49 Collecting chardet<3.1.0,>=3.0.2 16:53:49 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 16:53:50 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 16:53:50 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 16:53:50 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 16:53:50 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 16:53:50 Removing intermediate container 95797ca22fc0 16:53:50 ---> a052169e11f7 16:53:50 Step 8/23 : COPY . . 16:53:51 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 16:53:51 Attempting uninstall: urllib3 16:53:51 Found existing installation: urllib3 1.26.5 16:53:51 Uninstalling urllib3-1.26.5: 16:53:51 Successfully uninstalled urllib3-1.26.5 16:53:51 Attempting uninstall: idna 16:53:51 Found existing installation: idna 3.2 16:53:51 Uninstalling idna-3.2: 16:53:51 Successfully uninstalled idna-3.2 16:53:52 Attempting uninstall: chardet 16:53:52 Found existing installation: chardet 4.0.0 16:53:52 Uninstalling chardet-4.0.0: 16:53:52 Successfully uninstalled chardet-4.0.0 16:53:54 Attempting uninstall: requests 16:53:54 Found existing installation: requests 2.25.1 16:53:54 Uninstalling requests-2.25.1: 16:53:54 Successfully uninstalled requests-2.25.1 16:53:55 Running setup.py install for texttable: started 16:53:56 Running setup.py install for texttable: finished with status 'done' 16:53:56 Running setup.py install for PyYAML: started 16:53:59 Running setup.py install for PyYAML: finished with status 'done' 16:53:59 Running setup.py install for docopt: started 16:54:01 Running setup.py install for docopt: finished with status 'done' 16:54:01 Running setup.py install for dockerpty: started 16:54:03 Running setup.py install for dockerpty: finished with status 'done' 16:54:05 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 16:54:07 Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:54:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:54:07 ---> 89926b01bcd7 16:54:07 Step 3/22 : WORKDIR /edgex-go 16:54:07 ---> Using cache 16:54:07 ---> 122b430df5fa 16:54:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:54:07 ---> Using cache 16:54:07 ---> a760ed12c785 16:54:07 Step 5/22 : RUN apk add --update --no-cache make git 16:54:07 Step 1/21 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:54:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:54:07 ---> 89926b01bcd7 16:54:07 Step 3/21 : WORKDIR /edgex-go 16:54:07 ---> Using cache 16:54:07 ---> 122b430df5fa 16:54:07 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:54:07 ---> Using cache 16:54:07 ---> a760ed12c785 16:54:07 Step 5/21 : RUN apk add --update --no-cache make git 16:54:09 Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 16:54:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:54:09 ---> 89926b01bcd7 16:54:09 Step 3/23 : WORKDIR /edgex-go 16:54:09 ---> Using cache 16:54:09 ---> 122b430df5fa 16:54:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:54:09 ---> Using cache 16:54:09 ---> a760ed12c785 16:54:09 Step 5/23 : RUN apk add --update --no-cache make git 16:54:10 ---> Running in b3b619e737d7 16:54:10 ---> Running in 17bdab63191a 16:54:10 ---> Running in 03eadbca9093 16:54:11 ---> 73e7bb4af9a7 16:54:11 Step 9/23 : RUN make cmd/core-data/core-data 16:54:11 ---> Running in bfd7d27228b3 16:54:12 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:54:12 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:54:12 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:54:12 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 16:54:12 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:54:13 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:54:13 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:54:14 OK: 220 MiB in 52 packages 16:54:14 OK: 220 MiB in 52 packages 16:54:14 OK: 220 MiB in 52 packages 16:54:16 Removing intermediate container 17bdab63191a 16:54:16 ---> a035922c3840 16:54:16 Step 6/23 : COPY go.mod vendor* ./ 16:54:16 Removing intermediate container 03eadbca9093 16:54:16 ---> d997d6307271 16:54:16 Step 6/21 : COPY go.mod vendor* ./ 16:54:17 Removing intermediate container b3b619e737d7 16:54:17 ---> 19ee7cd979ef 16:54:17 Step 6/22 : COPY go.mod vendor* ./ 16:54:18 ---> 738e1ae35af0 16:54:18 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:54:18 ---> 9195fd062254 16:54:18 ---> ef5df45a03df 16:54:18 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:54:18 Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:54:18 ---> Running in 1a846bfc5da3 16:54:18 ---> Running in 1ff07017f819 16:54:18 ---> Running in 5448b6625572 16:54:24 Removing intermediate container 0bf877bcd4cb 16:54:24 ---> 092677366e07 16:54:24 Step 14/23 : ENV APP_PORT=58890 16:54:24 ---> Running in 9d0798f6077d 16:54:24 Removing intermediate container 9d0798f6077d 16:54:24 ---> 4566f00e05ff 16:54:24 Step 15/23 : EXPOSE $APP_PORT 16:54:24 ---> Running in db5b584c5772 16:54:25 Removing intermediate container db5b584c5772 16:54:25 ---> 58b4f79170fd 16:54:25 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:54:26 Removing intermediate container 5448b6625572 16:54:26 ---> dddfbbdd4f14 16:54:26 Step 8/23 : COPY . . 16:54:27 Removing intermediate container 1ff07017f819 16:54:27 ---> bf3aa3c91f79 16:54:27 Step 8/22 : COPY . . 16:54:27 Removing intermediate container 1a846bfc5da3 16:54:27 ---> 1ae793d1ed11 16:54:27 Step 8/21 : COPY . . 16:54:28 ---> 34d9a4e7f0a4 16:54:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:54:30 ---> 3ba44e4895ca 16:54:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:54:33 ---> a54dabbb010d 16:54:33 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 16:54:33 ---> Running in 95d9808765b6 16:54:34 Removing intermediate container 95d9808765b6 16:54:34 ---> 8e7c75682b89 16:54:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:54:34 ---> Running in c212f89abe11 16:54:35 Removing intermediate container c212f89abe11 16:54:35 ---> ecb83885db63 16:54:35 Step 21/23 : LABEL arch=arm64 16:54:36 ---> Running in dab708a00b47 16:54:37 Removing intermediate container dab708a00b47 16:54:37 ---> cc4f61f8f93e 16:54:37 Step 22/23 : LABEL git_sha=ca0f3052e1ef0a4d801960624e9522a3d2143121 16:54:37 ---> Running in ebc57243f591 16:54:38 Removing intermediate container ebc57243f591 16:54:38 ---> 409cd71c92c6 16:54:38 Step 23/23 : LABEL version=0.0.0 16:54:38 ---> Running in 087bd0c7e686 16:54:39 Removing intermediate container 087bd0c7e686 16:54:39 ---> fed1c5708700 16:54:39 16:54:41 Successfully built fed1c5708700 16:54:41 Successfully tagged sys-mgmt-agent-arm64:latest 16:55:03  Building sys-mgmt-agent ... done  ---> dc2ad9fd8efc 16:55:03 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:55:03 ---> 07a568fe1696 16:55:03 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:55:03 ---> Running in 86002c610a2d 16:55:03 ---> Running in df0780c2a934 16:55:03 ---> 673ab2933112 16:55:03 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:55:03 ---> Running in 9f1524091045 16:55:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:55:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:55:05 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 16:55:27 Removing intermediate container bfd7d27228b3 16:55:27 ---> 6e36cddad3ac 16:55:27 16:55:27 Step 10/23 : FROM alpine:3.14 16:55:27 ---> 5b8b7b635229 16:55:27 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:55:27 ---> Running in 1a16524844e4 16:55:27 Removing intermediate container 1a16524844e4 16:55:27 ---> 1858f71e6f9e 16:55:27 Step 12/23 : ENV APP_PORT=59880 16:55:27 ---> Running in 91c11f1d6fec 16:55:28 Removing intermediate container 91c11f1d6fec 16:55:28 ---> 8700fee3df39 16:55:28 Step 13/23 : EXPOSE $APP_PORT 16:55:28 ---> Running in 881264c71207 16:55:28 Removing intermediate container 881264c71207 16:55:28 ---> d4e51df1fb74 16:55:28 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:28 ---> Running in ed9a427039c3 16:55:32 Removing intermediate container ed9a427039c3 16:55:32 ---> 37cbabf972c7 16:55:32 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:55:32 ---> Running in 17471a229a04 16:55:33 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 16:55:34 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 16:55:35 (1/6) Installing dumb-init (1.2.5-r1) 16:55:35 (2/6) Installing libgcc (10.3.1_git20210424-r2) 16:55:35 (3/6) Installing libsodium (1.0.18-r0) 16:55:36 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 16:55:36 (5/6) Installing libzmq (4.3.4-r0) 16:55:36 (6/6) Installing zeromq (4.3.4-r0) 16:55:36 Executing busybox-1.33.1-r6.trigger 16:55:36 OK: 8 MiB in 20 packages 16:55:38 Removing intermediate container 17471a229a04 16:55:38 ---> 8c8221fe82c8 16:55:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:55:38 ---> d7710be40d47 16:55:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:55:40 ---> b5e1980714c4 16:55:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:55:41 ---> eba8d5b79af6 16:55:41 Step 19/23 : ENTRYPOINT ["/core-data"] 16:55:41 ---> Running in 3822c2bb50a0 16:55:42 Removing intermediate container 3822c2bb50a0 16:55:42 ---> ecd785d42049 16:55:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:55:42 ---> Running in df97c736e473 16:55:42 Removing intermediate container df97c736e473 16:55:42 ---> 6855b03a7a69 16:55:42 Step 21/23 : LABEL arch=arm64 16:55:42 ---> Running in 3b99d0175eb2 16:55:43 Removing intermediate container 3b99d0175eb2 16:55:43 ---> 113786d789aa 16:55:43 Step 22/23 : LABEL git_sha=ca0f3052e1ef0a4d801960624e9522a3d2143121 16:55:43 ---> Running in 917aa6795fb0 16:55:44 Removing intermediate container 917aa6795fb0 16:55:44 ---> b4d0fe28d098 16:55:44 Step 23/23 : LABEL version=0.0.0 16:55:44 ---> Running in b029b92190cd 16:55:44 Removing intermediate container b029b92190cd 16:55:44 ---> b9523b307f1a 16:55:44 16:55:45 Successfully built b9523b307f1a 16:55:45 Successfully tagged core-data-arm64:latest 16:56:32  Building core-data ... done 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 16:56:36 Removing intermediate container df0780c2a934 16:56:36 ---> 970ab3ce6065 16:56:36 16:56:36 Step 10/21 : FROM alpine:3.14 16:56:36 ---> 5b8b7b635229 16:56:36 Step 11/21 : RUN apk add --update --no-cache curl 16:56:36 ---> Running in b61ee6879c06 16:56:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 16:56:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 16:56:38 (1/5) Installing ca-certificates (20211220-r0) 16:56:38 (2/5) Installing brotli-libs (1.0.9-r5) 16:56:38 (3/5) Installing nghttp2-libs (1.43.0-r0) 16:56:38 (4/5) Installing libcurl (7.79.1-r0) 16:56:38 (5/5) Installing curl (7.79.1-r0) 16:56:38 Executing busybox-1.33.1-r6.trigger 16:56:38 Executing ca-certificates-20211220-r0.trigger 16:56:39 OK: 8 MiB in 19 packages 16:56:39 Removing intermediate container 9f1524091045 16:56:39 ---> 0b6b884c0357 16:56:39 16:56:39 Step 10/22 : FROM alpine:3.14 16:56:39 ---> 5b8b7b635229 16:56:39 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:56:39 ---> Using cache 16:56:39 ---> 796888219991 16:56:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:56:39 ---> Using cache 16:56:39 ---> b44f0f53f1aa 16:56:39 Step 13/22 : ENV APP_PORT=59861 16:56:39 Removing intermediate container 86002c610a2d 16:56:39 ---> e4df6a1bd7db 16:56:39 16:56:39 Step 10/23 : FROM alpine:3.14 16:56:39 ---> 5b8b7b635229 16:56:39 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:56:39 ---> Using cache 16:56:39 ---> 796888219991 16:56:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:56:39 ---> Using cache 16:56:39 ---> b44f0f53f1aa 16:56:39 Step 13/23 : ENV APP_PORT=59881 16:56:39 ---> Running in 89b1808b6a13 16:56:39 ---> Running in cb93a02f3f85 16:56:40 Removing intermediate container cb93a02f3f85 16:56:40 ---> 272d73f6fec7 16:56:40 Step 14/23 : EXPOSE $APP_PORT 16:56:40 Removing intermediate container 89b1808b6a13 16:56:40 ---> 18bcfb19d3a0 16:56:40 Step 14/22 : EXPOSE $APP_PORT 16:56:40 ---> Running in c48c40cb8b02 16:56:40 ---> Running in 59498f1d8067 16:56:40 Removing intermediate container b61ee6879c06 16:56:40 ---> 2410d2070905 16:56:40 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:56:40 ---> Running in 3dbb2824cf40 16:56:40 Removing intermediate container c48c40cb8b02 16:56:40 ---> 165da2ce1530 16:56:40 Step 15/23 : WORKDIR / 16:56:41 Removing intermediate container 59498f1d8067 16:56:41 ---> 98bb63e3a52b 16:56:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:56:41 ---> Running in 03ae3c2ea045 16:56:41 Removing intermediate container 3dbb2824cf40 16:56:41 ---> 7ecaffee781a 16:56:41 Step 13/21 : WORKDIR /edgex 16:56:41 ---> Running in e881ab04fc54 16:56:41 Removing intermediate container 03ae3c2ea045 16:56:41 ---> f24c7742ca15 16:56:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:56:41 Removing intermediate container e881ab04fc54 16:56:41 ---> 435c9e3203ef 16:56:41 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:56:41 ---> 9178f581a195 16:56:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:56:42 ---> ab4bee8a26d8 16:56:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:56:42 ---> 2162e02cc1bb 16:56:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:56:43 ---> 7058f8e0a06b 16:56:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:56:43 ---> 9ac59350f6b9 16:56:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:56:43 ---> 4acc43672615 16:56:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:56:43 ---> 1d90c3fff82e 16:56:43 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:56:43 ---> Running in 346f2b3d89dc 16:56:44 Removing intermediate container 346f2b3d89dc 16:56:44 ---> a0df7cfaa4e8 16:56:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:56:44 ---> 794c2d1aca47 16:56:44 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:56:44 ---> Running in 754ad7358ea8 16:56:44 ---> Running in bd40a5674436 16:56:44 ---> d580b8b2e771 16:56:44 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:56:44 Removing intermediate container 754ad7358ea8 16:56:44 ---> d084bcac1eb0 16:56:45 Step 20/22 : LABEL arch=arm64 16:56:45 Removing intermediate container bd40a5674436 16:56:45 ---> 0f60ab943c02 16:56:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:56:45 ---> Running in be540ad32b93 16:56:45 ---> Running in 4278441176ff 16:56:45 ---> Running in f3adbceafa95 16:56:45 Removing intermediate container be540ad32b93 16:56:45 ---> 3f8d0716e103 16:56:45 Step 18/21 : CMD ["--init=true"] 16:56:45 Removing intermediate container 4278441176ff 16:56:45 ---> 8c7eb5ebc0c4 16:56:45 Step 21/22 : LABEL git_sha=ca0f3052e1ef0a4d801960624e9522a3d2143121 16:56:45 Removing intermediate container f3adbceafa95 16:56:45 ---> a7d7c80bc171 16:56:45 Step 21/23 : LABEL arch=arm64 16:56:45 ---> Running in 0a78c814e9f4 16:56:45 ---> Running in 52fbd4db707a 16:56:45 ---> Running in 0232a68d4972 16:56:45 Removing intermediate container 0a78c814e9f4 16:56:45 ---> 250df1420064 16:56:45 Step 19/21 : LABEL arch=arm64 16:56:45 Removing intermediate container 0232a68d4972 16:56:45 ---> 2c286a06c634 16:56:45 Step 22/23 : LABEL git_sha=ca0f3052e1ef0a4d801960624e9522a3d2143121 16:56:45 Removing intermediate container 52fbd4db707a 16:56:45 ---> 62572e19e6ea 16:56:45 Step 22/22 : LABEL version=0.0.0 16:56:46 ---> Running in 4f0677fe8024 16:56:46 ---> Running in caaafeaa2cc2 16:56:46 ---> Running in 4f1a68868ea2 16:56:46 Removing intermediate container 4f0677fe8024 16:56:46 ---> fd8779e46509 16:56:46 Step 20/21 : LABEL git_sha=ca0f3052e1ef0a4d801960624e9522a3d2143121 16:56:46 Removing intermediate container 4f1a68868ea2 16:56:46 ---> 6012d57ff3bd 16:56:46 Step 23/23 : LABEL version=0.0.0 16:56:46 Removing intermediate container caaafeaa2cc2 16:56:46 ---> 2dd110ad74f1 16:56:46 16:56:46 ---> Running in 4d25b9923637 16:56:46 ---> Running in 372d041d25bc 16:56:46 Successfully built 2dd110ad74f1 16:56:46 Successfully tagged support-scheduler-arm64:latest 16:56:46  Building support-scheduler ... done Removing intermediate container 4d25b9923637 16:56:46 ---> 44fd82576ce8 16:56:46 Step 21/21 : LABEL version=0.0.0 16:56:46 ---> Running in 616ee2cd506e 16:56:47 Removing intermediate container 372d041d25bc 16:56:47 ---> 5cc7b3bd362f 16:56:47 16:56:47 Successfully built 5cc7b3bd362f 16:56:47 Successfully tagged core-metadata-arm64:latest 16:56:47  Building core-metadata ... done Removing intermediate container 616ee2cd506e 16:56:47 ---> f35fb65cd335 16:56:47 16:56:47 Successfully built f35fb65cd335 16:56:47 Successfully tagged security-proxy-setup-arm64:latest 16:56:48  Building security-proxy-setup ... done  [Pipeline] } 16:56:48 $ docker stop --time=1 413c67942631919574f876becee7e6cb42b5f465055f2f77c69752b1619ad122 16:56:49 $ docker rm -f 413c67942631919574f876becee7e6cb42b5f465055f2f77c69752b1619ad122 [Pipeline] // withDockerContainer [Pipeline] sh 16:56:50 + docker images 16:56:50 REPOSITORY TAG IMAGE ID CREATED SIZE 16:56:50 security-proxy-setup-arm64 latest f35fb65cd335 3 seconds ago 25.5MB 16:56:50 support-scheduler-arm64 latest 2dd110ad74f1 4 seconds ago 15.4MB 16:56:50 core-metadata-arm64 latest 5cc7b3bd362f 4 seconds ago 15.9MB 16:56:50 0b6b884c0357 12 seconds ago 1.6GB 16:56:50 e4df6a1bd7db 12 seconds ago 1.6GB 16:56:50 970ab3ce6065 15 seconds ago 1.6GB 16:56:50 core-data-arm64 latest b9523b307f1a About a minute ago 19.2MB 16:56:50 6e36cddad3ac About a minute ago 1.6GB 16:56:50 sys-mgmt-agent-arm64 latest fed1c5708700 2 minutes ago 280MB 16:56:50 security-bootstrapper-arm64 latest 258b4b461af9 3 minutes ago 18MB 16:56:50 security-secretstore-setup-arm64 latest 2662f09e8d6d 3 minutes ago 27MB 16:56:50 support-notifications-arm64 latest 72d70ed28863 3 minutes ago 16.1MB 16:56:50 core-command-arm64 latest 37f3e21824c1 3 minutes ago 15.1MB 16:56:50 0f4089adae60 3 minutes ago 1.6GB 16:56:50 f1b2557d3999 3 minutes ago 1.6GB 16:56:50 865a99990f6f 3 minutes ago 1.59GB 16:56:50 faa2b1a0e7ca 3 minutes ago 1.59GB 16:56:50 dffe1db491d7 3 minutes ago 1.59GB 16:56:50 ci-base-image-arm64 latest 89926b01bcd7 13 minutes ago 1.26GB 16:56:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 2 weeks ago 551MB 16:56:50 docker 20.10.10 520e9a0a30f7 3 months ago 200MB 16:56:50 alpine 3.14 5b8b7b635229 3 months ago 5.35MB 16:56:50 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 16:56:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:56:50 16:56:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 16:56:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:56:51 arm64: Pulling from edgex-lftools-log-publisher 16:56:51 448f6bf000e3: Pulling fs layer 16:56:51 f757da607395: Pulling fs layer 16:56:51 05883995daec: Pulling fs layer 16:56:51 8603b9c90790: Pulling fs layer 16:56:51 1560dd03e051: Pulling fs layer 16:56:51 27f5ce0e4adf: Pulling fs layer 16:56:51 c2d8d7efcc4b: Pulling fs layer 16:56:51 1560dd03e051: Waiting 16:56:51 27f5ce0e4adf: Waiting 16:56:51 c2d8d7efcc4b: Waiting 16:56:51 8603b9c90790: Waiting 16:56:51 f757da607395: Verifying Checksum 16:56:51 f757da607395: Download complete 16:56:51 8603b9c90790: Verifying Checksum 16:56:51 8603b9c90790: Download complete 16:56:51 1560dd03e051: Verifying Checksum 16:56:51 1560dd03e051: Download complete 16:56:51 27f5ce0e4adf: Verifying Checksum 16:56:51 27f5ce0e4adf: Download complete 16:56:51 05883995daec: Verifying Checksum 16:56:51 05883995daec: Download complete 16:56:52 448f6bf000e3: Verifying Checksum 16:56:52 448f6bf000e3: Download complete 16:56:54 c2d8d7efcc4b: Verifying Checksum 16:56:54 c2d8d7efcc4b: Download complete 16:56:55 448f6bf000e3: Pull complete 16:56:56 f757da607395: Pull complete 16:56:57 05883995daec: Pull complete 16:56:58 8603b9c90790: Pull complete 16:56:58 1560dd03e051: Pull complete 16:56:59 27f5ce0e4adf: Pull complete 16:57:17 c2d8d7efcc4b: Pull complete 16:57:17 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 16:57:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:57:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 16:57:17 prd-ubuntu18.04-docker-arm64-4c-16g-5368 does not seem to be running inside a container 16:57:17 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 16:57:20 $ docker top d973d4d36a4896f63c4a6216d4ad189afae52aaa69afec4aa6dbf62b68a9d5c9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:57:21 ---> job-cost.sh 16:57:21 lf-activate-venv: SKIPPING 16:57:21 INFO: No Stack... 16:57:21 INFO: Retrieving Pricing Info for: v3-standard-4 16:57:22 INFO: Archiving Costs [Pipeline] sh 16:57:22 + cat /w/workspace/edgex-go/2/archives/cost.csv 16:57:22 + cut -d, -f6 [Pipeline] lock 16:57:22 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3883-2-stack-cost] 16:57:22 Resource [jenkins-edgexfoundry-edgex-go-PR-3883-2-stack-cost] did not exist. Created. 16:57:22 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3883-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:57:23 + echo total: 0.10999999940395355 [Pipeline] stash 16:57:23 Stashed 1 file(s) [Pipeline] } 16:57:23 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3883-2-stack-cost] [Pipeline] // lock [Pipeline] } 16:57:23 $ docker stop --time=1 d973d4d36a4896f63c4a6216d4ad189afae52aaa69afec4aa6dbf62b68a9d5c9 16:57:25 $ docker rm -f d973d4d36a4896f63c4a6216d4ad189afae52aaa69afec4aa6dbf62b68a9d5c9 [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 16:57:25 provisioning config files... 16:57:25 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config1728388509916591983tmp [Pipeline] { [Pipeline] sh 16:57:26 + set +x 16:57:26 + curl -s https://codecov.io/bash 16:57:26 + bash -s -- 16:57:26 16:57:26 _____ _ 16:57:26 / ____| | | 16:57:26 | | ___ __| | ___ ___ _____ __ 16:57:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:57:26 | |___| (_) | (_| | __/ (_| (_) \ V / 16:57:26 \_____\___/ \__,_|\___|\___\___/ \_/ 16:57:26 Bash-1.0.6 16:57:26 16:57:26 16:57:26 ==> git version 2.24.4 found 16:57:26 ==> 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 16:57:26 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:57:26 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:57:26 ==> Jenkins CI detected. 16:57:26 current dir:  /w/workspace/edgex-go/2 16:57:26 project root: . 16:57:26 --> token set from env 16:57:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:57:26 ==> Running gcov in . (disable via -X gcov) 16:57:26 ==> Python coveragepy not found 16:57:26 ==> Searching for coverage reports in: 16:57:26 + . 16:57:26 -> Found 1 reports 16:57:26 ==> Detecting git/mercurial file structure 16:57:26 ==> Reading reports 16:57:26 + ./coverage.out bytes=428383 16:57:26 ==> Appending adjustments 16:57:26 https://docs.codecov.io/docs/fixing-reports 16:57:27 + Found adjustments 16:57:27 ==> Gzipping contents 16:57:27 60K /tmp/codecov.d5G8yj.gz 16:57:27 ==> Uploading reports 16:57:27 url: https://codecov.io 16:57:27 query: branch=PR-3883&commit=ca0f3052e1ef0a4d801960624e9522a3d2143121&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3883%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3883&job=&cmd_args= 16:57:27 -> Pinging Codecov 16:57:27 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3883&commit=ca0f3052e1ef0a4d801960624e9522a3d2143121&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3883%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3883&job=&cmd_args= 16:57:27 -> Uploading to 16:57:27 https://storage.googleapis.com/codecov/v4/raw/2022-02-16/00271124DB129430A58F1EEE437C3FCB/ca0f3052e1ef0a4d801960624e9522a3d2143121/6456a86e-8529-4fa5-b22b-a00714278e13.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220216T165727Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ee03928e8a64c7f7abffecdb1652811786bf4f721e933292c1d4ff9054708fa2 16:57:27 % Total % Received % Xferd Average Speed Time Time Time Current 16:57:27 Dload Upload Total Spent Left Speed 16:57:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58059 0 0 100 58059 0 153k --:--:-- --:--:-- --:--:-- 154k 16:57:28 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/ca0f3052e1ef0a4d801960624e9522a3d2143121 [Pipeline] } 16:57:28 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 16:57:28 + '[' -d /w/workspace/edgex-go/2/archives ']' [Pipeline] libraryResource [Pipeline] sh 16:57:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:57:29 ---> package-listing.sh 16:57:29 ++ facter osfamily 16:57:29 ++ tr '[:upper:]' '[:lower:]' 16:57:29 + OS_FAMILY=redhat 16:57:29 + workspace=/w/workspace/edgex-go/2 16:57:29 + START_PACKAGES=/tmp/packages_start.txt 16:57:29 + END_PACKAGES=/tmp/packages_end.txt 16:57:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:57:29 + PACKAGES=/tmp/packages_start.txt 16:57:29 + '[' /w/workspace/edgex-go/2 ']' 16:57:29 + PACKAGES=/tmp/packages_end.txt 16:57:29 + case "${OS_FAMILY}" in 16:57:29 + rpm -qa 16:57:29 + sort 16:57:34 + '[' -f /tmp/packages_start.txt ']' 16:57:34 + '[' -f /tmp/packages_end.txt ']' 16:57:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:57:34 + '[' /w/workspace/edgex-go/2 ']' 16:57:34 + mkdir -p /w/workspace/edgex-go/2/archives/ 16:57:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 16:57:34 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:57:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:57:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:57:34 16:57:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 16:57:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:57:35 latest: Pulling from edgex-lftools-log-publisher 16:57:35 b4d181a07f80: Pulling fs layer 16:57:35 a1111a8f2ec3: Pulling fs layer 16:57:35 ed53099fbce6: Pulling fs layer 16:57:35 dc539afda2c1: Pulling fs layer 16:57:35 77bc0d833cb6: Pulling fs layer 16:57:35 9065ff56babe: Pulling fs layer 16:57:35 d287ab97295c: Pulling fs layer 16:57:35 dc539afda2c1: Waiting 16:57:35 77bc0d833cb6: Waiting 16:57:35 9065ff56babe: Waiting 16:57:35 d287ab97295c: Waiting 16:57:35 a1111a8f2ec3: Verifying Checksum 16:57:35 a1111a8f2ec3: Download complete 16:57:35 dc539afda2c1: Verifying Checksum 16:57:35 dc539afda2c1: Download complete 16:57:35 ed53099fbce6: Verifying Checksum 16:57:35 ed53099fbce6: Download complete 16:57:35 9065ff56babe: Verifying Checksum 16:57:35 9065ff56babe: Download complete 16:57:35 77bc0d833cb6: Verifying Checksum 16:57:35 77bc0d833cb6: Download complete 16:57:35 b4d181a07f80: Verifying Checksum 16:57:35 b4d181a07f80: Download complete 16:57:36 d287ab97295c: Verifying Checksum 16:57:36 d287ab97295c: Download complete 16:57:37 b4d181a07f80: Pull complete 16:57:37 a1111a8f2ec3: Pull complete 16:57:37 ed53099fbce6: Pull complete 16:57:37 dc539afda2c1: Pull complete 16:57:37 77bc0d833cb6: Pull complete 16:57:38 9065ff56babe: Pull complete 16:57:43 d287ab97295c: Pull complete 16:57:43 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 16:57:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:57:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 16:57:43 prd-centos7-docker-4c-2g-5367 does not seem to be running inside a container 16:57:43 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-lftools-log-publisher:latest cat 16:57:46 $ docker top a8963f83c628df462f63434012322d1067685db5342e500db26e33c8c322faa4 -eo pid,comm [Pipeline] { [Pipeline] sh 16:57:47 + touch /tmp/pre-build-complete [Pipeline] sh 16:57:47 + mkdir -p /var/log/sysstat [Pipeline] sh 16:57:47 + ls /var/log/sa-host 16:57:47 + sadf -c /var/log/sa-host/sa16 16:57:47 file_magic: OK 16:57:47 HZ: Using current value: 100 16:57:47 file_header: OK 16:57:47 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 16:57:47 Statistics: 16:57:47 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:57:47 File successfully converted to sysstat format version 12.0.3 16:57:47 + sadf -c /var/log/sa-host/sa17 16:57:47 file_magic: OK 16:57:47 HZ: Using current value: 100 16:57:47 file_header: OK 16:57:47 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 16:57:47 Statistics: 16:57:47 Hnuu...uuuununununu...Hnuu...uuuununununu... 16:57:47 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:57:47 provisioning config files... 16:57:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8317252596932697531tmp [Pipeline] { [Pipeline] echo 16:57:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:57:48 ---> create-netrc.sh [Pipeline] } 16:57:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:57:48 ---> python-tools-install.sh [Pipeline] echo 16:57:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:57:48 ---> sudo-logs.sh 16:57:48 Archiving 'sudo' log.. 16:57:48 sudo: unable to resolve host prd-centos7-docker-4c-2g-5367.novalocal: Name or service not known 16:57:48 sudo: unable to resolve host prd-centos7-docker-4c-2g-5367.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 16:57:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:57:49 ---> job-cost.sh 16:57:49 lf-activate-venv: SKIPPING 16:57:49 DEBUG: total: 0.10999999940395355 16:57:49 INFO: Retrieving Stack Cost... 16:57:49 INFO: Retrieving Pricing Info for: v3-standard-2 16:57:50 INFO: Archiving Costs [Pipeline] echo 16:57:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:57:50 ---> logs-deploy.sh 16:57:50 lf-activate-venv: SKIPPING 16:57:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3883/2 16:57:50 INFO: archiving workspace using pattern(s): 16:57:50 Archives upload complete. 16:57:51 INFO: archiving logs to Nexus