Pull request #3882 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4b4e12a45705336505badecbe602366b35133885+0dc7fb43dfbc61ec4b325044d074184b8b9e402a (c94d8a6b13c1ba877f38c8ba9d0829c0e5ba224d) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh18112197448503927168.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision efdbc04638cc485a1a2a98c60e49a0e43cac6f53 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8157073288861582668.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision efdbc04638cc485a1a2a98c60e49a0e43cac6f53 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3882/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3882/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh12687483572183269425.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3882/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh12683790979827183415.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision efdbc04638cc485a1a2a98c60e49a0e43cac6f53 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f efdbc04638cc485a1a2a98c60e49a0e43cac6f53 # timeout=10 Commit message: "Merge pull request #376 from ernestojeda/add-ireland-release-stream" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6849487739061007755.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3882/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3882/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh2011610845828486427.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object efdbc04638cc485a1a2a98c60e49a0e43cac6f53 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-5004 in /w/workspace/edgexfoundry_edgex-go_PR-3882 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh4307565351033243993.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh365210976204146068.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3882/head:refs/remotes/origin/PR-3882 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 0dc7fb43dfbc61ec4b325044d074184b8b9e402a into PR head commit 4b4e12a45705336505badecbe602366b35133885 Merge succeeded, producing 4b4e12a45705336505badecbe602366b35133885 Checking out Revision 4b4e12a45705336505badecbe602366b35133885 (PR-3882) > git config core.sparsecheckout # timeout=10 > git checkout -f 4b4e12a45705336505badecbe602366b35133885 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh576214331761141378.key > git merge 0dc7fb43dfbc61ec4b325044d074184b8b9e402a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4b4e12a45705336505badecbe602366b35133885 # timeout=10 Commit message: "build(deps): Bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.3.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object efdbc04638cc485a1a2a98c60e49a0e43cac6f53 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-02-10T19:05:55.505Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-02-10T19:05:55.675Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-02-10T19:05:55.768Z] ========================================================= [2022-02-10T19:05:55.768Z] EdgeX Global Pipelines Version Info [2022-02-10T19:05:55.768Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-02-10T19:05:56.918Z] ------------------- [2022-02-10T19:05:56.918Z] stable info: [2022-02-10T19:05:56.918Z] ------------------- [2022-02-10T19:05:56.918Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-02-10T19:05:56.918Z] Commit SHA: efdbc04638cc485a1a2a98c60e49a0e43cac6f53 [2022-02-10T19:05:56.918Z] Message: update stable to v1.0.220 [2022-02-10T19:05:57.495Z] ------------------- [2022-02-10T19:05:57.495Z] experimental info: [2022-02-10T19:05:57.495Z] ------------------- [2022-02-10T19:05:57.495Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-02-10T19:05:57.495Z] Commit SHA: efdbc04638cc485a1a2a98c60e49a0e43cac6f53 [2022-02-10T19:05:57.495Z] Message: update experimental to v1.0.220 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-02-10T19:05:57.752Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-02-10T19:05:57.791Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-02-10T19:05:57.832Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-02-10T19:05:57.871Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-02-10T19:05:57.912Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-02-10T19:05:57.953Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-02-10T19:05:57.994Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-02-10T19:05:58.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-02-10T19:05:58.075Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-02-10T19:05:58.115Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-02-10T19:05:58.154Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-02-10T19:05:58.195Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-02-10T19:05:58.234Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-02-10T19:05:58.273Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-02-10T19:05:58.311Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-02-10T19:05:58.351Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-02-10T19:05:58.392Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-02-10T19:05:58.435Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-02-10T19:05:58.474Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-02-10T19:05:58.513Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-02-10T19:05:58.548Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2022-02-10T19:05:58.584Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-02-10T19:05:58.626Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3882 [Pipeline] echo [2022-02-10T19:05:58.665Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3882 [Pipeline] echo [2022-02-10T19:05:58.705Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3882 [Pipeline] echo [2022-02-10T19:05:58.750Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4b4e12a45705336505badecbe602366b35133885 [Pipeline] echo [2022-02-10T19:05:58.789Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4b4e12a [Pipeline] echo [2022-02-10T19:05:58.829Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-02-10T19:05:58.931Z] provisioning config files... [2022-02-10T19:05:58.951Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2007404100261227661tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-02-10T19:05:59.303Z] ---> docker-login.sh [2022-02-10T19:05:59.303Z] nexus3.edgexfoundry.org:10001 [2022-02-10T19:05:59.303Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-10T19:05:59.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-10T19:05:59.566Z] Configure a credential helper to remove this warning. See [2022-02-10T19:05:59.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-10T19:05:59.566Z] [2022-02-10T19:05:59.566Z] Login Succeeded [2022-02-10T19:05:59.566Z] nexus3.edgexfoundry.org:10002 [2022-02-10T19:05:59.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-10T19:05:59.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-10T19:05:59.566Z] Configure a credential helper to remove this warning. See [2022-02-10T19:05:59.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-10T19:05:59.566Z] [2022-02-10T19:05:59.566Z] Login Succeeded [2022-02-10T19:05:59.566Z] nexus3.edgexfoundry.org:10003 [2022-02-10T19:05:59.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-10T19:05:59.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-10T19:05:59.566Z] Configure a credential helper to remove this warning. See [2022-02-10T19:05:59.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-10T19:05:59.566Z] [2022-02-10T19:05:59.827Z] Login Succeeded [2022-02-10T19:05:59.827Z] nexus3.edgexfoundry.org:10004 [2022-02-10T19:05:59.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-10T19:05:59.827Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-10T19:05:59.827Z] Configure a credential helper to remove this warning. See [2022-02-10T19:05:59.827Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-10T19:05:59.827Z] [2022-02-10T19:05:59.827Z] Login Succeeded [2022-02-10T19:05:59.827Z] docker.io [2022-02-10T19:05:59.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-10T19:06:00.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-10T19:06:00.399Z] Configure a credential helper to remove this warning. See [2022-02-10T19:06:00.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-10T19:06:00.399Z] [2022-02-10T19:06:00.399Z] Login Succeeded [2022-02-10T19:06:00.399Z] ---> docker-login.sh ends [Pipeline] } [2022-02-10T19:06:00.424Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-02-10T19:06:00.855Z] ++ 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-02-10T19:06:00.855Z] + for file in '`ls cmd/**/Dockerfile`' [2022-02-10T19:06:00.855Z] ++ dirname cmd/core-command/Dockerfile [2022-02-10T19:06:00.855Z] ++ cut -d/ -f2 [2022-02-10T19:06:00.855Z] + echo core-command,cmd/core-command/Dockerfile [2022-02-10T19:06:00.855Z] + for file in '`ls cmd/**/Dockerfile`' [2022-02-10T19:06:00.855Z] ++ dirname cmd/core-data/Dockerfile [2022-02-10T19:06:00.855Z] ++ cut -d/ -f2 [2022-02-10T19:06:00.855Z] + echo core-data,cmd/core-data/Dockerfile [2022-02-10T19:06:00.855Z] + for file in '`ls cmd/**/Dockerfile`' [2022-02-10T19:06:00.855Z] ++ dirname cmd/core-metadata/Dockerfile [2022-02-10T19:06:00.855Z] ++ cut -d/ -f2 [2022-02-10T19:06:00.855Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-02-10T19:06:00.855Z] + for file in '`ls cmd/**/Dockerfile`' [2022-02-10T19:06:00.855Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2022-02-10T19:06:00.855Z] ++ cut -d/ -f2 [2022-02-10T19:06:00.855Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-02-10T19:06:00.855Z] + for file in '`ls cmd/**/Dockerfile`' [2022-02-10T19:06:00.855Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2022-02-10T19:06:00.855Z] ++ cut -d/ -f2 [2022-02-10T19:06:00.855Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-02-10T19:06:00.855Z] + for file in '`ls cmd/**/Dockerfile`' [2022-02-10T19:06:00.855Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2022-02-10T19:06:00.855Z] ++ cut -d/ -f2 [2022-02-10T19:06:00.855Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-02-10T19:06:00.855Z] + for file in '`ls cmd/**/Dockerfile`' [2022-02-10T19:06:00.855Z] ++ dirname cmd/support-notifications/Dockerfile [2022-02-10T19:06:00.855Z] ++ cut -d/ -f2 [2022-02-10T19:06:00.855Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-02-10T19:06:00.855Z] + for file in '`ls cmd/**/Dockerfile`' [2022-02-10T19:06:00.855Z] ++ dirname cmd/support-scheduler/Dockerfile [2022-02-10T19:06:00.855Z] ++ cut -d/ -f2 [2022-02-10T19:06:00.855Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-02-10T19:06:00.855Z] + for file in '`ls cmd/**/Dockerfile`' [2022-02-10T19:06:00.855Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2022-02-10T19:06:00.855Z] ++ cut -d/ -f2 [2022-02-10T19:06:00.855Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-02-10T19:06:00.905Z] 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-02-10T19:06:01.415Z] + git rev-list -1 --merges 4b4e12a45705336505badecbe602366b35133885~1..4b4e12a45705336505badecbe602366b35133885 [Pipeline] echo [2022-02-10T19:06:01.453Z] -----------> git rev-list -1 --merges 4b4e12a45705336505badecbe602366b35133885~1..4b4e12a45705336505badecbe602366b35133885 4b4e12a45705336505badecbe602366b35133885 [false] [Pipeline] sh [2022-02-10T19:06:01.766Z] + git log --format=format:%s -1 4b4e12a45705336505badecbe602366b35133885 [Pipeline] echo [2022-02-10T19:06:01.803Z] ========================================================= [2022-02-10T19:06:01.803Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-02-10T19:06:01.803Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-02-10T19:06:02.410Z] + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts [2022-02-10T19:06:02.410Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-02-10T19:06:02.410Z] + '[' -e /tmp/ssh_known_hosts ']' [2022-02-10T19:06:02.410Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-02-10T19:06:02.410Z] + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' [2022-02-10T19:06:02.410Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-02-10T19:06:02.410Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-02-10T19:06:02.888Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-02-10T19:06:02.888Z] [2022-02-10T19:06:02.888Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-02-10T19:06:03.235Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-02-10T19:06:03.235Z] latest: Pulling from edgex-devops/git-semver [2022-02-10T19:06:03.235Z] a0d0a0d46f8b: Pulling fs layer [2022-02-10T19:06:03.235Z] 3e5f54012d9b: Pulling fs layer [2022-02-10T19:06:03.235Z] 4c7163046ea9: Pulling fs layer [2022-02-10T19:06:03.235Z] 0c2d73faf560: Pulling fs layer [2022-02-10T19:06:03.235Z] 0c2d73faf560: Waiting [2022-02-10T19:06:03.235Z] 3e5f54012d9b: Verifying Checksum [2022-02-10T19:06:03.235Z] 3e5f54012d9b: Download complete [2022-02-10T19:06:03.235Z] a0d0a0d46f8b: Verifying Checksum [2022-02-10T19:06:03.235Z] a0d0a0d46f8b: Download complete [2022-02-10T19:06:03.235Z] 0c2d73faf560: Verifying Checksum [2022-02-10T19:06:03.235Z] 0c2d73faf560: Download complete [2022-02-10T19:06:03.235Z] 4c7163046ea9: Verifying Checksum [2022-02-10T19:06:03.235Z] 4c7163046ea9: Download complete [2022-02-10T19:06:03.499Z] a0d0a0d46f8b: Pull complete [2022-02-10T19:06:03.499Z] 3e5f54012d9b: Pull complete [2022-02-10T19:06:03.769Z] 4c7163046ea9: Pull complete [2022-02-10T19:06:04.033Z] 0c2d73faf560: Pull complete [2022-02-10T19:06:04.033Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-02-10T19:06:04.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-02-10T19:06:04.033Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-02-10T19:06:04.133Z] prd-centos7-docker-4c-2g-5004 does not seem to be running inside a container [2022-02-10T19:06:04.175Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-02-10T19:06:04.808Z] $ docker top 2e51724bfa9934eb7c6eed0a11b8c47d2da93b367b37b34297ea0d7dfec54fb0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-02-10T19:06:04.993Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-02-10T19:06:04.993Z] [ssh-agent] Looking for ssh-agent implementation... [2022-02-10T19:06:05.098Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-02-10T19:06:05.101Z] $ docker exec 2e51724bfa9934eb7c6eed0a11b8c47d2da93b367b37b34297ea0d7dfec54fb0 ssh-agent [2022-02-10T19:06:05.203Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXBBJhkH/agent.14 [2022-02-10T19:06:05.203Z] SSH_AGENT_PID=20 [2022-02-10T19:06:05.209Z] Running ssh-add (command line suppressed) [2022-02-10T19:06:05.297Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7631483921318176052.key (/w/workspace/edgex-go/1@tmp/private_key_7631483921318176052.key) [2022-02-10T19:06:05.310Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-02-10T19:06:05.650Z] + git tag --points-at HEAD [Pipeline] } [2022-02-10T19:06:05.675Z] $ docker exec --env ******** --env ******** 2e51724bfa9934eb7c6eed0a11b8c47d2da93b367b37b34297ea0d7dfec54fb0 ssh-agent -k [2022-02-10T19:06:05.769Z] unset SSH_AUTH_SOCK; [2022-02-10T19:06:05.769Z] unset SSH_AGENT_PID; [2022-02-10T19:06:05.769Z] echo Agent pid 20 killed; [2022-02-10T19:06:05.779Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-02-10T19:06:05.853Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-02-10T19:06:05.853Z] [ssh-agent] Looking for ssh-agent implementation... [2022-02-10T19:06:05.952Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-02-10T19:06:05.954Z] $ docker exec 2e51724bfa9934eb7c6eed0a11b8c47d2da93b367b37b34297ea0d7dfec54fb0 ssh-agent [2022-02-10T19:06:06.055Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXjIBoJI/agent.53 [2022-02-10T19:06:06.055Z] SSH_AGENT_PID=60 [2022-02-10T19:06:06.060Z] Running ssh-add (command line suppressed) [2022-02-10T19:06:06.142Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_2304652078629029024.key (/w/workspace/edgex-go/1@tmp/private_key_2304652078629029024.key) [2022-02-10T19:06:06.152Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-02-10T19:06:06.496Z] + git semver init [2022-02-10T19:06:06.496Z] # -> Open(): unable to determine branch for HEAD [2022-02-10T19:06:06.496Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2022-02-10T19:06:06.496Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2022-02-10T19:06:06.496Z] # $SEMVER_REMOTE_NAME = origin [2022-02-10T19:06:06.496Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-02-10T19:06:06.496Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-02-10T19:06:06.496Z] # $SEMVER_BRANCH = PR-3882 [2022-02-10T19:06:06.496Z] # $SEMVER_TEMP = /tmp/semver-559585132 [2022-02-10T19:06:06.496Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-02-10T19:06:21.452Z] # '/tmp/semver-559585132' -> '/w/workspace/edgex-go/1/.semver' [2022-02-10T19:06:21.452Z] # -> Force: false [2022-02-10T19:06:21.452Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2022-02-10T19:06:21.478Z] $ docker exec --env ******** --env ******** 2e51724bfa9934eb7c6eed0a11b8c47d2da93b367b37b34297ea0d7dfec54fb0 ssh-agent -k [2022-02-10T19:06:21.575Z] unset SSH_AUTH_SOCK; [2022-02-10T19:06:21.576Z] unset SSH_AGENT_PID; [2022-02-10T19:06:21.576Z] echo Agent pid 60 killed; [2022-02-10T19:06:21.585Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-02-10T19:06:21.999Z] + git semver [Pipeline] } [2022-02-10T19:06:22.031Z] $ docker stop --time=1 2e51724bfa9934eb7c6eed0a11b8c47d2da93b367b37b34297ea0d7dfec54fb0 [2022-02-10T19:06:24.041Z] $ docker rm -f 2e51724bfa9934eb7c6eed0a11b8c47d2da93b367b37b34297ea0d7dfec54fb0 [Pipeline] // withDockerContainer [Pipeline] sh [2022-02-10T19:06:24.468Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-02-10T19:06:24.765Z] Stashed 1 file(s) [Pipeline] echo [2022-02-10T19:06:24.783Z] [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-02-10T19:06:25.249Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-02-10T19:06:25.280Z] ========================================================= [2022-02-10T19:06:25.280Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-02-10T19:06:25.280Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-02-10T19:06:25.629Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-02-10T19:06:25.629Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-02-10T19:06:25.629Z] 59bf1c3509f3: Pulling fs layer [2022-02-10T19:06:25.629Z] 666ba61612fd: Pulling fs layer [2022-02-10T19:06:25.629Z] 8ed8ca486205: Pulling fs layer [2022-02-10T19:06:25.629Z] 4fe6c5a15a65: Pulling fs layer [2022-02-10T19:06:25.629Z] 22a0e8bec74d: Pulling fs layer [2022-02-10T19:06:25.629Z] 640e595b4fbd: Pulling fs layer [2022-02-10T19:06:25.629Z] 763cafe07f6e: Pulling fs layer [2022-02-10T19:06:25.629Z] 0c0b528cf693: Pulling fs layer [2022-02-10T19:06:25.629Z] 10935f4eaf8b: Pulling fs layer [2022-02-10T19:06:25.629Z] 4fe6c5a15a65: Waiting [2022-02-10T19:06:25.629Z] 22a0e8bec74d: Waiting [2022-02-10T19:06:25.629Z] 640e595b4fbd: Waiting [2022-02-10T19:06:25.629Z] 763cafe07f6e: Waiting [2022-02-10T19:06:25.629Z] 0c0b528cf693: Waiting [2022-02-10T19:06:25.629Z] 10935f4eaf8b: Waiting [2022-02-10T19:06:25.629Z] 8ed8ca486205: Verifying Checksum [2022-02-10T19:06:25.629Z] 8ed8ca486205: Download complete [2022-02-10T19:06:25.629Z] 666ba61612fd: Download complete [2022-02-10T19:06:25.629Z] 22a0e8bec74d: Download complete [2022-02-10T19:06:25.629Z] 640e595b4fbd: Verifying Checksum [2022-02-10T19:06:25.629Z] 640e595b4fbd: Download complete [2022-02-10T19:06:25.629Z] 763cafe07f6e: Verifying Checksum [2022-02-10T19:06:25.629Z] 763cafe07f6e: Download complete [2022-02-10T19:06:25.629Z] 59bf1c3509f3: Verifying Checksum [2022-02-10T19:06:25.629Z] 59bf1c3509f3: Download complete [2022-02-10T19:06:25.894Z] 0c0b528cf693: Verifying Checksum [2022-02-10T19:06:25.894Z] 0c0b528cf693: Download complete [2022-02-10T19:06:26.160Z] 59bf1c3509f3: Pull complete [2022-02-10T19:06:26.160Z] 4fe6c5a15a65: Verifying Checksum [2022-02-10T19:06:26.160Z] 4fe6c5a15a65: Download complete [2022-02-10T19:06:26.160Z] 10935f4eaf8b: Verifying Checksum [2022-02-10T19:06:26.160Z] 10935f4eaf8b: Download complete [2022-02-10T19:06:26.426Z] 666ba61612fd: Pull complete [2022-02-10T19:06:26.426Z] 8ed8ca486205: Pull complete [2022-02-10T19:06:30.699Z] 4fe6c5a15a65: Pull complete [2022-02-10T19:06:30.699Z] 22a0e8bec74d: Pull complete [2022-02-10T19:06:30.699Z] 640e595b4fbd: Pull complete [2022-02-10T19:06:30.699Z] 763cafe07f6e: Pull complete [2022-02-10T19:06:30.699Z] 0c0b528cf693: Pull complete [2022-02-10T19:06:33.266Z] 10935f4eaf8b: Pull complete [2022-02-10T19:06:33.266Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-02-10T19:06:33.266Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-02-10T19:06:33.266Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-02-10T19:06:33.621Z] + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-02-10T19:06:33.621Z] WORKDIR /edgex [2022-02-10T19:06:33.621Z] COPY go.mod . [2022-02-10T19:06:33.621Z] RUN go mod download' [2022-02-10T19:06:33.621Z] + docker build -t ci-base-image-x86_64 -f - . [2022-02-10T19:06:35.148Z] Sending build context to Docker daemon 334MB [2022-02-10T19:06:35.410Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-02-10T19:06:35.410Z] ---> 99d49a6021b9 [2022-02-10T19:06:35.410Z] Step 2/4 : WORKDIR /edgex [2022-02-10T19:06:38.724Z] ---> Running in bb89ba901de5 [2022-02-10T19:06:38.724Z] Removing intermediate container bb89ba901de5 [2022-02-10T19:06:38.724Z] ---> ec7d90b186a6 [2022-02-10T19:06:38.724Z] Step 3/4 : COPY go.mod . [2022-02-10T19:06:38.724Z] ---> ebfe014ee5f1 [2022-02-10T19:06:38.724Z] Step 4/4 : RUN go mod download [2022-02-10T19:06:38.724Z] ---> Running in b55d1d47cfde [2022-02-10T19:06:40.087Z] Still waiting to schedule task [2022-02-10T19:06:40.087Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2022-02-10T19:07:17.513Z] Removing intermediate container b55d1d47cfde [2022-02-10T19:07:17.513Z] ---> 6758753b2b9d [2022-02-10T19:07:17.513Z] Successfully built 6758753b2b9d [2022-02-10T19:07:17.513Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-02-10T19:07:17.846Z] + docker inspect -f . ci-base-image-x86_64 [2022-02-10T19:07:17.846Z] . [Pipeline] withDockerContainer [2022-02-10T19:07:17.941Z] prd-centos7-docker-4c-2g-5004 does not seem to be running inside a container [2022-02-10T19:07:17.975Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-02-10T19:07:18.315Z] $ docker top 5eded902026eb6c7dd85d1d7835d34a3a5a2b75dcc4357919740991c7a1beed6 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-02-10T19:07:18.732Z] + go version [2022-02-10T19:07:18.732Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-02-10T19:07:18.761Z] $ docker stop --time=1 5eded902026eb6c7dd85d1d7835d34a3a5a2b75dcc4357919740991c7a1beed6 [2022-02-10T19:07:19.951Z] $ docker rm -f 5eded902026eb6c7dd85d1d7835d34a3a5a2b75dcc4357919740991c7a1beed6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-02-10T19:07:20.596Z] + docker inspect -f . ci-base-image-x86_64 [2022-02-10T19:07:20.596Z] . [Pipeline] withDockerContainer [2022-02-10T19:07:20.685Z] prd-centos7-docker-4c-2g-5004 does not seem to be running inside a container [2022-02-10T19:07:20.718Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-02-10T19:07:21.042Z] $ docker top 46cd705356a242bba10faf3b50896c337cf799cc45aafa8d9f3da62686649726 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-02-10T19:07:21.158Z] ========================================================= [2022-02-10T19:07:21.158Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-02-10T19:07:21.158Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-02-10T19:07:21.501Z] + make test [2022-02-10T19:07:21.501Z] go mod tidy [2022-02-10T19:07:21.501Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-02-10T19:07:28.144Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-02-10T19:07:43.145Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-02-10T19:07:47.427Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-02-10T19:07:47.427Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-02-10T19:07:48.010Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-02-10T19:07:49.975Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-02-10T19:07:50.557Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-02-10T19:07:50.557Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-02-10T19:07:50.823Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-02-10T19:07:51.397Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-02-10T19:07:51.398Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-02-10T19:07:51.663Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-02-10T19:07:51.663Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-02-10T19:07:51.663Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-02-10T19:07:51.663Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-02-10T19:07:53.598Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.049s coverage: 28.7% of statements [2022-02-10T19:07:53.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-02-10T19:07:53.598Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-02-10T19:07:54.186Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.047s coverage: 98.5% of statements [2022-02-10T19:07:54.186Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-02-10T19:07:54.465Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.046s coverage: 44.7% of statements [2022-02-10T19:07:54.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-02-10T19:07:54.465Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-02-10T19:07:55.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.117s coverage: 89.5% of statements [2022-02-10T19:07:55.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-02-10T19:07:55.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-02-10T19:07:56.392Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.045s coverage: 84.4% of statements [2022-02-10T19:07:56.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-02-10T19:07:56.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-02-10T19:07:56.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-02-10T19:07:56.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-02-10T19:07:56.392Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-02-10T19:07:56.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.244s coverage: 94.2% of statements [2022-02-10T19:07:56.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-02-10T19:07:56.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-02-10T19:07:56.963Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.057s coverage: 59.1% of statements [2022-02-10T19:07:56.963Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-02-10T19:07:56.963Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-02-10T19:07:56.963Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-02-10T19:07:56.963Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-02-10T19:07:56.963Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-02-10T19:07:57.229Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.049s coverage: 60.0% of statements [2022-02-10T19:07:57.229Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-02-10T19:07:57.229Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-02-10T19:07:57.229Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-02-10T19:07:58.192Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.053s coverage: 0.9% of statements [2022-02-10T19:07:58.192Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-02-10T19:07:58.192Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements [2022-02-10T19:07:58.192Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.046s coverage: 21.7% of statements [2022-02-10T19:07:58.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-02-10T19:07:58.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.045s coverage: 47.1% of statements [2022-02-10T19:07:59.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.059s coverage: 79.5% of statements [2022-02-10T19:07:59.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements [2022-02-10T19:07:59.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements [2022-02-10T19:07:59.705Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements [2022-02-10T19:08:05.872Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5006 in /w/workspace/edgexfoundry_edgex-go_PR-3882 [Pipeline] { [Pipeline] ws [2022-02-10T19:08:05.909Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-02-10T19:08:06.145Z] The recommended git tool is: git [2022-02-10T19:08:10.807Z] using credential edgex-jenkins-ssh [2022-02-10T19:08:10.841Z] Cloning the remote Git repository [2022-02-10T19:08:10.890Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-02-10T19:08:10.968Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-02-10T19:08:11.055Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-02-10T19:08:11.056Z] > git --version # timeout=10 [2022-02-10T19:08:11.074Z] > git --version # 'git version 2.17.1' [2022-02-10T19:08:11.076Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-02-10T19:08:11.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.054s coverage: 94.4% of statements [2022-02-10T19:08:11.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements [2022-02-10T19:08:11.152Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-02-10T19:08:16.173Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.206s coverage: 82.5% of statements [2022-02-10T19:08:16.173Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-02-10T19:08:27.429Z] Merging remotes/origin/main commit 0dc7fb43dfbc61ec4b325044d074184b8b9e402a into PR head commit 4b4e12a45705336505badecbe602366b35133885 [2022-02-10T19:08:27.884Z] Merge succeeded, producing 4b4e12a45705336505badecbe602366b35133885 [2022-02-10T19:08:27.885Z] Checking out Revision 4b4e12a45705336505badecbe602366b35133885 (PR-3882) [2022-02-10T19:08:26.654Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-02-10T19:08:26.675Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-02-10T19:08:26.706Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-02-10T19:08:26.744Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-02-10T19:08:26.745Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-02-10T19:08:26.767Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3882/head:refs/remotes/origin/PR-3882 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-02-10T19:08:27.450Z] > git config core.sparsecheckout # timeout=10 [2022-02-10T19:08:27.506Z] > git checkout -f 4b4e12a45705336505badecbe602366b35133885 # timeout=10 [2022-02-10T19:08:27.747Z] > git remote # timeout=10 [2022-02-10T19:08:27.791Z] > git config --get remote.origin.url # timeout=10 [2022-02-10T19:08:27.827Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-02-10T19:08:27.846Z] > git merge 0dc7fb43dfbc61ec4b325044d074184b8b9e402a # timeout=10 [2022-02-10T19:08:27.871Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-02-10T19:08:27.893Z] > git config core.sparsecheckout # timeout=10 [2022-02-10T19:08:27.903Z] > git checkout -f 4b4e12a45705336505badecbe602366b35133885 # timeout=10 [2022-02-10T19:08:32.214Z] Commit message: "build(deps): Bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.3.0" [2022-02-10T19:08:32.267Z] > git --version # timeout=10 [2022-02-10T19:08:32.276Z] > git --version # 'git version 2.17.1' [2022-02-10T19:08:32.289Z] fatal: bad object efdbc04638cc485a1a2a98c60e49a0e43cac6f53 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-02-10T19:08:33.300Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-02-10T19:08:33.300Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-02-10T19:08:33.300Z] Dload Upload Total Spent Left Speed [2022-02-10T19:08:33.300Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 55600 0 --:--:-- --:--:-- --:--:-- 55341 [Pipeline] sh [2022-02-10T19:08:33.810Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-02-10T19:08:34.159Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-02-10T19:08:34.159Z] + sudo tee /etc/docker/daemon.new [2022-02-10T19:08:34.159Z] { [2022-02-10T19:08:34.159Z] "registry-mirrors": [ [2022-02-10T19:08:34.159Z] "https://nexus3.edgexfoundry.org:10001" [2022-02-10T19:08:34.159Z] ], [2022-02-10T19:08:34.159Z] "bip": "10.250.0.254/24", [2022-02-10T19:08:34.159Z] "hosts": [ [2022-02-10T19:08:34.159Z] "tcp://0.0.0.0:5555", [2022-02-10T19:08:34.159Z] "unix:///var/run/docker.sock" [2022-02-10T19:08:34.159Z] ], [2022-02-10T19:08:34.159Z] "mtu": 1458, [2022-02-10T19:08:34.159Z] "selinux-enabled": true, [2022-02-10T19:08:34.159Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-02-10T19:08:34.159Z] } [Pipeline] sh [2022-02-10T19:08:34.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.076s coverage: 92.9% of statements [2022-02-10T19:08:34.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-02-10T19:08:34.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-02-10T19:08:34.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-02-10T19:08:34.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.023s coverage: 65.1% of statements [2022-02-10T19:08:34.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-02-10T19:08:34.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-02-10T19:08:34.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-02-10T19:08:34.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-02-10T19:08:34.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-02-10T19:08:34.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.066s coverage: 87.2% of statements [2022-02-10T19:08:34.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-02-10T19:08:34.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-02-10T19:08:34.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements [2022-02-10T19:08:34.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-02-10T19:08:34.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.068s coverage: 58.8% of statements [2022-02-10T19:08:34.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-02-10T19:08:34.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.0% of statements [2022-02-10T19:08:34.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.051s coverage: 87.2% of statements [2022-02-10T19:08:34.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 85.4% of statements [2022-02-10T19:08:34.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.131s coverage: 91.2% of statements [2022-02-10T19:08:34.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-02-10T19:08:34.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.138s coverage: 64.4% of statements [2022-02-10T19:08:34.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-02-10T19:08:34.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-02-10T19:08:34.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.043s coverage: 100.0% of statements [2022-02-10T19:08:34.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2022-02-10T19:08:34.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2022-02-10T19:08:34.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2022-02-10T19:08:34.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.020s coverage: 100.0% of statements [2022-02-10T19:08:34.318Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.217s coverage: 65.4% of statements [2022-02-10T19:08:34.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-02-10T19:08:34.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-02-10T19:08:34.318Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-02-10T19:08:34.524Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-02-10T19:08:34.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 43.8% of statements [2022-02-10T19:08:34.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-02-10T19:08:34.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-02-10T19:08:34.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements [2022-02-10T19:08:34.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-02-10T19:08:34.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.047s coverage: 84.8% of statements [2022-02-10T19:08:34.581Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-02-10T19:08:34.945Z] + sudo service docker restart [2022-02-10T19:08:42.730Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.054s coverage: 17.7% of statements [2022-02-10T19:08:42.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-02-10T19:08:42.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-02-10T19:08:42.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-02-10T19:08:42.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-02-10T19:08:42.730Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.118s coverage: 92.3% of statements [2022-02-10T19:08:42.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-02-10T19:08:42.730Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-02-10T19:08:42.731Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-02-10T19:08:42.731Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-02-10T19:08:42.731Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.050s coverage: 63.2% of statements [2022-02-10T19:08:42.731Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-02-10T19:08:42.731Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-02-10T19:08:42.731Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.084s coverage: 97.7% of statements [2022-02-10T19:08:42.731Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-02-10T19:08:42.731Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-02-10T19:08:42.731Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-02-10T19:08:42.731Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-02-10T19:08:42.731Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.052s coverage: 28.9% of statements [2022-02-10T19:08:42.731Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-02-10T19:08:42.731Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-02-10T19:08:42.731Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-02-10T19:08:42.731Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-02-10T19:08:42.731Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-02-10T19:08:42.731Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-02-10T19:08:42.731Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2022-02-10T19:08:42.731Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 96.9% of statements [2022-02-10T19:08:42.731Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-02-10T19:08:53.317Z] provisioning config files... [2022-02-10T19:08:53.340Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1309833640883697313tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-02-10T19:08:53.929Z] ---> docker-login.sh [2022-02-10T19:08:53.929Z] nexus3.edgexfoundry.org:10001 [2022-02-10T19:08:54.529Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-10T19:08:54.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-10T19:08:54.802Z] Configure a credential helper to remove this warning. See [2022-02-10T19:08:54.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-10T19:08:54.802Z] [2022-02-10T19:08:54.802Z] Login Succeeded [2022-02-10T19:08:54.802Z] nexus3.edgexfoundry.org:10002 [2022-02-10T19:08:55.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-10T19:08:55.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-10T19:08:55.079Z] Configure a credential helper to remove this warning. See [2022-02-10T19:08:55.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-10T19:08:55.079Z] [2022-02-10T19:08:55.079Z] Login Succeeded [2022-02-10T19:08:55.079Z] nexus3.edgexfoundry.org:10003 [2022-02-10T19:08:55.350Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-10T19:08:55.622Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-10T19:08:55.622Z] Configure a credential helper to remove this warning. See [2022-02-10T19:08:55.622Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-10T19:08:55.622Z] [2022-02-10T19:08:55.622Z] Login Succeeded [2022-02-10T19:08:55.622Z] nexus3.edgexfoundry.org:10004 [2022-02-10T19:08:55.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-10T19:08:55.895Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-10T19:08:55.895Z] Configure a credential helper to remove this warning. See [2022-02-10T19:08:55.895Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-10T19:08:55.895Z] [2022-02-10T19:08:55.895Z] Login Succeeded [2022-02-10T19:08:55.895Z] docker.io [2022-02-10T19:08:56.167Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-10T19:08:56.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-10T19:08:56.762Z] Configure a credential helper to remove this warning. See [2022-02-10T19:08:56.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-10T19:08:56.762Z] [2022-02-10T19:08:56.762Z] Login Succeeded [2022-02-10T19:08:56.762Z] ---> docker-login.sh ends [Pipeline] } [2022-02-10T19:08:56.794Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-02-10T19:08:57.208Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-02-10T19:08:57.239Z] ========================================================= [2022-02-10T19:08:57.239Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-02-10T19:08:57.239Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-02-10T19:08:57.618Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-02-10T19:08:57.894Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-02-10T19:08:57.894Z] 9b3977197b4f: Pulling fs layer [2022-02-10T19:08:57.894Z] 1a89e8eeedd5: Pulling fs layer [2022-02-10T19:08:57.894Z] 94645a83ff95: Pulling fs layer [2022-02-10T19:08:57.894Z] 3f3a8bcf1eab: Pulling fs layer [2022-02-10T19:08:57.894Z] 0c92f367c5e7: Pulling fs layer [2022-02-10T19:08:57.894Z] f7c0051592d6: Pulling fs layer [2022-02-10T19:08:57.894Z] a227ed2f7395: Pulling fs layer [2022-02-10T19:08:57.894Z] 7b1c46037f91: Pulling fs layer [2022-02-10T19:08:57.894Z] 3f3a8bcf1eab: Waiting [2022-02-10T19:08:57.894Z] 0c92f367c5e7: Waiting [2022-02-10T19:08:57.894Z] a227ed2f7395: Waiting [2022-02-10T19:08:57.894Z] 7b1c46037f91: Waiting [2022-02-10T19:08:57.894Z] f7c0051592d6: Waiting [2022-02-10T19:08:57.894Z] 94645a83ff95: Verifying Checksum [2022-02-10T19:08:57.894Z] 94645a83ff95: Download complete [2022-02-10T19:08:57.894Z] 1a89e8eeedd5: Verifying Checksum [2022-02-10T19:08:57.894Z] 1a89e8eeedd5: Download complete [2022-02-10T19:08:57.894Z] 0c92f367c5e7: Verifying Checksum [2022-02-10T19:08:57.894Z] 0c92f367c5e7: Download complete [2022-02-10T19:08:57.894Z] f7c0051592d6: Verifying Checksum [2022-02-10T19:08:57.894Z] f7c0051592d6: Download complete [2022-02-10T19:08:57.894Z] a227ed2f7395: Download complete [2022-02-10T19:08:57.894Z] 9b3977197b4f: Download complete [2022-02-10T19:08:58.504Z] 9b3977197b4f: Pull complete [2022-02-10T19:08:59.101Z] 1a89e8eeedd5: Pull complete [2022-02-10T19:08:59.702Z] 94645a83ff95: Pull complete [2022-02-10T19:08:59.702Z] 7b1c46037f91: Download complete [2022-02-10T19:09:00.298Z] 3f3a8bcf1eab: Verifying Checksum [2022-02-10T19:09:00.298Z] 3f3a8bcf1eab: Download complete [2022-02-10T19:09:12.691Z] 3f3a8bcf1eab: Pull complete [2022-02-10T19:09:12.691Z] 0c92f367c5e7: Pull complete [2022-02-10T19:09:12.691Z] f7c0051592d6: Pull complete [2022-02-10T19:09:12.691Z] a227ed2f7395: Pull complete [2022-02-10T19:09:14.949Z] GO111MODULE=on go vet ./... [2022-02-10T19:09:18.104Z] 7b1c46037f91: Pull complete [2022-02-10T19:09:18.104Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-02-10T19:09:18.104Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-02-10T19:09:18.104Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-02-10T19:09:18.510Z] + + dockerecho build FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-02-10T19:09:18.510Z] WORKDIR /edgex [2022-02-10T19:09:18.510Z] COPY go.mod . [2022-02-10T19:09:18.510Z] RUN go mod download [2022-02-10T19:09:18.510Z] -t ci-base-image-arm64 -f - . [2022-02-10T19:09:20.262Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-02-10T19:09:20.522Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-02-10T19:09:20.788Z] ./bin/test-attribution-txt.sh [2022-02-10T19:09:21.150Z] Sending build context to Docker daemon 168.7MB [2022-02-10T19:09:21.151Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-02-10T19:09:21.151Z] ---> f79e39bc4007 [2022-02-10T19:09:21.151Z] Step 2/4 : WORKDIR /edgex [Pipeline] echo [2022-02-10T19:09:21.387Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-02-10T19:09:21.702Z] + ls -al . [2022-02-10T19:09:21.702Z] total 644 [2022-02-10T19:09:21.702Z] drwxrwxr-x 10 1001 1001 4096 Feb 10 19:09 . [2022-02-10T19:09:21.702Z] drwxr-xr-x 4 root root 28 Feb 10 19:07 .. [2022-02-10T19:09:21.702Z] -rw-rw-r-- 1 1001 1001 11 Feb 10 19:05 .dockerignore [2022-02-10T19:09:21.702Z] drwxrwxr-x 8 1001 1001 179 Feb 10 19:05 .git [2022-02-10T19:09:21.702Z] drwxrwxr-x 4 1001 1001 142 Feb 10 19:05 .github [2022-02-10T19:09:21.702Z] -rw-rw-r-- 1 1001 1001 804 Feb 10 19:05 .gitignore [2022-02-10T19:09:21.702Z] -rw-rw-r-- 1 1001 1001 42 Feb 10 19:05 .golangci.yml [2022-02-10T19:09:21.702Z] -rw-rw-r-- 1 1001 1001 76 Feb 10 19:05 .hadolint.yml [2022-02-10T19:09:21.702Z] drwx------ 3 1001 1001 73 Feb 10 19:06 .semver [2022-02-10T19:09:21.702Z] -rw-rw-r-- 1 1001 1001 166 Feb 10 19:05 .sonarcloud.properties [2022-02-10T19:09:21.702Z] -rw-rw-r-- 1 1001 1001 1171 Feb 10 19:05 ADOPTERS.md [2022-02-10T19:09:21.702Z] -rw-rw-r-- 1 1001 1001 9019 Feb 10 19:05 Attribution.txt [2022-02-10T19:09:21.702Z] -rw-rw-r-- 1 1001 1001 51732 Feb 10 19:05 CHANGELOG.md [2022-02-10T19:09:21.702Z] -rw-rw-r-- 1 1001 1001 3804 Feb 10 19:05 CONTRIBUTING.md [2022-02-10T19:09:21.702Z] -rw-rw-r-- 1 1001 1001 677 Feb 10 19:05 GOVERNANCE.md [2022-02-10T19:09:21.702Z] -rw-rw-r-- 1 1001 1001 849 Feb 10 19:05 Jenkinsfile [2022-02-10T19:09:21.702Z] -rw-rw-r-- 1 1001 1001 10775 Feb 10 19:05 LICENSE [2022-02-10T19:09:21.702Z] -rw-rw-r-- 1 1001 1001 6508 Feb 10 19:05 Makefile [2022-02-10T19:09:21.702Z] -rw-rw-r-- 1 1001 1001 582 Feb 10 19:05 OWNERS.md [2022-02-10T19:09:21.702Z] -rw-rw-r-- 1 1001 1001 8207 Feb 10 19:05 README.md [2022-02-10T19:09:21.702Z] -rw-rw-r-- 1 1001 1001 6912 Feb 10 19:05 SECURITY.md [2022-02-10T19:09:21.702Z] -rw-rw-r-- 1 1001 1001 5 Feb 10 19:06 VERSION [2022-02-10T19:09:21.702Z] -rw-rw-r-- 1 1001 1001 4131 Feb 10 19:05 ZMQWindows.md [2022-02-10T19:09:21.702Z] drwxrwxr-x 2 1001 1001 37 Feb 10 19:05 bin [2022-02-10T19:09:21.702Z] drwxrwxr-x 14 1001 1001 4096 Feb 10 19:05 cmd [2022-02-10T19:09:21.702Z] -rw-r--r-- 1 root root 428383 Feb 10 19:08 coverage.out [2022-02-10T19:09:21.702Z] -rw-rw-r-- 1 1001 1001 2833 Feb 10 19:05 go.mod [2022-02-10T19:09:21.702Z] -rw-rw-r-- 1 1001 1001 50190 Feb 10 19:05 go.sum [2022-02-10T19:09:21.702Z] drwxrwxr-x 8 1001 1001 124 Feb 10 19:05 internal [2022-02-10T19:09:21.702Z] drwxrwxr-x 3 1001 1001 16 Feb 10 19:05 openapi [2022-02-10T19:09:21.702Z] drwxrwxr-x 4 1001 1001 71 Feb 10 19:05 snap [2022-02-10T19:09:21.702Z] -rw-rw-r-- 1 1001 1001 204 Feb 10 19:05 version.go [Pipeline] sh [2022-02-10T19:09:22.022Z] + '[' -e coverage.out ] [2022-02-10T19:09:22.022Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-02-10T19:09:22.151Z] Stashed 1 file(s) [Pipeline] sh [2022-02-10T19:09:22.470Z] + make build [2022-02-10T19:09:22.470Z] 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-02-10T19:09:23.133Z] ---> Running in 37ca75e635b1 [2022-02-10T19:09:23.405Z] Removing intermediate container 37ca75e635b1 [2022-02-10T19:09:23.405Z] ---> ad4aa2c8c6e2 [2022-02-10T19:09:23.405Z] Step 3/4 : COPY go.mod . [2022-02-10T19:09:23.862Z] 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-02-10T19:09:24.000Z] ---> ae4eddb28542 [2022-02-10T19:09:24.000Z] Step 4/4 : RUN go mod download [2022-02-10T19:09:24.000Z] ---> Running in f78f0aafac70 [2022-02-10T19:09:31.315Z] 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-02-10T19:09:31.315Z] 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-02-10T19:09:32.263Z] 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-02-10T19:09:32.528Z] 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-02-10T19:09:33.494Z] 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-02-10T19:09:34.067Z] 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-02-10T19:09:35.023Z] 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-02-10T19:09:35.968Z] 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-02-10T19:09:36.537Z] 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-02-10T19:09:37.117Z] 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-02-10T19:09:38.535Z] $ docker stop --time=1 46cd705356a242bba10faf3b50896c337cf799cc45aafa8d9f3da62686649726 [2022-02-10T19:09:40.398Z] $ docker rm -f 46cd705356a242bba10faf3b50896c337cf799cc45aafa8d9f3da62686649726 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-02-10T19:09:42.067Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-02-10T19:09:42.067Z] [2022-02-10T19:09:42.067Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-02-10T19:09:42.412Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-02-10T19:09:42.413Z] latest: Pulling from edgex-devops/edgex-compose [2022-02-10T19:09:42.413Z] cbdbe7a5bc2a: Pulling fs layer [2022-02-10T19:09:42.413Z] ca9280d653b3: Pulling fs layer [2022-02-10T19:09:42.413Z] 7e9c9ca2126c: Pulling fs layer [2022-02-10T19:09:42.413Z] cbdbe7a5bc2a: Verifying Checksum [2022-02-10T19:09:42.413Z] cbdbe7a5bc2a: Download complete [2022-02-10T19:09:42.681Z] ca9280d653b3: Verifying Checksum [2022-02-10T19:09:42.681Z] ca9280d653b3: Download complete [2022-02-10T19:09:42.681Z] cbdbe7a5bc2a: Pull complete [2022-02-10T19:09:42.940Z] 7e9c9ca2126c: Download complete [2022-02-10T19:09:43.201Z] ca9280d653b3: Pull complete [2022-02-10T19:09:46.507Z] 7e9c9ca2126c: Pull complete [2022-02-10T19:09:46.507Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-02-10T19:09:46.507Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-02-10T19:09:46.507Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-02-10T19:09:46.597Z] prd-centos7-docker-4c-2g-5004 does not seem to be running inside a container [2022-02-10T19:09:46.629Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-02-10T19:09:49.094Z] $ docker top 71f1dbc801c693592349bf790a88128e946c0a227d9ee8237b5bc8d8e1671b3e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-02-10T19:09:49.494Z] + docker-compose build --help [2022-02-10T19:09:49.494Z] + grep parallel [2022-02-10T19:09:50.063Z] --parallel Build images in parallel. [Pipeline] } [2022-02-10T19:09:50.095Z] $ docker stop --time=1 71f1dbc801c693592349bf790a88128e946c0a227d9ee8237b5bc8d8e1671b3e [2022-02-10T19:09:51.267Z] $ docker rm -f 71f1dbc801c693592349bf790a88128e946c0a227d9ee8237b5bc8d8e1671b3e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-02-10T19:09:51.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-02-10T19:09:51.813Z] . [Pipeline] withDockerContainer [2022-02-10T19:09:51.898Z] prd-centos7-docker-4c-2g-5004 does not seem to be running inside a container [2022-02-10T19:09:51.929Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-02-10T19:09:52.243Z] $ docker top 8c1c3dc62a32cda0066f7f8d7455d8efc472a58cf7cd07349a95637e3eed9230 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-02-10T19:09:52.645Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-02-10T19:09:53.214Z] Building core-command ... [2022-02-10T19:09:53.214Z] Building core-data ... [2022-02-10T19:09:53.214Z] Building core-metadata ... [2022-02-10T19:09:53.214Z] Building security-bootstrapper ... [2022-02-10T19:09:53.214Z] Building security-proxy-setup ... [2022-02-10T19:09:53.214Z] Building security-secretstore-setup ... [2022-02-10T19:09:53.214Z] Building support-notifications ... [2022-02-10T19:09:53.214Z] Building support-scheduler ... [2022-02-10T19:09:53.214Z] Building sys-mgmt-agent ... [2022-02-10T19:09:53.214Z] Building sys-mgmt-agent [2022-02-10T19:09:53.214Z] Building support-scheduler [2022-02-10T19:09:53.214Z] Building core-command [2022-02-10T19:09:53.214Z] Building support-notifications [2022-02-10T19:09:53.214Z] Building security-secretstore-setup [2022-02-10T19:10:03.207Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-02-10T19:10:03.207Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-02-10T19:10:03.207Z] ---> 6758753b2b9d [2022-02-10T19:10:03.207Z] Step 3/22 : WORKDIR /edgex-go [2022-02-10T19:10:03.207Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-02-10T19:10:03.207Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-02-10T19:10:03.207Z] ---> 6758753b2b9d [2022-02-10T19:10:03.207Z] Step 3/22 : WORKDIR /edgex-go [2022-02-10T19:10:07.414Z] ---> Running in b12b6787e267 [2022-02-10T19:10:07.414Z] ---> Running in 8d82dadf5bd8 [2022-02-10T19:10:11.617Z] Removing intermediate container b12b6787e267 [2022-02-10T19:10:11.617Z] ---> b048d559bce9 [2022-02-10T19:10:11.617Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-10T19:10:11.617Z] Removing intermediate container 8d82dadf5bd8 [2022-02-10T19:10:11.617Z] ---> 815b078e16a7 [2022-02-10T19:10:11.617Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-10T19:10:11.877Z] ---> Running in 6e7b3bee2229 [2022-02-10T19:10:11.877Z] ---> Running in 9611f04f84b9 [2022-02-10T19:10:13.263Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-02-10T19:10:13.263Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-02-10T19:10:13.263Z] ---> 6758753b2b9d [2022-02-10T19:10:13.263Z] Step 3/25 : WORKDIR /edgex-go [2022-02-10T19:10:13.263Z] ---> Using cache [2022-02-10T19:10:13.263Z] ---> b048d559bce9 [2022-02-10T19:10:13.263Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-10T19:10:15.207Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-02-10T19:10:15.207Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-02-10T19:10:15.207Z] ---> 6758753b2b9d [2022-02-10T19:10:15.207Z] Step 3/23 : WORKDIR /edgex-go [2022-02-10T19:10:15.207Z] ---> Using cache [2022-02-10T19:10:15.207Z] ---> b048d559bce9 [2022-02-10T19:10:15.207Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-10T19:10:15.469Z] ---> Running in 4998323f852c [2022-02-10T19:10:15.469Z] ---> Running in 134e909bde3b [2022-02-10T19:10:15.730Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-02-10T19:10:15.730Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-02-10T19:10:15.730Z] ---> 6758753b2b9d [2022-02-10T19:10:15.730Z] Step 3/23 : WORKDIR /edgex-go [2022-02-10T19:10:15.730Z] ---> Using cache [2022-02-10T19:10:15.730Z] ---> b048d559bce9 [2022-02-10T19:10:15.730Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-10T19:10:15.997Z] ---> Running in d037c17dc6c2 [2022-02-10T19:10:15.997Z] Removing intermediate container 6e7b3bee2229 [2022-02-10T19:10:15.997Z] ---> 6e9bdfe1ed7c [2022-02-10T19:10:15.997Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-02-10T19:10:15.997Z] ---> Running in e95b86f8adf9 [2022-02-10T19:10:16.267Z] Removing intermediate container 9611f04f84b9 [2022-02-10T19:10:16.268Z] ---> 44903aeb13db [2022-02-10T19:10:16.268Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-02-10T19:10:16.268Z] ---> Running in a0c25866a6ba [2022-02-10T19:10:16.268Z] Removing intermediate container 4998323f852c [2022-02-10T19:10:16.268Z] ---> e762b3a56fd3 [2022-02-10T19:10:16.268Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-02-10T19:10:16.268Z] ---> Running in 48f8798d6796 [2022-02-10T19:10:16.532Z] Removing intermediate container 134e909bde3b [2022-02-10T19:10:16.532Z] ---> 8e95d3233ae1 [2022-02-10T19:10:16.532Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-02-10T19:10:16.532Z] ---> Running in e6a8fd447419 [2022-02-10T19:10:16.791Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-02-10T19:10:16.791Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-02-10T19:10:16.791Z] Removing intermediate container d037c17dc6c2 [2022-02-10T19:10:16.791Z] ---> 13ae8d9866c8 [2022-02-10T19:10:16.791Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-02-10T19:10:17.055Z] ---> Running in c7a3aa5a23f3 [2022-02-10T19:10:17.055Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-02-10T19:10:17.055Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-02-10T19:10:17.315Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-02-10T19:10:17.885Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-02-10T19:10:17.885Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-02-10T19:10:17.885Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-02-10T19:10:17.885Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-02-10T19:10:18.153Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-02-10T19:10:18.153Z] OK: 221 MiB in 52 packages [2022-02-10T19:10:18.418Z] OK: 221 MiB in 52 packages [2022-02-10T19:10:18.418Z] OK: 221 MiB in 52 packages [2022-02-10T19:10:18.418Z] OK: 221 MiB in 52 packages [2022-02-10T19:10:18.680Z] OK: 221 MiB in 52 packages [2022-02-10T19:10:18.680Z] Removing intermediate container 48f8798d6796 [2022-02-10T19:10:18.680Z] ---> 9ea6098a6efa [2022-02-10T19:10:18.680Z] Step 6/25 : COPY go.mod vendor* ./ [2022-02-10T19:10:18.680Z] Removing intermediate container a0c25866a6ba [2022-02-10T19:10:18.680Z] ---> 9546ef3f342e [2022-02-10T19:10:18.680Z] Step 6/22 : COPY go.mod vendor* ./ [2022-02-10T19:10:18.947Z] ---> 9f222c46d915 [2022-02-10T19:10:18.947Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-10T19:10:18.947Z] ---> Running in ebe46338075d [2022-02-10T19:10:18.947Z] ---> ab36127bdeb8 [2022-02-10T19:10:18.947Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-10T19:10:18.947Z] Removing intermediate container e95b86f8adf9 [2022-02-10T19:10:18.947Z] ---> 0dab25150937 [2022-02-10T19:10:18.947Z] Step 6/22 : COPY go.mod vendor* ./ [2022-02-10T19:10:18.947Z] ---> Running in f21927029cdd [2022-02-10T19:10:18.947Z] Removing intermediate container c7a3aa5a23f3 [2022-02-10T19:10:18.947Z] ---> 4a3d09e00a2f [2022-02-10T19:10:18.947Z] Step 6/23 : COPY go.mod vendor* ./ [2022-02-10T19:10:19.218Z] Removing intermediate container e6a8fd447419 [2022-02-10T19:10:19.218Z] ---> 652926607fdd [2022-02-10T19:10:19.218Z] Step 6/23 : COPY go.mod vendor* ./ [2022-02-10T19:10:19.218Z] ---> c10bc8c8ee28 [2022-02-10T19:10:19.218Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-10T19:10:19.218Z] ---> 2e4993abd324 [2022-02-10T19:10:19.218Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-10T19:10:19.218Z] ---> Running in 8309ef2f953c [2022-02-10T19:10:19.481Z] ---> Running in 76438aae27a0 [2022-02-10T19:10:19.481Z] ---> 8f8df9d403c2 [2022-02-10T19:10:19.481Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-10T19:10:19.481Z] ---> Running in 9dae458ce462 [2022-02-10T19:10:20.883Z] Removing intermediate container f21927029cdd [2022-02-10T19:10:20.883Z] ---> 16268d711bba [2022-02-10T19:10:20.883Z] Step 8/22 : COPY . . [2022-02-10T19:10:20.883Z] Removing intermediate container ebe46338075d [2022-02-10T19:10:20.883Z] ---> 5bedeedfa184 [2022-02-10T19:10:20.883Z] Step 8/25 : COPY . . [2022-02-10T19:10:24.190Z] Removing intermediate container 8309ef2f953c [2022-02-10T19:10:24.190Z] ---> 1883e82da5a3 [2022-02-10T19:10:24.190Z] Step 8/22 : COPY . . [2022-02-10T19:10:24.770Z] Removing intermediate container 76438aae27a0 [2022-02-10T19:10:24.770Z] ---> e150efe095ab [2022-02-10T19:10:24.770Z] Step 8/23 : COPY . . [2022-02-10T19:10:25.348Z] Removing intermediate container 9dae458ce462 [2022-02-10T19:10:25.348Z] ---> 07df0a2851d4 [2022-02-10T19:10:25.348Z] Step 8/23 : COPY . . [2022-02-10T19:10:33.496Z] ---> 2f18cbb5efc0 [2022-02-10T19:10:33.496Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-02-10T19:10:33.496Z] ---> Running in 614e57a52a63 [2022-02-10T19:10:33.496Z] ---> d40f60c95a9e [2022-02-10T19:10:33.496Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-02-10T19:10:33.496Z] ---> 48a6e6ba875d [2022-02-10T19:10:33.496Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-02-10T19:10:33.496Z] ---> Running in 1241587a26a5 [2022-02-10T19:10:33.757Z] ---> Running in 263230a36b95 [2022-02-10T19:10:34.331Z] 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-02-10T19:10:34.331Z] 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-02-10T19:10:34.331Z] 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-02-10T19:10:45.792Z] Removing intermediate container f78f0aafac70 [2022-02-10T19:10:45.793Z] ---> 15a4b6db9fc9 [2022-02-10T19:10:45.793Z] Successfully built 15a4b6db9fc9 [2022-02-10T19:10:45.793Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-02-10T19:10:46.165Z] + docker inspect -f . ci-base-image-arm64 [2022-02-10T19:10:46.165Z] . [Pipeline] withDockerContainer [2022-02-10T19:10:46.420Z] prd-ubuntu18.04-docker-arm64-4c-16g-5006 does not seem to be running inside a container [2022-02-10T19:10:46.507Z] $ 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-02-10T19:10:46.583Z] ---> 89e173627a49 [2022-02-10T19:10:46.583Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-02-10T19:10:46.583Z] ---> 6aad2f0badc6 [2022-02-10T19:10:46.583Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-02-10T19:10:46.583Z] ---> Running in 6fed408425cd [2022-02-10T19:10:46.583Z] ---> Running in 5cbf4083fac9 [2022-02-10T19:10:46.844Z] 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-02-10T19:10:46.844Z] 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-02-10T19:10:47.922Z] $ docker top fdead245d36ffbea2886e17592fc92b32b11e4549a180ec4656ecef332007901 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-02-10T19:10:48.904Z] + go version [2022-02-10T19:10:48.904Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-02-10T19:10:48.942Z] $ docker stop --time=1 fdead245d36ffbea2886e17592fc92b32b11e4549a180ec4656ecef332007901 [2022-02-10T19:10:50.589Z] $ docker rm -f fdead245d36ffbea2886e17592fc92b32b11e4549a180ec4656ecef332007901 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-02-10T19:10:51.503Z] + docker inspect -f . ci-base-image-arm64 [2022-02-10T19:10:51.503Z] . [Pipeline] withDockerContainer [2022-02-10T19:10:51.753Z] prd-ubuntu18.04-docker-arm64-4c-16g-5006 does not seem to be running inside a container [2022-02-10T19:10:51.835Z] $ 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-02-10T19:10:53.160Z] $ docker top a629d8f48ca535f21a145bb9a72d3f802593f75ca514ea0f0c90782d727757e7 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-02-10T19:10:53.467Z] ========================================================= [2022-02-10T19:10:53.467Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-02-10T19:10:53.467Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-02-10T19:10:54.176Z] + make test [2022-02-10T19:10:54.176Z] go mod tidy [2022-02-10T19:10:54.784Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-02-10T19:11:08.845Z] 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-02-10T19:11:12.174Z] Removing intermediate container 614e57a52a63 [2022-02-10T19:11:12.174Z] ---> c43b1d3fcdd9 [2022-02-10T19:11:12.174Z] [2022-02-10T19:11:12.174Z] Step 10/23 : FROM alpine:3.14 [2022-02-10T19:11:12.174Z] Removing intermediate container 1241587a26a5 [2022-02-10T19:11:12.174Z] ---> 2162856516f8 [2022-02-10T19:11:12.174Z] [2022-02-10T19:11:12.174Z] Step 10/25 : FROM alpine:3.14 [2022-02-10T19:11:13.118Z] 3.14: Pulling from library/alpine [2022-02-10T19:11:13.118Z] 3.14: Pulling from library/alpine [2022-02-10T19:11:14.503Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-02-10T19:11:14.503Z] Status: Downloaded newer image for alpine:3.14 [2022-02-10T19:11:14.503Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-02-10T19:11:14.503Z] Status: Image is up to date for alpine:3.14 [2022-02-10T19:11:14.503Z] ---> 0a97eee8041e [2022-02-10T19:11:14.503Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-02-10T19:11:14.503Z] ---> 0a97eee8041e [2022-02-10T19:11:14.503Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-02-10T19:11:14.503Z] ---> Running in 0f8356875dd8 [2022-02-10T19:11:14.764Z] ---> Running in 20f5925b3284 [2022-02-10T19:11:15.343Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-02-10T19:11:15.604Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-02-10T19:11:15.604Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-02-10T19:11:15.604Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-02-10T19:11:15.869Z] (1/3) Installing ca-certificates (20211220-r0) [2022-02-10T19:11:15.869Z] Removing intermediate container 263230a36b95 [2022-02-10T19:11:15.869Z] ---> a539df5ba12e [2022-02-10T19:11:15.869Z] [2022-02-10T19:11:15.869Z] Step 10/22 : FROM alpine:3.14 [2022-02-10T19:11:15.869Z] ---> 0a97eee8041e [2022-02-10T19:11:15.869Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-02-10T19:11:15.869Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-02-10T19:11:15.869Z] (3/3) Installing su-exec (0.2-r1) [2022-02-10T19:11:15.869Z] Executing busybox-1.33.1-r6.trigger [2022-02-10T19:11:16.130Z] Executing ca-certificates-20211220-r0.trigger [2022-02-10T19:11:16.130Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-02-10T19:11:16.130Z] Executing busybox-1.33.1-r6.trigger [2022-02-10T19:11:16.130Z] OK: 6 MiB in 15 packages [2022-02-10T19:11:16.130Z] ---> Running in 8c0d678870ed [2022-02-10T19:11:16.130Z] OK: 6 MiB in 17 packages [2022-02-10T19:11:16.708Z] Removing intermediate container 20f5925b3284 [2022-02-10T19:11:16.708Z] ---> a986b7cf8513 [2022-02-10T19:11:16.708Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-02-10T19:11:16.708Z] ---> Running in 10c55cc58729 [2022-02-10T19:11:16.708Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-02-10T19:11:16.970Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-02-10T19:11:16.970Z] Removing intermediate container 0f8356875dd8 [2022-02-10T19:11:16.970Z] ---> 19af0c32a116 [2022-02-10T19:11:16.970Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-02-10T19:11:16.970Z] Removing intermediate container 10c55cc58729 [2022-02-10T19:11:16.970Z] ---> 1bfed561196b [2022-02-10T19:11:16.970Z] Step 13/23 : ENV APP_PORT=59882 [2022-02-10T19:11:16.970Z] ---> Running in 81b72aa196d3 [2022-02-10T19:11:16.970Z] ---> Running in 5c62e2a6d777 [2022-02-10T19:11:17.238Z] Removing intermediate container 81b72aa196d3 [2022-02-10T19:11:17.238Z] ---> ab7ac25bd2e3 [2022-02-10T19:11:17.238Z] Step 13/25 : WORKDIR / [2022-02-10T19:11:17.238Z] (1/2) Installing ca-certificates (20211220-r0) [2022-02-10T19:11:17.238Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-02-10T19:11:17.238Z] Executing busybox-1.33.1-r6.trigger [2022-02-10T19:11:17.238Z] Executing ca-certificates-20211220-r0.trigger [2022-02-10T19:11:17.238Z] OK: 6 MiB in 16 packages [2022-02-10T19:11:17.238Z] ---> Running in b379a0e84803 [2022-02-10T19:11:17.238Z] Removing intermediate container 5c62e2a6d777 [2022-02-10T19:11:17.238Z] ---> b6087b9742f0 [2022-02-10T19:11:17.238Z] Step 14/23 : EXPOSE $APP_PORT [2022-02-10T19:11:17.503Z] ---> Running in 20e407d99b66 [2022-02-10T19:11:17.503Z] Removing intermediate container b379a0e84803 [2022-02-10T19:11:17.503Z] ---> b1b85240379a [2022-02-10T19:11:17.503Z] 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-02-10T19:11:17.503Z] Removing intermediate container 20e407d99b66 [2022-02-10T19:11:17.503Z] ---> 1c65e118093f [2022-02-10T19:11:17.503Z] Step 15/23 : WORKDIR / [2022-02-10T19:11:17.767Z] ---> Running in 35e93c6ab7aa [2022-02-10T19:11:18.028Z] Removing intermediate container 8c0d678870ed [2022-02-10T19:11:18.028Z] ---> c3e14ad8c636 [2022-02-10T19:11:18.028Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-02-10T19:11:18.028Z] Removing intermediate container 35e93c6ab7aa [2022-02-10T19:11:18.028Z] ---> 7f8efe02d2be [2022-02-10T19:11:18.028Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-02-10T19:11:18.028Z] ---> Running in aab1c4f462a9 [2022-02-10T19:11:18.028Z] ---> e667c8cb5097 [2022-02-10T19:11:18.028Z] 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-02-10T19:11:18.288Z] Removing intermediate container aab1c4f462a9 [2022-02-10T19:11:18.288Z] ---> a90db1a0c05d [2022-02-10T19:11:18.288Z] Step 13/22 : ENV APP_PORT=59860 [2022-02-10T19:11:18.546Z] ---> a934979d27b2 [2022-02-10T19:11:18.546Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-02-10T19:11:18.546Z] ---> Running in d268170daa74 [2022-02-10T19:11:18.546Z] ---> f04562e70b3e [2022-02-10T19:11:18.547Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-02-10T19:11:19.116Z] Removing intermediate container d268170daa74 [2022-02-10T19:11:19.116Z] ---> c01f11d7c7f1 [2022-02-10T19:11:19.116Z] Step 14/22 : EXPOSE $APP_PORT [2022-02-10T19:11:19.383Z] ---> 7f008e60eac4 [2022-02-10T19:11:19.383Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-02-10T19:11:19.383Z] ---> 40279e8014e7 [2022-02-10T19:11:19.383Z] 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-02-10T19:11:19.643Z] ---> Running in c447a2f31c0c [2022-02-10T19:11:19.643Z] ---> d97601cdb16c [2022-02-10T19:11:19.643Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-02-10T19:11:19.907Z] ---> 378dac8a2687 [2022-02-10T19:11:19.907Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-02-10T19:11:19.907Z] ---> Running in 7d35df516221 [2022-02-10T19:11:19.907Z] Removing intermediate container c447a2f31c0c [2022-02-10T19:11:19.907Z] ---> 75f2dc42f461 [2022-02-10T19:11:19.907Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-02-10T19:11:19.907Z] Removing intermediate container 5cbf4083fac9 [2022-02-10T19:11:19.907Z] ---> 24a559ab5cb6 [2022-02-10T19:11:19.907Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-02-10T19:11:20.501Z] ---> Running in 03cef15e20d8 [2022-02-10T19:11:20.764Z] ---> 0ca68c9503bd [2022-02-10T19:11:20.764Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-02-10T19:11:20.764Z] ---> 9996f24609f4 [2022-02-10T19:11:20.764Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-02-10T19:11:20.764Z] Removing intermediate container 7d35df516221 [2022-02-10T19:11:20.764Z] ---> f93b9cbead9c [2022-02-10T19:11:20.764Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-02-10T19:11:20.764Z] ---> Running in 5a54869bd81a [2022-02-10T19:11:21.350Z] Removing intermediate container 5a54869bd81a [2022-02-10T19:11:21.351Z] ---> f98654ff92c5 [2022-02-10T19:11:21.351Z] Step 21/23 : LABEL arch=x86_64 [2022-02-10T19:11:21.351Z] 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-02-10T19:11:21.351Z] ---> d928a2c0f69f [2022-02-10T19:11:21.351Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-02-10T19:11:21.351Z] ---> Running in fbe2006f1621 [2022-02-10T19:11:21.351Z] ---> ace0a7d5bac6 [2022-02-10T19:11:21.351Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-02-10T19:11:21.626Z] Removing intermediate container fbe2006f1621 [2022-02-10T19:11:21.626Z] ---> 506b04774579 [2022-02-10T19:11:21.626Z] Step 22/23 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 [2022-02-10T19:11:21.626Z] ---> 24f15c77b74e [2022-02-10T19:11:21.626Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-02-10T19:11:21.626Z] ---> e9bff1247045 [2022-02-10T19:11:21.626Z] 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-02-10T19:11:21.626Z] ---> Running in 6920fff8cad2 [2022-02-10T19:11:21.626Z] ---> Running in 4434e38e10d7 [2022-02-10T19:11:21.626Z] ---> Running in 697fe8614465 [2022-02-10T19:11:21.897Z] Removing intermediate container 6920fff8cad2 [2022-02-10T19:11:21.897Z] ---> 975c349c7429 [2022-02-10T19:11:21.897Z] Step 23/23 : LABEL version=0.0.0 [2022-02-10T19:11:21.897Z] Removing intermediate container 4434e38e10d7 [2022-02-10T19:11:21.897Z] ---> c0c4b1a5cbe9 [2022-02-10T19:11:21.897Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-02-10T19:11:21.897Z] ---> Running in 0af45ca87e5d [2022-02-10T19:11:22.165Z] ---> Running in b3097c436a36 [2022-02-10T19:11:22.431Z] Removing intermediate container 03cef15e20d8 [2022-02-10T19:11:22.431Z] ---> 71b20f12b2f0 [2022-02-10T19:11:22.431Z] [2022-02-10T19:11:22.431Z] Step 11/23 : FROM docker:20.10.10 [2022-02-10T19:11:22.431Z] Removing intermediate container 0af45ca87e5d [2022-02-10T19:11:22.431Z] ---> ce63a26c2896 [2022-02-10T19:11:22.431Z] [2022-02-10T19:11:22.431Z] Removing intermediate container b3097c436a36 [2022-02-10T19:11:22.431Z] ---> 10bb94ee7e43 [2022-02-10T19:11:22.431Z] Step 20/22 : LABEL arch=x86_64 [2022-02-10T19:11:22.431Z] Successfully built ce63a26c2896 [2022-02-10T19:11:22.431Z] Successfully tagged core-command:latest [2022-02-10T19:11:22.431Z] Building security-bootstrapper [2022-02-10T19:11:22.431Z] ---> Running in e2e31948acad [2022-02-10T19:11:22.711Z]  Building core-command ... done Removing intermediate container 6fed408425cd [2022-02-10T19:11:22.711Z] ---> 88c39b6f0f24 [2022-02-10T19:11:22.711Z] [2022-02-10T19:11:22.711Z] Step 10/22 : FROM alpine:3.14 [2022-02-10T19:11:22.711Z] ---> 0a97eee8041e [2022-02-10T19:11:22.711Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-02-10T19:11:22.711Z] ---> Using cache [2022-02-10T19:11:22.711Z] ---> a986b7cf8513 [2022-02-10T19:11:22.711Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-02-10T19:11:22.711Z] ---> Using cache [2022-02-10T19:11:22.711Z] ---> 1bfed561196b [2022-02-10T19:11:22.711Z] Step 13/22 : ENV APP_PORT=59861 [2022-02-10T19:11:22.972Z] ---> Running in 745078c27544 [2022-02-10T19:11:23.542Z] 20.10.10: Pulling from library/docker [2022-02-10T19:11:23.803Z] Removing intermediate container e2e31948acad [2022-02-10T19:11:23.803Z] ---> ea97d40d5b4b [2022-02-10T19:11:23.803Z] Step 21/22 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 [2022-02-10T19:11:23.803Z] Removing intermediate container 697fe8614465 [2022-02-10T19:11:23.803Z] ---> faa8a29d41c0 [2022-02-10T19:11:23.803Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-02-10T19:11:24.067Z] Removing intermediate container 745078c27544 [2022-02-10T19:11:24.067Z] ---> 383cba46bdd0 [2022-02-10T19:11:24.067Z] Step 14/22 : EXPOSE $APP_PORT [2022-02-10T19:11:24.067Z] ---> Running in a8e1451ed577 [2022-02-10T19:11:24.339Z] ---> Running in fbe6d6ce1abc [2022-02-10T19:11:25.283Z] ---> Running in 19804c0427b1 [2022-02-10T19:11:25.547Z] Removing intermediate container a8e1451ed577 [2022-02-10T19:11:25.547Z] ---> 6fe43e4faeca [2022-02-10T19:11:25.547Z] Step 22/22 : LABEL version=0.0.0 [2022-02-10T19:11:25.809Z] Removing intermediate container fbe6d6ce1abc [2022-02-10T19:11:25.809Z] ---> afc4e8672181 [2022-02-10T19:11:25.809Z] Step 23/25 : LABEL arch=x86_64 [2022-02-10T19:11:26.070Z] ---> Running in 667fbbae6879 [2022-02-10T19:11:26.070Z] Removing intermediate container 19804c0427b1 [2022-02-10T19:11:26.070Z] ---> 7ae4feb4d638 [2022-02-10T19:11:26.070Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-02-10T19:11:26.334Z] ---> Running in 38fdafef6399 [2022-02-10T19:11:26.334Z] Removing intermediate container 667fbbae6879 [2022-02-10T19:11:26.334Z] ---> b9c572f4c887 [2022-02-10T19:11:26.334Z] [2022-02-10T19:11:26.334Z] ---> 92eac9d7fb72 [2022-02-10T19:11:26.334Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-02-10T19:11:26.334Z] Removing intermediate container 38fdafef6399 [2022-02-10T19:11:26.334Z] ---> 4a037597f844 [2022-02-10T19:11:26.334Z] Step 24/25 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 [2022-02-10T19:11:26.334Z] Successfully built b9c572f4c887 [2022-02-10T19:11:26.334Z] Successfully tagged support-notifications:latest [2022-02-10T19:11:26.334Z]  Building support-notifications ... done Building core-metadata [2022-02-10T19:11:26.615Z] ---> Running in c9557cb59845 [2022-02-10T19:11:27.120Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-02-10T19:11:28.546Z] Removing intermediate container c9557cb59845 [2022-02-10T19:11:28.546Z] ---> 74551a68d125 [2022-02-10T19:11:28.546Z] Step 25/25 : LABEL version=0.0.0 [2022-02-10T19:11:29.489Z] ---> 656cfaec027c [2022-02-10T19:11:29.489Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-02-10T19:11:29.489Z] ---> Running in 54578659894e [2022-02-10T19:11:30.061Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-02-10T19:11:30.061Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-02-10T19:11:30.061Z] ---> 6758753b2b9d [2022-02-10T19:11:30.061Z] Step 3/31 : WORKDIR /edgex-go [2022-02-10T19:11:30.061Z] ---> Using cache [2022-02-10T19:11:30.061Z] ---> b048d559bce9 [2022-02-10T19:11:30.061Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-10T19:11:30.061Z] ---> Using cache [2022-02-10T19:11:30.061Z] ---> 13ae8d9866c8 [2022-02-10T19:11:30.061Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-02-10T19:11:30.061Z] ---> Using cache [2022-02-10T19:11:30.061Z] ---> 4a3d09e00a2f [2022-02-10T19:11:30.061Z] Step 6/31 : COPY go.mod vendor* ./ [2022-02-10T19:11:30.061Z] ---> Using cache [2022-02-10T19:11:30.061Z] ---> 2e4993abd324 [2022-02-10T19:11:30.061Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-10T19:11:30.061Z] ---> Using cache [2022-02-10T19:11:30.061Z] ---> e150efe095ab [2022-02-10T19:11:30.061Z] Step 8/31 : COPY . . [2022-02-10T19:11:30.061Z] ---> Using cache [2022-02-10T19:11:30.061Z] ---> 2f18cbb5efc0 [2022-02-10T19:11:30.061Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-02-10T19:11:30.061Z] Removing intermediate container 54578659894e [2022-02-10T19:11:30.061Z] ---> 16201c870dd4 [2022-02-10T19:11:30.061Z] [2022-02-10T19:11:30.326Z] Successfully built 16201c870dd4 [2022-02-10T19:11:30.326Z] ---> 9cb5c9091a8a [2022-02-10T19:11:30.326Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-02-10T19:11:30.326Z] Successfully tagged security-secretstore-setup:latest [2022-02-10T19:11:30.326Z]  Building security-secretstore-setup ... done Building security-proxy-setup [2022-02-10T19:11:30.326Z] ---> Running in d2dad5b1eb9f [2022-02-10T19:11:30.326Z] Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 [2022-02-10T19:11:30.326Z] ---> Running in 1f5b38ea5871 [2022-02-10T19:11:30.326Z] Status: Downloaded newer image for docker:20.10.10 [2022-02-10T19:11:30.326Z] ---> b706a049f56e [2022-02-10T19:11:30.326Z] 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-02-10T19:11:31.744Z] ---> Running in 4ee52c78ac62 [2022-02-10T19:11:31.744Z] 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-02-10T19:11:32.007Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-02-10T19:11:32.007Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-02-10T19:11:32.007Z] ---> 6758753b2b9d [2022-02-10T19:11:32.007Z] Step 3/23 : WORKDIR /edgex-go [2022-02-10T19:11:32.007Z] ---> Using cache [2022-02-10T19:11:32.007Z] ---> b048d559bce9 [2022-02-10T19:11:32.007Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-10T19:11:32.007Z] ---> Using cache [2022-02-10T19:11:32.007Z] ---> 13ae8d9866c8 [2022-02-10T19:11:32.007Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-02-10T19:11:32.007Z] ---> Using cache [2022-02-10T19:11:32.007Z] ---> 4a3d09e00a2f [2022-02-10T19:11:32.007Z] Step 6/23 : COPY go.mod vendor* ./ [2022-02-10T19:11:32.007Z] ---> Using cache [2022-02-10T19:11:32.007Z] ---> 2e4993abd324 [2022-02-10T19:11:32.007Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-10T19:11:32.007Z] ---> Using cache [2022-02-10T19:11:32.007Z] ---> e150efe095ab [2022-02-10T19:11:32.007Z] Step 8/23 : COPY . . [2022-02-10T19:11:32.007Z] ---> Using cache [2022-02-10T19:11:32.007Z] ---> 2f18cbb5efc0 [2022-02-10T19:11:32.007Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-02-10T19:11:32.584Z] Removing intermediate container 1f5b38ea5871 [2022-02-10T19:11:32.584Z] ---> f8450c530443 [2022-02-10T19:11:32.584Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-02-10T19:11:32.849Z] ---> Running in be08981230f0 [2022-02-10T19:11:32.849Z] ---> Running in e6bee79769d0 [2022-02-10T19:11:32.849Z] Removing intermediate container 4ee52c78ac62 [2022-02-10T19:11:32.849Z] ---> e6c5e3c819c6 [2022-02-10T19:11:32.849Z] 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-02-10T19:11:33.113Z] ---> Running in f6eabc0589b9 [2022-02-10T19:11:33.113Z] Removing intermediate container e6bee79769d0 [2022-02-10T19:11:33.113Z] ---> 477b827ff833 [2022-02-10T19:11:33.113Z] Step 20/22 : LABEL arch=x86_64 [2022-02-10T19:11:33.113Z] ---> Running in 9e86fa7afc4c [2022-02-10T19:11:33.381Z] 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-02-10T19:11:33.381Z] Removing intermediate container 9e86fa7afc4c [2022-02-10T19:11:33.381Z] ---> 22143e66fffa [2022-02-10T19:11:33.381Z] Step 21/22 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 [2022-02-10T19:11:33.381Z] ---> Running in 3e72c799c7d9 [2022-02-10T19:11:33.645Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-02-10T19:11:33.645Z] Removing intermediate container 3e72c799c7d9 [2022-02-10T19:11:33.645Z] ---> 329513213958 [2022-02-10T19:11:33.645Z] Step 22/22 : LABEL version=0.0.0 [2022-02-10T19:11:33.909Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-02-10T19:11:33.909Z] ---> Running in 9d48cf6e8720 [2022-02-10T19:11:34.171Z] Removing intermediate container 9d48cf6e8720 [2022-02-10T19:11:34.171Z] ---> 6af621b737e2 [2022-02-10T19:11:34.171Z] [2022-02-10T19:11:34.171Z] (1/42) Installing readline (8.1.0-r0) [2022-02-10T19:11:34.171Z] (2/42) Installing bash (5.1.4-r0) [2022-02-10T19:11:34.171Z] Successfully built 6af621b737e2 [2022-02-10T19:11:34.171Z] Executing bash-5.1.4-r0.post-install [2022-02-10T19:11:34.171Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-02-10T19:11:34.171Z] Successfully tagged support-scheduler:latest [2022-02-10T19:11:34.171Z]  Building support-scheduler ... done Building core-data [2022-02-10T19:11:34.435Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-02-10T19:11:34.435Z] (5/42) Installing libcurl (7.79.1-r0) [2022-02-10T19:11:34.435Z] (6/42) Installing curl (7.79.1-r0) [2022-02-10T19:11:34.435Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-02-10T19:11:34.435Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-02-10T19:11:34.435Z] (9/42) Installing expat (2.4.4-r0) [2022-02-10T19:11:34.435Z] (10/42) Installing libffi (3.3-r2) [2022-02-10T19:11:34.435Z] (11/42) Installing gdbm (1.19-r0) [2022-02-10T19:11:34.435Z] (12/42) Installing xz-libs (5.2.5-r0) [2022-02-10T19:11:34.435Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-02-10T19:11:34.435Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-02-10T19:11:34.435Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-02-10T19:11:34.435Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-02-10T19:11:34.435Z] (17/42) Installing python3 (3.9.5-r2) [2022-02-10T19:11:35.389Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2022-02-10T19:11:35.389Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-02-10T19:11:35.389Z] (20/42) Installing py3-idna (3.2-r0) [2022-02-10T19:11:35.389Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-02-10T19:11:35.389Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-02-10T19:11:35.389Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-02-10T19:11:35.652Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-02-10T19:11:35.652Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-02-10T19:11:35.652Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-02-10T19:11:35.652Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-02-10T19:11:35.652Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-02-10T19:11:35.652Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-02-10T19:11:35.652Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-02-10T19:11:35.652Z] (31/42) Installing py3-six (1.15.0-r1) [2022-02-10T19:11:35.652Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-02-10T19:11:35.652Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-02-10T19:11:35.652Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-02-10T19:11:35.652Z] (35/42) Installing py3-packaging (20.9-r1) [2022-02-10T19:11:35.652Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-02-10T19:11:35.652Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-02-10T19:11:35.652Z] (38/42) Installing py3-progress (1.5-r2) [2022-02-10T19:11:35.652Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-02-10T19:11:35.652Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-02-10T19:11:35.652Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-02-10T19:11:35.652Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-02-10T19:11:35.913Z] Executing busybox-1.33.1-r6.trigger [2022-02-10T19:11:35.913Z] OK: 84 MiB in 64 packages [2022-02-10T19:11:37.858Z] Collecting docker-compose==1.23.2 [2022-02-10T19:11:37.858Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-02-10T19:11:37.858Z] Collecting cached-property<2,>=1.2.0 [2022-02-10T19:11:37.858Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-02-10T19:11:37.858Z] Collecting docker<4.0,>=3.6.0 [2022-02-10T19:11:37.858Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-02-10T19:11:37.858Z] Collecting texttable<0.10,>=0.9.0 [2022-02-10T19:11:37.858Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-02-10T19:11:38.831Z] Collecting PyYAML<4,>=3.10 [2022-02-10T19:11:38.831Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-02-10T19:11:39.795Z] Collecting websocket-client<1.0,>=0.32.0 [2022-02-10T19:11:39.795Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-02-10T19:11:39.795Z] Collecting dockerpty<0.5,>=0.4.1 [2022-02-10T19:11:39.795Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-02-10T19:11:40.377Z] 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-02-10T19:11:40.377Z] Collecting docopt<0.7,>=0.6.1 [2022-02-10T19:11:40.377Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-02-10T19:11:40.640Z] Step 1/21 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-02-10T19:11:40.640Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-02-10T19:11:40.640Z] ---> 6758753b2b9d [2022-02-10T19:11:40.640Z] Step 3/21 : WORKDIR /edgex-go [2022-02-10T19:11:40.640Z] ---> Using cache [2022-02-10T19:11:40.640Z] ---> b048d559bce9 [2022-02-10T19:11:40.640Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-10T19:11:40.640Z] ---> Using cache [2022-02-10T19:11:40.640Z] ---> 13ae8d9866c8 [2022-02-10T19:11:40.640Z] Step 5/21 : RUN apk add --update --no-cache make git [2022-02-10T19:11:40.640Z] ---> Using cache [2022-02-10T19:11:40.640Z] ---> 4a3d09e00a2f [2022-02-10T19:11:40.640Z] Step 6/21 : COPY go.mod vendor* ./ [2022-02-10T19:11:40.640Z] ---> Using cache [2022-02-10T19:11:40.640Z] ---> 2e4993abd324 [2022-02-10T19:11:40.640Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-10T19:11:40.640Z] ---> Using cache [2022-02-10T19:11:40.640Z] ---> e150efe095ab [2022-02-10T19:11:40.640Z] Step 8/21 : COPY . . [2022-02-10T19:11:40.640Z] ---> Using cache [2022-02-10T19:11:40.640Z] ---> 2f18cbb5efc0 [2022-02-10T19:11:40.640Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-02-10T19:11:40.907Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-02-10T19:11:40.907Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-02-10T19:11:40.907Z] ---> 6758753b2b9d [2022-02-10T19:11:40.907Z] Step 3/23 : WORKDIR /edgex-go [2022-02-10T19:11:40.907Z] ---> Using cache [2022-02-10T19:11:40.907Z] ---> b048d559bce9 [2022-02-10T19:11:40.907Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-10T19:11:40.907Z] ---> Using cache [2022-02-10T19:11:40.907Z] ---> 13ae8d9866c8 [2022-02-10T19:11:40.907Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-02-10T19:11:41.172Z] Collecting jsonschema<3,>=2.5.1 [2022-02-10T19:11:41.172Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-02-10T19:11:41.172Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-02-10T19:11:41.172Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-02-10T19:11:41.444Z] Collecting docker-pycreds>=0.4.0 [2022-02-10T19:11:41.444Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-02-10T19:11:41.444Z] ---> Running in a7fe843dd68c [2022-02-10T19:11:41.444Z] ---> Running in 607d29050800 [2022-02-10T19:11:41.444Z] Collecting urllib3<1.25,>=1.21.1 [2022-02-10T19:11:41.444Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-02-10T19:11:41.713Z] Collecting chardet<3.1.0,>=3.0.2 [2022-02-10T19:11:41.713Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-02-10T19:11:41.713Z] 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-02-10T19:11:41.713Z] Collecting idna<2.8,>=2.5 [2022-02-10T19:11:41.713Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-02-10T19:11:41.713Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-02-10T19:11:41.713Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-02-10T19:11:41.713Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-02-10T19:11:41.713Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-02-10T19:11:41.988Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-02-10T19:11:41.988Z] Attempting uninstall: urllib3 [2022-02-10T19:11:41.988Z] Found existing installation: urllib3 1.26.5 [2022-02-10T19:11:41.988Z] Uninstalling urllib3-1.26.5: [2022-02-10T19:11:41.988Z] Successfully uninstalled urllib3-1.26.5 [2022-02-10T19:11:42.258Z] Attempting uninstall: idna [2022-02-10T19:11:42.258Z] Found existing installation: idna 3.2 [2022-02-10T19:11:42.258Z] Uninstalling idna-3.2: [2022-02-10T19:11:42.258Z] Successfully uninstalled idna-3.2 [2022-02-10T19:11:42.258Z] 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-02-10T19:11:42.519Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-02-10T19:11:42.789Z] Attempting uninstall: chardet [2022-02-10T19:11:42.789Z] Found existing installation: chardet 4.0.0 [2022-02-10T19:11:42.789Z] Uninstalling chardet-4.0.0: [2022-02-10T19:11:42.789Z] Successfully uninstalled chardet-4.0.0 [2022-02-10T19:11:43.369Z] Attempting uninstall: requests [2022-02-10T19:11:43.369Z] Found existing installation: requests 2.25.1 [2022-02-10T19:11:43.369Z] Uninstalling requests-2.25.1: [2022-02-10T19:11:43.369Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-02-10T19:11:43.369Z] Successfully uninstalled requests-2.25.1 [2022-02-10T19:11:43.630Z] Running setup.py install for texttable: started [2022-02-10T19:11:43.893Z] OK: 221 MiB in 52 packages [2022-02-10T19:11:44.470Z] Removing intermediate container 607d29050800 [2022-02-10T19:11:44.470Z] ---> 2b0c09f9b4be [2022-02-10T19:11:44.470Z] Step 6/23 : COPY go.mod vendor* ./ [2022-02-10T19:11:44.470Z] Running setup.py install for texttable: finished with status 'done' [2022-02-10T19:11:44.470Z] Running setup.py install for PyYAML: started [2022-02-10T19:11:44.470Z] ---> 7ab267a31176 [2022-02-10T19:11:44.470Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-10T19:11:44.470Z] ---> Running in cb81b6598857 [2022-02-10T19:11:45.440Z] Running setup.py install for PyYAML: finished with status 'done' [2022-02-10T19:11:45.440Z] Running setup.py install for docopt: started [2022-02-10T19:11:46.021Z] Running setup.py install for docopt: finished with status 'done' [2022-02-10T19:11:46.021Z] Running setup.py install for dockerpty: started [2022-02-10T19:11:46.595Z] Running setup.py install for dockerpty: finished with status 'done' [2022-02-10T19:11:47.207Z] Removing intermediate container cb81b6598857 [2022-02-10T19:11:47.207Z] ---> 8d7dfb95b3f0 [2022-02-10T19:11:47.207Z] Step 8/23 : COPY . . [2022-02-10T19:11:47.833Z] 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-02-10T19:11:54.547Z] Removing intermediate container f6eabc0589b9 [2022-02-10T19:11:54.547Z] ---> 98a4f53066f6 [2022-02-10T19:11:54.547Z] Step 14/23 : ENV APP_PORT=58890 [2022-02-10T19:11:54.547Z] ---> e911c0e22267 [2022-02-10T19:11:54.547Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-02-10T19:11:54.547Z] ---> Running in 83308afe7072 [2022-02-10T19:11:54.547Z] ---> Running in 8dfa551b0854 [2022-02-10T19:11:54.808Z] Removing intermediate container 83308afe7072 [2022-02-10T19:11:54.808Z] ---> 968ae78d2cf4 [2022-02-10T19:11:54.808Z] Step 15/23 : EXPOSE $APP_PORT [2022-02-10T19:11:54.808Z] ---> Running in 4395284bef63 [2022-02-10T19:11:55.076Z] Removing intermediate container 4395284bef63 [2022-02-10T19:11:55.076Z] ---> 3ca06baeda7f [2022-02-10T19:11:55.076Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-02-10T19:11:55.338Z] 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-02-10T19:11:55.907Z] ---> d53a6cf2da08 [2022-02-10T19:11:55.907Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-02-10T19:11:56.169Z] ---> 341469fee5dd [2022-02-10T19:11:56.169Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-02-10T19:11:56.746Z] ---> 30cab4c34635 [2022-02-10T19:11:56.746Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-02-10T19:11:56.746Z] ---> Running in 8b6f74e78244 [2022-02-10T19:11:57.012Z] Removing intermediate container 8b6f74e78244 [2022-02-10T19:11:57.012Z] ---> 08ba3680d7a6 [2022-02-10T19:11:57.012Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-02-10T19:11:57.012Z] ---> Running in 039b840b9fdd [2022-02-10T19:11:57.012Z] Removing intermediate container 039b840b9fdd [2022-02-10T19:11:57.012Z] ---> c520f4d3b6c7 [2022-02-10T19:11:57.012Z] Step 21/23 : LABEL arch=x86_64 [2022-02-10T19:11:57.012Z] ---> Running in e1900d46d034 [2022-02-10T19:11:57.274Z] Removing intermediate container e1900d46d034 [2022-02-10T19:11:57.274Z] ---> 7470980ad23d [2022-02-10T19:11:57.274Z] Step 22/23 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 [2022-02-10T19:11:57.274Z] ---> Running in c75aecd5152c [2022-02-10T19:11:57.534Z] Removing intermediate container c75aecd5152c [2022-02-10T19:11:57.534Z] ---> 20c9fe11d622 [2022-02-10T19:11:57.534Z] Step 23/23 : LABEL version=0.0.0 [2022-02-10T19:11:57.534Z] ---> Running in 2ba4fe620877 [2022-02-10T19:11:57.797Z] Removing intermediate container 2ba4fe620877 [2022-02-10T19:11:57.797Z] ---> 20a49fcb248e [2022-02-10T19:11:57.797Z] [2022-02-10T19:11:57.797Z] Successfully built 20a49fcb248e [2022-02-10T19:11:57.797Z] Successfully tagged sys-mgmt-agent:latest [2022-02-10T19:12:04.389Z]  Building sys-mgmt-agent ... done Removing intermediate container d2dad5b1eb9f [2022-02-10T19:12:04.389Z] ---> 34d92b705179 [2022-02-10T19:12:04.389Z] [2022-02-10T19:12:04.389Z] Step 10/31 : FROM alpine:3.14 [2022-02-10T19:12:04.389Z] ---> 0a97eee8041e [2022-02-10T19:12:04.389Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-02-10T19:12:04.648Z] ---> Running in ccdf426037d3 [2022-02-10T19:12:04.648Z] Removing intermediate container ccdf426037d3 [2022-02-10T19:12:04.648Z] ---> 0ff4b8b3882e [2022-02-10T19:12:04.648Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-02-10T19:12:04.648Z] ---> Running in b48eb02af29f [2022-02-10T19:12:05.219Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-02-10T19:12:05.481Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-02-10T19:12:05.746Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-02-10T19:12:05.746Z] (2/2) Installing su-exec (0.2-r1) [2022-02-10T19:12:05.746Z] Executing busybox-1.33.1-r6.trigger [2022-02-10T19:12:05.746Z] OK: 6 MiB in 16 packages [2022-02-10T19:12:06.322Z] Removing intermediate container b48eb02af29f [2022-02-10T19:12:06.322Z] ---> f1d30f088074 [2022-02-10T19:12:06.322Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-02-10T19:12:06.322Z] ---> Running in 246e8d4ac587 [2022-02-10T19:12:06.322Z] Removing intermediate container 246e8d4ac587 [2022-02-10T19:12:06.322Z] ---> 4461d82f61ce [2022-02-10T19:12:06.322Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-02-10T19:12:06.322Z] ---> Running in 5f338e13b705 [2022-02-10T19:12:06.584Z] Removing intermediate container 5f338e13b705 [2022-02-10T19:12:06.584Z] ---> 8f93c6cb61cb [2022-02-10T19:12:06.584Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-02-10T19:12:06.584Z] ---> Running in 19b7a59dbd53 [2022-02-10T19:12:07.530Z] Removing intermediate container 19b7a59dbd53 [2022-02-10T19:12:07.530Z] ---> 9c04ca1ed6d2 [2022-02-10T19:12:07.530Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-02-10T19:12:07.530Z] ---> Running in 8bc191ad5c88 [2022-02-10T19:12:07.530Z] Removing intermediate container 8bc191ad5c88 [2022-02-10T19:12:07.530Z] ---> 894932ffcced [2022-02-10T19:12:07.530Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-02-10T19:12:07.794Z] ---> aadc82d2ed7e [2022-02-10T19:12:07.794Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-02-10T19:12:07.794Z] ---> Running in aab44acb0e00 [2022-02-10T19:12:08.762Z] Removing intermediate container aab44acb0e00 [2022-02-10T19:12:08.762Z] ---> a2d376b43bcd [2022-02-10T19:12:08.762Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-02-10T19:12:09.039Z] ---> 6b8f9bf95b0f [2022-02-10T19:12:09.039Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-02-10T19:12:09.644Z] ---> 8ee4dc29f59e [2022-02-10T19:12:09.644Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-02-10T19:12:09.915Z] ---> e8c88eeababe [2022-02-10T19:12:09.915Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-02-10T19:12:10.193Z] ---> 091f7e184e64 [2022-02-10T19:12:10.193Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-02-10T19:12:10.476Z] ---> d5fbcc4d94ff [2022-02-10T19:12:10.476Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-02-10T19:12:11.057Z] ---> Running in 4cd36da30b24 [2022-02-10T19:12:11.634Z] Removing intermediate container 4cd36da30b24 [2022-02-10T19:12:11.634Z] ---> f7e36c94f51d [2022-02-10T19:12:11.634Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-02-10T19:12:11.634Z] Removing intermediate container be08981230f0 [2022-02-10T19:12:11.634Z] ---> 94ead1c584cf [2022-02-10T19:12:11.634Z] [2022-02-10T19:12:11.634Z] Step 10/23 : FROM alpine:3.14 [2022-02-10T19:12:11.634Z] ---> 0a97eee8041e [2022-02-10T19:12:11.634Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-02-10T19:12:11.634Z] ---> Using cache [2022-02-10T19:12:11.634Z] ---> a986b7cf8513 [2022-02-10T19:12:11.634Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-02-10T19:12:11.634Z] ---> Using cache [2022-02-10T19:12:11.634Z] ---> 1bfed561196b [2022-02-10T19:12:11.634Z] Step 13/23 : ENV APP_PORT=59881 [2022-02-10T19:12:11.895Z] ---> Running in 0826654e27f8 [2022-02-10T19:12:11.895Z] ---> d1508822634c [2022-02-10T19:12:11.895Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-02-10T19:12:12.171Z] ---> Running in 6c467f73a961 [2022-02-10T19:12:12.171Z] Removing intermediate container 0826654e27f8 [2022-02-10T19:12:12.171Z] ---> 8acdb1a63d9b [2022-02-10T19:12:12.171Z] Step 14/23 : EXPOSE $APP_PORT [2022-02-10T19:12:12.171Z] ---> Running in e325fd6b5b0e [2022-02-10T19:12:12.443Z] Removing intermediate container e325fd6b5b0e [2022-02-10T19:12:12.443Z] ---> 41163d347a56 [2022-02-10T19:12:12.443Z] Step 15/23 : WORKDIR / [2022-02-10T19:12:12.443Z] ---> Running in 802520d410a2 [2022-02-10T19:12:12.715Z] Removing intermediate container 802520d410a2 [2022-02-10T19:12:12.715Z] ---> 31c4e4e8c6e4 [2022-02-10T19:12:12.715Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-02-10T19:12:12.993Z] ---> e9b1c2b99390 [2022-02-10T19:12:12.993Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-02-10T19:12:12.993Z] Removing intermediate container 6c467f73a961 [2022-02-10T19:12:12.993Z] ---> b17a0fe16a6c [2022-02-10T19:12:12.993Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-02-10T19:12:13.265Z] ---> Running in d4876920d0e9 [2022-02-10T19:12:13.533Z] ---> 160c5599acae [2022-02-10T19:12:13.533Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-02-10T19:12:13.533Z] Removing intermediate container d4876920d0e9 [2022-02-10T19:12:13.533Z] ---> 8da0190d4f92 [2022-02-10T19:12:13.533Z] Step 28/31 : CMD ["gate"] [2022-02-10T19:12:13.799Z] ---> Running in 6ae7f5da8965 [2022-02-10T19:12:13.799Z] ---> 113ab2af3817 [2022-02-10T19:12:13.799Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-02-10T19:12:13.799Z] ---> Running in adc95c7a84f7 [2022-02-10T19:12:14.065Z] Removing intermediate container 6ae7f5da8965 [2022-02-10T19:12:14.065Z] ---> aac9c19a6d4e [2022-02-10T19:12:14.065Z] Step 29/31 : LABEL arch=x86_64 [2022-02-10T19:12:14.065Z] 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-02-10T19:12:14.328Z] Removing intermediate container adc95c7a84f7 [2022-02-10T19:12:14.328Z] ---> 7cd4604949c3 [2022-02-10T19:12:14.328Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-02-10T19:12:14.328Z] ---> Running in 585df0735113 [2022-02-10T19:12:14.328Z] ---> Running in 86d0a6527a3a [2022-02-10T19:12:14.328Z] Removing intermediate container 585df0735113 [2022-02-10T19:12:14.328Z] ---> 1bbc4e894e80 [2022-02-10T19:12:14.328Z] Step 30/31 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 [2022-02-10T19:12:14.595Z] Removing intermediate container 86d0a6527a3a [2022-02-10T19:12:14.595Z] ---> e08edd9a3064 [2022-02-10T19:12:14.595Z] Step 21/23 : LABEL arch=x86_64 [2022-02-10T19:12:14.595Z] ---> Running in 8e9b8d6c01fe [2022-02-10T19:12:14.595Z] ---> Running in abee2756d4c4 [2022-02-10T19:12:14.595Z] Removing intermediate container 8e9b8d6c01fe [2022-02-10T19:12:14.595Z] ---> e0221145bdef [2022-02-10T19:12:14.595Z] Step 31/31 : LABEL version=0.0.0 [2022-02-10T19:12:14.595Z] Removing intermediate container abee2756d4c4 [2022-02-10T19:12:14.595Z] ---> fe4f67865bdd [2022-02-10T19:12:14.595Z] Step 22/23 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 [2022-02-10T19:12:14.855Z] ---> Running in 4ea33cc238ea [2022-02-10T19:12:14.855Z] ---> Running in d73e40898d9b [2022-02-10T19:12:14.855Z] Removing intermediate container 4ea33cc238ea [2022-02-10T19:12:14.855Z] ---> b8e057195870 [2022-02-10T19:12:14.855Z] Step 23/23 : LABEL version=0.0.0 [2022-02-10T19:12:15.115Z] ---> Running in 4939127eedc5 [2022-02-10T19:12:15.115Z] Removing intermediate container d73e40898d9b [2022-02-10T19:12:15.115Z] ---> 1f858c25e529 [2022-02-10T19:12:15.115Z] [2022-02-10T19:12:15.115Z] Successfully built 1f858c25e529 [2022-02-10T19:12:15.115Z] Successfully tagged security-bootstrapper:latest [2022-02-10T19:12:15.378Z]  Building security-bootstrapper ... done Removing intermediate container 4939127eedc5 [2022-02-10T19:12:15.378Z] ---> fa472e81b133 [2022-02-10T19:12:15.378Z] [2022-02-10T19:12:15.378Z] Successfully built fa472e81b133 [2022-02-10T19:12:15.378Z] Successfully tagged core-metadata:latest [2022-02-10T19:12:17.936Z]  Building core-metadata ... done Removing intermediate container a7fe843dd68c [2022-02-10T19:12:17.936Z] ---> 8b27b99cf39c [2022-02-10T19:12:17.936Z] [2022-02-10T19:12:17.936Z] Step 10/21 : FROM alpine:3.14 [2022-02-10T19:12:17.936Z] ---> 0a97eee8041e [2022-02-10T19:12:17.936Z] Step 11/21 : RUN apk add --update --no-cache curl [2022-02-10T19:12:17.936Z] ---> Running in e45df19f6a8a [2022-02-10T19:12:18.203Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-02-10T19:12:18.203Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-02-10T19:12:18.465Z] (1/5) Installing ca-certificates (20211220-r0) [2022-02-10T19:12:18.465Z] (2/5) Installing brotli-libs (1.0.9-r5) [2022-02-10T19:12:18.465Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2022-02-10T19:12:18.465Z] (4/5) Installing libcurl (7.79.1-r0) [2022-02-10T19:12:18.465Z] (5/5) Installing curl (7.79.1-r0) [2022-02-10T19:12:18.465Z] Executing busybox-1.33.1-r6.trigger [2022-02-10T19:12:18.465Z] Executing ca-certificates-20211220-r0.trigger [2022-02-10T19:12:18.465Z] OK: 8 MiB in 19 packages [2022-02-10T19:12:19.345Z] Removing intermediate container e45df19f6a8a [2022-02-10T19:12:19.345Z] ---> bf3dca1449bb [2022-02-10T19:12:19.345Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-02-10T19:12:19.345Z] ---> Running in fb107bfb440e [2022-02-10T19:12:19.345Z] Removing intermediate container fb107bfb440e [2022-02-10T19:12:19.345Z] ---> f37d66399a96 [2022-02-10T19:12:19.345Z] Step 13/21 : WORKDIR /edgex [2022-02-10T19:12:19.345Z] ---> Running in cf39350a9562 [2022-02-10T19:12:19.662Z] Removing intermediate container cf39350a9562 [2022-02-10T19:12:19.662Z] ---> 05cdb9d0d28e [2022-02-10T19:12:19.662Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-02-10T19:12:19.662Z] ---> 30ad41805a38 [2022-02-10T19:12:19.662Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-02-10T19:12:20.013Z] ---> 6144e8b94363 [2022-02-10T19:12:20.013Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-02-10T19:12:20.757Z] ---> aa7afc99e792 [2022-02-10T19:12:20.757Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2022-02-10T19:12:20.757Z] ---> Running in 9c4544b3ebc8 [2022-02-10T19:12:20.757Z] Removing intermediate container 9c4544b3ebc8 [2022-02-10T19:12:20.757Z] ---> cc793cb123a6 [2022-02-10T19:12:20.757Z] Step 18/21 : CMD ["--init=true"] [2022-02-10T19:12:20.757Z] ---> Running in 4f3b513a085d [2022-02-10T19:12:20.757Z] Removing intermediate container 4f3b513a085d [2022-02-10T19:12:20.757Z] ---> a296ba48c15f [2022-02-10T19:12:20.757Z] Step 19/21 : LABEL arch=x86_64 [2022-02-10T19:12:20.757Z] ---> Running in a5d5e44c466e [2022-02-10T19:12:21.142Z] Removing intermediate container a5d5e44c466e [2022-02-10T19:12:21.142Z] ---> 50413ee292fa [2022-02-10T19:12:21.142Z] Step 20/21 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 [2022-02-10T19:12:21.142Z] ---> Running in 82ddb0f8e3ea [2022-02-10T19:12:21.142Z] Removing intermediate container 82ddb0f8e3ea [2022-02-10T19:12:21.142Z] ---> 01ff889663a8 [2022-02-10T19:12:21.142Z] Step 21/21 : LABEL version=0.0.0 [2022-02-10T19:12:21.142Z] ---> Running in 78a3c23c1cc8 [2022-02-10T19:12:21.142Z] Removing intermediate container 78a3c23c1cc8 [2022-02-10T19:12:21.142Z] ---> f27eaf685cb5 [2022-02-10T19:12:21.142Z] [2022-02-10T19:12:21.142Z] Successfully built f27eaf685cb5 [2022-02-10T19:12:21.142Z] Successfully tagged security-proxy-setup:latest [2022-02-10T19:12:23.160Z]  Building security-proxy-setup ... done Removing intermediate container 8dfa551b0854 [2022-02-10T19:12:23.160Z] ---> 4b1cd13605b7 [2022-02-10T19:12:23.160Z] [2022-02-10T19:12:23.160Z] Step 10/23 : FROM alpine:3.14 [2022-02-10T19:12:23.160Z] ---> 0a97eee8041e [2022-02-10T19:12:23.160Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-02-10T19:12:23.160Z] ---> Running in 37001d16b280 [2022-02-10T19:12:23.160Z] Removing intermediate container 37001d16b280 [2022-02-10T19:12:23.160Z] ---> 3a48cb8fbc03 [2022-02-10T19:12:23.160Z] Step 12/23 : ENV APP_PORT=59880 [2022-02-10T19:12:23.160Z] ---> Running in d5248165e079 [2022-02-10T19:12:23.160Z] Removing intermediate container d5248165e079 [2022-02-10T19:12:23.160Z] ---> 3e5cb512d059 [2022-02-10T19:12:23.160Z] Step 13/23 : EXPOSE $APP_PORT [2022-02-10T19:12:23.160Z] ---> Running in 0d361e99d73e [2022-02-10T19:12:23.427Z] Removing intermediate container 0d361e99d73e [2022-02-10T19:12:23.427Z] ---> ed018c96ba6b [2022-02-10T19:12:23.427Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-10T19:12:23.427Z] ---> Running in 582b54d67e79 [2022-02-10T19:12:23.698Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-02-10T19:12:23.995Z] Removing intermediate container 582b54d67e79 [2022-02-10T19:12:23.995Z] ---> 71893ad9a837 [2022-02-10T19:12:23.995Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-02-10T19:12:23.995Z] ---> Running in 89791c43c75c [2022-02-10T19:12:23.995Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-02-10T19:12:24.937Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-02-10T19:12:25.137Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-02-10T19:12:25.197Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-02-10T19:12:25.457Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-02-10T19:12:25.457Z] (3/6) Installing libsodium (1.0.18-r0) [2022-02-10T19:12:25.719Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-02-10T19:12:25.719Z] (5/6) Installing libzmq (4.3.4-r0) [2022-02-10T19:12:25.979Z] (6/6) Installing zeromq (4.3.4-r0) [2022-02-10T19:12:25.979Z] Executing busybox-1.33.1-r6.trigger [2022-02-10T19:12:25.979Z] OK: 8 MiB in 20 packages [2022-02-10T19:12:26.126Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-02-10T19:12:26.242Z] Removing intermediate container 89791c43c75c [2022-02-10T19:12:26.242Z] ---> d508ff15dad3 [2022-02-10T19:12:26.242Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-02-10T19:12:26.500Z] ---> 30e13b0d9ca5 [2022-02-10T19:12:26.500Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-02-10T19:12:26.760Z] ---> 5a79c742d452 [2022-02-10T19:12:26.760Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-02-10T19:12:26.760Z] ---> 50805c62a911 [2022-02-10T19:12:26.760Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-02-10T19:12:26.760Z] ---> Running in e141ecdd1d07 [2022-02-10T19:12:27.021Z] Removing intermediate container e141ecdd1d07 [2022-02-10T19:12:27.021Z] ---> bcc1c35f56e9 [2022-02-10T19:12:27.021Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-02-10T19:12:27.021Z] ---> Running in 949a60ed904a [2022-02-10T19:12:27.021Z] Removing intermediate container 949a60ed904a [2022-02-10T19:12:27.021Z] ---> 4ea5af1444a6 [2022-02-10T19:12:27.021Z] Step 21/23 : LABEL arch=x86_64 [2022-02-10T19:12:27.021Z] ---> Running in 3fb419861380 [2022-02-10T19:12:27.108Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-02-10T19:12:27.281Z] Removing intermediate container 3fb419861380 [2022-02-10T19:12:27.281Z] ---> e76e21a180b7 [2022-02-10T19:12:27.281Z] Step 22/23 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 [2022-02-10T19:12:27.281Z] ---> Running in 53c277524ad5 [2022-02-10T19:12:27.281Z] Removing intermediate container 53c277524ad5 [2022-02-10T19:12:27.281Z] ---> fe4b8c627794 [2022-02-10T19:12:27.281Z] Step 23/23 : LABEL version=0.0.0 [2022-02-10T19:12:27.281Z] ---> Running in 252ea4d86820 [2022-02-10T19:12:27.281Z] Removing intermediate container 252ea4d86820 [2022-02-10T19:12:27.281Z] ---> c489b07868b9 [2022-02-10T19:12:27.281Z] [2022-02-10T19:12:27.541Z] Successfully built c489b07868b9 [2022-02-10T19:12:27.541Z] Successfully tagged core-data:latest [2022-02-10T19:12:27.548Z]  Building core-data ... done  [Pipeline] } [2022-02-10T19:12:27.571Z] $ docker stop --time=1 8c1c3dc62a32cda0066f7f8d7455d8efc472a58cf7cd07349a95637e3eed9230 [2022-02-10T19:12:28.834Z] $ docker rm -f 8c1c3dc62a32cda0066f7f8d7455d8efc472a58cf7cd07349a95637e3eed9230 [Pipeline] // withDockerContainer [Pipeline] sh [2022-02-10T19:12:29.249Z] + docker images [2022-02-10T19:12:29.249Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-02-10T19:12:29.249Z] core-data latest c489b07868b9 2 seconds ago 19.9MB [2022-02-10T19:12:29.249Z] 4b1cd13605b7 7 seconds ago 1.78GB [2022-02-10T19:12:29.249Z] security-proxy-setup latest f27eaf685cb5 8 seconds ago 26.1MB [2022-02-10T19:12:29.249Z] 8b27b99cf39c 12 seconds ago 1.78GB [2022-02-10T19:12:29.249Z] core-metadata latest fa472e81b133 14 seconds ago 16.5MB [2022-02-10T19:12:29.249Z] security-bootstrapper latest 1f858c25e529 15 seconds ago 18.7MB [2022-02-10T19:12:29.249Z] 94ead1c584cf 18 seconds ago 1.78GB [2022-02-10T19:12:29.249Z] 34d92b705179 25 seconds ago 1.77GB [2022-02-10T19:12:29.249Z] sys-mgmt-agent latest 20a49fcb248e 32 seconds ago 296MB [2022-02-10T19:12:29.249Z] support-scheduler latest 6af621b737e2 56 seconds ago 15.9MB [2022-02-10T19:12:29.249Z] security-secretstore-setup latest 16201c870dd4 About a minute ago 27.8MB [2022-02-10T19:12:29.249Z] support-notifications latest b9c572f4c887 About a minute ago 16.6MB [2022-02-10T19:12:29.249Z] core-command latest ce63a26c2896 About a minute ago 15.7MB [2022-02-10T19:12:29.249Z] 88c39b6f0f24 About a minute ago 1.77GB [2022-02-10T19:12:29.249Z] 71b20f12b2f0 About a minute ago 1.77GB [2022-02-10T19:12:29.249Z] a539df5ba12e About a minute ago 1.78GB [2022-02-10T19:12:29.249Z] c43b1d3fcdd9 About a minute ago 1.77GB [2022-02-10T19:12:29.249Z] 2162856516f8 About a minute ago 1.78GB [2022-02-10T19:12:29.249Z] ci-base-image-x86_64 latest 6758753b2b9d 5 minutes ago 1.27GB [2022-02-10T19:12:29.249Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 8 days ago 562MB [2022-02-10T19:12:29.249Z] docker 20.10.10 b706a049f56e 2 months ago 216MB [2022-02-10T19:12:29.249Z] alpine 3.14 0a97eee8041e 3 months ago 5.61MB [2022-02-10T19:12:29.249Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 4 months ago 34.5MB [2022-02-10T19:12:29.249Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 19 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2022-02-10T19:12:37.291Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-02-10T19:12:37.291Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-02-10T19:12:37.291Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-02-10T19:12:37.291Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-02-10T19:12:37.291Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-02-10T19:12:37.291Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-02-10T19:12:37.566Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-02-10T19:12:37.566Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-02-10T19:12:37.566Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-02-10T19:12:37.566Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-02-10T19:12:44.739Z] Still waiting to schedule task [2022-02-10T19:12:44.739Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2022-02-10T19:12:45.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.332s coverage: 28.7% of statements [2022-02-10T19:12:45.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-02-10T19:12:45.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-02-10T19:12:51.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.361s coverage: 98.5% of statements [2022-02-10T19:12:51.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-02-10T19:12:51.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.419s coverage: 44.7% of statements [2022-02-10T19:12:51.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-02-10T19:12:51.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-02-10T19:12:53.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.686s coverage: 89.5% of statements [2022-02-10T19:12:53.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-02-10T19:12:53.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-02-10T19:12:53.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.323s coverage: 84.4% of statements [2022-02-10T19:12:53.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-02-10T19:12:53.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-02-10T19:12:53.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-02-10T19:12:53.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-02-10T19:12:53.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-02-10T19:13:04.168Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.738s coverage: 94.2% of statements [2022-02-10T19:13:04.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-02-10T19:13:04.168Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-02-10T19:13:04.168Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.216s coverage: 59.1% of statements [2022-02-10T19:13:04.168Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-02-10T19:13:04.168Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-02-10T19:13:04.168Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-02-10T19:13:04.168Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-02-10T19:13:04.168Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-02-10T19:13:04.168Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.224s coverage: 60.0% of statements [2022-02-10T19:13:04.168Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-02-10T19:13:04.168Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-02-10T19:13:04.168Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-02-10T19:13:04.168Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.324s coverage: 0.9% of statements [2022-02-10T19:13:04.168Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-02-10T19:13:04.168Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.200s coverage: 58.8% of statements [2022-02-10T19:13:04.168Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.204s coverage: 21.7% of statements [2022-02-10T19:13:04.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-02-10T19:13:04.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.169s coverage: 47.1% of statements [2022-02-10T19:13:04.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.250s coverage: 79.5% of statements [2022-02-10T19:13:04.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.272s coverage: 94.1% of statements [2022-02-10T19:13:04.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.219s coverage: 96.3% of statements [2022-02-10T19:13:04.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.229s coverage: 87.5% of statements [2022-02-10T19:13:16.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.247s coverage: 94.4% of statements [2022-02-10T19:13:16.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.215s coverage: 44.8% of statements [2022-02-10T19:13:20.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.573s coverage: 82.5% of statements [2022-02-10T19:13:20.866Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-02-10T19:13:29.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.266s coverage: 92.9% of statements [2022-02-10T19:13:29.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-02-10T19:13:29.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-02-10T19:13:29.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-02-10T19:13:29.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements [2022-02-10T19:13:29.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-02-10T19:13:29.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-02-10T19:13:29.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-02-10T19:13:29.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-02-10T19:13:29.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-02-10T19:13:29.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.197s coverage: 87.2% of statements [2022-02-10T19:13:29.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-02-10T19:13:29.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-02-10T19:13:29.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.162s coverage: 100.0% of statements [2022-02-10T19:13:29.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-02-10T19:13:29.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.245s coverage: 58.8% of statements [2022-02-10T19:13:29.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-02-10T19:13:29.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.289s coverage: 80.0% of statements [2022-02-10T19:13:29.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.240s coverage: 87.2% of statements [2022-02-10T19:13:29.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.260s coverage: 85.4% of statements [2022-02-10T19:13:29.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.758s coverage: 91.2% of statements [2022-02-10T19:13:29.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-02-10T19:13:29.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.780s coverage: 64.4% of statements [2022-02-10T19:13:29.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-02-10T19:13:29.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-02-10T19:13:29.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.187s coverage: 100.0% of statements [2022-02-10T19:13:29.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 89.4% of statements [2022-02-10T19:13:29.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements [2022-02-10T19:13:29.755Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.077s coverage: 73.7% of statements [2022-02-10T19:13:30.040Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2022-02-10T19:13:35.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.397s coverage: 65.4% of statements [2022-02-10T19:13:35.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-02-10T19:13:35.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-02-10T19:13:35.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-02-10T19:13:36.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.784s coverage: 43.8% of statements [2022-02-10T19:13:36.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-02-10T19:13:36.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-02-10T19:13:36.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.241s coverage: 89.5% of statements [2022-02-10T19:13:36.901Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-02-10T19:13:36.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.282s coverage: 84.8% of statements [2022-02-10T19:13:36.901Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-02-10T19:13:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.291s coverage: 17.7% of statements [2022-02-10T19:13:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-02-10T19:13:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-02-10T19:13:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-02-10T19:13:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-02-10T19:13:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.626s coverage: 92.3% of statements [2022-02-10T19:13:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-02-10T19:13:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-02-10T19:13:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-02-10T19:13:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-02-10T19:13:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.346s coverage: 63.2% of statements [2022-02-10T19:13:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-02-10T19:13:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-02-10T19:13:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.427s coverage: 97.7% of statements [2022-02-10T19:13:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-02-10T19:13:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-02-10T19:13:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-02-10T19:13:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-02-10T19:13:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.181s coverage: 28.9% of statements [2022-02-10T19:13:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-02-10T19:13:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-02-10T19:13:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-02-10T19:13:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-02-10T19:13:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-02-10T19:13:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-02-10T19:13:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.191s coverage: 100.0% of statements [2022-02-10T19:13:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 96.9% of statements [2022-02-10T19:13:45.181Z] 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-02-10T19:13:45.181Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-02-10T19:13:45.181Z] GO111MODULE=on go vet ./... [2022-02-10T19:13:54.027Z] Running on prd-ubuntu18.04-docker-8c-8g-5008 in /w/workspace/edgexfoundry_edgex-go_PR-3882 [Pipeline] { [Pipeline] ws [2022-02-10T19:13:54.067Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-02-10T19:13:54.217Z] The recommended git tool is: git [2022-02-10T19:13:55.910Z] using credential edgex-jenkins-ssh [2022-02-10T19:13:55.921Z] Cloning the remote Git repository [2022-02-10T19:13:55.936Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-02-10T19:13:55.983Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-02-10T19:13:56.029Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-02-10T19:13:56.030Z] > git --version # timeout=10 [2022-02-10T19:13:56.036Z] > git --version # 'git version 2.17.1' [2022-02-10T19:13:56.037Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-02-10T19:13:56.059Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-02-10T19:14:00.739Z] Merging remotes/origin/main commit 0dc7fb43dfbc61ec4b325044d074184b8b9e402a into PR head commit 4b4e12a45705336505badecbe602366b35133885 [2022-02-10T19:14:00.845Z] Merge succeeded, producing 4b4e12a45705336505badecbe602366b35133885 [2022-02-10T19:14:00.845Z] Checking out Revision 4b4e12a45705336505badecbe602366b35133885 (PR-3882) [2022-02-10T19:14:00.158Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-02-10T19:14:00.164Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-02-10T19:14:00.175Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-02-10T19:14:00.185Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-02-10T19:14:00.186Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-02-10T19:14:00.190Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3882/head:refs/remotes/origin/PR-3882 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-02-10T19:14:00.757Z] > git config core.sparsecheckout # timeout=10 [2022-02-10T19:14:00.762Z] > git checkout -f 4b4e12a45705336505badecbe602366b35133885 # timeout=10 [2022-02-10T19:14:00.823Z] > git remote # timeout=10 [2022-02-10T19:14:00.830Z] > git config --get remote.origin.url # timeout=10 [2022-02-10T19:14:00.835Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-02-10T19:14:00.840Z] > git merge 0dc7fb43dfbc61ec4b325044d074184b8b9e402a # timeout=10 [2022-02-10T19:14:00.848Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-02-10T19:14:00.857Z] > git config core.sparsecheckout # timeout=10 [2022-02-10T19:14:00.868Z] > git checkout -f 4b4e12a45705336505badecbe602366b35133885 # timeout=10 [2022-02-10T19:14:04.356Z] Commit message: "build(deps): Bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.3.0" [2022-02-10T19:14:04.396Z] > git --version # timeout=10 [2022-02-10T19:14:04.400Z] > git --version # 'git version 2.17.1' [2022-02-10T19:14:04.407Z] fatal: bad object efdbc04638cc485a1a2a98c60e49a0e43cac6f53 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-02-10T19:14:05.286Z] + echo snap-build.sh [2022-02-10T19:14:05.286Z] snap-build.sh [2022-02-10T19:14:05.286Z] + SNAP_BASE_DIR=. [2022-02-10T19:14:05.286Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2022-02-10T19:14:05.286Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2022-02-10T19:14:05.286Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2022-02-10T19:14:05.286Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2022-02-10T19:14:05.286Z] + cd /w/workspace/edgex-go/1 [2022-02-10T19:14:05.286Z] + sudo apt-get remove -qy --purge lxd lxd-client [2022-02-10T19:14:05.286Z] Reading package lists... [2022-02-10T19:14:05.286Z] Building dependency tree... [2022-02-10T19:14:05.286Z] Reading state information... [2022-02-10T19:14:05.286Z] The following packages were automatically installed and are no longer required: [2022-02-10T19:14:05.286Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2022-02-10T19:14:05.286Z] uidmap xdelta3 [2022-02-10T19:14:05.286Z] Use 'sudo apt autoremove' to remove them. [2022-02-10T19:14:05.286Z] The following packages will be REMOVED: [2022-02-10T19:14:05.286Z] lxd* lxd-client* [2022-02-10T19:14:05.286Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2022-02-10T19:14:05.550Z] After this operation, 31.7 MB disk space will be freed. [2022-02-10T19:14:06.088Z] (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-02-10T19:14:06.088Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-02-10T19:14:07.033Z] Removing lxd dnsmasq configuration [2022-02-10T19:14:07.033Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2022-02-10T19:14:07.295Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2022-02-10T19:14:07.867Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2022-02-10T19:14:08.129Z] (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-02-10T19:14:08.129Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-02-10T19:14:09.515Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2022-02-10T19:14:09.515Z] Processing triggers for ureadahead (0.100.0-21) ... [2022-02-10T19:14:10.091Z] + sudo snap remove --purge lxd [2022-02-10T19:14:10.353Z] snap "lxd" is not installed [2022-02-10T19:14:10.353Z] + sudo groupadd --force --system lxd [2022-02-10T19:14:10.353Z] ++ whoami [2022-02-10T19:14:10.353Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2022-02-10T19:14:10.353Z] + newgrp - lxd [2022-02-10T19:14:10.353Z] + sudo snap install lxd [2022-02-10T19:14:18.509Z] 2022-02-10T19:14:15Z INFO Waiting for automatic snapd restart... [2022-02-10T19:14:33.441Z] lxd 4.22 from Canonical* installed [2022-02-10T19:14:33.441Z] + sudo lxd init --auto [2022-02-10T19:14:43.445Z] + sudo snap install --classic snapcraft [2022-02-10T19:14:50.052Z] snapcraft 6.0.2 from Canonical* installed [2022-02-10T19:14:50.052Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2022-02-10T19:14:50.052Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2022-02-10T19:14:50.052Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-02-10T19:14:50.052Z] Dload Upload Total Spent Left Speed [2022-02-10T19:14:50.052Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 658 100 658 0 0 3870 0 --:--:-- --:--:-- --:--:-- 3893 [2022-02-10T19:14:50.052Z] 100 3325k 100 3325k 0 0 9750k 0 --:--:-- --:--:-- --:--:-- 9750k [2022-02-10T19:14:50.052Z] ./yq_linux_amd64 [2022-02-10T19:14:50.052Z] + sudo snapcraft prime --use-lxd [2022-02-10T19:14:51.443Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2022-02-10T19:14:51.443Z] 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-02-10T19:14:51.443Z] - README.md [2022-02-10T19:14:51.443Z] [2022-02-10T19:14:51.443Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-02-10T19:14:51.705Z] Launching a container. [2022-02-10T19:15:03.955Z] Waiting for container to be ready [2022-02-10T19:15:03.955Z] To start your first container, try: lxc launch ubuntu:20.04 [2022-02-10T19:15:03.955Z] Or for a virtual machine: lxc launch ubuntu:20.04 --vm [2022-02-10T19:15:03.955Z] [2022-02-10T19:15:06.508Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2022-02-10T19:15:07.013Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-02-10T19:15:07.013Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-02-10T19:15:07.013Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-02-10T19:15:07.055Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-02-10T19:15:07.451Z] Waiting for network to be ready... [2022-02-10T19:15:07.724Z] + ls -al . [2022-02-10T19:15:07.724Z] total 672 [2022-02-10T19:15:07.724Z] drwxrwxr-x 9 1001 1001 4096 Feb 10 19:15 . [2022-02-10T19:15:07.724Z] drwxr-xr-x 4 root root 4096 Feb 10 19:10 .. [2022-02-10T19:15:07.724Z] -rw-rw-r-- 1 1001 1001 11 Feb 10 19:08 .dockerignore [2022-02-10T19:15:07.724Z] drwxrwxr-x 8 1001 1001 4096 Feb 10 19:08 .git [2022-02-10T19:15:07.724Z] drwxrwxr-x 4 1001 1001 4096 Feb 10 19:08 .github [2022-02-10T19:15:07.724Z] -rw-rw-r-- 1 1001 1001 804 Feb 10 19:08 .gitignore [2022-02-10T19:15:07.724Z] -rw-rw-r-- 1 1001 1001 42 Feb 10 19:08 .golangci.yml [2022-02-10T19:15:07.724Z] -rw-rw-r-- 1 1001 1001 76 Feb 10 19:08 .hadolint.yml [2022-02-10T19:15:07.724Z] -rw-rw-r-- 1 1001 1001 166 Feb 10 19:08 .sonarcloud.properties [2022-02-10T19:15:07.724Z] -rw-rw-r-- 1 1001 1001 1171 Feb 10 19:08 ADOPTERS.md [2022-02-10T19:15:07.724Z] -rw-rw-r-- 1 1001 1001 9019 Feb 10 19:08 Attribution.txt [2022-02-10T19:15:07.724Z] -rw-rw-r-- 1 1001 1001 51732 Feb 10 19:08 CHANGELOG.md [2022-02-10T19:15:07.724Z] -rw-rw-r-- 1 1001 1001 3804 Feb 10 19:08 CONTRIBUTING.md [2022-02-10T19:15:07.724Z] -rw-rw-r-- 1 1001 1001 677 Feb 10 19:08 GOVERNANCE.md [2022-02-10T19:15:07.724Z] -rw-rw-r-- 1 1001 1001 849 Feb 10 19:08 Jenkinsfile [2022-02-10T19:15:07.724Z] -rw-rw-r-- 1 1001 1001 10775 Feb 10 19:08 LICENSE [2022-02-10T19:15:07.724Z] -rw-rw-r-- 1 1001 1001 6508 Feb 10 19:08 Makefile [2022-02-10T19:15:07.724Z] -rw-rw-r-- 1 1001 1001 582 Feb 10 19:08 OWNERS.md [2022-02-10T19:15:07.724Z] -rw-rw-r-- 1 1001 1001 8207 Feb 10 19:08 README.md [2022-02-10T19:15:07.724Z] -rw-rw-r-- 1 1001 1001 6912 Feb 10 19:08 SECURITY.md [2022-02-10T19:15:07.724Z] -rw-rw-r-- 1 1001 1001 5 Feb 10 19:06 VERSION [2022-02-10T19:15:07.724Z] -rw-rw-r-- 1 1001 1001 4131 Feb 10 19:08 ZMQWindows.md [2022-02-10T19:15:07.724Z] drwxrwxr-x 2 1001 1001 4096 Feb 10 19:08 bin [2022-02-10T19:15:07.724Z] drwxrwxr-x 14 1001 1001 4096 Feb 10 19:08 cmd [2022-02-10T19:15:07.724Z] -rw-r--r-- 1 root root 428383 Feb 10 19:13 coverage.out [2022-02-10T19:15:07.724Z] -rw-rw-r-- 1 1001 1001 2833 Feb 10 19:08 go.mod [2022-02-10T19:15:07.724Z] -rw-rw-r-- 1 1001 1001 50190 Feb 10 19:08 go.sum [2022-02-10T19:15:07.724Z] drwxrwxr-x 8 1001 1001 4096 Feb 10 19:08 internal [2022-02-10T19:15:07.724Z] drwxrwxr-x 3 1001 1001 4096 Feb 10 19:08 openapi [2022-02-10T19:15:07.724Z] drwxrwxr-x 4 1001 1001 4096 Feb 10 19:08 snap [2022-02-10T19:15:07.724Z] -rw-rw-r-- 1 1001 1001 204 Feb 10 19:08 version.go [Pipeline] sh [2022-02-10T19:15:08.024Z] Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] [2022-02-10T19:15:08.024Z] Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] [2022-02-10T19:15:08.400Z] + '[' -e coverage.out ] [2022-02-10T19:15:08.400Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-02-10T19:15:08.442Z] Warning: overwriting stash ‘coverage-report’ [2022-02-10T19:15:08.597Z] Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] [2022-02-10T19:15:08.597Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1238 kB] [2022-02-10T19:15:08.858Z] Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [970 kB] [2022-02-10T19:15:09.118Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [217 kB] [2022-02-10T19:15:09.118Z] Get:7 http://archive.ubuntu.com/ubuntu focal/main Translation-en [506 kB] [2022-02-10T19:15:09.118Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [20.7 kB] [2022-02-10T19:15:09.118Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5196 B] [2022-02-10T19:15:09.118Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [748 kB] [2022-02-10T19:15:09.118Z] Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [107 kB] [2022-02-10T19:15:09.118Z] Get:12 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB] [2022-02-10T19:15:09.118Z] Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [676 kB] [2022-02-10T19:15:09.118Z] Get:14 http://archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB] [2022-02-10T19:15:09.118Z] Get:15 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [22.0 kB] [2022-02-10T19:15:09.118Z] Get:16 http://archive.ubuntu.com/ubuntu focal/restricted Translation-en [6212 B] [2022-02-10T19:15:09.118Z] Get:17 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB] [2022-02-10T19:15:09.118Z] Get:18 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [115 kB] [2022-02-10T19:15:09.193Z] Stashed 1 file(s) [Pipeline] sh [2022-02-10T19:15:09.379Z] Get:19 http://archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB] [2022-02-10T19:15:09.640Z] Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1572 kB] [2022-02-10T19:15:09.640Z] Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [302 kB] [2022-02-10T19:15:09.640Z] Get:22 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [23.7 kB] [2022-02-10T19:15:09.640Z] Get:23 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7312 B] [2022-02-10T19:15:09.640Z] Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [801 kB] [2022-02-10T19:15:09.640Z] Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [114 kB] [2022-02-10T19:15:09.640Z] Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [903 kB] [2022-02-10T19:15:09.640Z] Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [200 kB] [2022-02-10T19:15:09.855Z] + make build [2022-02-10T19:15:09.856Z] 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-02-10T19:15:12.208Z] Fetched 23.0 MB in 4s (5740 kB/s) [2022-02-10T19:15:12.469Z] Reading package lists... [2022-02-10T19:15:12.729Z] Reading package lists... [2022-02-10T19:15:12.990Z] Building dependency tree... [2022-02-10T19:15:12.990Z] Reading state information... [2022-02-10T19:15:12.990Z] The following additional packages will be installed: [2022-02-10T19:15:12.990Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-02-10T19:15:12.990Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-02-10T19:15:12.990Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-02-10T19:15:12.990Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2022-02-10T19:15:12.990Z] Suggested packages: [2022-02-10T19:15:12.990Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2022-02-10T19:15:12.990Z] Recommended packages: [2022-02-10T19:15:12.990Z] gnupg libsasl2-modules [2022-02-10T19:15:12.990Z] The following NEW packages will be installed: [2022-02-10T19:15:12.990Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-02-10T19:15:12.990Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-02-10T19:15:12.990Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-02-10T19:15:12.990Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2022-02-10T19:15:12.990Z] The following packages will be upgraded: [2022-02-10T19:15:12.990Z] gpg gpg-agent gpgconf libudev1 [2022-02-10T19:15:13.249Z] 4 upgraded, 18 newly installed, 0 to remove and 81 not upgraded. [2022-02-10T19:15:13.249Z] Need to get 3859 kB of archives. [2022-02-10T19:15:13.249Z] After this operation, 14.9 MB of additional disk space will be used. [2022-02-10T19:15:13.249Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libudev1 amd64 245.4-4ubuntu3.15 [77.2 kB] [2022-02-10T19:15:13.249Z] Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 udev amd64 245.4-4ubuntu3.15 [1364 kB] [2022-02-10T19:15:13.249Z] Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuse2 amd64 2.9.9-3 [82.0 kB] [2022-02-10T19:15:13.511Z] Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 fuse amd64 2.9.9-3 [26.0 kB] [2022-02-10T19:15:13.511Z] Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB] [2022-02-10T19:15:13.774Z] Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB] [2022-02-10T19:15:13.774Z] Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB] [2022-02-10T19:15:13.774Z] Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2022-02-10T19:15:14.038Z] Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB] [2022-02-10T19:15:14.038Z] Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB] [2022-02-10T19:15:14.038Z] Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB] [2022-02-10T19:15:14.038Z] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB] [2022-02-10T19:15:14.038Z] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB] [2022-02-10T19:15:14.038Z] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB] [2022-02-10T19:15:14.038Z] Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB] [2022-02-10T19:15:14.038Z] Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB] [2022-02-10T19:15:14.038Z] Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB] [2022-02-10T19:15:14.038Z] Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2 [14.9 kB] [2022-02-10T19:15:14.038Z] Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2 [49.3 kB] [2022-02-10T19:15:14.038Z] Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB] [2022-02-10T19:15:14.038Z] 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-02-10T19:15:14.038Z] Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB] [2022-02-10T19:15:14.300Z] debconf: delaying package configuration, since apt-utils is not installed [2022-02-10T19:15:14.300Z] Fetched 3859 kB in 1s (3769 kB/s) [2022-02-10T19:15:14.300Z] (Reading database ... 12816 files and directories currently installed.) [2022-02-10T19:15:14.300Z] Preparing to unpack .../libudev1_245.4-4ubuntu3.15_amd64.deb ... [2022-02-10T19:15:14.301Z] Unpacking libudev1:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-02-10T19:15:14.301Z] Setting up libudev1:amd64 (245.4-4ubuntu3.15) ... [2022-02-10T19:15:14.301Z] Selecting previously unselected package udev. [2022-02-10T19:15:14.301Z] (Reading database ... 12816 files and directories currently installed.) [2022-02-10T19:15:14.301Z] Preparing to unpack .../00-udev_245.4-4ubuntu3.15_amd64.deb ... [2022-02-10T19:15:14.565Z] Unpacking udev (245.4-4ubuntu3.15) ... [2022-02-10T19:15:14.565Z] Selecting previously unselected package libfuse2:amd64. [2022-02-10T19:15:14.565Z] Preparing to unpack .../01-libfuse2_2.9.9-3_amd64.deb ... [2022-02-10T19:15:14.565Z] Unpacking libfuse2:amd64 (2.9.9-3) ... [2022-02-10T19:15:14.828Z] Selecting previously unselected package fuse. [2022-02-10T19:15:14.828Z] Preparing to unpack .../02-fuse_2.9.9-3_amd64.deb ... [2022-02-10T19:15:14.828Z] Unpacking fuse (2.9.9-3) ... [2022-02-10T19:15:14.828Z] Preparing to unpack .../03-gpg_2.2.19-3ubuntu2.1_amd64.deb ... [2022-02-10T19:15:14.828Z] Unpacking gpg (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-02-10T19:15:14.828Z] Preparing to unpack .../04-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ... [2022-02-10T19:15:14.828Z] Unpacking gpgconf (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-02-10T19:15:15.089Z] Preparing to unpack .../05-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ... [2022-02-10T19:15:15.089Z] Unpacking gpg-agent (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-02-10T19:15:15.089Z] Selecting previously unselected package libksba8:amd64. [2022-02-10T19:15:15.089Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2022-02-10T19:15:15.089Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2022-02-10T19:15:15.089Z] Selecting previously unselected package libroken18-heimdal:amd64. [2022-02-10T19:15:15.089Z] Preparing to unpack .../07-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-02-10T19:15:15.089Z] Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-02-10T19:15:15.089Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2022-02-10T19:15:15.089Z] Preparing to unpack .../08-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-02-10T19:15:15.089Z] Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-02-10T19:15:15.351Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2022-02-10T19:15:15.351Z] Preparing to unpack .../09-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-02-10T19:15:15.351Z] Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-02-10T19:15:15.351Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2022-02-10T19:15:15.351Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-02-10T19:15:15.351Z] Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-02-10T19:15:15.351Z] Selecting previously unselected package libwind0-heimdal:amd64. [2022-02-10T19:15:15.351Z] Preparing to unpack .../11-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-02-10T19:15:15.351Z] Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-02-10T19:15:15.351Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2022-02-10T19:15:15.351Z] Preparing to unpack .../12-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-02-10T19:15:15.351Z] Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-02-10T19:15:15.613Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2022-02-10T19:15:15.613Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-02-10T19:15:15.613Z] Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-02-10T19:15:15.613Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2022-02-10T19:15:15.613Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-02-10T19:15:15.613Z] Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-02-10T19:15:15.613Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2022-02-10T19:15:15.613Z] Preparing to unpack .../15-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-02-10T19:15:15.613Z] Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-02-10T19:15:15.613Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2022-02-10T19:15:15.613Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27+dfsg-2_amd64.deb ... [2022-02-10T19:15:15.613Z] Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ... [2022-02-10T19:15:15.876Z] Selecting previously unselected package libsasl2-2:amd64. [2022-02-10T19:15:15.876Z] Preparing to unpack .../17-libsasl2-2_2.1.27+dfsg-2_amd64.deb ... [2022-02-10T19:15:15.876Z] Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2) ... [2022-02-10T19:15:15.876Z] Selecting previously unselected package libldap-common. [2022-02-10T19:15:15.876Z] Preparing to unpack .../18-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ... [2022-02-10T19:15:15.876Z] Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ... [2022-02-10T19:15:15.876Z] Selecting previously unselected package libldap-2.4-2:amd64. [2022-02-10T19:15:15.876Z] Preparing to unpack .../19-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... [2022-02-10T19:15:15.876Z] Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... [2022-02-10T19:15:15.876Z] Selecting previously unselected package dirmngr. [2022-02-10T19:15:15.876Z] Preparing to unpack .../20-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ... [2022-02-10T19:15:15.876Z] Unpacking dirmngr (2.2.19-3ubuntu2.1) ... [2022-02-10T19:15:16.139Z] Setting up libksba8:amd64 (1.3.5-2) ... [2022-02-10T19:15:16.139Z] Setting up libfuse2:amd64 (2.9.9-3) ... [2022-02-10T19:15:16.139Z] Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ... [2022-02-10T19:15:16.139Z] Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ... [2022-02-10T19:15:16.139Z] Setting up udev (245.4-4ubuntu3.15) ... [2022-02-10T19:15:16.555Z] 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-02-10T19:15:16.715Z] invoke-rc.d: policy-rc.d denied execution of start. [2022-02-10T19:15:16.715Z] Setting up libsasl2-2:amd64 (2.1.27+dfsg-2) ... [2022-02-10T19:15:16.715Z] Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-02-10T19:15:16.715Z] Setting up gpgconf (2.2.19-3ubuntu2.1) ... [2022-02-10T19:15:16.715Z] Setting up gpg (2.2.19-3ubuntu2.1) ... [2022-02-10T19:15:16.715Z] Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-02-10T19:15:16.715Z] Setting up fuse (2.9.9-3) ... [2022-02-10T19:15:16.715Z] Setting up gpg-agent (2.2.19-3ubuntu2.1) ... [2022-02-10T19:15:17.288Z] Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-02-10T19:15:17.288Z] Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-02-10T19:15:17.288Z] Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-02-10T19:15:17.288Z] Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-02-10T19:15:17.288Z] Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-02-10T19:15:17.288Z] Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-02-10T19:15:17.288Z] Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-02-10T19:15:17.288Z] Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... [2022-02-10T19:15:17.288Z] Setting up dirmngr (2.2.19-3ubuntu2.1) ... [2022-02-10T19:15:17.549Z] Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. [2022-02-10T19:15:17.549Z] Processing triggers for systemd (245.4-4ubuntu3) ... [2022-02-10T19:15:17.549Z] Processing triggers for libc-bin (2.31-0ubuntu9) ... [2022-02-10T19:15:18.122Z] The unit files have no installation config (WantedBy=, RequiredBy=, Also=, [2022-02-10T19:15:18.122Z] Alias= settings in the [Install] section, and DefaultInstance= for template [2022-02-10T19:15:18.122Z] units). This means they are not meant to be enabled using systemctl. [2022-02-10T19:15:18.122Z] [2022-02-10T19:15:18.122Z] Possible reasons for having this kind of units are: [2022-02-10T19:15:18.122Z] • A unit may be statically enabled by being symlinked from another unit's [2022-02-10T19:15:18.122Z] .wants/ or .requires/ directory. [2022-02-10T19:15:18.122Z] • A unit's purpose may be to act as a helper for some other unit which has [2022-02-10T19:15:18.122Z] a requirement dependency on it. [2022-02-10T19:15:18.122Z] • A unit may be started when needed via activation (socket, path, timer, [2022-02-10T19:15:18.122Z] D-Bus, udev, scripted systemctl call, ...). [2022-02-10T19:15:18.122Z] • In case of template units, the unit is meant to be enabled with some [2022-02-10T19:15:18.122Z] instance name specified. [2022-02-10T19:15:18.383Z] Reading package lists... [2022-02-10T19:15:18.645Z] Building dependency tree... [2022-02-10T19:15:18.645Z] Reading state information... [2022-02-10T19:15:18.645Z] The following additional packages will be installed: [2022-02-10T19:15:18.645Z] apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 [2022-02-10T19:15:18.645Z] libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 [2022-02-10T19:15:18.645Z] libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib [2022-02-10T19:15:18.645Z] libpython3.8-minimal libpython3.8-stdlib libsystemd0 mime-support [2022-02-10T19:15:18.645Z] openssh-client python3 python3-minimal python3.8 python3.8-minimal [2022-02-10T19:15:18.645Z] squashfs-tools systemd systemd-sysv systemd-timesyncd [2022-02-10T19:15:18.645Z] Suggested packages: [2022-02-10T19:15:18.645Z] apparmor-profiles-extra apparmor-utils krb5-doc krb5-user keychain [2022-02-10T19:15:18.645Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2022-02-10T19:15:18.645Z] python3.8-venv python3.8-doc binfmt-support zenity | kdialog [2022-02-10T19:15:18.645Z] systemd-container policykit-1 [2022-02-10T19:15:18.645Z] Recommended packages: [2022-02-10T19:15:18.645Z] krb5-locales file xauth gnupg networkd-dispatcher libnss-systemd [2022-02-10T19:15:18.645Z] The following NEW packages will be installed: [2022-02-10T19:15:18.645Z] apparmor dbus dbus-user-session libbsd0 libcbor0.6 libdbus-1-3 libedit2 [2022-02-10T19:15:18.645Z] libexpat1 libfido2-1 libgssapi-krb5-2 libk5crypto3 libkeyutils1 libkrb5-3 [2022-02-10T19:15:18.645Z] libkrb5support0 liblzo2-2 libmpdec2 libpam-systemd libpython3-stdlib [2022-02-10T19:15:18.645Z] libpython3.8-minimal libpython3.8-stdlib mime-support openssh-client python3 [2022-02-10T19:15:18.645Z] python3-minimal python3.8 python3.8-minimal snapd squashfs-tools sudo [2022-02-10T19:15:18.645Z] The following packages will be upgraded: [2022-02-10T19:15:18.645Z] libsystemd0 systemd systemd-sysv systemd-timesyncd [2022-02-10T19:15:18.907Z] 4 upgraded, 29 newly installed, 0 to remove and 77 not upgraded. [2022-02-10T19:15:18.907Z] Need to get 46.4 MB of archives. [2022-02-10T19:15:18.907Z] After this operation, 180 MB of additional disk space will be used. [2022-02-10T19:15:18.907Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.15 [28.1 kB] [2022-02-10T19:15:18.907Z] Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libexpat1 amd64 2.2.9-1build1 [73.3 kB] [2022-02-10T19:15:19.169Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-sysv amd64 245.4-4ubuntu3.15 [10.3 kB] [2022-02-10T19:15:19.169Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd amd64 245.4-4ubuntu3.15 [3811 kB] [2022-02-10T19:15:19.169Z] Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB] [2022-02-10T19:15:19.169Z] Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] [2022-02-10T19:15:19.169Z] Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB] [2022-02-10T19:15:19.169Z] Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B] [2022-02-10T19:15:19.169Z] Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB] [2022-02-10T19:15:19.429Z] Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB] [2022-02-10T19:15:19.429Z] Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apparmor amd64 2.13.3-7ubuntu5.1 [494 kB] [2022-02-10T19:15:19.429Z] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB] [2022-02-10T19:15:19.429Z] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB] [2022-02-10T19:15:19.429Z] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB] [2022-02-10T19:15:19.429Z] Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libkeyutils1 amd64 1.6-6ubuntu1 [10.2 kB] [2022-02-10T19:15:19.429Z] Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.4 [671 kB] [2022-02-10T19:15:19.691Z] Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 liblzo2-2 amd64 2.10-2 [50.8 kB] [2022-02-10T19:15:19.691Z] Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 snapd amd64 2.54.2+20.04ubuntu2 [34.2 MB] [2022-02-10T19:15:19.691Z] Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsystemd0 amd64 245.4-4ubuntu3.15 [270 kB] [2022-02-10T19:15:19.691Z] Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.2 [717 kB] [2022-02-10T19:15:19.691Z] Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.2 [1900 kB] [2022-02-10T19:15:19.691Z] Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.2 [1675 kB] [2022-02-10T19:15:19.955Z] Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.2 [387 kB] [2022-02-10T19:15:19.955Z] Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.1 [179 kB] [2022-02-10T19:15:19.955Z] Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus amd64 1.12.16-2ubuntu2.1 [151 kB] [2022-02-10T19:15:19.955Z] Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpam-systemd amd64 245.4-4ubuntu3.15 [186 kB] [2022-02-10T19:15:19.955Z] Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 sudo amd64 1.8.31-1ubuntu1.2 [514 kB] [2022-02-10T19:15:19.955Z] Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB] [2022-02-10T19:15:19.955Z] Get:29 http://security.ubuntu.com/ubuntu focal-security/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB] [2022-02-10T19:15:19.955Z] Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB] [2022-02-10T19:15:19.955Z] Get:31 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB] [2022-02-10T19:15:19.955Z] Get:32 http://security.ubuntu.com/ubuntu focal-security/main amd64 dbus-user-session amd64 1.12.16-2ubuntu2.1 [9428 B] [2022-02-10T19:15:19.955Z] Get:33 http://security.ubuntu.com/ubuntu focal-security/main amd64 squashfs-tools amd64 1:4.4-1ubuntu0.3 [117 kB] [2022-02-10T19:15:20.895Z] debconf: delaying package configuration, since apt-utils is not installed [2022-02-10T19:15:20.895Z] Fetched 46.4 MB in 2s (23.3 MB/s) [2022-02-10T19:15:20.895Z] (Reading database ... 13067 files and directories currently installed.) [2022-02-10T19:15:20.895Z] Preparing to unpack .../systemd-timesyncd_245.4-4ubuntu3.15_amd64.deb ... [2022-02-10T19:15:20.895Z] Unpacking systemd-timesyncd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-02-10T19:15:21.157Z] Preparing to unpack .../systemd-sysv_245.4-4ubuntu3.15_amd64.deb ... [2022-02-10T19:15:21.158Z] Unpacking systemd-sysv (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-02-10T19:15:21.158Z] Preparing to unpack .../systemd_245.4-4ubuntu3.15_amd64.deb ... [2022-02-10T19:15:21.158Z] Unpacking systemd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-02-10T19:15:21.728Z] Preparing to unpack .../libsystemd0_245.4-4ubuntu3.15_amd64.deb ... [2022-02-10T19:15:21.728Z] Unpacking libsystemd0:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-02-10T19:15:22.011Z] Setting up libsystemd0:amd64 (245.4-4ubuntu3.15) ... [2022-02-10T19:15:22.012Z] Selecting previously unselected package libpython3.8-minimal:amd64. [2022-02-10T19:15:22.012Z] (Reading database ... 13068 files and directories currently installed.) [2022-02-10T19:15:22.012Z] Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.2_amd64.deb ... [2022-02-10T19:15:22.012Z] Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.2) ... [2022-02-10T19:15:22.292Z] Selecting previously unselected package libexpat1:amd64. [2022-02-10T19:15:22.292Z] Preparing to unpack .../libexpat1_2.2.9-1build1_amd64.deb ... [2022-02-10T19:15:22.292Z] Unpacking libexpat1:amd64 (2.2.9-1build1) ... [2022-02-10T19:15:22.292Z] Selecting previously unselected package python3.8-minimal. [2022-02-10T19:15:22.292Z] Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.2_amd64.deb ... [2022-02-10T19:15:22.292Z] Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.2) ... [2022-02-10T19:15:22.573Z] Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.2) ... [2022-02-10T19:15:22.573Z] Setting up libexpat1:amd64 (2.2.9-1build1) ... [2022-02-10T19:15:22.573Z] Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.2) ... [2022-02-10T19:15:23.150Z] Selecting previously unselected package python3-minimal. [2022-02-10T19:15:23.150Z] (Reading database ... 13359 files and directories currently installed.) [2022-02-10T19:15:23.150Z] Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ... [2022-02-10T19:15:23.150Z] Unpacking python3-minimal (3.8.2-0ubuntu2) ... [2022-02-10T19:15:23.150Z] Selecting previously unselected package mime-support. [2022-02-10T19:15:23.150Z] Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... [2022-02-10T19:15:23.150Z] Unpacking mime-support (3.64ubuntu1) ... [2022-02-10T19:15:23.150Z] Selecting previously unselected package libmpdec2:amd64. [2022-02-10T19:15:23.150Z] Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ... [2022-02-10T19:15:23.150Z] Unpacking libmpdec2:amd64 (2.4.2-3) ... [2022-02-10T19:15:23.150Z] Selecting previously unselected package libpython3.8-stdlib:amd64. [2022-02-10T19:15:23.150Z] Preparing to unpack .../3-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.2_amd64.deb ... [2022-02-10T19:15:23.150Z] Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.2) ... [2022-02-10T19:15:23.414Z] Selecting previously unselected package python3.8. [2022-02-10T19:15:23.414Z] Preparing to unpack .../4-python3.8_3.8.10-0ubuntu1~20.04.2_amd64.deb ... [2022-02-10T19:15:23.414Z] Unpacking python3.8 (3.8.10-0ubuntu1~20.04.2) ... [2022-02-10T19:15:23.675Z] Selecting previously unselected package libpython3-stdlib:amd64. [2022-02-10T19:15:23.675Z] Preparing to unpack .../5-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ... [2022-02-10T19:15:23.675Z] Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... [2022-02-10T19:15:23.675Z] Setting up python3-minimal (3.8.2-0ubuntu2) ... [2022-02-10T19:15:23.937Z] Selecting previously unselected package python3. [2022-02-10T19:15:23.937Z] (Reading database ... 13761 files and directories currently installed.) [2022-02-10T19:15:23.937Z] Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ... [2022-02-10T19:15:23.937Z] Unpacking python3 (3.8.2-0ubuntu2) ... [2022-02-10T19:15:24.198Z] Selecting previously unselected package libdbus-1-3:amd64. [2022-02-10T19:15:24.198Z] Preparing to unpack .../01-libdbus-1-3_1.12.16-2ubuntu2.1_amd64.deb ... [2022-02-10T19:15:24.198Z] Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... [2022-02-10T19:15:24.198Z] Selecting previously unselected package dbus. [2022-02-10T19:15:24.198Z] Preparing to unpack .../02-dbus_1.12.16-2ubuntu2.1_amd64.deb ... [2022-02-10T19:15:24.198Z] Unpacking dbus (1.12.16-2ubuntu2.1) ... [2022-02-10T19:15:24.198Z] Selecting previously unselected package libbsd0:amd64. [2022-02-10T19:15:24.198Z] Preparing to unpack .../03-libbsd0_0.10.0-1_amd64.deb ... [2022-02-10T19:15:24.198Z] Unpacking libbsd0:amd64 (0.10.0-1) ... [2022-02-10T19:15:24.198Z] Selecting previously unselected package libpam-systemd:amd64. [2022-02-10T19:15:24.198Z] Preparing to unpack .../04-libpam-systemd_245.4-4ubuntu3.15_amd64.deb ... [2022-02-10T19:15:24.198Z] Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.15) ... [2022-02-10T19:15:24.458Z] Selecting previously unselected package sudo. [2022-02-10T19:15:24.458Z] Preparing to unpack .../05-sudo_1.8.31-1ubuntu1.2_amd64.deb ... [2022-02-10T19:15:24.458Z] Unpacking sudo (1.8.31-1ubuntu1.2) ... [2022-02-10T19:15:24.458Z] Selecting previously unselected package apparmor. [2022-02-10T19:15:24.458Z] Preparing to unpack .../06-apparmor_2.13.3-7ubuntu5.1_amd64.deb ... [2022-02-10T19:15:24.458Z] Unpacking apparmor (2.13.3-7ubuntu5.1) ... [2022-02-10T19:15:24.718Z] Selecting previously unselected package libcbor0.6:amd64. [2022-02-10T19:15:24.718Z] Preparing to unpack .../07-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ... [2022-02-10T19:15:24.718Z] Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ... [2022-02-10T19:15:24.718Z] Selecting previously unselected package libedit2:amd64. [2022-02-10T19:15:24.718Z] Preparing to unpack .../08-libedit2_3.1-20191231-1_amd64.deb ... [2022-02-10T19:15:24.718Z] Unpacking libedit2:amd64 (3.1-20191231-1) ... [2022-02-10T19:15:24.718Z] Selecting previously unselected package libfido2-1:amd64. [2022-02-10T19:15:24.718Z] Preparing to unpack .../09-libfido2-1_1.3.1-1ubuntu2_amd64.deb ... [2022-02-10T19:15:24.718Z] Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ... [2022-02-10T19:15:24.718Z] Selecting previously unselected package libkrb5support0:amd64. [2022-02-10T19:15:24.718Z] Preparing to unpack .../10-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ... [2022-02-10T19:15:24.718Z] Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ... [2022-02-10T19:15:24.979Z] Selecting previously unselected package libk5crypto3:amd64. [2022-02-10T19:15:24.979Z] Preparing to unpack .../11-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ... [2022-02-10T19:15:24.979Z] Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ... [2022-02-10T19:15:24.979Z] Selecting previously unselected package libkeyutils1:amd64. [2022-02-10T19:15:24.979Z] Preparing to unpack .../12-libkeyutils1_1.6-6ubuntu1_amd64.deb ... [2022-02-10T19:15:24.979Z] Unpacking libkeyutils1:amd64 (1.6-6ubuntu1) ... [2022-02-10T19:15:24.979Z] Selecting previously unselected package libkrb5-3:amd64. [2022-02-10T19:15:24.979Z] Preparing to unpack .../13-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ... [2022-02-10T19:15:24.979Z] Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ... [2022-02-10T19:15:24.979Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2022-02-10T19:15:24.979Z] Preparing to unpack .../14-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ... [2022-02-10T19:15:24.979Z] Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... [2022-02-10T19:15:25.241Z] Selecting previously unselected package openssh-client. [2022-02-10T19:15:25.241Z] Preparing to unpack .../15-openssh-client_1%3a8.2p1-4ubuntu0.4_amd64.deb ... [2022-02-10T19:15:25.241Z] Unpacking openssh-client (1:8.2p1-4ubuntu0.4) ... [2022-02-10T19:15:25.241Z] Selecting previously unselected package dbus-user-session. [2022-02-10T19:15:25.241Z] Preparing to unpack .../16-dbus-user-session_1.12.16-2ubuntu2.1_amd64.deb ... [2022-02-10T19:15:25.241Z] Unpacking dbus-user-session (1.12.16-2ubuntu2.1) ... [2022-02-10T19:15:25.241Z] Selecting previously unselected package liblzo2-2:amd64. [2022-02-10T19:15:25.241Z] Preparing to unpack .../17-liblzo2-2_2.10-2_amd64.deb ... [2022-02-10T19:15:25.241Z] Unpacking liblzo2-2:amd64 (2.10-2) ... [2022-02-10T19:15:25.502Z] Selecting previously unselected package squashfs-tools. [2022-02-10T19:15:25.502Z] Preparing to unpack .../18-squashfs-tools_1%3a4.4-1ubuntu0.3_amd64.deb ... [2022-02-10T19:15:25.502Z] Unpacking squashfs-tools (1:4.4-1ubuntu0.3) ... [2022-02-10T19:15:25.502Z] Selecting previously unselected package snapd. [2022-02-10T19:15:25.502Z] Preparing to unpack .../19-snapd_2.54.2+20.04ubuntu2_amd64.deb ... [2022-02-10T19:15:25.502Z] Unpacking snapd (2.54.2+20.04ubuntu2) ... [2022-02-10T19:15:28.800Z] Setting up libkeyutils1:amd64 (1.6-6ubuntu1) ... [2022-02-10T19:15:28.800Z] Setting up mime-support (3.64ubuntu1) ... [2022-02-10T19:15:28.800Z] Setting up liblzo2-2:amd64 (2.10-2) ... [2022-02-10T19:15:28.800Z] Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ... [2022-02-10T19:15:28.800Z] Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ... [2022-02-10T19:15:28.800Z] Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.1) ... [2022-02-10T19:15:28.800Z] Setting up dbus (1.12.16-2ubuntu2.1) ... [2022-02-10T19:15:28.800Z] Setting up sudo (1.8.31-1ubuntu1.2) ... [2022-02-10T19:15:28.800Z] Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ... [2022-02-10T19:15:28.800Z] Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ... [2022-02-10T19:15:28.800Z] Setting up libmpdec2:amd64 (2.4.2-3) ... [2022-02-10T19:15:28.800Z] Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.2) ... [2022-02-10T19:15:28.800Z] Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ... [2022-02-10T19:15:28.800Z] Setting up python3.8 (3.8.10-0ubuntu1~20.04.2) ... [2022-02-10T19:15:29.746Z] Setting up libbsd0:amd64 (0.10.0-1) ... [2022-02-10T19:15:30.007Z] Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... [2022-02-10T19:15:30.007Z] Setting up squashfs-tools (1:4.4-1ubuntu0.3) ... [2022-02-10T19:15:30.007Z] Setting up libedit2:amd64 (3.1-20191231-1) ... [2022-02-10T19:15:30.007Z] Setting up python3 (3.8.2-0ubuntu2) ... [2022-02-10T19:15:30.007Z] running python rtupdate hooks for python3.8... [2022-02-10T19:15:30.007Z] running python post-rtupdate hooks for python3.8... [2022-02-10T19:15:30.007Z] Setting up apparmor (2.13.3-7ubuntu5.1) ... [2022-02-10T19:15:30.949Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2022-02-10T19:15:31.220Z] Reloading AppArmor profiles [2022-02-10T19:15:31.220Z] Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... [2022-02-10T19:15:31.220Z] Setting up openssh-client (1:8.2p1-4ubuntu0.4) ... [2022-02-10T19:15:31.483Z] Setting up systemd-timesyncd (245.4-4ubuntu3.15) ... [2022-02-10T19:15:31.743Z] /usr/sbin/policy-rc.d returned 101, not running 'restart systemd-timesyncd.service' [2022-02-10T19:15:31.743Z] Setting up systemd (245.4-4ubuntu3.15) ... [2022-02-10T19:15:31.743Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2022-02-10T19:15:31.743Z] Installing new version of config file /etc/systemd/resolved.conf ... [2022-02-10T19:15:33.659Z] Setting up systemd-sysv (245.4-4ubuntu3.15) ... [2022-02-10T19:15:33.659Z] Setting up libpam-systemd:amd64 (245.4-4ubuntu3.15) ... [2022-02-10T19:15:33.659Z] Setting up dbus-user-session (1.12.16-2ubuntu2.1) ... [2022-02-10T19:15:33.659Z] Setting up snapd (2.54.2+20.04ubuntu2) ... [2022-02-10T19:15:33.921Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2022-02-10T19:15:33.921Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2022-02-10T19:15:34.182Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2022-02-10T19:15:34.443Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2022-02-10T19:15:34.702Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-02-10T19:15:34.702Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-02-10T19:15:34.962Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2022-02-10T19:15:35.222Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2022-02-10T19:15:35.482Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2022-02-10T19:15:35.743Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2022-02-10T19:15:36.005Z] /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-02-10T19:15:36.005Z] Processing triggers for libc-bin (2.31-0ubuntu9) ... [2022-02-10T19:15:36.945Z] Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease [2022-02-10T19:15:36.945Z] Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease [2022-02-10T19:15:36.945Z] Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [2022-02-10T19:15:37.775Z] Reading package lists... [2022-02-10T19:15:38.036Z] Reading package lists... [2022-02-10T19:15:38.297Z] Building dependency tree... [2022-02-10T19:15:38.297Z] Reading state information... [2022-02-10T19:15:38.297Z] Calculating upgrade... [2022-02-10T19:15:38.297Z] The following packages will be upgraded: [2022-02-10T19:15:38.297Z] apt base-files bash binutils binutils-common binutils-x86-64-linux-gnu [2022-02-10T19:15:38.297Z] bsdutils build-essential ca-certificates cpp-9 fdisk g++-9 gcc-10-base gcc-9 [2022-02-10T19:15:38.297Z] gcc-9-base gpgv libapparmor1 libapt-pkg6.0 libasan5 libatomic1 libbinutils [2022-02-10T19:15:38.297Z] libblkid1 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcryptsetup12 [2022-02-10T19:15:38.297Z] libctf-nobfd0 libctf0 libfdisk1 libgcc-9-dev libgcc-s1 libgcrypt20 [2022-02-10T19:15:38.297Z] libgnutls30 libgomp1 libhogweed5 libitm1 libjson-c4 liblsan0 liblz4-1 [2022-02-10T19:15:38.297Z] liblzma5 libmount1 libnettle7 libp11-kit0 libpam-modules libpam-modules-bin [2022-02-10T19:15:38.297Z] libpam-runtime libpam0g libperl5.30 libprocps8 libquadmath0 libseccomp2 [2022-02-10T19:15:38.297Z] libsmartcols1 libsqlite3-0 libssl1.1 libstdc++-9-dev libstdc++6 libtsan0 [2022-02-10T19:15:38.297Z] libubsan1 libuuid1 libzstd1 linux-libc-dev login mount openssl passwd perl [2022-02-10T19:15:38.297Z] perl-base perl-modules-5.30 procps tar tzdata ubuntu-keyring util-linux [2022-02-10T19:15:38.297Z] xz-utils zlib1g [2022-02-10T19:15:38.557Z] 77 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2022-02-10T19:15:38.557Z] Need to get 63.3 MB of archives. [2022-02-10T19:15:38.557Z] After this operation, 13.8 MB of additional disk space will be used. [2022-02-10T19:15:38.557Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 linux-libc-dev amd64 5.4.0-99.112 [1126 kB] [2022-02-10T19:15:38.557Z] Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.2 [2520 kB] [2022-02-10T19:15:38.557Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB] [2022-02-10T19:15:38.557Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB] [2022-02-10T19:15:38.819Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB] [2022-02-10T19:15:38.819Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB] [2022-02-10T19:15:38.819Z] Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB] [2022-02-10T19:15:38.819Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB] [2022-02-10T19:15:38.819Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-10-base amd64 10.3.0-1ubuntu1~20.04 [20.2 kB] [2022-02-10T19:15:38.819Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-s1 amd64 10.3.0-1ubuntu1~20.04 [41.8 kB] [2022-02-10T19:15:38.819Z] Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB] [2022-02-10T19:15:38.819Z] Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B] [2022-02-10T19:15:38.819Z] Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++6 amd64 10.3.0-1ubuntu1~20.04 [501 kB] [2022-02-10T19:15:38.819Z] Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 bsdutils amd64 1:2.34-0.1ubuntu9.3 [63.0 kB] [2022-02-10T19:15:38.819Z] Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB] [2022-02-10T19:15:38.819Z] Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB] [2022-02-10T19:15:38.819Z] Get:17 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-base amd64 5.30.0-9ubuntu0.2 [1513 kB] [2022-02-10T19:15:38.819Z] Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB] [2022-02-10T19:15:38.819Z] Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.1 [240 kB] [2022-02-10T19:15:38.819Z] Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 libblkid1 amd64 2.34-0.1ubuntu9.3 [136 kB] [2022-02-10T19:15:38.819Z] Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.3 [19.9 kB] [2022-02-10T19:15:38.819Z] Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 libfdisk1 amd64 2.34-0.1ubuntu9.3 [175 kB] [2022-02-10T19:15:38.819Z] Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 libmount1 amd64 2.34-0.1ubuntu9.3 [149 kB] [2022-02-10T19:15:38.819Z] Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsmartcols1 amd64 2.34-0.1ubuntu9.3 [100 kB] [2022-02-10T19:15:38.819Z] Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 fdisk amd64 2.34-0.1ubuntu9.3 [120 kB] [2022-02-10T19:15:38.819Z] Get:26 http://security.ubuntu.com/ubuntu focal-security/main amd64 util-linux amd64 2.34-0.1ubuntu9.3 [1021 kB] [2022-02-10T19:15:38.819Z] Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcrypt20 amd64 1.8.5-5ubuntu1.1 [420 kB] [2022-02-10T19:15:38.819Z] Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblz4-1 amd64 1.9.2-2ubuntu0.20.04.1 [56.1 kB] [2022-02-10T19:15:38.819Z] Get:29 http://security.ubuntu.com/ubuntu focal-security/main amd64 libzstd1 amd64 1.4.4+dfsg-3ubuntu0.1 [237 kB] [2022-02-10T19:15:38.819Z] Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 libnettle7 amd64 3.5.1+really3.5.1-2ubuntu0.2 [115 kB] [2022-02-10T19:15:38.819Z] Get:31 http://security.ubuntu.com/ubuntu focal-security/main amd64 libhogweed5 amd64 3.5.1+really3.5.1-2ubuntu0.2 [138 kB] [2022-02-10T19:15:38.819Z] Get:32 http://security.ubuntu.com/ubuntu focal-security/main amd64 libp11-kit0 amd64 0.23.20-1ubuntu0.1 [188 kB] [2022-02-10T19:15:38.819Z] Get:33 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgnutls30 amd64 3.6.13-2ubuntu1.6 [828 kB] [2022-02-10T19:15:38.819Z] Get:34 http://security.ubuntu.com/ubuntu focal-security/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~20.04.2 [42.5 kB] [2022-02-10T19:15:38.819Z] Get:35 http://security.ubuntu.com/ubuntu focal-security/main amd64 mount amd64 2.34-0.1ubuntu9.3 [115 kB] [2022-02-10T19:15:38.819Z] Get:36 http://security.ubuntu.com/ubuntu focal-security/main amd64 ca-certificates all 20210119~20.04.2 [145 kB] [2022-02-10T19:15:38.819Z] Get:37 http://security.ubuntu.com/ubuntu focal-security/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB] [2022-02-10T19:15:38.819Z] Get:38 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB] [2022-02-10T19:15:38.819Z] Get:39 http://security.ubuntu.com/ubuntu focal-security/main amd64 tzdata all 2021e-0ubuntu0.20.04 [295 kB] [2022-02-10T19:15:38.819Z] Get:40 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf0 amd64 2.34-6ubuntu1.3 [46.6 kB] [2022-02-10T19:15:38.819Z] Get:41 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.3 [1613 kB] [2022-02-10T19:15:38.819Z] Get:42 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbinutils amd64 2.34-6ubuntu1.3 [474 kB] [2022-02-10T19:15:38.819Z] Get:43 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils amd64 2.34-6ubuntu1.3 [3380 B] [2022-02-10T19:15:38.819Z] Get:44 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-common amd64 2.34-6ubuntu1.3 [207 kB] [2022-02-10T19:15:38.819Z] Get:45 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.3 [47.4 kB] [2022-02-10T19:15:38.819Z] Get:46 http://security.ubuntu.com/ubuntu focal-security/main amd64 libasan5 amd64 9.3.0-17ubuntu1~20.04 [394 kB] [2022-02-10T19:15:38.819Z] Get:47 http://security.ubuntu.com/ubuntu focal-security/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8405 kB] [2022-02-10T19:15:39.080Z] Get:48 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9 amd64 9.3.0-17ubuntu1~20.04 [8241 kB] [2022-02-10T19:15:39.080Z] Get:49 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1714 kB] [2022-02-10T19:15:39.080Z] Get:50 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-9-dev amd64 9.3.0-17ubuntu1~20.04 [2360 kB] [2022-02-10T19:15:39.080Z] Get:51 http://security.ubuntu.com/ubuntu focal-security/main amd64 cpp-9 amd64 9.3.0-17ubuntu1~20.04 [7494 kB] [2022-02-10T19:15:39.080Z] Get:52 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9-base amd64 9.3.0-17ubuntu1~20.04 [19.1 kB] [2022-02-10T19:15:39.340Z] Get:53 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.2 [71.8 kB] [2022-02-10T19:15:39.340Z] Get:54 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6 amd64 2.31-0ubuntu9.2 [2715 kB] [2022-02-10T19:15:39.601Z] Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 base-files amd64 11ubuntu5.4 [60.6 kB] [2022-02-10T19:15:39.601Z] Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 bash amd64 5.0-6ubuntu1.1 [638 kB] [2022-02-10T19:15:39.601Z] Get:57 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 login amd64 1:4.8.1-1ubuntu5.20.04.1 [220 kB] [2022-02-10T19:15:39.601Z] Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 zlib1g amd64 1:1.2.11.dfsg-2ubuntu1.2 [53.6 kB] [2022-02-10T19:15:39.601Z] Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-bin amd64 2.31-0ubuntu9.2 [639 kB] [2022-02-10T19:15:39.601Z] Get:60 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblzma5 amd64 5.2.4-1ubuntu1 [91.7 kB] [2022-02-10T19:15:39.601Z] Get:61 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapt-pkg6.0 amd64 2.0.6 [835 kB] [2022-02-10T19:15:39.601Z] Get:62 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgv amd64 2.2.19-3ubuntu2.1 [199 kB] [2022-02-10T19:15:39.601Z] Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ubuntu-keyring all 2020.02.11.4 [22.1 kB] [2022-02-10T19:15:39.601Z] Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apt amd64 2.0.6 [1296 kB] [2022-02-10T19:15:39.601Z] Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam0g amd64 1.3.1-5ubuntu4.3 [55.4 kB] [2022-02-10T19:15:39.601Z] Get:66 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules-bin amd64 1.3.1-5ubuntu4.3 [41.2 kB] [2022-02-10T19:15:39.601Z] Get:67 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules amd64 1.3.1-5ubuntu4.3 [260 kB] [2022-02-10T19:15:39.601Z] Get:68 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-runtime all 1.3.1-5ubuntu4.3 [37.3 kB] [2022-02-10T19:15:39.601Z] Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 passwd amd64 1:4.8.1-1ubuntu5.20.04.1 [799 kB] [2022-02-10T19:15:39.867Z] Get:70 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libprocps8 amd64 2:3.3.16-1ubuntu2.3 [33.0 kB] [2022-02-10T19:15:39.867Z] Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 procps amd64 2:3.3.16-1ubuntu2.3 [233 kB] [2022-02-10T19:15:39.867Z] Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.10 [1322 kB] [2022-02-10T19:15:39.867Z] Get:73 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.10 [620 kB] [2022-02-10T19:15:39.867Z] Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.1 [34.1 kB] [2022-02-10T19:15:39.867Z] Get:75 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.3 [183 kB] [2022-02-10T19:15:39.867Z] Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1 [82.5 kB] [2022-02-10T19:15:39.867Z] Get:77 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] [2022-02-10T19:15:40.453Z] debconf: delaying package configuration, since apt-utils is not installed [2022-02-10T19:15:40.453Z] Fetched 63.3 MB in 1s (43.2 MB/s) [2022-02-10T19:15:40.453Z] (Reading database ... 14313 files and directories currently installed.) [2022-02-10T19:15:40.453Z] Preparing to unpack .../0-libc6-dev_2.31-0ubuntu9.2_amd64.deb ... [2022-02-10T19:15:40.453Z] Unpacking libc6-dev:amd64 (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... [2022-02-10T19:15:41.033Z] Preparing to unpack .../1-libc-dev-bin_2.31-0ubuntu9.2_amd64.deb ... [2022-02-10T19:15:41.033Z] Unpacking libc-dev-bin (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... [2022-02-10T19:15:41.033Z] Preparing to unpack .../2-linux-libc-dev_5.4.0-99.112_amd64.deb ... [2022-02-10T19:15:41.033Z] Unpacking linux-libc-dev:amd64 (5.4.0-99.112) over (5.4.0-26.30) ... [2022-02-10T19:15:41.295Z] Preparing to unpack .../3-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-02-10T19:15:41.295Z] Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-02-10T19:15:41.295Z] Preparing to unpack .../4-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-02-10T19:15:41.295Z] Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-02-10T19:15:41.556Z] Preparing to unpack .../5-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-02-10T19:15:41.556Z] Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-02-10T19:15:41.556Z] Preparing to unpack .../6-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-02-10T19:15:41.816Z] Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-02-10T19:15:41.816Z] Preparing to unpack .../7-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-02-10T19:15:41.816Z] Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-02-10T19:15:41.816Z] Preparing to unpack .../8-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-02-10T19:15:41.816Z] Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-02-10T19:15:42.077Z] Preparing to unpack .../9-gcc-10-base_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-02-10T19:15:42.077Z] Unpacking gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-02-10T19:15:42.077Z] Setting up gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-02-10T19:15:42.077Z] (Reading database ... 14312 files and directories currently installed.) [2022-02-10T19:15:42.077Z] Preparing to unpack .../libgcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-02-10T19:15:42.077Z] Unpacking libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-02-10T19:15:42.077Z] Setting up libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-02-10T19:15:42.077Z] (Reading database ... 14312 files and directories currently installed.) [2022-02-10T19:15:42.077Z] Preparing to unpack .../libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-02-10T19:15:42.077Z] Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-02-10T19:15:42.337Z] Preparing to unpack .../libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-02-10T19:15:42.337Z] Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-02-10T19:15:42.337Z] Preparing to unpack .../libstdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-02-10T19:15:42.337Z] Unpacking libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-02-10T19:15:42.597Z] Setting up libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-02-10T19:15:42.597Z] (Reading database ... 14312 files and directories currently installed.) [2022-02-10T19:15:42.597Z] Preparing to unpack .../libc6_2.31-0ubuntu9.2_amd64.deb ... [2022-02-10T19:15:42.857Z] Unpacking libc6:amd64 (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... [2022-02-10T19:15:43.119Z] Setting up libc6:amd64 (2.31-0ubuntu9.2) ... [2022-02-10T19:15:43.368Z] 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-02-10T19:15:43.379Z] (Reading database ... 14312 files and directories currently installed.) [2022-02-10T19:15:43.379Z] Preparing to unpack .../base-files_11ubuntu5.4_amd64.deb ... [2022-02-10T19:15:43.379Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2022-02-10T19:15:43.379Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2022-02-10T19:15:43.379Z] Unpacking base-files (11ubuntu5.4) over (11ubuntu5) ... [2022-02-10T19:15:43.641Z] Setting up base-files (11ubuntu5.4) ... [2022-02-10T19:15:43.641Z] Installing new version of config file /etc/issue ... [2022-02-10T19:15:43.641Z] Installing new version of config file /etc/issue.net ... [2022-02-10T19:15:43.641Z] Installing new version of config file /etc/lsb-release ... [2022-02-10T19:15:43.641Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2022-02-10T19:15:44.212Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2022-02-10T19:15:44.212Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2022-02-10T19:15:44.212Z] Removing obsolete conffile /etc/default/motd-news ... [2022-02-10T19:15:44.212Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:44.212Z] Preparing to unpack .../bash_5.0-6ubuntu1.1_amd64.deb ... [2022-02-10T19:15:44.212Z] Unpacking bash (5.0-6ubuntu1.1) over (5.0-6ubuntu1) ... [2022-02-10T19:15:44.474Z] Setting up bash (5.0-6ubuntu1.1) ... [2022-02-10T19:15:44.474Z] 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-02-10T19:15:44.474Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:44.474Z] Preparing to unpack .../bsdutils_1%3a2.34-0.1ubuntu9.3_amd64.deb ... [2022-02-10T19:15:44.474Z] Unpacking bsdutils (1:2.34-0.1ubuntu9.3) over (1:2.34-0.1ubuntu9) ... [2022-02-10T19:15:44.474Z] Setting up bsdutils (1:2.34-0.1ubuntu9.3) ... [2022-02-10T19:15:44.474Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:44.474Z] Preparing to unpack .../login_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... [2022-02-10T19:15:44.734Z] Unpacking login (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... [2022-02-10T19:15:44.734Z] Setting up login (1:4.8.1-1ubuntu5.20.04.1) ... [2022-02-10T19:15:44.734Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:44.734Z] Preparing to unpack .../libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ... [2022-02-10T19:15:44.734Z] Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-02-10T19:15:45.303Z] Preparing to unpack .../perl_5.30.0-9ubuntu0.2_amd64.deb ... [2022-02-10T19:15:45.303Z] Unpacking perl (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-02-10T19:15:45.574Z] Preparing to unpack .../perl-base_5.30.0-9ubuntu0.2_amd64.deb ... [2022-02-10T19:15:45.574Z] Unpacking perl-base (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-02-10T19:15:46.146Z] Setting up perl-base (5.30.0-9ubuntu0.2) ... [2022-02-10T19:15:46.147Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:46.147Z] Preparing to unpack .../perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ... [2022-02-10T19:15:46.147Z] Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-02-10T19:15:46.407Z] Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-2ubuntu1.2_amd64.deb ... [2022-02-10T19:15:46.407Z] Unpacking zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.2) over (1:1.2.11.dfsg-2ubuntu1) ... [2022-02-10T19:15:46.667Z] Setting up zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.2) ... [2022-02-10T19:15:46.667Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:46.667Z] Preparing to unpack .../tar_1.30+dfsg-7ubuntu0.20.04.1_amd64.deb ... [2022-02-10T19:15:46.667Z] Unpacking tar (1.30+dfsg-7ubuntu0.20.04.1) over (1.30+dfsg-7) ... [2022-02-10T19:15:46.928Z] Setting up tar (1.30+dfsg-7ubuntu0.20.04.1) ... [2022-02-10T19:15:46.928Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:46.928Z] Preparing to unpack .../libblkid1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-02-10T19:15:46.928Z] Unpacking libblkid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-02-10T19:15:46.928Z] Setting up libblkid1:amd64 (2.34-0.1ubuntu9.3) ... [2022-02-10T19:15:46.928Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:46.928Z] Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-02-10T19:15:46.928Z] Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-02-10T19:15:47.192Z] Setting up libuuid1:amd64 (2.34-0.1ubuntu9.3) ... [2022-02-10T19:15:47.192Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:47.192Z] Preparing to unpack .../libfdisk1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-02-10T19:15:47.192Z] Unpacking libfdisk1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-02-10T19:15:47.192Z] Preparing to unpack .../libmount1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-02-10T19:15:47.192Z] Unpacking libmount1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-02-10T19:15:47.192Z] Setting up libmount1:amd64 (2.34-0.1ubuntu9.3) ... [2022-02-10T19:15:47.452Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:47.452Z] Preparing to unpack .../libsmartcols1_2.34-0.1ubuntu9.3_amd64.deb ... [2022-02-10T19:15:47.452Z] Unpacking libsmartcols1:amd64 (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-02-10T19:15:47.452Z] Setting up libsmartcols1:amd64 (2.34-0.1ubuntu9.3) ... [2022-02-10T19:15:47.452Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:47.452Z] Preparing to unpack .../fdisk_2.34-0.1ubuntu9.3_amd64.deb ... [2022-02-10T19:15:47.452Z] Unpacking fdisk (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-02-10T19:15:47.452Z] Preparing to unpack .../util-linux_2.34-0.1ubuntu9.3_amd64.deb ... [2022-02-10T19:15:47.678Z] 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-02-10T19:15:47.712Z] Unpacking util-linux (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-02-10T19:15:47.975Z] Setting up util-linux (2.34-0.1ubuntu9.3) ... [2022-02-10T19:15:48.546Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2022-02-10T19:15:48.812Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2022-02-10T19:15:48.812Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:48.812Z] Preparing to unpack .../libc-bin_2.31-0ubuntu9.2_amd64.deb ... [2022-02-10T19:15:48.812Z] Unpacking libc-bin (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... [2022-02-10T19:15:48.812Z] Setting up libc-bin (2.31-0ubuntu9.2) ... [2022-02-10T19:15:49.073Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:49.073Z] Preparing to unpack .../libgcrypt20_1.8.5-5ubuntu1.1_amd64.deb ... [2022-02-10T19:15:49.073Z] Unpacking libgcrypt20:amd64 (1.8.5-5ubuntu1.1) over (1.8.5-5ubuntu1) ... [2022-02-10T19:15:49.073Z] Setting up libgcrypt20:amd64 (1.8.5-5ubuntu1.1) ... [2022-02-10T19:15:49.073Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:49.333Z] Preparing to unpack .../liblz4-1_1.9.2-2ubuntu0.20.04.1_amd64.deb ... [2022-02-10T19:15:49.333Z] Unpacking liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) over (1.9.2-2) ... [2022-02-10T19:15:49.333Z] Setting up liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) ... [2022-02-10T19:15:49.333Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:49.333Z] Preparing to unpack .../liblzma5_5.2.4-1ubuntu1_amd64.deb ... [2022-02-10T19:15:49.333Z] Unpacking liblzma5:amd64 (5.2.4-1ubuntu1) over (5.2.4-1) ... [2022-02-10T19:15:49.333Z] Setting up liblzma5:amd64 (5.2.4-1ubuntu1) ... [2022-02-10T19:15:49.600Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:49.600Z] Preparing to unpack .../libzstd1_1.4.4+dfsg-3ubuntu0.1_amd64.deb ... [2022-02-10T19:15:49.600Z] Unpacking libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) over (1.4.4+dfsg-3) ... [2022-02-10T19:15:49.600Z] Setting up libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) ... [2022-02-10T19:15:49.600Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:49.600Z] Preparing to unpack .../libapt-pkg6.0_2.0.6_amd64.deb ... [2022-02-10T19:15:49.600Z] Unpacking libapt-pkg6.0:amd64 (2.0.6) over (2.0.2) ... [2022-02-10T19:15:49.863Z] Setting up libapt-pkg6.0:amd64 (2.0.6) ... [2022-02-10T19:15:49.863Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:49.863Z] Preparing to unpack .../gpgv_2.2.19-3ubuntu2.1_amd64.deb ... [2022-02-10T19:15:49.863Z] Unpacking gpgv (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-02-10T19:15:49.863Z] Setting up gpgv (2.2.19-3ubuntu2.1) ... [2022-02-10T19:15:49.863Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:49.863Z] Preparing to unpack .../ubuntu-keyring_2020.02.11.4_all.deb ... [2022-02-10T19:15:50.133Z] Unpacking ubuntu-keyring (2020.02.11.4) over (2020.02.11.2) ... [2022-02-10T19:15:50.133Z] Setting up ubuntu-keyring (2020.02.11.4) ... [2022-02-10T19:15:50.133Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:50.133Z] Preparing to unpack .../libnettle7_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... [2022-02-10T19:15:50.133Z] Unpacking libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... [2022-02-10T19:15:50.133Z] Setting up libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... [2022-02-10T19:15:50.133Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:50.133Z] Preparing to unpack .../libhogweed5_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... [2022-02-10T19:15:50.133Z] Unpacking libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... [2022-02-10T19:15:50.395Z] Setting up libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... [2022-02-10T19:15:50.395Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:50.395Z] Preparing to unpack .../libp11-kit0_0.23.20-1ubuntu0.1_amd64.deb ... [2022-02-10T19:15:50.395Z] Unpacking libp11-kit0:amd64 (0.23.20-1ubuntu0.1) over (0.23.20-1build1) ... [2022-02-10T19:15:50.395Z] Setting up libp11-kit0:amd64 (0.23.20-1ubuntu0.1) ... [2022-02-10T19:15:50.659Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:50.659Z] Preparing to unpack .../libgnutls30_3.6.13-2ubuntu1.6_amd64.deb ... [2022-02-10T19:15:50.659Z] Unpacking libgnutls30:amd64 (3.6.13-2ubuntu1.6) over (3.6.13-2ubuntu1) ... [2022-02-10T19:15:50.659Z] Setting up libgnutls30:amd64 (3.6.13-2ubuntu1.6) ... [2022-02-10T19:15:50.659Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:50.659Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~20.04.2_amd64.deb ... [2022-02-10T19:15:50.659Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) over (2.4.3-1ubuntu1) ... [2022-02-10T19:15:50.919Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) ... [2022-02-10T19:15:50.919Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:50.919Z] Preparing to unpack .../archives/apt_2.0.6_amd64.deb ... [2022-02-10T19:15:50.919Z] Unpacking apt (2.0.6) over (2.0.2) ... [2022-02-10T19:15:51.503Z] Setting up apt (2.0.6) ... [2022-02-10T19:15:52.076Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2022-02-10T19:15:52.076Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:52.076Z] Preparing to unpack .../libpam0g_1.3.1-5ubuntu4.3_amd64.deb ... [2022-02-10T19:15:52.076Z] Unpacking libpam0g:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-02-10T19:15:52.076Z] Setting up libpam0g:amd64 (1.3.1-5ubuntu4.3) ... [2022-02-10T19:15:52.076Z] (Reading database ... 14311 files and directories currently installed.) [2022-02-10T19:15:52.076Z] Preparing to unpack .../libpam-modules-bin_1.3.1-5ubuntu4.3_amd64.deb ... [2022-02-10T19:15:52.076Z] Unpacking libpam-modules-bin (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-02-10T19:15:52.339Z] Setting up libpam-modules-bin (1.3.1-5ubuntu4.3) ... [2022-02-10T19:15:52.339Z] (Reading database ... 14313 files and directories currently installed.) [2022-02-10T19:15:52.339Z] Preparing to unpack .../libpam-modules_1.3.1-5ubuntu4.3_amd64.deb ... [2022-02-10T19:15:52.339Z] Unpacking libpam-modules:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-02-10T19:15:52.339Z] Setting up libpam-modules:amd64 (1.3.1-5ubuntu4.3) ... [2022-02-10T19:15:52.601Z] (Reading database ... 14317 files and directories currently installed.) [2022-02-10T19:15:52.601Z] Preparing to unpack .../mount_2.34-0.1ubuntu9.3_amd64.deb ... [2022-02-10T19:15:52.601Z] Unpacking mount (2.34-0.1ubuntu9.3) over (2.34-0.1ubuntu9) ... [2022-02-10T19:15:52.601Z] Preparing to unpack .../libpam-runtime_1.3.1-5ubuntu4.3_all.deb ... [2022-02-10T19:15:52.601Z] Unpacking libpam-runtime (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-02-10T19:15:52.861Z] Setting up libpam-runtime (1.3.1-5ubuntu4.3) ... [2022-02-10T19:15:52.861Z] (Reading database ... 14317 files and directories currently installed.) [2022-02-10T19:15:52.861Z] Preparing to unpack .../passwd_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... [2022-02-10T19:15:53.086Z] 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-02-10T19:15:53.128Z] Unpacking passwd (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... [2022-02-10T19:15:53.128Z] Setting up passwd (1:4.8.1-1ubuntu5.20.04.1) ... [2022-02-10T19:15:53.369Z] 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-02-10T19:15:53.390Z] (Reading database ... 14317 files and directories currently installed.) [2022-02-10T19:15:53.390Z] Preparing to unpack .../00-libprocps8_2%3a3.3.16-1ubuntu2.3_amd64.deb ... [2022-02-10T19:15:53.390Z] Unpacking libprocps8:amd64 (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... [2022-02-10T19:15:53.390Z] Preparing to unpack .../01-procps_2%3a3.3.16-1ubuntu2.3_amd64.deb ... [2022-02-10T19:15:53.390Z] Unpacking procps (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... [2022-02-10T19:15:53.649Z] Preparing to unpack .../02-libssl1.1_1.1.1f-1ubuntu2.10_amd64.deb ... [2022-02-10T19:15:53.649Z] Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2) ... [2022-02-10T19:15:53.649Z] Preparing to unpack .../03-openssl_1.1.1f-1ubuntu2.10_amd64.deb ... [2022-02-10T19:15:53.649Z] Unpacking openssl (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2) ... [2022-02-10T19:15:53.916Z] Preparing to unpack .../04-ca-certificates_20210119~20.04.2_all.deb ... [2022-02-10T19:15:53.916Z] Unpacking ca-certificates (20210119~20.04.2) over (20190110ubuntu1) ... [2022-02-10T19:15:53.916Z] Preparing to unpack .../05-libapparmor1_2.13.3-7ubuntu5.1_amd64.deb ... [2022-02-10T19:15:53.916Z] Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.1) over (2.13.3-7ubuntu5) ... [2022-02-10T19:15:54.178Z] Preparing to unpack .../06-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ... [2022-02-10T19:15:54.178Z] Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) over (0.13.1+dfsg-7) ... [2022-02-10T19:15:54.178Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.2.2-3ubuntu2.3_amd64.deb ... [2022-02-10T19:15:54.178Z] Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.3) over (2:2.2.2-3ubuntu2) ... [2022-02-10T19:15:54.178Z] Preparing to unpack .../08-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ... [2022-02-10T19:15:54.178Z] Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) over (3.31.1-4) ... [2022-02-10T19:15:54.438Z] Preparing to unpack .../09-tzdata_2021e-0ubuntu0.20.04_all.deb ... [2022-02-10T19:15:54.438Z] Unpacking tzdata (2021e-0ubuntu0.20.04) over (2019c-3ubuntu1) ... [2022-02-10T19:15:54.700Z] Preparing to unpack .../10-xz-utils_5.2.4-1ubuntu1_amd64.deb ... [2022-02-10T19:15:54.700Z] Unpacking xz-utils (5.2.4-1ubuntu1) over (5.2.4-1) ... [2022-02-10T19:15:54.962Z] Preparing to unpack .../11-libctf0_2.34-6ubuntu1.3_amd64.deb ... [2022-02-10T19:15:54.962Z] Unpacking libctf0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-02-10T19:15:54.962Z] Preparing to unpack .../12-binutils-x86-64-linux-gnu_2.34-6ubuntu1.3_amd64.deb ... [2022-02-10T19:15:54.962Z] Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-02-10T19:15:55.227Z] Preparing to unpack .../13-libbinutils_2.34-6ubuntu1.3_amd64.deb ... [2022-02-10T19:15:55.227Z] Unpacking libbinutils:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-02-10T19:15:55.227Z] Preparing to unpack .../14-binutils_2.34-6ubuntu1.3_amd64.deb ... [2022-02-10T19:15:55.227Z] Unpacking binutils (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-02-10T19:15:55.489Z] Preparing to unpack .../15-binutils-common_2.34-6ubuntu1.3_amd64.deb ... [2022-02-10T19:15:55.489Z] Unpacking binutils-common:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-02-10T19:15:55.489Z] Preparing to unpack .../16-libctf-nobfd0_2.34-6ubuntu1.3_amd64.deb ... [2022-02-10T19:15:55.489Z] Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-02-10T19:15:55.489Z] Preparing to unpack .../17-build-essential_12.8ubuntu1.1_amd64.deb ... [2022-02-10T19:15:55.489Z] Unpacking build-essential (12.8ubuntu1.1) over (12.8ubuntu1) ... [2022-02-10T19:15:55.489Z] Preparing to unpack .../18-libasan5_9.3.0-17ubuntu1~20.04_amd64.deb ... [2022-02-10T19:15:55.749Z] Unpacking libasan5:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-02-10T19:15:55.749Z] Preparing to unpack .../19-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ... [2022-02-10T19:15:55.749Z] Unpacking g++-9 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-02-10T19:15:56.691Z] Preparing to unpack .../20-gcc-9_9.3.0-17ubuntu1~20.04_amd64.deb ... [2022-02-10T19:15:56.691Z] Unpacking gcc-9 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-02-10T19:15:56.875Z] 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-02-10T19:15:57.261Z] Preparing to unpack .../21-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... [2022-02-10T19:15:57.262Z] Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-02-10T19:15:57.523Z] Preparing to unpack .../22-libgcc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... [2022-02-10T19:15:57.523Z] Unpacking libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-02-10T19:15:57.784Z] Preparing to unpack .../23-cpp-9_9.3.0-17ubuntu1~20.04_amd64.deb ... [2022-02-10T19:15:57.784Z] Unpacking cpp-9 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-02-10T19:15:58.725Z] Preparing to unpack .../24-gcc-9-base_9.3.0-17ubuntu1~20.04_amd64.deb ... [2022-02-10T19:15:58.725Z] Unpacking gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-02-10T19:15:58.725Z] Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.1) ... [2022-02-10T19:15:58.725Z] Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ... [2022-02-10T19:15:58.725Z] Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.10) ... [2022-02-10T19:15:58.991Z] Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ... [2022-02-10T19:15:58.991Z] Setting up binutils-common:amd64 (2.34-6ubuntu1.3) ... [2022-02-10T19:15:58.991Z] Setting up linux-libc-dev:amd64 (5.4.0-99.112) ... [2022-02-10T19:15:58.991Z] Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ... [2022-02-10T19:15:58.991Z] Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-02-10T19:15:58.991Z] Setting up tzdata (2021e-0ubuntu0.20.04) ... [2022-02-10T19:15:58.991Z] [2022-02-10T19:15:58.991Z] Current default time zone: 'Etc/UTC' [2022-02-10T19:15:58.991Z] Local time is now: Thu Feb 10 19:15:58 UTC 2022. [2022-02-10T19:15:58.991Z] Universal Time is now: Thu Feb 10 19:15:58 UTC 2022. [2022-02-10T19:15:58.991Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2022-02-10T19:15:58.991Z] [2022-02-10T19:15:58.991Z] Setting up xz-utils (5.2.4-1ubuntu1) ... [2022-02-10T19:15:58.991Z] Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-02-10T19:15:58.991Z] Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-02-10T19:15:58.991Z] Setting up libfdisk1:amd64 (2.34-0.1ubuntu9.3) ... [2022-02-10T19:15:58.991Z] Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-02-10T19:15:58.991Z] Setting up mount (2.34-0.1ubuntu9.3) ... [2022-02-10T19:15:58.992Z] Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ... [2022-02-10T19:15:58.992Z] Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ... [2022-02-10T19:15:58.992Z] Setting up libbinutils:amd64 (2.34-6ubuntu1.3) ... [2022-02-10T19:15:59.251Z] Setting up libc-dev-bin (2.31-0ubuntu9.2) ... [2022-02-10T19:15:59.251Z] Setting up openssl (1.1.1f-1ubuntu2.10) ... [2022-02-10T19:15:59.251Z] Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-02-10T19:15:59.251Z] Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-02-10T19:15:59.251Z] Setting up libprocps8:amd64 (2:3.3.16-1ubuntu2.3) ... [2022-02-10T19:15:59.251Z] Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-02-10T19:15:59.251Z] Setting up gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) ... [2022-02-10T19:15:59.251Z] Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-02-10T19:15:59.251Z] Setting up libctf0:amd64 (2.34-6ubuntu1.3) ... [2022-02-10T19:15:59.251Z] Setting up fdisk (2.34-0.1ubuntu9.3) ... [2022-02-10T19:15:59.251Z] Setting up ca-certificates (20210119~20.04.2) ... [2022-02-10T19:16:01.164Z] Updating certificates in /etc/ssl/certs... [2022-02-10T19:16:01.213Z] 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-02-10T19:16:02.107Z] 21 added, 21 removed; done. [2022-02-10T19:16:02.107Z] Setting up libasan5:amd64 (9.3.0-17ubuntu1~20.04) ... [2022-02-10T19:16:02.107Z] Setting up perl (5.30.0-9ubuntu0.2) ... [2022-02-10T19:16:02.107Z] Setting up procps (2:3.3.16-1ubuntu2.3) ... [2022-02-10T19:16:02.369Z] Setting up cpp-9 (9.3.0-17ubuntu1~20.04) ... [2022-02-10T19:16:02.369Z] Setting up libc6-dev:amd64 (2.31-0ubuntu9.2) ... [2022-02-10T19:16:02.369Z] Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.3) ... [2022-02-10T19:16:02.369Z] Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ... [2022-02-10T19:16:02.369Z] Setting up binutils (2.34-6ubuntu1.3) ... [2022-02-10T19:16:02.369Z] Setting up libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... [2022-02-10T19:16:02.369Z] Setting up build-essential (12.8ubuntu1.1) ... [2022-02-10T19:16:02.369Z] Setting up gcc-9 (9.3.0-17ubuntu1~20.04) ... [2022-02-10T19:16:02.369Z] Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... [2022-02-10T19:16:02.369Z] Setting up g++-9 (9.3.0-17ubuntu1~20.04) ... [2022-02-10T19:16:02.369Z] Processing triggers for libc-bin (2.31-0ubuntu9.2) ... [2022-02-10T19:16:02.369Z] Processing triggers for systemd (245.4-4ubuntu3.15) ... [2022-02-10T19:16:02.630Z] Processing triggers for mime-support (3.64ubuntu1) ... [2022-02-10T19:16:02.630Z] Processing triggers for ca-certificates (20210119~20.04.2) ... [2022-02-10T19:16:02.630Z] Updating certificates in /etc/ssl/certs... [2022-02-10T19:16:03.201Z] 0 added, 0 removed; done. [2022-02-10T19:16:03.201Z] Running hooks in /etc/ca-certificates/update.d... [2022-02-10T19:16:03.201Z] done. [2022-02-10T19:16:04.343Z] Reading package lists... [2022-02-10T19:16:04.600Z] 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-02-10T19:16:04.610Z] Building dependency tree... [2022-02-10T19:16:04.610Z] Reading state information... [2022-02-10T19:16:04.610Z] The following NEW packages will be installed: [2022-02-10T19:16:04.610Z] apt-transport-https [2022-02-10T19:16:04.871Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2022-02-10T19:16:04.871Z] Need to get 4680 B of archives. [2022-02-10T19:16:04.871Z] After this operation, 162 kB of additional disk space will be used. [2022-02-10T19:16:04.871Z] Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4680 B] [2022-02-10T19:16:05.131Z] debconf: delaying package configuration, since apt-utils is not installed [2022-02-10T19:16:05.131Z] Fetched 4680 B in 0s (24.4 kB/s) [2022-02-10T19:16:05.131Z] Selecting previously unselected package apt-transport-https. [2022-02-10T19:16:05.131Z] (Reading database ... 14320 files and directories currently installed.) [2022-02-10T19:16:05.131Z] Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... [2022-02-10T19:16:05.131Z] Unpacking apt-transport-https (2.0.6) ... [2022-02-10T19:16:05.131Z] Setting up apt-transport-https (2.0.6) ... [2022-02-10T19:16:05.391Z] Waiting for network to be ready... [2022-02-10T19:16:10.003Z] 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-02-10T19:16:11.975Z] 2022-02-10T19:16:09Z INFO Waiting for automatic snapd restart... [2022-02-10T19:16:12.546Z] snapd 2.54.2 from Canonical* installed [2022-02-10T19:16:12.626Z] 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-02-10T19:16:12.808Z] "snapd" switched to the "latest/stable" channel [2022-02-10T19:16:12.808Z] [2022-02-10T19:16:15.383Z] core20 20220114 from Canonical* installed [2022-02-10T19:16:15.643Z] "core20" switched to the "latest/stable" channel [2022-02-10T19:16:15.643Z] [2022-02-10T19:16:16.943Z] 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-02-10T19:16:18.187Z] snapcraft 6.0.2 from Canonical* installed [2022-02-10T19:16:18.188Z] "snapcraft" switched to the "latest/stable" channel [2022-02-10T19:16:18.188Z] [2022-02-10T19:16:22.408Z] 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-02-10T19:16:22.408Z] - README.md [2022-02-10T19:16:22.408Z] [2022-02-10T19:16:22.408Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-02-10T19:16:22.993Z] Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease [2022-02-10T19:16:22.993Z] Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease [2022-02-10T19:16:23.254Z] Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [Pipeline] } [2022-02-10T19:16:23.692Z] $ docker stop --time=1 a629d8f48ca535f21a145bb9a72d3f802593f75ca514ea0f0c90782d727757e7 [2022-02-10T19:16:24.089Z] Reading package lists... [2022-02-10T19:16:24.662Z] 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-02-10T19:16:24.662Z] Reading package lists... [2022-02-10T19:16:24.922Z] Building dependency tree... [2022-02-10T19:16:24.922Z] Reading state information... [2022-02-10T19:16:25.182Z] Suggested packages: [2022-02-10T19:16:25.182Z] doc-base gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el [2022-02-10T19:16:25.182Z] git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn krb5-doc [2022-02-10T19:16:25.182Z] krb5-user libnorm-doc [2022-02-10T19:16:25.182Z] Recommended packages: [2022-02-10T19:16:25.182Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2022-02-10T19:16:25.182Z] The following NEW packages will be installed: [2022-02-10T19:16:25.182Z] comerr-dev git git-man krb5-multidev libbrotli1 libcurl3-gnutls [2022-02-10T19:16:25.182Z] liberror-perl libglib2.0-0 libgssrpc4 libkadm5clnt-mit11 libkadm5srv-mit11 [2022-02-10T19:16:25.182Z] libkdb5-9 libkrb5-dev libnghttp2-14 libnorm-dev libnorm1 libpgm-5.2-0 [2022-02-10T19:16:25.182Z] libpgm-dev libpsl5 librtmp1 libsodium-dev libsodium23 libssh-4 libzmq3-dev [2022-02-10T19:16:25.182Z] libzmq5 pkg-config zip [2022-02-10T19:16:25.182Z] 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. [2022-02-10T19:16:25.182Z] Need to get 10.3 MB of archives. [2022-02-10T19:16:25.182Z] After this operation, 56.5 MB of additional disk space will be used. [2022-02-10T19:16:25.182Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] [2022-02-10T19:16:25.444Z] Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB] [2022-02-10T19:16:25.444Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.7 [232 kB] [2022-02-10T19:16:25.444Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 git-man all 1:2.25.1-1ubuntu3.2 [884 kB] [2022-02-10T19:16:25.444Z] 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-02-10T19:16:25.444Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 git amd64 1:2.25.1-1ubuntu3.2 [4554 kB] [2022-02-10T19:16:25.444Z] Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] [2022-02-10T19:16:25.444Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] [2022-02-10T19:16:25.444Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] [2022-02-10T19:16:25.444Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] [2022-02-10T19:16:25.444Z] Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] [2022-02-10T19:16:25.444Z] Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] [2022-02-10T19:16:25.681Z] $ docker rm -f a629d8f48ca535f21a145bb9a72d3f802593f75ca514ea0f0c90782d727757e7 [2022-02-10T19:16:26.014Z] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium23 amd64 1.0.18-1 [150 kB] [2022-02-10T19:16:26.014Z] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] [2022-02-10T19:16:26.014Z] Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB] [2022-02-10T19:16:26.014Z] Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] [2022-02-10T19:16:26.014Z] Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB] [2022-02-10T19:16:26.014Z] Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] [2022-02-10T19:16:26.014Z] Get:19 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] [2022-02-10T19:16:26.014Z] Get:20 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm-dev amd64 1.5.8+dfsg2-2build1 [463 kB] [2022-02-10T19:16:26.014Z] Get:21 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] [2022-02-10T19:16:26.274Z] Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-dev amd64 5.2.122~dfsg-3ubuntu1 [189 kB] [2022-02-10T19:16:26.274Z] Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium-dev amd64 1.0.18-1 [169 kB] [2022-02-10T19:16:26.274Z] Get:24 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] [2022-02-10T19:16:26.274Z] Get:25 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq3-dev amd64 4.3.2-2ubuntu1 [455 kB] [2022-02-10T19:16:26.274Z] Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] [2022-02-10T19:16:26.274Z] Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] [2022-02-10T19:16:26.535Z] debconf: delaying package configuration, since apt-utils is not installed [2022-02-10T19:16:26.535Z] Fetched 10.3 MB in 1s (9650 kB/s) [2022-02-10T19:16:26.535Z] Selecting previously unselected package libglib2.0-0:amd64. [2022-02-10T19:16:26.535Z] (Reading database ... 14324 files and directories currently installed.) [2022-02-10T19:16:26.535Z] Preparing to unpack .../00-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ... [2022-02-10T19:16:26.535Z] Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... [2022-02-10T19:16:26.535Z] Selecting previously unselected package libsodium23:amd64. [2022-02-10T19:16:26.535Z] Preparing to unpack .../01-libsodium23_1.0.18-1_amd64.deb ... [2022-02-10T19:16:26.535Z] Unpacking libsodium23:amd64 (1.0.18-1) ... [2022-02-10T19:16:26.795Z] Selecting previously unselected package libpsl5:amd64. [2022-02-10T19:16:26.795Z] Preparing to unpack .../02-libpsl5_0.21.0-1ubuntu1_amd64.deb ... [2022-02-10T19:16:26.795Z] Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... [2022-02-10T19:16:26.795Z] Selecting previously unselected package libbrotli1:amd64. [2022-02-10T19:16:26.795Z] Preparing to unpack .../03-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... [2022-02-10T19:16:26.795Z] Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... [2022-02-10T19:16:26.795Z] Selecting previously unselected package libnghttp2-14:amd64. [2022-02-10T19:16:26.795Z] Preparing to unpack .../04-libnghttp2-14_1.40.0-1build1_amd64.deb ... [2022-02-10T19:16:26.795Z] Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ... [Pipeline] // withDockerContainer [Pipeline] } [2022-02-10T19:16:27.061Z] Selecting previously unselected package librtmp1:amd64. [2022-02-10T19:16:27.061Z] Preparing to unpack .../05-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... [2022-02-10T19:16:27.061Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... [2022-02-10T19:16:27.061Z] Selecting previously unselected package libssh-4:amd64. [2022-02-10T19:16:27.061Z] Preparing to unpack .../06-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ... [2022-02-10T19:16:27.061Z] Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ... [2022-02-10T19:16:27.061Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2022-02-10T19:16:27.061Z] Preparing to unpack .../07-libcurl3-gnutls_7.68.0-1ubuntu2.7_amd64.deb ... [2022-02-10T19:16:27.061Z] Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... [2022-02-10T19:16:27.061Z] Selecting previously unselected package liberror-perl. [2022-02-10T19:16:27.061Z] Preparing to unpack .../08-liberror-perl_0.17029-1_all.deb ... [2022-02-10T19:16:27.061Z] Unpacking liberror-perl (0.17029-1) ... [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2022-02-10T19:16:27.321Z] Selecting previously unselected package git-man. [2022-02-10T19:16:27.321Z] Preparing to unpack .../09-git-man_1%3a2.25.1-1ubuntu3.2_all.deb ... [2022-02-10T19:16:27.321Z] Unpacking git-man (1:2.25.1-1ubuntu3.2) ... [2022-02-10T19:16:27.321Z] Selecting previously unselected package git. [2022-02-10T19:16:27.321Z] Preparing to unpack .../10-git_1%3a2.25.1-1ubuntu3.2_amd64.deb ... [2022-02-10T19:16:27.321Z] Unpacking git (1:2.25.1-1ubuntu3.2) ... [Pipeline] isUnix [Pipeline] sh [2022-02-10T19:16:27.666Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-02-10T19:16:27.666Z] [2022-02-10T19:16:27.666Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-02-10T19:16:27.896Z] Selecting previously unselected package libgssrpc4:amd64. [2022-02-10T19:16:27.896Z] Preparing to unpack .../11-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... [2022-02-10T19:16:27.896Z] Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... [2022-02-10T19:16:27.896Z] Selecting previously unselected package libkdb5-9:amd64. [2022-02-10T19:16:27.896Z] Preparing to unpack .../12-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... [2022-02-10T19:16:27.896Z] Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... [2022-02-10T19:16:27.896Z] Selecting previously unselected package libkadm5srv-mit11:amd64. [2022-02-10T19:16:28.046Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-02-10T19:16:28.157Z] Preparing to unpack .../13-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... [2022-02-10T19:16:28.157Z] Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-02-10T19:16:28.157Z] Selecting previously unselected package libkadm5clnt-mit11:amd64. [2022-02-10T19:16:28.157Z] Preparing to unpack .../14-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... [2022-02-10T19:16:28.157Z] Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-02-10T19:16:28.157Z] Selecting previously unselected package comerr-dev:amd64. [2022-02-10T19:16:28.157Z] Preparing to unpack .../15-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... [2022-02-10T19:16:28.157Z] Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... [2022-02-10T19:16:28.157Z] Selecting previously unselected package krb5-multidev:amd64. [2022-02-10T19:16:28.157Z] Preparing to unpack .../16-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... [2022-02-10T19:16:28.157Z] Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... [2022-02-10T19:16:28.157Z] Selecting previously unselected package libnorm1:amd64. [2022-02-10T19:16:28.157Z] Preparing to unpack .../17-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... [2022-02-10T19:16:28.157Z] Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... [2022-02-10T19:16:28.318Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-02-10T19:16:28.318Z] 29e5d40040c1: Pulling fs layer [2022-02-10T19:16:28.318Z] 1ce36da41761: Pulling fs layer [2022-02-10T19:16:28.318Z] 25b303627fd3: Pulling fs layer [2022-02-10T19:16:28.318Z] 29e5d40040c1: Verifying Checksum [2022-02-10T19:16:28.318Z] 29e5d40040c1: Download complete [2022-02-10T19:16:28.420Z] Selecting previously unselected package libnorm-dev:amd64. [2022-02-10T19:16:28.420Z] Preparing to unpack .../18-libnorm-dev_1.5.8+dfsg2-2build1_amd64.deb ... [2022-02-10T19:16:28.420Z] Unpacking libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... [2022-02-10T19:16:28.420Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2022-02-10T19:16:28.420Z] Preparing to unpack .../19-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... [2022-02-10T19:16:28.420Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-02-10T19:16:28.420Z] Selecting previously unselected package libpgm-dev:amd64. [2022-02-10T19:16:28.420Z] Preparing to unpack .../20-libpgm-dev_5.2.122~dfsg-3ubuntu1_amd64.deb ... [2022-02-10T19:16:28.420Z] Unpacking libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-02-10T19:16:28.594Z] 1ce36da41761: Verifying Checksum [2022-02-10T19:16:28.594Z] 1ce36da41761: Download complete [2022-02-10T19:16:28.681Z] Selecting previously unselected package libsodium-dev:amd64. [2022-02-10T19:16:28.681Z] Preparing to unpack .../21-libsodium-dev_1.0.18-1_amd64.deb ... [2022-02-10T19:16:28.681Z] Unpacking libsodium-dev:amd64 (1.0.18-1) ... [2022-02-10T19:16:28.681Z] Selecting previously unselected package libzmq5:amd64. [2022-02-10T19:16:28.682Z] Preparing to unpack .../22-libzmq5_4.3.2-2ubuntu1_amd64.deb ... [2022-02-10T19:16:28.682Z] Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... [2022-02-10T19:16:28.682Z] Selecting previously unselected package libkrb5-dev:amd64. [2022-02-10T19:16:28.682Z] Preparing to unpack .../23-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... [2022-02-10T19:16:28.682Z] Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... [2022-02-10T19:16:28.682Z] Selecting previously unselected package libzmq3-dev:amd64. [2022-02-10T19:16:28.682Z] Preparing to unpack .../24-libzmq3-dev_4.3.2-2ubuntu1_amd64.deb ... [2022-02-10T19:16:28.682Z] Unpacking libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... [2022-02-10T19:16:28.868Z] 29e5d40040c1: Pull complete [2022-02-10T19:16:28.943Z] Selecting previously unselected package pkg-config. [2022-02-10T19:16:28.944Z] Preparing to unpack .../25-pkg-config_0.29.1-0ubuntu4_amd64.deb ... [2022-02-10T19:16:28.944Z] Unpacking pkg-config (0.29.1-0ubuntu4) ... [2022-02-10T19:16:28.944Z] Selecting previously unselected package zip. [2022-02-10T19:16:28.944Z] Preparing to unpack .../26-zip_3.0-11build1_amd64.deb ... [2022-02-10T19:16:28.944Z] Unpacking zip (3.0-11build1) ... [2022-02-10T19:16:28.944Z] Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... [2022-02-10T19:16:28.944Z] Setting up libsodium23:amd64 (1.0.18-1) ... [2022-02-10T19:16:28.944Z] Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... [2022-02-10T19:16:28.944Z] No schema files found: doing nothing. [2022-02-10T19:16:28.944Z] Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... [2022-02-10T19:16:28.944Z] Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... [2022-02-10T19:16:28.944Z] Setting up libnghttp2-14:amd64 (1.40.0-1build1) ... [2022-02-10T19:16:28.944Z] Setting up libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... [2022-02-10T19:16:28.944Z] Setting up liberror-perl (0.17029-1) ... [2022-02-10T19:16:28.944Z] Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... [2022-02-10T19:16:28.944Z] Setting up zip (3.0-11build1) ... [2022-02-10T19:16:29.206Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... [2022-02-10T19:16:29.206Z] Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... [2022-02-10T19:16:29.206Z] Setting up pkg-config (0.29.1-0ubuntu4) ... [2022-02-10T19:16:29.206Z] Setting up libsodium-dev:amd64 (1.0.18-1) ... [2022-02-10T19:16:29.206Z] Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ... [2022-02-10T19:16:29.206Z] Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... [2022-02-10T19:16:29.206Z] Setting up git-man (1:2.25.1-1ubuntu3.2) ... [2022-02-10T19:16:29.206Z] Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-02-10T19:16:29.206Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-02-10T19:16:29.206Z] Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-02-10T19:16:29.206Z] Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... [2022-02-10T19:16:29.206Z] Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... [2022-02-10T19:16:29.206Z] Setting up libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-02-10T19:16:29.206Z] Setting up git (1:2.25.1-1ubuntu3.2) ... [2022-02-10T19:16:29.206Z] Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... [2022-02-10T19:16:29.206Z] Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... [2022-02-10T19:16:29.206Z] Setting up libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... [2022-02-10T19:16:29.206Z] Processing triggers for libc-bin (2.31-0ubuntu9.2) ... [2022-02-10T19:16:29.776Z] comerr-dev set to automatically installed. [2022-02-10T19:16:29.776Z] git set to automatically installed. [2022-02-10T19:16:29.776Z] git-man set to automatically installed. [2022-02-10T19:16:29.776Z] krb5-multidev set to automatically installed. [2022-02-10T19:16:29.776Z] libbrotli1 set to automatically installed. [2022-02-10T19:16:29.776Z] libcurl3-gnutls set to automatically installed. [2022-02-10T19:16:29.776Z] liberror-perl set to automatically installed. [2022-02-10T19:16:29.776Z] libglib2.0-0 set to automatically installed. [2022-02-10T19:16:29.776Z] libgssrpc4 set to automatically installed. [2022-02-10T19:16:29.776Z] libkadm5clnt-mit11 set to automatically installed. [2022-02-10T19:16:29.776Z] libkadm5srv-mit11 set to automatically installed. [2022-02-10T19:16:29.776Z] libkdb5-9 set to automatically installed. [2022-02-10T19:16:29.776Z] libkrb5-dev set to automatically installed. [2022-02-10T19:16:29.776Z] libnghttp2-14 set to automatically installed. [2022-02-10T19:16:29.776Z] libnorm-dev set to automatically installed. [2022-02-10T19:16:29.776Z] libnorm1 set to automatically installed. [2022-02-10T19:16:29.776Z] libpgm-5.2-0 set to automatically installed. [2022-02-10T19:16:29.776Z] libpgm-dev set to automatically installed. [2022-02-10T19:16:29.776Z] libpsl5 set to automatically installed. [2022-02-10T19:16:29.776Z] librtmp1 set to automatically installed. [2022-02-10T19:16:29.776Z] libsodium-dev set to automatically installed. [2022-02-10T19:16:29.776Z] libsodium23 set to automatically installed. [2022-02-10T19:16:29.776Z] libssh-4 set to automatically installed. [2022-02-10T19:16:29.776Z] libzmq3-dev set to automatically installed. [2022-02-10T19:16:29.776Z] libzmq5 set to automatically installed. [2022-02-10T19:16:29.776Z] pkg-config set to automatically installed. [2022-02-10T19:16:29.776Z] zip set to automatically installed. [2022-02-10T19:16:30.298Z] 25b303627fd3: Verifying Checksum [2022-02-10T19:16:30.298Z] 25b303627fd3: Download complete [2022-02-10T19:16:30.298Z] 1ce36da41761: Pull complete [2022-02-10T19:16:30.717Z] snapd is not logged in, snap install commands will use sudo [2022-02-10T19:16:40.437Z] 25b303627fd3: Pull complete [2022-02-10T19:16:40.437Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-02-10T19:16:40.437Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-02-10T19:16:40.437Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-02-10T19:16:40.660Z] prd-ubuntu18.04-docker-arm64-4c-16g-5006 does not seem to be running inside a container [2022-02-10T19:16:40.762Z] $ 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-02-10T19:16:43.191Z] $ docker top 4cd0b0b44e01bbbf78d66411996a55c7ff0ee0ed6c3813bdaf45e5e83921c45d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-02-10T19:16:44.132Z] + grep parallel [2022-02-10T19:16:44.132Z] + docker-compose build --help [2022-02-10T19:16:45.630Z] go (1.17/stable) 1.17.6 from Michael Hudson-Doyle (mwhudson) installed [2022-02-10T19:16:45.631Z] Downloading snap 'edgex-app-service-configurable' [2022-02-10T19:16:47.542Z] Pulling app-service-configurable [2022-02-10T19:16:47.542Z] + snapcraftctl pull [2022-02-10T19:16:48.422Z] --parallel Build images in parallel. [Pipeline] } [2022-02-10T19:16:48.465Z] $ docker stop --time=1 4cd0b0b44e01bbbf78d66411996a55c7ff0ee0ed6c3813bdaf45e5e83921c45d [2022-02-10T19:16:48.923Z] Pulling config-common [2022-02-10T19:16:48.923Z] + snapcraftctl pull [2022-02-10T19:16:50.083Z] $ docker rm -f 4cd0b0b44e01bbbf78d66411996a55c7ff0ee0ed6c3813bdaf45e5e83921c45d [2022-02-10T19:16:50.307Z] Pulling go-build-helper [2022-02-10T19:16:50.307Z] + snapcraftctl pull [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-02-10T19:16:50.848Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-02-10T19:16:50.848Z] . [Pipeline] withDockerContainer [2022-02-10T19:16:51.053Z] prd-ubuntu18.04-docker-arm64-4c-16g-5006 does not seem to be running inside a container [2022-02-10T19:16:51.132Z] $ 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-02-10T19:16:52.252Z] $ docker top 2f04be476c1493d7097819df4bd8ca006449c2a2c753199d3a6d57a712c0e003 -eo pid,comm [2022-02-10T19:16:52.286Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2022-02-10T19:16:52.286Z] Skipping pull go-build-helper (already ran) [2022-02-10T19:16:52.286Z] Building go-build-helper [2022-02-10T19:16:52.286Z] + snapcraftctl build [Pipeline] { [Pipeline] sh [2022-02-10T19:16:52.899Z] + cp --archive --link --no-dereference . /root/parts/go-build-helper/install [2022-02-10T19:16:53.211Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-02-10T19:16:53.901Z] Staging go-build-helper [2022-02-10T19:16:53.901Z] + snapcraftctl stage [2022-02-10T19:16:56.570Z] Building core-command ... [2022-02-10T19:16:56.570Z] Building core-data ... [2022-02-10T19:16:56.570Z] Building core-metadata ... [2022-02-10T19:16:56.570Z] Building security-bootstrapper ... [2022-02-10T19:16:56.570Z] Building security-proxy-setup ... [2022-02-10T19:16:56.570Z] Building security-secretstore-setup ... [2022-02-10T19:16:56.570Z] Building support-notifications ... [2022-02-10T19:16:56.570Z] Building support-scheduler ... [2022-02-10T19:16:56.570Z] Building sys-mgmt-agent ... [2022-02-10T19:16:56.570Z] Building core-command [2022-02-10T19:16:56.570Z] Building core-data [2022-02-10T19:16:56.570Z] Building security-secretstore-setup [2022-02-10T19:16:56.570Z] Building security-proxy-setup [2022-02-10T19:16:56.570Z] Building sys-mgmt-agent [2022-02-10T19:16:59.193Z] Get:1 libnorm1_1.5.8+dfsg2-2build1_amd64.deb [290 kB] [2022-02-10T19:16:59.193Z] Fetched 290 kB in 0s (0 B/s) [2022-02-10T19:16:59.193Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb [158 kB] [2022-02-10T19:16:59.193Z] Fetched 158 kB in 0s (0 B/s) [2022-02-10T19:16:59.193Z] Get:1 libzmq5_4.3.2-2ubuntu1_amd64.deb [242 kB] [2022-02-10T19:16:59.193Z] Fetched 242 kB in 0s (0 B/s) [2022-02-10T19:16:59.193Z] Get:1 libsodium23_1.0.18-1_amd64.deb [150 kB] [2022-02-10T19:16:59.193Z] Fetched 150 kB in 0s (0 B/s) [2022-02-10T19:16:59.193Z] Pulling edgex-go [2022-02-10T19:16:59.193Z] + snapcraftctl pull [2022-02-10T19:17:00.576Z] Pulling hooks [2022-02-10T19:17:00.576Z] + snapcraftctl pull [2022-02-10T19:17:18.700Z] Removing suid/guid from /root/parts/static-packages/install/bin/su [2022-02-10T19:17:18.700Z] Get:1 libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [96.1 kB] [2022-02-10T19:17:18.700Z] Fetched 96.1 kB in 0s (0 B/s) [2022-02-10T19:17:18.700Z] Get:1 libnghttp2-14_1.40.0-1build1_amd64.deb [78.7 kB] [2022-02-10T19:17:18.700Z] Fetched 78.7 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Get:1 libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [48.0 kB] [2022-02-10T19:17:18.701Z] Fetched 48.0 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Get:1 jq_1.6-1ubuntu0.20.04.1_amd64.deb [50.2 kB] [2022-02-10T19:17:18.701Z] Fetched 50.2 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Get:1 libsasl2-modules-db_2.1.27+dfsg-2_amd64.deb [14.9 kB] [2022-02-10T19:17:18.701Z] Fetched 14.9 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Get:1 libcurl4_7.68.0-1ubuntu2.7_amd64.deb [234 kB] [2022-02-10T19:17:18.701Z] Fetched 234 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Get:1 libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb [155 kB] [2022-02-10T19:17:18.701Z] Fetched 155 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Get:1 libssh-4_0.9.3-2ubuntu2.2_amd64.deb [170 kB] [2022-02-10T19:17:18.701Z] Fetched 170 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Get:1 libbrotli1_1.0.7-6ubuntu0.1_amd64.deb [267 kB] [2022-02-10T19:17:18.701Z] Fetched 267 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2022-02-10T19:17:18.701Z] Fetched 50.6 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Get:1 libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [15.1 kB] [2022-02-10T19:17:18.701Z] Fetched 15.1 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Get:1 libpsl5_0.21.0-1ubuntu1_amd64.deb [51.5 kB] [2022-02-10T19:17:18.701Z] Fetched 51.5 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Get:1 libjq1_1.6-1ubuntu0.20.04.1_amd64.deb [121 kB] [2022-02-10T19:17:18.701Z] Fetched 121 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Get:1 libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [29.7 kB] [2022-02-10T19:17:18.701Z] Fetched 29.7 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Get:1 util-linux_2.34-0.1ubuntu9.3_amd64.deb [1021 kB] [2022-02-10T19:17:18.701Z] Fetched 1021 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Get:1 libsasl2-2_2.1.27+dfsg-2_amd64.deb [49.3 kB] [2022-02-10T19:17:18.701Z] Fetched 49.3 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb [54.9 kB] [2022-02-10T19:17:18.701Z] Fetched 54.9 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Get:1 libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb [16.6 kB] [2022-02-10T19:17:18.701Z] Fetched 16.6 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Get:1 libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [87.9 kB] [2022-02-10T19:17:18.701Z] Fetched 87.9 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Get:1 libonig5_6.9.4-1_amd64.deb [142 kB] [2022-02-10T19:17:18.701Z] Fetched 142 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Get:1 libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [41.8 kB] [2022-02-10T19:17:18.701Z] Fetched 41.8 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Get:1 libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [181 kB] [2022-02-10T19:17:18.701Z] Fetched 181 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Get:1 libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [208 kB] [2022-02-10T19:17:18.701Z] Fetched 208 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Get:1 curl_7.68.0-1ubuntu2.7_amd64.deb [161 kB] [2022-02-10T19:17:18.701Z] Fetched 161 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Get:1 libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [107 kB] [2022-02-10T19:17:18.701Z] Fetched 107 kB in 0s (0 B/s) [2022-02-10T19:17:18.701Z] Pulling static-packages [2022-02-10T19:17:18.701Z] + snapcraftctl pull [2022-02-10T19:17:19.642Z] Pulling version [2022-02-10T19:17:19.642Z] + cd /root/project [2022-02-10T19:17:19.642Z] ++ git describe --tags --abbrev=0 [2022-02-10T19:17:19.642Z] ++ sed s/v// [2022-02-10T19:17:19.642Z] + GIT_VERSION=2.2.0-dev.28 [2022-02-10T19:17:19.642Z] + '[' -z 2.2.0-dev.28 ']' [2022-02-10T19:17:19.642Z] + snapcraftctl set-version 2.2.0-dev.28 [2022-02-10T19:17:21.551Z] Building app-service-configurable [2022-02-10T19:17:21.551Z] + snapcraftctl build [2022-02-10T19:17:23.463Z] Building config-common [2022-02-10T19:17:23.463Z] + snapcraftctl build [2022-02-10T19:17:24.405Z] + cp --archive --link --no-dereference . /root/parts/config-common/install [2022-02-10T19:17:25.345Z] Skipping build go-build-helper (already ran) [2022-02-10T19:17:25.345Z] Building edgex-go [2022-02-10T19:17:25.605Z] + cd /root/parts/edgex-go/src [2022-02-10T19:17:25.605Z] ++ git describe --tags --abbrev=0 [2022-02-10T19:17:25.605Z] ++ sed s/v// [2022-02-10T19:17:25.605Z] + GIT_VERSION=2.2.0-dev.28 [2022-02-10T19:17:25.605Z] + '[' -z 2.2.0-dev.28 ']' [2022-02-10T19:17:25.605Z] + echo 2.2.0-dev.28 [2022-02-10T19:17:25.605Z] + '[' '!' -d vendor ']' [2022-02-10T19:17:25.605Z] + go mod download all [2022-02-10T19:17:32.217Z] + make build [2022-02-10T19:17:32.217Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o cmd/core-data/core-data ./cmd/core-data [2022-02-10T19:17:42.200Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-02-10T19:17:47.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o cmd/core-command/core-command ./cmd/core-command [2022-02-10T19:17:47.733Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-02-10T19:17:49.111Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-02-10T19:17:49.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-02-10T19:17:50.314Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-02-10T19:17:51.698Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-02-10T19:17:53.085Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-02-10T19:17:54.028Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-02-10T19:17:54.966Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o ./cmd/secrets-config ./cmd/secrets-config [2022-02-10T19:17:55.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.28" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-02-10T19:17:57.814Z] + 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-02-10T19:17:57.814Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2022-02-10T19:17:57.814Z] + case "$service" in [2022-02-10T19:17:57.814Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2022-02-10T19:17:57.814Z] + 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-02-10T19:17:57.814Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2022-02-10T19:17:57.814Z] + case "$service" in [2022-02-10T19:17:57.814Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2022-02-10T19:17:57.814Z] + 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-02-10T19:17:57.814Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2022-02-10T19:17:57.814Z] + case "$service" in [2022-02-10T19:17:57.814Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2022-02-10T19:17:57.814Z] + 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-02-10T19:17:57.814Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2022-02-10T19:17:57.814Z] + case "$service" in [2022-02-10T19:17:57.814Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2022-02-10T19:17:57.814Z] + 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-02-10T19:17:57.814Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2022-02-10T19:17:57.814Z] + case "$service" in [2022-02-10T19:17:57.814Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2022-02-10T19:17:57.814Z] + 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-02-10T19:17:57.814Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2022-02-10T19:17:57.814Z] + case "$service" in [2022-02-10T19:17:57.814Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2022-02-10T19:17:57.814Z] + 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-02-10T19:17:57.814Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2022-02-10T19:17:57.814Z] + case "$service" in [2022-02-10T19:17:57.814Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2022-02-10T19:17:57.814Z] + 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-02-10T19:17:57.814Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2022-02-10T19:17:57.814Z] + case "$service" in [2022-02-10T19:17:57.814Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2022-02-10T19:17:57.814Z] + 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-02-10T19:17:57.814Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2022-02-10T19:17:57.814Z] + case "$service" in [2022-02-10T19:17:57.814Z] + 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-02-10T19:17:57.814Z] + 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-02-10T19:17:57.814Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2022-02-10T19:17:57.814Z] + case "$service" in [2022-02-10T19:17:57.814Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2022-02-10T19:17:57.814Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2022-02-10T19:17:57.814Z] + 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-02-10T19:17:57.814Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2022-02-10T19:17:57.814Z] + case "$service" in [2022-02-10T19:17:57.814Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2022-02-10T19:17:57.814Z] + 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-02-10T19:17:57.814Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2022-02-10T19:17:57.814Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2022-02-10T19:17:57.814Z] + 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-02-10T19:17:58.384Z] Building hooks [2022-02-10T19:17:58.384Z] + cd /root/parts/hooks/src [2022-02-10T19:17:58.384Z] + make build [2022-02-10T19:17:58.384Z] go mod tidy [2022-02-10T19:17:58.644Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.1.3 [2022-02-10T19:17:58.904Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2022-02-10T19:17:58.904Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2022-02-10T19:17:58.904Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2022-02-10T19:17:59.850Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2022-02-10T19:18:00.422Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2022-02-10T19:18:00.422Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2022-02-10T19:18:02.334Z] Removing suid/guid from /root/parts/static-packages/install/bin/su [2022-02-10T19:18:02.334Z] Building static-packages [2022-02-10T19:18:02.334Z] + snapcraftctl build [2022-02-10T19:18:04.541Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-02-10T19:18:04.542Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-02-10T19:18:04.542Z] ---> 15a4b6db9fc9 [2022-02-10T19:18:04.542Z] Step 3/23 : WORKDIR /edgex-go [2022-02-10T19:18:04.542Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-02-10T19:18:04.542Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-02-10T19:18:04.542Z] ---> 15a4b6db9fc9 [2022-02-10T19:18:04.542Z] Step 3/23 : WORKDIR /edgex-go [2022-02-10T19:18:04.542Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-02-10T19:18:04.542Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-02-10T19:18:04.542Z] ---> 15a4b6db9fc9 [2022-02-10T19:18:04.542Z] Step 3/25 : WORKDIR /edgex-go [2022-02-10T19:18:04.542Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-02-10T19:18:04.542Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-02-10T19:18:04.542Z] ---> 15a4b6db9fc9 [2022-02-10T19:18:04.542Z] Step 3/23 : WORKDIR /edgex-go [2022-02-10T19:18:04.542Z] Step 1/21 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-02-10T19:18:04.542Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-02-10T19:18:04.542Z] ---> 15a4b6db9fc9 [2022-02-10T19:18:04.542Z] Step 3/21 : WORKDIR /edgex-go [2022-02-10T19:18:04.542Z] ---> Running in 36b2a90a29db [2022-02-10T19:18:04.542Z] ---> Running in f64f7fd5092d [2022-02-10T19:18:04.542Z] ---> Running in 76e5b368cd9f [2022-02-10T19:18:04.542Z] ---> Running in 6778800d2bac [2022-02-10T19:18:04.542Z] ---> Running in 79cb2535427f [2022-02-10T19:18:04.542Z] Removing intermediate container f64f7fd5092d [2022-02-10T19:18:04.542Z] ---> caca1d79d330 [2022-02-10T19:18:04.542Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-10T19:18:04.542Z] Removing intermediate container 79cb2535427f [2022-02-10T19:18:04.542Z] ---> 674eda08be06 [2022-02-10T19:18:04.542Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-10T19:18:04.542Z] Removing intermediate container 36b2a90a29db [2022-02-10T19:18:04.542Z] ---> 98f1dc9d31ee [2022-02-10T19:18:04.542Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-10T19:18:04.542Z] Removing intermediate container 76e5b368cd9f [2022-02-10T19:18:04.542Z] Removing intermediate container 6778800d2bac [2022-02-10T19:18:04.542Z] ---> 5b45b1fa6e54 [2022-02-10T19:18:04.542Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-10T19:18:04.542Z] ---> 42b0bcb5105e [2022-02-10T19:18:04.542Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-10T19:18:04.542Z] ---> Running in 3aeb881f7e79 [2022-02-10T19:18:04.542Z] ---> Running in 93bfb7c87be7 [2022-02-10T19:18:04.542Z] ---> Running in 332d423ea1c1 [2022-02-10T19:18:04.542Z] ---> Running in 30748331318d [2022-02-10T19:18:04.542Z] ---> Running in 07691b431345 [2022-02-10T19:18:04.875Z] Building version [2022-02-10T19:18:04.875Z] + snapcraftctl build [2022-02-10T19:18:06.518Z] Removing intermediate container 3aeb881f7e79 [2022-02-10T19:18:06.518Z] ---> 03b8f69cf2fe [2022-02-10T19:18:06.518Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-02-10T19:18:06.786Z] Staging app-service-configurable [2022-02-10T19:18:06.786Z] + snapcraftctl stage [2022-02-10T19:18:06.797Z] ---> Running in 36cb962d3f06 [2022-02-10T19:18:07.069Z] Removing intermediate container 93bfb7c87be7 [2022-02-10T19:18:07.069Z] ---> 0f6ff9be5220 [2022-02-10T19:18:07.069Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-02-10T19:18:07.069Z] ---> Running in 06dcd9716f0f [2022-02-10T19:18:07.350Z] Removing intermediate container 30748331318d [2022-02-10T19:18:07.350Z] ---> fee205428ca2 [2022-02-10T19:18:07.350Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-02-10T19:18:07.350Z] Removing intermediate container 07691b431345 [2022-02-10T19:18:07.350Z] ---> a2c515b5288e [2022-02-10T19:18:07.350Z] Step 5/21 : RUN apk add --update --no-cache make git [2022-02-10T19:18:07.350Z] Removing intermediate container 332d423ea1c1 [2022-02-10T19:18:07.350Z] ---> 3d30c277c103 [2022-02-10T19:18:07.350Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-02-10T19:18:07.350Z] ---> Running in 75c6d85db31c [2022-02-10T19:18:07.350Z] ---> Running in 0f753739b986 [2022-02-10T19:18:07.631Z] ---> Running in 24b34981f215 [2022-02-10T19:18:07.727Z] Staging config-common [2022-02-10T19:18:07.727Z] + snapcraftctl stage [2022-02-10T19:18:08.612Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-02-10T19:18:08.612Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-02-10T19:18:09.107Z] Skipping stage go-build-helper (already ran) [2022-02-10T19:18:09.107Z] Staging edgex-go [2022-02-10T19:18:09.107Z] + snapcraftctl stage [2022-02-10T19:18:09.222Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-02-10T19:18:09.222Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-02-10T19:18:09.520Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-02-10T19:18:09.520Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-02-10T19:18:09.812Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-02-10T19:18:10.282Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-02-10T19:18:10.282Z] OK: 220 MiB in 52 packages [2022-02-10T19:18:10.282Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-02-10T19:18:10.282Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-02-10T19:18:10.561Z] Staging hooks [2022-02-10T19:18:10.561Z] + snapcraftctl stage [2022-02-10T19:18:11.306Z] OK: 220 MiB in 52 packages [2022-02-10T19:18:11.580Z] Removing intermediate container 36cb962d3f06 [2022-02-10T19:18:11.580Z] ---> 72ecb234dd1c [2022-02-10T19:18:11.580Z] Step 6/25 : COPY go.mod vendor* ./ [2022-02-10T19:18:11.852Z] OK: 220 MiB in 52 packages [2022-02-10T19:18:11.852Z] OK: 220 MiB in 52 packages [2022-02-10T19:18:11.940Z] Staging static-packages [2022-02-10T19:18:11.940Z] + snapcraftctl stage [2022-02-10T19:18:12.136Z] OK: 220 MiB in 52 packages [2022-02-10T19:18:12.410Z] Removing intermediate container 06dcd9716f0f [2022-02-10T19:18:12.410Z] ---> 124e4816e5e2 [2022-02-10T19:18:12.410Z] Step 6/23 : COPY go.mod vendor* ./ [2022-02-10T19:18:13.005Z] ---> 324d2fb989ef [2022-02-10T19:18:13.005Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-10T19:18:13.282Z] ---> Running in 259ca05ad876 [2022-02-10T19:18:13.282Z] Removing intermediate container 75c6d85db31c [2022-02-10T19:18:13.282Z] ---> 98a05b7ba4b7 [2022-02-10T19:18:13.282Z] Step 6/21 : COPY go.mod vendor* ./ [2022-02-10T19:18:13.335Z] Staging version [2022-02-10T19:18:13.335Z] + snapcraftctl stage [2022-02-10T19:18:13.554Z] Removing intermediate container 0f753739b986 [2022-02-10T19:18:13.554Z] ---> 1d5dc0c3f58d [2022-02-10T19:18:13.554Z] Step 6/23 : COPY go.mod vendor* ./ [2022-02-10T19:18:13.554Z] Removing intermediate container 24b34981f215 [2022-02-10T19:18:13.554Z] ---> 8ca716ec154f [2022-02-10T19:18:13.554Z] Step 6/23 : COPY go.mod vendor* ./ [2022-02-10T19:18:13.554Z] ---> a4c144127e68 [2022-02-10T19:18:13.554Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-10T19:18:13.829Z] ---> Running in d5197c390601 [2022-02-10T19:18:14.718Z] Priming app-service-configurable [2022-02-10T19:18:14.718Z] + snapcraftctl prime [2022-02-10T19:18:14.803Z] ---> 6fe946b72e16 [2022-02-10T19:18:14.804Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-10T19:18:14.804Z] ---> ef50bc3d08f9 [2022-02-10T19:18:14.804Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-10T19:18:14.804Z] ---> Running in 705a1cc5f269 [2022-02-10T19:18:14.804Z] ---> Running in 6f7b47acbf87 [2022-02-10T19:18:14.804Z] ---> 31d601de36e2 [2022-02-10T19:18:14.804Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-10T19:18:15.078Z] ---> Running in 258e4a432ebf [2022-02-10T19:18:17.258Z] 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-02-10T19:18:17.258Z] stage-packages: [2022-02-10T19:18:17.258Z] - libnorm1 [2022-02-10T19:18:17.258Z] - libpgm-5.2-0 [2022-02-10T19:18:17.258Z] - libsodium23 [2022-02-10T19:18:17.258Z] - libzmq5 [2022-02-10T19:18:17.518Z] Priming config-common [2022-02-10T19:18:17.518Z] + snapcraftctl prime [2022-02-10T19:18:17.724Z] Removing intermediate container 259ca05ad876 [2022-02-10T19:18:17.724Z] ---> 541994beb0fb [2022-02-10T19:18:17.724Z] Step 8/25 : COPY . . [2022-02-10T19:18:18.904Z] Priming go-build-helper [2022-02-10T19:18:18.904Z] + snapcraftctl prime [2022-02-10T19:18:19.178Z] Removing intermediate container d5197c390601 [2022-02-10T19:18:19.178Z] ---> 9a270ada4383 [2022-02-10T19:18:19.178Z] Step 8/23 : COPY . . [2022-02-10T19:18:20.339Z] Priming edgex-go [2022-02-10T19:18:20.339Z] + snapcraftctl prime [2022-02-10T19:18:21.758Z] Priming hooks [2022-02-10T19:18:21.758Z] + snapcraftctl prime [2022-02-10T19:18:21.826Z] Removing intermediate container 705a1cc5f269 [2022-02-10T19:18:21.826Z] ---> 3e327d6bacd4 [2022-02-10T19:18:21.826Z] Step 8/21 : COPY . . [2022-02-10T19:18:21.826Z] Removing intermediate container 6f7b47acbf87 [2022-02-10T19:18:21.826Z] ---> c8d21921821f [2022-02-10T19:18:21.826Z] Step 8/23 : COPY . . [2022-02-10T19:18:21.826Z] Removing intermediate container 258e4a432ebf [2022-02-10T19:18:21.826Z] ---> 0341dcf206b2 [2022-02-10T19:18:21.826Z] Step 8/23 : COPY . . [2022-02-10T19:18:23.141Z] Priming static-packages [2022-02-10T19:18:23.141Z] + snapcraftctl prime [2022-02-10T19:18:28.423Z] Priming version [2022-02-10T19:18:28.423Z] + snapcraftctl prime [2022-02-10T19:18:29.808Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-02-10T19:18:43.969Z] ---> a2521a1a7f2c [2022-02-10T19:18:43.969Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-02-10T19:18:43.969Z] ---> Running in e8bbd51d7208 [2022-02-10T19:18:43.969Z] ---> eaeabd56d611 [2022-02-10T19:18:43.969Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-02-10T19:18:43.969Z] ---> Running in 930a9cc6bc92 [2022-02-10T19:18:43.969Z] 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-02-10T19:18:43.969Z] 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-02-10T19:18:43.969Z] ---> 1ac6554301c2 [2022-02-10T19:18:43.969Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-02-10T19:18:43.969Z] ---> Running in f5d4c85c39cb [2022-02-10T19:18:44.242Z] ---> dba9420ba98b [2022-02-10T19:18:44.242Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-02-10T19:18:44.514Z] ---> Running in 53a179189ba2 [2022-02-10T19:18:44.788Z] ---> 8806e5958864 [2022-02-10T19:18:44.788Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-02-10T19:18:45.060Z] ---> Running in 1740bbb8c374 [2022-02-10T19:18:46.054Z] 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-02-10T19:18:46.677Z] 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-02-10T19:18:47.280Z] 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-02-10T19:20:54.105Z] 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-02-10T19:20:55.541Z] 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-02-10T19:21:03.830Z] Removing intermediate container 930a9cc6bc92 [2022-02-10T19:21:03.830Z] ---> d8db9402943e [2022-02-10T19:21:03.830Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-02-10T19:21:03.830Z] ---> Running in e9be6ed88f56 [2022-02-10T19:21:05.261Z] 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-02-10T19:21:07.248Z] Removing intermediate container 53a179189ba2 [2022-02-10T19:21:07.248Z] ---> dad9798f9655 [2022-02-10T19:21:07.248Z] [2022-02-10T19:21:07.248Z] Step 10/23 : FROM alpine:3.14 [2022-02-10T19:21:07.523Z] 3.14: Pulling from library/alpine [2022-02-10T19:21:10.152Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-02-10T19:21:10.152Z] Status: Downloaded newer image for alpine:3.14 [2022-02-10T19:21:10.152Z] ---> 5b8b7b635229 [2022-02-10T19:21:10.152Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-02-10T19:21:10.152Z] ---> Running in b5d37feb03f1 [2022-02-10T19:21:11.598Z] Removing intermediate container e9be6ed88f56 [2022-02-10T19:21:11.599Z] ---> 05cbc8dae164 [2022-02-10T19:21:11.599Z] [2022-02-10T19:21:11.599Z] Step 11/23 : FROM docker:20.10.10 [2022-02-10T19:21:11.599Z] 20.10.10: Pulling from library/docker [2022-02-10T19:21:12.202Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-02-10T19:21:12.478Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-02-10T19:21:13.462Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-02-10T19:21:13.462Z] Executing busybox-1.33.1-r6.trigger [2022-02-10T19:21:13.462Z] OK: 6 MiB in 15 packages [2022-02-10T19:21:13.740Z] Removing intermediate container e8bbd51d7208 [2022-02-10T19:21:13.740Z] ---> 685814fd5e59 [2022-02-10T19:21:13.740Z] [2022-02-10T19:21:13.740Z] Step 10/25 : FROM alpine:3.14 [2022-02-10T19:21:13.740Z] ---> 5b8b7b635229 [2022-02-10T19:21:13.740Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-02-10T19:21:14.333Z] ---> Running in 0c69495706ff [2022-02-10T19:21:15.307Z] Removing intermediate container f5d4c85c39cb [2022-02-10T19:21:15.307Z] ---> 695bafd27ce5 [2022-02-10T19:21:15.307Z] [2022-02-10T19:21:15.307Z] Step 10/21 : FROM alpine:3.14 [2022-02-10T19:21:15.307Z] ---> 5b8b7b635229 [2022-02-10T19:21:15.307Z] Step 11/21 : RUN apk add --update --no-cache curl [2022-02-10T19:21:15.307Z] Removing intermediate container b5d37feb03f1 [2022-02-10T19:21:15.307Z] ---> 6f51163c3441 [2022-02-10T19:21:15.307Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-02-10T19:21:15.307Z] ---> Running in 61f23119505b [2022-02-10T19:21:15.580Z] ---> Running in 126a5cf2279c [2022-02-10T19:21:16.178Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-02-10T19:21:16.454Z] Removing intermediate container 126a5cf2279c [2022-02-10T19:21:16.454Z] ---> f2d4cb83c4b3 [2022-02-10T19:21:16.454Z] Step 13/23 : ENV APP_PORT=59882 [2022-02-10T19:21:16.454Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-02-10T19:21:16.454Z] ---> Running in 1716ba71c0c4 [2022-02-10T19:21:17.433Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-02-10T19:21:17.433Z] Removing intermediate container 1716ba71c0c4 [2022-02-10T19:21:17.433Z] ---> a372fdfa09bb [2022-02-10T19:21:17.433Z] (1/3) Installing ca-certificates (20211220-r0) [2022-02-10T19:21:17.433Z] Step 14/23 : EXPOSE $APP_PORT [2022-02-10T19:21:17.433Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-02-10T19:21:17.433Z] (3/3) Installing su-exec (0.2-r1) [2022-02-10T19:21:17.433Z] Executing busybox-1.33.1-r6.trigger [2022-02-10T19:21:17.434Z] Executing ca-certificates-20211220-r0.trigger [2022-02-10T19:21:17.709Z] ---> Running in 172b5f404015 [2022-02-10T19:21:17.709Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-02-10T19:21:17.982Z] OK: 6 MiB in 17 packages [2022-02-10T19:21:18.580Z] Removing intermediate container 172b5f404015 [2022-02-10T19:21:18.580Z] ---> 84bf177132c6 [2022-02-10T19:21:18.580Z] Step 15/23 : WORKDIR / [2022-02-10T19:21:18.580Z] ---> Running in d4e44419ecbd [2022-02-10T19:21:18.849Z] (1/5) Installing ca-certificates (20211220-r0) [2022-02-10T19:21:18.849Z] (2/5) Installing brotli-libs (1.0.9-r5) [2022-02-10T19:21:18.849Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2022-02-10T19:21:18.849Z] (4/5) Installing libcurl (7.79.1-r0) [2022-02-10T19:21:18.849Z] (5/5) Installing curl (7.79.1-r0) [2022-02-10T19:21:18.849Z] Executing busybox-1.33.1-r6.trigger [2022-02-10T19:21:19.120Z] Executing ca-certificates-20211220-r0.trigger [2022-02-10T19:21:19.391Z] OK: 8 MiB in 19 packages [2022-02-10T19:21:20.000Z] Removing intermediate container d4e44419ecbd [2022-02-10T19:21:20.000Z] ---> e9c068e8e934 [2022-02-10T19:21:20.000Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-02-10T19:21:20.276Z] Removing intermediate container 0c69495706ff [2022-02-10T19:21:20.276Z] ---> e81cf5391bea [2022-02-10T19:21:20.276Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-02-10T19:21:20.591Z] ---> Running in 725ec1c359a9 [2022-02-10T19:21:21.627Z] ---> 1da31bde467f [2022-02-10T19:21:21.627Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-02-10T19:21:22.317Z] Removing intermediate container 61f23119505b [2022-02-10T19:21:22.317Z] ---> 22def649fba2 [2022-02-10T19:21:22.317Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-02-10T19:21:22.317Z] Removing intermediate container 725ec1c359a9 [2022-02-10T19:21:22.317Z] ---> fb2098b06ade [2022-02-10T19:21:22.317Z] Step 13/25 : WORKDIR / [2022-02-10T19:21:22.317Z] ---> Running in b95ee1e56f2c [2022-02-10T19:21:22.591Z] ---> Running in 7a7f9f26c4fa [2022-02-10T19:21:23.189Z] Removing intermediate container b95ee1e56f2c [2022-02-10T19:21:23.189Z] ---> 820b670cd3bd [2022-02-10T19:21:23.189Z] Step 13/21 : WORKDIR /edgex [2022-02-10T19:21:23.189Z] Removing intermediate container 7a7f9f26c4fa [2022-02-10T19:21:23.189Z] ---> b910e2414e2d [2022-02-10T19:21:23.189Z] 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-02-10T19:21:23.189Z] ---> Running in 9d5cf54c0f18 [2022-02-10T19:21:23.786Z] Removing intermediate container 9d5cf54c0f18 [2022-02-10T19:21:23.786Z] ---> fcacd3b4aecb [2022-02-10T19:21:23.786Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-02-10T19:21:23.786Z] ---> 3c1f3b48f5e5 [2022-02-10T19:21:23.786Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-02-10T19:21:24.383Z] ---> cc3b6e8fc063 [2022-02-10T19:21:24.383Z] 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-02-10T19:21:25.365Z] ---> 0c42b6f755c8 [2022-02-10T19:21:25.365Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-02-10T19:21:25.365Z] ---> efcbaf715ecb [2022-02-10T19:21:25.365Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-02-10T19:21:25.365Z] ---> Running in 722352a1a4d6 [2022-02-10T19:21:25.365Z] ---> f8aabb19a4c5 [2022-02-10T19:21:25.365Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-02-10T19:21:25.962Z] Removing intermediate container 722352a1a4d6 [2022-02-10T19:21:25.962Z] ---> 948c5e941582 [2022-02-10T19:21:25.962Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-02-10T19:21:26.233Z] ---> Running in 32ca297f1402 [2022-02-10T19:21:26.830Z] ---> c96246c68bbd [2022-02-10T19:21:26.830Z] 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-02-10T19:21:26.830Z] ---> 54edf210fb01 [2022-02-10T19:21:26.830Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-02-10T19:21:26.830Z] Removing intermediate container 32ca297f1402 [2022-02-10T19:21:26.830Z] ---> 031a08327a11 [2022-02-10T19:21:26.830Z] Step 21/23 : LABEL arch=arm64 [2022-02-10T19:21:27.104Z] ---> Running in f5a8962a694d [2022-02-10T19:21:28.087Z] Removing intermediate container f5a8962a694d [2022-02-10T19:21:28.087Z] ---> d226df34df3a [2022-02-10T19:21:28.087Z] Step 22/23 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 [2022-02-10T19:21:28.087Z] ---> d494d3ddd3eb [2022-02-10T19:21:28.087Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-02-10T19:21:28.087Z] ---> Running in 56cf51c01a4d [2022-02-10T19:21:28.687Z] ---> 4bfc37d4201d [2022-02-10T19:21:28.687Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2022-02-10T19:21:28.687Z] Removing intermediate container 56cf51c01a4d [2022-02-10T19:21:28.687Z] ---> 2bb00a62280a [2022-02-10T19:21:28.687Z] Step 23/23 : LABEL version=0.0.0 [2022-02-10T19:21:28.687Z] ---> Running in 939f7c02ff79 [2022-02-10T19:21:28.959Z] ---> Running in 1aace1aaadec [2022-02-10T19:21:28.959Z] Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 [2022-02-10T19:21:28.959Z] Status: Downloaded newer image for docker:20.10.10 [2022-02-10T19:21:29.232Z] ---> 520e9a0a30f7 [2022-02-10T19:21:29.232Z] 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-02-10T19:21:29.232Z] Removing intermediate container 1740bbb8c374 [2022-02-10T19:21:29.232Z] ---> 2d2371873e50 [2022-02-10T19:21:29.232Z] [2022-02-10T19:21:29.232Z] Step 10/23 : FROM alpine:3.14 [2022-02-10T19:21:29.232Z] ---> 5b8b7b635229 [2022-02-10T19:21:29.232Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-02-10T19:21:29.232Z] ---> Running in 3e3bfac7a56b [2022-02-10T19:21:29.232Z] ---> Running in 17fb6c44ec87 [2022-02-10T19:21:29.506Z] Removing intermediate container 939f7c02ff79 [2022-02-10T19:21:29.506Z] ---> 10c4f1f96fcd [2022-02-10T19:21:29.506Z] Step 18/21 : CMD ["--init=true"] [2022-02-10T19:21:29.506Z] ---> Running in 846171db7f36 [2022-02-10T19:21:29.506Z] Removing intermediate container 1aace1aaadec [2022-02-10T19:21:29.506Z] ---> d66c39b93138 [2022-02-10T19:21:29.506Z] [2022-02-10T19:21:29.785Z] ---> 362fdf50b5e6 [2022-02-10T19:21:29.785Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-02-10T19:21:29.785Z] Removing intermediate container 3e3bfac7a56b [2022-02-10T19:21:29.785Z] ---> 7272e29d2168 [2022-02-10T19:21:29.785Z] 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-02-10T19:21:29.785Z] Removing intermediate container 17fb6c44ec87 [2022-02-10T19:21:29.785Z] ---> 1e8d32f99f5f [2022-02-10T19:21:29.785Z] Step 12/23 : ENV APP_PORT=59880 [2022-02-10T19:21:30.060Z] ---> Running in 0f8df0999448 [2022-02-10T19:21:30.060Z] ---> Running in 9c59be170519 [2022-02-10T19:21:30.060Z] Removing intermediate container 846171db7f36 [2022-02-10T19:21:30.060Z] ---> 392ae75fffc2 [2022-02-10T19:21:30.060Z] Step 19/21 : LABEL arch=arm64 [2022-02-10T19:21:30.060Z] Successfully built d66c39b93138 [2022-02-10T19:21:30.060Z] Successfully tagged core-command-arm64:latest [2022-02-10T19:21:30.336Z]  Building core-command ... done Building support-notifications [2022-02-10T19:21:30.336Z] ---> Running in ce49099a4796 [2022-02-10T19:21:30.929Z] Removing intermediate container 9c59be170519 [2022-02-10T19:21:30.929Z] ---> 4e66a7fe7a44 [2022-02-10T19:21:30.929Z] Step 13/23 : EXPOSE $APP_PORT [2022-02-10T19:21:30.929Z] Removing intermediate container ce49099a4796 [2022-02-10T19:21:30.929Z] ---> 95a9c0f38d11 [2022-02-10T19:21:30.930Z] Step 20/21 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 [2022-02-10T19:21:30.930Z] ---> Running in edcf8c109991 [2022-02-10T19:21:31.208Z] ---> Running in 93f9ff8f20e3 [2022-02-10T19:21:31.479Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-02-10T19:21:31.755Z] Removing intermediate container edcf8c109991 [2022-02-10T19:21:31.755Z] ---> 45d4b084b9cc [2022-02-10T19:21:31.755Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-10T19:21:31.755Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-02-10T19:21:31.755Z] Removing intermediate container 93f9ff8f20e3 [2022-02-10T19:21:31.755Z] ---> f8fc9abf4844 [2022-02-10T19:21:31.755Z] Step 21/21 : LABEL version=0.0.0 [2022-02-10T19:21:31.755Z] ---> 75ae94231d28 [2022-02-10T19:21:31.755Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-02-10T19:21:31.755Z] ---> Running in cbe5e31c74df [2022-02-10T19:21:32.035Z] ---> Running in 017679c018b4 [2022-02-10T19:21:32.637Z] (1/42) Installing readline (8.1.0-r0) [2022-02-10T19:21:32.637Z] (2/42) Installing bash (5.1.4-r0) [2022-02-10T19:21:32.637Z] Executing bash-5.1.4-r0.post-install [2022-02-10T19:21:32.637Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-02-10T19:21:32.916Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-02-10T19:21:32.916Z] (5/42) Installing libcurl (7.79.1-r0) [2022-02-10T19:21:32.916Z] (6/42) Installing curl (7.79.1-r0) [2022-02-10T19:21:32.916Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-02-10T19:21:32.916Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-02-10T19:21:32.916Z] (9/42) Installing expat (2.4.4-r0) [2022-02-10T19:21:32.916Z] (10/42) Installing libffi (3.3-r2) [2022-02-10T19:21:32.916Z] (11/42) Installing gdbm (1.19-r0) [2022-02-10T19:21:32.916Z] (12/42) Installing xz-libs (5.2.5-r0) [2022-02-10T19:21:32.916Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-02-10T19:21:32.916Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-02-10T19:21:32.916Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-02-10T19:21:32.916Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-02-10T19:21:32.916Z] (17/42) Installing python3 (3.9.5-r2) [2022-02-10T19:21:33.190Z] Removing intermediate container 017679c018b4 [2022-02-10T19:21:33.191Z] ---> 3d1b0fd2e3f1 [2022-02-10T19:21:33.191Z] [2022-02-10T19:21:33.191Z] ---> 7ac9a9063e7e [2022-02-10T19:21:33.191Z] 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-02-10T19:21:33.484Z] ---> Running in d2ea72498061 [2022-02-10T19:21:34.079Z] Successfully built 3d1b0fd2e3f1 [2022-02-10T19:21:34.079Z] Successfully tagged security-proxy-setup-arm64:latest [2022-02-10T19:21:34.079Z]  Building security-proxy-setup ... done Building security-bootstrapper [2022-02-10T19:21:35.057Z] Removing intermediate container cbe5e31c74df [2022-02-10T19:21:35.057Z] ---> e840a723a3e7 [2022-02-10T19:21:35.057Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-02-10T19:21:35.057Z] ---> Running in 30545dce9bb4 [2022-02-10T19:21:35.333Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2022-02-10T19:21:35.333Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-02-10T19:21:35.333Z] (20/42) Installing py3-idna (3.2-r0) [2022-02-10T19:21:35.333Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-02-10T19:21:35.607Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-02-10T19:21:35.607Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-02-10T19:21:35.607Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-02-10T19:21:35.608Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-02-10T19:21:35.608Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-02-10T19:21:35.608Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-02-10T19:21:35.608Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-02-10T19:21:35.608Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-02-10T19:21:35.608Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-02-10T19:21:35.878Z] (31/42) Installing py3-six (1.15.0-r1) [2022-02-10T19:21:35.878Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-02-10T19:21:35.878Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-02-10T19:21:35.878Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-02-10T19:21:35.878Z] (35/42) Installing py3-packaging (20.9-r1) [2022-02-10T19:21:35.878Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-02-10T19:21:35.878Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-02-10T19:21:35.878Z] (38/42) Installing py3-progress (1.5-r2) [2022-02-10T19:21:35.878Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-02-10T19:21:35.878Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-02-10T19:21:35.878Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-02-10T19:21:36.149Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-02-10T19:21:36.149Z] Removing intermediate container d2ea72498061 [2022-02-10T19:21:36.149Z] ---> f127a5776a76 [2022-02-10T19:21:36.149Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-02-10T19:21:36.422Z] ---> Running in 853c4056362f [2022-02-10T19:21:36.422Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-02-10T19:21:36.704Z] Executing busybox-1.33.1-r6.trigger [2022-02-10T19:21:36.704Z] OK: 84 MiB in 64 packages [2022-02-10T19:21:36.982Z] Removing intermediate container 853c4056362f [2022-02-10T19:21:36.982Z] ---> fb76454287e3 [2022-02-10T19:21:36.982Z] Step 23/25 : LABEL arch=arm64 [2022-02-10T19:21:37.255Z] ---> Running in fe7bc43e3867 [2022-02-10T19:21:37.558Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-02-10T19:21:37.558Z] Removing intermediate container fe7bc43e3867 [2022-02-10T19:21:37.558Z] ---> 235d088bf20b [2022-02-10T19:21:37.558Z] Step 24/25 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 [2022-02-10T19:21:37.831Z] ---> Running in a6f21284359c [2022-02-10T19:21:38.443Z] Removing intermediate container a6f21284359c [2022-02-10T19:21:38.443Z] ---> 5ede796d4351 [2022-02-10T19:21:38.443Z] Step 25/25 : LABEL version=0.0.0 [2022-02-10T19:21:38.443Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-02-10T19:21:38.443Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-02-10T19:21:38.443Z] ---> Running in 2fce047953dc [2022-02-10T19:21:38.443Z] (3/6) Installing libsodium (1.0.18-r0) [2022-02-10T19:21:38.715Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-02-10T19:21:38.988Z] (5/6) Installing libzmq (4.3.4-r0) [2022-02-10T19:21:38.988Z] Removing intermediate container 2fce047953dc [2022-02-10T19:21:38.988Z] ---> d231fe685097 [2022-02-10T19:21:38.988Z] [2022-02-10T19:21:38.988Z] (6/6) Installing zeromq (4.3.4-r0) [2022-02-10T19:21:39.259Z] Executing busybox-1.33.1-r6.trigger [2022-02-10T19:21:39.259Z] OK: 8 MiB in 20 packages [2022-02-10T19:21:39.259Z] Successfully built d231fe685097 [2022-02-10T19:21:39.259Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-02-10T19:21:39.259Z]  Building security-secretstore-setup ... done Building support-scheduler [2022-02-10T19:21:40.237Z] Removing intermediate container 30545dce9bb4 [2022-02-10T19:21:40.237Z] ---> 24da474b5083 [2022-02-10T19:21:40.237Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-02-10T19:21:40.829Z] ---> d1b9d73f4889 [2022-02-10T19:21:40.829Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-02-10T19:21:41.424Z] Collecting docker-compose==1.23.2 [2022-02-10T19:21:41.424Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-02-10T19:21:41.702Z] 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-02-10T19:21:41.702Z] Collecting docopt<0.7,>=0.6.1 [2022-02-10T19:21:41.702Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-02-10T19:21:41.974Z] ---> 4dae0f06b8c9 [2022-02-10T19:21:41.974Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-02-10T19:21:42.943Z] ---> d3680a8f57b6 [2022-02-10T19:21:42.943Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-02-10T19:21:43.214Z] ---> Running in 449d75558d38 [2022-02-10T19:21:43.806Z] Removing intermediate container 449d75558d38 [2022-02-10T19:21:43.807Z] ---> 7ef26ce91376 [2022-02-10T19:21:43.807Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-02-10T19:21:43.807Z] ---> Running in 1870d6b42d9f [2022-02-10T19:21:44.399Z] Removing intermediate container 1870d6b42d9f [2022-02-10T19:21:44.399Z] ---> 5d797dd6f34e [2022-02-10T19:21:44.399Z] Step 21/23 : LABEL arch=arm64 [2022-02-10T19:21:44.399Z] ---> Running in 6f3606caa4c9 [2022-02-10T19:21:44.997Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-02-10T19:21:44.997Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-02-10T19:21:44.997Z] Removing intermediate container 6f3606caa4c9 [2022-02-10T19:21:44.997Z] ---> c438c5d4d8c9 [2022-02-10T19:21:44.997Z] Step 22/23 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 [2022-02-10T19:21:45.270Z] ---> Running in 1e0265699faa [2022-02-10T19:21:45.270Z] Collecting cached-property<2,>=1.2.0 [2022-02-10T19:21:45.270Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-02-10T19:21:45.549Z] Collecting texttable<0.10,>=0.9.0 [2022-02-10T19:21:45.549Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-02-10T19:21:45.549Z] Removing intermediate container 1e0265699faa [2022-02-10T19:21:45.549Z] ---> c5ec5abed05f [2022-02-10T19:21:45.549Z] Step 23/23 : LABEL version=0.0.0 [2022-02-10T19:21:45.820Z] ---> Running in c7105904b0c6 [2022-02-10T19:21:46.094Z] Removing intermediate container c7105904b0c6 [2022-02-10T19:21:46.094Z] ---> ab476025ceb9 [2022-02-10T19:21:46.094Z] [2022-02-10T19:21:46.369Z] Successfully built ab476025ceb9 [2022-02-10T19:21:46.641Z] Successfully tagged core-data-arm64:latest [2022-02-10T19:21:46.641Z] Building core-metadata [2022-02-10T19:21:47.610Z]  Building core-data ... done Collecting docker<4.0,>=3.6.0 [2022-02-10T19:21:47.610Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-02-10T19:21:48.201Z] Collecting websocket-client<1.0,>=0.32.0 [2022-02-10T19:21:48.202Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-02-10T19:21:49.174Z] Collecting PyYAML<4,>=3.10 [2022-02-10T19:21:49.174Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-02-10T19:21:52.561Z] Collecting dockerpty<0.5,>=0.4.1 [2022-02-10T19:21:52.561Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-02-10T19:21:54.540Z] Collecting jsonschema<3,>=2.5.1 [2022-02-10T19:21:54.540Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-02-10T19:21:55.131Z] Collecting docker-pycreds>=0.4.0 [2022-02-10T19:21:55.131Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-02-10T19:21:55.402Z] 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-02-10T19:21:55.674Z] Collecting chardet<3.1.0,>=3.0.2 [2022-02-10T19:21:55.674Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-02-10T19:21:55.950Z] Collecting idna<2.8,>=2.5 [2022-02-10T19:21:55.950Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-02-10T19:21:56.544Z] Collecting urllib3<1.25,>=1.21.1 [2022-02-10T19:21:56.544Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-02-10T19:21:56.817Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-02-10T19:21:56.817Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-02-10T19:21:56.817Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-02-10T19:21:56.817Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-02-10T19:21:57.794Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-02-10T19:21:57.794Z] Attempting uninstall: urllib3 [2022-02-10T19:21:57.794Z] Found existing installation: urllib3 1.26.5 [2022-02-10T19:21:57.794Z] Uninstalling urllib3-1.26.5: [2022-02-10T19:21:58.068Z] Successfully uninstalled urllib3-1.26.5 [2022-02-10T19:21:58.663Z] Attempting uninstall: idna [2022-02-10T19:21:58.663Z] Found existing installation: idna 3.2 [2022-02-10T19:21:58.663Z] Uninstalling idna-3.2: [2022-02-10T19:21:58.663Z] Successfully uninstalled idna-3.2 [2022-02-10T19:21:59.641Z] Attempting uninstall: chardet [2022-02-10T19:21:59.641Z] Found existing installation: chardet 4.0.0 [2022-02-10T19:21:59.641Z] Uninstalling chardet-4.0.0: [2022-02-10T19:21:59.641Z] Successfully uninstalled chardet-4.0.0 [2022-02-10T19:22:01.619Z] Attempting uninstall: requests [2022-02-10T19:22:01.619Z] Found existing installation: requests 2.25.1 [2022-02-10T19:22:01.619Z] Uninstalling requests-2.25.1: [2022-02-10T19:22:01.619Z] Successfully uninstalled requests-2.25.1 [2022-02-10T19:22:01.892Z] Running setup.py install for texttable: started [2022-02-10T19:22:03.869Z] Running setup.py install for texttable: finished with status 'done' [2022-02-10T19:22:03.869Z] Running setup.py install for PyYAML: started [2022-02-10T19:22:06.488Z] Running setup.py install for PyYAML: finished with status 'done' [2022-02-10T19:22:06.762Z] Running setup.py install for docopt: started [2022-02-10T19:22:08.724Z] Running setup.py install for docopt: finished with status 'done' [2022-02-10T19:22:08.724Z] Running setup.py install for dockerpty: started [2022-02-10T19:22:09.713Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-02-10T19:22:09.713Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-02-10T19:22:09.713Z] ---> 15a4b6db9fc9 [2022-02-10T19:22:09.713Z] Step 3/22 : WORKDIR /edgex-go [2022-02-10T19:22:09.713Z] ---> Using cache [2022-02-10T19:22:09.713Z] ---> 5b45b1fa6e54 [2022-02-10T19:22:09.713Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-10T19:22:09.713Z] ---> Using cache [2022-02-10T19:22:09.713Z] ---> 3d30c277c103 [2022-02-10T19:22:09.713Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-02-10T19:22:10.694Z] Running setup.py install for dockerpty: finished with status 'done' [2022-02-10T19:22:11.679Z] ---> Running in ab325e935027 [2022-02-10T19:22:12.654Z] 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-02-10T19:22:13.251Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-02-10T19:22:14.232Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-02-10T19:22:15.212Z] OK: 220 MiB in 52 packages [2022-02-10T19:22:16.653Z] Removing intermediate container ab325e935027 [2022-02-10T19:22:16.653Z] ---> 6bd9465e4ae8 [2022-02-10T19:22:16.653Z] Step 6/22 : COPY go.mod vendor* ./ [2022-02-10T19:22:16.653Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-02-10T19:22:16.653Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-02-10T19:22:16.653Z] ---> 15a4b6db9fc9 [2022-02-10T19:22:16.654Z] Step 3/31 : WORKDIR /edgex-go [2022-02-10T19:22:16.654Z] ---> Using cache [2022-02-10T19:22:16.654Z] ---> 5b45b1fa6e54 [2022-02-10T19:22:16.654Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-10T19:22:16.654Z] ---> Using cache [2022-02-10T19:22:16.654Z] ---> 3d30c277c103 [2022-02-10T19:22:16.654Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-02-10T19:22:16.654Z] ---> Using cache [2022-02-10T19:22:16.654Z] ---> 8ca716ec154f [2022-02-10T19:22:16.654Z] Step 6/31 : COPY go.mod vendor* ./ [2022-02-10T19:22:16.654Z] ---> Using cache [2022-02-10T19:22:16.654Z] ---> 31d601de36e2 [2022-02-10T19:22:16.654Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-10T19:22:16.654Z] ---> Using cache [2022-02-10T19:22:16.654Z] ---> 0341dcf206b2 [2022-02-10T19:22:16.654Z] Step 8/31 : COPY . . [2022-02-10T19:22:16.925Z] ---> Using cache [2022-02-10T19:22:16.925Z] ---> dba9420ba98b [2022-02-10T19:22:16.925Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-02-10T19:22:17.521Z] ---> Running in 1eb1c88c88f3 [2022-02-10T19:22:18.124Z] ---> 13fff0edea54 [2022-02-10T19:22:18.124Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-10T19:22:18.124Z] ---> Running in 93492d7c6f83 [2022-02-10T19:22:19.124Z] 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-02-10T19:22:22.512Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-02-10T19:22:22.512Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-02-10T19:22:22.512Z] ---> 15a4b6db9fc9 [2022-02-10T19:22:22.512Z] Step 3/22 : WORKDIR /edgex-go [2022-02-10T19:22:22.512Z] ---> Using cache [2022-02-10T19:22:22.512Z] ---> 5b45b1fa6e54 [2022-02-10T19:22:22.512Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-10T19:22:22.512Z] ---> Using cache [2022-02-10T19:22:22.512Z] ---> 3d30c277c103 [2022-02-10T19:22:22.512Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-02-10T19:22:22.512Z] ---> Using cache [2022-02-10T19:22:22.512Z] ---> 8ca716ec154f [2022-02-10T19:22:22.512Z] Step 6/22 : COPY go.mod vendor* ./ [2022-02-10T19:22:22.512Z] ---> Using cache [2022-02-10T19:22:22.512Z] ---> 31d601de36e2 [2022-02-10T19:22:22.512Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-10T19:22:22.512Z] ---> Using cache [2022-02-10T19:22:22.512Z] ---> 0341dcf206b2 [2022-02-10T19:22:22.512Z] Step 8/22 : COPY . . [2022-02-10T19:22:22.512Z] ---> Using cache [2022-02-10T19:22:22.512Z] ---> dba9420ba98b [2022-02-10T19:22:22.512Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-02-10T19:22:23.127Z] ---> Running in 31fe21d2005c [2022-02-10T19:22:24.107Z] Removing intermediate container 93492d7c6f83 [2022-02-10T19:22:24.107Z] ---> d8cabc63944b [2022-02-10T19:22:24.107Z] Step 8/22 : COPY . . [2022-02-10T19:22:25.701Z] 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-02-10T19:22:31.226Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-02-10T19:22:31.226Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-02-10T19:22:31.226Z] ---> 15a4b6db9fc9 [2022-02-10T19:22:31.226Z] Step 3/23 : WORKDIR /edgex-go [2022-02-10T19:22:31.226Z] ---> Using cache [2022-02-10T19:22:31.226Z] ---> 5b45b1fa6e54 [2022-02-10T19:22:31.226Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-10T19:22:31.226Z] ---> Using cache [2022-02-10T19:22:31.226Z] ---> 3d30c277c103 [2022-02-10T19:22:31.226Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-02-10T19:22:31.226Z] ---> Using cache [2022-02-10T19:22:31.226Z] ---> 8ca716ec154f [2022-02-10T19:22:31.226Z] Step 6/23 : COPY go.mod vendor* ./ [2022-02-10T19:22:31.226Z] ---> Using cache [2022-02-10T19:22:31.226Z] ---> 31d601de36e2 [2022-02-10T19:22:31.226Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-10T19:22:31.226Z] ---> Using cache [2022-02-10T19:22:31.226Z] ---> 0341dcf206b2 [2022-02-10T19:22:31.226Z] Step 8/23 : COPY . . [2022-02-10T19:22:31.514Z] ---> Using cache [2022-02-10T19:22:31.514Z] ---> dba9420ba98b [2022-02-10T19:22:31.514Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-02-10T19:22:32.134Z] ---> Running in 68e775cf9080 [2022-02-10T19:22:34.758Z] 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-02-10T19:22:35.034Z] Removing intermediate container 0f8df0999448 [2022-02-10T19:22:35.034Z] ---> f7d246c72e34 [2022-02-10T19:22:35.034Z] Step 14/23 : ENV APP_PORT=58890 [2022-02-10T19:22:35.643Z] ---> Running in 2191d43783c5 [2022-02-10T19:22:36.629Z] Removing intermediate container 2191d43783c5 [2022-02-10T19:22:36.629Z] ---> 9018092761bd [2022-02-10T19:22:36.629Z] Step 15/23 : EXPOSE $APP_PORT [2022-02-10T19:22:36.629Z] ---> Running in cab73ffa0b4f [2022-02-10T19:22:37.610Z] Removing intermediate container cab73ffa0b4f [2022-02-10T19:22:37.610Z] ---> 6a7b9f88e486 [2022-02-10T19:22:37.610Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-02-10T19:22:40.242Z] ---> 6594170062b3 [2022-02-10T19:22:40.242Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-02-10T19:22:41.681Z] ---> ae76ef4e65e1 [2022-02-10T19:22:41.681Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-02-10T19:22:43.665Z] ---> 8a70fff7e552 [2022-02-10T19:22:43.665Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-02-10T19:22:43.939Z] ---> Running in e70540b836a9 [2022-02-10T19:22:44.920Z] Removing intermediate container e70540b836a9 [2022-02-10T19:22:44.920Z] ---> c729a30b3fea [2022-02-10T19:22:44.920Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-02-10T19:22:44.920Z] ---> Running in 8e422c28eb0a [2022-02-10T19:22:45.920Z] Removing intermediate container 8e422c28eb0a [2022-02-10T19:22:45.920Z] ---> ed8394ce30a7 [2022-02-10T19:22:45.920Z] Step 21/23 : LABEL arch=arm64 [2022-02-10T19:22:46.193Z] ---> Running in 4938d4850837 [2022-02-10T19:22:47.635Z] Removing intermediate container 4938d4850837 [2022-02-10T19:22:47.635Z] ---> ad68e5a86eec [2022-02-10T19:22:47.635Z] Step 22/23 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 [2022-02-10T19:22:47.635Z] ---> Running in 69c4c93d86a5 [2022-02-10T19:22:48.620Z] Removing intermediate container 69c4c93d86a5 [2022-02-10T19:22:48.620Z] ---> dd0c585f382e [2022-02-10T19:22:48.620Z] Step 23/23 : LABEL version=0.0.0 [2022-02-10T19:22:48.620Z] ---> Running in 71c2815e1fed [2022-02-10T19:22:49.602Z] Removing intermediate container 71c2815e1fed [2022-02-10T19:22:49.602Z] ---> 57cff19ed231 [2022-02-10T19:22:49.602Z] [2022-02-10T19:22:50.206Z] Successfully built 57cff19ed231 [2022-02-10T19:22:50.206Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-02-10T19:22:50.206Z]  Building sys-mgmt-agent ... done  ---> 88c0f74d02ed [2022-02-10T19:22:50.206Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-02-10T19:22:50.481Z] ---> Running in d95cb6615d89 [2022-02-10T19:22:51.911Z] 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-02-10T19:24:28.697Z] Removing intermediate container 1eb1c88c88f3 [2022-02-10T19:24:28.697Z] ---> 86fdb8631ee7 [2022-02-10T19:24:28.697Z] [2022-02-10T19:24:28.697Z] Step 10/31 : FROM alpine:3.14 [2022-02-10T19:24:28.697Z] ---> 5b8b7b635229 [2022-02-10T19:24:28.697Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-02-10T19:24:28.697Z] ---> Running in f55804527c75 [2022-02-10T19:24:28.697Z] Removing intermediate container f55804527c75 [2022-02-10T19:24:28.697Z] ---> 30320dde11d0 [2022-02-10T19:24:28.697Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-02-10T19:24:28.697Z] ---> Running in a3e68ca18192 [2022-02-10T19:24:28.697Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-02-10T19:24:28.697Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-02-10T19:24:28.697Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-02-10T19:24:28.697Z] (2/2) Installing su-exec (0.2-r1) [2022-02-10T19:24:28.697Z] Executing busybox-1.33.1-r6.trigger [2022-02-10T19:24:28.697Z] OK: 6 MiB in 16 packages [2022-02-10T19:24:28.697Z] Removing intermediate container a3e68ca18192 [2022-02-10T19:24:28.697Z] ---> 802a81a9ae4f [2022-02-10T19:24:28.697Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-02-10T19:24:28.697Z] ---> Running in 50a9a6475e73 [2022-02-10T19:24:28.697Z] Removing intermediate container 50a9a6475e73 [2022-02-10T19:24:28.697Z] ---> 1de7084abc52 [2022-02-10T19:24:28.697Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-02-10T19:24:28.697Z] ---> Running in dbfcdee49b91 [2022-02-10T19:24:28.697Z] Removing intermediate container dbfcdee49b91 [2022-02-10T19:24:28.697Z] ---> 78c568843742 [2022-02-10T19:24:28.697Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-02-10T19:24:28.697Z] ---> Running in a9868ca6e9c8 [2022-02-10T19:24:28.697Z] Removing intermediate container a9868ca6e9c8 [2022-02-10T19:24:28.697Z] ---> 1b77fcfce197 [2022-02-10T19:24:28.697Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-02-10T19:24:28.697Z] ---> Running in abd7d108170b [2022-02-10T19:24:28.697Z] Removing intermediate container abd7d108170b [2022-02-10T19:24:28.697Z] ---> 6fa5a0b36f2c [2022-02-10T19:24:28.697Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-02-10T19:24:28.697Z] ---> 293782c0c751 [2022-02-10T19:24:28.697Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-02-10T19:24:28.697Z] ---> Running in c03ec5da058b [2022-02-10T19:24:30.695Z] Removing intermediate container c03ec5da058b [2022-02-10T19:24:30.695Z] ---> 26cc67cd8f1b [2022-02-10T19:24:30.695Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-02-10T19:24:32.130Z] ---> e5b9ada285ae [2022-02-10T19:24:32.130Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-02-10T19:24:32.738Z] Removing intermediate container 31fe21d2005c [2022-02-10T19:24:32.738Z] ---> 0260edc967c1 [2022-02-10T19:24:32.738Z] [2022-02-10T19:24:32.738Z] Step 10/22 : FROM alpine:3.14 [2022-02-10T19:24:32.738Z] ---> 5b8b7b635229 [2022-02-10T19:24:32.738Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-02-10T19:24:32.738Z] ---> Using cache [2022-02-10T19:24:32.738Z] ---> 6f51163c3441 [2022-02-10T19:24:32.738Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-02-10T19:24:32.738Z] ---> Using cache [2022-02-10T19:24:32.738Z] ---> f2d4cb83c4b3 [2022-02-10T19:24:32.738Z] Step 13/22 : ENV APP_PORT=59861 [2022-02-10T19:24:33.010Z] ---> Running in 7ccb4f58fd59 [2022-02-10T19:24:33.612Z] Removing intermediate container 7ccb4f58fd59 [2022-02-10T19:24:33.612Z] ---> 1399ea614992 [2022-02-10T19:24:33.612Z] Step 14/22 : EXPOSE $APP_PORT [2022-02-10T19:24:33.895Z] ---> Running in e0319fb9124d [2022-02-10T19:24:34.494Z] Removing intermediate container e0319fb9124d [2022-02-10T19:24:34.494Z] ---> da4e4ce32674 [2022-02-10T19:24:34.494Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-02-10T19:24:34.494Z] ---> 0b8c675b655a [2022-02-10T19:24:34.494Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-02-10T19:24:35.487Z] ---> fda52acc97ea [2022-02-10T19:24:35.487Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-02-10T19:24:35.487Z] ---> fdb5c9d822c2 [2022-02-10T19:24:35.487Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-02-10T19:24:36.483Z] ---> 3104f31f71fb [2022-02-10T19:24:36.483Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-02-10T19:24:37.923Z] ---> 6f26173bd3c6 [2022-02-10T19:24:37.923Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-02-10T19:24:37.923Z] ---> 816310e391f2 [2022-02-10T19:24:37.923Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-02-10T19:24:38.527Z] ---> Running in b76fa40d020d [2022-02-10T19:24:39.130Z] Removing intermediate container b76fa40d020d [2022-02-10T19:24:39.130Z] ---> d5d38d99765b [2022-02-10T19:24:39.130Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-02-10T19:24:39.413Z] ---> 5af418096c06 [2022-02-10T19:24:39.413Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-02-10T19:24:39.684Z] ---> Running in b103f215d25a [2022-02-10T19:24:40.292Z] Removing intermediate container b103f215d25a [2022-02-10T19:24:40.292Z] ---> ce0498a1d67d [2022-02-10T19:24:40.292Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-02-10T19:24:40.292Z] ---> Running in a24e0c79c7d4 [2022-02-10T19:24:40.292Z] ---> 9f0fd008c5f1 [2022-02-10T19:24:40.292Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-02-10T19:24:40.565Z] ---> Running in 0dfae00ddbea [2022-02-10T19:24:40.843Z] Removing intermediate container 68e775cf9080 [2022-02-10T19:24:40.843Z] ---> 2449e97c567e [2022-02-10T19:24:40.843Z] [2022-02-10T19:24:40.843Z] Step 10/23 : FROM alpine:3.14 [2022-02-10T19:24:40.843Z] ---> 5b8b7b635229 [2022-02-10T19:24:40.843Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-02-10T19:24:40.843Z] ---> Using cache [2022-02-10T19:24:40.843Z] ---> 6f51163c3441 [2022-02-10T19:24:40.843Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-02-10T19:24:40.843Z] ---> Using cache [2022-02-10T19:24:40.843Z] ---> f2d4cb83c4b3 [2022-02-10T19:24:40.843Z] Step 13/23 : ENV APP_PORT=59881 [2022-02-10T19:24:41.118Z] Removing intermediate container a24e0c79c7d4 [2022-02-10T19:24:41.118Z] ---> 6aa732cfd84e [2022-02-10T19:24:41.118Z] Step 20/22 : LABEL arch=arm64 [2022-02-10T19:24:41.118Z] ---> Running in fe7f60f7d8d3 [2022-02-10T19:24:41.118Z] ---> Running in 9ef9d8a62010 [2022-02-10T19:24:41.719Z] Removing intermediate container fe7f60f7d8d3 [2022-02-10T19:24:41.719Z] ---> fba0a35ee78e [2022-02-10T19:24:41.719Z] Step 14/23 : EXPOSE $APP_PORT [2022-02-10T19:24:41.719Z] Removing intermediate container 9ef9d8a62010 [2022-02-10T19:24:41.719Z] ---> 701609adeeca [2022-02-10T19:24:41.719Z] Step 21/22 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 [2022-02-10T19:24:41.995Z] ---> Running in 306e28cad234 [2022-02-10T19:24:41.995Z] ---> Running in f4681d7b39c9 [2022-02-10T19:24:42.609Z] Removing intermediate container 306e28cad234 [2022-02-10T19:24:42.609Z] ---> 9a482ff0348f [2022-02-10T19:24:42.609Z] Step 15/23 : WORKDIR / [2022-02-10T19:24:42.609Z] Removing intermediate container f4681d7b39c9 [2022-02-10T19:24:42.609Z] ---> e4ca75e05d0a [2022-02-10T19:24:42.609Z] Step 22/22 : LABEL version=0.0.0 [2022-02-10T19:24:42.609Z] ---> Running in b5d1f2717109 [2022-02-10T19:24:42.609Z] ---> Running in 6ba5b3840ff9 [2022-02-10T19:24:43.209Z] Removing intermediate container b5d1f2717109 [2022-02-10T19:24:43.209Z] ---> 27129dcc2e87 [2022-02-10T19:24:43.209Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-02-10T19:24:43.209Z] Removing intermediate container 6ba5b3840ff9 [2022-02-10T19:24:43.209Z] ---> 3b5b09a10b2f [2022-02-10T19:24:43.209Z] [2022-02-10T19:24:43.481Z] Removing intermediate container 0dfae00ddbea [2022-02-10T19:24:43.481Z] ---> 5e08073063d5 [2022-02-10T19:24:43.481Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-02-10T19:24:43.751Z] Successfully built 3b5b09a10b2f [2022-02-10T19:24:43.752Z] Successfully tagged support-scheduler-arm64:latest [2022-02-10T19:24:43.752Z]  Building support-scheduler ... done  ---> Running in d58749f772ac [2022-02-10T19:24:44.024Z] ---> 6cb330387917 [2022-02-10T19:24:44.024Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-02-10T19:24:44.297Z] Removing intermediate container d58749f772ac [2022-02-10T19:24:44.297Z] ---> 44fe33049021 [2022-02-10T19:24:44.297Z] Step 28/31 : CMD ["gate"] [2022-02-10T19:24:44.891Z] ---> Running in 07d1ba1932fe [2022-02-10T19:24:45.485Z] Removing intermediate container 07d1ba1932fe [2022-02-10T19:24:45.485Z] ---> 5cd5a8ee2736 [2022-02-10T19:24:45.485Z] Step 29/31 : LABEL arch=arm64 [2022-02-10T19:24:45.485Z] ---> 60fed188e0fb [2022-02-10T19:24:45.485Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-02-10T19:24:45.774Z] ---> Running in 50a0b1dc174b [2022-02-10T19:24:46.053Z] Removing intermediate container d95cb6615d89 [2022-02-10T19:24:46.053Z] ---> 27128ed254cb [2022-02-10T19:24:46.053Z] [2022-02-10T19:24:46.053Z] Step 10/22 : FROM alpine:3.14 [2022-02-10T19:24:46.053Z] ---> 5b8b7b635229 [2022-02-10T19:24:46.053Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-02-10T19:24:46.053Z] ---> Running in ab88dc6d869e [2022-02-10T19:24:46.324Z] ---> 24b655574b99 [2022-02-10T19:24:46.324Z] Removing intermediate container 50a0b1dc174b [2022-02-10T19:24:46.325Z] ---> 75faabed9c74 [2022-02-10T19:24:46.325Z] Step 30/31 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 [2022-02-10T19:24:46.325Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-02-10T19:24:46.325Z] ---> Running in af7eb2121891 [2022-02-10T19:24:46.596Z] ---> Running in 3c9f53d0dd2c [2022-02-10T19:24:46.866Z] Removing intermediate container af7eb2121891 [2022-02-10T19:24:46.866Z] ---> d4242c97a35b [2022-02-10T19:24:46.866Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-02-10T19:24:47.163Z] Removing intermediate container 3c9f53d0dd2c [2022-02-10T19:24:47.163Z] ---> e969f0244518 [2022-02-10T19:24:47.163Z] Step 31/31 : LABEL version=0.0.0 [2022-02-10T19:24:47.163Z] ---> Running in 572aeb99cf8f [2022-02-10T19:24:47.163Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-02-10T19:24:47.436Z] ---> Running in 6b3947885beb [2022-02-10T19:24:47.436Z] Removing intermediate container 572aeb99cf8f [2022-02-10T19:24:47.436Z] ---> 08898087fe24 [2022-02-10T19:24:47.436Z] Step 21/23 : LABEL arch=arm64 [2022-02-10T19:24:47.436Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-02-10T19:24:47.710Z] ---> Running in 52ff8a8531fd [2022-02-10T19:24:47.710Z] Removing intermediate container 6b3947885beb [2022-02-10T19:24:47.710Z] ---> 3058a41ac2b9 [2022-02-10T19:24:47.710Z] [2022-02-10T19:24:48.310Z] Successfully built 3058a41ac2b9 [2022-02-10T19:24:48.310Z] Successfully tagged security-bootstrapper-arm64:latest [2022-02-10T19:24:48.310Z]  Building security-bootstrapper ... done Removing intermediate container 52ff8a8531fd [2022-02-10T19:24:48.310Z] ---> 72f2d1cf5a3d [2022-02-10T19:24:48.310Z] Step 22/23 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 [2022-02-10T19:24:48.310Z] ---> Running in cedc77e06ef3 [2022-02-10T19:24:48.587Z] (1/2) Installing ca-certificates (20211220-r0) [2022-02-10T19:24:48.587Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-02-10T19:24:48.587Z] Executing busybox-1.33.1-r6.trigger [2022-02-10T19:24:48.587Z] Executing ca-certificates-20211220-r0.trigger [2022-02-10T19:24:48.857Z] Removing intermediate container cedc77e06ef3 [2022-02-10T19:24:48.857Z] ---> 30123e5674af [2022-02-10T19:24:48.857Z] Step 23/23 : LABEL version=0.0.0 [2022-02-10T19:24:48.857Z] OK: 6 MiB in 16 packages [2022-02-10T19:24:48.857Z] ---> Running in d4b1efc1e71d [2022-02-10T19:24:49.449Z] Removing intermediate container d4b1efc1e71d [2022-02-10T19:24:49.449Z] ---> 702b8e508d27 [2022-02-10T19:24:49.449Z] [2022-02-10T19:24:49.719Z] Successfully built 702b8e508d27 [2022-02-10T19:24:49.719Z] Successfully tagged core-metadata-arm64:latest [2022-02-10T19:24:50.311Z]  Building core-metadata ... done Removing intermediate container ab88dc6d869e [2022-02-10T19:24:50.311Z] ---> 55fbfef08217 [2022-02-10T19:24:50.311Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-02-10T19:24:50.311Z] ---> Running in 032da37c2733 [2022-02-10T19:24:50.583Z] Removing intermediate container 032da37c2733 [2022-02-10T19:24:50.583Z] ---> d7313a063372 [2022-02-10T19:24:50.583Z] Step 13/22 : ENV APP_PORT=59860 [2022-02-10T19:24:50.583Z] ---> Running in aebb4f6fe741 [2022-02-10T19:24:50.855Z] Removing intermediate container aebb4f6fe741 [2022-02-10T19:24:50.855Z] ---> d97cbdc5b266 [2022-02-10T19:24:50.855Z] Step 14/22 : EXPOSE $APP_PORT [2022-02-10T19:24:51.129Z] ---> Running in ef6e045a0e45 [2022-02-10T19:24:51.399Z] Removing intermediate container ef6e045a0e45 [2022-02-10T19:24:51.400Z] ---> 76219ce7872f [2022-02-10T19:24:51.400Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-02-10T19:24:51.993Z] ---> f6ae9d0f789a [2022-02-10T19:24:51.993Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-02-10T19:24:52.969Z] ---> f0403dbccd60 [2022-02-10T19:24:52.969Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-02-10T19:24:53.593Z] ---> 54be9830e0ed [2022-02-10T19:24:53.593Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-02-10T19:24:53.593Z] ---> Running in de9ffaf07477 [2022-02-10T19:24:53.876Z] Removing intermediate container de9ffaf07477 [2022-02-10T19:24:53.876Z] ---> ed51e3ca2c3b [2022-02-10T19:24:53.876Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-02-10T19:24:54.149Z] ---> Running in 23a75b9f0d80 [2022-02-10T19:24:54.432Z] Removing intermediate container 23a75b9f0d80 [2022-02-10T19:24:54.432Z] ---> 9b2f189d9dad [2022-02-10T19:24:54.432Z] Step 20/22 : LABEL arch=arm64 [2022-02-10T19:24:54.432Z] ---> Running in c5ef83bc7cb7 [2022-02-10T19:24:55.025Z] Removing intermediate container c5ef83bc7cb7 [2022-02-10T19:24:55.025Z] ---> 65b589da420a [2022-02-10T19:24:55.025Z] Step 21/22 : LABEL git_sha=4b4e12a45705336505badecbe602366b35133885 [2022-02-10T19:24:55.025Z] ---> Running in fc64b5919dab [2022-02-10T19:24:55.305Z] Removing intermediate container fc64b5919dab [2022-02-10T19:24:55.305Z] ---> a88e5ab565ab [2022-02-10T19:24:55.305Z] Step 22/22 : LABEL version=0.0.0 [2022-02-10T19:24:55.305Z] ---> Running in be9104ce8cb9 [2022-02-10T19:24:55.892Z] Removing intermediate container be9104ce8cb9 [2022-02-10T19:24:55.892Z] ---> 5cfe6b793b65 [2022-02-10T19:24:55.892Z] [2022-02-10T19:24:56.162Z] Successfully built 5cfe6b793b65 [2022-02-10T19:24:56.162Z] Successfully tagged support-notifications-arm64:latest [2022-02-10T19:24:56.444Z]  Building support-notifications ... done  [Pipeline] } [2022-02-10T19:24:56.465Z] $ docker stop --time=1 2f04be476c1493d7097819df4bd8ca006449c2a2c753199d3a6d57a712c0e003 [2022-02-10T19:24:58.088Z] $ docker rm -f 2f04be476c1493d7097819df4bd8ca006449c2a2c753199d3a6d57a712c0e003 [Pipeline] // withDockerContainer [Pipeline] sh [2022-02-10T19:24:58.660Z] + docker images [2022-02-10T19:24:58.928Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-02-10T19:24:58.928Z] support-notifications-arm64 latest 5cfe6b793b65 3 seconds ago 16MB [2022-02-10T19:24:58.928Z] core-metadata-arm64 latest 702b8e508d27 9 seconds ago 15.9MB [2022-02-10T19:24:58.928Z] security-bootstrapper-arm64 latest 3058a41ac2b9 11 seconds ago 18MB [2022-02-10T19:24:58.928Z] 27128ed254cb 13 seconds ago 1.59GB [2022-02-10T19:24:58.929Z] support-scheduler-arm64 latest 3b5b09a10b2f 16 seconds ago 15.3MB [2022-02-10T19:24:58.929Z] 2449e97c567e 18 seconds ago 1.6GB [2022-02-10T19:24:58.929Z] 0260edc967c1 26 seconds ago 1.59GB [2022-02-10T19:24:58.929Z] 86fdb8631ee7 43 seconds ago 1.59GB [2022-02-10T19:24:58.929Z] sys-mgmt-agent-arm64 latest 57cff19ed231 2 minutes ago 280MB [2022-02-10T19:24:58.929Z] core-data-arm64 latest ab476025ceb9 3 minutes ago 19.2MB [2022-02-10T19:24:58.929Z] security-secretstore-setup-arm64 latest d231fe685097 3 minutes ago 26.8MB [2022-02-10T19:24:58.929Z] security-proxy-setup-arm64 latest 3d1b0fd2e3f1 3 minutes ago 25.3MB [2022-02-10T19:24:58.929Z] core-command-arm64 latest d66c39b93138 3 minutes ago 15.1MB [2022-02-10T19:24:58.929Z] 2d2371873e50 3 minutes ago 1.6GB [2022-02-10T19:24:58.929Z] 695bafd27ce5 3 minutes ago 1.6GB [2022-02-10T19:24:58.929Z] 685814fd5e59 3 minutes ago 1.6GB [2022-02-10T19:24:58.929Z] 05cbc8dae164 3 minutes ago 1.59GB [2022-02-10T19:24:58.929Z] dad9798f9655 3 minutes ago 1.59GB [2022-02-10T19:24:58.929Z] ci-base-image-arm64 latest 15a4b6db9fc9 14 minutes ago 1.26GB [2022-02-10T19:24:58.929Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 8 days ago 551MB [2022-02-10T19:24:58.929Z] docker 20.10.10 520e9a0a30f7 2 months ago 200MB [2022-02-10T19:24:58.929Z] alpine 3.14 5b8b7b635229 3 months ago 5.35MB [2022-02-10T19:24:58.929Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 19 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-02-10T19:24:59.706Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-02-10T19:24:59.706Z] [2022-02-10T19:24:59.706Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-02-10T19:25:00.083Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-02-10T19:25:00.353Z] arm64: Pulling from edgex-lftools-log-publisher [2022-02-10T19:25:00.353Z] 448f6bf000e3: Pulling fs layer [2022-02-10T19:25:00.353Z] f757da607395: Pulling fs layer [2022-02-10T19:25:00.353Z] 05883995daec: Pulling fs layer [2022-02-10T19:25:00.353Z] 8603b9c90790: Pulling fs layer [2022-02-10T19:25:00.353Z] 1560dd03e051: Pulling fs layer [2022-02-10T19:25:00.353Z] 27f5ce0e4adf: Pulling fs layer [2022-02-10T19:25:00.353Z] c2d8d7efcc4b: Pulling fs layer [2022-02-10T19:25:00.353Z] 1560dd03e051: Waiting [2022-02-10T19:25:00.353Z] 27f5ce0e4adf: Waiting [2022-02-10T19:25:00.353Z] c2d8d7efcc4b: Waiting [2022-02-10T19:25:00.353Z] 8603b9c90790: Waiting [2022-02-10T19:25:00.353Z] f757da607395: Verifying Checksum [2022-02-10T19:25:00.353Z] f757da607395: Download complete [2022-02-10T19:25:00.353Z] 8603b9c90790: Verifying Checksum [2022-02-10T19:25:00.353Z] 8603b9c90790: Download complete [2022-02-10T19:25:00.353Z] 1560dd03e051: Verifying Checksum [2022-02-10T19:25:00.353Z] 1560dd03e051: Download complete [2022-02-10T19:25:00.353Z] 05883995daec: Verifying Checksum [2022-02-10T19:25:00.353Z] 05883995daec: Download complete [2022-02-10T19:25:00.353Z] 27f5ce0e4adf: Verifying Checksum [2022-02-10T19:25:00.353Z] 27f5ce0e4adf: Download complete [2022-02-10T19:25:00.944Z] 448f6bf000e3: Verifying Checksum [2022-02-10T19:25:00.945Z] 448f6bf000e3: Download complete [2022-02-10T19:25:03.553Z] c2d8d7efcc4b: Verifying Checksum [2022-02-10T19:25:03.553Z] c2d8d7efcc4b: Download complete [2022-02-10T19:25:04.143Z] 448f6bf000e3: Pull complete [2022-02-10T19:25:04.739Z] f757da607395: Pull complete [2022-02-10T19:25:06.167Z] 05883995daec: Pull complete [2022-02-10T19:25:06.438Z] 8603b9c90790: Pull complete [2022-02-10T19:25:07.410Z] 1560dd03e051: Pull complete [2022-02-10T19:25:07.691Z] 27f5ce0e4adf: Pull complete [2022-02-10T19:25:22.737Z] c2d8d7efcc4b: Pull complete [2022-02-10T19:25:22.737Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2022-02-10T19:25:22.737Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-02-10T19:25:22.737Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-02-10T19:25:22.990Z] prd-ubuntu18.04-docker-arm64-4c-16g-5006 does not seem to be running inside a container [2022-02-10T19:25:23.077Z] $ 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-02-10T19:25:26.056Z] $ docker top 02606c9f7adb28dd737efeadf7cb66b25e0eded12764653cea3b57d93c98e832 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-02-10T19:25:27.100Z] ---> job-cost.sh [2022-02-10T19:25:27.100Z] lf-activate-venv: SKIPPING [2022-02-10T19:25:27.100Z] INFO: No Stack... [2022-02-10T19:25:27.372Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-02-10T19:25:27.642Z] INFO: Archiving Costs [Pipeline] sh [2022-02-10T19:25:28.322Z] + cut -d, -f6 [2022-02-10T19:25:28.322Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2022-02-10T19:25:28.378Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3882-1-stack-cost] [2022-02-10T19:25:28.384Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3882-1-stack-cost] did not exist. Created. [2022-02-10T19:25:28.384Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3882-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-02-10T19:25:29.161Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-02-10T19:25:29.341Z] Stashed 1 file(s) [Pipeline] } [2022-02-10T19:25:29.358Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3882-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-02-10T19:25:29.444Z] $ docker stop --time=1 02606c9f7adb28dd737efeadf7cb66b25e0eded12764653cea3b57d93c98e832 [2022-02-10T19:25:30.933Z] $ docker rm -f 02606c9f7adb28dd737efeadf7cb66b25e0eded12764653cea3b57d93c98e832 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-02-10T19:25:32.024Z] provisioning config files... [2022-02-10T19:25:32.034Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config1608800873301457730tmp [Pipeline] { [Pipeline] sh [2022-02-10T19:25:32.368Z] + set +x [2022-02-10T19:25:32.368Z] + curl -s https://codecov.io/bash [2022-02-10T19:25:32.368Z] + bash -s -- [2022-02-10T19:25:32.368Z] [2022-02-10T19:25:32.368Z] _____ _ [2022-02-10T19:25:32.368Z] / ____| | | [2022-02-10T19:25:32.368Z] | | ___ __| | ___ ___ _____ __ [2022-02-10T19:25:32.368Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-02-10T19:25:32.368Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-02-10T19:25:32.368Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-02-10T19:25:32.368Z] Bash-1.0.6 [2022-02-10T19:25:32.368Z] [2022-02-10T19:25:32.368Z] [2022-02-10T19:25:32.368Z] ==> git version 2.24.4 found [2022-02-10T19:25:32.368Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2022-02-10T19:25:32.368Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2022-02-10T19:25:32.368Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2022-02-10T19:25:32.630Z] ==> Jenkins CI detected. [2022-02-10T19:25:32.630Z] current dir:  /w/workspace/edgex-go/1 [2022-02-10T19:25:32.630Z] project root: . [2022-02-10T19:25:32.630Z] --> token set from env [2022-02-10T19:25:32.630Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-02-10T19:25:32.630Z] ==> Running gcov in . (disable via -X gcov) [2022-02-10T19:25:32.630Z] ==> Python coveragepy not found [2022-02-10T19:25:32.630Z] ==> Searching for coverage reports in: [2022-02-10T19:25:32.630Z] + . [2022-02-10T19:25:32.630Z] -> Found 1 reports [2022-02-10T19:25:32.630Z] ==> Detecting git/mercurial file structure [2022-02-10T19:25:32.630Z] ==> Reading reports [2022-02-10T19:25:32.630Z] + ./coverage.out bytes=428383 [2022-02-10T19:25:32.630Z] ==> Appending adjustments [2022-02-10T19:25:32.630Z] https://docs.codecov.io/docs/fixing-reports [2022-02-10T19:25:34.014Z] + Found adjustments [2022-02-10T19:25:34.014Z] ==> Gzipping contents [2022-02-10T19:25:34.014Z] 60K /tmp/codecov.ZGX6O0.gz [2022-02-10T19:25:34.014Z] ==> Uploading reports [2022-02-10T19:25:34.014Z] url: https://codecov.io [2022-02-10T19:25:34.014Z] query: branch=PR-3882&commit=4b4e12a45705336505badecbe602366b35133885&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3882%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3882&job=&cmd_args= [2022-02-10T19:25:34.014Z] -> Pinging Codecov [2022-02-10T19:25:34.014Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3882&commit=4b4e12a45705336505badecbe602366b35133885&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3882%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3882&job=&cmd_args= [2022-02-10T19:25:34.953Z] -> Uploading to [2022-02-10T19:25:34.953Z] https://storage.googleapis.com/codecov/v4/raw/2022-02-10/00271124DB129430A58F1EEE437C3FCB/4b4e12a45705336505badecbe602366b35133885/ad6c06cb-5c1e-4298-ac8e-1ff7bedd2e34.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220210%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220210T192534Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1e5980f0df362739c2c69ce96bc43d691581dfbc2c540673995f13030d4f5a6a [2022-02-10T19:25:34.953Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-02-10T19:25:34.953Z] Dload Upload Total Spent Left Speed [2022-02-10T19:25:35.214Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57987 0 0 100 57987 0 173k --:--:-- --:--:-- --:--:-- 173k [2022-02-10T19:25:35.214Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/4b4e12a45705336505badecbe602366b35133885 [Pipeline] } [2022-02-10T19:25:35.244Z] 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-02-10T19:25:36.642Z] + '[' -d /w/workspace/edgex-go/1/archives ']' [Pipeline] libraryResource [Pipeline] sh [2022-02-10T19:25:36.976Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-02-10T19:25:37.562Z] ---> package-listing.sh [2022-02-10T19:25:37.562Z] ++ tr '[:upper:]' '[:lower:]' [2022-02-10T19:25:37.562Z] ++ facter osfamily [2022-02-10T19:25:37.820Z] + OS_FAMILY=redhat [2022-02-10T19:25:37.820Z] + workspace=/w/workspace/edgex-go/1 [2022-02-10T19:25:37.820Z] + START_PACKAGES=/tmp/packages_start.txt [2022-02-10T19:25:37.820Z] + END_PACKAGES=/tmp/packages_end.txt [2022-02-10T19:25:37.820Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-02-10T19:25:37.820Z] + PACKAGES=/tmp/packages_start.txt [2022-02-10T19:25:37.820Z] + '[' /w/workspace/edgex-go/1 ']' [2022-02-10T19:25:37.820Z] + PACKAGES=/tmp/packages_end.txt [2022-02-10T19:25:37.820Z] + case "${OS_FAMILY}" in [2022-02-10T19:25:37.820Z] + rpm -qa [2022-02-10T19:25:37.820Z] + sort [2022-02-10T19:25:42.016Z] + '[' -f /tmp/packages_start.txt ']' [2022-02-10T19:25:42.016Z] + '[' -f /tmp/packages_end.txt ']' [2022-02-10T19:25:42.016Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-02-10T19:25:42.016Z] + '[' /w/workspace/edgex-go/1 ']' [2022-02-10T19:25:42.016Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-02-10T19:25:42.016Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-02-10T19:25:42.053Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-02-10T19:25:42.351Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-02-10T19:25:42.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-02-10T19:25:42.956Z] [2022-02-10T19:25:42.956Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-02-10T19:25:43.304Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-02-10T19:25:43.304Z] latest: Pulling from edgex-lftools-log-publisher [2022-02-10T19:25:43.304Z] b4d181a07f80: Pulling fs layer [2022-02-10T19:25:43.304Z] a1111a8f2ec3: Pulling fs layer [2022-02-10T19:25:43.304Z] ed53099fbce6: Pulling fs layer [2022-02-10T19:25:43.304Z] dc539afda2c1: Pulling fs layer [2022-02-10T19:25:43.304Z] 77bc0d833cb6: Pulling fs layer [2022-02-10T19:25:43.304Z] 9065ff56babe: Pulling fs layer [2022-02-10T19:25:43.304Z] d287ab97295c: Pulling fs layer [2022-02-10T19:25:43.304Z] dc539afda2c1: Waiting [2022-02-10T19:25:43.304Z] 9065ff56babe: Waiting [2022-02-10T19:25:43.304Z] 77bc0d833cb6: Waiting [2022-02-10T19:25:43.304Z] d287ab97295c: Waiting [2022-02-10T19:25:43.304Z] a1111a8f2ec3: Verifying Checksum [2022-02-10T19:25:43.304Z] a1111a8f2ec3: Download complete [2022-02-10T19:25:43.304Z] dc539afda2c1: Verifying Checksum [2022-02-10T19:25:43.304Z] dc539afda2c1: Download complete [2022-02-10T19:25:43.304Z] ed53099fbce6: Verifying Checksum [2022-02-10T19:25:43.304Z] ed53099fbce6: Download complete [2022-02-10T19:25:43.304Z] 9065ff56babe: Verifying Checksum [2022-02-10T19:25:43.304Z] 9065ff56babe: Download complete [2022-02-10T19:25:43.575Z] 77bc0d833cb6: Verifying Checksum [2022-02-10T19:25:43.575Z] 77bc0d833cb6: Download complete [2022-02-10T19:25:43.575Z] b4d181a07f80: Verifying Checksum [2022-02-10T19:25:43.575Z] b4d181a07f80: Download complete [2022-02-10T19:25:44.167Z] d287ab97295c: Verifying Checksum [2022-02-10T19:25:44.167Z] d287ab97295c: Download complete [2022-02-10T19:25:44.744Z] b4d181a07f80: Pull complete [2022-02-10T19:25:45.004Z] a1111a8f2ec3: Pull complete [2022-02-10T19:25:45.584Z] ed53099fbce6: Pull complete [2022-02-10T19:25:45.584Z] dc539afda2c1: Pull complete [2022-02-10T19:25:45.851Z] 77bc0d833cb6: Pull complete [2022-02-10T19:25:45.851Z] 9065ff56babe: Pull complete [2022-02-10T19:25:51.174Z] d287ab97295c: Pull complete [2022-02-10T19:25:51.174Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2022-02-10T19:25:51.174Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-02-10T19:25:51.174Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-02-10T19:25:51.263Z] prd-centos7-docker-4c-2g-5004 does not seem to be running inside a container [2022-02-10T19:25:51.290Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-02-10T19:25:54.783Z] $ docker top 4e146851fc793271173a5002034ebd0934559a0bad11b7a601c2519e26b29464 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-02-10T19:25:55.187Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-02-10T19:25:55.509Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-02-10T19:25:55.829Z] + ls /var/log/sa-host [2022-02-10T19:25:55.829Z] + sadf -c /var/log/sa-host/sa10 [2022-02-10T19:25:55.829Z] file_magic: OK [2022-02-10T19:25:55.829Z] HZ: Using current value: 100 [2022-02-10T19:25:55.829Z] file_header: OK [2022-02-10T19:25:55.829Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2022-02-10T19:25:55.829Z] Statistics: [2022-02-10T19:25:55.829Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-02-10T19:25:55.829Z] File successfully converted to sysstat format version 12.0.3 [2022-02-10T19:25:55.829Z] + sadf -c /var/log/sa-host/sa17 [2022-02-10T19:25:55.829Z] file_magic: OK [2022-02-10T19:25:55.829Z] HZ: Using current value: 100 [2022-02-10T19:25:55.829Z] file_header: OK [2022-02-10T19:25:55.829Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2022-02-10T19:25:55.829Z] Statistics: [2022-02-10T19:25:55.829Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-02-10T19:25:55.829Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-02-10T19:25:56.111Z] provisioning config files... [2022-02-10T19:25:56.120Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config9103659626932379885tmp [Pipeline] { [Pipeline] echo [2022-02-10T19:25:56.171Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-02-10T19:25:56.489Z] ---> create-netrc.sh [Pipeline] } [2022-02-10T19:25:56.516Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-02-10T19:25:56.936Z] ---> python-tools-install.sh [Pipeline] echo [2022-02-10T19:25:56.973Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-02-10T19:25:57.288Z] ---> sudo-logs.sh [2022-02-10T19:25:57.288Z] Archiving 'sudo' log.. [2022-02-10T19:25:57.288Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-5004.novalocal: Name or service not known [2022-02-10T19:25:57.288Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-5004.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2022-02-10T19:25:57.376Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-02-10T19:25:57.694Z] ---> job-cost.sh [2022-02-10T19:25:57.694Z] lf-activate-venv: SKIPPING [2022-02-10T19:25:57.694Z] DEBUG: total: 0.10999999940395355 [2022-02-10T19:25:57.694Z] INFO: Retrieving Stack Cost... [2022-02-10T19:25:57.954Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2022-02-10T19:25:58.217Z] INFO: Archiving Costs [Pipeline] echo [2022-02-10T19:25:58.258Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-02-10T19:25:58.575Z] ---> logs-deploy.sh [2022-02-10T19:25:58.575Z] lf-activate-venv: SKIPPING [2022-02-10T19:25:58.575Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3882/1 [2022-02-10T19:25:58.575Z] INFO: archiving workspace using pattern(s): [2022-02-10T19:25:59.147Z] Archives upload complete. [2022-02-10T19:25:59.409Z] INFO: archiving logs to Nexus