Pull request #3908 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1514baf59d57da427e2e6b69447ab663107cc399+556446716e4a14b8c762f3ec0116a54927b3d800 (c1d89001ccc9df0e35bf3ac12b82843f069a11ab) 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-ssh12936412163775075938.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 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-ssh16892238190760589659.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 c72b16708d6eed9a08be464a432ce22db7d90667 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3908/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3908/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh11776080655774030826.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3908/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh10583447270229639207.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh17332905406132151531.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3908/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3908/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh10957989417241147768.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 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: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7320 in /w/workspace/edgexfoundry_edgex-go_PR-3908 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 556446716e4a14b8c762f3ec0116a54927b3d800 into PR head commit 1514baf59d57da427e2e6b69447ab663107cc399 Merge succeeded, producing 1514baf59d57da427e2e6b69447ab663107cc399 Checking out Revision 1514baf59d57da427e2e6b69447ab663107cc399 (PR-3908) > 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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3908/head:refs/remotes/origin/PR-3908 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1514baf59d57da427e2e6b69447ab663107cc399 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 556446716e4a14b8c762f3ec0116a54927b3d800 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1514baf59d57da427e2e6b69447ab663107cc399 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-03-16T19:08:34.779Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-03-16T19:08:34.940Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-03-16T19:08:35.035Z] ========================================================= [2022-03-16T19:08:35.035Z] EdgeX Global Pipelines Version Info [2022-03-16T19:08:35.035Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-03-16T19:08:35.838Z] ------------------- [2022-03-16T19:08:35.838Z] stable info: [2022-03-16T19:08:35.838Z] ------------------- [2022-03-16T19:08:35.838Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-03-16T19:08:35.838Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-16T19:08:35.838Z] Message: update stable to v1.0.221 [2022-03-16T19:08:36.414Z] ------------------- [2022-03-16T19:08:36.414Z] experimental info: [2022-03-16T19:08:36.414Z] ------------------- [2022-03-16T19:08:36.414Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-03-16T19:08:36.414Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-16T19:08:36.414Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-03-16T19:08:36.684Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-03-16T19:08:36.722Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-03-16T19:08:36.763Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-03-16T19:08:36.801Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-03-16T19:08:36.838Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-03-16T19:08:36.880Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-03-16T19:08:36.922Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-03-16T19:08:36.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-03-16T19:08:37.003Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-03-16T19:08:37.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-03-16T19:08:37.107Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-03-16T19:08:37.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-03-16T19:08:37.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-03-16T19:08:37.244Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-03-16T19:08:37.287Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-03-16T19:08:37.328Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-03-16T19:08:37.366Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-03-16T19:08:37.399Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-03-16T19:08:37.441Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-03-16T19:08:37.527Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-03-16T19:08:37.562Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2022-03-16T19:08:37.605Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-03-16T19:08:37.648Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3908 [Pipeline] echo [2022-03-16T19:08:37.690Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3908 [Pipeline] echo [2022-03-16T19:08:37.730Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3908 [Pipeline] echo [2022-03-16T19:08:37.772Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1514baf59d57da427e2e6b69447ab663107cc399 [Pipeline] echo [2022-03-16T19:08:37.810Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1514baf [Pipeline] echo [2022-03-16T19:08:37.848Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-16T19:08:37.960Z] provisioning config files... [2022-03-16T19:08:37.974Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4680999545943739364tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-16T19:08:38.318Z] ---> docker-login.sh [2022-03-16T19:08:38.319Z] nexus3.edgexfoundry.org:10001 [2022-03-16T19:08:38.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T19:08:38.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T19:08:38.583Z] Configure a credential helper to remove this warning. See [2022-03-16T19:08:38.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T19:08:38.583Z] [2022-03-16T19:08:38.583Z] Login Succeeded [2022-03-16T19:08:38.583Z] nexus3.edgexfoundry.org:10002 [2022-03-16T19:08:38.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T19:08:38.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T19:08:38.846Z] Configure a credential helper to remove this warning. See [2022-03-16T19:08:38.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T19:08:38.846Z] [2022-03-16T19:08:38.846Z] Login Succeeded [2022-03-16T19:08:38.846Z] nexus3.edgexfoundry.org:10003 [2022-03-16T19:08:38.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T19:08:38.846Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T19:08:38.846Z] Configure a credential helper to remove this warning. See [2022-03-16T19:08:38.846Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T19:08:38.846Z] [2022-03-16T19:08:38.846Z] Login Succeeded [2022-03-16T19:08:38.846Z] nexus3.edgexfoundry.org:10004 [2022-03-16T19:08:39.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T19:08:39.109Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T19:08:39.109Z] Configure a credential helper to remove this warning. See [2022-03-16T19:08:39.109Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T19:08:39.109Z] [2022-03-16T19:08:39.109Z] Login Succeeded [2022-03-16T19:08:39.109Z] docker.io [2022-03-16T19:08:39.109Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T19:08:39.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T19:08:39.686Z] Configure a credential helper to remove this warning. See [2022-03-16T19:08:39.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T19:08:39.686Z] [2022-03-16T19:08:39.686Z] Login Succeeded [2022-03-16T19:08:39.686Z] ---> docker-login.sh ends [Pipeline] } [2022-03-16T19:08:39.710Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-16T19:08:40.192Z] + 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 [2022-03-16T19:08:40.192Z] + cut -d/+ -f2 [2022-03-16T19:08:40.192Z] dirname cmd/core-command/Dockerfile [2022-03-16T19:08:40.192Z] + echo core-command,cmd/core-command/Dockerfile [2022-03-16T19:08:40.192Z] + + dirnamecut cmd/core-data/Dockerfile -d/ [2022-03-16T19:08:40.192Z] -f2 [2022-03-16T19:08:40.192Z] + echo core-data,cmd/core-data/Dockerfile [2022-03-16T19:08:40.192Z] + dirname cmd/core-metadata/Dockerfile [2022-03-16T19:08:40.192Z] + cut -d/ -f2 [2022-03-16T19:08:40.192Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-03-16T19:08:40.192Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-03-16T19:08:40.192Z] + cut -d/ -f2 [2022-03-16T19:08:40.192Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-03-16T19:08:40.193Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-03-16T19:08:40.193Z] + cut -d/ -f2 [2022-03-16T19:08:40.193Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-03-16T19:08:40.193Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-03-16T19:08:40.193Z] + cut -d/ -f2 [2022-03-16T19:08:40.193Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-03-16T19:08:40.193Z] + dirname cmd/support-notifications/Dockerfile [2022-03-16T19:08:40.193Z] + cut -d/ -f2 [2022-03-16T19:08:40.193Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-03-16T19:08:40.193Z] + dirname cmd/support-scheduler/Dockerfile [2022-03-16T19:08:40.193Z] + cut -d/ -f2 [2022-03-16T19:08:40.193Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-03-16T19:08:40.193Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-03-16T19:08:40.193Z] + cut -d/ -f2 [2022-03-16T19:08:40.193Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-03-16T19:08:40.244Z] 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 [2022-03-16T19:08:40.746Z] + git rev-list -1 --merges 1514baf59d57da427e2e6b69447ab663107cc399~1..1514baf59d57da427e2e6b69447ab663107cc399 [Pipeline] echo [2022-03-16T19:08:40.783Z] -----------> git rev-list -1 --merges 1514baf59d57da427e2e6b69447ab663107cc399~1..1514baf59d57da427e2e6b69447ab663107cc399 1514baf59d57da427e2e6b69447ab663107cc399 [false] [Pipeline] sh [2022-03-16T19:08:41.095Z] + git log --format=format:%s -1 1514baf59d57da427e2e6b69447ab663107cc399 [Pipeline] echo [2022-03-16T19:08:41.166Z] ========================================================= [2022-03-16T19:08:41.166Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-03-16T19:08:41.166Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-03-16T19:08:41.638Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-16T19:08:41.638Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-03-16T19:08:41.638Z] + [ -e /tmp/ssh_known_hosts ] [2022-03-16T19:08:41.638Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-03-16T19:08:41.638Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-03-16T19:08:41.638Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-03-16T19:08:41.638Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-16T19:08:42.030Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-16T19:08:42.030Z] [2022-03-16T19:08:42.030Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-03-16T19:08:42.404Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-16T19:08:42.404Z] latest: Pulling from edgex-devops/git-semver [2022-03-16T19:08:42.404Z] a0d0a0d46f8b: Pulling fs layer [2022-03-16T19:08:42.405Z] 3e5f54012d9b: Pulling fs layer [2022-03-16T19:08:42.405Z] 4c7163046ea9: Pulling fs layer [2022-03-16T19:08:42.405Z] 0c2d73faf560: Pulling fs layer [2022-03-16T19:08:42.405Z] 0c2d73faf560: Waiting [2022-03-16T19:08:42.405Z] 3e5f54012d9b: Verifying Checksum [2022-03-16T19:08:42.405Z] 3e5f54012d9b: Download complete [2022-03-16T19:08:42.405Z] a0d0a0d46f8b: Verifying Checksum [2022-03-16T19:08:42.405Z] a0d0a0d46f8b: Download complete [2022-03-16T19:08:42.405Z] 0c2d73faf560: Verifying Checksum [2022-03-16T19:08:42.405Z] 0c2d73faf560: Download complete [2022-03-16T19:08:42.665Z] 4c7163046ea9: Verifying Checksum [2022-03-16T19:08:42.665Z] 4c7163046ea9: Download complete [2022-03-16T19:08:42.665Z] a0d0a0d46f8b: Pull complete [2022-03-16T19:08:42.665Z] 3e5f54012d9b: Pull complete [2022-03-16T19:08:42.924Z] 4c7163046ea9: Pull complete [2022-03-16T19:08:43.185Z] 0c2d73faf560: Pull complete [2022-03-16T19:08:43.185Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-03-16T19:08:43.185Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-16T19:08:43.185Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-03-16T19:08:43.277Z] prd-ubuntu20.04-docker-8c-8g-7320 does not seem to be running inside a container [2022-03-16T19:08:43.321Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-16T19:08:43.961Z] $ docker top bbdf362d9ebdba145f70dae0d0ce14a7bff8bae577560b78945609f4049fc96e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-16T19:08:44.151Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-16T19:08:44.151Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-16T19:08:44.294Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-16T19:08:44.299Z] $ docker exec bbdf362d9ebdba145f70dae0d0ce14a7bff8bae577560b78945609f4049fc96e ssh-agent [2022-03-16T19:08:44.414Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXEAPJcD/agent.14 [2022-03-16T19:08:44.414Z] SSH_AGENT_PID=21 [2022-03-16T19:08:44.423Z] Running ssh-add (command line suppressed) [2022-03-16T19:08:44.547Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8874946933740897873.key (/w/workspace/edgex-go/1@tmp/private_key_8874946933740897873.key) [2022-03-16T19:08:44.568Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-16T19:08:44.903Z] + git tag --points-at HEAD [Pipeline] } [2022-03-16T19:08:44.932Z] $ docker exec --env ******** --env ******** bbdf362d9ebdba145f70dae0d0ce14a7bff8bae577560b78945609f4049fc96e ssh-agent -k [2022-03-16T19:08:45.061Z] unset SSH_AUTH_SOCK; [2022-03-16T19:08:45.061Z] unset SSH_AGENT_PID; [2022-03-16T19:08:45.061Z] echo Agent pid 21 killed; [2022-03-16T19:08:45.075Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-03-16T19:08:45.168Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-16T19:08:45.168Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-16T19:08:45.294Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-16T19:08:45.300Z] $ docker exec bbdf362d9ebdba145f70dae0d0ce14a7bff8bae577560b78945609f4049fc96e ssh-agent [2022-03-16T19:08:45.426Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXDHLbCG/agent.55 [2022-03-16T19:08:45.426Z] SSH_AGENT_PID=61 [2022-03-16T19:08:45.431Z] Running ssh-add (command line suppressed) [2022-03-16T19:08:45.547Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3436734946210479164.key (/w/workspace/edgex-go/1@tmp/private_key_3436734946210479164.key) [2022-03-16T19:08:45.561Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-16T19:08:45.895Z] + git semver init [2022-03-16T19:08:45.895Z] # -> Open(): unable to determine branch for HEAD [2022-03-16T19:08:45.895Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2022-03-16T19:08:45.895Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2022-03-16T19:08:45.895Z] # $SEMVER_REMOTE_NAME = origin [2022-03-16T19:08:45.895Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-16T19:08:45.895Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-16T19:08:45.895Z] # $SEMVER_BRANCH = PR-3908 [2022-03-16T19:08:45.895Z] # $SEMVER_TEMP = /tmp/semver-130118260 [2022-03-16T19:08:45.895Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-03-16T19:09:00.846Z] # '/tmp/semver-130118260' -> '/w/workspace/edgex-go/1/.semver' [2022-03-16T19:09:00.846Z] # -> Force: false [2022-03-16T19:09:00.846Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2022-03-16T19:09:00.877Z] $ docker exec --env ******** --env ******** bbdf362d9ebdba145f70dae0d0ce14a7bff8bae577560b78945609f4049fc96e ssh-agent -k [2022-03-16T19:09:00.997Z] unset SSH_AUTH_SOCK; [2022-03-16T19:09:00.997Z] unset SSH_AGENT_PID; [2022-03-16T19:09:00.997Z] echo Agent pid 61 killed; [2022-03-16T19:09:01.007Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-16T19:09:01.431Z] + git semver [Pipeline] } [2022-03-16T19:09:01.463Z] $ docker stop --time=1 bbdf362d9ebdba145f70dae0d0ce14a7bff8bae577560b78945609f4049fc96e [2022-03-16T19:09:03.200Z] $ docker rm -f bbdf362d9ebdba145f70dae0d0ce14a7bff8bae577560b78945609f4049fc96e [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-16T19:09:03.646Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-03-16T19:09:03.978Z] Stashed 1 file(s) [Pipeline] echo [2022-03-16T19:09:04.001Z] [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 [2022-03-16T19:09:04.522Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-16T19:09:04.557Z] ========================================================= [2022-03-16T19:09:04.557Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-03-16T19:09:04.557Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-16T19:09:04.905Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-16T19:09:04.905Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-03-16T19:09:04.905Z] 59bf1c3509f3: Pulling fs layer [2022-03-16T19:09:04.905Z] 666ba61612fd: Pulling fs layer [2022-03-16T19:09:04.905Z] 8ed8ca486205: Pulling fs layer [2022-03-16T19:09:04.905Z] 4fe6c5a15a65: Pulling fs layer [2022-03-16T19:09:04.905Z] 22a0e8bec74d: Pulling fs layer [2022-03-16T19:09:04.905Z] 640e595b4fbd: Pulling fs layer [2022-03-16T19:09:04.905Z] 763cafe07f6e: Pulling fs layer [2022-03-16T19:09:04.905Z] 0c0b528cf693: Pulling fs layer [2022-03-16T19:09:04.905Z] 10935f4eaf8b: Pulling fs layer [2022-03-16T19:09:04.905Z] 640e595b4fbd: Waiting [2022-03-16T19:09:04.905Z] 763cafe07f6e: Waiting [2022-03-16T19:09:04.905Z] 0c0b528cf693: Waiting [2022-03-16T19:09:04.905Z] 22a0e8bec74d: Waiting [2022-03-16T19:09:04.905Z] 4fe6c5a15a65: Waiting [2022-03-16T19:09:04.905Z] 8ed8ca486205: Download complete [2022-03-16T19:09:04.905Z] 666ba61612fd: Download complete [2022-03-16T19:09:04.905Z] 22a0e8bec74d: Verifying Checksum [2022-03-16T19:09:04.905Z] 22a0e8bec74d: Download complete [2022-03-16T19:09:04.905Z] 640e595b4fbd: Verifying Checksum [2022-03-16T19:09:04.905Z] 640e595b4fbd: Download complete [2022-03-16T19:09:04.905Z] 59bf1c3509f3: Verifying Checksum [2022-03-16T19:09:04.905Z] 763cafe07f6e: Verifying Checksum [2022-03-16T19:09:04.905Z] 763cafe07f6e: Download complete [2022-03-16T19:09:05.168Z] 0c0b528cf693: Verifying Checksum [2022-03-16T19:09:05.168Z] 0c0b528cf693: Download complete [2022-03-16T19:09:05.168Z] 59bf1c3509f3: Pull complete [2022-03-16T19:09:05.168Z] 666ba61612fd: Pull complete [2022-03-16T19:09:05.437Z] 8ed8ca486205: Pull complete [2022-03-16T19:09:05.701Z] 10935f4eaf8b: Verifying Checksum [2022-03-16T19:09:05.701Z] 10935f4eaf8b: Download complete [2022-03-16T19:09:05.701Z] 4fe6c5a15a65: Verifying Checksum [2022-03-16T19:09:05.701Z] 4fe6c5a15a65: Download complete [2022-03-16T19:09:09.909Z] 4fe6c5a15a65: Pull complete [2022-03-16T19:09:09.909Z] 22a0e8bec74d: Pull complete [2022-03-16T19:09:09.909Z] 640e595b4fbd: Pull complete [2022-03-16T19:09:09.909Z] 763cafe07f6e: Pull complete [2022-03-16T19:09:09.909Z] 0c0b528cf693: Pull complete [2022-03-16T19:09:12.456Z] 10935f4eaf8b: Pull complete [2022-03-16T19:09:12.456Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-03-16T19:09:12.456Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-16T19:09:12.456Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-03-16T19:09:12.824Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-16T19:09:12.825Z] WORKDIR /edgex [2022-03-16T19:09:12.825Z] COPY go.mod . [2022-03-16T19:09:12.825Z] RUN go mod download [2022-03-16T19:09:12.825Z] + docker build -t ci-base-image-x86_64 -f - . [2022-03-16T19:09:14.220Z] Sending build context to Docker daemon 334.1MB [2022-03-16T19:09:14.220Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-16T19:09:14.220Z] ---> 99d49a6021b9 [2022-03-16T19:09:14.220Z] Step 2/4 : WORKDIR /edgex [2022-03-16T19:09:16.131Z] ---> Running in d0b75e8ef5e0 [2022-03-16T19:09:16.131Z] Removing intermediate container d0b75e8ef5e0 [2022-03-16T19:09:16.131Z] ---> 09ddf6246e79 [2022-03-16T19:09:16.131Z] Step 3/4 : COPY go.mod . [2022-03-16T19:09:16.131Z] ---> 762ecdc8fc35 [2022-03-16T19:09:16.131Z] Step 4/4 : RUN go mod download [2022-03-16T19:09:16.131Z] ---> Running in f1343810166f [2022-03-16T19:09:19.319Z] Still waiting to schedule task [2022-03-16T19:09:19.319Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7321’ [2022-03-16T19:09:38.090Z] Removing intermediate container f1343810166f [2022-03-16T19:09:38.090Z] ---> 99eade8fd54c [2022-03-16T19:09:38.090Z] Successfully built 99eade8fd54c [2022-03-16T19:09:38.090Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-16T19:09:38.427Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-16T19:09:38.427Z] . [Pipeline] withDockerContainer [2022-03-16T19:09:38.514Z] prd-ubuntu20.04-docker-8c-8g-7320 does not seem to be running inside a container [2022-03-16T19:09:38.551Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-03-16T19:09:38.928Z] $ docker top c8995b700140e8a065c9912c35e8fc19dbd826379b40e8d3357fd6165c3b50af -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-16T19:09:39.336Z] + go version [2022-03-16T19:09:39.336Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-03-16T19:09:39.370Z] $ docker stop --time=1 c8995b700140e8a065c9912c35e8fc19dbd826379b40e8d3357fd6165c3b50af [2022-03-16T19:09:40.622Z] $ docker rm -f c8995b700140e8a065c9912c35e8fc19dbd826379b40e8d3357fd6165c3b50af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-16T19:09:41.286Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-16T19:09:41.286Z] . [Pipeline] withDockerContainer [2022-03-16T19:09:41.377Z] prd-ubuntu20.04-docker-8c-8g-7320 does not seem to be running inside a container [2022-03-16T19:09:41.415Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-03-16T19:09:41.763Z] $ docker top 4edb5dc58d92a2dba2fd5d112e12f610f4c2ec90038fa9a250e908b11807236f -eo pid,comm [Pipeline] { [Pipeline] echo [2022-03-16T19:09:41.879Z] ========================================================= [2022-03-16T19:09:41.879Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-03-16T19:09:41.879Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-16T19:09:42.226Z] + make test [2022-03-16T19:09:42.227Z] go mod tidy [2022-03-16T19:09:42.227Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-03-16T19:09:47.618Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-03-16T19:09:55.739Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-03-16T19:09:55.739Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-03-16T19:09:55.998Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-03-16T19:09:55.998Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-03-16T19:09:55.998Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-03-16T19:09:56.257Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-03-16T19:09:56.257Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-03-16T19:09:56.257Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-03-16T19:09:56.257Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-03-16T19:09:56.257Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-03-16T19:09:56.257Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-03-16T19:09:56.257Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-03-16T19:09:56.257Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-03-16T19:09:56.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-03-16T19:09:57.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.072s coverage: 28.7% of statements [2022-03-16T19:09:57.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-03-16T19:09:57.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-03-16T19:09:57.895Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.075s coverage: 98.5% of statements [2022-03-16T19:09:57.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-03-16T19:09:57.895Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.083s coverage: 54.9% of statements [2022-03-16T19:09:57.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-03-16T19:09:57.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-03-16T19:09:58.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.145s coverage: 89.5% of statements [2022-03-16T19:09:58.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-03-16T19:09:58.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-03-16T19:09:58.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-03-16T19:09:58.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.079s coverage: 84.4% of statements [2022-03-16T19:09:58.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-03-16T19:09:58.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-03-16T19:09:58.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-03-16T19:09:58.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-03-16T19:09:58.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-03-16T19:09:58.724Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.362s coverage: 94.2% of statements [2022-03-16T19:09:58.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-03-16T19:09:58.724Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-03-16T19:09:58.724Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.059s coverage: 59.1% of statements [2022-03-16T19:09:58.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-03-16T19:09:58.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-03-16T19:09:58.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-03-16T19:09:58.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-03-16T19:09:58.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-03-16T19:09:58.724Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.053s coverage: 60.0% of statements [2022-03-16T19:09:58.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-03-16T19:09:58.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-03-16T19:09:58.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-03-16T19:09:58.724Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.057s coverage: 0.9% of statements [2022-03-16T19:09:58.724Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-03-16T19:09:58.724Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2022-03-16T19:09:58.724Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.043s coverage: 21.7% of statements [2022-03-16T19:09:58.724Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-03-16T19:09:58.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 47.1% of statements [2022-03-16T19:09:59.292Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.062s coverage: 79.5% of statements [2022-03-16T19:09:59.292Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2022-03-16T19:09:59.292Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.072s coverage: 96.3% of statements [2022-03-16T19:09:59.292Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements [2022-03-16T19:10:11.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.063s coverage: 94.4% of statements [2022-03-16T19:10:11.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.064s coverage: 44.8% of statements [2022-03-16T19:10:12.903Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.215s coverage: 82.5% of statements [2022-03-16T19:10:12.903Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-03-16T19:10:22.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.092s coverage: 92.9% of statements [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-03-16T19:10:22.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-03-16T19:10:22.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.058s coverage: 87.2% of statements [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-03-16T19:10:22.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-03-16T19:10:22.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 58.8% of statements [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-03-16T19:10:22.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.0% of statements [2022-03-16T19:10:22.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.055s coverage: 87.2% of statements [2022-03-16T19:10:22.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 85.4% of statements [2022-03-16T19:10:22.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.162s coverage: 91.2% of statements [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-03-16T19:10:22.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.148s coverage: 64.4% of statements [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-03-16T19:10:22.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements [2022-03-16T19:10:22.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements [2022-03-16T19:10:22.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.023s coverage: 100.0% of statements [2022-03-16T19:10:22.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2022-03-16T19:10:22.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements [2022-03-16T19:10:22.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.399s coverage: 65.4% of statements [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-03-16T19:10:22.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.174s coverage: 43.8% of statements [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-03-16T19:10:22.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.057s coverage: 89.5% of statements [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-03-16T19:10:22.906Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.056s coverage: 84.8% of statements [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-03-16T19:10:22.906Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.074s coverage: 17.7% of statements [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-03-16T19:10:22.906Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-03-16T19:10:22.906Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.153s coverage: 92.3% of statements [2022-03-16T19:10:22.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-03-16T19:10:22.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-03-16T19:10:22.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-03-16T19:10:22.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-03-16T19:10:22.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.053s coverage: 63.2% of statements [2022-03-16T19:10:22.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-03-16T19:10:22.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-03-16T19:10:22.907Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.095s coverage: 97.7% of statements [2022-03-16T19:10:22.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-03-16T19:10:22.907Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-03-16T19:10:22.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-03-16T19:10:22.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-03-16T19:10:22.907Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.063s coverage: 28.9% of statements [2022-03-16T19:10:22.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-03-16T19:10:22.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-03-16T19:10:22.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-03-16T19:10:22.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-03-16T19:10:22.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-03-16T19:10:22.907Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-03-16T19:10:22.907Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements [2022-03-16T19:10:22.907Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 96.9% of statements [2022-03-16T19:10:22.907Z] 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 [2022-03-16T19:10:35.145Z] GO111MODULE=on go vet ./... [2022-03-16T19:10:39.338Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-16T19:10:39.338Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-03-16T19:10:39.338Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-03-16T19:10:39.939Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-03-16T19:10:40.252Z] + ls -al . [2022-03-16T19:10:40.252Z] total 672 [2022-03-16T19:10:40.252Z] drwxrwxr-x 10 1001 1001 4096 Mar 16 19:10 . [2022-03-16T19:10:40.252Z] drwxr-xr-x 4 root root 4096 Mar 16 19:09 .. [2022-03-16T19:10:40.252Z] -rw-rw-r-- 1 1001 1001 11 Mar 16 19:08 .dockerignore [2022-03-16T19:10:40.252Z] drwxrwxr-x 8 1001 1001 4096 Mar 16 19:08 .git [2022-03-16T19:10:40.252Z] drwxrwxr-x 4 1001 1001 4096 Mar 16 19:08 .github [2022-03-16T19:10:40.252Z] -rw-rw-r-- 1 1001 1001 804 Mar 16 19:08 .gitignore [2022-03-16T19:10:40.252Z] -rw-rw-r-- 1 1001 1001 42 Mar 16 19:08 .golangci.yml [2022-03-16T19:10:40.252Z] -rw-rw-r-- 1 1001 1001 76 Mar 16 19:08 .hadolint.yml [2022-03-16T19:10:40.252Z] drwx------ 3 1001 1001 4096 Mar 16 19:08 .semver [2022-03-16T19:10:40.252Z] -rw-rw-r-- 1 1001 1001 166 Mar 16 19:08 .sonarcloud.properties [2022-03-16T19:10:40.252Z] -rw-rw-r-- 1 1001 1001 1171 Mar 16 19:08 ADOPTERS.md [2022-03-16T19:10:40.252Z] -rw-rw-r-- 1 1001 1001 9019 Mar 16 19:08 Attribution.txt [2022-03-16T19:10:40.252Z] -rw-rw-r-- 1 1001 1001 51732 Mar 16 19:08 CHANGELOG.md [2022-03-16T19:10:40.252Z] -rw-rw-r-- 1 1001 1001 3804 Mar 16 19:08 CONTRIBUTING.md [2022-03-16T19:10:40.252Z] -rw-rw-r-- 1 1001 1001 677 Mar 16 19:08 GOVERNANCE.md [2022-03-16T19:10:40.252Z] -rw-rw-r-- 1 1001 1001 849 Mar 16 19:08 Jenkinsfile [2022-03-16T19:10:40.252Z] -rw-rw-r-- 1 1001 1001 10775 Mar 16 19:08 LICENSE [2022-03-16T19:10:40.252Z] -rw-rw-r-- 1 1001 1001 6508 Mar 16 19:08 Makefile [2022-03-16T19:10:40.252Z] -rw-rw-r-- 1 1001 1001 582 Mar 16 19:08 OWNERS.md [2022-03-16T19:10:40.252Z] -rw-rw-r-- 1 1001 1001 8207 Mar 16 19:08 README.md [2022-03-16T19:10:40.252Z] -rw-rw-r-- 1 1001 1001 6912 Mar 16 19:08 SECURITY.md [2022-03-16T19:10:40.252Z] -rw-rw-r-- 1 1001 1001 5 Mar 16 19:09 VERSION [2022-03-16T19:10:40.252Z] -rw-rw-r-- 1 1001 1001 4131 Mar 16 19:08 ZMQWindows.md [2022-03-16T19:10:40.252Z] drwxrwxr-x 2 1001 1001 4096 Mar 16 19:08 bin [2022-03-16T19:10:40.252Z] drwxrwxr-x 14 1001 1001 4096 Mar 16 19:08 cmd [2022-03-16T19:10:40.252Z] -rw-r--r-- 1 root root 425751 Mar 16 19:10 coverage.out [2022-03-16T19:10:40.252Z] -rw-rw-r-- 1 1001 1001 2827 Mar 16 19:08 go.mod [2022-03-16T19:10:40.252Z] -rw-rw-r-- 1 1001 1001 50275 Mar 16 19:08 go.sum [2022-03-16T19:10:40.252Z] drwxrwxr-x 8 1001 1001 4096 Mar 16 19:08 internal [2022-03-16T19:10:40.252Z] drwxrwxr-x 3 1001 1001 4096 Mar 16 19:08 openapi [2022-03-16T19:10:40.252Z] drwxrwxr-x 4 1001 1001 4096 Mar 16 19:08 snap [2022-03-16T19:10:40.252Z] -rw-rw-r-- 1 1001 1001 204 Mar 16 19:08 version.go [Pipeline] sh [2022-03-16T19:10:40.563Z] + '[' -e coverage.out ] [2022-03-16T19:10:40.563Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-03-16T19:10:40.689Z] Stashed 1 file(s) [Pipeline] sh [2022-03-16T19:10:40.987Z] + make build [2022-03-16T19:10:40.987Z] 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 [2022-03-16T19:10:42.370Z] 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 [2022-03-16T19:10:46.566Z] 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 [2022-03-16T19:10:47.143Z] 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 [2022-03-16T19:10:48.078Z] 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 [2022-03-16T19:10:48.337Z] 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 [2022-03-16T19:10:49.275Z] 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 [2022-03-16T19:10:49.857Z] 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 [2022-03-16T19:10:50.797Z] 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 [2022-03-16T19:10:51.368Z] 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 [2022-03-16T19:10:52.308Z] 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 [2022-03-16T19:10:52.875Z] 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] } [2022-03-16T19:10:54.284Z] $ docker stop --time=1 4edb5dc58d92a2dba2fd5d112e12f610f4c2ec90038fa9a250e908b11807236f [2022-03-16T19:10:56.275Z] $ docker rm -f 4edb5dc58d92a2dba2fd5d112e12f610f4c2ec90038fa9a250e908b11807236f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-16T19:10:57.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-16T19:10:57.295Z] [2022-03-16T19:10:57.295Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-03-16T19:10:57.637Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-16T19:10:57.637Z] latest: Pulling from edgex-devops/edgex-compose [2022-03-16T19:10:57.637Z] cbdbe7a5bc2a: Pulling fs layer [2022-03-16T19:10:57.637Z] ca9280d653b3: Pulling fs layer [2022-03-16T19:10:57.637Z] 7e9c9ca2126c: Pulling fs layer [2022-03-16T19:10:57.637Z] cbdbe7a5bc2a: Download complete [2022-03-16T19:10:57.900Z] ca9280d653b3: Verifying Checksum [2022-03-16T19:10:57.900Z] ca9280d653b3: Download complete [2022-03-16T19:10:57.900Z] cbdbe7a5bc2a: Pull complete [2022-03-16T19:10:58.159Z] 7e9c9ca2126c: Download complete [2022-03-16T19:10:58.159Z] ca9280d653b3: Pull complete [2022-03-16T19:11:01.452Z] 7e9c9ca2126c: Pull complete [2022-03-16T19:11:01.452Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-03-16T19:11:01.452Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-16T19:11:01.452Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-03-16T19:11:01.540Z] prd-ubuntu20.04-docker-8c-8g-7320 does not seem to be running inside a container [2022-03-16T19:11:01.578Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-03-16T19:11:02.832Z] $ docker top c795bb31240ac70ead93a2c70d3be0d1f21d4b9c83bcc87f830d823493e40302 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-16T19:11:03.229Z] + docker-compose build --help [2022-03-16T19:11:03.229Z] + grep parallel [2022-03-16T19:11:03.801Z] --parallel Build images in parallel. [Pipeline] } [2022-03-16T19:11:03.832Z] $ docker stop --time=1 c795bb31240ac70ead93a2c70d3be0d1f21d4b9c83bcc87f830d823493e40302 [2022-03-16T19:11:05.143Z] $ docker rm -f c795bb31240ac70ead93a2c70d3be0d1f21d4b9c83bcc87f830d823493e40302 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-16T19:11:05.658Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-03-16T19:11:05.658Z] . [Pipeline] withDockerContainer [2022-03-16T19:11:05.749Z] prd-ubuntu20.04-docker-8c-8g-7320 does not seem to be running inside a container [2022-03-16T19:11:05.815Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-03-16T19:11:06.138Z] $ docker top a3c4ca28981c9f94042ca4dd220260bcb2dea44bd77e39534997398625e1cfee -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-16T19:11:06.563Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-03-16T19:11:07.132Z] Building core-command ... [2022-03-16T19:11:07.132Z] Building core-data ... [2022-03-16T19:11:07.132Z] Building core-metadata ... [2022-03-16T19:11:07.132Z] Building security-bootstrapper ... [2022-03-16T19:11:07.132Z] Building security-proxy-setup ... [2022-03-16T19:11:07.132Z] Building security-secretstore-setup ... [2022-03-16T19:11:07.132Z] Building support-notifications ... [2022-03-16T19:11:07.132Z] Building support-scheduler ... [2022-03-16T19:11:07.132Z] Building sys-mgmt-agent ... [2022-03-16T19:11:07.132Z] Building sys-mgmt-agent [2022-03-16T19:11:07.132Z] Building security-proxy-setup [2022-03-16T19:11:07.132Z] Building support-notifications [2022-03-16T19:11:07.132Z] Building support-scheduler [2022-03-16T19:11:07.132Z] Building core-metadata [2022-03-16T19:11:22.031Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-16T19:11:22.032Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-16T19:11:22.032Z] ---> 99eade8fd54c [2022-03-16T19:11:22.032Z] Step 3/22 : WORKDIR /edgex-go [2022-03-16T19:11:22.032Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-16T19:11:22.032Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-16T19:11:22.032Z] ---> 99eade8fd54c [2022-03-16T19:11:22.032Z] Step 3/23 : WORKDIR /edgex-go [2022-03-16T19:11:22.032Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-16T19:11:22.032Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-16T19:11:22.032Z] ---> 99eade8fd54c [2022-03-16T19:11:22.032Z] Step 3/23 : WORKDIR /edgex-go [2022-03-16T19:11:22.032Z] Step 1/21 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-16T19:11:22.032Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-03-16T19:11:22.032Z] ---> 99eade8fd54c [2022-03-16T19:11:22.032Z] Step 3/21 : WORKDIR /edgex-go [2022-03-16T19:11:22.032Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-16T19:11:22.032Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-16T19:11:22.032Z] ---> 99eade8fd54c [2022-03-16T19:11:22.032Z] Step 3/22 : WORKDIR /edgex-go [2022-03-16T19:11:22.032Z] ---> Running in 1c716a6c434f [2022-03-16T19:11:22.032Z] ---> Running in dfdab006910c [2022-03-16T19:11:22.032Z] ---> Running in 7f7ee4b13dff [2022-03-16T19:11:22.032Z] ---> Running in a03030dccaf4 [2022-03-16T19:11:22.032Z] ---> Running in ab72aa8d07f4 [2022-03-16T19:11:22.032Z] Removing intermediate container dfdab006910c [2022-03-16T19:11:22.032Z] ---> 5fa7e83f1fc0 [2022-03-16T19:11:22.032Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T19:11:22.032Z] Removing intermediate container 1c716a6c434f [2022-03-16T19:11:22.032Z] ---> 69f32350d1d2 [2022-03-16T19:11:22.032Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T19:11:22.032Z] ---> Running in 76c52fce6e1d [2022-03-16T19:11:22.032Z] Removing intermediate container a03030dccaf4 [2022-03-16T19:11:22.032Z] ---> 467d8f973914 [2022-03-16T19:11:22.032Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T19:11:22.032Z] Removing intermediate container 7f7ee4b13dff [2022-03-16T19:11:22.032Z] ---> 88d45fce2415 [2022-03-16T19:11:22.032Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T19:11:22.032Z] Removing intermediate container ab72aa8d07f4 [2022-03-16T19:11:22.032Z] ---> 638a6acee587 [2022-03-16T19:11:22.032Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T19:11:22.032Z] ---> Running in b16153ec1e74 [2022-03-16T19:11:22.032Z] ---> Running in 5c784ed0b29e [2022-03-16T19:11:22.032Z] ---> Running in 72a83779f15b [2022-03-16T19:11:22.032Z] ---> Running in ce3fd06f4824 [2022-03-16T19:11:22.974Z] Removing intermediate container 76c52fce6e1d [2022-03-16T19:11:22.974Z] ---> 70b8d5a8665d [2022-03-16T19:11:22.974Z] Step 5/21 : RUN apk add --update --no-cache make git [2022-03-16T19:11:22.974Z] ---> Running in 293270a16265 [2022-03-16T19:11:22.974Z] Removing intermediate container b16153ec1e74 [2022-03-16T19:11:22.974Z] ---> f9d8a780984a [2022-03-16T19:11:22.974Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-03-16T19:11:22.974Z] ---> Running in d081a7fc1fe5 [2022-03-16T19:11:23.233Z] Removing intermediate container 5c784ed0b29e [2022-03-16T19:11:23.233Z] ---> af5a2b4b534d [2022-03-16T19:11:23.233Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-03-16T19:11:23.233Z] ---> Running in 6b6c95c3869e [2022-03-16T19:11:23.493Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-16T19:11:23.493Z] Removing intermediate container 72a83779f15b [2022-03-16T19:11:23.493Z] ---> 190869ff0416 [2022-03-16T19:11:23.493Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-16T19:11:23.493Z] ---> Running in a3b656afd54f [2022-03-16T19:11:23.493Z] Removing intermediate container ce3fd06f4824 [2022-03-16T19:11:23.493Z] ---> 9b76f5b9f7cf [2022-03-16T19:11:23.493Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-03-16T19:11:23.756Z] ---> Running in 98d8e5e62e59 [2022-03-16T19:11:23.756Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-16T19:11:23.756Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-16T19:11:23.756Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-16T19:11:24.016Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-16T19:11:24.277Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-16T19:11:24.538Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-16T19:11:24.538Z] OK: 221 MiB in 52 packages [2022-03-16T19:11:24.538Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-16T19:11:24.800Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-16T19:11:24.800Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-16T19:11:24.800Z] OK: 221 MiB in 52 packages [2022-03-16T19:11:24.800Z] OK: 221 MiB in 52 packages [2022-03-16T19:11:24.800Z] Removing intermediate container 293270a16265 [2022-03-16T19:11:24.800Z] ---> d2998394f293 [2022-03-16T19:11:24.800Z] Step 6/21 : COPY go.mod vendor* ./ [2022-03-16T19:11:25.062Z] OK: 221 MiB in 52 packages [2022-03-16T19:11:25.062Z] ---> a29b40b6840a [2022-03-16T19:11:25.062Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-16T19:11:25.062Z] ---> Running in 3474afb75608 [2022-03-16T19:11:25.062Z] OK: 221 MiB in 52 packages [2022-03-16T19:11:25.322Z] Removing intermediate container d081a7fc1fe5 [2022-03-16T19:11:25.322Z] ---> de0b8930f94e [2022-03-16T19:11:25.322Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-16T19:11:25.322Z] Removing intermediate container 6b6c95c3869e [2022-03-16T19:11:25.322Z] ---> 4df3b866f2e4 [2022-03-16T19:11:25.322Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-16T19:11:25.585Z] ---> 6d00aaad7cd6 [2022-03-16T19:11:25.585Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-16T19:11:25.585Z] ---> 1ca0b3a1831b [2022-03-16T19:11:25.585Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-16T19:11:25.585Z] ---> Running in fdf5c9059dc8 [2022-03-16T19:11:25.585Z] Removing intermediate container 98d8e5e62e59 [2022-03-16T19:11:25.585Z] ---> 5cd87b3d255c [2022-03-16T19:11:25.585Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-16T19:11:25.585Z] ---> Running in 0264ebda56ee [2022-03-16T19:11:25.844Z] Removing intermediate container a3b656afd54f [2022-03-16T19:11:25.844Z] ---> 2d3998277fa8 [2022-03-16T19:11:25.844Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-16T19:11:25.844Z] ---> ab49aaa8d2a9 [2022-03-16T19:11:25.844Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-16T19:11:25.844Z] ---> 86abf0a226f7 [2022-03-16T19:11:25.844Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-16T19:11:25.844Z] ---> Running in c2d64f9c7bd6 [2022-03-16T19:11:26.103Z] ---> Running in dc49ce156c4f [2022-03-16T19:11:26.673Z] Removing intermediate container 3474afb75608 [2022-03-16T19:11:26.673Z] ---> 0c0abe2c44ea [2022-03-16T19:11:26.673Z] Step 8/21 : COPY . . [2022-03-16T19:11:27.614Z] Removing intermediate container fdf5c9059dc8 [2022-03-16T19:11:27.614Z] ---> d1c7fa190851 [2022-03-16T19:11:27.614Z] Step 8/22 : COPY . . [2022-03-16T19:11:27.873Z] Removing intermediate container 0264ebda56ee [2022-03-16T19:11:27.873Z] ---> 49a8bf9abe00 [2022-03-16T19:11:27.873Z] Step 8/23 : COPY . . [2022-03-16T19:11:27.873Z] Removing intermediate container c2d64f9c7bd6 [2022-03-16T19:11:27.873Z] ---> c223efb23796 [2022-03-16T19:11:27.873Z] Step 8/23 : COPY . . [2022-03-16T19:11:27.873Z] Removing intermediate container dc49ce156c4f [2022-03-16T19:11:27.873Z] ---> b72570c35ed3 [2022-03-16T19:11:27.873Z] Step 8/22 : COPY . . [2022-03-16T19:11:35.998Z] ---> 2b0f997da003 [2022-03-16T19:11:35.998Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-03-16T19:11:35.998Z] ---> 1be130aa5c1d [2022-03-16T19:11:35.998Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-03-16T19:11:35.998Z] ---> fedd9e4a673e [2022-03-16T19:11:35.998Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-03-16T19:11:35.998Z] ---> Running in 4709790b9b99 [2022-03-16T19:11:35.998Z] ---> d4da75deb410 [2022-03-16T19:11:35.998Z] ---> Running in 2f3c77aff400 [2022-03-16T19:11:35.998Z] ---> 847206bbf51a [2022-03-16T19:11:35.998Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-03-16T19:11:35.998Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-03-16T19:11:35.998Z] ---> Running in f17bbf8ea23b [2022-03-16T19:11:35.998Z] ---> Running in d1f15b3a8219 [2022-03-16T19:11:35.998Z] ---> Running in 5d28d292469c [2022-03-16T19:11:36.566Z] 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 [2022-03-16T19:11:36.566Z] 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 [2022-03-16T19:11:36.566Z] 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 [2022-03-16T19:11:36.824Z] 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 [2022-03-16T19:11:36.824Z] 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 [2022-03-16T19:11:51.714Z] 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 [2022-03-16T19:11:52.647Z] Removing intermediate container 4709790b9b99 [2022-03-16T19:11:52.647Z] ---> 68110a899c49 [2022-03-16T19:11:52.647Z] [2022-03-16T19:11:52.647Z] Step 10/23 : FROM alpine:3.14 [2022-03-16T19:11:52.647Z] Removing intermediate container 2f3c77aff400 [2022-03-16T19:11:52.647Z] ---> 168b6165a7d8 [2022-03-16T19:11:52.647Z] [2022-03-16T19:11:52.647Z] Step 10/22 : FROM alpine:3.14 [2022-03-16T19:11:52.647Z] Removing intermediate container 5d28d292469c [2022-03-16T19:11:52.647Z] ---> b26de3690458 [2022-03-16T19:11:52.647Z] [2022-03-16T19:11:52.647Z] Step 10/22 : FROM alpine:3.14 [2022-03-16T19:11:52.647Z] Removing intermediate container f17bbf8ea23b [2022-03-16T19:11:52.647Z] ---> 1152d52453f9 [2022-03-16T19:11:52.647Z] [2022-03-16T19:11:52.647Z] Step 10/21 : FROM alpine:3.14 [2022-03-16T19:11:52.647Z] Removing intermediate container d1f15b3a8219 [2022-03-16T19:11:52.647Z] ---> cbc59c8af31c [2022-03-16T19:11:52.647Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-03-16T19:11:52.906Z] ---> Running in c7faa6c37e30 [2022-03-16T19:11:53.167Z] 3.14: Pulling from library/alpine [2022-03-16T19:11:53.430Z] 3.14: Pulling from library/alpine [2022-03-16T19:11:54.000Z] 3.14: Pulling from library/alpine [2022-03-16T19:11:54.000Z] 3.14: Pulling from library/alpine [2022-03-16T19:11:55.380Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-03-16T19:11:55.380Z] Status: Downloaded newer image for alpine:3.14 [2022-03-16T19:11:55.380Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-03-16T19:11:55.380Z] Status: Image is up to date for alpine:3.14 [2022-03-16T19:11:55.380Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-03-16T19:11:55.380Z] Status: Image is up to date for alpine:3.14 [2022-03-16T19:11:55.380Z] ---> 0a97eee8041e [2022-03-16T19:11:55.380Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-03-16T19:11:55.380Z] ---> 0a97eee8041e [2022-03-16T19:11:55.380Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-16T19:11:55.380Z] ---> 0a97eee8041e [2022-03-16T19:11:55.380Z] Step 11/21 : RUN apk add --update --no-cache curl [2022-03-16T19:11:55.380Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-03-16T19:11:55.380Z] Status: Image is up to date for alpine:3.14 [2022-03-16T19:11:55.380Z] ---> 0a97eee8041e [2022-03-16T19:11:55.380Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-03-16T19:11:55.380Z] ---> Running in b48de17f8ee6 [2022-03-16T19:11:55.380Z] ---> Running in 4d204fdd6b27 [2022-03-16T19:11:55.380Z] ---> Running in 74a90ca0beab [2022-03-16T19:11:55.380Z] ---> Running in d7ca5f6a27c5 [2022-03-16T19:11:55.638Z] 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 [2022-03-16T19:11:55.898Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-16T19:11:55.898Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-16T19:11:55.898Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-16T19:11:55.898Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-16T19:11:56.166Z] (1/5) Installing ca-certificates (20211220-r0) [2022-03-16T19:11:56.166Z] (2/5) Installing brotli-libs (1.0.9-r5) [2022-03-16T19:11:56.166Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2022-03-16T19:11:56.166Z] (4/5) Installing libcurl (7.79.1-r0) [2022-03-16T19:11:56.166Z] (5/5) Installing curl (7.79.1-r0) [2022-03-16T19:11:56.166Z] Executing busybox-1.33.1-r6.trigger [2022-03-16T19:11:56.166Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-16T19:11:56.166Z] Executing ca-certificates-20211220-r0.trigger [2022-03-16T19:11:56.166Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-16T19:11:56.166Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-03-16T19:11:56.166Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-16T19:11:56.166Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-16T19:11:56.166Z] Executing busybox-1.33.1-r6.trigger [2022-03-16T19:11:56.166Z] OK: 8 MiB in 19 packages [2022-03-16T19:11:56.166Z] OK: 6 MiB in 15 packages [2022-03-16T19:11:56.427Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-03-16T19:11:56.427Z] Executing busybox-1.33.1-r6.trigger [2022-03-16T19:11:56.427Z] (1/2) Installing ca-certificates (20211220-r0) [2022-03-16T19:11:56.427Z] OK: 6 MiB in 15 packages [2022-03-16T19:11:56.427Z] Removing intermediate container c7faa6c37e30 [2022-03-16T19:11:56.427Z] ---> cb422934d096 [2022-03-16T19:11:56.427Z] [2022-03-16T19:11:56.427Z] Step 11/23 : FROM docker:20.10.10 [2022-03-16T19:11:56.427Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-03-16T19:11:56.427Z] Executing busybox-1.33.1-r6.trigger [2022-03-16T19:11:56.427Z] Executing ca-certificates-20211220-r0.trigger [2022-03-16T19:11:56.427Z] OK: 6 MiB in 16 packages [2022-03-16T19:11:56.687Z] 20.10.10: Pulling from library/docker [2022-03-16T19:11:56.687Z] Removing intermediate container 74a90ca0beab [2022-03-16T19:11:56.687Z] ---> d68ca30c1da9 [2022-03-16T19:11:56.687Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-16T19:11:56.687Z] ---> Running in f21d9a83097a [2022-03-16T19:11:56.947Z] Removing intermediate container f21d9a83097a [2022-03-16T19:11:56.947Z] ---> 1ad22be4b232 [2022-03-16T19:11:56.947Z] Step 13/22 : ENV APP_PORT=59861 [2022-03-16T19:11:57.207Z] Removing intermediate container b48de17f8ee6 [2022-03-16T19:11:57.207Z] ---> 860cf4ed2935 [2022-03-16T19:11:57.207Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-16T19:11:57.207Z] Removing intermediate container 4d204fdd6b27 [2022-03-16T19:11:57.207Z] ---> 2b5a85207f65 [2022-03-16T19:11:57.207Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-16T19:11:57.207Z] ---> Running in 74afc1de2dc0 [2022-03-16T19:11:57.207Z] ---> Running in d6f43323feb0 [2022-03-16T19:11:57.207Z] Removing intermediate container d7ca5f6a27c5 [2022-03-16T19:11:57.207Z] ---> 8efdc87b8d8d [2022-03-16T19:11:57.207Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-16T19:11:57.467Z] ---> Running in 358113545fd2 [2022-03-16T19:11:57.468Z] ---> Running in 668c99c57c34 [2022-03-16T19:11:57.468Z] Removing intermediate container 74afc1de2dc0 [2022-03-16T19:11:57.468Z] ---> caa8420669f3 [2022-03-16T19:11:57.468Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-16T19:11:57.468Z] Removing intermediate container d6f43323feb0 [2022-03-16T19:11:57.468Z] ---> a3361c9f6163 [2022-03-16T19:11:57.468Z] Step 13/21 : WORKDIR /edgex [2022-03-16T19:11:57.468Z] Removing intermediate container 358113545fd2 [2022-03-16T19:11:57.468Z] ---> 50989f9e2115 [2022-03-16T19:11:57.468Z] Step 13/23 : ENV APP_PORT=59881 [2022-03-16T19:11:57.468Z] ---> Running in 9620eaf00d0b [2022-03-16T19:11:57.468Z] ---> Running in 81590130f6d0 [2022-03-16T19:11:57.727Z] Removing intermediate container 668c99c57c34 [2022-03-16T19:11:57.727Z] ---> Running in 6bab639ac89e [2022-03-16T19:11:57.727Z] ---> c748220f5e80 [2022-03-16T19:11:57.727Z] Step 13/22 : ENV APP_PORT=59860 [2022-03-16T19:11:57.727Z] ---> Running in 45205a1426f6 [2022-03-16T19:11:57.727Z] Removing intermediate container 9620eaf00d0b [2022-03-16T19:11:57.727Z] ---> 5e7ab134b97c [2022-03-16T19:11:57.727Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-16T19:11:57.727Z] Removing intermediate container 81590130f6d0 [2022-03-16T19:11:57.727Z] ---> f46943a1ad6e [2022-03-16T19:11:57.727Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-03-16T19:11:57.727Z] Removing intermediate container 6bab639ac89e [2022-03-16T19:11:57.727Z] ---> 216b9eb0b09b [2022-03-16T19:11:57.727Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-16T19:11:57.727Z] ---> Running in 6841c601cd92 [2022-03-16T19:11:57.998Z] Removing intermediate container 45205a1426f6 [2022-03-16T19:11:57.998Z] ---> 178e4be0209d [2022-03-16T19:11:57.998Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-16T19:11:57.998Z] ---> Running in 2644a3db00e8 [2022-03-16T19:11:57.998Z] Removing intermediate container 6841c601cd92 [2022-03-16T19:11:57.998Z] ---> ebaf6afc5262 [2022-03-16T19:11:57.998Z] Step 15/23 : WORKDIR / [2022-03-16T19:11:57.998Z] ---> 15c07394f19b [2022-03-16T19:11:57.998Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-03-16T19:11:57.998Z] ---> 5879470eff71 [2022-03-16T19:11:57.998Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-03-16T19:11:57.998Z] ---> Running in 60ec4fbaa946 [2022-03-16T19:11:58.272Z] Removing intermediate container 2644a3db00e8 [2022-03-16T19:11:58.272Z] ---> 6f7c0b2f7fff [2022-03-16T19:11:58.272Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-16T19:11:58.272Z] Removing intermediate container 60ec4fbaa946 [2022-03-16T19:11:58.272Z] ---> d1092d707b6e [2022-03-16T19:11:58.272Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-16T19:11:58.550Z] ---> ac10ed67fcec [2022-03-16T19:11:58.550Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-03-16T19:11:58.550Z] ---> 913f101a4507 [2022-03-16T19:11:58.550Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-03-16T19:11:58.550Z] ---> 424c895ab125 [2022-03-16T19:11:58.550Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-03-16T19:11:58.550Z] ---> d53762ca6848 [2022-03-16T19:11:58.550Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-03-16T19:11:58.813Z] ---> 50811c9a97a5 [2022-03-16T19:11:58.813Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-03-16T19:11:58.813Z] ---> Running in 2a62f61ad82b [2022-03-16T19:11:59.071Z] ---> 0eb9393ed21b [2022-03-16T19:11:59.071Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2022-03-16T19:11:59.071Z] ---> 7e9efdf0b500 [2022-03-16T19:11:59.071Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-03-16T19:11:59.071Z] Removing intermediate container 2a62f61ad82b [2022-03-16T19:11:59.071Z] ---> 581346c1e1dc [2022-03-16T19:11:59.071Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-16T19:11:59.071Z] ---> Running in 5437eee1fec4 [2022-03-16T19:11:59.071Z] ---> Running in ae64975532ff [2022-03-16T19:11:59.100Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7322 in /w/workspace/edgexfoundry_edgex-go_PR-3908 [Pipeline] { [Pipeline] ws [2022-03-16T19:11:59.145Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-03-16T19:11:59.334Z] ---> 0470c813d685 [2022-03-16T19:11:59.334Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-03-16T19:11:59.334Z] Removing intermediate container 5437eee1fec4 [2022-03-16T19:11:59.334Z] ---> 145fa7b07721 [2022-03-16T19:11:59.334Z] Step 18/21 : CMD ["--init=true"] [2022-03-16T19:11:59.334Z] Removing intermediate container ae64975532ff [2022-03-16T19:11:59.334Z] ---> 32566d92226d [2022-03-16T19:11:59.334Z] Step 20/22 : LABEL arch=x86_64 [2022-03-16T19:11:59.334Z] ---> 1731796164c2 [2022-03-16T19:11:59.334Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-03-16T19:11:59.600Z] ---> Running in 064bf9c6f90b [2022-03-16T19:11:59.600Z] ---> 5f8414447688 [2022-03-16T19:11:59.600Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-03-16T19:11:59.600Z] ---> Running in 9e8536f6c8a1 [2022-03-16T19:11:59.600Z] ---> Running in ba58d6810beb [2022-03-16T19:11:59.600Z] ---> Running in 65c6680fd8bc [2022-03-16T19:11:59.600Z] Removing intermediate container 064bf9c6f90b [2022-03-16T19:11:59.600Z] ---> bb7dceefb2ad [2022-03-16T19:11:59.600Z] Step 19/21 : LABEL arch=x86_64 [2022-03-16T19:11:59.659Z] The recommended git tool is: git [2022-03-16T19:11:59.863Z] Removing intermediate container 9e8536f6c8a1 [2022-03-16T19:11:59.863Z] ---> 9f0b5c868c62 [2022-03-16T19:11:59.863Z] Step 21/22 : LABEL git_sha=1514baf59d57da427e2e6b69447ab663107cc399 [2022-03-16T19:11:59.863Z] Removing intermediate container ba58d6810beb [2022-03-16T19:11:59.863Z] ---> dd6672ba3601 [2022-03-16T19:11:59.863Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-16T19:11:59.863Z] ---> Running in 7486b7d9750f [2022-03-16T19:11:59.863Z] Removing intermediate container 65c6680fd8bc [2022-03-16T19:11:59.863Z] ---> d863a59c65c5 [2022-03-16T19:11:59.863Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-16T19:11:59.863Z] ---> Running in 81fec61dc507 [2022-03-16T19:11:59.863Z] ---> Running in db202df075e2 [2022-03-16T19:11:59.863Z] ---> Running in 97e832647ef9 [2022-03-16T19:12:00.123Z] Removing intermediate container 7486b7d9750f [2022-03-16T19:12:00.123Z] ---> 68ae4a65b15d [2022-03-16T19:12:00.123Z] Step 20/21 : LABEL git_sha=1514baf59d57da427e2e6b69447ab663107cc399 [2022-03-16T19:12:00.123Z] Removing intermediate container 97e832647ef9 [2022-03-16T19:12:00.123Z] ---> 5c42d38a4b74 [2022-03-16T19:12:00.123Z] Step 21/23 : LABEL arch=x86_64 [2022-03-16T19:12:00.123Z] Removing intermediate container db202df075e2 [2022-03-16T19:12:00.123Z] ---> 07d60499fee2 [2022-03-16T19:12:00.123Z] Step 22/22 : LABEL version=0.0.0 [2022-03-16T19:12:00.123Z] Removing intermediate container 81fec61dc507 [2022-03-16T19:12:00.123Z] ---> a5fbbed54792 [2022-03-16T19:12:00.123Z] Step 20/22 : LABEL arch=x86_64 [2022-03-16T19:12:00.123Z] ---> Running in 05ca2cbf94a3 [2022-03-16T19:12:00.123Z] ---> Running in 82cab8513394 [2022-03-16T19:12:00.123Z] ---> Running in 6f22a56a53a5 [2022-03-16T19:12:00.123Z] ---> Running in 6f55ce0042f3 [2022-03-16T19:12:00.386Z] Removing intermediate container 05ca2cbf94a3 [2022-03-16T19:12:00.386Z] ---> 4ca3bda90f04 [2022-03-16T19:12:00.386Z] Step 21/21 : LABEL version=0.0.0 [2022-03-16T19:12:00.386Z] Removing intermediate container 6f22a56a53a5 [2022-03-16T19:12:00.386Z] ---> 93c8a91e80df [2022-03-16T19:12:00.386Z] [2022-03-16T19:12:00.386Z] Removing intermediate container 82cab8513394 [2022-03-16T19:12:00.386Z] ---> e602efd1e101 [2022-03-16T19:12:00.386Z] Step 22/23 : LABEL git_sha=1514baf59d57da427e2e6b69447ab663107cc399 [2022-03-16T19:12:00.386Z] Removing intermediate container 6f55ce0042f3 [2022-03-16T19:12:00.386Z] ---> 0474397c2c1e [2022-03-16T19:12:00.386Z] Step 21/22 : LABEL git_sha=1514baf59d57da427e2e6b69447ab663107cc399 [2022-03-16T19:12:00.386Z] ---> Running in 2f11d79872a0 [2022-03-16T19:12:00.386Z] ---> Running in 9c6409f28db0 [2022-03-16T19:12:00.386Z] Successfully built 93c8a91e80df [2022-03-16T19:12:00.386Z] Successfully tagged support-scheduler:latest [2022-03-16T19:12:00.386Z] ---> Running in d923c67bb8f9 [2022-03-16T19:12:00.386Z] Building security-bootstrapper [2022-03-16T19:12:00.645Z]  Building support-scheduler ... done Removing intermediate container 2f11d79872a0 [2022-03-16T19:12:00.645Z] ---> 96961ec27896 [2022-03-16T19:12:00.645Z] [2022-03-16T19:12:00.645Z] Removing intermediate container 9c6409f28db0 [2022-03-16T19:12:00.645Z] ---> 9a9623f935d3 [2022-03-16T19:12:00.645Z] Step 23/23 : LABEL version=0.0.0 [2022-03-16T19:12:00.645Z] Removing intermediate container d923c67bb8f9 [2022-03-16T19:12:00.645Z] ---> afe42710fe81 [2022-03-16T19:12:00.645Z] Step 22/22 : LABEL version=0.0.0 [2022-03-16T19:12:00.645Z] Successfully built 96961ec27896 [2022-03-16T19:12:00.645Z] Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 [2022-03-16T19:12:00.645Z] Successfully tagged security-proxy-setup:latest [2022-03-16T19:12:00.645Z] Building core-command [2022-03-16T19:12:00.645Z] Status: Downloaded newer image for docker:20.10.10 [2022-03-16T19:12:00.645Z]  Building security-proxy-setup ... done  ---> b706a049f56e [2022-03-16T19:12:00.645Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' ---> Running in d7fdc4d75a08 [2022-03-16T19:12:00.645Z] [2022-03-16T19:12:01.216Z] ---> Running in 7238b9422cc9 [2022-03-16T19:12:01.787Z] ---> Running in db68d71bf2a2 [2022-03-16T19:12:01.787Z] Removing intermediate container d7fdc4d75a08 [2022-03-16T19:12:01.787Z] ---> 1de2a3bdc588 [2022-03-16T19:12:01.787Z] [2022-03-16T19:12:02.047Z] Successfully built 1de2a3bdc588 [2022-03-16T19:12:02.308Z] Successfully tagged core-metadata:latest [2022-03-16T19:12:02.308Z]  Building core-metadata ... done Building core-data [2022-03-16T19:12:02.308Z] Removing intermediate container 7238b9422cc9 [2022-03-16T19:12:02.308Z] ---> e2359ae19370 [2022-03-16T19:12:02.308Z] [2022-03-16T19:12:02.308Z] Successfully built e2359ae19370 [2022-03-16T19:12:02.570Z] Successfully tagged support-notifications:latest [2022-03-16T19:12:02.570Z] Building security-secretstore-setup [2022-03-16T19:12:02.570Z]  Building support-notifications ... done Removing intermediate container db68d71bf2a2 [2022-03-16T19:12:02.570Z] ---> 38e6cbd6a378 [2022-03-16T19:12:02.570Z] 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 [2022-03-16T19:12:02.570Z] ---> Running in 11f480b406ff [2022-03-16T19:12:02.830Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-16T19:12:02.830Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-16T19:12:03.090Z] (1/42) Installing readline (8.1.0-r0) [2022-03-16T19:12:03.090Z] (2/42) Installing bash (5.1.4-r0) [2022-03-16T19:12:03.090Z] Executing bash-5.1.4-r0.post-install [2022-03-16T19:12:03.090Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-03-16T19:12:03.090Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-03-16T19:12:03.090Z] (5/42) Installing libcurl (7.79.1-r0) [2022-03-16T19:12:03.090Z] (6/42) Installing curl (7.79.1-r0) [2022-03-16T19:12:03.090Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-03-16T19:12:03.090Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-03-16T19:12:03.090Z] (9/42) Installing expat (2.4.7-r0) [2022-03-16T19:12:03.090Z] (10/42) Installing libffi (3.3-r2) [2022-03-16T19:12:03.090Z] (11/42) Installing gdbm (1.19-r0) [2022-03-16T19:12:03.349Z] (12/42) Installing xz-libs (5.2.5-r0) [2022-03-16T19:12:03.349Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-03-16T19:12:03.349Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-16T19:12:03.349Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-03-16T19:12:03.349Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-03-16T19:12:03.349Z] (17/42) Installing python3 (3.9.5-r2) [2022-03-16T19:12:03.609Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2022-03-16T19:12:03.609Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-03-16T19:12:03.609Z] (20/42) Installing py3-idna (3.2-r0) [2022-03-16T19:12:03.609Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-03-16T19:12:03.609Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-03-16T19:12:03.609Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-03-16T19:12:03.609Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-03-16T19:12:03.609Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-03-16T19:12:03.609Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-03-16T19:12:03.609Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-03-16T19:12:03.609Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-03-16T19:12:03.609Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-03-16T19:12:03.868Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-03-16T19:12:03.868Z] (31/42) Installing py3-six (1.15.0-r1) [2022-03-16T19:12:03.868Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-03-16T19:12:03.868Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-03-16T19:12:03.868Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-03-16T19:12:03.868Z] (35/42) Installing py3-packaging (20.9-r1) [2022-03-16T19:12:03.868Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-03-16T19:12:03.868Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-03-16T19:12:03.868Z] (38/42) Installing py3-progress (1.5-r2) [2022-03-16T19:12:03.868Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-03-16T19:12:03.869Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-03-16T19:12:03.869Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-03-16T19:12:03.869Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-03-16T19:12:03.869Z] Executing busybox-1.33.1-r6.trigger [2022-03-16T19:12:03.869Z] OK: 84 MiB in 64 packages [2022-03-16T19:12:04.805Z] Collecting docker-compose==1.23.2 [2022-03-16T19:12:04.805Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-03-16T19:12:04.805Z] Collecting docker<4.0,>=3.6.0 [2022-03-16T19:12:04.805Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-03-16T19:12:04.805Z] Collecting websocket-client<1.0,>=0.32.0 [2022-03-16T19:12:04.805Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-03-16T19:12:04.805Z] Collecting docopt<0.7,>=0.6.1 [2022-03-16T19:12:04.805Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-03-16T19:12:05.064Z] Collecting dockerpty<0.5,>=0.4.1 [2022-03-16T19:12:05.064Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-03-16T19:12:05.636Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-03-16T19:12:05.636Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-03-16T19:12:05.636Z] Collecting PyYAML<4,>=3.10 [2022-03-16T19:12:05.636Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-03-16T19:12:06.204Z] Collecting texttable<0.10,>=0.9.0 [2022-03-16T19:12:06.204Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-03-16T19:12:06.463Z] Collecting cached-property<2,>=1.2.0 [2022-03-16T19:12:06.464Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-03-16T19:12:06.464Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) [2022-03-16T19:12:06.464Z] Collecting jsonschema<3,>=2.5.1 [2022-03-16T19:12:06.464Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-03-16T19:12:06.464Z] Collecting docker-pycreds>=0.4.0 [2022-03-16T19:12:06.464Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-03-16T19:12:06.464Z] 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) [2022-03-16T19:12:06.464Z] Collecting chardet<3.1.0,>=3.0.2 [2022-03-16T19:12:06.464Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-03-16T19:12:06.464Z] Collecting idna<2.8,>=2.5 [2022-03-16T19:12:06.464Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-03-16T19:12:06.723Z] Collecting urllib3<1.25,>=1.21.1 [2022-03-16T19:12:06.723Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-03-16T19:12:06.723Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-03-16T19:12:06.723Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-03-16T19:12:06.723Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-03-16T19:12:06.723Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-03-16T19:12:06.723Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-03-16T19:12:06.723Z] Attempting uninstall: urllib3 [2022-03-16T19:12:06.723Z] Found existing installation: urllib3 1.26.5 [2022-03-16T19:12:06.723Z] Uninstalling urllib3-1.26.5: [2022-03-16T19:12:06.723Z] Successfully uninstalled urllib3-1.26.5 [2022-03-16T19:12:06.858Z] using credential edgex-jenkins-ssh [2022-03-16T19:12:06.879Z] Cloning the remote Git repository [2022-03-16T19:12:06.982Z] Attempting uninstall: idna [2022-03-16T19:12:06.982Z] Found existing installation: idna 3.2 [2022-03-16T19:12:06.982Z] Uninstalling idna-3.2: [2022-03-16T19:12:06.982Z] Successfully uninstalled idna-3.2 [2022-03-16T19:12:06.982Z] Attempting uninstall: chardet [2022-03-16T19:12:06.982Z] Found existing installation: chardet 4.0.0 [2022-03-16T19:12:06.982Z] Uninstalling chardet-4.0.0: [2022-03-16T19:12:06.982Z] Successfully uninstalled chardet-4.0.0 [2022-03-16T19:12:07.552Z] Attempting uninstall: requests [2022-03-16T19:12:07.552Z] Found existing installation: requests 2.25.1 [2022-03-16T19:12:07.552Z] Uninstalling requests-2.25.1: [2022-03-16T19:12:07.552Z] Successfully uninstalled requests-2.25.1 [2022-03-16T19:12:07.552Z] Running setup.py install for texttable: started [2022-03-16T19:12:06.969Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-03-16T19:12:07.058Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-03-16T19:12:07.185Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-03-16T19:12:07.187Z] > git --version # timeout=10 [2022-03-16T19:12:07.219Z] > git --version # 'git version 2.25.1' [2022-03-16T19:12:07.222Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-16T19:12:07.457Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-16T19:12:07.811Z] Running setup.py install for texttable: finished with status 'done' [2022-03-16T19:12:07.812Z] Running setup.py install for PyYAML: started [2022-03-16T19:12:08.071Z] Running setup.py install for PyYAML: finished with status 'done' [2022-03-16T19:12:08.071Z] Running setup.py install for docopt: started [2022-03-16T19:12:08.332Z] Running setup.py install for docopt: finished with status 'done' [2022-03-16T19:12:08.332Z] Running setup.py install for dockerpty: started [2022-03-16T19:12:08.900Z] Running setup.py install for dockerpty: finished with status 'done' [2022-03-16T19:12:08.900Z] 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 [2022-03-16T19:12:09.472Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-16T19:12:09.472Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-03-16T19:12:09.472Z] ---> 99eade8fd54c [2022-03-16T19:12:09.472Z] Step 3/31 : WORKDIR /edgex-go [2022-03-16T19:12:09.472Z] ---> Using cache [2022-03-16T19:12:09.472Z] ---> 638a6acee587 [2022-03-16T19:12:09.472Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T19:12:09.472Z] ---> Using cache [2022-03-16T19:12:09.472Z] ---> 9b76f5b9f7cf [2022-03-16T19:12:09.472Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-03-16T19:12:09.472Z] ---> Using cache [2022-03-16T19:12:09.472Z] ---> 5cd87b3d255c [2022-03-16T19:12:09.472Z] Step 6/31 : COPY go.mod vendor* ./ [2022-03-16T19:12:09.472Z] ---> Using cache [2022-03-16T19:12:09.472Z] ---> 86abf0a226f7 [2022-03-16T19:12:09.472Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-16T19:12:09.472Z] ---> Using cache [2022-03-16T19:12:09.472Z] ---> b72570c35ed3 [2022-03-16T19:12:09.472Z] Step 8/31 : COPY . . [2022-03-16T19:12:09.472Z] ---> Using cache [2022-03-16T19:12:09.472Z] ---> d4da75deb410 [2022-03-16T19:12:09.472Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-03-16T19:12:10.039Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-16T19:12:10.039Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-16T19:12:10.039Z] ---> 99eade8fd54c [2022-03-16T19:12:10.039Z] Step 3/23 : WORKDIR /edgex-go [2022-03-16T19:12:10.039Z] ---> Using cache [2022-03-16T19:12:10.039Z] ---> 638a6acee587 [2022-03-16T19:12:10.039Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T19:12:10.039Z] ---> Using cache [2022-03-16T19:12:10.039Z] ---> 9b76f5b9f7cf [2022-03-16T19:12:10.039Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-16T19:12:10.039Z] ---> Using cache [2022-03-16T19:12:10.039Z] ---> 5cd87b3d255c [2022-03-16T19:12:10.039Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-16T19:12:10.039Z] ---> Using cache [2022-03-16T19:12:10.039Z] ---> 86abf0a226f7 [2022-03-16T19:12:10.039Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-16T19:12:10.039Z] ---> Using cache [2022-03-16T19:12:10.039Z] ---> b72570c35ed3 [2022-03-16T19:12:10.039Z] Step 8/23 : COPY . . [2022-03-16T19:12:10.039Z] ---> Using cache [2022-03-16T19:12:10.039Z] ---> d4da75deb410 [2022-03-16T19:12:10.039Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-03-16T19:12:10.979Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-16T19:12:10.979Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-03-16T19:12:10.979Z] ---> 99eade8fd54c [2022-03-16T19:12:10.979Z] Step 3/25 : WORKDIR /edgex-go [2022-03-16T19:12:10.979Z] ---> Using cache [2022-03-16T19:12:10.979Z] ---> 638a6acee587 [2022-03-16T19:12:10.979Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T19:12:10.979Z] ---> Using cache [2022-03-16T19:12:10.979Z] ---> 9b76f5b9f7cf [2022-03-16T19:12:10.979Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-03-16T19:12:10.979Z] ---> Using cache [2022-03-16T19:12:10.979Z] ---> 5cd87b3d255c [2022-03-16T19:12:10.979Z] Step 6/25 : COPY go.mod vendor* ./ [2022-03-16T19:12:10.979Z] ---> Using cache [2022-03-16T19:12:10.979Z] ---> 86abf0a226f7 [2022-03-16T19:12:10.979Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-16T19:12:10.979Z] ---> Using cache [2022-03-16T19:12:10.979Z] ---> b72570c35ed3 [2022-03-16T19:12:10.979Z] Step 8/25 : COPY . . [2022-03-16T19:12:10.979Z] ---> Using cache [2022-03-16T19:12:10.979Z] ---> d4da75deb410 [2022-03-16T19:12:10.979Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-03-16T19:12:10.979Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-16T19:12:10.979Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-16T19:12:10.979Z] ---> 99eade8fd54c [2022-03-16T19:12:10.979Z] Step 3/23 : WORKDIR /edgex-go [2022-03-16T19:12:10.979Z] ---> Using cache [2022-03-16T19:12:10.979Z] ---> 638a6acee587 [2022-03-16T19:12:10.979Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T19:12:10.979Z] ---> Using cache [2022-03-16T19:12:10.979Z] ---> 9b76f5b9f7cf [2022-03-16T19:12:10.979Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-03-16T19:12:14.283Z] ---> Running in 3f4db2848e2f [2022-03-16T19:12:14.283Z] ---> Running in dd1543c832c8 [2022-03-16T19:12:14.283Z] ---> Running in b4a709f21f8a [2022-03-16T19:12:14.283Z] ---> Running in 70b44ed7a5f4 [2022-03-16T19:12:14.283Z] 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 [2022-03-16T19:12:14.545Z] 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 [2022-03-16T19:12:14.545Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-16T19:12:14.806Z] 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 [2022-03-16T19:12:15.378Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-16T19:12:15.638Z] OK: 221 MiB in 52 packages [2022-03-16T19:12:16.577Z] Removing intermediate container 11f480b406ff [2022-03-16T19:12:16.577Z] ---> 08a08ffe51b0 [2022-03-16T19:12:16.577Z] Step 14/23 : ENV APP_PORT=58890 [2022-03-16T19:12:16.577Z] ---> Running in 02c14cae9f9d [2022-03-16T19:12:16.837Z] Removing intermediate container 02c14cae9f9d [2022-03-16T19:12:16.837Z] ---> 273594ae9424 [2022-03-16T19:12:16.837Z] Step 15/23 : EXPOSE $APP_PORT [2022-03-16T19:12:16.837Z] Removing intermediate container dd1543c832c8 [2022-03-16T19:12:16.837Z] ---> dc6daa5e2808 [2022-03-16T19:12:16.837Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-16T19:12:16.837Z] ---> Running in 06182b7cf92c [2022-03-16T19:12:17.097Z] Removing intermediate container 06182b7cf92c [2022-03-16T19:12:17.097Z] ---> f611ada72561 [2022-03-16T19:12:17.097Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-03-16T19:12:17.373Z] ---> 3caf12c39fd4 [2022-03-16T19:12:17.373Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-16T19:12:17.636Z] ---> Running in 0d6f6e389bbe [2022-03-16T19:12:17.636Z] ---> 5a6d98a18c69 [2022-03-16T19:12:17.636Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-03-16T19:12:18.205Z] ---> ba7dcf2d8576 [2022-03-16T19:12:18.205Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-03-16T19:12:18.774Z] ---> 1a268c5f0436 [2022-03-16T19:12:18.774Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-03-16T19:12:18.774Z] ---> Running in 57968263c8fc [2022-03-16T19:12:19.033Z] Removing intermediate container 57968263c8fc [2022-03-16T19:12:19.033Z] ---> 471c0d619146 [2022-03-16T19:12:19.033Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-16T19:12:19.033Z] ---> Running in 9963eb732551 [2022-03-16T19:12:19.297Z] Removing intermediate container 9963eb732551 [2022-03-16T19:12:19.297Z] ---> 07bb070fa8ca [2022-03-16T19:12:19.297Z] Step 21/23 : LABEL arch=x86_64 [2022-03-16T19:12:19.297Z] ---> Running in 5036591848c9 [2022-03-16T19:12:19.576Z] Removing intermediate container 5036591848c9 [2022-03-16T19:12:19.576Z] ---> 48e3899d6881 [2022-03-16T19:12:19.576Z] Step 22/23 : LABEL git_sha=1514baf59d57da427e2e6b69447ab663107cc399 [2022-03-16T19:12:19.576Z] ---> Running in f1fb8950f426 [2022-03-16T19:12:19.576Z] Removing intermediate container 0d6f6e389bbe [2022-03-16T19:12:19.576Z] ---> 2b1da86c10f2 [2022-03-16T19:12:19.576Z] Step 8/23 : COPY . . [2022-03-16T19:12:19.897Z] Removing intermediate container f1fb8950f426 [2022-03-16T19:12:19.897Z] ---> 7a1f7a3b097c [2022-03-16T19:12:19.897Z] Step 23/23 : LABEL version=0.0.0 [2022-03-16T19:12:19.897Z] ---> Running in db9875ae9c05 [2022-03-16T19:12:20.157Z] Removing intermediate container db9875ae9c05 [2022-03-16T19:12:20.157Z] ---> daaad64d5271 [2022-03-16T19:12:20.157Z] [2022-03-16T19:12:20.157Z] Successfully built daaad64d5271 [2022-03-16T19:12:20.157Z] Successfully tagged sys-mgmt-agent:latest [2022-03-16T19:12:25.432Z]  Building sys-mgmt-agent ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-03-16T19:12:26.131Z] Merging remotes/origin/main commit 556446716e4a14b8c762f3ec0116a54927b3d800 into PR head commit 1514baf59d57da427e2e6b69447ab663107cc399 [2022-03-16T19:12:26.516Z] Merge succeeded, producing 1514baf59d57da427e2e6b69447ab663107cc399 [2022-03-16T19:12:26.516Z] Checking out Revision 1514baf59d57da427e2e6b69447ab663107cc399 (PR-3908) [2022-03-16T19:12:25.358Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-03-16T19:12:25.384Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-16T19:12:25.414Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-03-16T19:12:25.448Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-03-16T19:12:25.449Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-16T19:12:25.464Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3908/head:refs/remotes/origin/PR-3908 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-03-16T19:12:26.157Z] > git config core.sparsecheckout # timeout=10 [2022-03-16T19:12:26.177Z] > git checkout -f 1514baf59d57da427e2e6b69447ab663107cc399 # timeout=10 [2022-03-16T19:12:26.425Z] > git remote # timeout=10 [2022-03-16T19:12:26.444Z] > git config --get remote.origin.url # timeout=10 [2022-03-16T19:12:26.461Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-16T19:12:26.475Z] > git merge 556446716e4a14b8c762f3ec0116a54927b3d800 # timeout=10 [2022-03-16T19:12:26.500Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-16T19:12:26.528Z] > git config core.sparsecheckout # timeout=10 [2022-03-16T19:12:26.541Z] > git checkout -f 1514baf59d57da427e2e6b69447ab663107cc399 # timeout=10 [2022-03-16T19:12:26.820Z] ---> cd3e329d182b [2022-03-16T19:12:26.820Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-03-16T19:12:26.820Z] ---> Running in 09b99720f4c0 [2022-03-16T19:12:27.078Z] 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 [2022-03-16T19:12:28.016Z] Removing intermediate container 70b44ed7a5f4 [2022-03-16T19:12:28.016Z] ---> 764648d32a06 [2022-03-16T19:12:28.016Z] [2022-03-16T19:12:28.016Z] Step 10/23 : FROM alpine:3.14 [2022-03-16T19:12:28.016Z] ---> 0a97eee8041e [2022-03-16T19:12:28.016Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-16T19:12:28.016Z] ---> Using cache [2022-03-16T19:12:28.016Z] ---> 2b5a85207f65 [2022-03-16T19:12:28.016Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-16T19:12:28.016Z] ---> Using cache [2022-03-16T19:12:28.016Z] ---> 50989f9e2115 [2022-03-16T19:12:28.016Z] Step 13/23 : ENV APP_PORT=59882 [2022-03-16T19:12:28.016Z] Removing intermediate container 3f4db2848e2f [2022-03-16T19:12:28.016Z] ---> e4d2c805053a [2022-03-16T19:12:28.016Z] [2022-03-16T19:12:28.016Z] Step 10/31 : FROM alpine:3.14 [2022-03-16T19:12:28.016Z] ---> 0a97eee8041e [2022-03-16T19:12:28.016Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-03-16T19:12:28.016Z] Removing intermediate container b4a709f21f8a [2022-03-16T19:12:28.016Z] ---> d13fd07f1963 [2022-03-16T19:12:28.016Z] [2022-03-16T19:12:28.016Z] Step 10/25 : FROM alpine:3.14 [2022-03-16T19:12:28.016Z] ---> 0a97eee8041e [2022-03-16T19:12:28.016Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-03-16T19:12:28.016Z] ---> Running in c1e429d4f95f [2022-03-16T19:12:28.016Z] ---> Running in 7e8d5a6d11d5 [2022-03-16T19:12:28.016Z] ---> Running in 02ed684d664a [2022-03-16T19:12:28.275Z] Removing intermediate container c1e429d4f95f [2022-03-16T19:12:28.275Z] ---> 8f5501c621e7 [2022-03-16T19:12:28.275Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-16T19:12:28.275Z] Removing intermediate container 02ed684d664a [2022-03-16T19:12:28.275Z] ---> abe1e61b9272 [2022-03-16T19:12:28.275Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-03-16T19:12:28.275Z] ---> Running in 89b048229575 [2022-03-16T19:12:28.275Z] ---> Running in 69432cf2bac3 [2022-03-16T19:12:28.535Z] Removing intermediate container 69432cf2bac3 [2022-03-16T19:12:28.535Z] ---> c1b1501a15e0 [2022-03-16T19:12:28.535Z] Step 15/23 : WORKDIR / [2022-03-16T19:12:28.535Z] ---> Running in 66c5dab187d0 [2022-03-16T19:12:28.795Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-16T19:12:28.795Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-16T19:12:28.795Z] Removing intermediate container 66c5dab187d0 [2022-03-16T19:12:28.795Z] ---> 074fe75a2e94 [2022-03-16T19:12:28.795Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-16T19:12:29.053Z] (1/3) Installing ca-certificates (20211220-r0) [2022-03-16T19:12:29.053Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-03-16T19:12:29.053Z] (3/3) Installing su-exec (0.2-r1) [2022-03-16T19:12:29.053Z] Executing busybox-1.33.1-r6.trigger [2022-03-16T19:12:29.053Z] Executing ca-certificates-20211220-r0.trigger [2022-03-16T19:12:29.053Z] OK: 6 MiB in 17 packages [2022-03-16T19:12:29.053Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-16T19:12:29.053Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-16T19:12:29.053Z] ---> 80a6a11f4dc4 [2022-03-16T19:12:29.053Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-03-16T19:12:29.316Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-03-16T19:12:29.316Z] (2/2) Installing su-exec (0.2-r1) [2022-03-16T19:12:29.316Z] Executing busybox-1.33.1-r6.trigger [2022-03-16T19:12:29.316Z] OK: 6 MiB in 16 packages [2022-03-16T19:12:29.897Z] ---> 5e41fd6aa2a7 [2022-03-16T19:12:29.897Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-03-16T19:12:29.897Z] Removing intermediate container 7e8d5a6d11d5 [2022-03-16T19:12:29.897Z] ---> ebe3f946c060 [2022-03-16T19:12:29.897Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-16T19:12:29.897Z] ---> Running in 5bc86cb42a09 [2022-03-16T19:12:29.897Z] Removing intermediate container 89b048229575 [2022-03-16T19:12:29.897Z] ---> ebce023dbce7 [2022-03-16T19:12:29.897Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-03-16T19:12:30.175Z] ---> Running in ced4dbeb7c55 [2022-03-16T19:12:30.175Z] Removing intermediate container 5bc86cb42a09 [2022-03-16T19:12:30.175Z] ---> efe5b4cb4f43 [2022-03-16T19:12:30.175Z] Step 13/25 : WORKDIR / [2022-03-16T19:12:30.175Z] ---> Running in f5e1a00826ea [2022-03-16T19:12:30.175Z] ---> d1ac751d084f [2022-03-16T19:12:30.175Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-03-16T19:12:30.175Z] ---> Running in eb38368adca9 [2022-03-16T19:12:30.175Z] Removing intermediate container ced4dbeb7c55 [2022-03-16T19:12:30.175Z] ---> f40c6f0de4d1 [2022-03-16T19:12:30.175Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-03-16T19:12:30.435Z] ---> Running in 8346b15a13cb [2022-03-16T19:12:30.435Z] Removing intermediate container eb38368adca9 [2022-03-16T19:12:30.435Z] ---> 9110138f0097 [2022-03-16T19:12:30.435Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-16T19:12:30.435Z] Removing intermediate container f5e1a00826ea [2022-03-16T19:12:30.435Z] ---> cf99a57213e8 [2022-03-16T19:12:30.435Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-03-16T19:12:30.435Z] ---> Running in c712b6d89193 [2022-03-16T19:12:30.707Z] Removing intermediate container 8346b15a13cb [2022-03-16T19:12:30.707Z] ---> 8aa751ac11c6 [2022-03-16T19:12:30.707Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-03-16T19:12:30.707Z] ---> Running in aae2061e2e81 [2022-03-16T19:12:30.932Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2022-03-16T19:12:30.965Z] Removing intermediate container c712b6d89193 [2022-03-16T19:12:30.965Z] ---> 8396240c1bfc [2022-03-16T19:12:30.965Z] Step 21/23 : LABEL arch=x86_64 [2022-03-16T19:12:30.965Z] ---> 86491d4f745c [2022-03-16T19:12:30.965Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-03-16T19:12:30.965Z] ---> Running in cf64d6c9ba68 [2022-03-16T19:12:30.991Z] > git --version # timeout=10 [2022-03-16T19:12:31.008Z] > git --version # 'git version 2.25.1' [2022-03-16T19:12:31.024Z] fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-16T19:12:31.225Z] Removing intermediate container cf64d6c9ba68 [2022-03-16T19:12:31.225Z] ---> 25b0f8ec5be6 [2022-03-16T19:12:31.225Z] Step 22/23 : LABEL git_sha=1514baf59d57da427e2e6b69447ab663107cc399 [2022-03-16T19:12:31.225Z] ---> ba0ec8bde87a [2022-03-16T19:12:31.225Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-03-16T19:12:31.225Z] ---> Running in 4f26604ec2a9 [Pipeline] withEnv [Pipeline] { [2022-03-16T19:12:31.496Z] ---> e873dbb3aad7 [2022-03-16T19:12:31.497Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-03-16T19:12:31.497Z] Removing intermediate container aae2061e2e81 [2022-03-16T19:12:31.497Z] ---> e75cc9cdbb79 [2022-03-16T19:12:31.497Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-03-16T19:12:31.497Z] Removing intermediate container 4f26604ec2a9 [2022-03-16T19:12:31.497Z] ---> 796d1d675dc1 [2022-03-16T19:12:31.497Z] Step 23/23 : LABEL version=0.0.0 [2022-03-16T19:12:31.497Z] ---> Running in c1a0aab532bb [2022-03-16T19:12:31.497Z] ---> Running in 02ea6e3ddf1f [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-16T19:12:31.756Z] ---> ece5b9a7b476 [2022-03-16T19:12:31.756Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-03-16T19:12:31.756Z] Removing intermediate container c1a0aab532bb [2022-03-16T19:12:31.756Z] ---> 4fcbab79f4d7 [2022-03-16T19:12:31.756Z] [2022-03-16T19:12:31.756Z] Removing intermediate container 02ea6e3ddf1f [2022-03-16T19:12:31.756Z] ---> 1e5878d02b9e [2022-03-16T19:12:31.756Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-03-16T19:12:31.756Z] Successfully built 4fcbab79f4d7 [2022-03-16T19:12:31.756Z] Successfully tagged core-command:latest [2022-03-16T19:12:32.020Z]  Building core-command ... done  ---> a972ce040483 [2022-03-16T19:12:32.020Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-03-16T19:12:32.020Z] ---> dd5f5a30119a [2022-03-16T19:12:32.020Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-03-16T19:12:32.020Z] ---> Running in f3531a7c12c9 [2022-03-16T19:12:32.190Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-03-16T19:12:32.191Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-16T19:12:32.191Z] Dload Upload Total Spent Left Speed [2022-03-16T19:12:32.191Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 218k 0 --:--:-- --:--:-- --:--:-- 218k [Pipeline] sh [2022-03-16T19:12:32.589Z] ---> 92ef23d9b683 [2022-03-16T19:12:32.589Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-03-16T19:12:32.852Z] ---> 4dd9bc20b783 [2022-03-16T19:12:32.852Z] 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/ [2022-03-16T19:12:32.852Z] ---> Running in d9b7c7084487 [2022-03-16T19:12:32.852Z] Removing intermediate container f3531a7c12c9 [2022-03-16T19:12:32.852Z] ---> 72e712e0225d [2022-03-16T19:12:32.852Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-16T19:12:32.888Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-03-16T19:12:33.114Z] ---> cccf7b25047a [2022-03-16T19:12:33.114Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-03-16T19:12:33.249Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json [2022-03-16T19:12:33.250Z] sudo tee /etc/docker/daemon.new [2022-03-16T19:12:33.250Z] { [2022-03-16T19:12:33.250Z] "registry-mirrors": [ [2022-03-16T19:12:33.250Z] "https://nexus3.edgexfoundry.org:10001" [2022-03-16T19:12:33.250Z] ], [2022-03-16T19:12:33.250Z] "bip": "10.250.0.254/24", [2022-03-16T19:12:33.250Z] "hosts": [ [2022-03-16T19:12:33.250Z] "tcp://0.0.0.0:5555", [2022-03-16T19:12:33.250Z] "unix:///var/run/docker.sock" [2022-03-16T19:12:33.250Z] ], [2022-03-16T19:12:33.250Z] "mtu": 1458, [2022-03-16T19:12:33.250Z] "selinux-enabled": true, [2022-03-16T19:12:33.250Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-03-16T19:12:33.250Z] } [Pipeline] sh [2022-03-16T19:12:33.402Z] ---> 7a8c09e37c35 [2022-03-16T19:12:33.402Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-03-16T19:12:33.625Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-03-16T19:12:33.681Z] Removing intermediate container d9b7c7084487 [2022-03-16T19:12:33.681Z] ---> 88d879d4f516 [2022-03-16T19:12:33.681Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-03-16T19:12:33.681Z] ---> Running in 1dbd8ef82d8b [2022-03-16T19:12:33.681Z] ---> 9f1cc12a127e [2022-03-16T19:12:33.681Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-03-16T19:12:33.681Z] Removing intermediate container 1dbd8ef82d8b [2022-03-16T19:12:33.681Z] ---> 085dd9c907df [2022-03-16T19:12:33.681Z] Step 23/25 : LABEL arch=x86_64 [2022-03-16T19:12:33.956Z] ---> Running in 9dc1e5f02241 [2022-03-16T19:12:33.956Z] ---> 248b0a907f80 [2022-03-16T19:12:33.956Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-03-16T19:12:33.956Z] Removing intermediate container 9dc1e5f02241 [2022-03-16T19:12:33.956Z] ---> ce4d97d8d42d [2022-03-16T19:12:33.956Z] Step 24/25 : LABEL git_sha=1514baf59d57da427e2e6b69447ab663107cc399 [2022-03-16T19:12:33.956Z] ---> Running in 63df8f89e8f2 [2022-03-16T19:12:33.956Z] Removing intermediate container 63df8f89e8f2 [2022-03-16T19:12:33.956Z] ---> 3aa42e7efd1a [2022-03-16T19:12:33.956Z] Step 25/25 : LABEL version=0.0.0 [2022-03-16T19:12:33.984Z] + sudo service docker restart [2022-03-16T19:12:34.251Z] ---> b86fcfecbcf9 [2022-03-16T19:12:34.251Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-03-16T19:12:34.251Z] ---> Running in e2ad78cdd6ce [2022-03-16T19:12:34.251Z] ---> Running in 52f1c22da36d [2022-03-16T19:12:34.251Z] Removing intermediate container e2ad78cdd6ce [2022-03-16T19:12:34.251Z] ---> 371d3e5e6f4f [2022-03-16T19:12:34.251Z] [2022-03-16T19:12:34.251Z] Removing intermediate container 52f1c22da36d [2022-03-16T19:12:34.251Z] ---> 88ffe8575872 [2022-03-16T19:12:34.251Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-03-16T19:12:34.541Z] Successfully built 371d3e5e6f4f [2022-03-16T19:12:34.541Z] Successfully tagged security-secretstore-setup:latest [2022-03-16T19:12:34.541Z]  Building security-secretstore-setup ... done  ---> 6d91651839b3 [2022-03-16T19:12:34.541Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-03-16T19:12:34.541Z] ---> Running in 6014298ff8ad [2022-03-16T19:12:35.489Z] Removing intermediate container 09b99720f4c0 [2022-03-16T19:12:35.489Z] ---> e7fe1ed52753 [2022-03-16T19:12:35.489Z] [2022-03-16T19:12:35.489Z] Step 10/23 : FROM alpine:3.14 [2022-03-16T19:12:35.489Z] ---> 0a97eee8041e [2022-03-16T19:12:35.489Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-03-16T19:12:35.489Z] ---> Running in ee74273d0c46 [2022-03-16T19:12:35.489Z] Removing intermediate container 6014298ff8ad [2022-03-16T19:12:35.489Z] ---> f52fd667b053 [2022-03-16T19:12:35.489Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-03-16T19:12:35.750Z] ---> Running in b96ca411521c [2022-03-16T19:12:35.750Z] Removing intermediate container ee74273d0c46 [2022-03-16T19:12:35.750Z] ---> 503c4ba94972 [2022-03-16T19:12:35.750Z] Step 12/23 : ENV APP_PORT=59880 [2022-03-16T19:12:35.750Z] ---> Running in c87ea877c6bf [2022-03-16T19:12:35.750Z] Removing intermediate container b96ca411521c [2022-03-16T19:12:35.750Z] ---> 9b0f00f96df6 [2022-03-16T19:12:35.750Z] Step 28/31 : CMD ["gate"] [2022-03-16T19:12:35.750Z] Removing intermediate container c87ea877c6bf [2022-03-16T19:12:35.750Z] ---> 992ba208fe3c [2022-03-16T19:12:35.750Z] Step 13/23 : EXPOSE $APP_PORT [2022-03-16T19:12:36.012Z] ---> Running in 836b10359d2e [2022-03-16T19:12:36.012Z] ---> Running in ecc513f2c38c [2022-03-16T19:12:36.012Z] Removing intermediate container 836b10359d2e [2022-03-16T19:12:36.012Z] ---> de6d60797398 [2022-03-16T19:12:36.012Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T19:12:36.012Z] ---> Running in 3593d611ff65 [2022-03-16T19:12:36.012Z] Removing intermediate container ecc513f2c38c [2022-03-16T19:12:36.012Z] ---> d7e590cd251e [2022-03-16T19:12:36.012Z] Step 29/31 : LABEL arch=x86_64 [2022-03-16T19:12:36.277Z] ---> Running in 6d9d4810467c [2022-03-16T19:12:36.277Z] Removing intermediate container 6d9d4810467c [2022-03-16T19:12:36.277Z] ---> ab231e91da5e [2022-03-16T19:12:36.277Z] Step 30/31 : LABEL git_sha=1514baf59d57da427e2e6b69447ab663107cc399 [2022-03-16T19:12:36.277Z] ---> Running in bc073b226289 [2022-03-16T19:12:36.540Z] Removing intermediate container bc073b226289 [2022-03-16T19:12:36.540Z] ---> de49f57c831e [2022-03-16T19:12:36.540Z] Step 31/31 : LABEL version=0.0.0 [2022-03-16T19:12:36.540Z] ---> Running in 06da413cbc8a [2022-03-16T19:12:36.540Z] Removing intermediate container 3593d611ff65 [2022-03-16T19:12:36.540Z] ---> 78b55248a971 [2022-03-16T19:12:36.540Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-03-16T19:12:36.540Z] Removing intermediate container 06da413cbc8a [2022-03-16T19:12:36.540Z] ---> a1604f8bc433 [2022-03-16T19:12:36.540Z] [2022-03-16T19:12:36.800Z] ---> Running in fef19458934f [2022-03-16T19:12:36.800Z] Successfully built a1604f8bc433 [2022-03-16T19:12:36.800Z] Successfully tagged security-bootstrapper:latest [2022-03-16T19:12:37.061Z]  Building security-bootstrapper ... done fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-16T19:12:38.004Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-16T19:12:38.004Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-03-16T19:12:38.265Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-03-16T19:12:38.265Z] (3/6) Installing libsodium (1.0.18-r0) [2022-03-16T19:12:38.265Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-16T19:12:38.526Z] (5/6) Installing libzmq (4.3.4-r0) [2022-03-16T19:12:38.526Z] (6/6) Installing zeromq (4.3.4-r0) [2022-03-16T19:12:38.526Z] Executing busybox-1.33.1-r6.trigger [2022-03-16T19:12:38.526Z] OK: 8 MiB in 20 packages [2022-03-16T19:12:39.096Z] Removing intermediate container fef19458934f [2022-03-16T19:12:39.096Z] ---> c9be37268a7d [2022-03-16T19:12:39.096Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-16T19:12:39.096Z] ---> 0315fcc03ac6 [2022-03-16T19:12:39.096Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-03-16T19:12:39.675Z] ---> ae59a1b4ad5a [2022-03-16T19:12:39.675Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-03-16T19:12:39.675Z] ---> 65a40bddc1ee [2022-03-16T19:12:39.675Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-03-16T19:12:39.675Z] ---> Running in a2228e234fd5 [2022-03-16T19:12:39.675Z] Removing intermediate container a2228e234fd5 [2022-03-16T19:12:39.675Z] ---> 23675c4732a7 [2022-03-16T19:12:39.675Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-16T19:12:39.935Z] ---> Running in 48bd1cfb1704 [2022-03-16T19:12:39.935Z] Removing intermediate container 48bd1cfb1704 [2022-03-16T19:12:39.935Z] ---> 9d1761b2a940 [2022-03-16T19:12:39.935Z] Step 21/23 : LABEL arch=x86_64 [2022-03-16T19:12:39.935Z] ---> Running in b5a2643ba3e0 [2022-03-16T19:12:39.935Z] Removing intermediate container b5a2643ba3e0 [2022-03-16T19:12:39.935Z] ---> 3a67da95663e [2022-03-16T19:12:39.935Z] Step 22/23 : LABEL git_sha=1514baf59d57da427e2e6b69447ab663107cc399 [2022-03-16T19:12:39.935Z] ---> Running in 478c0b655ab1 [2022-03-16T19:12:40.195Z] Removing intermediate container 478c0b655ab1 [2022-03-16T19:12:40.195Z] ---> 89bf031011a5 [2022-03-16T19:12:40.195Z] Step 23/23 : LABEL version=0.0.0 [2022-03-16T19:12:40.195Z] ---> Running in 7e2ae5e47352 [2022-03-16T19:12:40.195Z] Removing intermediate container 7e2ae5e47352 [2022-03-16T19:12:40.195Z] ---> a4e3abfeb353 [2022-03-16T19:12:40.195Z] [2022-03-16T19:12:40.195Z] Successfully built a4e3abfeb353 [2022-03-16T19:12:40.195Z] Successfully tagged core-data:latest [2022-03-16T19:12:40.461Z]  Building core-data ... done  [Pipeline] } [2022-03-16T19:12:40.491Z] $ docker stop --time=1 a3c4ca28981c9f94042ca4dd220260bcb2dea44bd77e39534997398625e1cfee [2022-03-16T19:12:41.763Z] $ docker rm -f a3c4ca28981c9f94042ca4dd220260bcb2dea44bd77e39534997398625e1cfee [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-16T19:12:42.173Z] + docker images [2022-03-16T19:12:42.173Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-16T19:12:42.173Z] core-data latest a4e3abfeb353 1 second ago 20MB [2022-03-16T19:12:42.173Z] security-bootstrapper latest a1604f8bc433 5 seconds ago 18.7MB [2022-03-16T19:12:42.173Z] e7fe1ed52753 6 seconds ago 1.79GB [2022-03-16T19:12:42.173Z] security-secretstore-setup latest 371d3e5e6f4f 7 seconds ago 27.9MB [2022-03-16T19:12:42.173Z] core-command latest 4fcbab79f4d7 10 seconds ago 15.8MB [2022-03-16T19:12:42.173Z] e4d2c805053a 14 seconds ago 1.77GB [2022-03-16T19:12:42.173Z] 764648d32a06 14 seconds ago 1.77GB [2022-03-16T19:12:42.173Z] d13fd07f1963 14 seconds ago 1.78GB [2022-03-16T19:12:42.173Z] sys-mgmt-agent latest daaad64d5271 22 seconds ago 296MB [2022-03-16T19:12:42.173Z] core-metadata latest 1de2a3bdc588 40 seconds ago 16.6MB [2022-03-16T19:12:42.173Z] support-notifications latest e2359ae19370 40 seconds ago 16.7MB [2022-03-16T19:12:42.173Z] support-scheduler latest 93c8a91e80df 41 seconds ago 16MB [2022-03-16T19:12:42.173Z] security-proxy-setup latest 96961ec27896 41 seconds ago 26.2MB [2022-03-16T19:12:42.173Z] cb422934d096 45 seconds ago 1.77GB [2022-03-16T19:12:42.173Z] b26de3690458 49 seconds ago 1.78GB [2022-03-16T19:12:42.173Z] 168b6165a7d8 49 seconds ago 1.78GB [2022-03-16T19:12:42.173Z] 1152d52453f9 49 seconds ago 1.78GB [2022-03-16T19:12:42.173Z] 68110a899c49 50 seconds ago 1.78GB [2022-03-16T19:12:42.173Z] ci-base-image-x86_64 latest 99eade8fd54c 3 minutes ago 1.27GB [2022-03-16T19:12:42.173Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 6 weeks ago 562MB [2022-03-16T19:12:42.173Z] docker 20.10.10 b706a049f56e 4 months ago 216MB [2022-03-16T19:12:42.173Z] alpine 3.14 0a97eee8041e 4 months ago 5.61MB [2022-03-16T19:12:42.173Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 5 months ago 34.5MB [2022-03-16T19:12:42.173Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 20 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 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-16T19:12:52.384Z] provisioning config files... [2022-03-16T19:12:52.412Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4920671375182347547tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-16T19:12:53.044Z] ---> docker-login.sh [2022-03-16T19:12:53.044Z] nexus3.edgexfoundry.org:10001 [2022-03-16T19:12:53.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T19:12:53.923Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T19:12:53.923Z] Configure a credential helper to remove this warning. See [2022-03-16T19:12:53.923Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T19:12:53.923Z] [2022-03-16T19:12:53.923Z] Login Succeeded [2022-03-16T19:12:53.923Z] nexus3.edgexfoundry.org:10002 [2022-03-16T19:12:54.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T19:12:54.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T19:12:54.474Z] Configure a credential helper to remove this warning. See [2022-03-16T19:12:54.474Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T19:12:54.474Z] [2022-03-16T19:12:54.474Z] Login Succeeded [2022-03-16T19:12:54.474Z] nexus3.edgexfoundry.org:10003 [2022-03-16T19:12:54.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T19:12:55.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T19:12:55.025Z] Configure a credential helper to remove this warning. See [2022-03-16T19:12:55.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T19:12:55.025Z] [2022-03-16T19:12:55.025Z] Login Succeeded [2022-03-16T19:12:55.025Z] nexus3.edgexfoundry.org:10004 [2022-03-16T19:12:55.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T19:12:55.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T19:12:55.573Z] Configure a credential helper to remove this warning. See [2022-03-16T19:12:55.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T19:12:55.573Z] [2022-03-16T19:12:55.573Z] Login Succeeded [2022-03-16T19:12:55.573Z] docker.io [2022-03-16T19:12:55.848Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T19:12:56.121Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T19:12:56.121Z] Configure a credential helper to remove this warning. See [2022-03-16T19:12:56.121Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T19:12:56.121Z] [2022-03-16T19:12:56.121Z] Login Succeeded [2022-03-16T19:12:56.395Z] ---> docker-login.sh ends [Pipeline] } [2022-03-16T19:12:56.421Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-03-16T19:12:56.824Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-16T19:12:56.857Z] ========================================================= [2022-03-16T19:12:56.857Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-03-16T19:12:56.857Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-16T19:12:57.246Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-16T19:12:57.524Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-03-16T19:12:57.524Z] 9b3977197b4f: Pulling fs layer [2022-03-16T19:12:57.524Z] 1a89e8eeedd5: Pulling fs layer [2022-03-16T19:12:57.524Z] 94645a83ff95: Pulling fs layer [2022-03-16T19:12:57.524Z] 3f3a8bcf1eab: Pulling fs layer [2022-03-16T19:12:57.524Z] 0c92f367c5e7: Pulling fs layer [2022-03-16T19:12:57.524Z] f7c0051592d6: Pulling fs layer [2022-03-16T19:12:57.524Z] a227ed2f7395: Pulling fs layer [2022-03-16T19:12:57.524Z] 7b1c46037f91: Pulling fs layer [2022-03-16T19:12:57.524Z] f7c0051592d6: Waiting [2022-03-16T19:12:57.524Z] 3f3a8bcf1eab: Waiting [2022-03-16T19:12:57.524Z] 0c92f367c5e7: Waiting [2022-03-16T19:12:57.524Z] a227ed2f7395: Waiting [2022-03-16T19:12:57.524Z] 7b1c46037f91: Waiting [2022-03-16T19:12:57.524Z] 94645a83ff95: Verifying Checksum [2022-03-16T19:12:57.524Z] 94645a83ff95: Download complete [2022-03-16T19:12:57.524Z] 1a89e8eeedd5: Verifying Checksum [2022-03-16T19:12:57.524Z] 1a89e8eeedd5: Download complete [2022-03-16T19:12:57.524Z] 0c92f367c5e7: Download complete [2022-03-16T19:12:57.524Z] f7c0051592d6: Verifying Checksum [2022-03-16T19:12:57.524Z] f7c0051592d6: Download complete [2022-03-16T19:12:57.524Z] 9b3977197b4f: Download complete [2022-03-16T19:12:57.524Z] a227ed2f7395: Verifying Checksum [2022-03-16T19:12:57.524Z] a227ed2f7395: Download complete [2022-03-16T19:12:57.703Z] Still waiting to schedule task [2022-03-16T19:12:57.703Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-7323’ [2022-03-16T19:12:58.520Z] 9b3977197b4f: Pull complete [2022-03-16T19:12:59.134Z] 1a89e8eeedd5: Pull complete [2022-03-16T19:12:59.411Z] 94645a83ff95: Pull complete [2022-03-16T19:12:59.684Z] 7b1c46037f91: Verifying Checksum [2022-03-16T19:12:59.685Z] 7b1c46037f91: Download complete [2022-03-16T19:13:00.281Z] 3f3a8bcf1eab: Verifying Checksum [2022-03-16T19:13:00.281Z] 3f3a8bcf1eab: Download complete [2022-03-16T19:13:12.707Z] 3f3a8bcf1eab: Pull complete [2022-03-16T19:13:12.707Z] 0c92f367c5e7: Pull complete [2022-03-16T19:13:12.707Z] f7c0051592d6: Pull complete [2022-03-16T19:13:12.980Z] a227ed2f7395: Pull complete [2022-03-16T19:13:19.703Z] 7b1c46037f91: Pull complete [2022-03-16T19:13:19.703Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-03-16T19:13:19.703Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-16T19:13:19.703Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-03-16T19:13:20.107Z] + + echodocker build -t ci-base-image-arm64 -f - . [2022-03-16T19:13:20.107Z] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-16T19:13:20.107Z] WORKDIR /edgex [2022-03-16T19:13:20.107Z] COPY go.mod . [2022-03-16T19:13:20.107Z] RUN go mod download [2022-03-16T19:13:22.758Z] Sending build context to Docker daemon 168.7MB [2022-03-16T19:13:22.758Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-16T19:13:22.758Z] ---> f79e39bc4007 [2022-03-16T19:13:22.758Z] Step 2/4 : WORKDIR /edgex [2022-03-16T19:13:24.751Z] ---> Running in 62241bf63f74 [2022-03-16T19:13:24.751Z] Removing intermediate container 62241bf63f74 [2022-03-16T19:13:24.751Z] ---> 2ca1bb4437d0 [2022-03-16T19:13:24.751Z] Step 3/4 : COPY go.mod . [2022-03-16T19:13:25.355Z] ---> 7753ede8d5e1 [2022-03-16T19:13:25.355Z] Step 4/4 : RUN go mod download [2022-03-16T19:13:25.355Z] ---> Running in b86f64ef74d2 [2022-03-16T19:14:47.183Z] Removing intermediate container b86f64ef74d2 [2022-03-16T19:14:47.183Z] ---> 94ff52ebcc4b [2022-03-16T19:14:47.183Z] Successfully built 94ff52ebcc4b [2022-03-16T19:14:47.183Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-16T19:14:47.557Z] + docker inspect -f . ci-base-image-arm64 [2022-03-16T19:14:47.557Z] . [Pipeline] withDockerContainer [2022-03-16T19:14:47.835Z] prd-ubuntu20.04-docker-arm64-4c-16g-7322 does not seem to be running inside a container [2022-03-16T19:14:47.926Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-03-16T19:14:49.322Z] $ docker top c546759e603b8c5bdad28bc55f9aac3da2faaabf50e7465c2617ad6f732c0a37 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-16T19:14:50.312Z] + go version [2022-03-16T19:14:50.312Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-03-16T19:14:50.353Z] $ docker stop --time=1 c546759e603b8c5bdad28bc55f9aac3da2faaabf50e7465c2617ad6f732c0a37 [2022-03-16T19:14:52.039Z] $ docker rm -f c546759e603b8c5bdad28bc55f9aac3da2faaabf50e7465c2617ad6f732c0a37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-16T19:14:52.952Z] + docker inspect -f . ci-base-image-arm64 [2022-03-16T19:14:52.952Z] . [Pipeline] withDockerContainer [2022-03-16T19:14:53.207Z] prd-ubuntu20.04-docker-arm64-4c-16g-7322 does not seem to be running inside a container [2022-03-16T19:14:53.294Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-03-16T19:14:54.711Z] $ docker top 16c2830c71e91ecaa6d2600f68383b6394213133bbc369faea3f6af3fe0a6221 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-03-16T19:14:55.052Z] ========================================================= [2022-03-16T19:14:55.052Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-03-16T19:14:55.052Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-03-16T19:14:55.770Z] + make test [2022-03-16T19:14:55.770Z] go mod tidy [2022-03-16T19:14:56.755Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-03-16T19:15:29.114Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-03-16T19:15:51.150Z] Running on prd-ubuntu18.04-docker-8c-8g-7324 in /w/workspace/edgexfoundry_edgex-go_PR-3908 [Pipeline] { [Pipeline] ws [2022-03-16T19:15:51.190Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-03-16T19:15:51.311Z] The recommended git tool is: git [2022-03-16T19:15:52.895Z] using credential edgex-jenkins-ssh [2022-03-16T19:15:52.907Z] Cloning the remote Git repository [2022-03-16T19:15:52.859Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-03-16T19:15:52.896Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-03-16T19:15:52.923Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-03-16T19:15:52.924Z] > git --version # timeout=10 [2022-03-16T19:15:52.930Z] > git --version # 'git version 2.17.1' [2022-03-16T19:15:52.931Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-16T19:15:52.957Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-16T19:15:57.716Z] Merging remotes/origin/main commit 556446716e4a14b8c762f3ec0116a54927b3d800 into PR head commit 1514baf59d57da427e2e6b69447ab663107cc399 [2022-03-16T19:15:57.829Z] Merge succeeded, producing 1514baf59d57da427e2e6b69447ab663107cc399 [2022-03-16T19:15:57.829Z] Checking out Revision 1514baf59d57da427e2e6b69447ab663107cc399 (PR-3908) [2022-03-16T19:15:57.088Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-03-16T19:15:57.098Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-16T19:15:57.108Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-03-16T19:15:57.121Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-03-16T19:15:57.121Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-16T19:15:57.127Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3908/head:refs/remotes/origin/PR-3908 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-03-16T19:15:57.696Z] > git config core.sparsecheckout # timeout=10 [2022-03-16T19:15:57.703Z] > git checkout -f 1514baf59d57da427e2e6b69447ab663107cc399 # timeout=10 [2022-03-16T19:15:57.761Z] > git remote # timeout=10 [2022-03-16T19:15:57.768Z] > git config --get remote.origin.url # timeout=10 [2022-03-16T19:15:57.773Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-16T19:15:57.779Z] > git merge 556446716e4a14b8c762f3ec0116a54927b3d800 # timeout=10 [2022-03-16T19:15:57.788Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-16T19:15:57.797Z] > git config core.sparsecheckout # timeout=10 [2022-03-16T19:15:57.801Z] > git checkout -f 1514baf59d57da427e2e6b69447ab663107cc399 # timeout=10 [2022-03-16T19:16:01.323Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [2022-03-16T19:16:01.325Z] > git --version # timeout=10 [2022-03-16T19:16:01.328Z] > git --version # 'git version 2.17.1' [2022-03-16T19:16:01.332Z] fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-16T19:16:02.406Z] + echo snap-build.sh [2022-03-16T19:16:02.406Z] snap-build.sh [2022-03-16T19:16:02.406Z] + SNAP_BASE_DIR=. [2022-03-16T19:16:02.406Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2022-03-16T19:16:02.406Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2022-03-16T19:16:02.406Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2022-03-16T19:16:02.406Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2022-03-16T19:16:02.406Z] + cd /w/workspace/edgex-go/1 [2022-03-16T19:16:02.406Z] + sudo apt-get remove -qy --purge lxd lxd-client [2022-03-16T19:16:02.406Z] Reading package lists... [2022-03-16T19:16:02.406Z] Building dependency tree... [2022-03-16T19:16:02.406Z] Reading state information... [2022-03-16T19:16:02.406Z] The following packages were automatically installed and are no longer required: [2022-03-16T19:16:02.406Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2022-03-16T19:16:02.406Z] uidmap xdelta3 [2022-03-16T19:16:02.406Z] Use 'sudo apt autoremove' to remove them. [2022-03-16T19:16:02.406Z] The following packages will be REMOVED: [2022-03-16T19:16:02.406Z] lxd* lxd-client* [2022-03-16T19:16:02.406Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2022-03-16T19:16:02.669Z] After this operation, 31.7 MB disk space will be freed. [2022-03-16T19:16:03.192Z] (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.) [2022-03-16T19:16:03.192Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-03-16T19:16:04.138Z] Removing lxd dnsmasq configuration [2022-03-16T19:16:04.138Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2022-03-16T19:16:04.138Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2022-03-16T19:16:04.712Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2022-03-16T19:16:04.974Z] (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.) [2022-03-16T19:16:04.974Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-03-16T19:16:06.398Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2022-03-16T19:16:06.398Z] Processing triggers for ureadahead (0.100.0-21) ... [2022-03-16T19:16:06.971Z] + sudo snap remove --purge lxd [2022-03-16T19:16:07.233Z] snap "lxd" is not installed [2022-03-16T19:16:07.233Z] + sudo groupadd --force --system lxd [2022-03-16T19:16:07.233Z] ++ whoami [2022-03-16T19:16:07.233Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2022-03-16T19:16:07.233Z] + newgrp - lxd [2022-03-16T19:16:07.233Z] + sudo snap install lxd [2022-03-16T19:16:17.241Z] 2022-03-16T19:16:13Z INFO Waiting for automatic snapd restart... [2022-03-16T19:16:25.752Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-03-16T19:16:32.159Z] lxd 4.24 from Canonical* installed [2022-03-16T19:16:32.159Z] + sudo lxd init --auto [2022-03-16T19:16:34.097Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-03-16T19:16:34.097Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-03-16T19:16:34.703Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-03-16T19:16:40.308Z] + sudo snap install --classic snapcraft [2022-03-16T19:16:45.598Z] snapcraft 6.0.2 from Canonical* installed [2022-03-16T19:16:45.598Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2022-03-16T19:16:45.598Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2022-03-16T19:16:45.598Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-16T19:16:45.598Z] Dload Upload Total Spent Left Speed [2022-03-16T19:16:45.598Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 658 100 658 0 0 3696 0 --:--:-- --:--:-- --:--:-- 3696 [2022-03-16T19:16:45.598Z] 100 3325k 100 3325k 0 0 9473k 0 --:--:-- --:--:-- --:--:-- 9473k [2022-03-16T19:16:45.598Z] ./yq_linux_amd64 [2022-03-16T19:16:45.862Z] + sudo snapcraft prime --use-lxd [2022-03-16T19:16:47.151Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-03-16T19:16:47.151Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-03-16T19:16:47.151Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-03-16T19:16:47.151Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-03-16T19:16:47.151Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-03-16T19:16:47.151Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-03-16T19:16:47.151Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-03-16T19:16:47.151Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-03-16T19:16:47.151Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-03-16T19:16:47.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-03-16T19:16:47.781Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2022-03-16T19:16:47.781Z] 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: [2022-03-16T19:16:47.781Z] - README.md [2022-03-16T19:16:47.781Z] [2022-03-16T19:16:47.781Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-03-16T19:16:48.042Z] Launching a container. [2022-03-16T19:16:55.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.229s coverage: 28.7% of statements [2022-03-16T19:16:55.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-03-16T19:16:55.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-03-16T19:16:59.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.367s coverage: 98.5% of statements [2022-03-16T19:16:59.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-03-16T19:16:59.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.573s coverage: 54.9% of statements [2022-03-16T19:16:59.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-03-16T19:16:59.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-03-16T19:17:00.287Z] Waiting for container to be ready [2022-03-16T19:17:00.287Z] To start your first container, try: lxc launch ubuntu:20.04 [2022-03-16T19:17:00.287Z] Or for a virtual machine: lxc launch ubuntu:20.04 --vm [2022-03-16T19:17:00.287Z] [2022-03-16T19:17:02.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.739s coverage: 89.5% of statements [2022-03-16T19:17:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-03-16T19:17:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-03-16T19:17:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-03-16T19:17:02.676Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.299s coverage: 84.4% of statements [2022-03-16T19:17:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-03-16T19:17:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-03-16T19:17:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-03-16T19:17:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-03-16T19:17:02.676Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-03-16T19:17:04.499Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2022-03-16T19:17:05.442Z] Waiting for network to be ready... [2022-03-16T19:17:06.393Z] Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] [2022-03-16T19:17:06.393Z] Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] [2022-03-16T19:17:06.966Z] Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] [2022-03-16T19:17:06.966Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1317 kB] [2022-03-16T19:17:06.966Z] Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [970 kB] [2022-03-16T19:17:07.275Z] Get:6 http://archive.ubuntu.com/ubuntu focal/main Translation-en [506 kB] [2022-03-16T19:17:07.275Z] Get:7 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [231 kB] [2022-03-16T19:17:07.275Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [20.7 kB] [2022-03-16T19:17:07.275Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5196 B] [2022-03-16T19:17:07.275Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [799 kB] [2022-03-16T19:17:07.275Z] Get:11 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB] [2022-03-16T19:17:07.275Z] Get:12 http://archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB] [2022-03-16T19:17:07.275Z] Get:13 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [22.0 kB] [2022-03-16T19:17:07.275Z] Get:14 http://archive.ubuntu.com/ubuntu focal/restricted Translation-en [6212 B] [2022-03-16T19:17:07.275Z] Get:15 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB] [2022-03-16T19:17:07.275Z] Get:16 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [114 kB] [2022-03-16T19:17:07.275Z] Get:17 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [692 kB] [2022-03-16T19:17:07.275Z] Get:18 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [121 kB] [2022-03-16T19:17:07.542Z] Get:19 http://archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB] [2022-03-16T19:17:07.813Z] Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1643 kB] [2022-03-16T19:17:07.813Z] Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [312 kB] [2022-03-16T19:17:07.813Z] Get:22 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [23.8 kB] [2022-03-16T19:17:07.813Z] Get:23 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7312 B] [2022-03-16T19:17:07.813Z] Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [853 kB] [2022-03-16T19:17:07.813Z] Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [122 kB] [2022-03-16T19:17:07.813Z] Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [910 kB] [2022-03-16T19:17:07.813Z] Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [202 kB] [2022-03-16T19:17:10.362Z] Fetched 23.4 MB in 4s (5416 kB/s) [2022-03-16T19:17:10.625Z] Reading package lists... [2022-03-16T19:17:10.890Z] Reading package lists... [2022-03-16T19:17:11.152Z] Building dependency tree... [2022-03-16T19:17:11.152Z] Reading state information... [2022-03-16T19:17:11.152Z] The following additional packages will be installed: [2022-03-16T19:17:11.152Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-03-16T19:17:11.152Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-03-16T19:17:11.152Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-03-16T19:17:11.152Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2022-03-16T19:17:11.152Z] Suggested packages: [2022-03-16T19:17:11.152Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2022-03-16T19:17:11.152Z] Recommended packages: [2022-03-16T19:17:11.152Z] gnupg libsasl2-modules [2022-03-16T19:17:11.152Z] The following NEW packages will be installed: [2022-03-16T19:17:11.152Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-03-16T19:17:11.152Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-03-16T19:17:11.152Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-03-16T19:17:11.152Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2022-03-16T19:17:11.152Z] The following packages will be upgraded: [2022-03-16T19:17:11.152Z] gpg gpg-agent gpgconf libudev1 [2022-03-16T19:17:11.724Z] 4 upgraded, 18 newly installed, 0 to remove and 81 not upgraded. [2022-03-16T19:17:11.724Z] Need to get 3859 kB of archives. [2022-03-16T19:17:11.724Z] After this operation, 14.9 MB of additional disk space will be used. [2022-03-16T19:17:11.724Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libudev1 amd64 245.4-4ubuntu3.15 [77.2 kB] [2022-03-16T19:17:11.987Z] Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 udev amd64 245.4-4ubuntu3.15 [1364 kB] [2022-03-16T19:17:11.987Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB] [2022-03-16T19:17:11.987Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB] [2022-03-16T19:17:12.566Z] Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuse2 amd64 2.9.9-3 [82.0 kB] [2022-03-16T19:17:12.828Z] Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 fuse amd64 2.9.9-3 [26.0 kB] [2022-03-16T19:17:12.828Z] Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB] [2022-03-16T19:17:13.089Z] Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB] [2022-03-16T19:17:13.089Z] Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB] [2022-03-16T19:17:13.089Z] Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2022-03-16T19:17:13.089Z] Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB] [2022-03-16T19:17:13.089Z] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB] [2022-03-16T19:17:13.352Z] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB] [2022-03-16T19:17:13.352Z] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB] [2022-03-16T19:17:13.352Z] Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB] [2022-03-16T19:17:13.352Z] Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB] [2022-03-16T19:17:13.352Z] Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB] [2022-03-16T19:17:13.352Z] Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB] [2022-03-16T19:17:13.352Z] Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB] [2022-03-16T19:17:13.352Z] Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB] [2022-03-16T19:17:13.352Z] Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] [2022-03-16T19:17:13.352Z] Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB] [2022-03-16T19:17:13.614Z] debconf: delaying package configuration, since apt-utils is not installed [2022-03-16T19:17:13.614Z] Fetched 3859 kB in 2s (1782 kB/s) [2022-03-16T19:17:13.614Z] (Reading database ... 12816 files and directories currently installed.) [2022-03-16T19:17:13.614Z] Preparing to unpack .../libudev1_245.4-4ubuntu3.15_amd64.deb ... [2022-03-16T19:17:13.614Z] Unpacking libudev1:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-03-16T19:17:13.614Z] Setting up libudev1:amd64 (245.4-4ubuntu3.15) ... [2022-03-16T19:17:13.614Z] Selecting previously unselected package udev. [2022-03-16T19:17:13.614Z] (Reading database ... 12816 files and directories currently installed.) [2022-03-16T19:17:13.614Z] Preparing to unpack .../00-udev_245.4-4ubuntu3.15_amd64.deb ... [2022-03-16T19:17:13.876Z] Unpacking udev (245.4-4ubuntu3.15) ... [2022-03-16T19:17:13.876Z] Selecting previously unselected package libfuse2:amd64. [2022-03-16T19:17:13.876Z] Preparing to unpack .../01-libfuse2_2.9.9-3_amd64.deb ... [2022-03-16T19:17:13.876Z] Unpacking libfuse2:amd64 (2.9.9-3) ... [2022-03-16T19:17:13.876Z] Selecting previously unselected package fuse. [2022-03-16T19:17:13.876Z] Preparing to unpack .../02-fuse_2.9.9-3_amd64.deb ... [2022-03-16T19:17:13.876Z] Unpacking fuse (2.9.9-3) ... [2022-03-16T19:17:14.138Z] Preparing to unpack .../03-gpg_2.2.19-3ubuntu2.1_amd64.deb ... [2022-03-16T19:17:14.138Z] Unpacking gpg (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-03-16T19:17:14.138Z] Preparing to unpack .../04-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ... [2022-03-16T19:17:14.138Z] Unpacking gpgconf (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-03-16T19:17:14.138Z] Preparing to unpack .../05-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ... [2022-03-16T19:17:14.138Z] Unpacking gpg-agent (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-03-16T19:17:14.402Z] Selecting previously unselected package libksba8:amd64. [2022-03-16T19:17:14.402Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2022-03-16T19:17:14.402Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2022-03-16T19:17:14.402Z] Selecting previously unselected package libroken18-heimdal:amd64. [2022-03-16T19:17:14.402Z] Preparing to unpack .../07-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-16T19:17:14.402Z] Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-16T19:17:14.402Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2022-03-16T19:17:14.402Z] Preparing to unpack .../08-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-16T19:17:14.402Z] Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-16T19:17:14.402Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2022-03-16T19:17:14.402Z] Preparing to unpack .../09-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-16T19:17:14.402Z] Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-16T19:17:14.402Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2022-03-16T19:17:14.402Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-16T19:17:14.402Z] Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-16T19:17:14.664Z] Selecting previously unselected package libwind0-heimdal:amd64. [2022-03-16T19:17:14.664Z] Preparing to unpack .../11-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-16T19:17:14.664Z] Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-16T19:17:14.664Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2022-03-16T19:17:14.664Z] Preparing to unpack .../12-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-16T19:17:14.664Z] Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-16T19:17:14.664Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2022-03-16T19:17:14.664Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-16T19:17:14.664Z] Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-16T19:17:14.664Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2022-03-16T19:17:14.664Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-16T19:17:14.664Z] Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-16T19:17:14.664Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2022-03-16T19:17:14.664Z] Preparing to unpack .../15-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-03-16T19:17:14.664Z] Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-16T19:17:14.925Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-16T19:17:14.925Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... [2022-03-16T19:17:14.925Z] Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-03-16T19:17:14.925Z] Selecting previously unselected package libsasl2-2:amd64. [2022-03-16T19:17:14.925Z] Preparing to unpack .../17-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... [2022-03-16T19:17:14.925Z] Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-03-16T19:17:14.925Z] Selecting previously unselected package libldap-common. [2022-03-16T19:17:14.925Z] Preparing to unpack .../18-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ... [2022-03-16T19:17:14.925Z] Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ... [2022-03-16T19:17:14.925Z] Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-16T19:17:14.925Z] Preparing to unpack .../19-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... [2022-03-16T19:17:14.925Z] Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... [2022-03-16T19:17:14.925Z] Selecting previously unselected package dirmngr. [2022-03-16T19:17:14.925Z] Preparing to unpack .../20-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ... [2022-03-16T19:17:14.925Z] Unpacking dirmngr (2.2.19-3ubuntu2.1) ... [2022-03-16T19:17:15.187Z] Setting up libksba8:amd64 (1.3.5-2) ... [2022-03-16T19:17:15.187Z] Setting up libfuse2:amd64 (2.9.9-3) ... [2022-03-16T19:17:15.187Z] Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ... [2022-03-16T19:17:15.187Z] Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-03-16T19:17:15.187Z] Setting up udev (245.4-4ubuntu3.15) ... [2022-03-16T19:17:15.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.867s coverage: 94.2% of statements [2022-03-16T19:17:15.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-03-16T19:17:15.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-03-16T19:17:15.187Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.369s coverage: 59.1% of statements [2022-03-16T19:17:15.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-03-16T19:17:15.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-03-16T19:17:15.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-03-16T19:17:15.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-03-16T19:17:15.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-03-16T19:17:15.187Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.228s coverage: 60.0% of statements [2022-03-16T19:17:15.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-03-16T19:17:15.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-03-16T19:17:15.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-03-16T19:17:15.188Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.448s coverage: 0.9% of statements [2022-03-16T19:17:15.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-03-16T19:17:15.188Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.226s coverage: 58.8% of statements [2022-03-16T19:17:15.188Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.218s coverage: 21.7% of statements [2022-03-16T19:17:15.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-03-16T19:17:15.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.258s coverage: 47.1% of statements [2022-03-16T19:17:15.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.228s coverage: 79.5% of statements [2022-03-16T19:17:15.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.225s coverage: 94.1% of statements [2022-03-16T19:17:15.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.253s coverage: 96.3% of statements [2022-03-16T19:17:15.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.309s coverage: 87.5% of statements [2022-03-16T19:17:15.758Z] invoke-rc.d: policy-rc.d denied execution of start. [2022-03-16T19:17:15.758Z] Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... [2022-03-16T19:17:15.758Z] Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-16T19:17:15.758Z] Setting up gpgconf (2.2.19-3ubuntu2.1) ... [2022-03-16T19:17:15.758Z] Setting up gpg (2.2.19-3ubuntu2.1) ... [2022-03-16T19:17:15.758Z] Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-16T19:17:15.758Z] Setting up fuse (2.9.9-3) ... [2022-03-16T19:17:15.758Z] Setting up gpg-agent (2.2.19-3ubuntu2.1) ... [2022-03-16T19:17:16.329Z] Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-16T19:17:16.329Z] Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-16T19:17:16.329Z] Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-16T19:17:16.329Z] Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-16T19:17:16.329Z] Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-16T19:17:16.329Z] Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-16T19:17:16.329Z] Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-03-16T19:17:16.329Z] Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... [2022-03-16T19:17:16.329Z] Setting up dirmngr (2.2.19-3ubuntu2.1) ... [2022-03-16T19:17:16.592Z] Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. [2022-03-16T19:17:16.592Z] Processing triggers for systemd (245.4-4ubuntu3) ... [2022-03-16T19:17:16.592Z] Processing triggers for libc-bin (2.31-0ubuntu9) ... [2022-03-16T19:17:17.162Z] The unit files have no installation config (WantedBy=, RequiredBy=, Also=, [2022-03-16T19:17:17.162Z] Alias= settings in the [Install] section, and DefaultInstance= for template [2022-03-16T19:17:17.162Z] units). This means they are not meant to be enabled using systemctl. [2022-03-16T19:17:17.162Z] [2022-03-16T19:17:17.162Z] Possible reasons for having this kind of units are: [2022-03-16T19:17:17.162Z] • A unit may be statically enabled by being symlinked from another unit's [2022-03-16T19:17:17.162Z] .wants/ or .requires/ directory. [2022-03-16T19:17:17.162Z] • A unit's purpose may be to act as a helper for some other unit which has [2022-03-16T19:17:17.162Z] a requirement dependency on it. [2022-03-16T19:17:17.162Z] • A unit may be started when needed via activation (socket, path, timer, [2022-03-16T19:17:17.162Z] D-Bus, udev, scripted systemctl call, ...). [2022-03-16T19:17:17.162Z] • In case of template units, the unit is meant to be enabled with some [2022-03-16T19:17:17.162Z] instance name specified. [2022-03-16T19:17:17.422Z] Reading package lists... [2022-03-16T19:17:17.422Z] Building dependency tree... [2022-03-16T19:17:17.422Z] Reading state information... [2022-03-16T19:17:17.682Z] The following additional packages will be installed: [2022-03-16T19:17:17.682Z] apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 [2022-03-16T19:17:17.682Z] libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 [2022-03-16T19:17:17.682Z] libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib [2022-03-16T19:17:17.682Z] libpython3.8-minimal libpython3.8-stdlib libsystemd0 mime-support [2022-03-16T19:17:17.682Z] openssh-client python3 python3-minimal python3.8 python3.8-minimal [2022-03-16T19:17:17.682Z] squashfs-tools systemd systemd-sysv systemd-timesyncd [2022-03-16T19:17:17.682Z] Suggested packages: [2022-03-16T19:17:17.682Z] apparmor-profiles-extra apparmor-utils krb5-doc krb5-user keychain [2022-03-16T19:17:17.682Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2022-03-16T19:17:17.682Z] python3.8-venv python3.8-doc binfmt-support zenity | kdialog [2022-03-16T19:17:17.682Z] systemd-container policykit-1 [2022-03-16T19:17:17.682Z] Recommended packages: [2022-03-16T19:17:17.682Z] krb5-locales file xauth gnupg networkd-dispatcher libnss-systemd [2022-03-16T19:17:17.682Z] The following NEW packages will be installed: [2022-03-16T19:17:17.682Z] apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 [2022-03-16T19:17:17.682Z] libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 [2022-03-16T19:17:17.682Z] libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib [2022-03-16T19:17:17.682Z] libpython3.8-minimal libpython3.8-stdlib mime-support openssh-client python3 [2022-03-16T19:17:17.682Z] python3-minimal python3.8 python3.8-minimal snapd squashfs-tools sudo [2022-03-16T19:17:17.682Z] The following packages will be upgraded: [2022-03-16T19:17:17.682Z] libsystemd0 systemd systemd-sysv systemd-timesyncd [2022-03-16T19:17:17.941Z] 4 upgraded, 29 newly installed, 0 to remove and 77 not upgraded. [2022-03-16T19:17:17.941Z] Need to get 46.5 MB of archives. [2022-03-16T19:17:17.941Z] After this operation, 181 MB of additional disk space will be used. [2022-03-16T19:17:17.941Z] Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB] [2022-03-16T19:17:17.941Z] Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.15 [28.1 kB] [2022-03-16T19:17:18.202Z] Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] [2022-03-16T19:17:18.202Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-sysv amd64 245.4-4ubuntu3.15 [10.3 kB] [2022-03-16T19:17:18.202Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd amd64 245.4-4ubuntu3.15 [3811 kB] [2022-03-16T19:17:18.202Z] Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB] [2022-03-16T19:17:18.462Z] Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B] [2022-03-16T19:17:18.462Z] Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB] [2022-03-16T19:17:18.462Z] Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB] [2022-03-16T19:17:18.462Z] Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apparmor amd64 2.13.3-7ubuntu5.1 [494 kB] [2022-03-16T19:17:18.462Z] Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB] [2022-03-16T19:17:18.462Z] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB] [2022-03-16T19:17:18.462Z] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB] [2022-03-16T19:17:18.462Z] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libkeyutils1 amd64 1.6-6ubuntu1 [10.2 kB] [2022-03-16T19:17:18.462Z] Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.4 [671 kB] [2022-03-16T19:17:18.727Z] Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 liblzo2-2 amd64 2.10-2 [50.8 kB] [2022-03-16T19:17:18.727Z] Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsystemd0 amd64 245.4-4ubuntu3.15 [270 kB] [2022-03-16T19:17:18.727Z] Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.2 [717 kB] [2022-03-16T19:17:18.727Z] Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.4 [74.4 kB] [2022-03-16T19:17:18.727Z] Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.2 [1900 kB] [2022-03-16T19:17:18.989Z] Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.2 [1675 kB] [2022-03-16T19:17:18.989Z] Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.2 [387 kB] [2022-03-16T19:17:18.989Z] Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.1 [179 kB] [2022-03-16T19:17:18.989Z] Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus amd64 1.12.16-2ubuntu2.1 [151 kB] [2022-03-16T19:17:18.989Z] Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpam-systemd amd64 245.4-4ubuntu3.15 [186 kB] [2022-03-16T19:17:18.989Z] Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 sudo amd64 1.8.31-1ubuntu1.2 [514 kB] [2022-03-16T19:17:18.989Z] Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB] [2022-03-16T19:17:18.989Z] Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB] [2022-03-16T19:17:18.989Z] Get:29 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB] [2022-03-16T19:17:18.989Z] Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB] [2022-03-16T19:17:18.989Z] Get:31 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus-user-session amd64 1.12.16-2ubuntu2.1 [9428 B] [2022-03-16T19:17:18.989Z] Get:32 http://security.ubuntu.com/ubuntu focal-security/main amd64 squashfs-tools amd64 1:4.4-1ubuntu0.3 [117 kB] [2022-03-16T19:17:18.989Z] Get:33 http://security.ubuntu.com/ubuntu focal-security/main amd64 snapd amd64 2.54.3+20.04.1ubuntu0.2 [34.3 MB] [2022-03-16T19:17:20.371Z] debconf: delaying package configuration, since apt-utils is not installed [2022-03-16T19:17:20.371Z] Fetched 46.5 MB in 2s (19.2 MB/s) [2022-03-16T19:17:20.371Z] (Reading database ... 13067 files and directories currently installed.) [2022-03-16T19:17:20.371Z] Preparing to unpack .../systemd-timesyncd_245.4-4ubuntu3.15_amd64.deb ... [2022-03-16T19:17:20.371Z] Unpacking systemd-timesyncd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-03-16T19:17:20.371Z] Preparing to unpack .../systemd-sysv_245.4-4ubuntu3.15_amd64.deb ... [2022-03-16T19:17:20.371Z] Unpacking systemd-sysv (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-03-16T19:17:20.371Z] Preparing to unpack .../systemd_245.4-4ubuntu3.15_amd64.deb ... [2022-03-16T19:17:20.636Z] Unpacking systemd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-03-16T19:17:21.208Z] Preparing to unpack .../libsystemd0_245.4-4ubuntu3.15_amd64.deb ... [2022-03-16T19:17:21.208Z] Unpacking libsystemd0:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-03-16T19:17:21.208Z] Setting up libsystemd0:amd64 (245.4-4ubuntu3.15) ... [2022-03-16T19:17:21.208Z] Selecting previously unselected package libpython3.8-minimal:amd64. [2022-03-16T19:17:21.208Z] (Reading database ... 13068 files and directories currently installed.) [2022-03-16T19:17:21.208Z] Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.2_amd64.deb ... [2022-03-16T19:17:21.208Z] Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.2) ... [2022-03-16T19:17:21.209Z] Selecting previously unselected package libexpat1:amd64. [2022-03-16T19:17:21.209Z] Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.4_amd64.deb ... [2022-03-16T19:17:21.209Z] Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.4) ... [2022-03-16T19:17:21.470Z] Selecting previously unselected package python3.8-minimal. [2022-03-16T19:17:21.470Z] Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.2_amd64.deb ... [2022-03-16T19:17:21.470Z] Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.2) ... [2022-03-16T19:17:21.730Z] Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.2) ... [2022-03-16T19:17:21.730Z] Setting up libexpat1:amd64 (2.2.9-1ubuntu0.4) ... [2022-03-16T19:17:21.730Z] Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.2) ... [2022-03-16T19:17:21.992Z] Selecting previously unselected package python3-minimal. [2022-03-16T19:17:22.254Z] (Reading database ... 13359 files and directories currently installed.) [2022-03-16T19:17:22.254Z] Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ... [2022-03-16T19:17:22.254Z] Unpacking python3-minimal (3.8.2-0ubuntu2) ... [2022-03-16T19:17:22.254Z] Selecting previously unselected package mime-support. [2022-03-16T19:17:22.254Z] Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... [2022-03-16T19:17:22.254Z] Unpacking mime-support (3.64ubuntu1) ... [2022-03-16T19:17:22.254Z] Selecting previously unselected package libmpdec2:amd64. [2022-03-16T19:17:22.254Z] Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ... [2022-03-16T19:17:22.254Z] Unpacking libmpdec2:amd64 (2.4.2-3) ... [2022-03-16T19:17:22.254Z] Selecting previously unselected package libpython3.8-stdlib:amd64. [2022-03-16T19:17:22.254Z] Preparing to unpack .../3-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.2_amd64.deb ... [2022-03-16T19:17:22.254Z] Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.2) ... [2022-03-16T19:17:22.518Z] Selecting previously unselected package python3.8. [2022-03-16T19:17:22.518Z] Preparing to unpack .../4-python3.8_3.8.10-0ubuntu1~20.04.2_amd64.deb ... [2022-03-16T19:17:22.518Z] Unpacking python3.8 (3.8.10-0ubuntu1~20.04.2) ... [2022-03-16T19:17:22.518Z] Selecting previously unselected package libpython3-stdlib:amd64. [2022-03-16T19:17:22.518Z] Preparing to unpack .../5-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ... [2022-03-16T19:17:22.518Z] Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... [2022-03-16T19:17:22.518Z] Setting up python3-minimal (3.8.2-0ubuntu2) ... [2022-03-16T19:17:22.779Z] Selecting previously unselected package python3. [2022-03-16T19:17:22.779Z] (Reading database ... 13761 files and directories currently installed.) [2022-03-16T19:17:22.779Z] Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ... [2022-03-16T19:17:22.779Z] Unpacking python3 (3.8.2-0ubuntu2) ... [2022-03-16T19:17:22.779Z] Selecting previously unselected package libdbus-1-3:amd64. [2022-03-16T19:17:22.779Z] Preparing to unpack .../01-libdbus-1-3_1.12.16-2ubuntu2.1_amd64.deb ... [2022-03-16T19:17:22.779Z] Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... [2022-03-16T19:17:22.779Z] Selecting previously unselected package dbus. [2022-03-16T19:17:22.779Z] Preparing to unpack .../02-dbus_1.12.16-2ubuntu2.1_amd64.deb ... [2022-03-16T19:17:22.779Z] Unpacking dbus (1.12.16-2ubuntu2.1) ... [2022-03-16T19:17:23.040Z] Selecting previously unselected package libbsd0:amd64. [2022-03-16T19:17:23.040Z] Preparing to unpack .../03-libbsd0_0.10.0-1_amd64.deb ... [2022-03-16T19:17:23.040Z] Unpacking libbsd0:amd64 (0.10.0-1) ... [2022-03-16T19:17:23.040Z] Selecting previously unselected package libpam-systemd:amd64. [2022-03-16T19:17:23.040Z] Preparing to unpack .../04-libpam-systemd_245.4-4ubuntu3.15_amd64.deb ... [2022-03-16T19:17:23.040Z] Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.15) ... [2022-03-16T19:17:23.040Z] Selecting previously unselected package sudo. [2022-03-16T19:17:23.040Z] Preparing to unpack .../05-sudo_1.8.31-1ubuntu1.2_amd64.deb ... [2022-03-16T19:17:23.040Z] Unpacking sudo (1.8.31-1ubuntu1.2) ... [2022-03-16T19:17:23.300Z] Selecting previously unselected package apparmor. [2022-03-16T19:17:23.300Z] Preparing to unpack .../06-apparmor_2.13.3-7ubuntu5.1_amd64.deb ... [2022-03-16T19:17:23.300Z] Unpacking apparmor (2.13.3-7ubuntu5.1) ... [2022-03-16T19:17:23.300Z] Selecting previously unselected package libcbor0.6:amd64. [2022-03-16T19:17:23.300Z] Preparing to unpack .../07-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ... [2022-03-16T19:17:23.300Z] Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ... [2022-03-16T19:17:23.300Z] Selecting previously unselected package libedit2:amd64. [2022-03-16T19:17:23.300Z] Preparing to unpack .../08-libedit2_3.1-20191231-1_amd64.deb ... [2022-03-16T19:17:23.300Z] Unpacking libedit2:amd64 (3.1-20191231-1) ... [2022-03-16T19:17:23.300Z] Selecting previously unselected package libfido2-1:amd64. [2022-03-16T19:17:23.300Z] Preparing to unpack .../09-libfido2-1_1.3.1-1ubuntu2_amd64.deb ... [2022-03-16T19:17:23.300Z] Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ... [2022-03-16T19:17:23.561Z] Selecting previously unselected package libkrb5support0:amd64. [2022-03-16T19:17:23.561Z] Preparing to unpack .../10-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ... [2022-03-16T19:17:23.561Z] Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ... [2022-03-16T19:17:23.561Z] Selecting previously unselected package libk5crypto3:amd64. [2022-03-16T19:17:23.561Z] Preparing to unpack .../11-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ... [2022-03-16T19:17:23.561Z] Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ... [2022-03-16T19:17:23.561Z] Selecting previously unselected package libkeyutils1:amd64. [2022-03-16T19:17:23.561Z] Preparing to unpack .../12-libkeyutils1_1.6-6ubuntu1_amd64.deb ... [2022-03-16T19:17:23.561Z] Unpacking libkeyutils1:amd64 (1.6-6ubuntu1) ... [2022-03-16T19:17:23.561Z] Selecting previously unselected package libkrb5-3:amd64. [2022-03-16T19:17:23.561Z] Preparing to unpack .../13-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ... [2022-03-16T19:17:23.561Z] Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ... [2022-03-16T19:17:23.561Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2022-03-16T19:17:23.561Z] Preparing to unpack .../14-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ... [2022-03-16T19:17:23.561Z] Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... [2022-03-16T19:17:23.821Z] Selecting previously unselected package openssh-client. [2022-03-16T19:17:23.821Z] Preparing to unpack .../15-openssh-client_1%3a8.2p1-4ubuntu0.4_amd64.deb ... [2022-03-16T19:17:23.821Z] Unpacking openssh-client (1:8.2p1-4ubuntu0.4) ... [2022-03-16T19:17:23.821Z] Selecting previously unselected package dbus-user-session. [2022-03-16T19:17:23.821Z] Preparing to unpack .../16-dbus-user-session_1.12.16-2ubuntu2.1_amd64.deb ... [2022-03-16T19:17:23.821Z] Unpacking dbus-user-session (1.12.16-2ubuntu2.1) ... [2022-03-16T19:17:23.821Z] Selecting previously unselected package liblzo2-2:amd64. [2022-03-16T19:17:23.821Z] Preparing to unpack .../17-liblzo2-2_2.10-2_amd64.deb ... [2022-03-16T19:17:23.821Z] Unpacking liblzo2-2:amd64 (2.10-2) ... [2022-03-16T19:17:23.821Z] Selecting previously unselected package squashfs-tools. [2022-03-16T19:17:23.821Z] Preparing to unpack .../18-squashfs-tools_1%3a4.4-1ubuntu0.3_amd64.deb ... [2022-03-16T19:17:23.821Z] Unpacking squashfs-tools (1:4.4-1ubuntu0.3) ... [2022-03-16T19:17:24.081Z] Selecting previously unselected package snapd. [2022-03-16T19:17:24.081Z] Preparing to unpack .../19-snapd_2.54.3+20.04.1ubuntu0.2_amd64.deb ... [2022-03-16T19:17:24.081Z] Unpacking snapd (2.54.3+20.04.1ubuntu0.2) ... [2022-03-16T19:17:27.382Z] Setting up libkeyutils1:amd64 (1.6-6ubuntu1) ... [2022-03-16T19:17:27.382Z] Setting up mime-support (3.64ubuntu1) ... [2022-03-16T19:17:27.382Z] Setting up liblzo2-2:amd64 (2.10-2) ... [2022-03-16T19:17:27.382Z] Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ... [2022-03-16T19:17:27.382Z] Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ... [2022-03-16T19:17:27.382Z] Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... [2022-03-16T19:17:27.382Z] Setting up dbus (1.12.16-2ubuntu2.1) ... [2022-03-16T19:17:27.382Z] Setting up sudo (1.8.31-1ubuntu1.2) ... [2022-03-16T19:17:27.382Z] Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ... [2022-03-16T19:17:27.382Z] Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ... [2022-03-16T19:17:27.382Z] Setting up libmpdec2:amd64 (2.4.2-3) ... [2022-03-16T19:17:27.382Z] Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.2) ... [2022-03-16T19:17:27.382Z] Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ... [2022-03-16T19:17:27.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.273s coverage: 94.4% of statements [2022-03-16T19:17:27.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.184s coverage: 44.8% of statements [2022-03-16T19:17:27.643Z] Setting up python3.8 (3.8.10-0ubuntu1~20.04.2) ... [2022-03-16T19:17:28.220Z] Setting up libbsd0:amd64 (0.10.0-1) ... [2022-03-16T19:17:28.220Z] Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... [2022-03-16T19:17:28.220Z] Setting up squashfs-tools (1:4.4-1ubuntu0.3) ... [2022-03-16T19:17:28.220Z] Setting up libedit2:amd64 (3.1-20191231-1) ... [2022-03-16T19:17:28.220Z] Setting up python3 (3.8.2-0ubuntu2) ... [2022-03-16T19:17:28.220Z] running python rtupdate hooks for python3.8... [2022-03-16T19:17:28.220Z] running python post-rtupdate hooks for python3.8... [2022-03-16T19:17:28.220Z] Setting up apparmor (2.13.3-7ubuntu5.1) ... [2022-03-16T19:17:29.160Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2022-03-16T19:17:29.424Z] Reloading AppArmor profiles [2022-03-16T19:17:29.424Z] Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... [2022-03-16T19:17:29.424Z] Setting up openssh-client (1:8.2p1-4ubuntu0.4) ... [2022-03-16T19:17:29.424Z] Setting up systemd-timesyncd (245.4-4ubuntu3.15) ... [2022-03-16T19:17:29.685Z] /usr/sbin/policy-rc.d returned 101, not running 'restart systemd-timesyncd.service' [2022-03-16T19:17:29.685Z] Setting up systemd (245.4-4ubuntu3.15) ... [2022-03-16T19:17:29.685Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2022-03-16T19:17:29.685Z] Installing new version of config file /etc/systemd/resolved.conf ... [2022-03-16T19:17:31.597Z] Setting up systemd-sysv (245.4-4ubuntu3.15) ... [2022-03-16T19:17:31.597Z] Setting up libpam-systemd:amd64 (245.4-4ubuntu3.15) ... [2022-03-16T19:17:31.597Z] Setting up dbus-user-session (1.12.16-2ubuntu2.1) ... [2022-03-16T19:17:31.597Z] Setting up snapd (2.54.3+20.04.1ubuntu0.2) ... [2022-03-16T19:17:31.858Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2022-03-16T19:17:31.922Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.674s coverage: 82.5% of statements [2022-03-16T19:17:31.922Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-03-16T19:17:32.125Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2022-03-16T19:17:32.386Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2022-03-16T19:17:32.386Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2022-03-16T19:17:32.645Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-03-16T19:17:32.645Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-03-16T19:17:32.907Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2022-03-16T19:17:33.167Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2022-03-16T19:17:33.429Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2022-03-16T19:17:33.690Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2022-03-16T19:17:33.954Z] /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' [2022-03-16T19:17:33.954Z] Processing triggers for libc-bin (2.31-0ubuntu9) ... [2022-03-16T19:17:34.901Z] Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease [2022-03-16T19:17:34.901Z] Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease [2022-03-16T19:17:34.901Z] Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [2022-03-16T19:17:36.101Z] Reading package lists... [2022-03-16T19:17:36.101Z] Reading package lists... [2022-03-16T19:17:36.361Z] Building dependency tree... [2022-03-16T19:17:36.361Z] Reading state information... [2022-03-16T19:17:36.361Z] Calculating upgrade... [2022-03-16T19:17:36.622Z] The following packages will be upgraded: [2022-03-16T19:17:36.622Z] apt base-files bash binutils binutils-common binutils-x86-64-linux-gnu [2022-03-16T19:17:36.622Z] bsdutils build-essential ca-certificates cpp-9 fdisk g++-9 gcc-10-base gcc-9 [2022-03-16T19:17:36.622Z] gcc-9-base gpgv libapparmor1 libapt-pkg6.0 libasan5 libatomic1 libbinutils [2022-03-16T19:17:36.622Z] libblkid1 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcryptsetup12 [2022-03-16T19:17:36.622Z] libctf-nobfd0 libctf0 libfdisk1 libgcc-9-dev libgcc-s1 libgcrypt20 [2022-03-16T19:17:36.622Z] libgnutls30 libgomp1 libhogweed5 libitm1 libjson-c4 liblsan0 liblz4-1 [2022-03-16T19:17:36.622Z] liblzma5 libmount1 libnettle7 libp11-kit0 libpam-modules libpam-modules-bin [2022-03-16T19:17:36.622Z] libpam-runtime libpam0g libperl5.30 libprocps8 libquadmath0 libseccomp2 [2022-03-16T19:17:36.622Z] libsmartcols1 libsqlite3-0 libssl1.1 libstdc++-9-dev libstdc++6 libtsan0 [2022-03-16T19:17:36.622Z] libubsan1 libuuid1 libzstd1 linux-libc-dev login mount openssl passwd perl [2022-03-16T19:17:36.622Z] perl-base perl-modules-5.30 procps tar tzdata ubuntu-keyring util-linux [2022-03-16T19:17:36.622Z] xz-utils zlib1g [2022-03-16T19:17:36.622Z] 77 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2022-03-16T19:17:36.622Z] Need to get 65.7 MB of archives. [2022-03-16T19:17:36.622Z] After this operation, 27.5 MB of additional disk space will be used. [2022-03-16T19:17:36.622Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc6-dev amd64 2.31-0ubuntu9.7 [2518 kB] [2022-03-16T19:17:36.883Z] Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 base-files amd64 11ubuntu5.5 [60.5 kB] [2022-03-16T19:17:36.883Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.7 [71.6 kB] [2022-03-16T19:17:36.883Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 linux-libc-dev amd64 5.4.0-104.118 [1117 kB] [2022-03-16T19:17:36.883Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB] [2022-03-16T19:17:36.883Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB] [2022-03-16T19:17:36.883Z] Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB] [2022-03-16T19:17:36.883Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB] [2022-03-16T19:17:36.883Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB] [2022-03-16T19:17:36.883Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB] [2022-03-16T19:17:36.883Z] Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-10-base amd64 10.3.0-1ubuntu1~20.04 [20.2 kB] [2022-03-16T19:17:36.883Z] Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-s1 amd64 10.3.0-1ubuntu1~20.04 [41.8 kB] [2022-03-16T19:17:36.883Z] Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB] [2022-03-16T19:17:36.883Z] Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B] [2022-03-16T19:17:36.883Z] Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++6 amd64 10.3.0-1ubuntu1~20.04 [501 kB] [2022-03-16T19:17:36.883Z] Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc6 amd64 2.31-0ubuntu9.7 [2714 kB] [2022-03-16T19:17:36.883Z] Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 bsdutils amd64 1:2.34-0.1ubuntu9.3 [63.0 kB] [2022-03-16T19:17:36.883Z] Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB] [2022-03-16T19:17:36.883Z] Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB] [2022-03-16T19:17:36.883Z] Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-base amd64 5.30.0-9ubuntu0.2 [1513 kB] [2022-03-16T19:17:36.883Z] Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB] [2022-03-16T19:17:36.883Z] Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.2 [240 kB] [2022-03-16T19:17:36.883Z] Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 libblkid1 amd64 2.34-0.1ubuntu9.3 [136 kB] [2022-03-16T19:17:36.883Z] Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 [19.9 kB] [2022-03-16T19:17:36.883Z] Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 libfdisk1 amd64 2.34-0.1ubuntu9.3 [175 kB] [2022-03-16T19:17:36.883Z] Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 libmount1 amd64 2.34-0.1ubuntu9.3 [149 kB] [2022-03-16T19:17:36.883Z] Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsmartcols1 amd64 2.34-0.1ubuntu9.3 [100 kB] [2022-03-16T19:17:36.883Z] Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 fdisk amd64 2.34-0.1ubuntu9.3 [120 kB] [2022-03-16T19:17:36.883Z] Get:29 http://security.ubuntu.com/ubuntu focal-security/main amd64 util-linux amd64 2.34-0.1ubuntu9.3 [1021 kB] [2022-03-16T19:17:36.883Z] Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 libc-bin amd64 2.31-0ubuntu9.7 [636 kB] [2022-03-16T19:17:36.883Z] Get:31 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcrypt20 amd64 1.8.5-5ubuntu1.1 [420 kB] [2022-03-16T19:17:36.883Z] Get:32 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblz4-1 amd64 1.9.2-2ubuntu0.20.04.1 [56.1 kB] [2022-03-16T19:17:36.883Z] Get:33 http://security.ubuntu.com/ubuntu focal-security/main amd64 libzstd1 amd64 1.4.4+dfsg-3ubuntu0.1 [237 kB] [2022-03-16T19:17:36.883Z] Get:34 http://security.ubuntu.com/ubuntu focal-security/main amd64 libnettle7 amd64 3.5.1+really3.5.1-2ubuntu0.2 [115 kB] [2022-03-16T19:17:37.143Z] Get:35 http://security.ubuntu.com/ubuntu focal-security/main amd64 libhogweed5 amd64 3.5.1+really3.5.1-2ubuntu0.2 [138 kB] [2022-03-16T19:17:37.143Z] Get:36 http://security.ubuntu.com/ubuntu focal-security/main amd64 libp11-kit0 amd64 0.23.20-1ubuntu0.1 [188 kB] [2022-03-16T19:17:37.143Z] Get:37 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgnutls30 amd64 3.6.13-2ubuntu1.6 [828 kB] [2022-03-16T19:17:37.143Z] Get:38 http://security.ubuntu.com/ubuntu focal-security/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~20.04.2 [42.5 kB] [2022-03-16T19:17:37.143Z] Get:39 http://security.ubuntu.com/ubuntu focal-security/main amd64 mount amd64 2.34-0.1ubuntu9.3 [115 kB] [2022-03-16T19:17:37.143Z] Get:40 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.12 [1322 kB] [2022-03-16T19:17:37.143Z] Get:41 http://security.ubuntu.com/ubuntu focal-security/main amd64 openssl amd64 1.1.1f-1ubuntu2.12 [620 kB] [2022-03-16T19:17:37.143Z] Get:42 http://security.ubuntu.com/ubuntu focal-security/main amd64 ca-certificates all 20210119~20.04.2 [145 kB] [2022-03-16T19:17:37.143Z] Get:43 http://security.ubuntu.com/ubuntu focal-security/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB] [2022-03-16T19:17:37.143Z] Get:44 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.4 [166 kB] [2022-03-16T19:17:37.143Z] Get:45 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB] [2022-03-16T19:17:37.143Z] Get:46 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 bash amd64 5.0-6ubuntu1.1 [638 kB] [2022-03-16T19:17:37.144Z] Get:47 http://security.ubuntu.com/ubuntu focal-security/main amd64 tzdata all 2021e-0ubuntu0.20.04 [295 kB] [2022-03-16T19:17:37.144Z] Get:48 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf0 amd64 2.34-6ubuntu1.3 [46.6 kB] [2022-03-16T19:17:37.144Z] Get:49 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.3 [1613 kB] [2022-03-16T19:17:37.144Z] Get:50 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbinutils amd64 2.34-6ubuntu1.3 [474 kB] [2022-03-16T19:17:37.144Z] Get:51 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils amd64 2.34-6ubuntu1.3 [3380 B] [2022-03-16T19:17:37.144Z] Get:52 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-common amd64 2.34-6ubuntu1.3 [207 kB] [2022-03-16T19:17:37.144Z] Get:53 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.3 [47.4 kB] [2022-03-16T19:17:37.144Z] Get:54 http://security.ubuntu.com/ubuntu focal-security/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04 [2752 kB] [2022-03-16T19:17:37.144Z] Get:55 http://security.ubuntu.com/ubuntu focal-security/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04 [8421 kB] [2022-03-16T19:17:37.144Z] Get:56 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04 [8275 kB] [2022-03-16T19:17:37.144Z] Get:57 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04 [1722 kB] [2022-03-16T19:17:37.405Z] Get:58 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04 [2360 kB] [2022-03-16T19:17:37.405Z] Get:59 http://security.ubuntu.com/ubuntu focal-security/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04 [7501 kB] [2022-03-16T19:17:37.405Z] Get:60 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04 [19.4 kB] [2022-03-16T19:17:37.405Z] Get:61 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 login amd64 1:4.8.1-1ubuntu5.20.04.1 [220 kB] [2022-03-16T19:17:37.405Z] Get:62 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 zlib1g amd64 1:1.2.11.dfsg-2ubuntu1.2 [53.6 kB] [2022-03-16T19:17:37.405Z] Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblzma5 amd64 5.2.4-1ubuntu1 [91.7 kB] [2022-03-16T19:17:37.405Z] Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapt-pkg6.0 amd64 2.0.6 [835 kB] [2022-03-16T19:17:37.405Z] Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgv amd64 2.2.19-3ubuntu2.1 [199 kB] [2022-03-16T19:17:37.405Z] Get:66 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ubuntu-keyring all 2020.02.11.4 [22.1 kB] [2022-03-16T19:17:37.405Z] Get:67 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apt amd64 2.0.6 [1296 kB] [2022-03-16T19:17:37.664Z] Get:68 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam0g amd64 1.3.1-5ubuntu4.3 [55.4 kB] [2022-03-16T19:17:37.664Z] Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules-bin amd64 1.3.1-5ubuntu4.3 [41.2 kB] [2022-03-16T19:17:37.664Z] Get:70 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules amd64 1.3.1-5ubuntu4.3 [260 kB] [2022-03-16T19:17:37.664Z] Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-runtime all 1.3.1-5ubuntu4.3 [37.3 kB] [2022-03-16T19:17:37.664Z] Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 passwd amd64 1:4.8.1-1ubuntu5.20.04.1 [799 kB] [2022-03-16T19:17:37.664Z] Get:73 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libprocps8 amd64 2:3.3.16-1ubuntu2.3 [33.0 kB] [2022-03-16T19:17:37.664Z] Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 procps amd64 2:3.3.16-1ubuntu2.3 [233 kB] [2022-03-16T19:17:37.664Z] Get:75 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.1 [34.1 kB] [2022-03-16T19:17:37.664Z] Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1 [82.5 kB] [2022-03-16T19:17:37.664Z] Get:77 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] [2022-03-16T19:17:38.236Z] debconf: delaying package configuration, since apt-utils is not installed [2022-03-16T19:17:38.236Z] Fetched 65.7 MB in 1s (57.3 MB/s) [2022-03-16T19:17:38.236Z] (Reading database ... 14313 files and directories currently installed.) [2022-03-16T19:17:38.236Z] Preparing to unpack .../0-libc6-dev_2.31-0ubuntu9.7_amd64.deb ... [2022-03-16T19:17:38.236Z] Unpacking libc6-dev:amd64 (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-03-16T19:17:38.497Z] Preparing to unpack .../1-libc-dev-bin_2.31-0ubuntu9.7_amd64.deb ... [2022-03-16T19:17:38.497Z] Unpacking libc-dev-bin (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-03-16T19:17:38.497Z] Preparing to unpack .../2-linux-libc-dev_5.4.0-104.118_amd64.deb ... [2022-03-16T19:17:38.497Z] Unpacking linux-libc-dev:amd64 (5.4.0-104.118) over (5.4.0-26.30) ... [2022-03-16T19:17:38.757Z] Preparing to unpack .../3-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-16T19:17:38.757Z] Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-16T19:17:39.021Z] Preparing to unpack .../4-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-16T19:17:39.021Z] Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-16T19:17:39.282Z] Preparing to unpack .../5-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-16T19:17:39.282Z] Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-16T19:17:39.282Z] Preparing to unpack .../6-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-16T19:17:39.282Z] Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-16T19:17:39.543Z] Preparing to unpack .../7-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-16T19:17:39.543Z] Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-16T19:17:39.543Z] Preparing to unpack .../8-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-16T19:17:39.544Z] Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-16T19:17:39.544Z] Preparing to unpack .../9-gcc-10-base_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-16T19:17:39.544Z] Unpacking gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-16T19:17:39.544Z] Setting up gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-16T19:17:39.544Z] (Reading database ... 14312 files and directories currently installed.) [2022-03-16T19:17:39.544Z] Preparing to unpack .../libgcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-16T19:17:39.544Z] Unpacking libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-16T19:17:39.803Z] Setting up libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-16T19:17:39.803Z] (Reading database ... 14312 files and directories currently installed.) [2022-03-16T19:17:39.803Z] Preparing to unpack .../libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-16T19:17:39.803Z] Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-16T19:17:39.803Z] Preparing to unpack .../libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-16T19:17:39.803Z] Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-16T19:17:39.803Z] Preparing to unpack .../libstdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-03-16T19:17:39.803Z] Unpacking libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-03-16T19:17:40.064Z] Setting up libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-16T19:17:40.064Z] (Reading database ... 14312 files and directories currently installed.) [2022-03-16T19:17:40.064Z] Preparing to unpack .../libc6_2.31-0ubuntu9.7_amd64.deb ... [2022-03-16T19:17:40.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.285s coverage: 92.9% of statements [2022-03-16T19:17:40.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-03-16T19:17:40.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-03-16T19:17:40.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-03-16T19:17:40.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.059s coverage: 65.1% of statements [2022-03-16T19:17:40.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-03-16T19:17:40.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-03-16T19:17:40.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-03-16T19:17:40.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-03-16T19:17:40.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-03-16T19:17:40.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.211s coverage: 87.2% of statements [2022-03-16T19:17:40.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-03-16T19:17:40.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-03-16T19:17:40.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.185s coverage: 100.0% of statements [2022-03-16T19:17:40.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-03-16T19:17:40.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.270s coverage: 58.8% of statements [2022-03-16T19:17:40.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-03-16T19:17:40.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.295s coverage: 80.0% of statements [2022-03-16T19:17:40.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.365s coverage: 87.2% of statements [2022-03-16T19:17:40.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.300s coverage: 85.4% of statements [2022-03-16T19:17:40.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.886s coverage: 91.2% of statements [2022-03-16T19:17:40.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-03-16T19:17:40.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.886s coverage: 64.4% of statements [2022-03-16T19:17:40.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-03-16T19:17:40.256Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-03-16T19:17:40.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.204s coverage: 100.0% of statements [2022-03-16T19:17:40.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.149s coverage: 89.4% of statements [2022-03-16T19:17:40.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.075s coverage: 100.0% of statements [2022-03-16T19:17:40.324Z] Unpacking libc6:amd64 (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-03-16T19:17:40.588Z] Setting up libc6:amd64 (2.31-0ubuntu9.7) ... [2022-03-16T19:17:40.849Z] (Reading database ... 14312 files and directories currently installed.) [2022-03-16T19:17:40.849Z] Preparing to unpack .../base-files_11ubuntu5.5_amd64.deb ... [2022-03-16T19:17:40.849Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2022-03-16T19:17:40.849Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2022-03-16T19:17:40.849Z] Unpacking base-files (11ubuntu5.5) over (11ubuntu5) ... [2022-03-16T19:17:41.110Z] Setting up base-files (11ubuntu5.5) ... [2022-03-16T19:17:41.110Z] Installing new version of config file /etc/issue ... [2022-03-16T19:17:41.110Z] Installing new version of config file /etc/issue.net ... [2022-03-16T19:17:41.110Z] Installing new version of config file /etc/lsb-release ... [2022-03-16T19:17:41.110Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2022-03-16T19:17:41.372Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2022-03-16T19:17:41.632Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2022-03-16T19:17:41.632Z] Removing obsolete conffile /etc/default/motd-news ... [2022-03-16T19:17:41.632Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:41.632Z] Preparing to unpack .../bash_5.0-6ubuntu1.1_amd64.deb ... [2022-03-16T19:17:41.632Z] Unpacking bash (5.0-6ubuntu1.1) over (5.0-6ubuntu1) ... [2022-03-16T19:17:41.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.092s coverage: 73.7% of statements [2022-03-16T19:17:41.702Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements [2022-03-16T19:17:41.894Z] Setting up bash (5.0-6ubuntu1.1) ... [2022-03-16T19:17:41.894Z] 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 [2022-03-16T19:17:41.894Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:41.894Z] Preparing to unpack .../bsdutils_1%3a2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-16T19:17:41.894Z] Unpacking bsdutils (1:2.34-0.1ubuntu9.3) over (1:2.34-0.1ubuntu9) ... [2022-03-16T19:17:41.894Z] Setting up bsdutils (1:2.34-0.1ubuntu9.3) ... [2022-03-16T19:17:42.155Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:42.155Z] Preparing to unpack .../login_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... [2022-03-16T19:17:42.155Z] Unpacking login (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... [2022-03-16T19:17:42.155Z] Setting up login (1:4.8.1-1ubuntu5.20.04.1) ... [2022-03-16T19:17:42.155Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:42.155Z] Preparing to unpack .../libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ... [2022-03-16T19:17:42.155Z] Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-03-16T19:17:42.726Z] Preparing to unpack .../perl_5.30.0-9ubuntu0.2_amd64.deb ... [2022-03-16T19:17:42.726Z] Unpacking perl (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-03-16T19:17:42.726Z] Preparing to unpack .../perl-base_5.30.0-9ubuntu0.2_amd64.deb ... [2022-03-16T19:17:42.726Z] Unpacking perl-base (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-03-16T19:17:42.986Z] Setting up perl-base (5.30.0-9ubuntu0.2) ... [2022-03-16T19:17:43.247Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:43.247Z] Preparing to unpack .../perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ... [2022-03-16T19:17:43.247Z] Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-03-16T19:17:43.508Z] Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-2ubuntu1.2_amd64.deb ... [2022-03-16T19:17:43.508Z] Unpacking zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.2) over (1:1.2.11.dfsg-2ubuntu1) ... [2022-03-16T19:17:43.508Z] Setting up zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.2) ... [2022-03-16T19:17:43.508Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:43.508Z] Preparing to unpack .../tar_1.30+dfsg-7ubuntu0.20.04.2_amd64.deb ... [2022-03-16T19:17:43.508Z] Unpacking tar (1.30+dfsg-7ubuntu0.20.04.2) over (1.30+dfsg-7) ... [2022-03-16T19:17:43.770Z] Setting up tar (1.30+dfsg-7ubuntu0.20.04.2) ... [2022-03-16T19:17:43.770Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:43.770Z] Preparing to unpack .../libblkid1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-16T19:17:43.770Z] Unpacking libblkid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-16T19:17:43.770Z] Setting up libblkid1:amd64 (2.34-0.1ubuntu9.3) ... [2022-03-16T19:17:43.770Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:43.770Z] Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-16T19:17:43.770Z] Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-16T19:17:44.032Z] Setting up libuuid1:amd64 (2.34-0.1ubuntu9.3) ... [2022-03-16T19:17:44.032Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:44.032Z] Preparing to unpack .../libfdisk1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-16T19:17:44.032Z] Unpacking libfdisk1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-16T19:17:44.032Z] Preparing to unpack .../libmount1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-16T19:17:44.032Z] Unpacking libmount1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-16T19:17:44.032Z] Setting up libmount1:amd64 (2.34-0.1ubuntu9.3) ... [2022-03-16T19:17:44.032Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:44.032Z] Preparing to unpack .../libsmartcols1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-16T19:17:44.294Z] Unpacking libsmartcols1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-16T19:17:44.294Z] Setting up libsmartcols1:amd64 (2.34-0.1ubuntu9.3) ... [2022-03-16T19:17:44.294Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:44.294Z] Preparing to unpack .../fdisk_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-16T19:17:44.294Z] Unpacking fdisk (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-16T19:17:44.294Z] Preparing to unpack .../util-linux_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-16T19:17:44.294Z] Unpacking util-linux (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-16T19:17:44.865Z] Setting up util-linux (2.34-0.1ubuntu9.3) ... [2022-03-16T19:17:45.125Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2022-03-16T19:17:45.386Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2022-03-16T19:17:45.386Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:45.386Z] Preparing to unpack .../libc-bin_2.31-0ubuntu9.7_amd64.deb ... [2022-03-16T19:17:45.386Z] Unpacking libc-bin (2.31-0ubuntu9.7) over (2.31-0ubuntu9) ... [2022-03-16T19:17:45.646Z] Setting up libc-bin (2.31-0ubuntu9.7) ... [2022-03-16T19:17:45.646Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:45.646Z] Preparing to unpack .../libgcrypt20_1.8.5-5ubuntu1.1_amd64.deb ... [2022-03-16T19:17:45.646Z] Unpacking libgcrypt20:amd64 (1.8.5-5ubuntu1.1) over (1.8.5-5ubuntu1) ... [2022-03-16T19:17:45.906Z] Setting up libgcrypt20:amd64 (1.8.5-5ubuntu1.1) ... [2022-03-16T19:17:45.906Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:45.906Z] Preparing to unpack .../liblz4-1_1.9.2-2ubuntu0.20.04.1_amd64.deb ... [2022-03-16T19:17:45.906Z] Unpacking liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) over (1.9.2-2) ... [2022-03-16T19:17:45.906Z] Setting up liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) ... [2022-03-16T19:17:45.906Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:45.906Z] Preparing to unpack .../liblzma5_5.2.4-1ubuntu1_amd64.deb ... [2022-03-16T19:17:45.906Z] Unpacking liblzma5:amd64 (5.2.4-1ubuntu1) over (5.2.4-1) ... [2022-03-16T19:17:46.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.332s coverage: 65.4% of statements [2022-03-16T19:17:46.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-03-16T19:17:46.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-03-16T19:17:46.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-03-16T19:17:46.168Z] Setting up liblzma5:amd64 (5.2.4-1ubuntu1) ... [2022-03-16T19:17:46.168Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:46.168Z] Preparing to unpack .../libzstd1_1.4.4+dfsg-3ubuntu0.1_amd64.deb ... [2022-03-16T19:17:46.168Z] Unpacking libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) over (1.4.4+dfsg-3) ... [2022-03-16T19:17:46.168Z] Setting up libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) ... [2022-03-16T19:17:46.168Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:46.168Z] Preparing to unpack .../libapt-pkg6.0_2.0.6_amd64.deb ... [2022-03-16T19:17:46.168Z] Unpacking libapt-pkg6.0:amd64 (2.0.6) over (2.0.2) ... [2022-03-16T19:17:46.429Z] Setting up libapt-pkg6.0:amd64 (2.0.6) ... [2022-03-16T19:17:46.429Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:46.429Z] Preparing to unpack .../gpgv_2.2.19-3ubuntu2.1_amd64.deb ... [2022-03-16T19:17:46.429Z] Unpacking gpgv (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-03-16T19:17:46.429Z] Setting up gpgv (2.2.19-3ubuntu2.1) ... [2022-03-16T19:17:46.689Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:46.689Z] Preparing to unpack .../ubuntu-keyring_2020.02.11.4_all.deb ... [2022-03-16T19:17:46.689Z] Unpacking ubuntu-keyring (2020.02.11.4) over (2020.02.11.2) ... [2022-03-16T19:17:46.689Z] Setting up ubuntu-keyring (2020.02.11.4) ... [2022-03-16T19:17:46.689Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:46.689Z] Preparing to unpack .../libnettle7_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... [2022-03-16T19:17:46.689Z] Unpacking libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... [2022-03-16T19:17:46.689Z] Setting up libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... [2022-03-16T19:17:46.950Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:46.950Z] Preparing to unpack .../libhogweed5_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... [2022-03-16T19:17:46.950Z] Unpacking libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... [2022-03-16T19:17:46.950Z] Setting up libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... [2022-03-16T19:17:46.950Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:46.950Z] Preparing to unpack .../libp11-kit0_0.23.20-1ubuntu0.1_amd64.deb ... [2022-03-16T19:17:46.950Z] Unpacking libp11-kit0:amd64 (0.23.20-1ubuntu0.1) over (0.23.20-1build1) ... [2022-03-16T19:17:46.950Z] Setting up libp11-kit0:amd64 (0.23.20-1ubuntu0.1) ... [2022-03-16T19:17:47.211Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:47.211Z] Preparing to unpack .../libgnutls30_3.6.13-2ubuntu1.6_amd64.deb ... [2022-03-16T19:17:47.211Z] Unpacking libgnutls30:amd64 (3.6.13-2ubuntu1.6) over (3.6.13-2ubuntu1) ... [2022-03-16T19:17:47.211Z] Setting up libgnutls30:amd64 (3.6.13-2ubuntu1.6) ... [2022-03-16T19:17:47.211Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:47.211Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~20.04.2_amd64.deb ... [2022-03-16T19:17:47.211Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) over (2.4.3-1ubuntu1) ... [2022-03-16T19:17:47.211Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) ... [2022-03-16T19:17:47.472Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:47.472Z] Preparing to unpack .../archives/apt_2.0.6_amd64.deb ... [2022-03-16T19:17:47.472Z] Unpacking apt (2.0.6) over (2.0.2) ... [2022-03-16T19:17:48.042Z] Setting up apt (2.0.6) ... [2022-03-16T19:17:48.303Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2022-03-16T19:17:48.303Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:48.303Z] Preparing to unpack .../libpam0g_1.3.1-5ubuntu4.3_amd64.deb ... [2022-03-16T19:17:48.303Z] Unpacking libpam0g:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-03-16T19:17:48.566Z] Setting up libpam0g:amd64 (1.3.1-5ubuntu4.3) ... [2022-03-16T19:17:48.566Z] (Reading database ... 14311 files and directories currently installed.) [2022-03-16T19:17:48.566Z] Preparing to unpack .../libpam-modules-bin_1.3.1-5ubuntu4.3_amd64.deb ... [2022-03-16T19:17:48.566Z] Unpacking libpam-modules-bin (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-03-16T19:17:48.566Z] Setting up libpam-modules-bin (1.3.1-5ubuntu4.3) ... [2022-03-16T19:17:48.566Z] (Reading database ... 14313 files and directories currently installed.) [2022-03-16T19:17:48.566Z] Preparing to unpack .../libpam-modules_1.3.1-5ubuntu4.3_amd64.deb ... [2022-03-16T19:17:48.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.783s coverage: 43.8% of statements [2022-03-16T19:17:48.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-03-16T19:17:48.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-03-16T19:17:48.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.270s coverage: 89.5% of statements [2022-03-16T19:17:48.665Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-03-16T19:17:48.665Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.235s coverage: 84.8% of statements [2022-03-16T19:17:48.665Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-03-16T19:17:48.828Z] Unpacking libpam-modules:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-03-16T19:17:48.828Z] Setting up libpam-modules:amd64 (1.3.1-5ubuntu4.3) ... [2022-03-16T19:17:48.828Z] (Reading database ... 14317 files and directories currently installed.) [2022-03-16T19:17:48.828Z] Preparing to unpack .../mount_2.34-0.1ubuntu9.3_amd64.deb ... [2022-03-16T19:17:48.828Z] Unpacking mount (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-03-16T19:17:49.089Z] Preparing to unpack .../libpam-runtime_1.3.1-5ubuntu4.3_all.deb ... [2022-03-16T19:17:49.089Z] Unpacking libpam-runtime (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-03-16T19:17:49.089Z] Setting up libpam-runtime (1.3.1-5ubuntu4.3) ... [2022-03-16T19:17:49.352Z] (Reading database ... 14317 files and directories currently installed.) [2022-03-16T19:17:49.352Z] Preparing to unpack .../passwd_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... [2022-03-16T19:17:49.352Z] Unpacking passwd (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... [2022-03-16T19:17:49.352Z] Setting up passwd (1:4.8.1-1ubuntu5.20.04.1) ... [2022-03-16T19:17:49.617Z] (Reading database ... 14317 files and directories currently installed.) [2022-03-16T19:17:49.617Z] Preparing to unpack .../00-libprocps8_2%3a3.3.16-1ubuntu2.3_amd64.deb ... [2022-03-16T19:17:49.617Z] Unpacking libprocps8:amd64 (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... [2022-03-16T19:17:49.617Z] Preparing to unpack .../01-procps_2%3a3.3.16-1ubuntu2.3_amd64.deb ... [2022-03-16T19:17:49.617Z] Unpacking procps (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... [2022-03-16T19:17:49.617Z] Preparing to unpack .../02-libssl1.1_1.1.1f-1ubuntu2.12_amd64.deb ... [2022-03-16T19:17:49.878Z] Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.12) over (1.1.1f-1ubuntu2) ... [2022-03-16T19:17:49.878Z] Preparing to unpack .../03-openssl_1.1.1f-1ubuntu2.12_amd64.deb ... [2022-03-16T19:17:49.878Z] Unpacking openssl (1.1.1f-1ubuntu2.12) over (1.1.1f-1ubuntu2) ... [2022-03-16T19:17:50.142Z] Preparing to unpack .../04-ca-certificates_20210119~20.04.2_all.deb ... [2022-03-16T19:17:50.142Z] Unpacking ca-certificates (20210119~20.04.2) over (20190110ubuntu1) ... [2022-03-16T19:17:50.142Z] Preparing to unpack .../05-libapparmor1_2.13.3-7ubuntu5.1_amd64.deb ... [2022-03-16T19:17:50.142Z] Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.1) over (2.13.3-7ubuntu5) ... [2022-03-16T19:17:50.142Z] Preparing to unpack .../06-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ... [2022-03-16T19:17:50.142Z] Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) over (0.13.1+dfsg-7) ... [2022-03-16T19:17:50.142Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_amd64.deb ... [2022-03-16T19:17:50.142Z] Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) over (2:2.2.2-3ubuntu2) ... [2022-03-16T19:17:50.412Z] Preparing to unpack .../08-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ... [2022-03-16T19:17:50.412Z] Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) over (3.31.1-4) ... [2022-03-16T19:17:50.412Z] Preparing to unpack .../09-tzdata_2021e-0ubuntu0.20.04_all.deb ... [2022-03-16T19:17:50.412Z] Unpacking tzdata (2021e-0ubuntu0.20.04) over (2019c-3ubuntu1) ... [2022-03-16T19:17:50.674Z] Preparing to unpack .../10-xz-utils_5.2.4-1ubuntu1_amd64.deb ... [2022-03-16T19:17:50.674Z] Unpacking xz-utils (5.2.4-1ubuntu1) over (5.2.4-1) ... [2022-03-16T19:17:50.674Z] Preparing to unpack .../11-libctf0_2.34-6ubuntu1.3_amd64.deb ... [2022-03-16T19:17:50.674Z] Unpacking libctf0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-16T19:17:50.674Z] Preparing to unpack .../12-binutils-x86-64-linux-gnu_2.34-6ubuntu1.3_amd64.deb ... [2022-03-16T19:17:50.935Z] Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-16T19:17:50.935Z] Preparing to unpack .../13-libbinutils_2.34-6ubuntu1.3_amd64.deb ... [2022-03-16T19:17:50.935Z] Unpacking libbinutils:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-16T19:17:51.198Z] Preparing to unpack .../14-binutils_2.34-6ubuntu1.3_amd64.deb ... [2022-03-16T19:17:51.198Z] Unpacking binutils (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-16T19:17:51.198Z] Preparing to unpack .../15-binutils-common_2.34-6ubuntu1.3_amd64.deb ... [2022-03-16T19:17:51.198Z] Unpacking binutils-common:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-16T19:17:51.198Z] Preparing to unpack .../16-libctf-nobfd0_2.34-6ubuntu1.3_amd64.deb ... [2022-03-16T19:17:51.198Z] Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-03-16T19:17:51.198Z] Preparing to unpack .../17-build-essential_12.8ubuntu1.1_amd64.deb ... [2022-03-16T19:17:51.198Z] Unpacking build-essential (12.8ubuntu1.1) over (12.8ubuntu1) ... [2022-03-16T19:17:51.459Z] Preparing to unpack .../18-libasan5_9.4.0-1ubuntu1~20.04_amd64.deb ... [2022-03-16T19:17:51.459Z] Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-03-16T19:17:51.720Z] Preparing to unpack .../19-g++-9_9.4.0-1ubuntu1~20.04_amd64.deb ... [2022-03-16T19:17:51.720Z] Unpacking g++-9 (9.4.0-1ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-03-16T19:17:52.661Z] Preparing to unpack .../20-gcc-9_9.4.0-1ubuntu1~20.04_amd64.deb ... [2022-03-16T19:17:52.661Z] Unpacking gcc-9 (9.4.0-1ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-03-16T19:17:53.231Z] Preparing to unpack .../21-libstdc++-9-dev_9.4.0-1ubuntu1~20.04_amd64.deb ... [2022-03-16T19:17:53.231Z] Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-03-16T19:17:53.493Z] Preparing to unpack .../22-libgcc-9-dev_9.4.0-1ubuntu1~20.04_amd64.deb ... [2022-03-16T19:17:53.493Z] Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-03-16T19:17:53.493Z] Preparing to unpack .../23-cpp-9_9.4.0-1ubuntu1~20.04_amd64.deb ... [2022-03-16T19:17:53.493Z] Unpacking cpp-9 (9.4.0-1ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-03-16T19:17:54.433Z] Preparing to unpack .../24-gcc-9-base_9.4.0-1ubuntu1~20.04_amd64.deb ... [2022-03-16T19:17:54.433Z] Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-03-16T19:17:54.433Z] Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.1) ... [2022-03-16T19:17:54.433Z] Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ... [2022-03-16T19:17:54.433Z] Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.12) ... [2022-03-16T19:17:54.433Z] Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ... [2022-03-16T19:17:54.433Z] Setting up binutils-common:amd64 (2.34-6ubuntu1.3) ... [2022-03-16T19:17:54.433Z] Setting up linux-libc-dev:amd64 (5.4.0-104.118) ... [2022-03-16T19:17:54.433Z] Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ... [2022-03-16T19:17:54.433Z] Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-16T19:17:54.433Z] Setting up tzdata (2021e-0ubuntu0.20.04) ... [2022-03-16T19:17:54.433Z] [2022-03-16T19:17:54.433Z] Current default time zone: 'Etc/UTC' [2022-03-16T19:17:54.693Z] Local time is now: Wed Mar 16 19:17:54 UTC 2022. [2022-03-16T19:17:54.693Z] Universal Time is now: Wed Mar 16 19:17:54 UTC 2022. [2022-03-16T19:17:54.693Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2022-03-16T19:17:54.693Z] [2022-03-16T19:17:54.693Z] Setting up xz-utils (5.2.4-1ubuntu1) ... [2022-03-16T19:17:54.693Z] Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-16T19:17:54.693Z] Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-16T19:17:54.693Z] Setting up libfdisk1:amd64 (2.34-0.1ubuntu9.3) ... [2022-03-16T19:17:54.693Z] Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-16T19:17:54.693Z] Setting up mount (2.34-0.1ubuntu9.3) ... [2022-03-16T19:17:54.693Z] Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ... [2022-03-16T19:17:54.693Z] Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ... [2022-03-16T19:17:54.693Z] Setting up libbinutils:amd64 (2.34-6ubuntu1.3) ... [2022-03-16T19:17:54.693Z] Setting up libc-dev-bin (2.31-0ubuntu9.7) ... [2022-03-16T19:17:54.693Z] Setting up openssl (1.1.1f-1ubuntu2.12) ... [2022-03-16T19:17:54.693Z] Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-16T19:17:54.693Z] Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-16T19:17:54.693Z] Setting up libprocps8:amd64 (2:3.3.16-1ubuntu2.3) ... [2022-03-16T19:17:54.693Z] Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-16T19:17:54.693Z] Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04) ... [2022-03-16T19:17:54.693Z] Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-03-16T19:17:54.693Z] Setting up libctf0:amd64 (2.34-6ubuntu1.3) ... [2022-03-16T19:17:54.693Z] Setting up fdisk (2.34-0.1ubuntu9.3) ... [2022-03-16T19:17:54.693Z] Setting up ca-certificates (20210119~20.04.2) ... [2022-03-16T19:17:56.608Z] Updating certificates in /etc/ssl/certs... [2022-03-16T19:17:56.988Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.309s coverage: 17.7% of statements [2022-03-16T19:17:56.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-03-16T19:17:56.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-03-16T19:17:56.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-03-16T19:17:56.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-03-16T19:17:56.988Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.705s coverage: 92.3% of statements [2022-03-16T19:17:56.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-03-16T19:17:56.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-03-16T19:17:56.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-03-16T19:17:56.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-03-16T19:17:56.988Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.263s coverage: 63.2% of statements [2022-03-16T19:17:56.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-03-16T19:17:56.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-03-16T19:17:56.988Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.467s coverage: 97.7% of statements [2022-03-16T19:17:56.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-03-16T19:17:56.988Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-03-16T19:17:56.988Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-03-16T19:17:56.988Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-03-16T19:17:56.988Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.313s coverage: 28.9% of statements [2022-03-16T19:17:56.988Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-03-16T19:17:56.988Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-03-16T19:17:56.988Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-03-16T19:17:56.988Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-03-16T19:17:56.988Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-03-16T19:17:56.988Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-03-16T19:17:56.988Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.209s coverage: 100.0% of statements [2022-03-16T19:17:56.988Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.081s coverage: 96.9% of statements [2022-03-16T19:17:56.988Z] 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 [2022-03-16T19:17:56.988Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-03-16T19:17:56.988Z] GO111MODULE=on go vet ./... [2022-03-16T19:17:57.180Z] 21 added, 21 removed; done. [2022-03-16T19:17:57.180Z] Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04) ... [2022-03-16T19:17:57.180Z] Setting up perl (5.30.0-9ubuntu0.2) ... [2022-03-16T19:17:57.440Z] Setting up procps (2:3.3.16-1ubuntu2.3) ... [2022-03-16T19:17:57.440Z] Setting up cpp-9 (9.4.0-1ubuntu1~20.04) ... [2022-03-16T19:17:57.440Z] Setting up libc6-dev:amd64 (2.31-0ubuntu9.7) ... [2022-03-16T19:17:57.440Z] Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ... [2022-03-16T19:17:57.440Z] Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ... [2022-03-16T19:17:57.440Z] Setting up binutils (2.34-6ubuntu1.3) ... [2022-03-16T19:17:57.440Z] Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04) ... [2022-03-16T19:17:57.700Z] Setting up build-essential (12.8ubuntu1.1) ... [2022-03-16T19:17:57.700Z] Setting up gcc-9 (9.4.0-1ubuntu1~20.04) ... [2022-03-16T19:17:57.700Z] Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04) ... [2022-03-16T19:17:57.700Z] Setting up g++-9 (9.4.0-1ubuntu1~20.04) ... [2022-03-16T19:17:57.700Z] Processing triggers for libc-bin (2.31-0ubuntu9.7) ... [2022-03-16T19:17:57.700Z] Processing triggers for systemd (245.4-4ubuntu3.15) ... [2022-03-16T19:17:57.700Z] Processing triggers for mime-support (3.64ubuntu1) ... [2022-03-16T19:17:57.700Z] Processing triggers for ca-certificates (20210119~20.04.2) ... [2022-03-16T19:17:57.700Z] Updating certificates in /etc/ssl/certs... [2022-03-16T19:17:58.268Z] 0 added, 0 removed; done. [2022-03-16T19:17:58.268Z] Running hooks in /etc/ca-certificates/update.d... [2022-03-16T19:17:58.268Z] done. [2022-03-16T19:17:59.408Z] Reading package lists... [2022-03-16T19:17:59.668Z] Building dependency tree... [2022-03-16T19:17:59.668Z] Reading state information... [2022-03-16T19:17:59.927Z] The following NEW packages will be installed: [2022-03-16T19:17:59.927Z] apt-transport-https [2022-03-16T19:17:59.927Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2022-03-16T19:18:00.188Z] Need to get 4680 B of archives. [2022-03-16T19:18:00.188Z] After this operation, 162 kB of additional disk space will be used. [2022-03-16T19:18:00.188Z] Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4680 B] [2022-03-16T19:18:00.188Z] debconf: delaying package configuration, since apt-utils is not installed [2022-03-16T19:18:00.188Z] Fetched 4680 B in 0s (24.9 kB/s) [2022-03-16T19:18:00.188Z] Selecting previously unselected package apt-transport-https. [2022-03-16T19:18:00.188Z] (Reading database ... 14320 files and directories currently installed.) [2022-03-16T19:18:00.188Z] Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... [2022-03-16T19:18:00.188Z] Unpacking apt-transport-https (2.0.6) ... [2022-03-16T19:18:00.188Z] Setting up apt-transport-https (2.0.6) ... [2022-03-16T19:18:00.449Z] Waiting for network to be ready... [2022-03-16T19:18:07.019Z] 2022-03-16T19:18:04Z INFO Waiting for automatic snapd restart... [2022-03-16T19:18:07.279Z] snapd 2.54.4 from Canonical* installed [2022-03-16T19:18:08.219Z] "snapd" switched to the "latest/stable" channel [2022-03-16T19:18:08.219Z] [2022-03-16T19:18:10.758Z] core20 20220304 from Canonical* installed [2022-03-16T19:18:10.758Z] "core20" switched to the "latest/stable" channel [2022-03-16T19:18:10.758Z] [2022-03-16T19:18:13.298Z] snapcraft 6.0.2 from Canonical* installed [2022-03-16T19:18:13.298Z] "snapcraft" switched to the "latest/stable" channel [2022-03-16T19:18:13.298Z] [2022-03-16T19:18:18.575Z] 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: [2022-03-16T19:18:18.575Z] - README.md [2022-03-16T19:18:18.575Z] [2022-03-16T19:18:18.575Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-03-16T19:18:18.575Z] Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease [2022-03-16T19:18:18.575Z] Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease [2022-03-16T19:18:18.575Z] Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [2022-03-16T19:18:19.144Z] Reading package lists... [2022-03-16T19:18:19.713Z] 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 [2022-03-16T19:18:19.713Z] Reading package lists... [2022-03-16T19:18:19.713Z] Building dependency tree... [2022-03-16T19:18:19.713Z] Reading state information... [2022-03-16T19:18:19.973Z] Suggested packages: [2022-03-16T19:18:19.973Z] doc-base gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el [2022-03-16T19:18:19.973Z] git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn krb5-doc [2022-03-16T19:18:19.973Z] krb5-user libnorm-doc [2022-03-16T19:18:19.973Z] Recommended packages: [2022-03-16T19:18:19.973Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2022-03-16T19:18:19.973Z] The following NEW packages will be installed: [2022-03-16T19:18:19.973Z] comerr-dev git git-man krb5-multidev libbrotli1 libcurl3-gnutls [2022-03-16T19:18:19.973Z] liberror-perl libglib2.0-0 libgssrpc4 libkadm5clnt-mit11 libkadm5srv-mit11 [2022-03-16T19:18:19.973Z] libkdb5-9 libkrb5-dev libnghttp2-14 libnorm-dev libnorm1 libpgm-5.2-0 [2022-03-16T19:18:19.973Z] libpgm-dev libpsl5 librtmp1 libsodium-dev libsodium23 libssh-4 libzmq3-dev [2022-03-16T19:18:19.973Z] libzmq5 pkg-config zip [2022-03-16T19:18:19.973Z] 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. [2022-03-16T19:18:19.973Z] Need to get 10.3 MB of archives. [2022-03-16T19:18:19.973Z] After this operation, 56.5 MB of additional disk space will be used. [2022-03-16T19:18:19.973Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] [2022-03-16T19:18:20.232Z] Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB] [2022-03-16T19:18:20.232Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.7 [232 kB] [2022-03-16T19:18:20.232Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 git-man all 1:2.25.1-1ubuntu3.2 [884 kB] [2022-03-16T19:18:20.232Z] Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB] [2022-03-16T19:18:20.232Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 git amd64 1:2.25.1-1ubuntu3.2 [4554 kB] [2022-03-16T19:18:20.232Z] Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] [2022-03-16T19:18:20.232Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] [2022-03-16T19:18:20.232Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] [2022-03-16T19:18:20.232Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] [2022-03-16T19:18:20.232Z] Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] [2022-03-16T19:18:20.232Z] Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] [2022-03-16T19:18:21.172Z] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium23 amd64 1.0.18-1 [150 kB] [2022-03-16T19:18:21.172Z] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] [2022-03-16T19:18:21.172Z] Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB] [2022-03-16T19:18:21.172Z] Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] [2022-03-16T19:18:21.172Z] Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB] [2022-03-16T19:18:21.172Z] Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] [2022-03-16T19:18:21.172Z] Get:19 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] [2022-03-16T19:18:21.436Z] Get:20 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm-dev amd64 1.5.8+dfsg2-2build1 [463 kB] [2022-03-16T19:18:21.437Z] Get:21 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] [2022-03-16T19:18:21.437Z] Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-dev amd64 5.2.122~dfsg-3ubuntu1 [189 kB] [2022-03-16T19:18:21.437Z] Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium-dev amd64 1.0.18-1 [169 kB] [2022-03-16T19:18:21.437Z] Get:24 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] [2022-03-16T19:18:21.437Z] Get:25 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq3-dev amd64 4.3.2-2ubuntu1 [455 kB] [2022-03-16T19:18:21.437Z] Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] [2022-03-16T19:18:21.437Z] Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] [2022-03-16T19:18:21.698Z] debconf: delaying package configuration, since apt-utils is not installed [2022-03-16T19:18:21.698Z] Fetched 10.3 MB in 1s (6911 kB/s) [2022-03-16T19:18:21.698Z] Selecting previously unselected package libglib2.0-0:amd64. [2022-03-16T19:18:21.698Z] (Reading database ... 14324 files and directories currently installed.) [2022-03-16T19:18:21.698Z] Preparing to unpack .../00-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ... [2022-03-16T19:18:21.698Z] Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... [2022-03-16T19:18:21.698Z] Selecting previously unselected package libsodium23:amd64. [2022-03-16T19:18:21.698Z] Preparing to unpack .../01-libsodium23_1.0.18-1_amd64.deb ... [2022-03-16T19:18:21.698Z] Unpacking libsodium23:amd64 (1.0.18-1) ... [2022-03-16T19:18:21.958Z] Selecting previously unselected package libpsl5:amd64. [2022-03-16T19:18:21.958Z] Preparing to unpack .../02-libpsl5_0.21.0-1ubuntu1_amd64.deb ... [2022-03-16T19:18:21.958Z] Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... [2022-03-16T19:18:21.958Z] Selecting previously unselected package libbrotli1:amd64. [2022-03-16T19:18:21.958Z] Preparing to unpack .../03-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... [2022-03-16T19:18:21.958Z] Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... [2022-03-16T19:18:21.958Z] Selecting previously unselected package libnghttp2-14:amd64. [2022-03-16T19:18:21.958Z] Preparing to unpack .../04-libnghttp2-14_1.40.0-1build1_amd64.deb ... [2022-03-16T19:18:21.958Z] Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ... [2022-03-16T19:18:21.958Z] Selecting previously unselected package librtmp1:amd64. [2022-03-16T19:18:21.958Z] Preparing to unpack .../05-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... [2022-03-16T19:18:21.958Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... [2022-03-16T19:18:21.958Z] Selecting previously unselected package libssh-4:amd64. [2022-03-16T19:18:21.958Z] Preparing to unpack .../06-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ... [2022-03-16T19:18:21.958Z] Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ... [2022-03-16T19:18:22.218Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2022-03-16T19:18:22.218Z] Preparing to unpack .../07-libcurl3-gnutls_7.68.0-1ubuntu2.7_amd64.deb ... [2022-03-16T19:18:22.218Z] Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... [2022-03-16T19:18:22.218Z] Selecting previously unselected package liberror-perl. [2022-03-16T19:18:22.218Z] Preparing to unpack .../08-liberror-perl_0.17029-1_all.deb ... [2022-03-16T19:18:22.218Z] Unpacking liberror-perl (0.17029-1) ... [2022-03-16T19:18:22.218Z] Selecting previously unselected package git-man. [2022-03-16T19:18:22.218Z] Preparing to unpack .../09-git-man_1%3a2.25.1-1ubuntu3.2_all.deb ... [2022-03-16T19:18:22.218Z] Unpacking git-man (1:2.25.1-1ubuntu3.2) ... [2022-03-16T19:18:22.218Z] Selecting previously unselected package git. [2022-03-16T19:18:22.218Z] Preparing to unpack .../10-git_1%3a2.25.1-1ubuntu3.2_amd64.deb ... [2022-03-16T19:18:22.478Z] Unpacking git (1:2.25.1-1ubuntu3.2) ... [2022-03-16T19:18:23.049Z] Selecting previously unselected package libgssrpc4:amd64. [2022-03-16T19:18:23.049Z] Preparing to unpack .../11-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... [2022-03-16T19:18:23.049Z] Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... [2022-03-16T19:18:23.049Z] Selecting previously unselected package libkdb5-9:amd64. [2022-03-16T19:18:23.049Z] Preparing to unpack .../12-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... [2022-03-16T19:18:23.049Z] Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... [2022-03-16T19:18:23.049Z] Selecting previously unselected package libkadm5srv-mit11:amd64. [2022-03-16T19:18:23.049Z] Preparing to unpack .../13-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... [2022-03-16T19:18:23.049Z] Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-03-16T19:18:23.049Z] Selecting previously unselected package libkadm5clnt-mit11:amd64. [2022-03-16T19:18:23.049Z] Preparing to unpack .../14-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... [2022-03-16T19:18:23.049Z] Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-03-16T19:18:23.049Z] Selecting previously unselected package comerr-dev:amd64. [2022-03-16T19:18:23.049Z] Preparing to unpack .../15-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... [2022-03-16T19:18:23.049Z] Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... [2022-03-16T19:18:23.049Z] Selecting previously unselected package krb5-multidev:amd64. [2022-03-16T19:18:23.049Z] Preparing to unpack .../16-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... [2022-03-16T19:18:23.049Z] Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... [2022-03-16T19:18:23.311Z] Selecting previously unselected package libnorm1:amd64. [2022-03-16T19:18:23.311Z] Preparing to unpack .../17-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... [2022-03-16T19:18:23.311Z] Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... [2022-03-16T19:18:23.311Z] Selecting previously unselected package libnorm-dev:amd64. [2022-03-16T19:18:23.311Z] Preparing to unpack .../18-libnorm-dev_1.5.8+dfsg2-2build1_amd64.deb ... [2022-03-16T19:18:23.311Z] Unpacking libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... [2022-03-16T19:18:23.311Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2022-03-16T19:18:23.311Z] Preparing to unpack .../19-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... [2022-03-16T19:18:23.311Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-03-16T19:18:23.571Z] Selecting previously unselected package libpgm-dev:amd64. [2022-03-16T19:18:23.571Z] Preparing to unpack .../20-libpgm-dev_5.2.122~dfsg-3ubuntu1_amd64.deb ... [2022-03-16T19:18:23.571Z] Unpacking libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-03-16T19:18:23.571Z] Selecting previously unselected package libsodium-dev:amd64. [2022-03-16T19:18:23.571Z] Preparing to unpack .../21-libsodium-dev_1.0.18-1_amd64.deb ... [2022-03-16T19:18:23.571Z] Unpacking libsodium-dev:amd64 (1.0.18-1) ... [2022-03-16T19:18:23.571Z] Selecting previously unselected package libzmq5:amd64. [2022-03-16T19:18:23.571Z] Preparing to unpack .../22-libzmq5_4.3.2-2ubuntu1_amd64.deb ... [2022-03-16T19:18:23.571Z] Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... [2022-03-16T19:18:23.571Z] Selecting previously unselected package libkrb5-dev:amd64. [2022-03-16T19:18:23.571Z] Preparing to unpack .../23-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... [2022-03-16T19:18:23.571Z] Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... [2022-03-16T19:18:23.571Z] Selecting previously unselected package libzmq3-dev:amd64. [2022-03-16T19:18:23.571Z] Preparing to unpack .../24-libzmq3-dev_4.3.2-2ubuntu1_amd64.deb ... [2022-03-16T19:18:23.571Z] Unpacking libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... [2022-03-16T19:18:23.831Z] Selecting previously unselected package pkg-config. [2022-03-16T19:18:23.831Z] Preparing to unpack .../25-pkg-config_0.29.1-0ubuntu4_amd64.deb ... [2022-03-16T19:18:23.831Z] Unpacking pkg-config (0.29.1-0ubuntu4) ... [2022-03-16T19:18:23.831Z] Selecting previously unselected package zip. [2022-03-16T19:18:23.831Z] Preparing to unpack .../26-zip_3.0-11build1_amd64.deb ... [2022-03-16T19:18:23.831Z] Unpacking zip (3.0-11build1) ... [2022-03-16T19:18:23.831Z] Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... [2022-03-16T19:18:23.831Z] Setting up libsodium23:amd64 (1.0.18-1) ... [2022-03-16T19:18:23.831Z] Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... [2022-03-16T19:18:23.831Z] No schema files found: doing nothing. [2022-03-16T19:18:23.831Z] Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... [2022-03-16T19:18:23.831Z] Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... [2022-03-16T19:18:23.831Z] Setting up libnghttp2-14:amd64 (1.40.0-1build1) ... [2022-03-16T19:18:23.831Z] Setting up libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... [2022-03-16T19:18:23.831Z] Setting up liberror-perl (0.17029-1) ... [2022-03-16T19:18:23.831Z] Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... [2022-03-16T19:18:23.831Z] Setting up zip (3.0-11build1) ... [2022-03-16T19:18:23.831Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... [2022-03-16T19:18:23.831Z] Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... [2022-03-16T19:18:23.831Z] Setting up pkg-config (0.29.1-0ubuntu4) ... [2022-03-16T19:18:24.094Z] Setting up libsodium-dev:amd64 (1.0.18-1) ... [2022-03-16T19:18:24.094Z] Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ... [2022-03-16T19:18:24.094Z] Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... [2022-03-16T19:18:24.094Z] Setting up git-man (1:2.25.1-1ubuntu3.2) ... [2022-03-16T19:18:24.094Z] Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-03-16T19:18:24.094Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-03-16T19:18:24.094Z] Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-03-16T19:18:24.094Z] Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... [2022-03-16T19:18:24.094Z] Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... [2022-03-16T19:18:24.094Z] Setting up libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-03-16T19:18:24.094Z] Setting up git (1:2.25.1-1ubuntu3.2) ... [2022-03-16T19:18:24.094Z] Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... [2022-03-16T19:18:24.094Z] Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... [2022-03-16T19:18:24.094Z] Setting up libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... [2022-03-16T19:18:24.094Z] Processing triggers for libc-bin (2.31-0ubuntu9.7) ... [2022-03-16T19:18:24.665Z] comerr-dev set to automatically installed. [2022-03-16T19:18:24.665Z] git set to automatically installed. [2022-03-16T19:18:24.665Z] git-man set to automatically installed. [2022-03-16T19:18:24.665Z] krb5-multidev set to automatically installed. [2022-03-16T19:18:24.665Z] libbrotli1 set to automatically installed. [2022-03-16T19:18:24.665Z] libcurl3-gnutls set to automatically installed. [2022-03-16T19:18:24.665Z] liberror-perl set to automatically installed. [2022-03-16T19:18:24.665Z] libglib2.0-0 set to automatically installed. [2022-03-16T19:18:24.665Z] libgssrpc4 set to automatically installed. [2022-03-16T19:18:24.665Z] libkadm5clnt-mit11 set to automatically installed. [2022-03-16T19:18:24.665Z] libkadm5srv-mit11 set to automatically installed. [2022-03-16T19:18:24.665Z] libkdb5-9 set to automatically installed. [2022-03-16T19:18:24.665Z] libkrb5-dev set to automatically installed. [2022-03-16T19:18:24.665Z] libnghttp2-14 set to automatically installed. [2022-03-16T19:18:24.665Z] libnorm-dev set to automatically installed. [2022-03-16T19:18:24.665Z] libnorm1 set to automatically installed. [2022-03-16T19:18:24.665Z] libpgm-5.2-0 set to automatically installed. [2022-03-16T19:18:24.665Z] libpgm-dev set to automatically installed. [2022-03-16T19:18:24.665Z] libpsl5 set to automatically installed. [2022-03-16T19:18:24.665Z] librtmp1 set to automatically installed. [2022-03-16T19:18:24.665Z] libsodium-dev set to automatically installed. [2022-03-16T19:18:24.665Z] libsodium23 set to automatically installed. [2022-03-16T19:18:24.665Z] libssh-4 set to automatically installed. [2022-03-16T19:18:24.665Z] libzmq3-dev set to automatically installed. [2022-03-16T19:18:24.665Z] libzmq5 set to automatically installed. [2022-03-16T19:18:24.665Z] pkg-config set to automatically installed. [2022-03-16T19:18:24.665Z] zip set to automatically installed. [2022-03-16T19:18:25.235Z] snapd is not logged in, snap install commands will use sudo [2022-03-16T19:18:35.236Z] go (1.17/stable) 1.17.8 from Michael Hudson-Doyle (mwhudson) installed [2022-03-16T19:18:35.236Z] Downloading snap 'edgex-app-service-configurable' [2022-03-16T19:18:38.533Z] Pulling app-service-configurable [2022-03-16T19:18:38.533Z] + snapcraftctl pull [2022-03-16T19:18:39.567Z] Pulling config-common [2022-03-16T19:18:39.567Z] + snapcraftctl pull [2022-03-16T19:18:40.967Z] Pulling go-build-helper [2022-03-16T19:18:40.967Z] + snapcraftctl pull [2022-03-16T19:18:41.970Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2022-03-16T19:18:41.970Z] Skipping pull go-build-helper (already ran) [2022-03-16T19:18:41.970Z] Building go-build-helper [2022-03-16T19:18:41.970Z] + snapcraftctl build [2022-03-16T19:18:43.349Z] + cp --archive --link --no-dereference . /root/parts/go-build-helper/install [2022-03-16T19:18:43.919Z] Staging go-build-helper [2022-03-16T19:18:43.919Z] + snapcraftctl stage [2022-03-16T19:18:49.206Z] Get:1 libnorm1_1.5.8+dfsg2-2build1_amd64.deb [290 kB] [2022-03-16T19:18:49.206Z] Fetched 290 kB in 0s (0 B/s) [2022-03-16T19:18:49.206Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb [158 kB] [2022-03-16T19:18:49.206Z] Fetched 158 kB in 0s (0 B/s) [2022-03-16T19:18:49.206Z] Get:1 libzmq5_4.3.2-2ubuntu1_amd64.deb [242 kB] [2022-03-16T19:18:49.206Z] Fetched 242 kB in 0s (0 B/s) [2022-03-16T19:18:49.206Z] Get:1 libsodium23_1.0.18-1_amd64.deb [150 kB] [2022-03-16T19:18:49.206Z] Fetched 150 kB in 0s (0 B/s) [2022-03-16T19:18:49.206Z] Pulling edgex-go [2022-03-16T19:18:49.206Z] + snapcraftctl pull [2022-03-16T19:18:50.591Z] Pulling hooks [2022-03-16T19:18:50.591Z] + snapcraftctl pull [2022-03-16T19:19:05.501Z] Removing suid/guid from /root/parts/static-packages/install/bin/su [2022-03-16T19:19:05.501Z] Get:1 libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [96.1 kB] [2022-03-16T19:19:05.501Z] Fetched 96.1 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 libnghttp2-14_1.40.0-1build1_amd64.deb [78.7 kB] [2022-03-16T19:19:05.501Z] Fetched 78.7 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [48.0 kB] [2022-03-16T19:19:05.501Z] Fetched 48.0 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 jq_1.6-1ubuntu0.20.04.1_amd64.deb [50.2 kB] [2022-03-16T19:19:05.501Z] Fetched 50.2 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb [14.7 kB] [2022-03-16T19:19:05.501Z] Fetched 14.7 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 libcurl4_7.68.0-1ubuntu2.7_amd64.deb [234 kB] [2022-03-16T19:19:05.501Z] Fetched 234 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb [155 kB] [2022-03-16T19:19:05.501Z] Fetched 155 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 libssh-4_0.9.3-2ubuntu2.2_amd64.deb [170 kB] [2022-03-16T19:19:05.501Z] Fetched 170 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 libbrotli1_1.0.7-6ubuntu0.1_amd64.deb [267 kB] [2022-03-16T19:19:05.501Z] Fetched 267 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2022-03-16T19:19:05.501Z] Fetched 50.6 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [15.1 kB] [2022-03-16T19:19:05.501Z] Fetched 15.1 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 libpsl5_0.21.0-1ubuntu1_amd64.deb [51.5 kB] [2022-03-16T19:19:05.501Z] Fetched 51.5 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 libjq1_1.6-1ubuntu0.20.04.1_amd64.deb [121 kB] [2022-03-16T19:19:05.501Z] Fetched 121 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [29.7 kB] [2022-03-16T19:19:05.501Z] Fetched 29.7 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 util-linux_2.34-0.1ubuntu9.3_amd64.deb [1021 kB] [2022-03-16T19:19:05.501Z] Fetched 1021 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb [49.3 kB] [2022-03-16T19:19:05.501Z] Fetched 49.3 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb [54.9 kB] [2022-03-16T19:19:05.501Z] Fetched 54.9 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb [16.6 kB] [2022-03-16T19:19:05.501Z] Fetched 16.6 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [87.9 kB] [2022-03-16T19:19:05.501Z] Fetched 87.9 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 libonig5_6.9.4-1_amd64.deb [142 kB] [2022-03-16T19:19:05.501Z] Fetched 142 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [41.8 kB] [2022-03-16T19:19:05.501Z] Fetched 41.8 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [181 kB] [2022-03-16T19:19:05.501Z] Fetched 181 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [208 kB] [2022-03-16T19:19:05.501Z] Fetched 208 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 curl_7.68.0-1ubuntu2.7_amd64.deb [161 kB] [2022-03-16T19:19:05.501Z] Fetched 161 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Get:1 libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [107 kB] [2022-03-16T19:19:05.501Z] Fetched 107 kB in 0s (0 B/s) [2022-03-16T19:19:05.501Z] Pulling static-packages [2022-03-16T19:19:05.501Z] + snapcraftctl pull [2022-03-16T19:19:05.501Z] Pulling version [2022-03-16T19:19:05.501Z] + cd /root/project [2022-03-16T19:19:05.501Z] ++ git describe --tags --abbrev=0 [2022-03-16T19:19:05.501Z] ++ sed s/v// [2022-03-16T19:19:05.501Z] + GIT_VERSION=2.2.0-dev.35 [2022-03-16T19:19:05.501Z] + '[' -z 2.2.0-dev.35 ']' [2022-03-16T19:19:05.501Z] + snapcraftctl set-version 2.2.0-dev.35 [2022-03-16T19:19:06.884Z] Building app-service-configurable [2022-03-16T19:19:06.884Z] + snapcraftctl build [2022-03-16T19:19:08.793Z] Building config-common [2022-03-16T19:19:08.793Z] + snapcraftctl build [2022-03-16T19:19:09.733Z] + cp --archive --link --no-dereference . /root/parts/config-common/install [2022-03-16T19:19:10.675Z] Skipping build go-build-helper (already ran) [2022-03-16T19:19:10.675Z] Building edgex-go [2022-03-16T19:19:10.938Z] + cd /root/parts/edgex-go/src [2022-03-16T19:19:10.938Z] ++ git describe --tags --abbrev=0 [2022-03-16T19:19:10.938Z] ++ sed s/v// [2022-03-16T19:19:10.938Z] + GIT_VERSION=2.2.0-dev.35 [2022-03-16T19:19:10.938Z] + '[' -z 2.2.0-dev.35 ']' [2022-03-16T19:19:10.938Z] + echo 2.2.0-dev.35 [2022-03-16T19:19:10.938Z] + '[' '!' -d vendor ']' [2022-03-16T19:19:10.938Z] + go mod download all [2022-03-16T19:19:17.548Z] + make build [2022-03-16T19:19:17.548Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-data/core-data ./cmd/core-data [2022-03-16T19:19:18.843Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-16T19:19:18.843Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-03-16T19:19:18.843Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-03-16T19:19:18.880Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-03-16T19:19:19.554Z] + ls -al . [2022-03-16T19:19:19.554Z] total 668 [2022-03-16T19:19:19.554Z] drwxrwxr-x 9 1001 1001 4096 Mar 16 19:19 . [2022-03-16T19:19:19.554Z] drwxr-xr-x 4 root root 4096 Mar 16 19:14 .. [2022-03-16T19:19:19.554Z] -rw-rw-r-- 1 1001 1001 11 Mar 16 19:12 .dockerignore [2022-03-16T19:19:19.555Z] drwxrwxr-x 8 1001 1001 4096 Mar 16 19:12 .git [2022-03-16T19:19:19.555Z] drwxrwxr-x 4 1001 1001 4096 Mar 16 19:12 .github [2022-03-16T19:19:19.555Z] -rw-rw-r-- 1 1001 1001 804 Mar 16 19:12 .gitignore [2022-03-16T19:19:19.555Z] -rw-rw-r-- 1 1001 1001 42 Mar 16 19:12 .golangci.yml [2022-03-16T19:19:19.555Z] -rw-rw-r-- 1 1001 1001 76 Mar 16 19:12 .hadolint.yml [2022-03-16T19:19:19.555Z] -rw-rw-r-- 1 1001 1001 166 Mar 16 19:12 .sonarcloud.properties [2022-03-16T19:19:19.555Z] -rw-rw-r-- 1 1001 1001 1171 Mar 16 19:12 ADOPTERS.md [2022-03-16T19:19:19.555Z] -rw-rw-r-- 1 1001 1001 9019 Mar 16 19:12 Attribution.txt [2022-03-16T19:19:19.555Z] -rw-rw-r-- 1 1001 1001 51732 Mar 16 19:12 CHANGELOG.md [2022-03-16T19:19:19.555Z] -rw-rw-r-- 1 1001 1001 3804 Mar 16 19:12 CONTRIBUTING.md [2022-03-16T19:19:19.555Z] -rw-rw-r-- 1 1001 1001 677 Mar 16 19:12 GOVERNANCE.md [2022-03-16T19:19:19.555Z] -rw-rw-r-- 1 1001 1001 849 Mar 16 19:12 Jenkinsfile [2022-03-16T19:19:19.555Z] -rw-rw-r-- 1 1001 1001 10775 Mar 16 19:12 LICENSE [2022-03-16T19:19:19.555Z] -rw-rw-r-- 1 1001 1001 6508 Mar 16 19:12 Makefile [2022-03-16T19:19:19.555Z] -rw-rw-r-- 1 1001 1001 582 Mar 16 19:12 OWNERS.md [2022-03-16T19:19:19.555Z] -rw-rw-r-- 1 1001 1001 8207 Mar 16 19:12 README.md [2022-03-16T19:19:19.555Z] -rw-rw-r-- 1 1001 1001 6912 Mar 16 19:12 SECURITY.md [2022-03-16T19:19:19.555Z] -rw-rw-r-- 1 1001 1001 5 Mar 16 19:09 VERSION [2022-03-16T19:19:19.555Z] -rw-rw-r-- 1 1001 1001 4131 Mar 16 19:12 ZMQWindows.md [2022-03-16T19:19:19.555Z] drwxrwxr-x 2 1001 1001 4096 Mar 16 19:12 bin [2022-03-16T19:19:19.555Z] drwxrwxr-x 14 1001 1001 4096 Mar 16 19:12 cmd [2022-03-16T19:19:19.555Z] -rw-r--r-- 1 root root 425751 Mar 16 19:17 coverage.out [2022-03-16T19:19:19.555Z] -rw-rw-r-- 1 1001 1001 2827 Mar 16 19:12 go.mod [2022-03-16T19:19:19.555Z] -rw-rw-r-- 1 1001 1001 50275 Mar 16 19:12 go.sum [2022-03-16T19:19:19.555Z] drwxrwxr-x 8 1001 1001 4096 Mar 16 19:12 internal [2022-03-16T19:19:19.555Z] drwxrwxr-x 3 1001 1001 4096 Mar 16 19:12 openapi [2022-03-16T19:19:19.555Z] drwxrwxr-x 4 1001 1001 4096 Mar 16 19:12 snap [2022-03-16T19:19:19.555Z] -rw-rw-r-- 1 1001 1001 204 Mar 16 19:12 version.go [Pipeline] sh [2022-03-16T19:19:20.235Z] + '[' -e coverage.out ] [2022-03-16T19:19:20.235Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-03-16T19:19:20.272Z] Warning: overwriting stash ‘coverage-report’ [2022-03-16T19:19:21.138Z] Stashed 1 file(s) [Pipeline] sh [2022-03-16T19:19:21.808Z] + make build [2022-03-16T19:19:21.808Z] 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 [2022-03-16T19:19:27.531Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-03-16T19:19:30.085Z] 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 [2022-03-16T19:19:32.811Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/core-command/core-command ./cmd/core-command [2022-03-16T19:19:33.070Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-03-16T19:19:34.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-03-16T19:19:35.017Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-03-16T19:19:35.953Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-03-16T19:19:36.890Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-03-16T19:19:38.271Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-03-16T19:19:39.211Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-03-16T19:19:40.147Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/secrets-config ./cmd/secrets-config [2022-03-16T19:19:41.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.35" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-03-16T19:19:42.997Z] + 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 [2022-03-16T19:19:42.997Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2022-03-16T19:19:42.997Z] + case "$service" in [2022-03-16T19:19:42.997Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2022-03-16T19:19:42.997Z] + 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 [2022-03-16T19:19:42.997Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2022-03-16T19:19:42.997Z] + case "$service" in [2022-03-16T19:19:42.997Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2022-03-16T19:19:42.997Z] + 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 [2022-03-16T19:19:42.997Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2022-03-16T19:19:42.997Z] + case "$service" in [2022-03-16T19:19:42.997Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2022-03-16T19:19:42.997Z] + 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 [2022-03-16T19:19:42.997Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2022-03-16T19:19:42.997Z] + case "$service" in [2022-03-16T19:19:42.997Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2022-03-16T19:19:42.997Z] + 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 [2022-03-16T19:19:42.997Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2022-03-16T19:19:42.997Z] + case "$service" in [2022-03-16T19:19:42.997Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2022-03-16T19:19:42.997Z] + 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 [2022-03-16T19:19:42.997Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2022-03-16T19:19:42.997Z] + case "$service" in [2022-03-16T19:19:42.997Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2022-03-16T19:19:42.997Z] + 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 [2022-03-16T19:19:42.997Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2022-03-16T19:19:42.997Z] + case "$service" in [2022-03-16T19:19:42.997Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2022-03-16T19:19:42.997Z] + 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 [2022-03-16T19:19:42.997Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2022-03-16T19:19:42.997Z] + case "$service" in [2022-03-16T19:19:42.997Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2022-03-16T19:19:42.997Z] + 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 [2022-03-16T19:19:42.997Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2022-03-16T19:19:42.997Z] + case "$service" in [2022-03-16T19:19:42.997Z] + 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 [2022-03-16T19:19:42.997Z] + 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 [2022-03-16T19:19:42.997Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2022-03-16T19:19:42.997Z] + case "$service" in [2022-03-16T19:19:42.997Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2022-03-16T19:19:42.997Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2022-03-16T19:19:42.997Z] + 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 [2022-03-16T19:19:42.997Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2022-03-16T19:19:42.997Z] + case "$service" in [2022-03-16T19:19:42.997Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2022-03-16T19:19:42.997Z] + 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 [2022-03-16T19:19:42.997Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2022-03-16T19:19:42.997Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2022-03-16T19:19:42.997Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2022-03-16T19:19:43.565Z] Building hooks [2022-03-16T19:19:43.565Z] + cd /root/parts/hooks/src [2022-03-16T19:19:43.565Z] + make build [2022-03-16T19:19:43.565Z] go mod tidy [2022-03-16T19:19:43.565Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.1.3 [2022-03-16T19:19:43.826Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2022-03-16T19:19:43.826Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2022-03-16T19:19:44.085Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2022-03-16T19:19:45.024Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2022-03-16T19:19:45.284Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2022-03-16T19:19:45.284Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2022-03-16T19:19:47.191Z] Removing suid/guid from /root/parts/static-packages/install/bin/su [2022-03-16T19:19:47.191Z] Building static-packages [2022-03-16T19:19:47.191Z] + snapcraftctl build [2022-03-16T19:19:49.103Z] Building version [2022-03-16T19:19:49.103Z] + snapcraftctl build [2022-03-16T19:19:51.011Z] Staging app-service-configurable [2022-03-16T19:19:51.011Z] + snapcraftctl stage [2022-03-16T19:19:52.393Z] Staging config-common [2022-03-16T19:19:52.393Z] + snapcraftctl stage [2022-03-16T19:19:53.775Z] Skipping stage go-build-helper (already ran) [2022-03-16T19:19:53.775Z] Staging edgex-go [2022-03-16T19:19:53.775Z] + snapcraftctl stage [2022-03-16T19:19:55.160Z] Staging hooks [2022-03-16T19:19:55.160Z] + snapcraftctl stage [2022-03-16T19:19:56.543Z] Staging static-packages [2022-03-16T19:19:56.543Z] + snapcraftctl stage [2022-03-16T19:19:57.921Z] Staging version [2022-03-16T19:19:57.921Z] + snapcraftctl stage [2022-03-16T19:19:59.301Z] Priming app-service-configurable [2022-03-16T19:19:59.301Z] + snapcraftctl prime [2022-03-16T19:20:01.842Z] 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 [2022-03-16T19:20:01.843Z] stage-packages: [2022-03-16T19:20:01.843Z] - libnorm1 [2022-03-16T19:20:01.843Z] - libpgm-5.2-0 [2022-03-16T19:20:01.843Z] - libsodium23 [2022-03-16T19:20:01.843Z] - libzmq5 [2022-03-16T19:20:01.843Z] Priming config-common [2022-03-16T19:20:01.843Z] + snapcraftctl prime [2022-03-16T19:20:02.443Z] 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 [2022-03-16T19:20:03.227Z] Priming go-build-helper [2022-03-16T19:20:03.228Z] + snapcraftctl prime [2022-03-16T19:20:03.877Z] 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 [2022-03-16T19:20:04.609Z] Priming edgex-go [2022-03-16T19:20:04.609Z] + snapcraftctl prime [2022-03-16T19:20:05.992Z] Priming hooks [2022-03-16T19:20:05.992Z] + snapcraftctl prime [2022-03-16T19:20:07.965Z] Priming static-packages [2022-03-16T19:20:07.965Z] + snapcraftctl prime [2022-03-16T19:20:09.302Z] 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 [2022-03-16T19:20:09.575Z] 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 [2022-03-16T19:20:12.225Z] Priming version [2022-03-16T19:20:12.225Z] + snapcraftctl prime [2022-03-16T19:20:12.794Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2022-03-16T19:20:13.885Z] 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-16T19:20:18.330Z] 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 [2022-03-16T19:20:21.795Z] 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 [2022-03-16T19:20:27.198Z] 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 [2022-03-16T19:20:30.586Z] 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 [2022-03-16T19:20:34.916Z] 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] } [2022-03-16T19:20:41.713Z] $ docker stop --time=1 16c2830c71e91ecaa6d2600f68383b6394213133bbc369faea3f6af3fe0a6221 [2022-03-16T19:20:43.719Z] $ docker rm -f 16c2830c71e91ecaa6d2600f68383b6394213133bbc369faea3f6af3fe0a6221 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-16T19:20:45.526Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-16T19:20:45.526Z] [2022-03-16T19:20:45.526Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-16T19:20:45.970Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-16T19:20:46.242Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-03-16T19:20:46.242Z] 29e5d40040c1: Pulling fs layer [2022-03-16T19:20:46.242Z] 1ce36da41761: Pulling fs layer [2022-03-16T19:20:46.242Z] 25b303627fd3: Pulling fs layer [2022-03-16T19:20:46.242Z] 29e5d40040c1: Verifying Checksum [2022-03-16T19:20:46.242Z] 29e5d40040c1: Download complete [2022-03-16T19:20:46.519Z] 1ce36da41761: Verifying Checksum [2022-03-16T19:20:46.519Z] 1ce36da41761: Download complete [2022-03-16T19:20:46.793Z] 29e5d40040c1: Pull complete [2022-03-16T19:20:48.035Z] 25b303627fd3: Verifying Checksum [2022-03-16T19:20:48.035Z] 25b303627fd3: Download complete [2022-03-16T19:20:48.308Z] 1ce36da41761: Pull complete [2022-03-16T19:21:00.809Z] 25b303627fd3: Pull complete [2022-03-16T19:21:00.809Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-03-16T19:21:00.809Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-16T19:21:00.809Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-03-16T19:21:01.080Z] prd-ubuntu20.04-docker-arm64-4c-16g-7322 does not seem to be running inside a container [2022-03-16T19:21:01.186Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-03-16T19:21:03.527Z] $ docker top ae6250ddbf821ef0493abc9fe21feacfacff8b1c4372447689e6bc840bad645f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-16T19:21:04.502Z] + docker-compose+ grep parallel [2022-03-16T19:21:04.503Z] build --help [2022-03-16T19:21:08.807Z] --parallel Build images in parallel. [Pipeline] } [2022-03-16T19:21:09.118Z] $ docker stop --time=1 ae6250ddbf821ef0493abc9fe21feacfacff8b1c4372447689e6bc840bad645f [2022-03-16T19:21:10.774Z] $ docker rm -f ae6250ddbf821ef0493abc9fe21feacfacff8b1c4372447689e6bc840bad645f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-16T19:21:11.529Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-03-16T19:21:11.529Z] . [Pipeline] withDockerContainer [2022-03-16T19:21:11.854Z] prd-ubuntu20.04-docker-arm64-4c-16g-7322 does not seem to be running inside a container [2022-03-16T19:21:11.959Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-03-16T19:21:13.260Z] $ docker top db318ff21ec7a70ec7e6fd362ac3f5219cc9d17a486c2b9d3b333302710f06bb -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-16T19:21:14.300Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-03-16T19:21:19.703Z] Building core-command ... [2022-03-16T19:21:19.703Z] Building core-data ... [2022-03-16T19:21:19.703Z] Building core-metadata ... [2022-03-16T19:21:19.703Z] Building security-bootstrapper ... [2022-03-16T19:21:19.703Z] Building security-proxy-setup ... [2022-03-16T19:21:19.703Z] Building security-secretstore-setup ... [2022-03-16T19:21:19.703Z] Building support-notifications ... [2022-03-16T19:21:19.703Z] Building support-scheduler ... [2022-03-16T19:21:19.703Z] Building sys-mgmt-agent ... [2022-03-16T19:21:19.703Z] Building sys-mgmt-agent [2022-03-16T19:21:19.703Z] Building security-secretstore-setup [2022-03-16T19:21:19.703Z] Building support-notifications [2022-03-16T19:21:19.703Z] Building core-metadata [2022-03-16T19:21:19.703Z] Building security-proxy-setup [2022-03-16T19:22:41.504Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-16T19:22:41.504Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-16T19:22:41.504Z] ---> 94ff52ebcc4b [2022-03-16T19:22:41.504Z] Step 3/22 : WORKDIR /edgex-go [2022-03-16T19:22:41.504Z] ---> Running in f17cdd6dce36 [2022-03-16T19:22:41.504Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-16T19:22:41.504Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-03-16T19:22:41.504Z] ---> 94ff52ebcc4b [2022-03-16T19:22:41.504Z] Step 3/25 : WORKDIR /edgex-go [2022-03-16T19:22:41.504Z] ---> Running in 905189a7efb5 [2022-03-16T19:22:41.504Z] Step 1/21 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-16T19:22:41.504Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-03-16T19:22:41.504Z] ---> 94ff52ebcc4b [2022-03-16T19:22:41.504Z] Step 3/21 : WORKDIR /edgex-go [2022-03-16T19:22:41.505Z] ---> Running in 7fe5fc88099d [2022-03-16T19:22:41.505Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-16T19:22:41.505Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-16T19:22:41.505Z] ---> 94ff52ebcc4b [2022-03-16T19:22:41.505Z] Step 3/23 : WORKDIR /edgex-go [2022-03-16T19:22:41.505Z] ---> Running in 946608e9659b [2022-03-16T19:22:41.505Z] Removing intermediate container f17cdd6dce36 [2022-03-16T19:22:41.505Z] ---> f2519e60eb7f [2022-03-16T19:22:41.505Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T19:22:41.505Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-16T19:22:41.505Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-16T19:22:41.505Z] ---> 94ff52ebcc4b [2022-03-16T19:22:41.505Z] Step 3/23 : WORKDIR /edgex-go [2022-03-16T19:22:41.505Z] ---> Running in a5766e2eb860 [2022-03-16T19:22:41.505Z] Removing intermediate container 905189a7efb5 [2022-03-16T19:22:41.505Z] ---> 9ee031715869 [2022-03-16T19:22:41.505Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T19:22:41.505Z] Removing intermediate container 946608e9659b [2022-03-16T19:22:41.505Z] ---> 4662b663da2d [2022-03-16T19:22:41.505Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T19:22:41.505Z] Removing intermediate container 7fe5fc88099d [2022-03-16T19:22:41.505Z] ---> 7d9063d1b77d [2022-03-16T19:22:41.505Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T19:22:41.505Z] ---> Running in 331fb02b7217 [2022-03-16T19:22:41.505Z] ---> Running in 941ac50a6085 [2022-03-16T19:22:41.505Z] ---> Running in a9463863c6e4 [2022-03-16T19:22:41.505Z] ---> Running in 94abb3043970 [2022-03-16T19:22:41.505Z] Removing intermediate container a5766e2eb860 [2022-03-16T19:22:41.505Z] ---> 8d7b5e8bc3a2 [2022-03-16T19:22:41.505Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T19:22:41.505Z] ---> Running in a5ac46df031e [2022-03-16T19:22:41.505Z] Removing intermediate container 331fb02b7217 [2022-03-16T19:22:41.505Z] ---> 341aa24e063c [2022-03-16T19:22:41.505Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-03-16T19:22:41.505Z] ---> Running in 223171671da1 [2022-03-16T19:22:41.505Z] Removing intermediate container 94abb3043970 [2022-03-16T19:22:41.505Z] ---> 74cf43cc27d8 [2022-03-16T19:22:41.505Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-16T19:22:41.505Z] ---> Running in f1c2ae5996d6 [2022-03-16T19:22:41.505Z] Removing intermediate container a5ac46df031e [2022-03-16T19:22:41.505Z] ---> afcb5fa10130 [2022-03-16T19:22:41.505Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-03-16T19:22:41.505Z] Removing intermediate container a9463863c6e4 [2022-03-16T19:22:41.505Z] ---> fa5236a4a46a [2022-03-16T19:22:41.505Z] Step 5/21 : RUN apk add --update --no-cache make git [2022-03-16T19:22:41.505Z] Removing intermediate container 941ac50a6085 [2022-03-16T19:22:41.505Z] ---> 57c586dde5b8 [2022-03-16T19:22:41.505Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-03-16T19:22:41.505Z] ---> Running in 1fcfe0ee46cc [2022-03-16T19:22:41.505Z] ---> Running in 8524d6bf831e [2022-03-16T19:22:41.505Z] ---> Running in 9f3ae32b14ec [2022-03-16T19:22:41.505Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-16T19:22:41.505Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-16T19:22:41.505Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-16T19:22:41.505Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-16T19:22:41.505Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-16T19:22:41.505Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-16T19:22:41.784Z] OK: 220 MiB in 52 packages [2022-03-16T19:22:42.066Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-16T19:22:42.066Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-16T19:22:42.357Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-16T19:22:42.357Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-16T19:22:43.360Z] Removing intermediate container 223171671da1 [2022-03-16T19:22:43.360Z] ---> 67c541d475fc [2022-03-16T19:22:43.360Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-16T19:22:43.652Z] OK: 220 MiB in 52 packages [2022-03-16T19:22:43.652Z] OK: 220 MiB in 52 packages [2022-03-16T19:22:43.652Z] OK: 220 MiB in 52 packages [2022-03-16T19:22:43.652Z] OK: 220 MiB in 52 packages [2022-03-16T19:22:44.650Z] ---> 15cd8e247ad2 [2022-03-16T19:22:44.650Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-16T19:22:44.650Z] ---> Running in 4e23a04e115c [2022-03-16T19:22:45.667Z] Removing intermediate container 9f3ae32b14ec [2022-03-16T19:22:45.667Z] ---> 4a8f91317c62 [2022-03-16T19:22:45.667Z] Step 6/25 : COPY go.mod vendor* ./ [2022-03-16T19:22:45.667Z] Removing intermediate container 8524d6bf831e [2022-03-16T19:22:45.667Z] ---> 93793ba2c564 [2022-03-16T19:22:45.667Z] Step 6/21 : COPY go.mod vendor* ./ [2022-03-16T19:22:45.945Z] Removing intermediate container f1c2ae5996d6 [2022-03-16T19:22:45.945Z] ---> 9d308fa4a542 [2022-03-16T19:22:45.945Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-16T19:22:45.946Z] Removing intermediate container 1fcfe0ee46cc [2022-03-16T19:22:45.946Z] ---> 324faf48aa82 [2022-03-16T19:22:45.946Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-16T19:22:46.943Z] ---> 5d01453e5860 [2022-03-16T19:22:46.943Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-16T19:22:47.226Z] ---> Running in e59a0b9d62d0 [2022-03-16T19:22:47.226Z] ---> f0f23ae09218 [2022-03-16T19:22:47.226Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-16T19:22:47.515Z] ---> c1324dfc6b8f [2022-03-16T19:22:47.515Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-16T19:22:47.515Z] ---> Running in 5308139d1da8 [2022-03-16T19:22:47.515Z] ---> f7f4499300bb [2022-03-16T19:22:47.515Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-16T19:22:47.797Z] ---> Running in 9137010d3012 [2022-03-16T19:22:47.797Z] ---> Running in 0eff6d6b219d [2022-03-16T19:22:49.248Z] Removing intermediate container 4e23a04e115c [2022-03-16T19:22:49.248Z] ---> 08c27ee8d041 [2022-03-16T19:22:49.248Z] Step 8/22 : COPY . . [2022-03-16T19:22:56.009Z] Removing intermediate container e59a0b9d62d0 [2022-03-16T19:22:56.009Z] ---> 12d4b7708ec7 [2022-03-16T19:22:56.009Z] Step 8/25 : COPY . . [2022-03-16T19:22:56.009Z] Removing intermediate container 9137010d3012 [2022-03-16T19:22:56.009Z] ---> 7b1d060bdf19 [2022-03-16T19:22:56.009Z] Step 8/21 : COPY . . [2022-03-16T19:22:56.009Z] Removing intermediate container 5308139d1da8 [2022-03-16T19:22:56.009Z] ---> acd925a7e431 [2022-03-16T19:22:56.009Z] Step 8/23 : COPY . . [2022-03-16T19:22:56.009Z] Removing intermediate container 0eff6d6b219d [2022-03-16T19:22:56.009Z] ---> 171811043297 [2022-03-16T19:22:56.009Z] Step 8/23 : COPY . . [2022-03-16T19:23:18.221Z] ---> 0e7b981d4c63 [2022-03-16T19:23:18.221Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-03-16T19:23:18.221Z] ---> Running in 86dfcf567ea7 [2022-03-16T19:23:18.221Z] 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 [2022-03-16T19:23:28.416Z] ---> f3c5031e8090 [2022-03-16T19:23:28.416Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-03-16T19:23:28.416Z] ---> 210f484da41f [2022-03-16T19:23:28.416Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-03-16T19:23:28.416Z] ---> b98f150bdc35 [2022-03-16T19:23:28.416Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-03-16T19:23:28.417Z] ---> e4e6cb292407 [2022-03-16T19:23:28.417Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-03-16T19:23:28.417Z] ---> Running in 15577965ae8c [2022-03-16T19:23:28.417Z] ---> Running in bae885a736a5 [2022-03-16T19:23:28.417Z] ---> Running in b5714cd65481 [2022-03-16T19:23:28.417Z] ---> Running in 6e7a97cbd168 [2022-03-16T19:23:30.435Z] 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 [2022-03-16T19:23:31.438Z] 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 [2022-03-16T19:23:31.438Z] 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 [2022-03-16T19:23:31.438Z] 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 [2022-03-16T19:25:53.407Z] Removing intermediate container 86dfcf567ea7 [2022-03-16T19:25:53.407Z] ---> 61b653002798 [2022-03-16T19:25:53.407Z] [2022-03-16T19:25:53.407Z] Step 10/22 : FROM alpine:3.14 [2022-03-16T19:25:53.407Z] 3.14: Pulling from library/alpine [2022-03-16T19:25:53.407Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-03-16T19:25:53.407Z] Status: Downloaded newer image for alpine:3.14 [2022-03-16T19:25:53.407Z] ---> 5b8b7b635229 [2022-03-16T19:25:53.407Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-03-16T19:25:53.407Z] ---> Running in 611a0ae217f0 [2022-03-16T19:25:53.407Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-16T19:25:53.407Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-16T19:25:53.407Z] (1/2) Installing ca-certificates (20211220-r0) [2022-03-16T19:25:53.407Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-03-16T19:25:53.407Z] Executing busybox-1.33.1-r6.trigger [2022-03-16T19:25:53.407Z] Executing ca-certificates-20211220-r0.trigger [2022-03-16T19:25:53.407Z] OK: 6 MiB in 16 packages [2022-03-16T19:25:53.407Z] 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 [2022-03-16T19:25:53.407Z] Removing intermediate container 611a0ae217f0 [2022-03-16T19:25:53.407Z] ---> 5187751a8d59 [2022-03-16T19:25:53.407Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-16T19:25:53.407Z] ---> Running in 5177f60b8b32 [2022-03-16T19:25:53.407Z] Removing intermediate container 5177f60b8b32 [2022-03-16T19:25:53.407Z] ---> 61030ad5099d [2022-03-16T19:25:53.407Z] Step 13/22 : ENV APP_PORT=59860 [2022-03-16T19:25:53.407Z] ---> Running in 0a4be546e7d2 [2022-03-16T19:25:53.407Z] Removing intermediate container 0a4be546e7d2 [2022-03-16T19:25:53.407Z] ---> a9039b2b7633 [2022-03-16T19:25:53.407Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-16T19:25:53.407Z] ---> Running in 41c3a64e93f3 [2022-03-16T19:25:53.407Z] Removing intermediate container 41c3a64e93f3 [2022-03-16T19:25:53.407Z] ---> 91cd2dec6f9b [2022-03-16T19:25:53.407Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-16T19:25:53.407Z] ---> b6efec83a912 [2022-03-16T19:25:53.407Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-03-16T19:25:53.407Z] 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 [2022-03-16T19:25:54.013Z] ---> 7ad7be3f3a41 [2022-03-16T19:25:54.013Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-03-16T19:25:55.002Z] ---> 868bd7ea563c [2022-03-16T19:25:55.002Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-03-16T19:25:55.002Z] ---> Running in 6f7d0555d5c7 [2022-03-16T19:25:55.988Z] Removing intermediate container 6f7d0555d5c7 [2022-03-16T19:25:55.988Z] ---> cabe464e466c [2022-03-16T19:25:55.988Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-16T19:25:55.988Z] ---> Running in 5378538593db [2022-03-16T19:25:56.980Z] Removing intermediate container 5378538593db [2022-03-16T19:25:56.980Z] ---> 597985ba7227 [2022-03-16T19:25:56.980Z] Step 20/22 : LABEL arch=arm64 [2022-03-16T19:25:57.266Z] ---> Running in d2f8bf647fd8 [2022-03-16T19:25:58.265Z] Removing intermediate container d2f8bf647fd8 [2022-03-16T19:25:58.265Z] ---> f567afc598ff [2022-03-16T19:25:58.265Z] Step 21/22 : LABEL git_sha=1514baf59d57da427e2e6b69447ab663107cc399 [2022-03-16T19:25:58.265Z] ---> Running in f4bdddeff8ec [2022-03-16T19:25:59.266Z] Removing intermediate container f4bdddeff8ec [2022-03-16T19:25:59.266Z] ---> b39f050f3e70 [2022-03-16T19:25:59.266Z] Step 22/22 : LABEL version=0.0.0 [2022-03-16T19:25:59.266Z] ---> Running in 771288cd383c [2022-03-16T19:25:59.875Z] Removing intermediate container 771288cd383c [2022-03-16T19:25:59.875Z] ---> c419c3ba4cf7 [2022-03-16T19:25:59.875Z] [2022-03-16T19:26:00.495Z] Removing intermediate container 15577965ae8c [2022-03-16T19:26:00.495Z] ---> 4576c238084f [2022-03-16T19:26:00.495Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-03-16T19:26:00.495Z] Successfully built c419c3ba4cf7 [2022-03-16T19:26:00.495Z] Successfully tagged support-notifications-arm64:latest [2022-03-16T19:26:00.495Z]  Building support-notifications ... done Building security-bootstrapper [2022-03-16T19:26:00.776Z] ---> Running in a8c6d898ba0c [2022-03-16T19:26:02.808Z] 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 [2022-03-16T19:26:09.599Z] Removing intermediate container a8c6d898ba0c [2022-03-16T19:26:09.599Z] ---> ff9f13632744 [2022-03-16T19:26:09.599Z] [2022-03-16T19:26:09.599Z] Step 11/23 : FROM docker:20.10.10 [2022-03-16T19:26:10.204Z] 20.10.10: Pulling from library/docker [2022-03-16T19:26:11.196Z] Removing intermediate container b5714cd65481 [2022-03-16T19:26:11.196Z] ---> e96ba52a9bf6 [2022-03-16T19:26:11.196Z] [2022-03-16T19:26:11.196Z] Step 10/25 : FROM alpine:3.14 [2022-03-16T19:26:11.196Z] ---> 5b8b7b635229 [2022-03-16T19:26:11.196Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-03-16T19:26:11.196Z] ---> Running in 916cd950bda5 [2022-03-16T19:26:12.652Z] Removing intermediate container bae885a736a5 [2022-03-16T19:26:12.652Z] ---> 63f6f2a9326e [2022-03-16T19:26:12.652Z] [2022-03-16T19:26:12.652Z] Step 10/21 : FROM alpine:3.14 [2022-03-16T19:26:12.652Z] ---> 5b8b7b635229 [2022-03-16T19:26:12.652Z] Step 11/21 : RUN apk add --update --no-cache curl [2022-03-16T19:26:12.930Z] ---> Running in e523adc8cc47 [2022-03-16T19:26:13.538Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-16T19:26:13.822Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-16T19:26:14.824Z] (1/3) Installing ca-certificates (20211220-r0) [2022-03-16T19:26:14.824Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-03-16T19:26:14.824Z] (3/3) Installing su-exec (0.2-r1) [2022-03-16T19:26:14.824Z] Executing busybox-1.33.1-r6.trigger [2022-03-16T19:26:14.824Z] Executing ca-certificates-20211220-r0.trigger [2022-03-16T19:26:14.824Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-16T19:26:15.100Z] OK: 6 MiB in 17 packages [2022-03-16T19:26:15.100Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-16T19:26:16.097Z] (1/5) Installing ca-certificates (20211220-r0) [2022-03-16T19:26:16.378Z] (2/5) Installing brotli-libs (1.0.9-r5) [2022-03-16T19:26:16.378Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2022-03-16T19:26:16.378Z] (4/5) Installing libcurl (7.79.1-r0) [2022-03-16T19:26:16.378Z] (5/5) Installing curl (7.79.1-r0) [2022-03-16T19:26:16.378Z] Executing busybox-1.33.1-r6.trigger [2022-03-16T19:26:16.378Z] Executing ca-certificates-20211220-r0.trigger [2022-03-16T19:26:16.658Z] OK: 8 MiB in 19 packages [2022-03-16T19:26:18.119Z] Removing intermediate container 916cd950bda5 [2022-03-16T19:26:18.119Z] ---> 6704de541a18 [2022-03-16T19:26:18.119Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-16T19:26:18.119Z] ---> Running in de7c1e30ccbc [2022-03-16T19:26:18.738Z] Removing intermediate container de7c1e30ccbc [2022-03-16T19:26:18.738Z] ---> 4661ba0ee92e [2022-03-16T19:26:18.738Z] Step 13/25 : WORKDIR / [2022-03-16T19:26:19.021Z] ---> Running in 203d1a45050b [2022-03-16T19:26:19.021Z] Removing intermediate container e523adc8cc47 [2022-03-16T19:26:19.021Z] ---> ef2ffa9f1d10 [2022-03-16T19:26:19.021Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-03-16T19:26:19.297Z] ---> Running in 86e23fbd0b9c [2022-03-16T19:26:19.575Z] Removing intermediate container 203d1a45050b [2022-03-16T19:26:19.575Z] ---> d058650e230b [2022-03-16T19:26:19.575Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-03-16T19:26:19.856Z] Removing intermediate container 86e23fbd0b9c [2022-03-16T19:26:19.856Z] ---> ad1e82d125c2 [2022-03-16T19:26:19.856Z] Step 13/21 : WORKDIR /edgex [2022-03-16T19:26:19.856Z] ---> Running in e2d4ddc452f0 [2022-03-16T19:26:20.456Z] Removing intermediate container 6e7a97cbd168 [2022-03-16T19:26:20.456Z] ---> 62cc87070d5e [2022-03-16T19:26:20.456Z] [2022-03-16T19:26:20.456Z] Step 10/23 : FROM alpine:3.14 [2022-03-16T19:26:20.456Z] ---> 5b8b7b635229 [2022-03-16T19:26:20.456Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-16T19:26:20.739Z] ---> Running in c0bfddd974a4 [2022-03-16T19:26:20.739Z] Removing intermediate container e2d4ddc452f0 [2022-03-16T19:26:20.739Z] ---> 08ca7573ff27 [2022-03-16T19:26:20.739Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-03-16T19:26:21.016Z] ---> b8248f2a05f2 [2022-03-16T19:26:21.016Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-03-16T19:26:22.208Z] ---> a97778e082a8 [2022-03-16T19:26:22.208Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-03-16T19:26:23.058Z] ---> 7a1f368bca15 [2022-03-16T19:26:23.058Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-03-16T19:26:23.058Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-16T19:26:23.058Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-16T19:26:24.082Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-03-16T19:26:24.082Z] Executing busybox-1.33.1-r6.trigger [2022-03-16T19:26:24.082Z] OK: 6 MiB in 15 packages [2022-03-16T19:26:25.067Z] ---> c18bd9cb6ea0 [2022-03-16T19:26:25.067Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-03-16T19:26:25.668Z] ---> 8f5a84682bd6 [2022-03-16T19:26:25.669Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-03-16T19:26:25.669Z] Removing intermediate container c0bfddd974a4 [2022-03-16T19:26:25.669Z] ---> ccefd73729a3 [2022-03-16T19:26:25.669Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-16T19:26:25.669Z] ---> Running in 32a9245ae758 [2022-03-16T19:26:26.313Z] ---> 2aa4c252068b [2022-03-16T19:26:26.313Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-03-16T19:26:26.601Z] Removing intermediate container 32a9245ae758 [2022-03-16T19:26:26.601Z] ---> 9025d595e662 [2022-03-16T19:26:26.601Z] Step 13/23 : ENV APP_PORT=59881 [2022-03-16T19:26:26.880Z] ---> Running in 6dad0984cea3 [2022-03-16T19:26:27.500Z] Removing intermediate container 6dad0984cea3 [2022-03-16T19:26:27.500Z] ---> 5bf1567dc3b0 [2022-03-16T19:26:27.500Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-16T19:26:27.779Z] ---> Running in ddcf434c7895 [2022-03-16T19:26:28.377Z] Removing intermediate container ddcf434c7895 [2022-03-16T19:26:28.377Z] ---> 00d36463fbd9 [2022-03-16T19:26:28.377Z] Step 15/23 : WORKDIR / [2022-03-16T19:26:28.377Z] ---> 6a0341198946 [2022-03-16T19:26:28.377Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2022-03-16T19:26:28.377Z] ---> Running in 9994892393c4 [2022-03-16T19:26:28.661Z] ---> Running in 0ed7e472d9b0 [2022-03-16T19:26:28.661Z] ---> daf7f141b25c [2022-03-16T19:26:28.661Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-03-16T19:26:29.276Z] Removing intermediate container 9994892393c4 [2022-03-16T19:26:29.276Z] ---> 1735fbca6147 [2022-03-16T19:26:29.276Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-16T19:26:29.276Z] Removing intermediate container 0ed7e472d9b0 [2022-03-16T19:26:29.276Z] ---> 194e5ca1cb79 [2022-03-16T19:26:29.276Z] Step 18/21 : CMD ["--init=true"] [2022-03-16T19:26:29.552Z] ---> Running in 70765d2ce69a [2022-03-16T19:26:30.163Z] Removing intermediate container 70765d2ce69a [2022-03-16T19:26:30.163Z] ---> 6e0bdb8bfba3 [2022-03-16T19:26:30.163Z] Step 19/21 : LABEL arch=arm64 [2022-03-16T19:26:30.163Z] ---> Running in 6247a87a5943 [2022-03-16T19:26:30.438Z] ---> c21764a415c9 [2022-03-16T19:26:30.438Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-03-16T19:26:31.037Z] Removing intermediate container 6247a87a5943 [2022-03-16T19:26:31.037Z] ---> b4cf5fbd7ff1 [2022-03-16T19:26:31.037Z] Step 20/21 : LABEL git_sha=1514baf59d57da427e2e6b69447ab663107cc399 [2022-03-16T19:26:31.320Z] ---> 2115720a4402 [2022-03-16T19:26:31.320Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-03-16T19:26:31.320Z] ---> Running in d1093daec9d1 [2022-03-16T19:26:31.595Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-16T19:26:31.595Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-03-16T19:26:31.595Z] ---> 94ff52ebcc4b [2022-03-16T19:26:31.595Z] Step 3/31 : WORKDIR /edgex-go [2022-03-16T19:26:31.595Z] ---> Using cache [2022-03-16T19:26:31.595Z] ---> 8d7b5e8bc3a2 [2022-03-16T19:26:31.595Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T19:26:31.595Z] ---> Using cache [2022-03-16T19:26:31.595Z] ---> afcb5fa10130 [2022-03-16T19:26:31.595Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-03-16T19:26:31.595Z] ---> Running in 30207b63b7af [2022-03-16T19:26:32.199Z] Removing intermediate container d1093daec9d1 [2022-03-16T19:26:32.199Z] ---> 8c9ec7994168 [2022-03-16T19:26:32.199Z] Step 21/21 : LABEL version=0.0.0 [2022-03-16T19:26:32.481Z] ---> Running in 680ed85a63a6 [2022-03-16T19:26:32.756Z] ---> f5dd422d43bc [2022-03-16T19:26:32.756Z] 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/ [2022-03-16T19:26:32.756Z] ---> Running in 7fe9b089e958 [2022-03-16T19:26:33.366Z] ---> 74bd69b9e6e7 [2022-03-16T19:26:33.366Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-03-16T19:26:33.366Z] Removing intermediate container 680ed85a63a6 [2022-03-16T19:26:33.366Z] ---> d00bed26b4d5 [2022-03-16T19:26:33.366Z] [2022-03-16T19:26:33.642Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-16T19:26:33.919Z] Successfully built d00bed26b4d5 [2022-03-16T19:26:33.919Z] Successfully tagged security-proxy-setup-arm64:latest [2022-03-16T19:26:33.919Z] Building core-command [2022-03-16T19:26:34.478Z]  Building security-proxy-setup ... done  ---> 7f2cf0c96bb9 [2022-03-16T19:26:34.478Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-03-16T19:26:34.478Z] ---> Running in 6e1801bac095 [2022-03-16T19:26:34.478Z] Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 [2022-03-16T19:26:34.478Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-16T19:26:34.478Z] Status: Downloaded newer image for docker:20.10.10 [2022-03-16T19:26:34.478Z] ---> 520e9a0a30f7 [2022-03-16T19:26:34.478Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-03-16T19:26:34.762Z] ---> Running in 4a2f72cfa700 [2022-03-16T19:26:35.363Z] Removing intermediate container 6e1801bac095 [2022-03-16T19:26:35.363Z] ---> 9c0a90707681 [2022-03-16T19:26:35.363Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-16T19:26:35.644Z] OK: 220 MiB in 52 packages [2022-03-16T19:26:35.644Z] ---> Running in 5155520244e8 [2022-03-16T19:26:35.931Z] Removing intermediate container 4a2f72cfa700 [2022-03-16T19:26:35.931Z] ---> 3af571f14eb2 [2022-03-16T19:26:35.931Z] 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 [2022-03-16T19:26:35.931Z] Removing intermediate container 7fe9b089e958 [2022-03-16T19:26:35.931Z] ---> ba57c5f48489 [2022-03-16T19:26:35.931Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-03-16T19:26:36.220Z] ---> Running in 1211c4b319e8 [2022-03-16T19:26:36.220Z] ---> Running in 2916b8b8c63c [2022-03-16T19:26:36.511Z] Removing intermediate container 5155520244e8 [2022-03-16T19:26:36.511Z] ---> 9040b3df22ed [2022-03-16T19:26:36.511Z] Step 21/23 : LABEL arch=arm64 [2022-03-16T19:26:36.804Z] ---> Running in d1c39599ace0 [2022-03-16T19:26:37.097Z] Removing intermediate container 2916b8b8c63c [2022-03-16T19:26:37.097Z] ---> ccd73aa6cea5 [2022-03-16T19:26:37.097Z] Step 23/25 : LABEL arch=arm64 [2022-03-16T19:26:37.383Z] ---> Running in 463a8c43d4a3 [2022-03-16T19:26:37.383Z] Removing intermediate container 30207b63b7af [2022-03-16T19:26:37.383Z] ---> f49a56d669f8 [2022-03-16T19:26:37.383Z] Step 6/31 : COPY go.mod vendor* ./ [2022-03-16T19:26:37.658Z] Removing intermediate container d1c39599ace0 [2022-03-16T19:26:37.659Z] ---> adcb38987838 [2022-03-16T19:26:37.659Z] Step 22/23 : LABEL git_sha=1514baf59d57da427e2e6b69447ab663107cc399 [2022-03-16T19:26:37.937Z] ---> Running in c26e3f9b8831 [2022-03-16T19:26:37.937Z] Removing intermediate container 463a8c43d4a3 [2022-03-16T19:26:37.937Z] ---> 66d3685d6e03 [2022-03-16T19:26:37.937Z] Step 24/25 : LABEL git_sha=1514baf59d57da427e2e6b69447ab663107cc399 [2022-03-16T19:26:38.216Z] ---> Running in 22b6a8f841e3 [2022-03-16T19:26:38.500Z] Removing intermediate container c26e3f9b8831 [2022-03-16T19:26:38.500Z] ---> 920f92809bce [2022-03-16T19:26:38.500Z] Step 23/23 : LABEL version=0.0.0 [2022-03-16T19:26:38.500Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-16T19:26:38.780Z] Removing intermediate container 22b6a8f841e3 [2022-03-16T19:26:38.780Z] ---> b3ab48c93319 [2022-03-16T19:26:38.780Z] Step 25/25 : LABEL version=0.0.0 [2022-03-16T19:26:38.780Z] ---> Running in 321d6af37d5b [2022-03-16T19:26:38.780Z] ---> ac82ad9aca76 [2022-03-16T19:26:38.780Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-16T19:26:38.780Z] ---> Running in 69ced7d68fbd [2022-03-16T19:26:39.058Z] ---> Running in f2ba445f7b71 [2022-03-16T19:26:39.058Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-16T19:26:39.670Z] Removing intermediate container 321d6af37d5b [2022-03-16T19:26:39.670Z] ---> dc003bc66e3e [2022-03-16T19:26:39.670Z] [2022-03-16T19:26:39.948Z] Removing intermediate container 69ced7d68fbd [2022-03-16T19:26:39.948Z] ---> a49f68a68eeb [2022-03-16T19:26:39.948Z] [2022-03-16T19:26:40.220Z] (1/42) Installing readline (8.1.0-r0) [2022-03-16T19:26:40.220Z] (2/42) Installing bash (5.1.4-r0) [2022-03-16T19:26:40.220Z] Executing bash-5.1.4-r0.post-install [2022-03-16T19:26:40.220Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-03-16T19:26:40.220Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-03-16T19:26:40.221Z] (5/42) Installing libcurl (7.79.1-r0) [2022-03-16T19:26:40.221Z] (6/42) Installing curl (7.79.1-r0) [2022-03-16T19:26:40.493Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-03-16T19:26:40.493Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-03-16T19:26:40.493Z] (9/42) Installing expat (2.4.7-r0) [2022-03-16T19:26:40.493Z] Successfully built dc003bc66e3e [2022-03-16T19:26:40.493Z] (10/42) Installing libffi (3.3-r2) [2022-03-16T19:26:40.493Z] (11/42) Installing gdbm (1.19-r0) [2022-03-16T19:26:40.493Z] (12/42) Installing xz-libs (5.2.5-r0) [2022-03-16T19:26:40.493Z] Successfully tagged core-metadata-arm64:latest [2022-03-16T19:26:40.493Z]  Building core-metadata ... done Building core-data [2022-03-16T19:26:40.493Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-03-16T19:26:40.493Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-16T19:26:40.493Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-03-16T19:26:40.493Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-03-16T19:26:40.493Z] Successfully built a49f68a68eeb [2022-03-16T19:26:40.493Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-03-16T19:26:40.493Z]  Building security-secretstore-setup ... done Building support-scheduler [2022-03-16T19:26:40.493Z] (17/42) Installing python3 (3.9.5-r2) [2022-03-16T19:26:43.143Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2022-03-16T19:26:43.143Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-03-16T19:26:43.143Z] (20/42) Installing py3-idna (3.2-r0) [2022-03-16T19:26:43.143Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-03-16T19:26:43.143Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-03-16T19:26:43.143Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-03-16T19:26:43.143Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-03-16T19:26:43.143Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-03-16T19:26:43.143Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-03-16T19:26:43.143Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-03-16T19:26:43.143Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-03-16T19:26:43.143Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-03-16T19:26:43.143Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-03-16T19:26:43.143Z] (31/42) Installing py3-six (1.15.0-r1) [2022-03-16T19:26:43.143Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-03-16T19:26:43.430Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-03-16T19:26:43.430Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-03-16T19:26:43.430Z] (35/42) Installing py3-packaging (20.9-r1) [2022-03-16T19:26:43.430Z] Removing intermediate container f2ba445f7b71 [2022-03-16T19:26:43.430Z] ---> 6f2ec84fe9d0 [2022-03-16T19:26:43.430Z] Step 8/31 : COPY . . [2022-03-16T19:26:43.430Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-03-16T19:26:43.430Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-03-16T19:26:43.430Z] (38/42) Installing py3-progress (1.5-r2) [2022-03-16T19:26:43.430Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-03-16T19:26:43.430Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-03-16T19:26:43.430Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-03-16T19:26:43.709Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-03-16T19:26:44.316Z] Executing busybox-1.33.1-r6.trigger [2022-03-16T19:26:44.316Z] OK: 84 MiB in 64 packages [2022-03-16T19:26:49.751Z] Collecting docker-compose==1.23.2 [2022-03-16T19:26:49.751Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-03-16T19:26:49.751Z] Collecting cached-property<2,>=1.2.0 [2022-03-16T19:26:49.751Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-03-16T19:26:49.751Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) [2022-03-16T19:26:50.733Z] Collecting PyYAML<4,>=3.10 [2022-03-16T19:26:50.733Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-03-16T19:26:55.056Z] Collecting jsonschema<3,>=2.5.1 [2022-03-16T19:26:55.056Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-03-16T19:26:55.056Z] Collecting texttable<0.10,>=0.9.0 [2022-03-16T19:26:55.056Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-03-16T19:26:57.042Z] Collecting dockerpty<0.5,>=0.4.1 [2022-03-16T19:26:57.042Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-03-16T19:26:59.040Z] Collecting docopt<0.7,>=0.6.1 [2022-03-16T19:26:59.040Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-03-16T19:27:01.025Z] ---> dfdcbfd08af5 [2022-03-16T19:27:01.025Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-03-16T19:27:01.025Z] ---> Running in b195769c167e [2022-03-16T19:27:02.009Z] Collecting websocket-client<1.0,>=0.32.0 [2022-03-16T19:27:02.009Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-03-16T19:27:02.618Z] Collecting docker<4.0,>=3.6.0 [2022-03-16T19:27:02.618Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-03-16T19:27:02.618Z] 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 [2022-03-16T19:27:04.058Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-03-16T19:27:04.058Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-03-16T19:27:04.335Z] Collecting docker-pycreds>=0.4.0 [2022-03-16T19:27:04.335Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-03-16T19:27:05.338Z] Collecting chardet<3.1.0,>=3.0.2 [2022-03-16T19:27:05.338Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-03-16T19:27:05.338Z] 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) [2022-03-16T19:27:06.336Z] Collecting urllib3<1.25,>=1.21.1 [2022-03-16T19:27:06.336Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-03-16T19:27:06.617Z] Collecting idna<2.8,>=2.5 [2022-03-16T19:27:06.617Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-03-16T19:27:06.898Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-03-16T19:27:06.898Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-03-16T19:27:06.899Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-03-16T19:27:06.899Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-03-16T19:27:08.347Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-03-16T19:27:08.347Z] Attempting uninstall: urllib3 [2022-03-16T19:27:08.347Z] Found existing installation: urllib3 1.26.5 [2022-03-16T19:27:08.347Z] Uninstalling urllib3-1.26.5: [2022-03-16T19:27:08.347Z] Successfully uninstalled urllib3-1.26.5 [2022-03-16T19:27:08.954Z] Attempting uninstall: idna [2022-03-16T19:27:08.954Z] Found existing installation: idna 3.2 [2022-03-16T19:27:08.954Z] Uninstalling idna-3.2: [2022-03-16T19:27:09.233Z] Successfully uninstalled idna-3.2 [2022-03-16T19:27:10.226Z] Attempting uninstall: chardet [2022-03-16T19:27:10.226Z] Found existing installation: chardet 4.0.0 [2022-03-16T19:27:10.226Z] Uninstalling chardet-4.0.0: [2022-03-16T19:27:10.504Z] Successfully uninstalled chardet-4.0.0 [2022-03-16T19:27:11.974Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-16T19:27:11.974Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-16T19:27:11.974Z] ---> 94ff52ebcc4b [2022-03-16T19:27:11.974Z] Step 3/23 : WORKDIR /edgex-go [2022-03-16T19:27:11.974Z] ---> Using cache [2022-03-16T19:27:11.974Z] ---> 8d7b5e8bc3a2 [2022-03-16T19:27:11.974Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T19:27:11.974Z] ---> Using cache [2022-03-16T19:27:11.974Z] ---> afcb5fa10130 [2022-03-16T19:27:11.974Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-03-16T19:27:11.974Z] ---> Using cache [2022-03-16T19:27:11.974Z] ---> f49a56d669f8 [2022-03-16T19:27:11.974Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-16T19:27:11.974Z] ---> Using cache [2022-03-16T19:27:11.974Z] ---> ac82ad9aca76 [2022-03-16T19:27:11.974Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-16T19:27:11.974Z] ---> Using cache [2022-03-16T19:27:11.974Z] ---> 6f2ec84fe9d0 [2022-03-16T19:27:11.974Z] Step 8/23 : COPY . . [2022-03-16T19:27:11.974Z] ---> Using cache [2022-03-16T19:27:11.974Z] ---> dfdcbfd08af5 [2022-03-16T19:27:11.974Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-03-16T19:27:12.265Z] ---> Running in ac4fdc57f5d3 [2022-03-16T19:27:12.862Z] Attempting uninstall: requests [2022-03-16T19:27:12.862Z] Found existing installation: requests 2.25.1 [2022-03-16T19:27:12.862Z] Uninstalling requests-2.25.1: [2022-03-16T19:27:12.862Z] Successfully uninstalled requests-2.25.1 [2022-03-16T19:27:13.471Z] Running setup.py install for texttable: started [2022-03-16T19:27:14.457Z] 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 [2022-03-16T19:27:15.896Z] Running setup.py install for texttable: finished with status 'done' [2022-03-16T19:27:15.896Z] Running setup.py install for PyYAML: started [2022-03-16T19:27:19.316Z] Running setup.py install for PyYAML: finished with status 'done' [2022-03-16T19:27:19.925Z] Running setup.py install for docopt: started [2022-03-16T19:27:23.366Z] Running setup.py install for docopt: finished with status 'done' [2022-03-16T19:27:23.366Z] Running setup.py install for dockerpty: started [2022-03-16T19:27:26.154Z] Running setup.py install for dockerpty: finished with status 'done' [2022-03-16T19:27:28.201Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-16T19:27:28.202Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-03-16T19:27:28.202Z] ---> 94ff52ebcc4b [2022-03-16T19:27:28.202Z] Step 3/22 : WORKDIR /edgex-go [2022-03-16T19:27:28.202Z] ---> Using cache [2022-03-16T19:27:28.202Z] ---> 8d7b5e8bc3a2 [2022-03-16T19:27:28.202Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T19:27:28.202Z] ---> Using cache [2022-03-16T19:27:28.202Z] ---> afcb5fa10130 [2022-03-16T19:27:28.202Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-03-16T19:27:28.202Z] ---> Using cache [2022-03-16T19:27:28.202Z] ---> f49a56d669f8 [2022-03-16T19:27:28.202Z] Step 6/22 : COPY go.mod vendor* ./ [2022-03-16T19:27:28.202Z] ---> Using cache [2022-03-16T19:27:28.202Z] ---> ac82ad9aca76 [2022-03-16T19:27:28.202Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-16T19:27:28.202Z] ---> Using cache [2022-03-16T19:27:28.202Z] ---> 6f2ec84fe9d0 [2022-03-16T19:27:28.202Z] Step 8/22 : COPY . . [2022-03-16T19:27:28.202Z] ---> Using cache [2022-03-16T19:27:28.202Z] ---> dfdcbfd08af5 [2022-03-16T19:27:28.202Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-03-16T19:27:28.478Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-03-16T19:27:28.478Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-03-16T19:27:28.478Z] ---> 94ff52ebcc4b [2022-03-16T19:27:28.478Z] Step 3/23 : WORKDIR /edgex-go [2022-03-16T19:27:28.478Z] ---> Using cache [2022-03-16T19:27:28.478Z] ---> 8d7b5e8bc3a2 [2022-03-16T19:27:28.478Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T19:27:28.478Z] ---> Using cache [2022-03-16T19:27:28.478Z] ---> afcb5fa10130 [2022-03-16T19:27:28.478Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-03-16T19:27:28.755Z] ---> Running in a6f6fbf70d13 [2022-03-16T19:27:28.755Z] ---> Running in 09a921b66919 [2022-03-16T19:27:28.755Z] 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 [2022-03-16T19:27:31.387Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-16T19:27:31.387Z] 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 [2022-03-16T19:27:32.364Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-16T19:27:33.809Z] OK: 220 MiB in 52 packages [2022-03-16T19:27:35.789Z] Removing intermediate container 09a921b66919 [2022-03-16T19:27:35.789Z] ---> 667d680e0f00 [2022-03-16T19:27:35.789Z] Step 6/23 : COPY go.mod vendor* ./ [2022-03-16T19:27:37.243Z] ---> 36164fe5b025 [2022-03-16T19:27:37.243Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-16T19:27:37.518Z] ---> Running in 4e5a5a513124 [2022-03-16T19:27:45.821Z] Removing intermediate container 4e5a5a513124 [2022-03-16T19:27:45.821Z] ---> cfd5199a7286 [2022-03-16T19:27:45.821Z] Step 8/23 : COPY . . [2022-03-16T19:27:45.821Z] Removing intermediate container 1211c4b319e8 [2022-03-16T19:27:45.821Z] ---> ff47a0f9c5ca [2022-03-16T19:27:45.821Z] Step 14/23 : ENV APP_PORT=58890 [2022-03-16T19:27:45.821Z] ---> Running in d102cdcd9af4 [2022-03-16T19:27:46.425Z] Removing intermediate container d102cdcd9af4 [2022-03-16T19:27:46.425Z] ---> 8c3c2569c23c [2022-03-16T19:27:46.425Z] Step 15/23 : EXPOSE $APP_PORT [2022-03-16T19:27:46.702Z] ---> Running in 30b80d543fe4 [2022-03-16T19:27:47.318Z] Removing intermediate container 30b80d543fe4 [2022-03-16T19:27:47.318Z] ---> 589e39f9b2e8 [2022-03-16T19:27:47.318Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-03-16T19:27:49.964Z] ---> c79da197b34a [2022-03-16T19:27:49.964Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-03-16T19:27:51.424Z] ---> aeef1e67107d [2022-03-16T19:27:51.424Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-03-16T19:27:53.426Z] ---> 5873f4143365 [2022-03-16T19:27:53.426Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-03-16T19:27:53.426Z] ---> Running in 086ab007ef75 [2022-03-16T19:27:54.050Z] Removing intermediate container 086ab007ef75 [2022-03-16T19:27:54.050Z] ---> 80575b677358 [2022-03-16T19:27:54.050Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-16T19:27:54.050Z] ---> Running in 819b3f197e40 [2022-03-16T19:27:55.042Z] Removing intermediate container 819b3f197e40 [2022-03-16T19:27:55.042Z] ---> ad834b5bd5e3 [2022-03-16T19:27:55.042Z] Step 21/23 : LABEL arch=arm64 [2022-03-16T19:27:55.320Z] ---> Running in f902c541aec7 [2022-03-16T19:27:56.299Z] Removing intermediate container f902c541aec7 [2022-03-16T19:27:56.299Z] ---> fb9f38b2efdc [2022-03-16T19:27:56.299Z] Step 22/23 : LABEL git_sha=1514baf59d57da427e2e6b69447ab663107cc399 [2022-03-16T19:27:56.299Z] ---> Running in 1f92571bec73 [2022-03-16T19:27:57.286Z] Removing intermediate container 1f92571bec73 [2022-03-16T19:27:57.286Z] ---> de50e49b06f8 [2022-03-16T19:27:57.286Z] Step 23/23 : LABEL version=0.0.0 [2022-03-16T19:27:57.563Z] ---> Running in a39eea6ac0e3 [2022-03-16T19:27:58.557Z] Removing intermediate container a39eea6ac0e3 [2022-03-16T19:27:58.557Z] ---> 10a4bb1b342b [2022-03-16T19:27:58.557Z] [2022-03-16T19:27:59.159Z] Successfully built 10a4bb1b342b [2022-03-16T19:27:59.159Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-03-16T19:28:07.495Z]  Building sys-mgmt-agent ... done  ---> 3c6097cfcb50 [2022-03-16T19:28:07.495Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-03-16T19:28:07.495Z] ---> Running in 9e905a807ca3 [2022-03-16T19:28:08.945Z] 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 [2022-03-16T19:29:16.976Z] Removing intermediate container b195769c167e [2022-03-16T19:29:16.976Z] ---> c3075d481bc6 [2022-03-16T19:29:16.976Z] [2022-03-16T19:29:16.976Z] Step 10/31 : FROM alpine:3.14 [2022-03-16T19:29:16.976Z] ---> 5b8b7b635229 [2022-03-16T19:29:16.976Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-03-16T19:29:16.976Z] ---> Running in eaf97a2387f4 [2022-03-16T19:29:16.976Z] Removing intermediate container eaf97a2387f4 [2022-03-16T19:29:16.976Z] ---> 78b127870688 [2022-03-16T19:29:16.976Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-03-16T19:29:16.976Z] ---> Running in 5111d550689a [2022-03-16T19:29:16.976Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-16T19:29:16.976Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-16T19:29:16.976Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-03-16T19:29:16.976Z] (2/2) Installing su-exec (0.2-r1) [2022-03-16T19:29:16.976Z] Executing busybox-1.33.1-r6.trigger [2022-03-16T19:29:16.976Z] OK: 6 MiB in 16 packages [2022-03-16T19:29:16.976Z] Removing intermediate container 5111d550689a [2022-03-16T19:29:16.976Z] ---> fa8974c36ebb [2022-03-16T19:29:16.976Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-03-16T19:29:16.976Z] ---> Running in bbf3391904e3 [2022-03-16T19:29:16.976Z] Removing intermediate container bbf3391904e3 [2022-03-16T19:29:16.976Z] ---> f8bb5b2883cc [2022-03-16T19:29:16.976Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-03-16T19:29:16.976Z] ---> Running in 17d2624e6a0f [2022-03-16T19:29:16.976Z] Removing intermediate container 17d2624e6a0f [2022-03-16T19:29:16.976Z] ---> 9240e6ed568a [2022-03-16T19:29:16.976Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-03-16T19:29:17.252Z] ---> Running in fcd34dc6990b [2022-03-16T19:29:18.708Z] Removing intermediate container ac4fdc57f5d3 [2022-03-16T19:29:18.708Z] ---> d2c7e5285f5e [2022-03-16T19:29:18.708Z] [2022-03-16T19:29:18.708Z] Step 10/23 : FROM alpine:3.14 [2022-03-16T19:29:18.708Z] ---> 5b8b7b635229 [2022-03-16T19:29:18.708Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-03-16T19:29:18.708Z] ---> Using cache [2022-03-16T19:29:18.708Z] ---> ccefd73729a3 [2022-03-16T19:29:18.708Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-16T19:29:18.708Z] ---> Using cache [2022-03-16T19:29:18.708Z] ---> 9025d595e662 [2022-03-16T19:29:18.708Z] Step 13/23 : ENV APP_PORT=59882 [2022-03-16T19:29:18.708Z] ---> Running in 8f95de3057b8 [2022-03-16T19:29:19.314Z] Removing intermediate container 8f95de3057b8 [2022-03-16T19:29:19.314Z] ---> e9eeceb160bd [2022-03-16T19:29:19.314Z] Step 14/23 : EXPOSE $APP_PORT [2022-03-16T19:29:19.314Z] ---> Running in 0fe70e155224 [2022-03-16T19:29:20.303Z] Removing intermediate container 0fe70e155224 [2022-03-16T19:29:20.303Z] ---> 09bf4f6a13c3 [2022-03-16T19:29:20.303Z] Step 15/23 : WORKDIR / [2022-03-16T19:29:20.303Z] ---> Running in 425e3c31e17e [2022-03-16T19:29:20.592Z] Removing intermediate container fcd34dc6990b [2022-03-16T19:29:20.592Z] ---> 39c76d2efa10 [2022-03-16T19:29:20.592Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-03-16T19:29:20.870Z] ---> Running in 910f29cb54ae [2022-03-16T19:29:21.143Z] Removing intermediate container 425e3c31e17e [2022-03-16T19:29:21.144Z] ---> 95f630b40a8b [2022-03-16T19:29:21.144Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-16T19:29:21.418Z] Removing intermediate container 910f29cb54ae [2022-03-16T19:29:21.696Z] ---> da70d67b4648 [2022-03-16T19:29:21.696Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-03-16T19:29:22.683Z] ---> ce31ddfdd19c [2022-03-16T19:29:22.683Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-03-16T19:29:22.683Z] ---> 7703c5951057 [2022-03-16T19:29:22.683Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-03-16T19:29:22.969Z] ---> Running in e7ca7bdc5b16 [2022-03-16T19:29:25.617Z] ---> cbadfbd0840a [2022-03-16T19:29:25.617Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-03-16T19:29:26.230Z] Removing intermediate container e7ca7bdc5b16 [2022-03-16T19:29:26.230Z] ---> 05058355ef1e [2022-03-16T19:29:26.230Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-16T19:29:26.505Z] ---> 7c610edda225 [2022-03-16T19:29:26.505Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-03-16T19:29:26.787Z] ---> Running in faa999bd8f41 [2022-03-16T19:29:27.397Z] ---> 3dac18878f8c [2022-03-16T19:29:27.397Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-03-16T19:29:27.397Z] Removing intermediate container faa999bd8f41 [2022-03-16T19:29:27.397Z] ---> ec226306441d [2022-03-16T19:29:27.397Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-16T19:29:27.684Z] ---> Running in 294ee21d8610 [2022-03-16T19:29:28.287Z] Removing intermediate container 294ee21d8610 [2022-03-16T19:29:28.287Z] ---> 9fed47a56291 [2022-03-16T19:29:28.565Z] Step 21/23 : LABEL arch=arm64 [2022-03-16T19:29:28.565Z] ---> Running in 9e81ea4331e9 [2022-03-16T19:29:29.576Z] Removing intermediate container 9e81ea4331e9 [2022-03-16T19:29:29.576Z] ---> 1341baedcdec [2022-03-16T19:29:29.576Z] Step 22/23 : LABEL git_sha=1514baf59d57da427e2e6b69447ab663107cc399 [2022-03-16T19:29:29.576Z] ---> Running in 4bfd4e89049d [2022-03-16T19:29:29.576Z] ---> c8a69be750fa [2022-03-16T19:29:29.576Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-03-16T19:29:30.568Z] Removing intermediate container 4bfd4e89049d [2022-03-16T19:29:30.568Z] ---> 3bd8756f5f08 [2022-03-16T19:29:30.568Z] Step 23/23 : LABEL version=0.0.0 [2022-03-16T19:29:30.568Z] ---> Running in 78a03b831dcc [2022-03-16T19:29:31.171Z] ---> f3f6fdf01ac3 [2022-03-16T19:29:31.171Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-03-16T19:29:31.171Z] Removing intermediate container 78a03b831dcc [2022-03-16T19:29:31.171Z] ---> c2dc3284c15b [2022-03-16T19:29:31.171Z] [2022-03-16T19:29:31.774Z] Successfully built c2dc3284c15b [2022-03-16T19:29:31.774Z] Successfully tagged core-command-arm64:latest [2022-03-16T19:29:32.053Z]  Building core-command ... done  ---> 0587bcee9fb0 [2022-03-16T19:29:32.053Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-03-16T19:29:33.045Z] ---> 879a2313c7b1 [2022-03-16T19:29:33.045Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-03-16T19:29:33.324Z] ---> Running in cb0e0a5dc09d [2022-03-16T19:29:33.932Z] Removing intermediate container cb0e0a5dc09d [2022-03-16T19:29:33.932Z] ---> 9a9cd4124f7a [2022-03-16T19:29:33.932Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-03-16T19:29:34.925Z] ---> 4d8d6215232c [2022-03-16T19:29:34.925Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-03-16T19:29:35.200Z] ---> Running in a1b11e7f6fcc [2022-03-16T19:29:39.537Z] Removing intermediate container a1b11e7f6fcc [2022-03-16T19:29:39.537Z] ---> 48253116edd1 [2022-03-16T19:29:39.537Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-03-16T19:29:39.537Z] ---> Running in ab1f2ad7913e [2022-03-16T19:29:40.240Z] Removing intermediate container ab1f2ad7913e [2022-03-16T19:29:40.240Z] ---> a32f7beefde1 [2022-03-16T19:29:40.240Z] Step 28/31 : CMD ["gate"] [2022-03-16T19:29:40.937Z] ---> Running in 6293c8ec1a8c [2022-03-16T19:29:41.284Z] Removing intermediate container a6f6fbf70d13 [2022-03-16T19:29:41.284Z] ---> 18d9fc69ca4a [2022-03-16T19:29:41.284Z] [2022-03-16T19:29:41.284Z] Step 10/22 : FROM alpine:3.14 [2022-03-16T19:29:41.284Z] ---> 5b8b7b635229 [2022-03-16T19:29:41.284Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-03-16T19:29:41.284Z] ---> Using cache [2022-03-16T19:29:41.284Z] ---> ccefd73729a3 [2022-03-16T19:29:41.284Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-03-16T19:29:41.284Z] ---> Using cache [2022-03-16T19:29:41.284Z] ---> 9025d595e662 [2022-03-16T19:29:41.284Z] Step 13/22 : ENV APP_PORT=59861 [2022-03-16T19:29:41.574Z] Removing intermediate container 6293c8ec1a8c [2022-03-16T19:29:41.574Z] ---> 431cbe7f167b [2022-03-16T19:29:41.574Z] Step 29/31 : LABEL arch=arm64 [2022-03-16T19:29:41.574Z] ---> Running in 5dacfd06804e [2022-03-16T19:29:41.854Z] ---> Running in 22fee6803caa [2022-03-16T19:29:42.555Z] Removing intermediate container 5dacfd06804e [2022-03-16T19:29:42.555Z] ---> 997ce8aa4be7 [2022-03-16T19:29:42.555Z] Step 14/22 : EXPOSE $APP_PORT [2022-03-16T19:29:42.555Z] ---> Running in eacb2d747060 [2022-03-16T19:29:42.832Z] Removing intermediate container 22fee6803caa [2022-03-16T19:29:42.832Z] ---> 78976412d707 [2022-03-16T19:29:42.832Z] Step 30/31 : LABEL git_sha=1514baf59d57da427e2e6b69447ab663107cc399 [2022-03-16T19:29:43.307Z] ---> Running in b78f5c587658 [2022-03-16T19:29:43.307Z] Removing intermediate container eacb2d747060 [2022-03-16T19:29:43.307Z] ---> 813f1a2a7728 [2022-03-16T19:29:43.307Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-16T19:29:43.962Z] Removing intermediate container b78f5c587658 [2022-03-16T19:29:43.962Z] ---> 482317683124 [2022-03-16T19:29:43.962Z] Step 31/31 : LABEL version=0.0.0 [2022-03-16T19:29:44.236Z] ---> Running in 9bedfd0e6fa1 [2022-03-16T19:29:44.839Z] ---> 4f63b1d2761b [2022-03-16T19:29:44.839Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-03-16T19:29:45.116Z] Removing intermediate container 9bedfd0e6fa1 [2022-03-16T19:29:45.116Z] ---> a398402d78a3 [2022-03-16T19:29:45.116Z] [2022-03-16T19:29:45.393Z] Successfully built a398402d78a3 [2022-03-16T19:29:45.393Z] Successfully tagged security-bootstrapper-arm64:latest [2022-03-16T19:29:46.388Z]  Building security-bootstrapper ... done  ---> 5f09035760ea [2022-03-16T19:29:46.388Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-03-16T19:29:47.374Z] ---> a2280117cc6d [2022-03-16T19:29:47.374Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-03-16T19:29:47.374Z] ---> Running in 50b62ba99ea3 [2022-03-16T19:29:47.648Z] Removing intermediate container 50b62ba99ea3 [2022-03-16T19:29:47.648Z] ---> 2d2c4abac598 [2022-03-16T19:29:47.648Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-16T19:29:47.924Z] ---> Running in e22c6da7dfdf [2022-03-16T19:29:48.202Z] Removing intermediate container e22c6da7dfdf [2022-03-16T19:29:48.202Z] ---> 2c3eaa647b35 [2022-03-16T19:29:48.202Z] Step 20/22 : LABEL arch=arm64 [2022-03-16T19:29:48.484Z] ---> Running in 5ac3dc0f1c25 [2022-03-16T19:29:48.763Z] Removing intermediate container 5ac3dc0f1c25 [2022-03-16T19:29:48.763Z] ---> 2c692828cf80 [2022-03-16T19:29:49.044Z] Step 21/22 : LABEL git_sha=1514baf59d57da427e2e6b69447ab663107cc399 [2022-03-16T19:29:49.044Z] ---> Running in 87e36e81dd0b [2022-03-16T19:29:49.319Z] Removing intermediate container 87e36e81dd0b [2022-03-16T19:29:49.319Z] ---> d00333196eac [2022-03-16T19:29:49.319Z] Step 22/22 : LABEL version=0.0.0 [2022-03-16T19:29:49.319Z] ---> Running in 590341d3bea8 [2022-03-16T19:29:49.921Z] Removing intermediate container 590341d3bea8 [2022-03-16T19:29:49.921Z] ---> b843753a6d79 [2022-03-16T19:29:49.921Z] [2022-03-16T19:29:50.195Z] Successfully built b843753a6d79 [2022-03-16T19:29:50.195Z] Successfully tagged support-scheduler-arm64:latest [2022-03-16T19:30:00.337Z]  Building support-scheduler ... done Removing intermediate container 9e905a807ca3 [2022-03-16T19:30:00.337Z] ---> e8ce94931a76 [2022-03-16T19:30:00.337Z] [2022-03-16T19:30:00.337Z] Step 10/23 : FROM alpine:3.14 [2022-03-16T19:30:00.337Z] ---> 5b8b7b635229 [2022-03-16T19:30:00.337Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-03-16T19:30:00.337Z] ---> Running in ae838d6502d0 [2022-03-16T19:30:00.337Z] Removing intermediate container ae838d6502d0 [2022-03-16T19:30:00.337Z] ---> b36e92a18195 [2022-03-16T19:30:00.337Z] Step 12/23 : ENV APP_PORT=59880 [2022-03-16T19:30:00.337Z] ---> Running in eba1b73d281b [2022-03-16T19:30:00.337Z] Removing intermediate container eba1b73d281b [2022-03-16T19:30:00.337Z] ---> dd0aec29a99b [2022-03-16T19:30:00.337Z] Step 13/23 : EXPOSE $APP_PORT [2022-03-16T19:30:00.337Z] ---> Running in c148362575b1 [2022-03-16T19:30:00.337Z] Removing intermediate container c148362575b1 [2022-03-16T19:30:00.337Z] ---> 96d95ed9bb0d [2022-03-16T19:30:00.337Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T19:30:00.337Z] ---> Running in fca8fb9b74e0 [2022-03-16T19:30:01.775Z] Removing intermediate container fca8fb9b74e0 [2022-03-16T19:30:01.775Z] ---> ccf6c017b077 [2022-03-16T19:30:01.775Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-03-16T19:30:01.775Z] ---> Running in 9fa6588089eb [2022-03-16T19:30:02.751Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-16T19:30:03.343Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-16T19:30:04.317Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-03-16T19:30:04.317Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-03-16T19:30:04.317Z] (3/6) Installing libsodium (1.0.18-r0) [2022-03-16T19:30:04.588Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-16T19:30:04.588Z] (5/6) Installing libzmq (4.3.4-r0) [2022-03-16T19:30:04.588Z] (6/6) Installing zeromq (4.3.4-r0) [2022-03-16T19:30:04.859Z] Executing busybox-1.33.1-r6.trigger [2022-03-16T19:30:04.860Z] OK: 8 MiB in 20 packages [2022-03-16T19:30:05.835Z] Removing intermediate container 9fa6588089eb [2022-03-16T19:30:05.836Z] ---> 3529cf70cdad [2022-03-16T19:30:05.836Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-03-16T19:30:06.428Z] ---> baf1c87d3cd1 [2022-03-16T19:30:06.428Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-03-16T19:30:07.408Z] ---> a23a4a36024b [2022-03-16T19:30:07.408Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-03-16T19:30:08.003Z] ---> 2561b97449eb [2022-03-16T19:30:08.003Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-03-16T19:30:08.003Z] ---> Running in f211634c0177 [2022-03-16T19:30:08.275Z] Removing intermediate container f211634c0177 [2022-03-16T19:30:08.275Z] ---> daad256e49a4 [2022-03-16T19:30:08.275Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-16T19:30:08.275Z] ---> Running in 383972a7280a [2022-03-16T19:30:08.547Z] Removing intermediate container 383972a7280a [2022-03-16T19:30:08.547Z] ---> 1588d4bbb70f [2022-03-16T19:30:08.547Z] Step 21/23 : LABEL arch=arm64 [2022-03-16T19:30:08.822Z] ---> Running in f74c5f638e45 [2022-03-16T19:30:09.092Z] Removing intermediate container f74c5f638e45 [2022-03-16T19:30:09.092Z] ---> ace9e74b9e85 [2022-03-16T19:30:09.092Z] Step 22/23 : LABEL git_sha=1514baf59d57da427e2e6b69447ab663107cc399 [2022-03-16T19:30:09.092Z] ---> Running in 245eb8f1c454 [2022-03-16T19:30:09.363Z] Removing intermediate container 245eb8f1c454 [2022-03-16T19:30:09.363Z] ---> f603b3330824 [2022-03-16T19:30:09.363Z] Step 23/23 : LABEL version=0.0.0 [2022-03-16T19:30:09.363Z] ---> Running in dcbf20392988 [2022-03-16T19:30:09.962Z] Removing intermediate container dcbf20392988 [2022-03-16T19:30:09.962Z] ---> 0b6f296abc54 [2022-03-16T19:30:09.962Z] [2022-03-16T19:30:10.234Z] Successfully built 0b6f296abc54 [2022-03-16T19:30:10.234Z] Successfully tagged core-data-arm64:latest [2022-03-16T19:30:10.521Z]  Building core-data ... done  [Pipeline] } [2022-03-16T19:30:10.539Z] $ docker stop --time=1 db318ff21ec7a70ec7e6fd362ac3f5219cc9d17a486c2b9d3b333302710f06bb [2022-03-16T19:30:12.211Z] $ docker rm -f db318ff21ec7a70ec7e6fd362ac3f5219cc9d17a486c2b9d3b333302710f06bb [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-16T19:30:12.804Z] + docker images [2022-03-16T19:30:13.075Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-16T19:30:13.075Z] core-data-arm64 latest 0b6f296abc54 3 seconds ago 19.2MB [2022-03-16T19:30:13.075Z] e8ce94931a76 14 seconds ago 1.6GB [2022-03-16T19:30:13.075Z] support-scheduler-arm64 latest b843753a6d79 23 seconds ago 15.4MB [2022-03-16T19:30:13.075Z] security-bootstrapper-arm64 latest a398402d78a3 28 seconds ago 18MB [2022-03-16T19:30:13.075Z] 18d9fc69ca4a 32 seconds ago 1.6GB [2022-03-16T19:30:13.075Z] core-command-arm64 latest c2dc3284c15b 42 seconds ago 15.3MB [2022-03-16T19:30:13.075Z] d2c7e5285f5e 55 seconds ago 1.59GB [2022-03-16T19:30:13.075Z] c3075d481bc6 About a minute ago 1.59GB [2022-03-16T19:30:13.075Z] sys-mgmt-agent-arm64 latest 10a4bb1b342b 2 minutes ago 280MB [2022-03-16T19:30:13.075Z] core-metadata-arm64 latest dc003bc66e3e 3 minutes ago 16MB [2022-03-16T19:30:13.075Z] security-secretstore-setup-arm64 latest a49f68a68eeb 3 minutes ago 27MB [2022-03-16T19:30:13.075Z] security-proxy-setup-arm64 latest d00bed26b4d5 3 minutes ago 25.5MB [2022-03-16T19:30:13.075Z] 62cc87070d5e 3 minutes ago 1.6GB [2022-03-16T19:30:13.075Z] 63f6f2a9326e 4 minutes ago 1.6GB [2022-03-16T19:30:13.075Z] e96ba52a9bf6 4 minutes ago 1.6GB [2022-03-16T19:30:13.075Z] ff9f13632744 4 minutes ago 1.59GB [2022-03-16T19:30:13.075Z] support-notifications-arm64 latest c419c3ba4cf7 4 minutes ago 16.1MB [2022-03-16T19:30:13.075Z] 61b653002798 4 minutes ago 1.6GB [2022-03-16T19:30:13.075Z] ci-base-image-arm64 latest 94ff52ebcc4b 15 minutes ago 1.26GB [2022-03-16T19:30:13.075Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 6 weeks ago 551MB [2022-03-16T19:30:13.075Z] docker 20.10.10 520e9a0a30f7 4 months ago 200MB [2022-03-16T19:30:13.075Z] alpine 3.14 5b8b7b635229 4 months ago 5.35MB [2022-03-16T19:30:13.075Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 20 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 [2022-03-16T19:30:13.845Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-16T19:30:13.845Z] [2022-03-16T19:30:13.845Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-03-16T19:30:14.217Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-16T19:30:14.490Z] arm64: Pulling from edgex-lftools-log-publisher [2022-03-16T19:30:14.490Z] 8998bd30e6a1: Pulling fs layer [2022-03-16T19:30:14.490Z] 04944245beec: Pulling fs layer [2022-03-16T19:30:14.490Z] 699f458cf7ca: Pulling fs layer [2022-03-16T19:30:14.490Z] 765212b225bb: Pulling fs layer [2022-03-16T19:30:14.490Z] f23df028b6ca: Pulling fs layer [2022-03-16T19:30:14.490Z] d65c8cfc05b1: Pulling fs layer [2022-03-16T19:30:14.490Z] 2437ff75d9bd: Pulling fs layer [2022-03-16T19:30:14.490Z] 765212b225bb: Waiting [2022-03-16T19:30:14.490Z] f23df028b6ca: Waiting [2022-03-16T19:30:14.490Z] d65c8cfc05b1: Waiting [2022-03-16T19:30:14.490Z] 2437ff75d9bd: Waiting [2022-03-16T19:30:14.490Z] 04944245beec: Download complete [2022-03-16T19:30:14.490Z] 765212b225bb: Verifying Checksum [2022-03-16T19:30:14.490Z] 765212b225bb: Download complete [2022-03-16T19:30:14.490Z] f23df028b6ca: Verifying Checksum [2022-03-16T19:30:14.490Z] f23df028b6ca: Download complete [2022-03-16T19:30:14.490Z] d65c8cfc05b1: Verifying Checksum [2022-03-16T19:30:14.490Z] d65c8cfc05b1: Download complete [2022-03-16T19:30:14.771Z] 699f458cf7ca: Verifying Checksum [2022-03-16T19:30:14.771Z] 699f458cf7ca: Download complete [2022-03-16T19:30:15.043Z] 8998bd30e6a1: Verifying Checksum [2022-03-16T19:30:15.043Z] 8998bd30e6a1: Download complete [2022-03-16T19:30:17.662Z] 2437ff75d9bd: Verifying Checksum [2022-03-16T19:30:17.662Z] 2437ff75d9bd: Download complete [2022-03-16T19:30:19.634Z] 8998bd30e6a1: Pull complete [2022-03-16T19:30:20.226Z] 04944245beec: Pull complete [2022-03-16T19:30:21.657Z] 699f458cf7ca: Pull complete [2022-03-16T19:30:21.657Z] 765212b225bb: Pull complete [2022-03-16T19:30:22.636Z] f23df028b6ca: Pull complete [2022-03-16T19:30:22.908Z] d65c8cfc05b1: Pull complete [2022-03-16T19:30:37.980Z] 2437ff75d9bd: Pull complete [2022-03-16T19:30:37.980Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-03-16T19:30:37.980Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-16T19:30:37.980Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-03-16T19:30:38.263Z] prd-ubuntu20.04-docker-arm64-4c-16g-7322 does not seem to be running inside a container [2022-03-16T19:30:38.352Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-03-16T19:30:41.011Z] $ docker top 3e83f9d2631efb27017f1f726ed3bc737700054c43bb47e273cb5592697225cf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-16T19:30:42.024Z] ---> job-cost.sh [2022-03-16T19:30:42.024Z] lf-activate-venv: SKIPPING [2022-03-16T19:30:42.024Z] INFO: No Stack... [2022-03-16T19:30:42.616Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-03-16T19:30:43.601Z] INFO: Archiving Costs [Pipeline] sh [2022-03-16T19:30:44.349Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-03-16T19:30:44.349Z] + cut -d, -f6 [Pipeline] lock [2022-03-16T19:30:44.406Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3908-1-stack-cost] [2022-03-16T19:30:44.410Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3908-1-stack-cost] did not exist. Created. [2022-03-16T19:30:44.410Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3908-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-03-16T19:30:45.194Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-03-16T19:30:45.410Z] Stashed 1 file(s) [Pipeline] } [2022-03-16T19:30:45.425Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3908-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-03-16T19:30:45.507Z] $ docker stop --time=1 3e83f9d2631efb27017f1f726ed3bc737700054c43bb47e273cb5592697225cf [2022-03-16T19:30:47.044Z] $ docker rm -f 3e83f9d2631efb27017f1f726ed3bc737700054c43bb47e273cb5592697225cf [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 [2022-03-16T19:30:48.064Z] provisioning config files... [2022-03-16T19:30:48.073Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config8961292281253492141tmp [Pipeline] { [Pipeline] sh [2022-03-16T19:30:48.415Z] + set +x [2022-03-16T19:30:48.415Z] + curl -s https://codecov.io/bash [2022-03-16T19:30:48.415Z] + bash -s -- [2022-03-16T19:30:48.415Z] [2022-03-16T19:30:48.415Z] _____ _ [2022-03-16T19:30:48.415Z] / ____| | | [2022-03-16T19:30:48.415Z] | | ___ __| | ___ ___ _____ __ [2022-03-16T19:30:48.415Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-03-16T19:30:48.415Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-03-16T19:30:48.415Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-03-16T19:30:48.415Z] Bash-1.0.6 [2022-03-16T19:30:48.415Z] [2022-03-16T19:30:48.415Z] [2022-03-16T19:30:48.415Z] ==> git version 2.25.1 found [2022-03-16T19:30:48.415Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-03-16T19:30:48.415Z] Release-Date: 2020-01-08 [2022-03-16T19:30:48.415Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-03-16T19:30:48.415Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-03-16T19:30:48.415Z] ==> Jenkins CI detected. [2022-03-16T19:30:48.415Z] current dir:  /w/workspace/edgex-go/1 [2022-03-16T19:30:48.415Z] project root: . [2022-03-16T19:30:48.415Z] --> token set from env [2022-03-16T19:30:48.415Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-03-16T19:30:48.415Z] ==> Running gcov in . (disable via -X gcov) [2022-03-16T19:30:48.415Z] ==> Python coveragepy not found [2022-03-16T19:30:48.415Z] ==> Searching for coverage reports in: [2022-03-16T19:30:48.415Z] + . [2022-03-16T19:30:48.415Z] -> Found 1 reports [2022-03-16T19:30:48.415Z] ==> Detecting git/mercurial file structure [2022-03-16T19:30:48.415Z] ==> Reading reports [2022-03-16T19:30:48.415Z] + ./coverage.out bytes=425751 [2022-03-16T19:30:48.415Z] ==> Appending adjustments [2022-03-16T19:30:48.415Z] https://docs.codecov.io/docs/fixing-reports [2022-03-16T19:30:49.798Z] + Found adjustments [2022-03-16T19:30:49.798Z] ==> Gzipping contents [2022-03-16T19:30:49.798Z] 60K /tmp/codecov.GMo8PH.gz [2022-03-16T19:30:49.798Z] ==> Uploading reports [2022-03-16T19:30:49.798Z] url: https://codecov.io [2022-03-16T19:30:49.798Z] query: branch=PR-3908&commit=1514baf59d57da427e2e6b69447ab663107cc399&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3908%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3908&job=&cmd_args= [2022-03-16T19:30:49.798Z] -> Pinging Codecov [2022-03-16T19:30:49.798Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3908&commit=1514baf59d57da427e2e6b69447ab663107cc399&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3908%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3908&job=&cmd_args= [2022-03-16T19:30:49.798Z] -> Uploading to [2022-03-16T19:30:49.798Z] https://storage.googleapis.com/codecov/v4/raw/2022-03-16/00271124DB129430A58F1EEE437C3FCB/1514baf59d57da427e2e6b69447ab663107cc399/898a8fed-98b1-4c10-9d76-1218190ea5dd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220316T193049Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3aea7b78f492edccbe761f2e18f063a9f62d3f2dbc36c84b5164e89283bac84b [2022-03-16T19:30:49.798Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-16T19:30:49.798Z] Dload Upload Total Spent Left Speed [2022-03-16T19:30:50.064Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57851 0 0 100 57851 0 245k --:--:-- --:--:-- --:--:-- 245k [2022-03-16T19:30:50.064Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/1514baf59d57da427e2e6b69447ab663107cc399 [Pipeline] } [2022-03-16T19:30:50.093Z] 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 [2022-03-16T19:30:51.510Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-03-16T19:30:51.838Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-16T19:30:52.733Z] ---> package-listing.sh [2022-03-16T19:30:52.733Z] ++ facter osfamily [2022-03-16T19:30:52.733Z] ++ tr '[:upper:]' '[:lower:]' [2022-03-16T19:30:52.994Z] + OS_FAMILY=debian [2022-03-16T19:30:52.994Z] + workspace=/w/workspace/edgex-go/1 [2022-03-16T19:30:52.994Z] + START_PACKAGES=/tmp/packages_start.txt [2022-03-16T19:30:52.994Z] + END_PACKAGES=/tmp/packages_end.txt [2022-03-16T19:30:52.994Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-03-16T19:30:52.994Z] + PACKAGES=/tmp/packages_start.txt [2022-03-16T19:30:52.994Z] + '[' /w/workspace/edgex-go/1 ']' [2022-03-16T19:30:52.994Z] + PACKAGES=/tmp/packages_end.txt [2022-03-16T19:30:52.994Z] + case "${OS_FAMILY}" in [2022-03-16T19:30:52.994Z] + dpkg -l [2022-03-16T19:30:52.994Z] + grep '^ii' [2022-03-16T19:30:52.994Z] + '[' -f /tmp/packages_start.txt ']' [2022-03-16T19:30:52.994Z] + '[' -f /tmp/packages_end.txt ']' [2022-03-16T19:30:52.994Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-03-16T19:30:52.994Z] + '[' /w/workspace/edgex-go/1 ']' [2022-03-16T19:30:52.994Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-03-16T19:30:52.994Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-03-16T19:30:53.031Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-03-16T19:30:53.325Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-03-16T19:30:53.913Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-16T19:30:53.913Z] [2022-03-16T19:30:53.913Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-03-16T19:30:54.248Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-16T19:30:54.249Z] latest: Pulling from edgex-lftools-log-publisher [2022-03-16T19:30:54.249Z] 5eb5b503b376: Pulling fs layer [2022-03-16T19:30:54.249Z] 5c69ac0246d0: Pulling fs layer [2022-03-16T19:30:54.249Z] ec43610c2a17: Pulling fs layer [2022-03-16T19:30:54.249Z] 3a2ae6a8a46f: Pulling fs layer [2022-03-16T19:30:54.249Z] 33b1e0a273af: Pulling fs layer [2022-03-16T19:30:54.249Z] 5d3b04190fa2: Pulling fs layer [2022-03-16T19:30:54.249Z] 2f39f015ded8: Pulling fs layer [2022-03-16T19:30:54.249Z] 3a2ae6a8a46f: Waiting [2022-03-16T19:30:54.249Z] 33b1e0a273af: Waiting [2022-03-16T19:30:54.249Z] 5d3b04190fa2: Waiting [2022-03-16T19:30:54.249Z] 2f39f015ded8: Waiting [2022-03-16T19:30:54.249Z] 5c69ac0246d0: Verifying Checksum [2022-03-16T19:30:54.249Z] 5c69ac0246d0: Download complete [2022-03-16T19:30:54.249Z] 3a2ae6a8a46f: Verifying Checksum [2022-03-16T19:30:54.249Z] 3a2ae6a8a46f: Download complete [2022-03-16T19:30:54.249Z] 33b1e0a273af: Verifying Checksum [2022-03-16T19:30:54.249Z] 33b1e0a273af: Download complete [2022-03-16T19:30:54.249Z] 5d3b04190fa2: Download complete [2022-03-16T19:30:54.249Z] ec43610c2a17: Verifying Checksum [2022-03-16T19:30:54.249Z] ec43610c2a17: Download complete [2022-03-16T19:30:54.508Z] 5eb5b503b376: Verifying Checksum [2022-03-16T19:30:54.508Z] 5eb5b503b376: Download complete [2022-03-16T19:30:55.073Z] 2f39f015ded8: Verifying Checksum [2022-03-16T19:30:55.073Z] 2f39f015ded8: Download complete [2022-03-16T19:30:55.639Z] 5eb5b503b376: Pull complete [2022-03-16T19:30:55.899Z] 5c69ac0246d0: Pull complete [2022-03-16T19:30:56.158Z] ec43610c2a17: Pull complete [2022-03-16T19:30:56.418Z] 3a2ae6a8a46f: Pull complete [2022-03-16T19:30:56.418Z] 33b1e0a273af: Pull complete [2022-03-16T19:30:56.676Z] 5d3b04190fa2: Pull complete [2022-03-16T19:31:00.923Z] 2f39f015ded8: Pull complete [2022-03-16T19:31:00.923Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-03-16T19:31:00.923Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-16T19:31:00.923Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-03-16T19:31:01.013Z] prd-ubuntu20.04-docker-8c-8g-7320 does not seem to be running inside a container [2022-03-16T19:31:01.043Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-03-16T19:31:02.777Z] $ docker top 6b036bbc55a235472e17eaa1746a527c140fb39249956929b2b64149f87b64e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-16T19:31:03.180Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-03-16T19:31:03.496Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-03-16T19:31:03.807Z] + ls /var/log/sa-host [2022-03-16T19:31:03.808Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-16T19:31:03.961Z] provisioning config files... [2022-03-16T19:31:03.971Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config5485090568799657093tmp [Pipeline] { [Pipeline] echo [2022-03-16T19:31:04.028Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-16T19:31:04.345Z] ---> create-netrc.sh [Pipeline] } [2022-03-16T19:31:04.373Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-03-16T19:31:04.776Z] ---> python-tools-install.sh [Pipeline] echo [2022-03-16T19:31:04.807Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-16T19:31:05.118Z] ---> sudo-logs.sh [2022-03-16T19:31:05.118Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-03-16T19:31:05.192Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-16T19:31:05.504Z] ---> job-cost.sh [2022-03-16T19:31:05.505Z] lf-activate-venv: SKIPPING [2022-03-16T19:31:05.505Z] DEBUG: total: 0.10999999940395355 [2022-03-16T19:31:05.505Z] INFO: Retrieving Stack Cost... [2022-03-16T19:31:06.075Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-03-16T19:31:06.337Z] INFO: Archiving Costs [Pipeline] echo [2022-03-16T19:31:06.373Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-16T19:31:06.688Z] ---> logs-deploy.sh [2022-03-16T19:31:06.688Z] lf-activate-venv: SKIPPING [2022-03-16T19:31:06.688Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3908/1 [2022-03-16T19:31:06.688Z] INFO: archiving workspace using pattern(s): [2022-03-16T19:31:07.629Z] Archives upload complete. [2022-03-16T19:31:07.629Z] INFO: archiving logs to Nexus