Pull request #3855 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe+744b2ca0a98b60adf4684d7292cc95234626d583 (310a5e82d3b290168c0240d6febeb2edbc82d75b) 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-ssh12807849196313388547.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 32edd24ee733e309d05e35b1f887f14b07bde6d0 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-ssh7406504871618768275.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 32edd24ee733e309d05e35b1f887f14b07bde6d0 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-3855/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-3855/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh17080439137337290453.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-3855/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh9556408877485110969.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 32edd24ee733e309d05e35b1f887f14b07bde6d0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 32edd24ee733e309d05e35b1f887f14b07bde6d0 # timeout=10 Commit message: "Merge pull request #369 from ernestojeda/revert-script-move" > 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-ssh449102814741092633.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-3855/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-3855/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh280053620245273763.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 32edd24ee733e309d05e35b1f887f14b07bde6d0 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-909 in /w/workspace/edgexfoundry_edgex-go_PR-3855 [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-ssh7523041076217097811.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-ssh2497033176070540858.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3855/head:refs/remotes/origin/PR-3855 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 744b2ca0a98b60adf4684d7292cc95234626d583 into PR head commit 7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe Merge succeeded, producing 7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe Checking out Revision 7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe (PR-3855) > git config core.sparsecheckout # timeout=10 > git checkout -f 7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe # 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-ssh6089700780777067255.key > git merge 744b2ca0a98b60adf4684d7292cc95234626d583 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 32edd24ee733e309d05e35b1f887f14b07bde6d0 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-01-06T19:07:55.835Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-01-06T19:07:56.015Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-01-06T19:07:56.127Z] ========================================================= [2022-01-06T19:07:56.127Z] EdgeX Global Pipelines Version Info [2022-01-06T19:07:56.127Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-01-06T19:07:57.333Z] ------------------- [2022-01-06T19:07:57.334Z] stable info: [2022-01-06T19:07:57.334Z] ------------------- [2022-01-06T19:07:57.334Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-01-06T19:07:57.334Z] Commit SHA: 32edd24ee733e309d05e35b1f887f14b07bde6d0 [2022-01-06T19:07:57.334Z] Message: update stable to v1.0.217 [2022-01-06T19:07:57.917Z] ------------------- [2022-01-06T19:07:57.917Z] experimental info: [2022-01-06T19:07:57.917Z] ------------------- [2022-01-06T19:07:57.917Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-01-06T19:07:57.917Z] Commit SHA: 7a502be46133bd83b74f613648f1d59e9d9e8641 [2022-01-06T19:07:57.917Z] Message: update experimental to v1.0.218 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-01-06T19:07:58.158Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-01-06T19:07:58.201Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-01-06T19:07:58.238Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-01-06T19:07:58.280Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-01-06T19:07:58.318Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-01-06T19:07:58.357Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2022-01-06T19:07:58.398Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-01-06T19:07:58.437Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-01-06T19:07:58.476Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-01-06T19:07:58.515Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-01-06T19:07:58.556Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-01-06T19:07:58.591Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-01-06T19:07:58.626Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-01-06T19:07:58.662Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-01-06T19:07:58.697Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-01-06T19:07:58.733Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-01-06T19:07:58.772Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-01-06T19:07:58.808Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-01-06T19:07:58.845Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-01-06T19:07:58.889Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-01-06T19:07:58.925Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2022-01-06T19:07:58.962Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-01-06T19:07:58.998Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3855 [Pipeline] echo [2022-01-06T19:07:59.036Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3855 [Pipeline] echo [2022-01-06T19:07:59.071Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3855 [Pipeline] echo [2022-01-06T19:07:59.106Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [Pipeline] echo [2022-01-06T19:07:59.146Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7baa8cc [Pipeline] echo [2022-01-06T19:07:59.186Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-06T19:07:59.303Z] provisioning config files... [2022-01-06T19:07:59.318Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5271861031989521777tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-06T19:07:59.665Z] ---> docker-login.sh [2022-01-06T19:07:59.665Z] nexus3.edgexfoundry.org:10001 [2022-01-06T19:07:59.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-06T19:07:59.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-06T19:07:59.936Z] Configure a credential helper to remove this warning. See [2022-01-06T19:07:59.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-06T19:07:59.936Z] [2022-01-06T19:07:59.936Z] Login Succeeded [2022-01-06T19:07:59.936Z] nexus3.edgexfoundry.org:10002 [2022-01-06T19:07:59.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-06T19:07:59.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-06T19:07:59.936Z] Configure a credential helper to remove this warning. See [2022-01-06T19:07:59.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-06T19:07:59.936Z] [2022-01-06T19:07:59.936Z] Login Succeeded [2022-01-06T19:07:59.936Z] nexus3.edgexfoundry.org:10003 [2022-01-06T19:08:00.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-06T19:08:00.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-06T19:08:00.214Z] Configure a credential helper to remove this warning. See [2022-01-06T19:08:00.214Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-06T19:08:00.214Z] [2022-01-06T19:08:00.214Z] Login Succeeded [2022-01-06T19:08:00.214Z] nexus3.edgexfoundry.org:10004 [2022-01-06T19:08:00.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-06T19:08:00.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-06T19:08:00.214Z] Configure a credential helper to remove this warning. See [2022-01-06T19:08:00.214Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-06T19:08:00.214Z] [2022-01-06T19:08:00.214Z] Login Succeeded [2022-01-06T19:08:00.214Z] docker.io [2022-01-06T19:08:00.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-06T19:08:00.789Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-06T19:08:00.789Z] Configure a credential helper to remove this warning. See [2022-01-06T19:08:00.789Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-06T19:08:00.789Z] [2022-01-06T19:08:00.789Z] Login Succeeded [2022-01-06T19:08:00.789Z] ---> docker-login.sh ends [Pipeline] } [2022-01-06T19:08:00.819Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-01-06T19:08:01.261Z] ++ 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-01-06T19:08:01.261Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-06T19:08:01.261Z] ++ dirname cmd/core-command/Dockerfile [2022-01-06T19:08:01.261Z] ++ cut -d/ -f2 [2022-01-06T19:08:01.261Z] + echo core-command,cmd/core-command/Dockerfile [2022-01-06T19:08:01.261Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-06T19:08:01.261Z] ++ dirname cmd/core-data/Dockerfile [2022-01-06T19:08:01.261Z] ++ cut -d/ -f2 [2022-01-06T19:08:01.261Z] + echo core-data,cmd/core-data/Dockerfile [2022-01-06T19:08:01.261Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-06T19:08:01.261Z] ++ dirname cmd/core-metadata/Dockerfile [2022-01-06T19:08:01.261Z] ++ cut -d/ -f2 [2022-01-06T19:08:01.261Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-01-06T19:08:01.261Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-06T19:08:01.261Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2022-01-06T19:08:01.261Z] ++ cut -d/ -f2 [2022-01-06T19:08:01.261Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-01-06T19:08:01.261Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-06T19:08:01.261Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2022-01-06T19:08:01.261Z] ++ cut -d/ -f2 [2022-01-06T19:08:01.261Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-01-06T19:08:01.261Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-06T19:08:01.261Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2022-01-06T19:08:01.261Z] ++ cut -d/ -f2 [2022-01-06T19:08:01.261Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-01-06T19:08:01.261Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-06T19:08:01.261Z] ++ dirname cmd/support-notifications/Dockerfile [2022-01-06T19:08:01.261Z] ++ cut -d/ -f2 [2022-01-06T19:08:01.261Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-01-06T19:08:01.261Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-06T19:08:01.261Z] ++ dirname cmd/support-scheduler/Dockerfile [2022-01-06T19:08:01.261Z] ++ cut -d/ -f2 [2022-01-06T19:08:01.261Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-01-06T19:08:01.261Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-06T19:08:01.261Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2022-01-06T19:08:01.261Z] ++ cut -d/ -f2 [2022-01-06T19:08:01.261Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-01-06T19:08:01.317Z] 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-01-06T19:08:01.828Z] + git rev-list -1 --merges 7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe~1..7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [Pipeline] echo [2022-01-06T19:08:01.866Z] -----------> git rev-list -1 --merges 7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe~1..7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe 7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [false] [Pipeline] sh [2022-01-06T19:08:02.184Z] + git log --format=format:%s -1 7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [Pipeline] echo [2022-01-06T19:08:02.226Z] ========================================================= [2022-01-06T19:08:02.226Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-01-06T19:08:02.226Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-01-06T19:08:02.699Z] + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts [2022-01-06T19:08:02.699Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-01-06T19:08:02.699Z] + '[' -e /tmp/ssh_known_hosts ']' [2022-01-06T19:08:02.699Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-01-06T19:08:02.699Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-01-06T19:08:02.699Z] + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' [2022-01-06T19:08:02.699Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-01-06T19:08:03.079Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-06T19:08:03.079Z] [2022-01-06T19:08:03.079Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-01-06T19:08:03.430Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-06T19:08:03.430Z] latest: Pulling from edgex-devops/git-semver [2022-01-06T19:08:03.430Z] a0d0a0d46f8b: Pulling fs layer [2022-01-06T19:08:03.430Z] 3e5f54012d9b: Pulling fs layer [2022-01-06T19:08:03.430Z] 4c7163046ea9: Pulling fs layer [2022-01-06T19:08:03.430Z] 0c2d73faf560: Pulling fs layer [2022-01-06T19:08:03.430Z] 0c2d73faf560: Waiting [2022-01-06T19:08:03.430Z] 3e5f54012d9b: Verifying Checksum [2022-01-06T19:08:03.430Z] 3e5f54012d9b: Download complete [2022-01-06T19:08:03.430Z] a0d0a0d46f8b: Verifying Checksum [2022-01-06T19:08:03.430Z] a0d0a0d46f8b: Download complete [2022-01-06T19:08:03.430Z] 4c7163046ea9: Verifying Checksum [2022-01-06T19:08:03.430Z] 4c7163046ea9: Download complete [2022-01-06T19:08:03.430Z] 0c2d73faf560: Verifying Checksum [2022-01-06T19:08:03.430Z] 0c2d73faf560: Download complete [2022-01-06T19:08:03.694Z] a0d0a0d46f8b: Pull complete [2022-01-06T19:08:03.694Z] 3e5f54012d9b: Pull complete [2022-01-06T19:08:03.958Z] 4c7163046ea9: Pull complete [2022-01-06T19:08:04.228Z] 0c2d73faf560: Pull complete [2022-01-06T19:08:04.228Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-01-06T19:08:04.228Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-06T19:08:04.228Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-01-06T19:08:04.333Z] prd-centos7-docker-4c-2g-909 does not seem to be running inside a container [2022-01-06T19:08:04.376Z] $ 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-01-06T19:08:05.127Z] $ docker top 7dca516fb457b653b073b4cc1c044a0fb6f636a8b83def06b6f11688f31b1897 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-01-06T19:08:05.316Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-01-06T19:08:05.316Z] [ssh-agent] Looking for ssh-agent implementation... [2022-01-06T19:08:05.414Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-01-06T19:08:05.418Z] $ docker exec 7dca516fb457b653b073b4cc1c044a0fb6f636a8b83def06b6f11688f31b1897 ssh-agent [2022-01-06T19:08:05.514Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXJldJim/agent.15 [2022-01-06T19:08:05.514Z] SSH_AGENT_PID=21 [2022-01-06T19:08:05.520Z] Running ssh-add (command line suppressed) [2022-01-06T19:08:05.609Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_1233588797039257935.key (/w/workspace/edgex-go/1@tmp/private_key_1233588797039257935.key) [2022-01-06T19:08:05.621Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-01-06T19:08:05.973Z] + git tag --points-at HEAD [Pipeline] } [2022-01-06T19:08:05.995Z] $ docker exec --env ******** --env ******** 7dca516fb457b653b073b4cc1c044a0fb6f636a8b83def06b6f11688f31b1897 ssh-agent -k [2022-01-06T19:08:06.086Z] unset SSH_AUTH_SOCK; [2022-01-06T19:08:06.086Z] unset SSH_AGENT_PID; [2022-01-06T19:08:06.086Z] echo Agent pid 21 killed; [2022-01-06T19:08:06.099Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-01-06T19:08:06.183Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-01-06T19:08:06.183Z] [ssh-agent] Looking for ssh-agent implementation... [2022-01-06T19:08:06.288Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-01-06T19:08:06.292Z] $ docker exec 7dca516fb457b653b073b4cc1c044a0fb6f636a8b83def06b6f11688f31b1897 ssh-agent [2022-01-06T19:08:06.376Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXbJipFk/agent.53 [2022-01-06T19:08:06.376Z] SSH_AGENT_PID=60 [2022-01-06T19:08:06.382Z] Running ssh-add (command line suppressed) [2022-01-06T19:08:06.464Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_7246451524658514024.key (/w/workspace/edgex-go/1@tmp/private_key_7246451524658514024.key) [2022-01-06T19:08:06.476Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-01-06T19:08:06.820Z] + git semver init [2022-01-06T19:08:06.820Z] # -> Open(): unable to determine branch for HEAD [2022-01-06T19:08:06.820Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2022-01-06T19:08:06.820Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2022-01-06T19:08:06.820Z] # $SEMVER_REMOTE_NAME = origin [2022-01-06T19:08:06.820Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-01-06T19:08:06.820Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-01-06T19:08:06.820Z] # $SEMVER_BRANCH = PR-3855 [2022-01-06T19:08:06.820Z] # $SEMVER_TEMP = /tmp/semver-555107597 [2022-01-06T19:08:06.820Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-01-06T19:08:21.774Z] # '/tmp/semver-555107597' -> '/w/workspace/edgex-go/1/.semver' [2022-01-06T19:08:21.774Z] # -> Force: false [2022-01-06T19:08:21.774Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2022-01-06T19:08:21.803Z] $ docker exec --env ******** --env ******** 7dca516fb457b653b073b4cc1c044a0fb6f636a8b83def06b6f11688f31b1897 ssh-agent -k [2022-01-06T19:08:21.918Z] unset SSH_AUTH_SOCK; [2022-01-06T19:08:21.919Z] unset SSH_AGENT_PID; [2022-01-06T19:08:21.919Z] echo Agent pid 60 killed; [2022-01-06T19:08:21.932Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-01-06T19:08:22.378Z] + git semver [Pipeline] } [2022-01-06T19:08:22.407Z] $ docker stop --time=1 7dca516fb457b653b073b4cc1c044a0fb6f636a8b83def06b6f11688f31b1897 [2022-01-06T19:08:24.654Z] $ docker rm -f 7dca516fb457b653b073b4cc1c044a0fb6f636a8b83def06b6f11688f31b1897 [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-06T19:08:25.105Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-01-06T19:08:25.404Z] Stashed 1 file(s) [Pipeline] echo [2022-01-06T19:08:25.420Z] [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-01-06T19:08:25.889Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-01-06T19:08:25.918Z] ========================================================= [2022-01-06T19:08:25.918Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2022-01-06T19:08:25.918Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-01-06T19:08:26.275Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2022-01-06T19:08:26.275Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2022-01-06T19:08:26.275Z] a0d0a0d46f8b: Already exists [2022-01-06T19:08:26.275Z] 31adcdaf11c8: Pulling fs layer [2022-01-06T19:08:26.275Z] b8b176561691: Pulling fs layer [2022-01-06T19:08:26.276Z] 4527c011a84f: Pulling fs layer [2022-01-06T19:08:26.276Z] 5d74067f8e1e: Pulling fs layer [2022-01-06T19:08:26.276Z] e0aca202a116: Pulling fs layer [2022-01-06T19:08:26.276Z] 3a43be97a3b4: Pulling fs layer [2022-01-06T19:08:26.276Z] 34cad66bf833: Pulling fs layer [2022-01-06T19:08:26.276Z] b4e3c513aaa6: Pulling fs layer [2022-01-06T19:08:26.276Z] 5d74067f8e1e: Waiting [2022-01-06T19:08:26.276Z] e0aca202a116: Waiting [2022-01-06T19:08:26.276Z] b4e3c513aaa6: Waiting [2022-01-06T19:08:26.276Z] 3a43be97a3b4: Waiting [2022-01-06T19:08:26.276Z] 34cad66bf833: Waiting [2022-01-06T19:08:26.276Z] b8b176561691: Download complete [2022-01-06T19:08:26.276Z] 31adcdaf11c8: Verifying Checksum [2022-01-06T19:08:26.276Z] 31adcdaf11c8: Download complete [2022-01-06T19:08:26.276Z] 5d74067f8e1e: Verifying Checksum [2022-01-06T19:08:26.276Z] 5d74067f8e1e: Download complete [2022-01-06T19:08:26.276Z] e0aca202a116: Verifying Checksum [2022-01-06T19:08:26.276Z] e0aca202a116: Download complete [2022-01-06T19:08:26.276Z] 3a43be97a3b4: Verifying Checksum [2022-01-06T19:08:26.276Z] 3a43be97a3b4: Download complete [2022-01-06T19:08:26.538Z] 34cad66bf833: Verifying Checksum [2022-01-06T19:08:26.538Z] 34cad66bf833: Download complete [2022-01-06T19:08:26.538Z] 31adcdaf11c8: Pull complete [2022-01-06T19:08:26.805Z] b8b176561691: Pull complete [2022-01-06T19:08:26.805Z] b4e3c513aaa6: Download complete [2022-01-06T19:08:27.066Z] 4527c011a84f: Verifying Checksum [2022-01-06T19:08:27.066Z] 4527c011a84f: Download complete [2022-01-06T19:08:31.307Z] 4527c011a84f: Pull complete [2022-01-06T19:08:31.307Z] 5d74067f8e1e: Pull complete [2022-01-06T19:08:31.307Z] e0aca202a116: Pull complete [2022-01-06T19:08:31.307Z] 3a43be97a3b4: Pull complete [2022-01-06T19:08:31.307Z] 34cad66bf833: Pull complete [2022-01-06T19:08:33.882Z] b4e3c513aaa6: Pull complete [2022-01-06T19:08:33.882Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2022-01-06T19:08:33.882Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2022-01-06T19:08:33.882Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2022-01-06T19:08:34.250Z] + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2022-01-06T19:08:34.250Z] WORKDIR /edgex [2022-01-06T19:08:34.250Z] COPY go.mod . [2022-01-06T19:08:34.250Z] RUN go mod download' [2022-01-06T19:08:34.250Z] + docker build -t ci-base-image-x86_64 -f - . [2022-01-06T19:08:35.641Z] Sending build context to Docker daemon 333.7MB [2022-01-06T19:08:35.641Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2022-01-06T19:08:35.641Z] ---> 9f6097aaca64 [2022-01-06T19:08:35.641Z] Step 2/4 : WORKDIR /edgex [2022-01-06T19:08:38.192Z] ---> Running in e4e7f026d1c6 [2022-01-06T19:08:38.192Z] Removing intermediate container e4e7f026d1c6 [2022-01-06T19:08:38.192Z] ---> 48f837735bcd [2022-01-06T19:08:38.192Z] Step 3/4 : COPY go.mod . [2022-01-06T19:08:38.192Z] ---> bc4e0cae5d3f [2022-01-06T19:08:38.192Z] Step 4/4 : RUN go mod download [2022-01-06T19:08:38.192Z] ---> Running in 32cff22101c2 [2022-01-06T19:08:40.724Z] Still waiting to schedule task [2022-01-06T19:08:40.724Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-906’ is offline [2022-01-06T19:09:10.360Z] Removing intermediate container 32cff22101c2 [2022-01-06T19:09:10.360Z] ---> f462b601cdeb [2022-01-06T19:09:10.360Z] Successfully built f462b601cdeb [2022-01-06T19:09:10.360Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-01-06T19:09:10.688Z] + docker inspect -f . ci-base-image-x86_64 [2022-01-06T19:09:10.688Z] . [Pipeline] withDockerContainer [2022-01-06T19:09:10.776Z] prd-centos7-docker-4c-2g-909 does not seem to be running inside a container [2022-01-06T19:09:10.803Z] $ 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-01-06T19:09:11.186Z] $ docker top b7df2b82667b4d1a7015330b639242334e4e4aa8462cda89ef2eb0e3b5e43160 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-06T19:09:11.606Z] + go version [2022-01-06T19:09:11.606Z] go version go1.16.8 linux/amd64 [Pipeline] } [2022-01-06T19:09:11.635Z] $ docker stop --time=1 b7df2b82667b4d1a7015330b639242334e4e4aa8462cda89ef2eb0e3b5e43160 [2022-01-06T19:09:12.804Z] $ docker rm -f b7df2b82667b4d1a7015330b639242334e4e4aa8462cda89ef2eb0e3b5e43160 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-06T19:09:13.449Z] + docker inspect -f . ci-base-image-x86_64 [2022-01-06T19:09:13.449Z] . [Pipeline] withDockerContainer [2022-01-06T19:09:13.538Z] prd-centos7-docker-4c-2g-909 does not seem to be running inside a container [2022-01-06T19:09:13.567Z] $ 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-01-06T19:09:13.896Z] $ docker top 85289e08366b77660306c409f3686b40f1f4cbd129ef992368b5bc0ab169c440 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-01-06T19:09:14.003Z] ========================================================= [2022-01-06T19:09:14.003Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-01-06T19:09:14.003Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-01-06T19:09:14.359Z] + make test [2022-01-06T19:09:14.360Z] go mod tidy [2022-01-06T19:09:14.360Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-01-06T19:09:19.666Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-01-06T19:09:37.913Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-01-06T19:09:42.186Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-01-06T19:09:42.186Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-01-06T19:09:42.448Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-01-06T19:09:45.017Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-01-06T19:09:45.618Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-01-06T19:09:45.619Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-01-06T19:09:45.619Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-01-06T19:09:46.222Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-01-06T19:09:46.486Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-01-06T19:09:46.755Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-01-06T19:09:46.755Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-01-06T19:09:46.755Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-01-06T19:09:46.755Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-01-06T19:09:48.721Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.045s coverage: 28.7% of statements [2022-01-06T19:09:48.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-01-06T19:09:48.721Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-01-06T19:09:49.694Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.065s coverage: 98.5% of statements [2022-01-06T19:09:49.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-01-06T19:09:49.962Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.078s coverage: 44.7% of statements [2022-01-06T19:09:49.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-01-06T19:09:49.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-01-06T19:09:50.921Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.119s coverage: 89.5% of statements [2022-01-06T19:09:50.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-01-06T19:09:50.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-01-06T19:09:52.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.049s coverage: 84.4% of statements [2022-01-06T19:09:52.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-01-06T19:09:52.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-01-06T19:09:52.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-01-06T19:09:52.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-01-06T19:09:52.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-01-06T19:09:52.580Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.273s coverage: 94.2% of statements [2022-01-06T19:09:52.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-01-06T19:09:52.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-01-06T19:09:52.580Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.056s coverage: 59.1% of statements [2022-01-06T19:09:52.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-01-06T19:09:52.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-01-06T19:09:52.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-01-06T19:09:52.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-01-06T19:09:52.580Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-01-06T19:09:53.166Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.068s coverage: 60.0% of statements [2022-01-06T19:09:53.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-01-06T19:09:53.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-01-06T19:09:53.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-01-06T19:09:53.748Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.049s coverage: 0.9% of statements [2022-01-06T19:09:53.748Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-01-06T19:09:53.748Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.079s coverage: 58.8% of statements [2022-01-06T19:09:54.327Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.045s coverage: 21.7% of statements [2022-01-06T19:09:54.327Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-01-06T19:09:54.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 47.1% of statements [2022-01-06T19:09:54.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.049s coverage: 79.5% of statements [2022-01-06T19:09:54.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.042s coverage: 94.1% of statements [2022-01-06T19:09:55.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements [2022-01-06T19:09:55.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements [2022-01-06T19:10:07.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.055s coverage: 94.4% of statements [2022-01-06T19:10:07.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements [2022-01-06T19:10:08.138Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-910 in /w/workspace/edgexfoundry_edgex-go_PR-3855 [Pipeline] { [Pipeline] ws [2022-01-06T19:10:08.180Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-01-06T19:10:08.470Z] The recommended git tool is: git [2022-01-06T19:10:12.942Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.191s coverage: 82.5% of statements [2022-01-06T19:10:12.942Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-01-06T19:10:12.991Z] using credential edgex-jenkins-ssh [2022-01-06T19:10:13.006Z] Cloning the remote Git repository [2022-01-06T19:10:13.049Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-01-06T19:10:13.120Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-01-06T19:10:13.202Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-01-06T19:10:13.203Z] > git --version # timeout=10 [2022-01-06T19:10:13.300Z] > git --version # 'git version 2.17.1' [2022-01-06T19:10:13.302Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-06T19:10:13.395Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-06T19:10:30.283Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-01-06T19:10:30.303Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-06T19:10:30.328Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-01-06T19:10:30.374Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-01-06T19:10:30.375Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-06T19:10:30.389Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3855/head:refs/remotes/origin/PR-3855 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-01-06T19:10:31.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements [2022-01-06T19:10:31.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-01-06T19:10:31.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-01-06T19:10:31.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-01-06T19:10:31.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements [2022-01-06T19:10:31.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-01-06T19:10:31.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-01-06T19:10:31.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-01-06T19:10:31.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-01-06T19:10:31.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-01-06T19:10:31.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.057s coverage: 87.2% of statements [2022-01-06T19:10:31.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-01-06T19:10:31.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-01-06T19:10:31.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2022-01-06T19:10:31.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-01-06T19:10:31.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.062s coverage: 58.8% of statements [2022-01-06T19:10:31.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-01-06T19:10:31.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.0% of statements [2022-01-06T19:10:31.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.083s coverage: 87.2% of statements [2022-01-06T19:10:31.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements [2022-01-06T19:10:31.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.151s coverage: 91.2% of statements [2022-01-06T19:10:31.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-01-06T19:10:31.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.130s coverage: 64.4% of statements [2022-01-06T19:10:31.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-01-06T19:10:31.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-01-06T19:10:31.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements [2022-01-06T19:10:31.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements [2022-01-06T19:10:31.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements [2022-01-06T19:10:31.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2022-01-06T19:10:31.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2022-01-06T19:10:31.107Z] Merging remotes/origin/main commit 744b2ca0a98b60adf4684d7292cc95234626d583 into PR head commit 7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [2022-01-06T19:10:31.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.223s coverage: 65.4% of statements [2022-01-06T19:10:31.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-01-06T19:10:31.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-01-06T19:10:31.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-01-06T19:10:31.436Z] Merge succeeded, producing 7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [2022-01-06T19:10:31.437Z] Checking out Revision 7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe (PR-3855) [2022-01-06T19:10:31.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.141s coverage: 43.8% of statements [2022-01-06T19:10:31.594Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-01-06T19:10:31.594Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-01-06T19:10:31.868Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.051s coverage: 89.5% of statements [2022-01-06T19:10:31.868Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-01-06T19:10:32.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.055s coverage: 84.8% of statements [2022-01-06T19:10:32.138Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-01-06T19:10:31.122Z] > git config core.sparsecheckout # timeout=10 [2022-01-06T19:10:31.135Z] > git checkout -f 7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe # timeout=10 [2022-01-06T19:10:31.352Z] > git remote # timeout=10 [2022-01-06T19:10:31.367Z] > git config --get remote.origin.url # timeout=10 [2022-01-06T19:10:31.381Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-06T19:10:31.399Z] > git merge 744b2ca0a98b60adf4684d7292cc95234626d583 # timeout=10 [2022-01-06T19:10:31.422Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-06T19:10:31.442Z] > git config core.sparsecheckout # timeout=10 [2022-01-06T19:10:31.461Z] > git checkout -f 7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe # timeout=10 [2022-01-06T19:10:35.692Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [2022-01-06T19:10:35.746Z] > git --version # timeout=10 [2022-01-06T19:10:35.757Z] > git --version # 'git version 2.17.1' [2022-01-06T19:10:35.773Z] fatal: bad object 32edd24ee733e309d05e35b1f887f14b07bde6d0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-01-06T19:10:36.890Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-01-06T19:10:36.890Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-01-06T19:10:36.890Z] Dload Upload Total Spent Left Speed [2022-01-06T19:10:36.890Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 87725 0 --:--:-- --:--:-- --:--:-- 87725 [Pipeline] sh [2022-01-06T19:10:37.502Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-01-06T19:10:37.855Z] + sudo tee /etc/docker/daemon.new [2022-01-06T19:10:37.855Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-01-06T19:10:37.855Z] { [2022-01-06T19:10:37.855Z] "registry-mirrors": [ [2022-01-06T19:10:37.855Z] "https://nexus3.edgexfoundry.org:10001" [2022-01-06T19:10:37.855Z] ], [2022-01-06T19:10:37.855Z] "bip": "10.250.0.254/24", [2022-01-06T19:10:37.855Z] "hosts": [ [2022-01-06T19:10:37.855Z] "tcp://0.0.0.0:5555", [2022-01-06T19:10:37.855Z] "unix:///var/run/docker.sock" [2022-01-06T19:10:37.855Z] ], [2022-01-06T19:10:37.855Z] "mtu": 1458, [2022-01-06T19:10:37.855Z] "selinux-enabled": true, [2022-01-06T19:10:37.855Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-01-06T19:10:37.855Z] } [Pipeline] sh [2022-01-06T19:10:38.211Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-01-06T19:10:38.563Z] + sudo service docker restart [2022-01-06T19:10:38.736Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.056s coverage: 17.7% of statements [2022-01-06T19:10:38.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-01-06T19:10:38.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-01-06T19:10:38.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-01-06T19:10:38.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-01-06T19:10:38.736Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.146s coverage: 92.3% of statements [2022-01-06T19:10:38.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-01-06T19:10:38.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-01-06T19:10:38.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-01-06T19:10:38.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-01-06T19:10:38.736Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements [2022-01-06T19:10:38.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-01-06T19:10:38.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-01-06T19:10:38.736Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.092s coverage: 97.7% of statements [2022-01-06T19:10:38.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-01-06T19:10:38.736Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-01-06T19:10:38.736Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-01-06T19:10:38.736Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-01-06T19:10:38.736Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.053s coverage: 28.9% of statements [2022-01-06T19:10:38.736Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-01-06T19:10:38.736Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-01-06T19:10:38.736Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-01-06T19:10:38.736Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-01-06T19:10:38.736Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-01-06T19:10:38.736Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-01-06T19:10:38.736Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2022-01-06T19:10:38.736Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.034s coverage: 96.9% of statements [2022-01-06T19:10:39.003Z] 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-01-06T19:10:56.946Z] provisioning config files... [2022-01-06T19:10:56.970Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config83973619187982448tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-06T19:10:57.383Z] ---> docker-login.sh [2022-01-06T19:10:57.383Z] nexus3.edgexfoundry.org:10001 [2022-01-06T19:10:57.981Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-06T19:10:57.981Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-06T19:10:57.981Z] Configure a credential helper to remove this warning. See [2022-01-06T19:10:57.981Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-06T19:10:57.981Z] [2022-01-06T19:10:57.981Z] Login Succeeded [2022-01-06T19:10:57.981Z] nexus3.edgexfoundry.org:10002 [2022-01-06T19:10:58.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-06T19:10:58.576Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-06T19:10:58.576Z] Configure a credential helper to remove this warning. See [2022-01-06T19:10:58.576Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-06T19:10:58.576Z] [2022-01-06T19:10:58.576Z] Login Succeeded [2022-01-06T19:10:58.576Z] nexus3.edgexfoundry.org:10003 [2022-01-06T19:10:58.849Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-06T19:10:58.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-06T19:10:58.849Z] Configure a credential helper to remove this warning. See [2022-01-06T19:10:58.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-06T19:10:58.849Z] [2022-01-06T19:10:58.849Z] Login Succeeded [2022-01-06T19:10:58.849Z] nexus3.edgexfoundry.org:10004 [2022-01-06T19:10:59.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-06T19:10:59.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-06T19:10:59.401Z] Configure a credential helper to remove this warning. See [2022-01-06T19:10:59.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-06T19:10:59.401Z] [2022-01-06T19:10:59.401Z] Login Succeeded [2022-01-06T19:10:59.401Z] docker.io [2022-01-06T19:10:59.675Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-06T19:10:59.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-06T19:10:59.949Z] Configure a credential helper to remove this warning. See [2022-01-06T19:10:59.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-06T19:10:59.949Z] [2022-01-06T19:10:59.949Z] Login Succeeded [2022-01-06T19:10:59.964Z] ---> docker-login.sh ends [Pipeline] } [2022-01-06T19:10:59.979Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-01-06T19:11:00.595Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-01-06T19:11:00.628Z] ========================================================= [2022-01-06T19:11:00.628Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2022-01-06T19:11:00.628Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-01-06T19:11:01.071Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2022-01-06T19:11:01.346Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-01-06T19:11:01.346Z] 552d1f2373af: Pulling fs layer [2022-01-06T19:11:01.346Z] ea3f2d53f512: Pulling fs layer [2022-01-06T19:11:01.346Z] 9e70ebbbe112: Pulling fs layer [2022-01-06T19:11:01.346Z] 7a9cfe048b4a: Pulling fs layer [2022-01-06T19:11:01.346Z] 72dc09318566: Pulling fs layer [2022-01-06T19:11:01.346Z] f4f7b4309257: Pulling fs layer [2022-01-06T19:11:01.346Z] 0ac9a79272e3: Pulling fs layer [2022-01-06T19:11:01.346Z] b78e95d17946: Pulling fs layer [2022-01-06T19:11:01.346Z] 7a9cfe048b4a: Waiting [2022-01-06T19:11:01.346Z] 72dc09318566: Waiting [2022-01-06T19:11:01.346Z] b78e95d17946: Waiting [2022-01-06T19:11:01.346Z] f4f7b4309257: Waiting [2022-01-06T19:11:01.346Z] 0ac9a79272e3: Waiting [2022-01-06T19:11:01.346Z] 9e70ebbbe112: Verifying Checksum [2022-01-06T19:11:01.346Z] 9e70ebbbe112: Download complete [2022-01-06T19:11:01.346Z] ea3f2d53f512: Verifying Checksum [2022-01-06T19:11:01.346Z] ea3f2d53f512: Download complete [2022-01-06T19:11:01.346Z] 72dc09318566: Verifying Checksum [2022-01-06T19:11:01.346Z] 72dc09318566: Download complete [2022-01-06T19:11:01.346Z] f4f7b4309257: Verifying Checksum [2022-01-06T19:11:01.346Z] f4f7b4309257: Download complete [2022-01-06T19:11:01.346Z] 552d1f2373af: Verifying Checksum [2022-01-06T19:11:01.346Z] 0ac9a79272e3: Verifying Checksum [2022-01-06T19:11:01.346Z] 0ac9a79272e3: Download complete [2022-01-06T19:11:01.951Z] 552d1f2373af: Pull complete [2022-01-06T19:11:02.553Z] ea3f2d53f512: Pull complete [2022-01-06T19:11:02.831Z] 9e70ebbbe112: Pull complete [2022-01-06T19:11:03.107Z] b78e95d17946: Verifying Checksum [2022-01-06T19:11:03.107Z] b78e95d17946: Download complete [2022-01-06T19:11:03.707Z] 7a9cfe048b4a: Verifying Checksum [2022-01-06T19:11:03.707Z] 7a9cfe048b4a: Download complete [2022-01-06T19:11:16.094Z] 7a9cfe048b4a: Pull complete [2022-01-06T19:11:16.094Z] 72dc09318566: Pull complete [2022-01-06T19:11:16.094Z] f4f7b4309257: Pull complete [2022-01-06T19:11:16.094Z] 0ac9a79272e3: Pull complete [2022-01-06T19:11:17.925Z] GO111MODULE=on go vet ./... [2022-01-06T19:11:21.486Z] b78e95d17946: Pull complete [2022-01-06T19:11:21.486Z] Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 [2022-01-06T19:11:21.486Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2022-01-06T19:11:21.486Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2022-01-06T19:11:21.927Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2022-01-06T19:11:21.927Z] WORKDIR /edgex [2022-01-06T19:11:21.927Z] COPY go.mod . [2022-01-06T19:11:21.927Z] RUN go mod download [2022-01-06T19:11:21.927Z] + docker build -t ci-base-image-arm64 -f - . [2022-01-06T19:11:24.568Z] Sending build context to Docker daemon 168.5MB [2022-01-06T19:11:24.568Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2022-01-06T19:11:24.568Z] ---> 8b459fc5aaf0 [2022-01-06T19:11:24.568Z] Step 2/4 : WORKDIR /edgex [2022-01-06T19:11:24.590Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-01-06T19:11:24.850Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-01-06T19:11:25.110Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-01-06T19:11:25.400Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-01-06T19:11:25.728Z] + ls -al . [2022-01-06T19:11:25.728Z] total 644 [2022-01-06T19:11:25.728Z] drwxrwxr-x 10 1001 1001 4096 Jan 6 19:11 . [2022-01-06T19:11:25.728Z] drwxr-xr-x 4 root root 28 Jan 6 19:09 .. [2022-01-06T19:11:25.728Z] -rw-rw-r-- 1 1001 1001 11 Jan 6 19:07 .dockerignore [2022-01-06T19:11:25.728Z] drwxrwxr-x 8 1001 1001 179 Jan 6 19:07 .git [2022-01-06T19:11:25.728Z] drwxrwxr-x 4 1001 1001 142 Jan 6 19:07 .github [2022-01-06T19:11:25.728Z] -rw-rw-r-- 1 1001 1001 804 Jan 6 19:07 .gitignore [2022-01-06T19:11:25.729Z] -rw-rw-r-- 1 1001 1001 42 Jan 6 19:07 .golangci.yml [2022-01-06T19:11:25.729Z] -rw-rw-r-- 1 1001 1001 76 Jan 6 19:07 .hadolint.yml [2022-01-06T19:11:25.729Z] drwx------ 3 1001 1001 73 Jan 6 19:08 .semver [2022-01-06T19:11:25.729Z] -rw-rw-r-- 1 1001 1001 166 Jan 6 19:07 .sonarcloud.properties [2022-01-06T19:11:25.729Z] -rw-rw-r-- 1 1001 1001 1171 Jan 6 19:07 ADOPTERS.md [2022-01-06T19:11:25.729Z] -rw-rw-r-- 1 1001 1001 8910 Jan 6 19:07 Attribution.txt [2022-01-06T19:11:25.729Z] -rw-rw-r-- 1 1001 1001 51732 Jan 6 19:07 CHANGELOG.md [2022-01-06T19:11:25.729Z] -rw-rw-r-- 1 1001 1001 3804 Jan 6 19:07 CONTRIBUTING.md [2022-01-06T19:11:25.729Z] -rw-rw-r-- 1 1001 1001 677 Jan 6 19:07 GOVERNANCE.md [2022-01-06T19:11:25.729Z] -rw-rw-r-- 1 1001 1001 849 Jan 6 19:07 Jenkinsfile [2022-01-06T19:11:25.729Z] -rw-rw-r-- 1 1001 1001 10775 Jan 6 19:07 LICENSE [2022-01-06T19:11:25.729Z] -rw-rw-r-- 1 1001 1001 6508 Jan 6 19:07 Makefile [2022-01-06T19:11:25.729Z] -rw-rw-r-- 1 1001 1001 582 Jan 6 19:07 OWNERS.md [2022-01-06T19:11:25.729Z] -rw-rw-r-- 1 1001 1001 8207 Jan 6 19:07 README.md [2022-01-06T19:11:25.729Z] -rw-rw-r-- 1 1001 1001 6912 Jan 6 19:07 SECURITY.md [2022-01-06T19:11:25.729Z] -rw-rw-r-- 1 1001 1001 5 Jan 6 19:08 VERSION [2022-01-06T19:11:25.729Z] -rw-rw-r-- 1 1001 1001 4131 Jan 6 19:07 ZMQWindows.md [2022-01-06T19:11:25.729Z] drwxrwxr-x 2 1001 1001 37 Jan 6 19:07 bin [2022-01-06T19:11:25.729Z] drwxrwxr-x 14 1001 1001 4096 Jan 6 19:07 cmd [2022-01-06T19:11:25.729Z] -rw-r--r-- 1 root root 428381 Jan 6 19:10 coverage.out [2022-01-06T19:11:25.729Z] -rw-rw-r-- 1 1001 1001 828 Jan 6 19:07 go.mod [2022-01-06T19:11:25.729Z] -rw-rw-r-- 1 1001 1001 49574 Jan 6 19:09 go.sum [2022-01-06T19:11:25.729Z] drwxrwxr-x 8 1001 1001 124 Jan 6 19:07 internal [2022-01-06T19:11:25.729Z] drwxrwxr-x 3 1001 1001 16 Jan 6 19:07 openapi [2022-01-06T19:11:25.729Z] drwxrwxr-x 4 1001 1001 71 Jan 6 19:07 snap [2022-01-06T19:11:25.729Z] -rw-rw-r-- 1 1001 1001 204 Jan 6 19:07 version.go [Pipeline] sh [2022-01-06T19:11:26.000Z] ---> Running in bdd382f45ec0 [2022-01-06T19:11:26.050Z] + '[' -e coverage.out ] [2022-01-06T19:11:26.050Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-01-06T19:11:26.192Z] Stashed 1 file(s) [Pipeline] sh [2022-01-06T19:11:26.506Z] + make build [2022-01-06T19:11:26.506Z] 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-01-06T19:11:26.596Z] Removing intermediate container bdd382f45ec0 [2022-01-06T19:11:26.596Z] ---> 1f332c640e6b [2022-01-06T19:11:26.596Z] Step 3/4 : COPY go.mod . [2022-01-06T19:11:27.193Z] ---> 49bbd260d6f3 [2022-01-06T19:11:27.193Z] Step 4/4 : RUN go mod download [2022-01-06T19:11:27.193Z] ---> Running in e1531dd21df7 [2022-01-06T19:11:27.898Z] 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-01-06T19:11:34.580Z] 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-01-06T19:11:35.160Z] 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-01-06T19:11:36.108Z] 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-01-06T19:11:36.373Z] 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-01-06T19:11:37.324Z] 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-01-06T19:11:38.271Z] 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-01-06T19:11:38.856Z] 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-01-06T19:11:40.251Z] 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-01-06T19:11:40.825Z] 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-01-06T19:11:41.774Z] 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-01-06T19:11:43.195Z] $ docker stop --time=1 85289e08366b77660306c409f3686b40f1f4cbd129ef992368b5bc0ab169c440 [2022-01-06T19:11:44.986Z] $ docker rm -f 85289e08366b77660306c409f3686b40f1f4cbd129ef992368b5bc0ab169c440 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-06T19:11:46.895Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-01-06T19:11:46.895Z] [2022-01-06T19:11:46.895Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-01-06T19:11:47.354Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-01-06T19:11:47.354Z] latest: Pulling from edgex-devops/edgex-compose [2022-01-06T19:11:47.354Z] cbdbe7a5bc2a: Pulling fs layer [2022-01-06T19:11:47.354Z] ca9280d653b3: Pulling fs layer [2022-01-06T19:11:47.354Z] 7e9c9ca2126c: Pulling fs layer [2022-01-06T19:11:47.616Z] cbdbe7a5bc2a: Verifying Checksum [2022-01-06T19:11:47.616Z] cbdbe7a5bc2a: Download complete [2022-01-06T19:11:47.616Z] ca9280d653b3: Verifying Checksum [2022-01-06T19:11:47.616Z] ca9280d653b3: Download complete [2022-01-06T19:11:47.881Z] cbdbe7a5bc2a: Pull complete [2022-01-06T19:11:47.881Z] 7e9c9ca2126c: Verifying Checksum [2022-01-06T19:11:47.881Z] 7e9c9ca2126c: Download complete [2022-01-06T19:11:48.150Z] ca9280d653b3: Pull complete [2022-01-06T19:11:52.383Z] 7e9c9ca2126c: Pull complete [2022-01-06T19:11:52.383Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-01-06T19:11:52.383Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-01-06T19:11:52.383Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-01-06T19:11:52.475Z] prd-centos7-docker-4c-2g-909 does not seem to be running inside a container [2022-01-06T19:11:52.510Z] $ 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-01-06T19:11:54.782Z] $ docker top f496138bc45409a8bfed306a58f2dbec5d2a2cbc8d2f31321f9571580eabfb2a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-06T19:11:55.194Z] + docker-compose build --help [2022-01-06T19:11:55.194Z] + grep parallel [2022-01-06T19:11:55.765Z] --parallel Build images in parallel. [Pipeline] } [2022-01-06T19:11:55.800Z] $ docker stop --time=1 f496138bc45409a8bfed306a58f2dbec5d2a2cbc8d2f31321f9571580eabfb2a [2022-01-06T19:11:56.971Z] $ docker rm -f f496138bc45409a8bfed306a58f2dbec5d2a2cbc8d2f31321f9571580eabfb2a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-06T19:11:57.526Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-01-06T19:11:57.526Z] . [Pipeline] withDockerContainer [2022-01-06T19:11:57.618Z] prd-centos7-docker-4c-2g-909 does not seem to be running inside a container [2022-01-06T19:11:57.656Z] $ 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-01-06T19:11:58.048Z] $ docker top ea21dc4dd347b6fe075048535700978316a5cadd2bf025d3a1b08acdc8d0794a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-06T19:11:58.461Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-01-06T19:11:59.032Z] Building core-command ... [2022-01-06T19:11:59.032Z] Building core-data ... [2022-01-06T19:11:59.032Z] Building core-metadata ... [2022-01-06T19:11:59.032Z] Building security-bootstrapper ... [2022-01-06T19:11:59.032Z] Building security-proxy-setup ... [2022-01-06T19:11:59.032Z] Building security-secretstore-setup ... [2022-01-06T19:11:59.032Z] Building support-notifications ... [2022-01-06T19:11:59.032Z] Building support-scheduler ... [2022-01-06T19:11:59.032Z] Building sys-mgmt-agent ... [2022-01-06T19:11:59.032Z] Building sys-mgmt-agent [2022-01-06T19:11:59.032Z] Building security-secretstore-setup [2022-01-06T19:11:59.032Z] Building security-proxy-setup [2022-01-06T19:11:59.032Z] Building core-command [2022-01-06T19:11:59.032Z] Building core-metadata [2022-01-06T19:12:11.676Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-06T19:12:11.676Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-01-06T19:12:11.676Z] ---> f462b601cdeb [2022-01-06T19:12:11.676Z] Step 3/24 : WORKDIR /edgex-go [2022-01-06T19:12:11.676Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-06T19:12:11.676Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-01-06T19:12:11.676Z] ---> f462b601cdeb [2022-01-06T19:12:11.676Z] Step 3/20 : WORKDIR /edgex-go [2022-01-06T19:12:15.888Z] ---> Running in bae851128b24 [2022-01-06T19:12:15.888Z] ---> Running in 6c9c569a469a [2022-01-06T19:12:20.092Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-06T19:12:20.092Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-06T19:12:20.092Z] ---> f462b601cdeb [2022-01-06T19:12:20.092Z] Step 3/22 : WORKDIR /edgex-go [2022-01-06T19:12:21.034Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-06T19:12:21.034Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-06T19:12:21.034Z] ---> f462b601cdeb [2022-01-06T19:12:21.034Z] Step 3/22 : WORKDIR /edgex-go [2022-01-06T19:12:22.946Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-06T19:12:22.947Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-06T19:12:22.947Z] ---> f462b601cdeb [2022-01-06T19:12:22.947Z] Step 3/22 : WORKDIR /edgex-go [2022-01-06T19:12:23.517Z] ---> Running in 20637ecc8242 [2022-01-06T19:12:23.517Z] ---> Running in 541206b69fb7 [2022-01-06T19:12:23.517Z] ---> Running in efa1a9f74316 [2022-01-06T19:12:23.517Z] Removing intermediate container bae851128b24 [2022-01-06T19:12:23.517Z] ---> 400f19f8d993 [2022-01-06T19:12:23.517Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-06T19:12:23.517Z] Removing intermediate container 6c9c569a469a [2022-01-06T19:12:23.517Z] ---> 3c41fcd0b90c [2022-01-06T19:12:23.517Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-06T19:12:23.517Z] ---> Running in 80236076cfef [2022-01-06T19:12:23.517Z] ---> Running in e70e865575de [2022-01-06T19:12:23.517Z] Removing intermediate container 20637ecc8242 [2022-01-06T19:12:23.517Z] ---> 5b890eb82f91 [2022-01-06T19:12:23.517Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-06T19:12:23.517Z] Removing intermediate container 541206b69fb7 [2022-01-06T19:12:23.517Z] ---> 89509afaf01d [2022-01-06T19:12:23.517Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-06T19:12:23.517Z] Removing intermediate container efa1a9f74316 [2022-01-06T19:12:23.517Z] ---> 57ba8d50cefe [2022-01-06T19:12:23.517Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-06T19:12:23.517Z] ---> Running in 6172bb1ade91 [2022-01-06T19:12:23.517Z] ---> Running in ace1c9cc6b65 [2022-01-06T19:12:23.517Z] ---> Running in 284784bf0ea4 [2022-01-06T19:12:24.468Z] Removing intermediate container 80236076cfef [2022-01-06T19:12:24.468Z] ---> d207c4f1983c [2022-01-06T19:12:24.468Z] Step 5/20 : RUN apk add --update --no-cache make git [2022-01-06T19:12:24.468Z] ---> Running in b6df72b23b00 [2022-01-06T19:12:24.468Z] Removing intermediate container e70e865575de [2022-01-06T19:12:24.468Z] ---> 3e6175fe6582 [2022-01-06T19:12:24.468Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-01-06T19:12:24.468Z] ---> Running in f2196e921d17 [2022-01-06T19:12:24.744Z] Removing intermediate container 6172bb1ade91 [2022-01-06T19:12:24.744Z] ---> 93f306953f6c [2022-01-06T19:12:24.744Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-01-06T19:12:24.744Z] ---> Running in 349e511ac54e [2022-01-06T19:12:24.744Z] Removing intermediate container 284784bf0ea4 [2022-01-06T19:12:24.744Z] ---> d99f8716fd01 [2022-01-06T19:12:24.744Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2022-01-06T19:12:24.744Z] ---> Running in ee57f3dad46e [2022-01-06T19:12:24.744Z] Removing intermediate container ace1c9cc6b65 [2022-01-06T19:12:24.744Z] ---> f8ca0385422e [2022-01-06T19:12:24.744Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-01-06T19:12:24.744Z] ---> Running in d018520adc34 [2022-01-06T19:12:25.324Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-06T19:12:25.324Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-06T19:12:25.588Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-06T19:12:25.588Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-06T19:12:25.588Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-06T19:12:26.162Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-06T19:12:26.162Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-06T19:12:26.427Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-06T19:12:26.427Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-06T19:12:26.427Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-06T19:12:26.693Z] OK: 220 MiB in 52 packages [2022-01-06T19:12:26.693Z] OK: 220 MiB in 52 packages [2022-01-06T19:12:26.693Z] OK: 220 MiB in 52 packages [2022-01-06T19:12:26.960Z] OK: 220 MiB in 52 packages [2022-01-06T19:12:26.960Z] OK: 220 MiB in 52 packages [2022-01-06T19:12:27.228Z] Removing intermediate container f2196e921d17 [2022-01-06T19:12:27.228Z] ---> 05062e79c0aa [2022-01-06T19:12:27.228Z] Step 6/24 : COPY . . [2022-01-06T19:12:27.228Z] Removing intermediate container b6df72b23b00 [2022-01-06T19:12:27.228Z] ---> 0e395d43b978 [2022-01-06T19:12:27.228Z] Step 6/20 : COPY . . [2022-01-06T19:12:27.228Z] Removing intermediate container ee57f3dad46e [2022-01-06T19:12:27.228Z] ---> 697d16e92b76 [2022-01-06T19:12:27.228Z] Step 6/22 : COPY . . [2022-01-06T19:12:27.493Z] Removing intermediate container 349e511ac54e [2022-01-06T19:12:27.493Z] ---> 6560a6c7a66a [2022-01-06T19:12:27.493Z] Step 6/22 : COPY . . [2022-01-06T19:12:28.434Z] Removing intermediate container d018520adc34 [2022-01-06T19:12:28.434Z] ---> 0b390521f06b [2022-01-06T19:12:28.434Z] Step 6/22 : COPY . . [2022-01-06T19:12:36.609Z] ---> 30b507611cd9 [2022-01-06T19:12:36.609Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-06T19:12:36.609Z] ---> Running in f4ae5099205f [2022-01-06T19:12:44.770Z] ---> 861dbc6934fe [2022-01-06T19:12:44.770Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-06T19:12:44.770Z] ---> 20d831f0fa6e [2022-01-06T19:12:44.770Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-06T19:12:45.030Z] ---> Running in fdc40f29da9c [2022-01-06T19:12:45.296Z] ---> Running in 7918e2600006 [2022-01-06T19:12:48.991Z] Removing intermediate container e1531dd21df7 [2022-01-06T19:12:48.992Z] ---> 8c5f6933f2a6 [2022-01-06T19:12:48.992Z] Successfully built 8c5f6933f2a6 [2022-01-06T19:12:48.992Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-01-06T19:12:49.375Z] + docker inspect -f . ci-base-image-arm64 [2022-01-06T19:12:49.375Z] . [Pipeline] withDockerContainer [2022-01-06T19:12:49.618Z] prd-ubuntu18.04-docker-arm64-4c-16g-910 does not seem to be running inside a container [2022-01-06T19:12:49.691Z] $ 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-arm64 cat [2022-01-06T19:12:51.069Z] $ docker top f6ac364ed14f6ec040b27ca0c27e989971bd68f3daba8b363a0b03cf18760254 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-06T19:12:51.992Z] + go version [2022-01-06T19:12:51.992Z] go version go1.16.8 linux/arm64 [Pipeline] } [2022-01-06T19:12:52.024Z] $ docker stop --time=1 f6ac364ed14f6ec040b27ca0c27e989971bd68f3daba8b363a0b03cf18760254 [2022-01-06T19:12:53.663Z] $ docker rm -f f6ac364ed14f6ec040b27ca0c27e989971bd68f3daba8b363a0b03cf18760254 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-06T19:12:54.530Z] + docker inspect -f . ci-base-image-arm64 [2022-01-06T19:12:54.530Z] . [Pipeline] withDockerContainer [2022-01-06T19:12:54.746Z] prd-ubuntu18.04-docker-arm64-4c-16g-910 does not seem to be running inside a container [2022-01-06T19:12:54.826Z] $ 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-arm64 cat [2022-01-06T19:12:56.019Z] $ docker top 3a178d1d2e58ecfeda5ea3ee88e91de185ab11dbf1f1a1f7d6dcff02d13042b2 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-01-06T19:12:56.316Z] ========================================================= [2022-01-06T19:12:56.316Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-01-06T19:12:56.316Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-01-06T19:12:57.009Z] + make test [2022-01-06T19:12:57.009Z] go mod tidy [2022-01-06T19:12:57.605Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-01-06T19:13:00.745Z] ---> 5d3c86955d64 [2022-01-06T19:13:00.746Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-06T19:13:00.746Z] ---> Running in 45bf06e465e3 [2022-01-06T19:13:00.746Z] Removing intermediate container fdc40f29da9c [2022-01-06T19:13:00.746Z] ---> 46a281b20e96 [2022-01-06T19:13:00.746Z] Step 8/22 : RUN make cmd/core-command/core-command [2022-01-06T19:13:00.746Z] Removing intermediate container 7918e2600006 [2022-01-06T19:13:00.746Z] ---> 0dc28afb82cc [2022-01-06T19:13:00.746Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2022-01-06T19:13:00.746Z] ---> 424a02102ccc [2022-01-06T19:13:00.746Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-06T19:13:00.746Z] ---> Running in 3b5b78e38c81 [2022-01-06T19:13:00.746Z] Removing intermediate container f4ae5099205f [2022-01-06T19:13:00.746Z] ---> d90b424f964e [2022-01-06T19:13:00.746Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-01-06T19:13:00.746Z] ---> Running in 56a67e75fd6f [2022-01-06T19:13:00.746Z] ---> Running in 046bfa1b58c8 [2022-01-06T19:13:00.746Z] ---> Running in cb1c0fda68e9 [2022-01-06T19:13:00.746Z] 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-01-06T19:13:00.746Z] 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-01-06T19:13:00.746Z] 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-01-06T19:13:00.746Z] Removing intermediate container 45bf06e465e3 [2022-01-06T19:13:00.746Z] ---> ea1dfd67ed85 [2022-01-06T19:13:00.746Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-01-06T19:13:00.746Z] ---> Running in 0e39870d98cb [2022-01-06T19:13:00.746Z] 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-01-06T19:13:01.012Z] Removing intermediate container 046bfa1b58c8 [2022-01-06T19:13:01.012Z] ---> d2eebaf5287c [2022-01-06T19:13:01.012Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-01-06T19:13:01.012Z] ---> Running in 44e7fa6472cd [2022-01-06T19:13:01.274Z] 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-01-06T19:13:24.383Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-01-06T19:13:40.037Z] 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-01-06T19:13:40.037Z] 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-01-06T19:13:40.037Z] Removing intermediate container 3b5b78e38c81 [2022-01-06T19:13:40.037Z] ---> 7ded98948c9b [2022-01-06T19:13:40.037Z] [2022-01-06T19:13:40.037Z] Step 9/22 : FROM alpine:3.14 [2022-01-06T19:13:40.037Z] 3.14: Pulling from library/alpine [2022-01-06T19:13:40.037Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-01-06T19:13:40.037Z] Status: Downloaded newer image for alpine:3.14 [2022-01-06T19:13:40.037Z] ---> 0a97eee8041e [2022-01-06T19:13:40.037Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-01-06T19:13:40.037Z] ---> Running in 089325fe79b1 [2022-01-06T19:13:40.037Z] Removing intermediate container 44e7fa6472cd [2022-01-06T19:13:40.037Z] ---> 4a949f3d8933 [2022-01-06T19:13:40.037Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-01-06T19:13:40.037Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-06T19:13:40.037Z] ---> Running in c4e4f8eba4f0 [2022-01-06T19:13:40.037Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-06T19:13:40.305Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-01-06T19:13:40.305Z] Executing busybox-1.33.1-r6.trigger [2022-01-06T19:13:40.305Z] OK: 6 MiB in 15 packages [2022-01-06T19:13:40.884Z] 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-01-06T19:13:41.461Z] Removing intermediate container 089325fe79b1 [2022-01-06T19:13:41.461Z] ---> cb7b70b95213 [2022-01-06T19:13:41.461Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-06T19:13:41.744Z] ---> Running in 790de511374e [2022-01-06T19:13:41.744Z] Removing intermediate container cb1c0fda68e9 [2022-01-06T19:13:41.744Z] ---> a20d3d2de98e [2022-01-06T19:13:41.744Z] [2022-01-06T19:13:41.744Z] Step 9/24 : FROM alpine:3.14 [2022-01-06T19:13:41.744Z] ---> 0a97eee8041e [2022-01-06T19:13:41.744Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-01-06T19:13:41.744Z] ---> Running in f4a35e47c0f2 [2022-01-06T19:13:41.744Z] Removing intermediate container 0e39870d98cb [2022-01-06T19:13:41.744Z] ---> 8f619d90d8be [2022-01-06T19:13:41.744Z] [2022-01-06T19:13:41.744Z] Step 9/20 : FROM alpine:3.14 [2022-01-06T19:13:41.744Z] ---> 0a97eee8041e [2022-01-06T19:13:41.744Z] Step 10/20 : RUN apk add --update --no-cache curl [2022-01-06T19:13:41.744Z] Removing intermediate container 790de511374e [2022-01-06T19:13:41.744Z] ---> f5fc3a6bee67 [2022-01-06T19:13:41.744Z] Step 12/22 : ENV APP_PORT=59882 [2022-01-06T19:13:41.744Z] ---> Running in d567d796d81f [2022-01-06T19:13:41.744Z] ---> Running in 7c2b28819983 [2022-01-06T19:13:42.006Z] Removing intermediate container 7c2b28819983 [2022-01-06T19:13:42.006Z] ---> a86413ab8bc7 [2022-01-06T19:13:42.006Z] Step 13/22 : EXPOSE $APP_PORT [2022-01-06T19:13:42.273Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-06T19:13:42.273Z] ---> Running in 8253571230b6 [2022-01-06T19:13:42.273Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-06T19:13:42.537Z] (1/3) Installing ca-certificates (20191127-r5) [2022-01-06T19:13:42.537Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-01-06T19:13:42.537Z] (3/3) Installing su-exec (0.2-r1) [2022-01-06T19:13:42.537Z] Executing busybox-1.33.1-r6.trigger [2022-01-06T19:13:42.537Z] Executing ca-certificates-20191127-r5.trigger [2022-01-06T19:13:42.822Z] OK: 6 MiB in 17 packages [2022-01-06T19:13:42.822Z] Removing intermediate container 8253571230b6 [2022-01-06T19:13:42.822Z] ---> 1687c8543ccf [2022-01-06T19:13:42.822Z] Step 14/22 : WORKDIR / [2022-01-06T19:13:42.822Z] Removing intermediate container c4e4f8eba4f0 [2022-01-06T19:13:42.822Z] ---> ad805c45b756 [2022-01-06T19:13:42.822Z] [2022-01-06T19:13:42.822Z] Step 10/22 : FROM docker:20.10.10 [2022-01-06T19:13:42.822Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-06T19:13:42.822Z] ---> Running in 22b134832b51 [2022-01-06T19:13:42.822Z] Removing intermediate container 56a67e75fd6f [2022-01-06T19:13:42.822Z] ---> 9e760bee55ce [2022-01-06T19:13:42.822Z] [2022-01-06T19:13:42.822Z] Step 9/22 : FROM alpine:3.14 [2022-01-06T19:13:42.822Z] ---> 0a97eee8041e [2022-01-06T19:13:42.822Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-01-06T19:13:42.822Z] ---> Using cache [2022-01-06T19:13:42.822Z] ---> cb7b70b95213 [2022-01-06T19:13:42.822Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-06T19:13:42.822Z] ---> Using cache [2022-01-06T19:13:42.822Z] ---> f5fc3a6bee67 [2022-01-06T19:13:42.822Z] Step 12/22 : ENV APP_PORT=59881 [2022-01-06T19:13:42.822Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-06T19:13:43.091Z] 20.10.10: Pulling from library/docker [2022-01-06T19:13:43.091Z] ---> Running in aa78f473ce81 [2022-01-06T19:13:43.091Z] (1/5) Installing ca-certificates (20191127-r5) [2022-01-06T19:13:43.091Z] (2/5) Installing brotli-libs (1.0.9-r5) [2022-01-06T19:13:43.091Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2022-01-06T19:13:43.091Z] Removing intermediate container 22b134832b51 [2022-01-06T19:13:43.091Z] ---> b5bfdb230086 [2022-01-06T19:13:43.091Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-06T19:13:43.091Z] (4/5) Installing libcurl (7.79.1-r0) [2022-01-06T19:13:43.091Z] (5/5) Installing curl (7.79.1-r0) [2022-01-06T19:13:43.091Z] Executing busybox-1.33.1-r6.trigger [2022-01-06T19:13:43.354Z] Executing ca-certificates-20191127-r5.trigger [2022-01-06T19:13:43.354Z] OK: 8 MiB in 19 packages [2022-01-06T19:13:43.354Z] Removing intermediate container aa78f473ce81 [2022-01-06T19:13:43.354Z] ---> c93415deda14 [2022-01-06T19:13:43.354Z] Step 13/22 : EXPOSE $APP_PORT [2022-01-06T19:13:43.354Z] Removing intermediate container f4a35e47c0f2 [2022-01-06T19:13:43.354Z] ---> 637fa8663069 [2022-01-06T19:13:43.354Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-01-06T19:13:43.354Z] ---> Running in 7f576c706850 [2022-01-06T19:13:43.354Z] ---> Running in 52720c5e3732 [2022-01-06T19:13:43.354Z] ---> 15d24d73e3ec [2022-01-06T19:13:43.354Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-01-06T19:13:43.354Z] Removing intermediate container 52720c5e3732 [2022-01-06T19:13:43.354Z] ---> 1f2945466fec [2022-01-06T19:13:43.354Z] Step 12/24 : WORKDIR / [2022-01-06T19:13:43.615Z] Removing intermediate container 7f576c706850 [2022-01-06T19:13:43.615Z] ---> 47d675a2c573 [2022-01-06T19:13:43.615Z] Step 14/22 : WORKDIR / [2022-01-06T19:13:43.615Z] ---> Running in f880fee84857 [2022-01-06T19:13:43.615Z] ---> Running in 620006955e79 [2022-01-06T19:13:43.615Z] Removing intermediate container f880fee84857 [2022-01-06T19:13:43.615Z] ---> c2811cc79126 [2022-01-06T19:13:43.615Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-01-06T19:13:43.880Z] Removing intermediate container 620006955e79 [2022-01-06T19:13:43.880Z] ---> 185d226552f0 [2022-01-06T19:13:43.880Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-06T19:13:43.880Z] Removing intermediate container d567d796d81f [2022-01-06T19:13:43.880Z] ---> d4ad849a4da0 [2022-01-06T19:13:43.880Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-01-06T19:13:43.880Z] ---> a02afbd98ade [2022-01-06T19:13:43.880Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-01-06T19:13:43.880Z] ---> Running in ed9d13ead85e [2022-01-06T19:13:44.152Z] ---> 460d165f12b7 [2022-01-06T19:13:44.152Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-01-06T19:13:44.152Z] ---> bf03feb71f41 [2022-01-06T19:13:44.152Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-01-06T19:13:44.152Z] Removing intermediate container ed9d13ead85e [2022-01-06T19:13:44.152Z] ---> e10cdda5fd30 [2022-01-06T19:13:44.152Z] Step 12/20 : WORKDIR /edgex [2022-01-06T19:13:44.152Z] ---> a908ec4a8bc9 [2022-01-06T19:13:44.152Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2022-01-06T19:13:44.152Z] ---> Running in 406d6f3441d1 [2022-01-06T19:13:44.152Z] ---> Running in b58234b20112 [2022-01-06T19:13:44.418Z] ---> 0917f0d465b3 [2022-01-06T19:13:44.418Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-01-06T19:13:44.418Z] Removing intermediate container 406d6f3441d1 [2022-01-06T19:13:44.418Z] ---> 7d79448dc6d3 [2022-01-06T19:13:44.418Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-01-06T19:13:44.418Z] Removing intermediate container b58234b20112 [2022-01-06T19:13:44.418Z] ---> 7d9e2178cc0a [2022-01-06T19:13:44.418Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-06T19:13:44.418Z] ---> Running in 5e9e0f7cbc6b [2022-01-06T19:13:44.418Z] ---> c904bab7e237 [2022-01-06T19:13:44.418Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-01-06T19:13:44.418Z] ---> 0175ab52b1bd [2022-01-06T19:13:44.418Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-01-06T19:13:44.690Z] Removing intermediate container 5e9e0f7cbc6b [2022-01-06T19:13:44.691Z] ---> 87fd5c21ebf4 [2022-01-06T19:13:44.691Z] Step 20/22 : LABEL arch=x86_64 [2022-01-06T19:13:44.691Z] ---> 3466f90d8b3c [2022-01-06T19:13:44.691Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-01-06T19:13:44.691Z] ---> Running in 7b9f382fbcd2 [2022-01-06T19:13:44.691Z] ---> e4a4860e2be1 [2022-01-06T19:13:44.691Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2022-01-06T19:13:44.691Z] ---> a8fbf6f56807 [2022-01-06T19:13:44.691Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-01-06T19:13:44.971Z] ---> Running in 178dbd1d071c [2022-01-06T19:13:44.971Z] Removing intermediate container 7b9f382fbcd2 [2022-01-06T19:13:44.971Z] ---> 6b144168b562 [2022-01-06T19:13:44.971Z] Step 21/22 : LABEL git_sha=7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [2022-01-06T19:13:44.971Z] ---> Running in 1fe3a1970d8b [2022-01-06T19:13:44.971Z] ---> aff49f91087f [2022-01-06T19:13:44.971Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-01-06T19:13:44.971Z] Removing intermediate container 178dbd1d071c [2022-01-06T19:13:44.971Z] ---> 29977d60879c [2022-01-06T19:13:44.971Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-06T19:13:45.233Z] ---> Running in 9a7dd271e964 [2022-01-06T19:13:45.233Z] Removing intermediate container 1fe3a1970d8b [2022-01-06T19:13:45.233Z] ---> dd805b0b2d26 [2022-01-06T19:13:45.233Z] Step 22/22 : LABEL version=0.0.0 [2022-01-06T19:13:45.496Z] ---> a17b7bb15ec5 [2022-01-06T19:13:45.496Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-01-06T19:13:45.496Z] Removing intermediate container 9a7dd271e964 [2022-01-06T19:13:45.496Z] ---> c2a2e042be25 [2022-01-06T19:13:45.496Z] Step 20/22 : LABEL arch=x86_64 [2022-01-06T19:13:45.496Z] ---> Running in 7d0f9862173f [2022-01-06T19:13:45.496Z] ---> Running in d140c3ffc8f9 [2022-01-06T19:13:45.496Z] ---> 8ffe8e89a347 [2022-01-06T19:13:45.496Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2022-01-06T19:13:45.761Z] Removing intermediate container 7d0f9862173f [2022-01-06T19:13:45.761Z] ---> 59cd2f51a8ab [2022-01-06T19:13:45.761Z] [2022-01-06T19:13:45.761Z] Successfully built 59cd2f51a8ab [2022-01-06T19:13:45.761Z] Successfully tagged core-command:latest [2022-01-06T19:13:45.761Z] Building support-scheduler [2022-01-06T19:13:45.761Z] ---> Running in 17b961314cca [2022-01-06T19:13:45.761Z] Removing intermediate container d140c3ffc8f9 [2022-01-06T19:13:45.761Z] ---> a97e9059156c [2022-01-06T19:13:45.761Z] Step 21/22 : LABEL git_sha=7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [2022-01-06T19:13:46.724Z]  Building core-command ... done  ---> 55898e6a8b55 [2022-01-06T19:13:46.724Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-01-06T19:13:46.724Z] ---> Running in 8d311bf830c2 [2022-01-06T19:13:47.668Z] Removing intermediate container 17b961314cca [2022-01-06T19:13:47.668Z] ---> 9cce7262299b [2022-01-06T19:13:47.668Z] Step 17/20 : CMD ["--init=true"] [2022-01-06T19:13:48.243Z] Removing intermediate container 8d311bf830c2 [2022-01-06T19:13:48.243Z] ---> 165600c11353 [2022-01-06T19:13:48.243Z] Step 22/22 : LABEL version=0.0.0 [2022-01-06T19:13:48.504Z] ---> fc3af11833bd [2022-01-06T19:13:48.504Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-01-06T19:13:48.504Z] ---> Running in d04438f04145 [2022-01-06T19:13:48.504Z] ---> Running in 06b00658b35d [2022-01-06T19:13:48.504Z] ---> Running in 90de892c19a4 [2022-01-06T19:13:48.773Z] Removing intermediate container d04438f04145 [2022-01-06T19:13:48.773Z] ---> ace3fe51f416 [2022-01-06T19:13:48.773Z] Step 18/20 : LABEL arch=x86_64 [2022-01-06T19:13:48.773Z] Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 [2022-01-06T19:13:48.773Z] Status: Downloaded newer image for docker:20.10.10 [2022-01-06T19:13:48.773Z] ---> b706a049f56e [2022-01-06T19:13:48.773Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-01-06T19:13:48.773Z] Removing intermediate container 06b00658b35d [2022-01-06T19:13:48.773Z] ---> cb6c85bf71ac [2022-01-06T19:13:48.773Z] [2022-01-06T19:13:48.773Z] ---> Running in 2249e2f0441a [2022-01-06T19:13:48.773Z] ---> Running in f729b17f74a0 [2022-01-06T19:13:49.035Z] Successfully built cb6c85bf71ac [2022-01-06T19:13:49.035Z] Successfully tagged core-metadata:latest [2022-01-06T19:13:49.035Z]  Building core-metadata ... done Building core-data [2022-01-06T19:13:49.035Z] Removing intermediate container 2249e2f0441a [2022-01-06T19:13:49.035Z] ---> 9d42d624897f [2022-01-06T19:13:49.035Z] Step 19/20 : LABEL git_sha=7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [2022-01-06T19:13:49.299Z] Removing intermediate container f729b17f74a0 [2022-01-06T19:13:49.299Z] ---> e7e83add3897 [2022-01-06T19:13:49.299Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-01-06T19:13:50.691Z] ---> Running in 83c53353fb52 [2022-01-06T19:13:51.631Z] ---> Running in b73cc233165c [2022-01-06T19:13:52.205Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-06T19:13:52.205Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-01-06T19:13:52.205Z] ---> f462b601cdeb [2022-01-06T19:13:52.205Z] Step 3/23 : WORKDIR /edgex-go [2022-01-06T19:13:52.205Z] ---> Using cache [2022-01-06T19:13:52.205Z] ---> 57ba8d50cefe [2022-01-06T19:13:52.205Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-06T19:13:52.205Z] ---> Using cache [2022-01-06T19:13:52.205Z] ---> d99f8716fd01 [2022-01-06T19:13:52.205Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-01-06T19:13:53.147Z] Removing intermediate container 83c53353fb52 [2022-01-06T19:13:53.147Z] ---> e2f125845c88 [2022-01-06T19:13:53.147Z] Step 20/20 : LABEL version=0.0.0 [2022-01-06T19:13:53.147Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-06T19:13:53.147Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-06T19:13:53.147Z] ---> f462b601cdeb [2022-01-06T19:13:53.147Z] Step 3/22 : WORKDIR /edgex-go [2022-01-06T19:13:53.147Z] ---> Using cache [2022-01-06T19:13:53.147Z] ---> 57ba8d50cefe [2022-01-06T19:13:53.147Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-06T19:13:53.147Z] ---> Using cache [2022-01-06T19:13:53.147Z] ---> d99f8716fd01 [2022-01-06T19:13:53.147Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-01-06T19:13:53.421Z] ---> Running in 51b03c451dae [2022-01-06T19:13:53.421Z] ---> Running in c9bef52e1517 [2022-01-06T19:13:53.421Z] ---> Running in 5ba1c09cb63f [2022-01-06T19:13:53.421Z] Removing intermediate container 90de892c19a4 [2022-01-06T19:13:53.421Z] ---> a1de6b90d97c [2022-01-06T19:13:53.421Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2022-01-06T19:13:53.687Z] ---> Running in 7558152db16c [2022-01-06T19:13:53.687Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-06T19:13:53.687Z] Removing intermediate container c9bef52e1517 [2022-01-06T19:13:53.687Z] ---> 198e2a810a20 [2022-01-06T19:13:53.687Z] [2022-01-06T19:13:53.687Z] Removing intermediate container 7558152db16c [2022-01-06T19:13:53.687Z] ---> 409aa8f4f0b3 [2022-01-06T19:13:53.687Z] Step 22/24 : LABEL arch=x86_64 [2022-01-06T19:13:53.961Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-06T19:13:53.961Z] ---> Running in 8e3818cb2d92 [2022-01-06T19:13:53.961Z] Successfully built 198e2a810a20 [2022-01-06T19:13:53.961Z] Successfully tagged security-proxy-setup:latest [2022-01-06T19:13:53.961Z] Building support-notifications [2022-01-06T19:13:53.961Z]  Building security-proxy-setup ... done (1/42) Installing readline (8.1.0-r0) [2022-01-06T19:13:53.961Z] (2/42) Installing bash (5.1.4-r0) [2022-01-06T19:13:53.961Z] Executing bash-5.1.4-r0.post-install [2022-01-06T19:13:53.961Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-01-06T19:13:54.222Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-01-06T19:13:54.222Z] (5/42) Installing libcurl (7.79.1-r0) [2022-01-06T19:13:54.222Z] (6/42) Installing curl (7.79.1-r0) [2022-01-06T19:13:54.222Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-01-06T19:13:54.222Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-01-06T19:13:54.222Z] (9/42) Installing expat (2.4.1-r0) [2022-01-06T19:13:54.222Z] (10/42) Installing libffi (3.3-r2) [2022-01-06T19:13:54.222Z] (11/42) Installing gdbm (1.19-r0) [2022-01-06T19:13:54.222Z] (12/42) Installing xz-libs (5.2.5-r0) [2022-01-06T19:13:54.222Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-01-06T19:13:54.222Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-01-06T19:13:54.222Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-01-06T19:13:54.222Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-06T19:13:54.222Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-01-06T19:13:54.222Z] (17/42) Installing python3 (3.9.5-r2) [2022-01-06T19:13:54.222Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-06T19:13:54.485Z] Removing intermediate container 8e3818cb2d92 [2022-01-06T19:13:54.485Z] ---> e89985e17d75 [2022-01-06T19:13:54.485Z] Step 23/24 : LABEL git_sha=7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [2022-01-06T19:13:55.058Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-06T19:13:55.058Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-06T19:13:55.320Z] OK: 220 MiB in 52 packages [2022-01-06T19:13:55.584Z] OK: 220 MiB in 52 packages [2022-01-06T19:13:56.534Z] ---> Running in 968248211a8e [2022-01-06T19:13:56.534Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2022-01-06T19:13:56.534Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-01-06T19:13:56.534Z] (20/42) Installing py3-idna (3.2-r0) [2022-01-06T19:13:56.534Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-01-06T19:13:56.534Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-01-06T19:13:56.534Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-01-06T19:13:56.534Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-01-06T19:13:56.799Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-01-06T19:13:57.058Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-01-06T19:13:57.325Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-01-06T19:13:57.593Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-06T19:13:57.593Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-01-06T19:13:57.593Z] ---> f462b601cdeb [2022-01-06T19:13:57.593Z] Step 3/21 : WORKDIR /edgex-go [2022-01-06T19:13:57.593Z] ---> Using cache [2022-01-06T19:13:57.593Z] ---> 57ba8d50cefe [2022-01-06T19:13:57.593Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-06T19:13:57.593Z] ---> Using cache [2022-01-06T19:13:57.593Z] ---> d99f8716fd01 [2022-01-06T19:13:57.593Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2022-01-06T19:13:57.593Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-01-06T19:13:57.593Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-01-06T19:13:57.593Z] Removing intermediate container 968248211a8e [2022-01-06T19:13:57.593Z] ---> 828c5ffd12f4 [2022-01-06T19:13:57.593Z] Step 24/24 : LABEL version=0.0.0 [2022-01-06T19:13:57.593Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-01-06T19:13:57.593Z] (31/42) Installing py3-six (1.15.0-r1) [2022-01-06T19:13:57.593Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-01-06T19:13:57.593Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-01-06T19:13:57.593Z] ---> Running in a308d7c8accc [2022-01-06T19:13:57.593Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-01-06T19:13:57.593Z] (35/42) Installing py3-packaging (20.9-r1) [2022-01-06T19:13:57.593Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-01-06T19:13:57.853Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-01-06T19:13:57.853Z] ---> Running in 7ca123c909db [2022-01-06T19:13:57.853Z] (38/42) Installing py3-progress (1.5-r2) [2022-01-06T19:13:57.853Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-01-06T19:13:57.853Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-01-06T19:13:57.853Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-01-06T19:13:57.853Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-01-06T19:13:57.853Z] Removing intermediate container 5ba1c09cb63f [2022-01-06T19:13:57.853Z] ---> 195abdd10da7 [2022-01-06T19:13:57.853Z] Step 6/22 : COPY . . [2022-01-06T19:13:58.428Z] Removing intermediate container 51b03c451dae [2022-01-06T19:13:58.428Z] ---> 602b27967e91 [2022-01-06T19:13:58.428Z] Step 6/23 : COPY go.mod . [2022-01-06T19:13:58.428Z] Removing intermediate container 7ca123c909db [2022-01-06T19:13:58.428Z] ---> 57e856995661 [2022-01-06T19:13:58.428Z] [2022-01-06T19:13:58.428Z] Executing busybox-1.33.1-r6.trigger [2022-01-06T19:13:58.428Z] OK: 84 MiB in 64 packages [2022-01-06T19:13:58.691Z] Successfully built 57e856995661 [2022-01-06T19:13:58.691Z] Successfully tagged security-secretstore-setup:latest [2022-01-06T19:13:58.691Z]  Building security-secretstore-setup ... done Building security-bootstrapper [2022-01-06T19:13:58.691Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-06T19:13:59.261Z] Collecting docker-compose==1.23.2 [2022-01-06T19:13:59.261Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-01-06T19:13:59.261Z] Collecting texttable<0.10,>=0.9.0 [2022-01-06T19:13:59.261Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-01-06T19:13:59.530Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-06T19:13:59.800Z] Collecting cached-property<2,>=1.2.0 [2022-01-06T19:13:59.800Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-01-06T19:13:59.800Z] Collecting dockerpty<0.5,>=0.4.1 [2022-01-06T19:13:59.800Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-01-06T19:14:00.067Z] OK: 220 MiB in 52 packages [2022-01-06T19:14:00.067Z] 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-01-06T19:14:00.067Z] Collecting PyYAML<4,>=3.10 [2022-01-06T19:14:00.067Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-01-06T19:14:01.037Z] Collecting websocket-client<1.0,>=0.32.0 [2022-01-06T19:14:01.037Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-01-06T19:14:01.037Z] Collecting docopt<0.7,>=0.6.1 [2022-01-06T19:14:01.037Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-01-06T19:14:01.318Z] Collecting jsonschema<3,>=2.5.1 [2022-01-06T19:14:01.318Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-01-06T19:14:01.585Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-01-06T19:14:01.585Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-01-06T19:14:01.585Z] Collecting docker<4.0,>=3.6.0 [2022-01-06T19:14:01.585Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-01-06T19:14:01.585Z] Collecting docker-pycreds>=0.4.0 [2022-01-06T19:14:01.585Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-01-06T19:14:01.852Z] Collecting urllib3<1.25,>=1.21.1 [2022-01-06T19:14:01.852Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-01-06T19:14:01.852Z] Collecting idna<2.8,>=2.5 [2022-01-06T19:14:01.852Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-01-06T19:14:01.852Z] 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-01-06T19:14:01.852Z] Collecting chardet<3.1.0,>=3.0.2 [2022-01-06T19:14:01.852Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-01-06T19:14:01.852Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-01-06T19:14:01.852Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-01-06T19:14:01.852Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-01-06T19:14:01.852Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-01-06T19:14:01.852Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-01-06T19:14:01.852Z] Attempting uninstall: urllib3 [2022-01-06T19:14:01.852Z] Found existing installation: urllib3 1.26.5 [2022-01-06T19:14:02.116Z] Uninstalling urllib3-1.26.5: [2022-01-06T19:14:02.380Z] Successfully uninstalled urllib3-1.26.5 [2022-01-06T19:14:04.931Z] ---> d05a0aa2d7b6 [2022-01-06T19:14:04.931Z] Step 7/23 : RUN go mod download [2022-01-06T19:14:05.870Z] Attempting uninstall: idna [2022-01-06T19:14:05.870Z] Found existing installation: idna 3.2 [2022-01-06T19:14:05.870Z] Uninstalling idna-3.2: [2022-01-06T19:14:05.870Z] Successfully uninstalled idna-3.2 [2022-01-06T19:14:06.443Z] Attempting uninstall: chardet [2022-01-06T19:14:06.443Z] Found existing installation: chardet 4.0.0 [2022-01-06T19:14:06.443Z] Uninstalling chardet-4.0.0: [2022-01-06T19:14:06.443Z] Successfully uninstalled chardet-4.0.0 [2022-01-06T19:14:06.443Z] ---> Running in 647a7687b825 [2022-01-06T19:14:06.443Z] ---> 839551df68e5 [2022-01-06T19:14:06.443Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-06T19:14:06.705Z] ---> Running in cc56bf8c3e40 [2022-01-06T19:14:06.705Z] Attempting uninstall: requests [2022-01-06T19:14:06.705Z] Found existing installation: requests 2.25.1 [2022-01-06T19:14:06.705Z] Uninstalling requests-2.25.1: [2022-01-06T19:14:06.705Z] Removing intermediate container a308d7c8accc [2022-01-06T19:14:06.705Z] ---> f49392b88c17 [2022-01-06T19:14:06.705Z] Step 6/21 : COPY . . [2022-01-06T19:14:06.705Z] Successfully uninstalled requests-2.25.1 [2022-01-06T19:14:06.966Z] Running setup.py install for texttable: started [2022-01-06T19:14:06.966Z] Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-06T19:14:06.966Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2022-01-06T19:14:06.966Z] ---> f462b601cdeb [2022-01-06T19:14:06.966Z] Step 3/30 : WORKDIR /edgex-go [2022-01-06T19:14:06.966Z] ---> Using cache [2022-01-06T19:14:06.966Z] ---> 57ba8d50cefe [2022-01-06T19:14:06.966Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-06T19:14:06.966Z] ---> Using cache [2022-01-06T19:14:06.966Z] ---> d99f8716fd01 [2022-01-06T19:14:06.966Z] Step 5/30 : RUN apk add --update --no-cache make git [2022-01-06T19:14:06.966Z] ---> Using cache [2022-01-06T19:14:06.966Z] ---> 602b27967e91 [2022-01-06T19:14:06.966Z] Step 6/30 : COPY . . [2022-01-06T19:14:07.575Z] Running setup.py install for texttable: finished with status 'done' [2022-01-06T19:14:07.575Z] Running setup.py install for PyYAML: started [2022-01-06T19:14:08.164Z] Running setup.py install for PyYAML: finished with status 'done' [2022-01-06T19:14:10.091Z] Running setup.py install for docopt: started [2022-01-06T19:14:11.042Z] Running setup.py install for docopt: finished with status 'done' [2022-01-06T19:14:11.042Z] Running setup.py install for dockerpty: started [2022-01-06T19:14:11.305Z] Running setup.py install for dockerpty: finished with status 'done' [2022-01-06T19:14:12.706Z] Removing intermediate container cc56bf8c3e40 [2022-01-06T19:14:12.706Z] ---> 7438e81fcb6a [2022-01-06T19:14:12.706Z] Step 8/22 : RUN make cmd/core-data/core-data [2022-01-06T19:14:13.287Z] 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-01-06T19:14:13.287Z] ---> Running in ca2459b96992 [2022-01-06T19:14:13.882Z] Removing intermediate container 647a7687b825 [2022-01-06T19:14:13.882Z] ---> e5cc6fbe9637 [2022-01-06T19:14:13.882Z] Step 8/23 : COPY . . [2022-01-06T19:14:14.848Z] 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-01-06T19:14:19.066Z] ---> c42930619552 [2022-01-06T19:14:19.066Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-06T19:14:19.066Z] ---> 8467653a23d3 [2022-01-06T19:14:19.066Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-06T19:14:19.328Z] ---> Running in 8c4cec0990c0 [2022-01-06T19:14:19.328Z] ---> Running in 0590c9934bb0 [2022-01-06T19:14:20.923Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-01-06T19:14:21.888Z] ---> c5f6da4e14ad [2022-01-06T19:14:21.888Z] Step 9/23 : RUN go mod tidy [2022-01-06T19:14:21.888Z] ---> Running in ca278f254f2b [2022-01-06T19:14:22.150Z] Removing intermediate container b73cc233165c [2022-01-06T19:14:22.150Z] ---> d964c0773f3d [2022-01-06T19:14:22.150Z] Step 13/22 : ENV APP_PORT=58890 [2022-01-06T19:14:22.361Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-01-06T19:14:22.415Z] Removing intermediate container 0590c9934bb0 [2022-01-06T19:14:22.415Z] ---> e607a7a8fb4d [2022-01-06T19:14:22.415Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-01-06T19:14:22.415Z] ---> Running in a39cabd024ae [2022-01-06T19:14:22.415Z] Removing intermediate container 8c4cec0990c0 [2022-01-06T19:14:22.415Z] ---> fa9f36c5a795 [2022-01-06T19:14:22.415Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2022-01-06T19:14:22.415Z] ---> Running in 22793280b22e [2022-01-06T19:14:22.415Z] ---> Running in 90f187a60a25 [2022-01-06T19:14:22.689Z] Removing intermediate container a39cabd024ae [2022-01-06T19:14:22.689Z] ---> a620738722c3 [2022-01-06T19:14:22.689Z] Step 14/22 : EXPOSE $APP_PORT [2022-01-06T19:14:22.689Z] ---> Running in 6a4798655cfc [2022-01-06T19:14:22.962Z] Removing intermediate container 6a4798655cfc [2022-01-06T19:14:22.962Z] ---> 6a19e86b34ab [2022-01-06T19:14:22.962Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-01-06T19:14:23.240Z] 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-01-06T19:14:23.240Z] 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-01-06T19:14:23.796Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-01-06T19:14:23.828Z] ---> 5d6da8dc514d [2022-01-06T19:14:23.828Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-01-06T19:14:23.828Z] ---> be1272450643 [2022-01-06T19:14:23.828Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-01-06T19:14:24.396Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-01-06T19:14:24.399Z] ---> a9d9c08b4596 [2022-01-06T19:14:24.399Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-01-06T19:14:24.399Z] ---> Running in 56e6a7c104c2 [2022-01-06T19:14:24.664Z] Removing intermediate container 56e6a7c104c2 [2022-01-06T19:14:24.664Z] ---> 377221e8d42e [2022-01-06T19:14:24.664Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-06T19:14:24.664Z] ---> Running in d6c49668a826 [2022-01-06T19:14:24.926Z] Removing intermediate container d6c49668a826 [2022-01-06T19:14:24.926Z] ---> fca0088851d6 [2022-01-06T19:14:24.926Z] Step 20/22 : LABEL arch=x86_64 [2022-01-06T19:14:24.926Z] ---> Running in 5057e672d6c5 [2022-01-06T19:14:24.926Z] Removing intermediate container 5057e672d6c5 [2022-01-06T19:14:24.926Z] ---> 4556da879d07 [2022-01-06T19:14:24.926Z] Step 21/22 : LABEL git_sha=7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [2022-01-06T19:14:25.197Z] ---> Running in bb795faf17e3 [2022-01-06T19:14:25.197Z] Removing intermediate container bb795faf17e3 [2022-01-06T19:14:25.197Z] ---> b7328b96c233 [2022-01-06T19:14:25.197Z] Step 22/22 : LABEL version=0.0.0 [2022-01-06T19:14:25.197Z] ---> Running in ee5e4aa026ac [2022-01-06T19:14:25.459Z] Removing intermediate container ee5e4aa026ac [2022-01-06T19:14:25.459Z] ---> 0d42348c060a [2022-01-06T19:14:25.459Z] [2022-01-06T19:14:25.459Z] Successfully built 0d42348c060a [2022-01-06T19:14:25.722Z] Successfully tagged sys-mgmt-agent:latest [2022-01-06T19:14:27.121Z]  Building sys-mgmt-agent ... done Removing intermediate container ca278f254f2b [2022-01-06T19:14:27.121Z] ---> d9851392a3fd [2022-01-06T19:14:27.121Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-01-06T19:14:27.382Z] ---> Running in b197421ed03b [2022-01-06T19:14:27.647Z] 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-01-06T19:14:36.838Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-01-06T19:14:36.838Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-01-06T19:14:36.838Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-01-06T19:14:36.838Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-01-06T19:14:36.838Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-01-06T19:14:36.838Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-01-06T19:14:37.114Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-01-06T19:14:37.114Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-01-06T19:14:37.114Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-01-06T19:14:37.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-01-06T19:14:45.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.196s coverage: 28.7% of statements [2022-01-06T19:14:45.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-01-06T19:14:45.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-01-06T19:14:48.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.318s coverage: 98.5% of statements [2022-01-06T19:14:48.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-01-06T19:14:49.515Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.288s coverage: 44.7% of statements [2022-01-06T19:14:49.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-01-06T19:14:49.515Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-01-06T19:14:52.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.700s coverage: 89.5% of statements [2022-01-06T19:14:52.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-01-06T19:14:52.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-01-06T19:14:52.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.240s coverage: 84.4% of statements [2022-01-06T19:14:52.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-01-06T19:14:52.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-01-06T19:14:52.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-01-06T19:14:52.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-01-06T19:14:52.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-01-06T19:14:54.287Z] Removing intermediate container 22793280b22e [2022-01-06T19:14:54.287Z] ---> 7eb2c4903ffe [2022-01-06T19:14:54.287Z] [2022-01-06T19:14:54.287Z] Step 9/30 : FROM alpine:3.14 [2022-01-06T19:14:54.287Z] ---> 0a97eee8041e [2022-01-06T19:14:54.287Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-01-06T19:14:54.287Z] Removing intermediate container ca2459b96992 [2022-01-06T19:14:54.287Z] ---> 51af6f8fcd03 [2022-01-06T19:14:54.287Z] [2022-01-06T19:14:54.287Z] Step 9/22 : FROM alpine:3.14 [2022-01-06T19:14:54.287Z] ---> 0a97eee8041e [2022-01-06T19:14:54.287Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-01-06T19:14:54.287Z] ---> Running in d958eb85a7d3 [2022-01-06T19:14:54.287Z] ---> Running in 0b651235d397 [2022-01-06T19:14:54.287Z] Removing intermediate container d958eb85a7d3 [2022-01-06T19:14:54.287Z] ---> 4c38a35d78f6 [2022-01-06T19:14:54.287Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2022-01-06T19:14:54.287Z] ---> Running in ed45c08c123e [2022-01-06T19:14:54.287Z] Removing intermediate container 0b651235d397 [2022-01-06T19:14:54.287Z] ---> e87d53677baf [2022-01-06T19:14:54.287Z] Step 11/22 : ENV APP_PORT=59880 [2022-01-06T19:14:54.287Z] ---> Running in 8eca1a84fb4a [2022-01-06T19:14:54.551Z] Removing intermediate container 8eca1a84fb4a [2022-01-06T19:14:54.551Z] ---> 42afac4f2700 [2022-01-06T19:14:54.551Z] Step 12/22 : EXPOSE $APP_PORT [2022-01-06T19:14:54.551Z] ---> Running in 2d0e89910b40 [2022-01-06T19:14:54.551Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-06T19:14:54.811Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-06T19:14:54.811Z] Removing intermediate container 2d0e89910b40 [2022-01-06T19:14:54.811Z] ---> 935d1ab29fc3 [2022-01-06T19:14:54.811Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-06T19:14:54.811Z] ---> Running in 6f06c22c720c [2022-01-06T19:14:55.084Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-01-06T19:14:55.084Z] (2/2) Installing su-exec (0.2-r1) [2022-01-06T19:14:55.084Z] Executing busybox-1.33.1-r6.trigger [2022-01-06T19:14:55.084Z] OK: 6 MiB in 16 packages [2022-01-06T19:14:55.668Z] Removing intermediate container ed45c08c123e [2022-01-06T19:14:55.668Z] ---> e9012331fd7c [2022-01-06T19:14:55.668Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2022-01-06T19:14:55.935Z] ---> Running in 969a117340ad [2022-01-06T19:14:56.196Z] Removing intermediate container 6f06c22c720c [2022-01-06T19:14:56.196Z] ---> fbe29c3bc423 [2022-01-06T19:14:56.196Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2022-01-06T19:14:56.456Z] Removing intermediate container 969a117340ad [2022-01-06T19:14:56.456Z] ---> 0cd77568dbb5 [2022-01-06T19:14:56.456Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-01-06T19:14:57.025Z] ---> Running in c44b13afb36b [2022-01-06T19:14:57.025Z] ---> Running in 5a5aa27a5f56 [2022-01-06T19:14:57.025Z] Removing intermediate container 90f187a60a25 [2022-01-06T19:14:57.025Z] ---> eb7ac79dd6b1 [2022-01-06T19:14:57.025Z] [2022-01-06T19:14:57.025Z] Step 9/21 : FROM alpine:3.14 [2022-01-06T19:14:57.026Z] ---> 0a97eee8041e [2022-01-06T19:14:57.026Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-01-06T19:14:57.026Z] Removing intermediate container 5a5aa27a5f56 [2022-01-06T19:14:57.026Z] ---> d04f962c18fa [2022-01-06T19:14:57.026Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-01-06T19:14:57.026Z] ---> Running in 8af0571bb7f5 [2022-01-06T19:14:57.026Z] ---> Running in 994394f2a6b4 [2022-01-06T19:14:57.613Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-06T19:14:57.613Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-06T19:14:57.872Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-06T19:14:57.872Z] (1/2) Installing ca-certificates (20191127-r5) [2022-01-06T19:14:57.872Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-01-06T19:14:57.872Z] Executing busybox-1.33.1-r6.trigger [2022-01-06T19:14:57.872Z] Executing ca-certificates-20191127-r5.trigger [2022-01-06T19:14:57.872Z] OK: 6 MiB in 16 packages [2022-01-06T19:14:58.475Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-06T19:14:58.475Z] Removing intermediate container 994394f2a6b4 [2022-01-06T19:14:58.475Z] ---> 6986a62f4ef6 [2022-01-06T19:14:58.475Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2022-01-06T19:14:58.475Z] ---> Running in 4c7524c982c4 [2022-01-06T19:14:58.475Z] Removing intermediate container b197421ed03b [2022-01-06T19:14:58.475Z] ---> 1936dc4d0562 [2022-01-06T19:14:58.475Z] [2022-01-06T19:14:58.475Z] Step 11/23 : FROM alpine:3.14 [2022-01-06T19:14:58.475Z] ---> 0a97eee8041e [2022-01-06T19:14:58.475Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-01-06T19:14:58.475Z] ---> Using cache [2022-01-06T19:14:58.475Z] ---> cb7b70b95213 [2022-01-06T19:14:58.475Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-06T19:14:58.475Z] ---> Using cache [2022-01-06T19:14:58.475Z] ---> f5fc3a6bee67 [2022-01-06T19:14:58.475Z] Step 14/23 : ENV APP_PORT=59861 [2022-01-06T19:14:58.475Z] ---> Running in 83eaf55e1a00 [2022-01-06T19:14:58.747Z] Removing intermediate container 4c7524c982c4 [2022-01-06T19:14:58.747Z] ---> 39209e65b293 [2022-01-06T19:14:58.747Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-01-06T19:14:58.747Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-01-06T19:14:58.747Z] Removing intermediate container 8af0571bb7f5 [2022-01-06T19:14:58.747Z] ---> ef43d1fe9684 [2022-01-06T19:14:58.747Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-06T19:14:58.747Z] ---> Running in b930fa2567be [2022-01-06T19:14:58.748Z] Removing intermediate container 83eaf55e1a00 [2022-01-06T19:14:58.748Z] ---> 1ce73d6cc62f [2022-01-06T19:14:58.748Z] Step 15/23 : EXPOSE $APP_PORT [2022-01-06T19:14:58.748Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-01-06T19:14:58.748Z] ---> Running in 079fb06d7096 [2022-01-06T19:14:58.748Z] ---> 0bdadb730dff [2022-01-06T19:14:58.748Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-01-06T19:14:58.748Z] (3/6) Installing libsodium (1.0.18-r0) [2022-01-06T19:14:58.748Z] Removing intermediate container b930fa2567be [2022-01-06T19:14:58.748Z] ---> ca8e1551ea00 [2022-01-06T19:14:58.748Z] Step 12/21 : ENV APP_PORT=59860 [2022-01-06T19:14:58.748Z] ---> Running in 16cf07b22ddd [2022-01-06T19:14:59.014Z] Removing intermediate container 079fb06d7096 [2022-01-06T19:14:59.014Z] ---> c1aed2b3d336 [2022-01-06T19:14:59.014Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-06T19:14:59.014Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-01-06T19:14:59.014Z] ---> Running in a5ec8c395913 [2022-01-06T19:14:59.014Z] (5/6) Installing libzmq (4.3.4-r0) [2022-01-06T19:14:59.014Z] ---> 2c7da03ea626 [2022-01-06T19:14:59.014Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-01-06T19:14:59.277Z] (6/6) Installing zeromq (4.3.4-r0) [2022-01-06T19:14:59.277Z] Removing intermediate container a5ec8c395913 [2022-01-06T19:14:59.277Z] ---> dde500020fca [2022-01-06T19:14:59.277Z] Step 13/21 : EXPOSE $APP_PORT [2022-01-06T19:14:59.277Z] Executing busybox-1.33.1-r6.trigger [2022-01-06T19:14:59.277Z] OK: 8 MiB in 20 packages [2022-01-06T19:14:59.277Z] ---> Running in 7509b28d7214 [2022-01-06T19:14:59.549Z] Removing intermediate container 7509b28d7214 [2022-01-06T19:14:59.549Z] ---> f06167987fb5 [2022-01-06T19:14:59.549Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-06T19:14:59.549Z] ---> cbe12454a363 [2022-01-06T19:14:59.549Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-01-06T19:14:59.812Z] ---> dc66cbdc22af [2022-01-06T19:14:59.812Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-01-06T19:14:59.812Z] Removing intermediate container c44b13afb36b [2022-01-06T19:14:59.812Z] ---> 6e85af1ae070 [2022-01-06T19:14:59.812Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-06T19:14:59.812Z] ---> ac3e008af683 [2022-01-06T19:14:59.812Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-01-06T19:14:59.812Z] Removing intermediate container 16cf07b22ddd [2022-01-06T19:14:59.812Z] ---> bc3d0e781f77 [2022-01-06T19:14:59.812Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-06T19:14:59.812Z] ---> Running in 2e2fb5a9d9ee [2022-01-06T19:15:00.076Z] ---> e3ec397052ff [2022-01-06T19:15:00.076Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-01-06T19:15:00.076Z] Removing intermediate container 2e2fb5a9d9ee [2022-01-06T19:15:00.076Z] ---> 7da03190a8a0 [2022-01-06T19:15:00.076Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-06T19:15:00.076Z] ---> e265a02d3c66 [2022-01-06T19:15:00.076Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-01-06T19:15:00.341Z] ---> 5ba8e6516ba6 [2022-01-06T19:15:00.341Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-01-06T19:15:00.341Z] ---> Running in c0bcc6e6bd2d [2022-01-06T19:15:00.618Z] Removing intermediate container c0bcc6e6bd2d [2022-01-06T19:15:00.618Z] ---> 1c70649f5926 [2022-01-06T19:15:00.618Z] Step 21/23 : LABEL arch=x86_64 [2022-01-06T19:15:00.618Z] ---> b05f6a67e34c [2022-01-06T19:15:00.618Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2022-01-06T19:15:00.618Z] ---> 061550010bb2 [2022-01-06T19:15:00.618Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-01-06T19:15:00.618Z] ---> f6d491403bb0 [2022-01-06T19:15:00.618Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-01-06T19:15:00.618Z] ---> Running in c170c0dd2d3a [2022-01-06T19:15:00.618Z] ---> Running in cf968fc00332 [2022-01-06T19:15:00.906Z] ---> 26c9d90ddcca [2022-01-06T19:15:00.906Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2022-01-06T19:15:00.906Z] Removing intermediate container cf968fc00332 [2022-01-06T19:15:00.906Z] ---> 608e368c390c [2022-01-06T19:15:00.906Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-06T19:15:00.906Z] Removing intermediate container c170c0dd2d3a [2022-01-06T19:15:00.906Z] ---> 741abe079a5b [2022-01-06T19:15:00.906Z] Step 22/23 : LABEL git_sha=7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [2022-01-06T19:15:00.906Z] ---> 5e7177ebd8f1 [2022-01-06T19:15:00.906Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-01-06T19:15:00.906Z] ---> Running in b4c0a989fb0d [2022-01-06T19:15:00.906Z] ---> Running in 572cb607a871 [2022-01-06T19:15:00.906Z] ---> Running in 53beca8e2960 [2022-01-06T19:15:01.177Z] Removing intermediate container b4c0a989fb0d [2022-01-06T19:15:01.177Z] ---> 4fd592856df6 [2022-01-06T19:15:01.177Z] Step 23/23 : LABEL version=0.0.0 [2022-01-06T19:15:01.177Z] Removing intermediate container 53beca8e2960 [2022-01-06T19:15:01.177Z] ---> 943a3487ad90 [2022-01-06T19:15:01.177Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-06T19:15:01.177Z] ---> Running in 5b255690dee3 [2022-01-06T19:15:01.177Z] Removing intermediate container 572cb607a871 [2022-01-06T19:15:01.177Z] ---> 82f45068a760 [2022-01-06T19:15:01.177Z] Step 19/21 : LABEL arch=x86_64 [2022-01-06T19:15:01.177Z] ---> Running in e1b99d9b3c2c [2022-01-06T19:15:01.177Z] ---> e2ce732c0a27 [2022-01-06T19:15:01.177Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-01-06T19:15:01.177Z] ---> Running in d5c30df8fca0 [2022-01-06T19:15:01.177Z] Removing intermediate container 5b255690dee3 [2022-01-06T19:15:01.177Z] ---> 6fc078128c12 [2022-01-06T19:15:01.177Z] [2022-01-06T19:15:01.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.679s coverage: 94.2% of statements [2022-01-06T19:15:01.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-01-06T19:15:01.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-01-06T19:15:01.357Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.180s coverage: 59.1% of statements [2022-01-06T19:15:01.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-01-06T19:15:01.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-01-06T19:15:01.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-01-06T19:15:01.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-01-06T19:15:01.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-01-06T19:15:01.357Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.206s coverage: 60.0% of statements [2022-01-06T19:15:01.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-01-06T19:15:01.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-01-06T19:15:01.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-01-06T19:15:01.357Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.325s coverage: 0.9% of statements [2022-01-06T19:15:01.357Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-01-06T19:15:01.357Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.209s coverage: 58.8% of statements [2022-01-06T19:15:01.357Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.162s coverage: 21.7% of statements [2022-01-06T19:15:01.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-01-06T19:15:01.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.201s coverage: 47.1% of statements [2022-01-06T19:15:01.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.260s coverage: 79.5% of statements [2022-01-06T19:15:01.357Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.186s coverage: 94.1% of statements [2022-01-06T19:15:01.442Z] Removing intermediate container e1b99d9b3c2c [2022-01-06T19:15:01.442Z] ---> ff6b2b16d200 [2022-01-06T19:15:01.442Z] Step 20/22 : LABEL arch=x86_64 [2022-01-06T19:15:01.442Z] Successfully built 6fc078128c12 [2022-01-06T19:15:01.442Z] Removing intermediate container d5c30df8fca0 [2022-01-06T19:15:01.442Z] ---> c42bfc158647 [2022-01-06T19:15:01.442Z] Step 20/21 : LABEL git_sha=7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [2022-01-06T19:15:01.442Z] Successfully tagged support-scheduler:latest [2022-01-06T19:15:01.442Z]  Building support-scheduler ... done  ---> bc0e8fef88fd [2022-01-06T19:15:01.442Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2022-01-06T19:15:01.442Z] ---> Running in 26661303a0e4 [2022-01-06T19:15:01.442Z] ---> Running in 6bbf3a768ab2 [2022-01-06T19:15:01.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.217s coverage: 96.3% of statements [2022-01-06T19:15:01.702Z] Removing intermediate container 26661303a0e4 [2022-01-06T19:15:01.702Z] ---> cdfd0395d3a9 [2022-01-06T19:15:01.702Z] Step 21/21 : LABEL version=0.0.0 [2022-01-06T19:15:01.702Z] Removing intermediate container 6bbf3a768ab2 [2022-01-06T19:15:01.702Z] ---> 7b87415a5331 [2022-01-06T19:15:01.702Z] Step 21/22 : LABEL git_sha=7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [2022-01-06T19:15:01.702Z] ---> Running in a1eb6723fb28 [2022-01-06T19:15:01.702Z] ---> Running in 39bdbdac8deb [2022-01-06T19:15:01.702Z] ---> Running in 81313b7479d6 [2022-01-06T19:15:01.702Z] Removing intermediate container a1eb6723fb28 [2022-01-06T19:15:01.702Z] ---> 70585b1e3811 [2022-01-06T19:15:01.702Z] [2022-01-06T19:15:01.702Z] Removing intermediate container 39bdbdac8deb [2022-01-06T19:15:01.702Z] ---> 016436adab97 [2022-01-06T19:15:01.702Z] Step 22/22 : LABEL version=0.0.0 [2022-01-06T19:15:01.971Z] Removing intermediate container 81313b7479d6 [2022-01-06T19:15:01.971Z] ---> 4715ebe0cb3d [2022-01-06T19:15:01.971Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-01-06T19:15:01.971Z] ---> Running in 808165614a4b [2022-01-06T19:15:01.971Z] Successfully built 70585b1e3811 [2022-01-06T19:15:01.971Z] Successfully tagged support-notifications:latest [2022-01-06T19:15:01.971Z]  Building support-notifications ... done Removing intermediate container 808165614a4b [2022-01-06T19:15:01.971Z] ---> 670dc19b20b2 [2022-01-06T19:15:01.971Z] [2022-01-06T19:15:01.971Z] ---> a3e2f3d64e36 [2022-01-06T19:15:01.971Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2022-01-06T19:15:02.233Z] Successfully built 670dc19b20b2 [2022-01-06T19:15:02.233Z] Successfully tagged core-data:latest [2022-01-06T19:15:02.233Z]  Building core-data ... done  ---> Running in 818c38608731 [2022-01-06T19:15:02.806Z] Removing intermediate container 818c38608731 [2022-01-06T19:15:02.806Z] ---> c7b419208736 [2022-01-06T19:15:02.806Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2022-01-06T19:15:02.806Z] ---> Running in f18d035c7a2a [2022-01-06T19:15:02.806Z] Removing intermediate container f18d035c7a2a [2022-01-06T19:15:02.806Z] ---> 7093119d6030 [2022-01-06T19:15:02.806Z] Step 27/30 : CMD ["gate"] [2022-01-06T19:15:03.066Z] ---> Running in fa46bb863e1e [2022-01-06T19:15:03.066Z] Removing intermediate container fa46bb863e1e [2022-01-06T19:15:03.066Z] ---> 6f6328d6963d [2022-01-06T19:15:03.066Z] Step 28/30 : LABEL arch=x86_64 [2022-01-06T19:15:03.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.162s coverage: 87.5% of statements [2022-01-06T19:15:03.333Z] ---> Running in 670bedc28a37 [2022-01-06T19:15:03.333Z] Removing intermediate container 670bedc28a37 [2022-01-06T19:15:03.333Z] ---> 6fa9cbf08648 [2022-01-06T19:15:03.333Z] Step 29/30 : LABEL git_sha=7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [2022-01-06T19:15:03.333Z] ---> Running in 055b5c961f29 [2022-01-06T19:15:03.333Z] Removing intermediate container 055b5c961f29 [2022-01-06T19:15:03.333Z] ---> 33415a77300d [2022-01-06T19:15:03.333Z] Step 30/30 : LABEL version=0.0.0 [2022-01-06T19:15:03.593Z] ---> Running in 38990135b0e3 [2022-01-06T19:15:03.593Z] Removing intermediate container 38990135b0e3 [2022-01-06T19:15:03.593Z] ---> c45d2c1e182e [2022-01-06T19:15:03.593Z] [2022-01-06T19:15:03.593Z] Successfully built c45d2c1e182e [2022-01-06T19:15:03.593Z] Successfully tagged security-bootstrapper:latest [2022-01-06T19:15:03.861Z]  Building security-bootstrapper ... done  [Pipeline] } [2022-01-06T19:15:03.890Z] $ docker stop --time=1 ea21dc4dd347b6fe075048535700978316a5cadd2bf025d3a1b08acdc8d0794a [2022-01-06T19:15:05.172Z] $ docker rm -f ea21dc4dd347b6fe075048535700978316a5cadd2bf025d3a1b08acdc8d0794a [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-06T19:15:05.586Z] + docker images [2022-01-06T19:15:05.586Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-01-06T19:15:05.586Z] security-bootstrapper latest c45d2c1e182e 2 seconds ago 18.9MB [2022-01-06T19:15:05.586Z] support-scheduler latest 6fc078128c12 4 seconds ago 16.2MB [2022-01-06T19:15:05.586Z] support-notifications latest 70585b1e3811 4 seconds ago 17MB [2022-01-06T19:15:05.586Z] core-data latest 670dc19b20b2 4 seconds ago 20.7MB [2022-01-06T19:15:05.586Z] 1936dc4d0562 7 seconds ago 1.76GB [2022-01-06T19:15:05.586Z] eb7ac79dd6b1 9 seconds ago 1.76GB [2022-01-06T19:15:05.586Z] 7eb2c4903ffe 12 seconds ago 1.76GB [2022-01-06T19:15:05.586Z] 51af6f8fcd03 12 seconds ago 1.77GB [2022-01-06T19:15:05.586Z] sys-mgmt-agent latest 0d42348c060a 40 seconds ago 297MB [2022-01-06T19:15:05.586Z] security-secretstore-setup latest 57e856995661 About a minute ago 28.4MB [2022-01-06T19:15:05.586Z] security-proxy-setup latest 198e2a810a20 About a minute ago 26.9MB [2022-01-06T19:15:05.586Z] core-metadata latest cb6c85bf71ac About a minute ago 16.9MB [2022-01-06T19:15:05.586Z] core-command latest 59cd2f51a8ab About a minute ago 16.1MB [2022-01-06T19:15:05.586Z] ad805c45b756 About a minute ago 1.76GB [2022-01-06T19:15:05.586Z] 9e760bee55ce About a minute ago 1.76GB [2022-01-06T19:15:05.586Z] a20d3d2de98e About a minute ago 1.77GB [2022-01-06T19:15:05.586Z] 8f619d90d8be About a minute ago 1.77GB [2022-01-06T19:15:05.586Z] 7ded98948c9b About a minute ago 1.76GB [2022-01-06T19:15:05.586Z] ci-base-image-x86_64 latest f462b601cdeb 6 minutes ago 1.25GB [2022-01-06T19:15:05.586Z] docker 20.10.10 b706a049f56e 7 weeks ago 216MB [2022-01-06T19:15:05.586Z] alpine 3.14 0a97eee8041e 7 weeks ago 5.61MB [2022-01-06T19:15:05.586Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 9f6097aaca64 2 months ago 548MB [2022-01-06T19:15:05.586Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 3 months ago 34.5MB [2022-01-06T19:15:05.586Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 18 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-01-06T19:15:15.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.249s coverage: 94.4% of statements [2022-01-06T19:15:15.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.185s coverage: 44.8% of statements [2022-01-06T19:15:20.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.659s coverage: 82.5% of statements [2022-01-06T19:15:20.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-01-06T19:15:21.112Z] Still waiting to schedule task [2022-01-06T19:15:21.112Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2022-01-06T19:15:29.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.233s coverage: 92.9% of statements [2022-01-06T19:15:29.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-01-06T19:15:29.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-01-06T19:15:29.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-01-06T19:15:29.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2022-01-06T19:15:29.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-01-06T19:15:29.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-01-06T19:15:29.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-01-06T19:15:29.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-01-06T19:15:29.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-01-06T19:15:29.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.178s coverage: 87.2% of statements [2022-01-06T19:15:29.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-01-06T19:15:29.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-01-06T19:15:29.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.150s coverage: 100.0% of statements [2022-01-06T19:15:29.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-01-06T19:15:29.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.223s coverage: 58.8% of statements [2022-01-06T19:15:29.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-01-06T19:15:29.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.246s coverage: 80.0% of statements [2022-01-06T19:15:29.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.250s coverage: 87.2% of statements [2022-01-06T19:15:29.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.278s coverage: 85.4% of statements [2022-01-06T19:15:29.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.771s coverage: 91.2% of statements [2022-01-06T19:15:29.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-01-06T19:15:29.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.626s coverage: 64.4% of statements [2022-01-06T19:15:29.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-01-06T19:15:29.140Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-01-06T19:15:29.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.173s coverage: 100.0% of statements [2022-01-06T19:15:29.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 89.4% of statements [2022-01-06T19:15:29.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements [2022-01-06T19:15:29.140Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements [2022-01-06T19:15:29.411Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.079s coverage: 100.0% of statements [2022-01-06T19:15:33.720Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.302s coverage: 65.4% of statements [2022-01-06T19:15:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-01-06T19:15:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-01-06T19:15:33.720Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-01-06T19:15:35.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.783s coverage: 43.8% of statements [2022-01-06T19:15:35.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-01-06T19:15:35.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-01-06T19:15:35.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.242s coverage: 89.5% of statements [2022-01-06T19:15:35.160Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-01-06T19:15:35.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.263s coverage: 84.8% of statements [2022-01-06T19:15:35.160Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-01-06T19:15:45.337Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.320s coverage: 17.7% of statements [2022-01-06T19:15:45.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-01-06T19:15:45.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-01-06T19:15:45.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-01-06T19:15:45.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-01-06T19:15:45.337Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.616s coverage: 92.3% of statements [2022-01-06T19:15:45.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-01-06T19:15:45.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-01-06T19:15:45.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-01-06T19:15:45.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-01-06T19:15:45.337Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.194s coverage: 63.2% of statements [2022-01-06T19:15:45.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-01-06T19:15:45.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-01-06T19:15:45.337Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.383s coverage: 97.7% of statements [2022-01-06T19:15:45.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-01-06T19:15:45.337Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-01-06T19:15:45.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-01-06T19:15:45.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-01-06T19:15:45.337Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.170s coverage: 28.9% of statements [2022-01-06T19:15:45.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-01-06T19:15:45.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-01-06T19:15:45.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-01-06T19:15:45.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-01-06T19:15:45.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-01-06T19:15:45.337Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-01-06T19:15:45.337Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.182s coverage: 100.0% of statements [2022-01-06T19:15:45.338Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 96.9% of statements [2022-01-06T19:15:45.338Z] 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-01-06T19:15:45.338Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-01-06T19:15:45.338Z] GO111MODULE=on go vet ./... [2022-01-06T19:16:41.288Z] Running on prd-ubuntu18.04-docker-8c-8g-911 in /w/workspace/edgexfoundry_edgex-go_PR-3855 [Pipeline] { [Pipeline] ws [2022-01-06T19:16:41.347Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-01-06T19:16:41.547Z] The recommended git tool is: git [2022-01-06T19:16:43.177Z] using credential edgex-jenkins-ssh [2022-01-06T19:16:43.191Z] Cloning the remote Git repository [2022-01-06T19:16:43.214Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-01-06T19:16:43.250Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-01-06T19:16:43.275Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-01-06T19:16:43.276Z] > git --version # timeout=10 [2022-01-06T19:16:43.283Z] > git --version # 'git version 2.17.1' [2022-01-06T19:16:43.283Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-06T19:16:43.307Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-06T19:16:48.147Z] Merging remotes/origin/main commit 744b2ca0a98b60adf4684d7292cc95234626d583 into PR head commit 7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [2022-01-06T19:16:48.253Z] Merge succeeded, producing 7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [2022-01-06T19:16:48.254Z] Checking out Revision 7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe (PR-3855) [2022-01-06T19:16:47.530Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-01-06T19:16:47.536Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-06T19:16:47.545Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-01-06T19:16:47.557Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-01-06T19:16:47.557Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-06T19:16:47.561Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3855/head:refs/remotes/origin/PR-3855 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-01-06T19:16:48.161Z] > git config core.sparsecheckout # timeout=10 [2022-01-06T19:16:48.168Z] > git checkout -f 7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe # timeout=10 [2022-01-06T19:16:48.228Z] > git remote # timeout=10 [2022-01-06T19:16:48.234Z] > git config --get remote.origin.url # timeout=10 [2022-01-06T19:16:48.238Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-06T19:16:48.242Z] > git merge 744b2ca0a98b60adf4684d7292cc95234626d583 # timeout=10 [2022-01-06T19:16:48.251Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-06T19:16:48.259Z] > git config core.sparsecheckout # timeout=10 [2022-01-06T19:16:48.275Z] > git checkout -f 7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe # timeout=10 [2022-01-06T19:16:51.818Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [2022-01-06T19:16:51.847Z] > git --version # timeout=10 [2022-01-06T19:16:51.852Z] > git --version # 'git version 2.17.1' [2022-01-06T19:16:51.855Z] fatal: bad object 32edd24ee733e309d05e35b1f887f14b07bde6d0 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-06T19:16:52.797Z] + echo snap-build.sh [2022-01-06T19:16:52.797Z] snap-build.sh [2022-01-06T19:16:52.797Z] + SNAP_BASE_DIR=. [2022-01-06T19:16:52.797Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2022-01-06T19:16:52.797Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2022-01-06T19:16:52.797Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2022-01-06T19:16:52.797Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2022-01-06T19:16:52.797Z] + cd /w/workspace/edgex-go/1 [2022-01-06T19:16:52.797Z] + sudo apt-get remove -qy --purge lxd lxd-client [2022-01-06T19:16:52.797Z] Reading package lists... [2022-01-06T19:16:52.797Z] Building dependency tree... [2022-01-06T19:16:52.797Z] Reading state information... [2022-01-06T19:16:52.797Z] The following packages were automatically installed and are no longer required: [2022-01-06T19:16:52.797Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2022-01-06T19:16:52.797Z] uidmap xdelta3 [2022-01-06T19:16:52.797Z] Use 'sudo apt autoremove' to remove them. [2022-01-06T19:16:52.797Z] The following packages will be REMOVED: [2022-01-06T19:16:52.797Z] lxd* lxd-client* [2022-01-06T19:16:52.797Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2022-01-06T19:16:53.058Z] After this operation, 31.7 MB disk space will be freed. [2022-01-06T19:16:53.843Z] (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-01-06T19:16:53.843Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-01-06T19:16:54.416Z] Removing lxd dnsmasq configuration [2022-01-06T19:16:54.679Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2022-01-06T19:16:54.679Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2022-01-06T19:16:55.622Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2022-01-06T19:16:55.622Z] (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-01-06T19:16:55.622Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-01-06T19:16:57.012Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2022-01-06T19:16:57.012Z] Processing triggers for ureadahead (0.100.0-21) ... [2022-01-06T19:16:57.582Z] + sudo snap remove --purge lxd [2022-01-06T19:16:57.582Z] snap "lxd" is not installed [2022-01-06T19:16:57.582Z] + sudo groupadd --force --system lxd [2022-01-06T19:16:57.847Z] ++ whoami [2022-01-06T19:16:57.847Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2022-01-06T19:16:57.847Z] + newgrp - lxd [2022-01-06T19:16:57.847Z] + sudo snap install lxd [2022-01-06T19:17:06.005Z] 2022-01-06T19:17:03Z INFO Waiting for automatic snapd restart... [2022-01-06T19:17:07.101Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-01-06T19:17:07.101Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-01-06T19:17:07.101Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-01-06T19:17:07.149Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-01-06T19:17:07.822Z] + ls -al . [2022-01-06T19:17:07.822Z] total 672 [2022-01-06T19:17:07.822Z] drwxrwxr-x 9 1001 1001 4096 Jan 6 19:17 . [2022-01-06T19:17:07.822Z] drwxr-xr-x 4 root root 4096 Jan 6 19:12 .. [2022-01-06T19:17:07.822Z] -rw-rw-r-- 1 1001 1001 11 Jan 6 19:10 .dockerignore [2022-01-06T19:17:07.822Z] drwxrwxr-x 8 1001 1001 4096 Jan 6 19:10 .git [2022-01-06T19:17:07.822Z] drwxrwxr-x 4 1001 1001 4096 Jan 6 19:10 .github [2022-01-06T19:17:07.822Z] -rw-rw-r-- 1 1001 1001 804 Jan 6 19:10 .gitignore [2022-01-06T19:17:07.822Z] -rw-rw-r-- 1 1001 1001 42 Jan 6 19:10 .golangci.yml [2022-01-06T19:17:07.822Z] -rw-rw-r-- 1 1001 1001 76 Jan 6 19:10 .hadolint.yml [2022-01-06T19:17:07.822Z] -rw-rw-r-- 1 1001 1001 166 Jan 6 19:10 .sonarcloud.properties [2022-01-06T19:17:07.822Z] -rw-rw-r-- 1 1001 1001 1171 Jan 6 19:10 ADOPTERS.md [2022-01-06T19:17:07.822Z] -rw-rw-r-- 1 1001 1001 8910 Jan 6 19:10 Attribution.txt [2022-01-06T19:17:07.822Z] -rw-rw-r-- 1 1001 1001 51732 Jan 6 19:10 CHANGELOG.md [2022-01-06T19:17:07.822Z] -rw-rw-r-- 1 1001 1001 3804 Jan 6 19:10 CONTRIBUTING.md [2022-01-06T19:17:07.822Z] -rw-rw-r-- 1 1001 1001 677 Jan 6 19:10 GOVERNANCE.md [2022-01-06T19:17:07.822Z] -rw-rw-r-- 1 1001 1001 849 Jan 6 19:10 Jenkinsfile [2022-01-06T19:17:07.822Z] -rw-rw-r-- 1 1001 1001 10775 Jan 6 19:10 LICENSE [2022-01-06T19:17:07.822Z] -rw-rw-r-- 1 1001 1001 6508 Jan 6 19:10 Makefile [2022-01-06T19:17:07.822Z] -rw-rw-r-- 1 1001 1001 582 Jan 6 19:10 OWNERS.md [2022-01-06T19:17:07.822Z] -rw-rw-r-- 1 1001 1001 8207 Jan 6 19:10 README.md [2022-01-06T19:17:07.822Z] -rw-rw-r-- 1 1001 1001 6912 Jan 6 19:10 SECURITY.md [2022-01-06T19:17:07.822Z] -rw-rw-r-- 1 1001 1001 5 Jan 6 19:08 VERSION [2022-01-06T19:17:07.822Z] -rw-rw-r-- 1 1001 1001 4131 Jan 6 19:10 ZMQWindows.md [2022-01-06T19:17:07.822Z] drwxrwxr-x 2 1001 1001 4096 Jan 6 19:10 bin [2022-01-06T19:17:07.822Z] drwxrwxr-x 14 1001 1001 4096 Jan 6 19:10 cmd [2022-01-06T19:17:07.822Z] -rw-r--r-- 1 root root 428381 Jan 6 19:15 coverage.out [2022-01-06T19:17:07.822Z] -rw-rw-r-- 1 1001 1001 828 Jan 6 19:10 go.mod [2022-01-06T19:17:07.822Z] -rw-rw-r-- 1 1001 1001 49574 Jan 6 19:12 go.sum [2022-01-06T19:17:07.822Z] drwxrwxr-x 8 1001 1001 4096 Jan 6 19:10 internal [2022-01-06T19:17:07.822Z] drwxrwxr-x 3 1001 1001 4096 Jan 6 19:10 openapi [2022-01-06T19:17:07.822Z] drwxrwxr-x 4 1001 1001 4096 Jan 6 19:10 snap [2022-01-06T19:17:07.822Z] -rw-rw-r-- 1 1001 1001 204 Jan 6 19:10 version.go [Pipeline] sh [2022-01-06T19:17:08.494Z] + '[' -e coverage.out ] [2022-01-06T19:17:08.494Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-01-06T19:17:08.539Z] Warning: overwriting stash ‘coverage-report’ [2022-01-06T19:17:09.260Z] Stashed 1 file(s) [Pipeline] sh [2022-01-06T19:17:09.921Z] + make build [2022-01-06T19:17:09.922Z] 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-01-06T19:17:16.625Z] 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-01-06T19:17:18.252Z] lxd 4.21 from Canonical* installed [2022-01-06T19:17:18.252Z] + sudo lxd init --auto [2022-01-06T19:17:28.254Z] + sudo snap install --classic snapcraft [2022-01-06T19:17:31.561Z] snapcraft 6.0 from Canonical* installed [2022-01-06T19:17:31.561Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2022-01-06T19:17:31.561Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2022-01-06T19:17:31.561Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-01-06T19:17:31.561Z] Dload Upload Total Spent Left Speed [2022-01-06T19:17:31.561Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 658 100 658 0 0 4328 0 --:--:-- --:--:-- --:--:-- 4328 [2022-01-06T19:17:31.561Z] 100 3325k 100 3325k 0 0 8681k 0 --:--:-- --:--:-- --:--:-- 8681k [2022-01-06T19:17:31.561Z] ./yq_linux_amd64 [2022-01-06T19:17:31.561Z] + sudo snapcraft prime --use-lxd [2022-01-06T19:17:33.477Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2022-01-06T19:17:33.477Z] 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-01-06T19:17:33.477Z] - README.md [2022-01-06T19:17:33.477Z] [2022-01-06T19:17:33.477Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-01-06T19:17:33.740Z] Launching a container. [2022-01-06T19:17:38.785Z] 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-01-06T19:17:40.214Z] 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-01-06T19:17:43.760Z] Waiting for container to be ready [2022-01-06T19:17:44.022Z] To start your first container, try: lxc launch ubuntu:20.04 [2022-01-06T19:17:44.022Z] Or for a virtual machine: lxc launch ubuntu:20.04 --vm [2022-01-06T19:17:44.022Z] [2022-01-06T19:17:44.509Z] 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-01-06T19:17:45.102Z] 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-01-06T19:17:48.243Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2022-01-06T19:17:48.482Z] 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-01-06T19:17:48.505Z] Waiting for network to be ready... [2022-01-06T19:17:49.076Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2022-01-06T19:17:49.076Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2022-01-06T19:17:49.648Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2022-01-06T19:17:49.648Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2005 kB] [2022-01-06T19:17:49.648Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2022-01-06T19:17:49.910Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2022-01-06T19:17:49.910Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2022-01-06T19:17:49.910Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2022-01-06T19:17:49.910Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2022-01-06T19:17:49.910Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2022-01-06T19:17:49.910Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2022-01-06T19:17:49.910Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [358 kB] [2022-01-06T19:17:50.174Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2022-01-06T19:17:50.174Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2022-01-06T19:17:50.174Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [555 kB] [2022-01-06T19:17:50.174Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [75.1 kB] [2022-01-06T19:17:50.174Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1163 kB] [2022-01-06T19:17:50.174Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [268 kB] [2022-01-06T19:17:50.439Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2022-01-06T19:17:50.439Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2353 kB] [2022-01-06T19:17:50.699Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [451 kB] [2022-01-06T19:17:50.699Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.2 kB] [2022-01-06T19:17:50.699Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] [2022-01-06T19:17:50.699Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [579 kB] [2022-01-06T19:17:50.699Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [78.9 kB] [2022-01-06T19:17:50.699Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1778 kB] [2022-01-06T19:17:50.699Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [385 kB] [2022-01-06T19:17:51.868Z] 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-01-06T19:17:54.001Z] Fetched 25.8 MB in 5s (5532 kB/s) [2022-01-06T19:17:54.261Z] Reading package lists... [2022-01-06T19:17:54.522Z] Reading package lists... [2022-01-06T19:17:54.782Z] Building dependency tree... [2022-01-06T19:17:54.782Z] Reading state information... [2022-01-06T19:17:54.782Z] The following additional packages will be installed: [2022-01-06T19:17:54.782Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-01-06T19:17:54.782Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-01-06T19:17:54.782Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-01-06T19:17:54.782Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2022-01-06T19:17:54.782Z] Suggested packages: [2022-01-06T19:17:54.782Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2022-01-06T19:17:54.782Z] Recommended packages: [2022-01-06T19:17:54.782Z] gnupg libsasl2-modules [2022-01-06T19:17:54.782Z] The following NEW packages will be installed: [2022-01-06T19:17:54.782Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-01-06T19:17:54.782Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-01-06T19:17:54.782Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-01-06T19:17:54.782Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2022-01-06T19:17:54.782Z] The following packages will be upgraded: [2022-01-06T19:17:54.782Z] gpg gpg-agent gpgconf libudev1 [2022-01-06T19:17:54.782Z] 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. [2022-01-06T19:17:54.782Z] Need to get 3527 kB of archives. [2022-01-06T19:17:54.782Z] After this operation, 13.3 MB of additional disk space will be used. [2022-01-06T19:17:54.782Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2022-01-06T19:17:55.044Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2022-01-06T19:17:55.044Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2022-01-06T19:17:55.044Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2022-01-06T19:17:55.044Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.53 [55.6 kB] [2022-01-06T19:17:55.288Z] 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-01-06T19:17:55.304Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.53 [1102 kB] [2022-01-06T19:17:55.875Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2022-01-06T19:17:56.136Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2022-01-06T19:17:56.136Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2022-01-06T19:17:56.708Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2022-01-06T19:17:56.708Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2022-01-06T19:17:56.708Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2022-01-06T19:17:56.969Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2022-01-06T19:17:56.969Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2022-01-06T19:17:56.969Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2022-01-06T19:17:57.229Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2022-01-06T19:17:57.229Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2022-01-06T19:17:57.496Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2022-01-06T19:17:57.496Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2022-01-06T19:17:57.496Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2022-01-06T19:17:57.757Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2022-01-06T19:17:57.757Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2022-01-06T19:17:58.020Z] debconf: delaying package configuration, since apt-utils is not installed [2022-01-06T19:17:58.020Z] Fetched 3527 kB in 3s (1185 kB/s) [2022-01-06T19:17:58.020Z] (Reading database ... 12511 files and directories currently installed.) [2022-01-06T19:17:58.020Z] Preparing to unpack .../libudev1_237-3ubuntu10.53_amd64.deb ... [2022-01-06T19:17:58.020Z] Unpacking libudev1:amd64 (237-3ubuntu10.53) over (237-3ubuntu10) ... [2022-01-06T19:17:58.020Z] Setting up libudev1:amd64 (237-3ubuntu10.53) ... [2022-01-06T19:17:58.020Z] Selecting previously unselected package udev. [2022-01-06T19:17:58.020Z] (Reading database ... 12511 files and directories currently installed.) [2022-01-06T19:17:58.020Z] Preparing to unpack .../00-udev_237-3ubuntu10.53_amd64.deb ... [2022-01-06T19:17:58.280Z] Unpacking udev (237-3ubuntu10.53) ... [2022-01-06T19:17:58.280Z] Selecting previously unselected package libfuse2:amd64. [2022-01-06T19:17:58.280Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2022-01-06T19:17:58.280Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2022-01-06T19:17:58.280Z] Selecting previously unselected package fuse. [2022-01-06T19:17:58.280Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2022-01-06T19:17:58.280Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2022-01-06T19:17:58.541Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2022-01-06T19:17:58.541Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2022-01-06T19:17:58.541Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2022-01-06T19:17:58.541Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2022-01-06T19:17:58.541Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2022-01-06T19:17:58.541Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2022-01-06T19:17:58.541Z] Selecting previously unselected package libksba8:amd64. [2022-01-06T19:17:58.541Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2022-01-06T19:17:58.541Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2022-01-06T19:17:58.807Z] Selecting previously unselected package libroken18-heimdal:amd64. [2022-01-06T19:17:58.807Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-01-06T19:17:58.807Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-06T19:17:58.807Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2022-01-06T19:17:58.807Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-01-06T19:17:58.807Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-06T19:17:58.807Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2022-01-06T19:17:58.807Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-01-06T19:17:58.807Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-06T19:17:58.807Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2022-01-06T19:17:58.807Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-01-06T19:17:58.807Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-06T19:17:59.074Z] Selecting previously unselected package libwind0-heimdal:amd64. [2022-01-06T19:17:59.074Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-01-06T19:17:59.074Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-06T19:17:59.074Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2022-01-06T19:17:59.074Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-01-06T19:17:59.074Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-06T19:17:59.074Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2022-01-06T19:17:59.074Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-01-06T19:17:59.074Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-06T19:17:59.074Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2022-01-06T19:17:59.074Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-01-06T19:17:59.074Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-06T19:17:59.336Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2022-01-06T19:17:59.336Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-01-06T19:17:59.336Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-06T19:17:59.336Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2022-01-06T19:17:59.336Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2022-01-06T19:17:59.336Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2022-01-06T19:17:59.336Z] Selecting previously unselected package libsasl2-2:amd64. [2022-01-06T19:17:59.336Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2022-01-06T19:17:59.336Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2022-01-06T19:17:59.336Z] Selecting previously unselected package libldap-common. [2022-01-06T19:17:59.336Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2022-01-06T19:17:59.336Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2022-01-06T19:17:59.336Z] Selecting previously unselected package libldap-2.4-2:amd64. [2022-01-06T19:17:59.336Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2022-01-06T19:17:59.336Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2022-01-06T19:17:59.597Z] Selecting previously unselected package dirmngr. [2022-01-06T19:17:59.597Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2022-01-06T19:17:59.597Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2022-01-06T19:17:59.597Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2022-01-06T19:17:59.597Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2022-01-06T19:17:59.597Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2022-01-06T19:17:59.597Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2022-01-06T19:17:59.597Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2022-01-06T19:17:59.597Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2022-01-06T19:17:59.618Z] 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-01-06T19:17:59.860Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-06T19:17:59.860Z] Setting up libksba8:amd64 (1.3.5-2) ... [2022-01-06T19:17:59.860Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2022-01-06T19:17:59.860Z] Setting up udev (237-3ubuntu10.53) ... [2022-01-06T19:18:00.122Z] invoke-rc.d: policy-rc.d denied execution of start. [2022-01-06T19:18:00.122Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-06T19:18:00.122Z] Processing triggers for systemd (237-3ubuntu10) ... [2022-01-06T19:18:00.122Z] Setting up fuse (2.9.7-1ubuntu1) ... [2022-01-06T19:18:00.122Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2022-01-06T19:18:00.122Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-06T19:18:00.122Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-06T19:18:00.383Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-06T19:18:00.383Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-06T19:18:00.383Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-06T19:18:00.383Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-06T19:18:00.383Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-06T19:18:00.383Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2022-01-06T19:18:00.383Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2022-01-06T19:18:00.383Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2022-01-06T19:18:00.644Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2022-01-06T19:18:00.644Z] settings in the [Install] section, and DefaultInstance for template units). [2022-01-06T19:18:00.644Z] This means they are not meant to be enabled using systemctl. [2022-01-06T19:18:00.644Z] Possible reasons for having this kind of units are: [2022-01-06T19:18:00.644Z] 1) A unit may be statically enabled by being symlinked from another unit's [2022-01-06T19:18:00.644Z] .wants/ or .requires/ directory. [2022-01-06T19:18:00.644Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2022-01-06T19:18:00.644Z] a requirement dependency on it. [2022-01-06T19:18:00.644Z] 3) A unit may be started when needed via activation (socket, path, timer, [2022-01-06T19:18:00.644Z] D-Bus, udev, scripted systemctl call, ...). [2022-01-06T19:18:00.644Z] 4) In case of template units, the unit is meant to be enabled with some [2022-01-06T19:18:00.644Z] instance name specified. [2022-01-06T19:18:01.216Z] Reading package lists... [2022-01-06T19:18:01.216Z] Building dependency tree... [2022-01-06T19:18:01.216Z] Reading state information... [2022-01-06T19:18:01.216Z] The following additional packages will be installed: [2022-01-06T19:18:01.216Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2022-01-06T19:18:01.216Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2022-01-06T19:18:01.216Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2022-01-06T19:18:01.216Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2022-01-06T19:18:01.216Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2022-01-06T19:18:01.216Z] Suggested packages: [2022-01-06T19:18:01.216Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2022-01-06T19:18:01.216Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2022-01-06T19:18:01.216Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2022-01-06T19:18:01.216Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2022-01-06T19:18:01.216Z] systemd-container policykit-1 [2022-01-06T19:18:01.216Z] Recommended packages: [2022-01-06T19:18:01.216Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2022-01-06T19:18:01.479Z] The following NEW packages will be installed: [2022-01-06T19:18:01.479Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2022-01-06T19:18:01.479Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2022-01-06T19:18:01.479Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2022-01-06T19:18:01.479Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2022-01-06T19:18:01.479Z] python3.6-minimal snapd squashfs-tools sudo [2022-01-06T19:18:01.479Z] The following packages will be upgraded: [2022-01-06T19:18:01.479Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2022-01-06T19:18:01.479Z] 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. [2022-01-06T19:18:01.479Z] Need to get 36.8 MB of archives. [2022-01-06T19:18:01.479Z] After this operation, 147 MB of additional disk space will be used. [2022-01-06T19:18:01.479Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.6 [534 kB] [2022-01-06T19:18:01.479Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.53 [2915 kB] [2022-01-06T19:18:02.053Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2022-01-06T19:18:02.053Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.6 [1609 kB] [2022-01-06T19:18:02.314Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.6 [1712 kB] [2022-01-06T19:18:02.314Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.53 [206 kB] [2022-01-06T19:18:02.314Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] [2022-01-06T19:18:02.314Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] [2022-01-06T19:18:02.314Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.14 [1302 kB] [2022-01-06T19:18:02.314Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.6 [203 kB] [2022-01-06T19:18:02.314Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2022-01-06T19:18:02.314Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2022-01-06T19:18:02.314Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2022-01-06T19:18:02.314Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2022-01-06T19:18:02.314Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2022-01-06T19:18:02.314Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2022-01-06T19:18:02.314Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2022-01-06T19:18:02.314Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.7 [1089 kB] [2022-01-06T19:18:02.574Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2022-01-06T19:18:02.574Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2022-01-06T19:18:02.574Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2022-01-06T19:18:02.574Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2022-01-06T19:18:02.574Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2022-01-06T19:18:02.574Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2022-01-06T19:18:02.574Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB] [2022-01-06T19:18:02.574Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.4 [111 kB] [2022-01-06T19:18:02.574Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2022-01-06T19:18:02.574Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2022-01-06T19:18:02.574Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2022-01-06T19:18:02.574Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.51.1+18.04 [22.6 MB] [2022-01-06T19:18:02.998Z] 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-01-06T19:18:03.520Z] debconf: delaying package configuration, since apt-utils is not installed [2022-01-06T19:18:03.520Z] Fetched 36.8 MB in 2s (19.3 MB/s) [2022-01-06T19:18:03.520Z] (Reading database ... 12757 files and directories currently installed.) [2022-01-06T19:18:03.520Z] Preparing to unpack .../systemd_237-3ubuntu10.53_amd64.deb ... [2022-01-06T19:18:03.520Z] Unpacking systemd (237-3ubuntu10.53) over (237-3ubuntu10) ... [2022-01-06T19:18:04.124Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.53_amd64.deb ... [2022-01-06T19:18:04.124Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.53) over (237-3ubuntu10) ... [2022-01-06T19:18:04.124Z] Setting up libsystemd0:amd64 (237-3ubuntu10.53) ... [2022-01-06T19:18:04.124Z] (Reading database ... 12757 files and directories currently installed.) [2022-01-06T19:18:04.124Z] Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... [2022-01-06T19:18:04.124Z] Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... [2022-01-06T19:18:04.397Z] Setting up libapt-pkg5.0:amd64 (1.6.14) ... [2022-01-06T19:18:04.397Z] (Reading database ... 12757 files and directories currently installed.) [2022-01-06T19:18:04.397Z] Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... [2022-01-06T19:18:04.397Z] Unpacking apt (1.6.14) over (1.6.1) ... [2022-01-06T19:18:04.676Z] Setting up apt (1.6.14) ... [2022-01-06T19:18:04.676Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2022-01-06T19:18:04.954Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2022-01-06T19:18:04.954Z] (Reading database ... 12764 files and directories currently installed.) [2022-01-06T19:18:04.954Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.14_amd64.deb ... [2022-01-06T19:18:04.954Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.14) over (1.1.0g-2ubuntu4) ... [2022-01-06T19:18:05.229Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2022-01-06T19:18:05.229Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.6_amd64.deb ... [2022-01-06T19:18:05.229Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.6) ... [2022-01-06T19:18:05.229Z] Selecting previously unselected package libexpat1:amd64. [2022-01-06T19:18:05.229Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2022-01-06T19:18:05.229Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2022-01-06T19:18:05.490Z] Selecting previously unselected package python3.6-minimal. [2022-01-06T19:18:05.490Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.6_amd64.deb ... [2022-01-06T19:18:05.490Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.6) ... [2022-01-06T19:18:05.490Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.14) ... [2022-01-06T19:18:05.610Z] 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-01-06T19:18:05.750Z] Checking for services that may need to be restarted...done. [2022-01-06T19:18:05.750Z] Checking for services that may need to be restarted...done. [2022-01-06T19:18:05.750Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.6) ... [2022-01-06T19:18:05.750Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2022-01-06T19:18:05.750Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.6) ... [2022-01-06T19:18:06.321Z] Selecting previously unselected package python3-minimal. [2022-01-06T19:18:06.321Z] (Reading database ... 13012 files and directories currently installed.) [2022-01-06T19:18:06.321Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2022-01-06T19:18:06.321Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2022-01-06T19:18:06.321Z] Selecting previously unselected package mime-support. [2022-01-06T19:18:06.321Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2022-01-06T19:18:06.321Z] Unpacking mime-support (3.60ubuntu1) ... [2022-01-06T19:18:06.321Z] Selecting previously unselected package libmpdec2:amd64. [2022-01-06T19:18:06.321Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2022-01-06T19:18:06.321Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2022-01-06T19:18:06.321Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2022-01-06T19:18:06.321Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.6_amd64.deb ... [2022-01-06T19:18:06.321Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.6) ... [2022-01-06T19:18:06.582Z] Selecting previously unselected package python3.6. [2022-01-06T19:18:06.582Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.6_amd64.deb ... [2022-01-06T19:18:06.582Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.6) ... [2022-01-06T19:18:06.582Z] Selecting previously unselected package libpython3-stdlib:amd64. [2022-01-06T19:18:06.582Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2022-01-06T19:18:06.582Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2022-01-06T19:18:06.582Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2022-01-06T19:18:06.842Z] Selecting previously unselected package python3. [2022-01-06T19:18:06.842Z] (Reading database ... 13442 files and directories currently installed.) [2022-01-06T19:18:06.842Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2022-01-06T19:18:06.842Z] Unpacking python3 (3.6.7-1~18.04) ... [2022-01-06T19:18:06.842Z] Selecting previously unselected package multiarch-support. [2022-01-06T19:18:06.842Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2022-01-06T19:18:06.842Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2022-01-06T19:18:06.842Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2022-01-06T19:18:06.842Z] Selecting previously unselected package liblzo2-2:amd64. [2022-01-06T19:18:06.842Z] (Reading database ... 13479 files and directories currently installed.) [2022-01-06T19:18:06.842Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2022-01-06T19:18:06.842Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2022-01-06T19:18:07.103Z] Selecting previously unselected package libbsd0:amd64. [2022-01-06T19:18:07.103Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2022-01-06T19:18:07.103Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2022-01-06T19:18:07.103Z] Selecting previously unselected package sudo. [2022-01-06T19:18:07.103Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2022-01-06T19:18:07.103Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2022-01-06T19:18:07.103Z] Selecting previously unselected package apparmor. [2022-01-06T19:18:07.103Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2022-01-06T19:18:07.103Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2022-01-06T19:18:07.365Z] Selecting previously unselected package libedit2:amd64. [2022-01-06T19:18:07.365Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2022-01-06T19:18:07.365Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2022-01-06T19:18:07.365Z] Selecting previously unselected package libkrb5support0:amd64. [2022-01-06T19:18:07.365Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2022-01-06T19:18:07.365Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2022-01-06T19:18:07.365Z] Selecting previously unselected package libk5crypto3:amd64. [2022-01-06T19:18:07.365Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2022-01-06T19:18:07.365Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2022-01-06T19:18:07.365Z] Selecting previously unselected package libkeyutils1:amd64. [2022-01-06T19:18:07.365Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2022-01-06T19:18:07.365Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2022-01-06T19:18:07.365Z] Selecting previously unselected package libkrb5-3:amd64. [2022-01-06T19:18:07.365Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2022-01-06T19:18:07.365Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2022-01-06T19:18:07.625Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2022-01-06T19:18:07.625Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2022-01-06T19:18:07.625Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2022-01-06T19:18:07.625Z] Selecting previously unselected package libssl1.0.0:amd64. [2022-01-06T19:18:07.625Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb ... [2022-01-06T19:18:07.625Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... [2022-01-06T19:18:07.885Z] Selecting previously unselected package openssh-client. [2022-01-06T19:18:07.885Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ... [2022-01-06T19:18:07.885Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.5) ... [2022-01-06T19:18:08.144Z] Selecting previously unselected package squashfs-tools. [2022-01-06T19:18:08.144Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.4_amd64.deb ... [2022-01-06T19:18:08.145Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... [2022-01-06T19:18:08.145Z] Selecting previously unselected package snapd. [2022-01-06T19:18:08.145Z] Preparing to unpack .../13-snapd_2.51.1+18.04_amd64.deb ... [2022-01-06T19:18:08.145Z] Unpacking snapd (2.51.1+18.04) ... [2022-01-06T19:18:10.684Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2022-01-06T19:18:10.684Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... [2022-01-06T19:18:10.684Z] Setting up mime-support (3.60ubuntu1) ... [2022-01-06T19:18:10.684Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2022-01-06T19:18:10.684Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2022-01-06T19:18:10.684Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2022-01-06T19:18:10.684Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2022-01-06T19:18:10.684Z] Setting up systemd (237-3ubuntu10.53) ... [2022-01-06T19:18:10.684Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2022-01-06T19:18:10.945Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2022-01-06T19:18:10.945Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2022-01-06T19:18:10.945Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2022-01-06T19:18:10.945Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.6) ... [2022-01-06T19:18:10.945Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2022-01-06T19:18:10.945Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.6) ... [2022-01-06T19:18:11.520Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... [2022-01-06T19:18:11.520Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2022-01-06T19:18:11.520Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2022-01-06T19:18:11.520Z] Setting up python3 (3.6.7-1~18.04) ... [2022-01-06T19:18:11.520Z] running python rtupdate hooks for python3.6... [2022-01-06T19:18:11.520Z] running python post-rtupdate hooks for python3.6... [2022-01-06T19:18:11.793Z] Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] } [2022-01-06T19:18:12.348Z] $ docker stop --time=1 3a178d1d2e58ecfeda5ea3ee88e91de185ab11dbf1f1a1f7d6dcff02d13042b2 [2022-01-06T19:18:12.364Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2022-01-06T19:18:12.365Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2022-01-06T19:18:12.365Z] Setting up openssh-client (1:7.6p1-4ubuntu0.5) ... [2022-01-06T19:18:12.365Z] Setting up snapd (2.51.1+18.04) ... [2022-01-06T19:18:12.936Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2022-01-06T19:18:12.936Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2022-01-06T19:18:13.196Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2022-01-06T19:18:13.458Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2022-01-06T19:18:13.458Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-01-06T19:18:13.458Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-01-06T19:18:13.717Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2022-01-06T19:18:13.976Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2022-01-06T19:18:13.976Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2022-01-06T19:18:14.236Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2022-01-06T19:18:14.236Z] /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-01-06T19:18:14.336Z] $ docker rm -f 3a178d1d2e58ecfeda5ea3ee88e91de185ab11dbf1f1a1f7d6dcff02d13042b2 [2022-01-06T19:18:14.496Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2022-01-06T19:18:14.496Z] Processing triggers for systemd (237-3ubuntu10.53) ... [2022-01-06T19:18:15.068Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2022-01-06T19:18:15.329Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2022-01-06T19:18:15.329Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-06T19:18:16.196Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-01-06T19:18:16.196Z] [2022-01-06T19:18:16.196Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-01-06T19:18:16.534Z] Reading package lists... [2022-01-06T19:18:16.535Z] Reading package lists... [2022-01-06T19:18:16.558Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-01-06T19:18:16.795Z] Building dependency tree... [2022-01-06T19:18:16.795Z] Reading state information... [2022-01-06T19:18:16.795Z] Calculating upgrade... [2022-01-06T19:18:16.832Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-01-06T19:18:16.832Z] 29e5d40040c1: Pulling fs layer [2022-01-06T19:18:16.832Z] 1ce36da41761: Pulling fs layer [2022-01-06T19:18:16.832Z] 25b303627fd3: Pulling fs layer [2022-01-06T19:18:16.832Z] 29e5d40040c1: Download complete [2022-01-06T19:18:17.056Z] The following packages will be upgraded: [2022-01-06T19:18:17.056Z] advancecomp base-files bash binutils binutils-common [2022-01-06T19:18:17.056Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2022-01-06T19:18:17.056Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2022-01-06T19:18:17.056Z] grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 [2022-01-06T19:18:17.056Z] libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev [2022-01-06T19:18:17.056Z] libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2022-01-06T19:18:17.056Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2022-01-06T19:18:17.056Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2022-01-06T19:18:17.056Z] libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 [2022-01-06T19:18:17.056Z] libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2022-01-06T19:18:17.056Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2022-01-06T19:18:17.056Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2022-01-06T19:18:17.056Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2022-01-06T19:18:17.056Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2022-01-06T19:18:17.056Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2022-01-06T19:18:17.056Z] ubuntu-keyring util-linux [2022-01-06T19:18:17.104Z] 1ce36da41761: Verifying Checksum [2022-01-06T19:18:17.104Z] 1ce36da41761: Download complete [2022-01-06T19:18:17.317Z] 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2022-01-06T19:18:17.317Z] Need to get 64.1 MB of archives. [2022-01-06T19:18:17.317Z] After this operation, 5157 kB of additional disk space will be used. [2022-01-06T19:18:17.317Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-166.174 [984 kB] [2022-01-06T19:18:17.317Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2022-01-06T19:18:17.376Z] 29e5d40040c1: Pull complete [2022-01-06T19:18:17.890Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2022-01-06T19:18:17.890Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2022-01-06T19:18:17.890Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2022-01-06T19:18:17.890Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2022-01-06T19:18:17.890Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2022-01-06T19:18:17.890Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2022-01-06T19:18:17.890Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2022-01-06T19:18:17.890Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2022-01-06T19:18:17.890Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2022-01-06T19:18:17.890Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2022-01-06T19:18:17.890Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2022-01-06T19:18:17.890Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2022-01-06T19:18:18.151Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2022-01-06T19:18:18.151Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2022-01-06T19:18:18.151Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2022-01-06T19:18:18.151Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2022-01-06T19:18:18.151Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2022-01-06T19:18:18.151Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2022-01-06T19:18:18.151Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.11 [60.4 kB] [2022-01-06T19:18:18.151Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2022-01-06T19:18:18.151Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2022-01-06T19:18:18.151Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2022-01-06T19:18:18.151Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] [2022-01-06T19:18:18.151Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2022-01-06T19:18:18.151Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2022-01-06T19:18:18.151Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2022-01-06T19:18:18.151Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2022-01-06T19:18:18.151Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2022-01-06T19:18:18.151Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2022-01-06T19:18:18.151Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2022-01-06T19:18:18.151Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2022-01-06T19:18:18.412Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2022-01-06T19:18:18.412Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2022-01-06T19:18:18.412Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2022-01-06T19:18:18.412Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2022-01-06T19:18:18.412Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] [2022-01-06T19:18:18.412Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] [2022-01-06T19:18:18.412Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] [2022-01-06T19:18:18.412Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2022-01-06T19:18:18.412Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.53 [13.2 kB] [2022-01-06T19:18:18.412Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2022-01-06T19:18:18.412Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2022-01-06T19:18:18.412Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2022-01-06T19:18:18.412Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2022-01-06T19:18:18.412Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2022-01-06T19:18:18.412Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2022-01-06T19:18:18.412Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2022-01-06T19:18:18.412Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2022-01-06T19:18:18.412Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2022-01-06T19:18:18.412Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] [2022-01-06T19:18:18.412Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2022-01-06T19:18:18.412Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2022-01-06T19:18:18.412Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2022-01-06T19:18:18.412Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.5 [646 kB] [2022-01-06T19:18:18.412Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2022-01-06T19:18:18.412Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2022-01-06T19:18:18.412Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2022-01-06T19:18:18.412Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.14 [613 kB] [2022-01-06T19:18:18.412Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2022-01-06T19:18:18.412Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2022-01-06T19:18:18.412Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2022-01-06T19:18:18.412Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.3 [418 kB] [2022-01-06T19:18:18.412Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] [2022-01-06T19:18:18.412Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2022-01-06T19:18:18.673Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2022-01-06T19:18:18.673Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2022-01-06T19:18:18.673Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] [2022-01-06T19:18:18.673Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] [2022-01-06T19:18:18.673Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2022-01-06T19:18:18.673Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2022-01-06T19:18:18.673Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2022-01-06T19:18:18.673Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2022-01-06T19:18:18.673Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2022-01-06T19:18:18.673Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2022-01-06T19:18:18.673Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2022-01-06T19:18:18.673Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2022-01-06T19:18:18.673Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.2 [43.0 kB] [2022-01-06T19:18:18.673Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.2 [145 kB] [2022-01-06T19:18:18.674Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2022-01-06T19:18:18.674Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2022-01-06T19:18:18.674Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2022-01-06T19:18:18.674Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021e-0ubuntu0.18.04 [189 kB] [2022-01-06T19:18:18.674Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2022-01-06T19:18:18.674Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2022-01-06T19:18:18.674Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.7 [1839 kB] [2022-01-06T19:18:18.807Z] 25b303627fd3: Verifying Checksum [2022-01-06T19:18:18.807Z] 25b303627fd3: Download complete [2022-01-06T19:18:18.807Z] 1ce36da41761: Pull complete [2022-01-06T19:18:18.934Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.7 [489 kB] [2022-01-06T19:18:18.934Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.7 [3388 B] [2022-01-06T19:18:18.934Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.7 [197 kB] [2022-01-06T19:18:18.934Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2022-01-06T19:18:18.934Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2022-01-06T19:18:18.934Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2022-01-06T19:18:18.934Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2022-01-06T19:18:19.195Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2022-01-06T19:18:19.455Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2022-01-06T19:18:19.715Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2022-01-06T19:18:19.715Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2022-01-06T19:18:19.975Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2022-01-06T19:18:19.975Z] Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2022-01-06T19:18:19.975Z] Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2022-01-06T19:18:19.975Z] Get:102 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2022-01-06T19:18:19.975Z] Get:103 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2022-01-06T19:18:19.975Z] debconf: delaying package configuration, since apt-utils is not installed [2022-01-06T19:18:19.975Z] Fetched 64.1 MB in 3s (22.3 MB/s) [2022-01-06T19:18:19.975Z] (Reading database ... 13914 files and directories currently installed.) [2022-01-06T19:18:19.975Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2022-01-06T19:18:19.975Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2022-01-06T19:18:20.545Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2022-01-06T19:18:20.545Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2022-01-06T19:18:20.545Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-166.174_amd64.deb ... [2022-01-06T19:18:20.545Z] Unpacking linux-libc-dev:amd64 (4.15.0-166.174) over (4.15.0-20.21) ... [2022-01-06T19:18:20.805Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-01-06T19:18:20.805Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-01-06T19:18:20.805Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-01-06T19:18:20.805Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-01-06T19:18:20.805Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-01-06T19:18:20.805Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-01-06T19:18:20.805Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-01-06T19:18:21.064Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-01-06T19:18:21.064Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-01-06T19:18:21.064Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-01-06T19:18:21.064Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-01-06T19:18:21.064Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-01-06T19:18:21.064Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-01-06T19:18:21.064Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-01-06T19:18:21.064Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-01-06T19:18:21.324Z] (Reading database ... 13914 files and directories currently installed.) [2022-01-06T19:18:21.324Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-01-06T19:18:21.324Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2022-01-06T19:18:21.324Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2022-01-06T19:18:21.324Z] (Reading database ... 13914 files and directories currently installed.) [2022-01-06T19:18:21.324Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-01-06T19:18:21.324Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-01-06T19:18:21.324Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-01-06T19:18:21.324Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-01-06T19:18:21.584Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-01-06T19:18:21.585Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-01-06T19:18:21.585Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-01-06T19:18:21.585Z] (Reading database ... 13914 files and directories currently installed.) [2022-01-06T19:18:21.585Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2022-01-06T19:18:21.844Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2022-01-06T19:18:22.106Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2022-01-06T19:18:22.365Z] (Reading database ... 13914 files and directories currently installed.) [2022-01-06T19:18:22.365Z] Preparing to unpack .../base-files_10.1ubuntu2.11_amd64.deb ... [2022-01-06T19:18:22.365Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2022-01-06T19:18:22.365Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2022-01-06T19:18:22.365Z] Unpacking base-files (10.1ubuntu2.11) over (10.1ubuntu2) ... [2022-01-06T19:18:22.626Z] Setting up base-files (10.1ubuntu2.11) ... [2022-01-06T19:18:22.626Z] Installing new version of config file /etc/issue ... [2022-01-06T19:18:22.626Z] Installing new version of config file /etc/issue.net ... [2022-01-06T19:18:22.626Z] Installing new version of config file /etc/lsb-release ... [2022-01-06T19:18:22.626Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2022-01-06T19:18:22.887Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2022-01-06T19:18:22.887Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2022-01-06T19:18:22.887Z] Removing obsolete conffile /etc/default/motd-news ... [2022-01-06T19:18:22.887Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:22.887Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2022-01-06T19:18:22.887Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2022-01-06T19:18:23.147Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2022-01-06T19:18:23.147Z] 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-01-06T19:18:23.147Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:23.147Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-01-06T19:18:23.147Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2022-01-06T19:18:23.147Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2022-01-06T19:18:23.415Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:23.415Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2022-01-06T19:18:23.415Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2022-01-06T19:18:23.415Z] Setting up tar (1.29b-2ubuntu0.2) ... [2022-01-06T19:18:23.415Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:23.415Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2022-01-06T19:18:23.415Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2022-01-06T19:18:23.676Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2022-01-06T19:18:23.676Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:23.676Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2022-01-06T19:18:23.676Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2022-01-06T19:18:23.676Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2022-01-06T19:18:23.939Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:23.939Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2022-01-06T19:18:23.939Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2022-01-06T19:18:23.939Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2022-01-06T19:18:23.939Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:23.939Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2022-01-06T19:18:23.939Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2022-01-06T19:18:24.199Z] Setting up grep (3.1-2build1) ... [2022-01-06T19:18:24.199Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:24.199Z] Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... [2022-01-06T19:18:24.199Z] Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... [2022-01-06T19:18:24.199Z] Setting up gzip (1.6-5ubuntu1.1) ... [2022-01-06T19:18:24.199Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:24.199Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2022-01-06T19:18:24.199Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2022-01-06T19:18:24.461Z] Setting up login (1:4.5-1ubuntu2) ... [2022-01-06T19:18:24.722Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:24.722Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2022-01-06T19:18:24.722Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-01-06T19:18:24.983Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2022-01-06T19:18:24.983Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:24.983Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2022-01-06T19:18:24.983Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2022-01-06T19:18:25.244Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2022-01-06T19:18:25.244Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2022-01-06T19:18:25.506Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2022-01-06T19:18:25.506Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2022-01-06T19:18:25.765Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2022-01-06T19:18:25.765Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:25.765Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2022-01-06T19:18:25.765Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2022-01-06T19:18:26.025Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2022-01-06T19:18:26.025Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2022-01-06T19:18:26.286Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2022-01-06T19:18:26.286Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2022-01-06T19:18:26.286Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2022-01-06T19:18:26.286Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:26.286Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2022-01-06T19:18:26.286Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2022-01-06T19:18:26.550Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2022-01-06T19:18:26.550Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:26.550Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-01-06T19:18:26.550Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-01-06T19:18:26.550Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-01-06T19:18:26.550Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:26.550Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-01-06T19:18:26.550Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-01-06T19:18:26.550Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-01-06T19:18:26.810Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:26.810Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-01-06T19:18:26.810Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-01-06T19:18:26.810Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-01-06T19:18:26.810Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:26.810Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-01-06T19:18:26.810Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-01-06T19:18:26.810Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-01-06T19:18:27.070Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:27.070Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2022-01-06T19:18:27.070Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-01-06T19:18:27.070Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2022-01-06T19:18:27.070Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-01-06T19:18:27.070Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2022-01-06T19:18:27.070Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:27.070Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2022-01-06T19:18:27.331Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-01-06T19:18:27.331Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2022-01-06T19:18:27.331Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:27.331Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-01-06T19:18:27.331Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-01-06T19:18:27.331Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-01-06T19:18:27.331Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:27.331Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-01-06T19:18:27.331Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-01-06T19:18:27.594Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2022-01-06T19:18:27.594Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:27.594Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-01-06T19:18:27.594Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-01-06T19:18:27.856Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2022-01-06T19:18:28.118Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2022-01-06T19:18:28.380Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2022-01-06T19:18:28.380Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:28.380Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2022-01-06T19:18:28.380Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2022-01-06T19:18:28.644Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2022-01-06T19:18:28.644Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-06T19:18:28.644Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2022-01-06T19:18:28.644Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-01-06T19:18:28.912Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2022-01-06T19:18:28.912Z] (Reading database ... 13917 files and directories currently installed.) [2022-01-06T19:18:28.912Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2022-01-06T19:18:28.912Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2022-01-06T19:18:28.912Z] Setting up debconf (1.5.66ubuntu1) ... [2022-01-06T19:18:28.938Z] 25b303627fd3: Pull complete [2022-01-06T19:18:28.938Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-01-06T19:18:28.939Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-01-06T19:18:28.939Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-01-06T19:18:29.172Z] (Reading database ... 13917 files and directories currently installed.) [2022-01-06T19:18:29.172Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2022-01-06T19:18:29.172Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2022-01-06T19:18:29.172Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2022-01-06T19:18:29.172Z] (Reading database ... 13917 files and directories currently installed.) [2022-01-06T19:18:29.172Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2022-01-06T19:18:29.177Z] prd-ubuntu18.04-docker-arm64-4c-16g-910 does not seem to be running inside a container [2022-01-06T19:18:29.250Z] $ 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-arm64:latest cat [2022-01-06T19:18:29.433Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2022-01-06T19:18:29.433Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2022-01-06T19:18:29.433Z] (Reading database ... 13917 files and directories currently installed.) [2022-01-06T19:18:29.433Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2022-01-06T19:18:29.433Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2022-01-06T19:18:29.433Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2022-01-06T19:18:29.696Z] (Reading database ... 13917 files and directories currently installed.) [2022-01-06T19:18:29.696Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2022-01-06T19:18:29.696Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2022-01-06T19:18:29.696Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... [2022-01-06T19:18:29.696Z] (Reading database ... 13919 files and directories currently installed.) [2022-01-06T19:18:29.696Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2022-01-06T19:18:29.958Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2022-01-06T19:18:29.958Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2022-01-06T19:18:29.958Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-06T19:18:29.958Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-01-06T19:18:29.958Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-01-06T19:18:29.958Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.53_amd64.deb ... [2022-01-06T19:18:30.218Z] Unpacking systemd-sysv (237-3ubuntu10.53) over (237-3ubuntu10) ... [2022-01-06T19:18:30.218Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2022-01-06T19:18:30.218Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2022-01-06T19:18:30.218Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2022-01-06T19:18:30.218Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-06T19:18:30.218Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.3_amd64.deb ... [2022-01-06T19:18:30.218Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.3) over (1.8.1-4ubuntu1) ... [2022-01-06T19:18:30.484Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.3) ... [2022-01-06T19:18:30.484Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-06T19:18:30.484Z] Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... [2022-01-06T19:18:30.484Z] Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... [2022-01-06T19:18:30.484Z] Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... [2022-01-06T19:18:30.484Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-06T19:18:30.484Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... [2022-01-06T19:18:30.484Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2022-01-06T19:18:30.484Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... [2022-01-06T19:18:30.747Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-06T19:18:30.747Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2022-01-06T19:18:30.747Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2022-01-06T19:18:30.747Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2022-01-06T19:18:31.008Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-06T19:18:31.008Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2022-01-06T19:18:31.008Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2022-01-06T19:18:31.008Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2022-01-06T19:18:31.008Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-06T19:18:31.008Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2022-01-06T19:18:31.008Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2022-01-06T19:18:31.268Z] Setting up passwd (1:4.5-1ubuntu2) ... [2022-01-06T19:18:31.268Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-06T19:18:31.268Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2022-01-06T19:18:31.268Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2022-01-06T19:18:31.504Z] $ docker top 4a6eaca7036d1b8f9d1c3e6219a14bb538ca0b7cc60ebece7ec63114e0cee82f -eo pid,comm [2022-01-06T19:18:31.528Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2022-01-06T19:18:31.528Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-06T19:18:31.528Z] Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2022-01-06T19:18:31.528Z] Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2022-01-06T19:18:31.528Z] Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2022-01-06T19:18:31.528Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-06T19:18:31.528Z] Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2022-01-06T19:18:31.528Z] Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [Pipeline] { [2022-01-06T19:18:31.793Z] Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2022-01-06T19:18:31.793Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-06T19:18:31.793Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2022-01-06T19:18:31.793Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2022-01-06T19:18:31.793Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2022-01-06T19:18:31.793Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-06T19:18:31.793Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2022-01-06T19:18:31.793Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [Pipeline] sh [2022-01-06T19:18:32.062Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2022-01-06T19:18:32.062Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-06T19:18:32.062Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2022-01-06T19:18:32.062Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2022-01-06T19:18:32.062Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2022-01-06T19:18:32.062Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-06T19:18:32.062Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.5_amd64.deb ... [2022-01-06T19:18:32.062Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.5) over (3.5.18-1ubuntu1) ... [2022-01-06T19:18:32.322Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.5) ... [2022-01-06T19:18:32.322Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-06T19:18:32.322Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.2_amd64.deb ... [2022-01-06T19:18:32.322Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.2) over (2.3.1-2.1ubuntu4) ... [2022-01-06T19:18:32.322Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.2) ... [2022-01-06T19:18:32.322Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-06T19:18:32.322Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2022-01-06T19:18:32.581Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2022-01-06T19:18:32.581Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2022-01-06T19:18:32.581Z] (Reading database ... 13924 files and directories currently installed.) [2022-01-06T19:18:32.581Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2022-01-06T19:18:32.581Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2022-01-06T19:18:32.581Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2022-01-06T19:18:32.581Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2022-01-06T19:18:32.623Z] + docker-compose build --help [2022-01-06T19:18:32.623Z] + grep parallel [2022-01-06T19:18:32.842Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.14_amd64.deb ... [2022-01-06T19:18:32.842Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.14) over (1.1.0g-2ubuntu4) ... [2022-01-06T19:18:32.842Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.2_all.deb ... [2022-01-06T19:18:32.842Z] Unpacking ca-certificates (20210119~18.04.2) over (20180409) ... [2022-01-06T19:18:33.103Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2022-01-06T19:18:33.103Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2022-01-06T19:18:33.103Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2022-01-06T19:18:33.103Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2022-01-06T19:18:33.103Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2022-01-06T19:18:33.103Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2022-01-06T19:18:33.103Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2022-01-06T19:18:33.103Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2022-01-06T19:18:33.366Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2022-01-06T19:18:33.366Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2022-01-06T19:18:33.366Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2022-01-06T19:18:33.366Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2022-01-06T19:18:33.366Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2022-01-06T19:18:33.366Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2022-01-06T19:18:33.627Z] Preparing to unpack .../11-tzdata_2021e-0ubuntu0.18.04_all.deb ... [2022-01-06T19:18:33.627Z] Unpacking tzdata (2021e-0ubuntu0.18.04) over (2018d-1) ... [2022-01-06T19:18:33.886Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2022-01-06T19:18:33.886Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2022-01-06T19:18:33.886Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2022-01-06T19:18:33.886Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2022-01-06T19:18:33.886Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.7_amd64.deb ... [2022-01-06T19:18:33.886Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2022-01-06T19:18:34.145Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.7_amd64.deb ... [2022-01-06T19:18:34.145Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2022-01-06T19:18:34.406Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.7_amd64.deb ... [2022-01-06T19:18:34.406Z] Unpacking binutils (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2022-01-06T19:18:34.406Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.7_amd64.deb ... [2022-01-06T19:18:34.406Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2022-01-06T19:18:34.406Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-01-06T19:18:34.406Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-01-06T19:18:34.666Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-01-06T19:18:34.666Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-01-06T19:18:34.666Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-01-06T19:18:34.666Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-01-06T19:18:34.666Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-01-06T19:18:34.666Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-01-06T19:18:35.605Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-01-06T19:18:35.606Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-01-06T19:18:35.987Z] --parallel Build images in parallel. [Pipeline] } [2022-01-06T19:18:36.281Z] $ docker stop --time=1 4a6eaca7036d1b8f9d1c3e6219a14bb538ca0b7cc60ebece7ec63114e0cee82f [2022-01-06T19:18:36.545Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-01-06T19:18:36.546Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-01-06T19:18:36.546Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-01-06T19:18:36.546Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-01-06T19:18:36.806Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-01-06T19:18:36.806Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-01-06T19:18:37.750Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-01-06T19:18:37.750Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-01-06T19:18:37.750Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2022-01-06T19:18:37.750Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2022-01-06T19:18:37.750Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2022-01-06T19:18:37.750Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2022-01-06T19:18:37.909Z] $ docker rm -f 4a6eaca7036d1b8f9d1c3e6219a14bb538ca0b7cc60ebece7ec63114e0cee82f [2022-01-06T19:18:38.010Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2022-01-06T19:18:38.010Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2022-01-06T19:18:38.010Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2022-01-06T19:18:38.010Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2022-01-06T19:18:38.010Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2022-01-06T19:18:38.010Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2022-01-06T19:18:38.010Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2022-01-06T19:18:38.010Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [Pipeline] // withDockerContainer [2022-01-06T19:18:38.271Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2022-01-06T19:18:38.271Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2022-01-06T19:18:38.271Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-01-06T19:18:38.271Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2022-01-06T19:18:38.271Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-01-06T19:18:38.271Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-01-06T19:18:38.271Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-01-06T19:18:38.271Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2022-01-06T19:18:38.271Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2022-01-06T19:18:38.271Z] Setting up tzdata (2021e-0ubuntu0.18.04) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-06T19:18:38.533Z] [2022-01-06T19:18:38.533Z] Current default time zone: 'Etc/UTC' [2022-01-06T19:18:38.533Z] Local time is now: Thu Jan 6 19:18:38 UTC 2022. [2022-01-06T19:18:38.533Z] Universal Time is now: Thu Jan 6 19:18:38 UTC 2022. [2022-01-06T19:18:38.533Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2022-01-06T19:18:38.533Z] [2022-01-06T19:18:38.533Z] Setting up systemd-sysv (237-3ubuntu10.53) ... [2022-01-06T19:18:38.533Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-01-06T19:18:38.533Z] Setting up linux-libc-dev:amd64 (4.15.0-166.174) ... [2022-01-06T19:18:38.533Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2022-01-06T19:18:38.533Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2022-01-06T19:18:38.533Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2022-01-06T19:18:38.533Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2022-01-06T19:18:38.533Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2022-01-06T19:18:38.533Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2022-01-06T19:18:38.533Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2022-01-06T19:18:38.533Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-01-06T19:18:38.533Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2022-01-06T19:18:38.709Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-01-06T19:18:38.709Z] . [Pipeline] withDockerContainer [2022-01-06T19:18:38.793Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-01-06T19:18:38.793Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.7) ... [2022-01-06T19:18:38.793Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-01-06T19:18:38.793Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2022-01-06T19:18:38.793Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2022-01-06T19:18:38.793Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2022-01-06T19:18:38.793Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.14) ... [2022-01-06T19:18:38.793Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2022-01-06T19:18:38.793Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2022-01-06T19:18:38.793Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2022-01-06T19:18:38.793Z] Setting up ca-certificates (20210119~18.04.2) ... [2022-01-06T19:18:38.924Z] prd-ubuntu18.04-docker-arm64-4c-16g-910 does not seem to be running inside a container [2022-01-06T19:18:38.994Z] $ 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-arm64:latest cat [2022-01-06T19:18:40.166Z] $ docker top 79b70d244755fe1218e6a60e9c32048893e71c47f97a6ebe7c565f5edd6f2560 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-06T19:18:40.702Z] Updating certificates in /etc/ssl/certs... [2022-01-06T19:18:41.122Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-01-06T19:18:41.274Z] 23 added, 28 removed; done. [2022-01-06T19:18:41.274Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2022-01-06T19:18:41.274Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-01-06T19:18:41.274Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2022-01-06T19:18:41.274Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2022-01-06T19:18:41.274Z] Setting up pkgbinarymangler (138.18.04.1) ... [2022-01-06T19:18:41.535Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-01-06T19:18:41.535Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.7) ... [2022-01-06T19:18:41.535Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-01-06T19:18:41.535Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-01-06T19:18:41.535Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-01-06T19:18:41.535Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2022-01-06T19:18:41.535Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-01-06T19:18:41.535Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2022-01-06T19:18:41.535Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) ... [2022-01-06T19:18:41.535Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2022-01-06T19:18:41.535Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2022-01-06T19:18:41.535Z] Setting up binutils (2.30-21ubuntu1~18.04.7) ... [2022-01-06T19:18:41.535Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2022-01-06T19:18:41.535Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2022-01-06T19:18:41.535Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2022-01-06T19:18:41.535Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2022-01-06T19:18:41.535Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2022-01-06T19:18:41.796Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2022-01-06T19:18:41.796Z] Processing triggers for systemd (237-3ubuntu10.53) ... [2022-01-06T19:18:41.796Z] Processing triggers for mime-support (3.60ubuntu1) ... [2022-01-06T19:18:41.796Z] Processing triggers for ca-certificates (20210119~18.04.2) ... [2022-01-06T19:18:41.796Z] Updating certificates in /etc/ssl/certs... [2022-01-06T19:18:42.366Z] 0 added, 0 removed; done. [2022-01-06T19:18:42.366Z] Running hooks in /etc/ca-certificates/update.d... [2022-01-06T19:18:42.366Z] done. [2022-01-06T19:18:42.887Z] Reading package lists... [2022-01-06T19:18:42.887Z] Building dependency tree... [2022-01-06T19:18:42.887Z] Reading state information... [2022-01-06T19:18:43.149Z] The following NEW packages will be installed: [2022-01-06T19:18:43.149Z] apt-transport-https [2022-01-06T19:18:43.149Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2022-01-06T19:18:43.410Z] Need to get 4348 B of archives. [2022-01-06T19:18:43.410Z] After this operation, 154 kB of additional disk space will be used. [2022-01-06T19:18:43.410Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] [2022-01-06T19:18:43.410Z] debconf: delaying package configuration, since apt-utils is not installed [2022-01-06T19:18:43.410Z] Fetched 4348 B in 0s (24.0 kB/s) [2022-01-06T19:18:43.410Z] Selecting previously unselected package apt-transport-https. [2022-01-06T19:18:43.410Z] (Reading database ... 13931 files and directories currently installed.) [2022-01-06T19:18:43.410Z] Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... [2022-01-06T19:18:43.410Z] Unpacking apt-transport-https (1.6.14) ... [2022-01-06T19:18:43.410Z] Setting up apt-transport-https (1.6.14) ... [2022-01-06T19:18:43.670Z] Waiting for network to be ready... [2022-01-06T19:18:45.402Z] Building core-command ... [2022-01-06T19:18:45.402Z] Building core-data ... [2022-01-06T19:18:45.402Z] Building core-metadata ... [2022-01-06T19:18:45.402Z] Building security-bootstrapper ... [2022-01-06T19:18:45.402Z] Building security-proxy-setup ... [2022-01-06T19:18:45.403Z] Building security-secretstore-setup ... [2022-01-06T19:18:45.403Z] Building support-notifications ... [2022-01-06T19:18:45.403Z] Building support-scheduler ... [2022-01-06T19:18:45.403Z] Building sys-mgmt-agent ... [2022-01-06T19:18:45.403Z] Building sys-mgmt-agent [2022-01-06T19:18:45.403Z] Building support-notifications [2022-01-06T19:18:45.403Z] Building core-command [2022-01-06T19:18:45.403Z] Building core-metadata [2022-01-06T19:18:45.403Z] Building security-proxy-setup [2022-01-06T19:18:50.257Z] 2022-01-06T19:18:47Z INFO Waiting for automatic snapd restart... [2022-01-06T19:18:52.172Z] snapd 2.53.4 from Canonical* installed [2022-01-06T19:18:53.119Z] "snapd" switched to the "latest/stable" channel [2022-01-06T19:18:53.119Z] [2022-01-06T19:18:57.327Z] core18 20211028 from Canonical* installed [2022-01-06T19:18:59.243Z] core20 20211129 from Canonical* installed [2022-01-06T19:18:59.243Z] "core20" switched to the "latest/stable" channel [2022-01-06T19:18:59.243Z] [2022-01-06T19:19:01.789Z] snapcraft 6.0 from Canonical* installed [2022-01-06T19:19:01.789Z] "snapcraft" switched to the "latest/stable" channel [2022-01-06T19:19:01.789Z] [2022-01-06T19:19:07.080Z] 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-01-06T19:19:07.080Z] - README.md [2022-01-06T19:19:07.080Z] [2022-01-06T19:19:07.080Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-01-06T19:19:07.650Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2022-01-06T19:19:07.650Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2022-01-06T19:19:07.650Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2022-01-06T19:19:08.854Z] Reading package lists... [2022-01-06T19:19:10.238Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.9 git-man=1:2.17.1-1ubuntu0.9 libcurl3-gnutls=7.58.0-2ubuntu3.16 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.9 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2022-01-06T19:19:11.181Z] Reading package lists... [2022-01-06T19:19:11.442Z] Building dependency tree... [2022-01-06T19:19:11.442Z] Reading state information... [2022-01-06T19:19:11.442Z] Suggested packages: [2022-01-06T19:19:11.442Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2022-01-06T19:19:11.442Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2022-01-06T19:19:11.442Z] Recommended packages: [2022-01-06T19:19:11.442Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2022-01-06T19:19:11.442Z] The following NEW packages will be installed: [2022-01-06T19:19:11.442Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2022-01-06T19:19:11.442Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2022-01-06T19:19:11.442Z] pkg-config zip [2022-01-06T19:19:11.442Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-01-06T19:19:11.709Z] Need to get 7668 kB of archives. [2022-01-06T19:19:11.709Z] After this operation, 43.8 MB of additional disk space will be used. [2022-01-06T19:19:11.709Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.9 [1169 kB] [2022-01-06T19:19:11.709Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2022-01-06T19:19:11.709Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.16 [218 kB] [2022-01-06T19:19:11.970Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.9 [803 kB] [2022-01-06T19:19:11.970Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.9 [3923 kB] [2022-01-06T19:19:11.970Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2022-01-06T19:19:11.970Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2022-01-06T19:19:11.970Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2022-01-06T19:19:11.970Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2022-01-06T19:19:12.231Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2022-01-06T19:19:12.231Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2022-01-06T19:19:12.231Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2022-01-06T19:19:12.231Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2022-01-06T19:19:12.231Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2022-01-06T19:19:12.490Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2022-01-06T19:19:12.490Z] debconf: delaying package configuration, since apt-utils is not installed [2022-01-06T19:19:12.490Z] Fetched 7668 kB in 1s (9854 kB/s) [2022-01-06T19:19:12.490Z] Selecting previously unselected package libglib2.0-0:amd64. [2022-01-06T19:19:12.491Z] (Reading database ... 13935 files and directories currently installed.) [2022-01-06T19:19:12.491Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_amd64.deb ... [2022-01-06T19:19:12.491Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ... [2022-01-06T19:19:12.750Z] Selecting previously unselected package libpsl5:amd64. [2022-01-06T19:19:12.750Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2022-01-06T19:19:12.750Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2022-01-06T19:19:12.750Z] Selecting previously unselected package libnghttp2-14:amd64. [2022-01-06T19:19:12.750Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2022-01-06T19:19:12.750Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2022-01-06T19:19:12.750Z] Selecting previously unselected package librtmp1:amd64. [2022-01-06T19:19:12.750Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2022-01-06T19:19:12.750Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2022-01-06T19:19:12.750Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2022-01-06T19:19:12.750Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.16_amd64.deb ... [2022-01-06T19:19:12.750Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... [2022-01-06T19:19:13.011Z] Selecting previously unselected package liberror-perl. [2022-01-06T19:19:13.011Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2022-01-06T19:19:13.011Z] Unpacking liberror-perl (0.17025-1) ... [2022-01-06T19:19:13.011Z] Selecting previously unselected package git-man. [2022-01-06T19:19:13.011Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.9_all.deb ... [2022-01-06T19:19:13.011Z] Unpacking git-man (1:2.17.1-1ubuntu0.9) ... [2022-01-06T19:19:13.011Z] Selecting previously unselected package git. [2022-01-06T19:19:13.011Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.9_amd64.deb ... [2022-01-06T19:19:13.011Z] Unpacking git (1:2.17.1-1ubuntu0.9) ... [2022-01-06T19:19:13.581Z] Selecting previously unselected package libnorm1:amd64. [2022-01-06T19:19:13.581Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2022-01-06T19:19:13.581Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2022-01-06T19:19:13.581Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2022-01-06T19:19:13.581Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2022-01-06T19:19:13.581Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2022-01-06T19:19:13.841Z] Selecting previously unselected package libsodium23:amd64. [2022-01-06T19:19:13.841Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2022-01-06T19:19:13.841Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2022-01-06T19:19:13.841Z] Selecting previously unselected package libzmq5:amd64. [2022-01-06T19:19:13.841Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2022-01-06T19:19:13.841Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2022-01-06T19:19:13.841Z] Selecting previously unselected package libzmq3-dev:amd64. [2022-01-06T19:19:13.841Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2022-01-06T19:19:13.841Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2022-01-06T19:19:13.841Z] Selecting previously unselected package pkg-config. [2022-01-06T19:19:13.841Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2022-01-06T19:19:13.841Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2022-01-06T19:19:14.102Z] Selecting previously unselected package zip. [2022-01-06T19:19:14.102Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2022-01-06T19:19:14.102Z] Unpacking zip (3.0-11build1) ... [2022-01-06T19:19:14.102Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2022-01-06T19:19:14.102Z] Setting up git-man (1:2.17.1-1ubuntu0.9) ... [2022-01-06T19:19:14.102Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2022-01-06T19:19:14.102Z] Setting up liberror-perl (0.17025-1) ... [2022-01-06T19:19:14.102Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2022-01-06T19:19:14.102Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ... [2022-01-06T19:19:14.102Z] No schema files found: doing nothing. [2022-01-06T19:19:14.102Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2022-01-06T19:19:14.102Z] Setting up zip (3.0-11build1) ... [2022-01-06T19:19:14.102Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2022-01-06T19:19:14.102Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2022-01-06T19:19:14.102Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2022-01-06T19:19:14.102Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2022-01-06T19:19:14.102Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... [2022-01-06T19:19:14.102Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2022-01-06T19:19:14.102Z] Setting up git (1:2.17.1-1ubuntu0.9) ... [2022-01-06T19:19:14.361Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2022-01-06T19:19:14.935Z] git set to automatically installed. [2022-01-06T19:19:14.935Z] git-man set to automatically installed. [2022-01-06T19:19:14.935Z] libcurl3-gnutls set to automatically installed. [2022-01-06T19:19:14.935Z] liberror-perl set to automatically installed. [2022-01-06T19:19:14.935Z] libglib2.0-0 set to automatically installed. [2022-01-06T19:19:14.935Z] libnghttp2-14 set to automatically installed. [2022-01-06T19:19:14.935Z] libnorm1 set to automatically installed. [2022-01-06T19:19:14.935Z] libpgm-5.2-0 set to automatically installed. [2022-01-06T19:19:14.935Z] libpsl5 set to automatically installed. [2022-01-06T19:19:14.935Z] librtmp1 set to automatically installed. [2022-01-06T19:19:14.935Z] libsodium23 set to automatically installed. [2022-01-06T19:19:14.935Z] libzmq3-dev set to automatically installed. [2022-01-06T19:19:14.935Z] libzmq5 set to automatically installed. [2022-01-06T19:19:14.935Z] pkg-config set to automatically installed. [2022-01-06T19:19:14.935Z] zip set to automatically installed. [2022-01-06T19:19:15.506Z] snapd is not logged in, snap install commands will use sudo [2022-01-06T19:19:23.643Z] go (1.16/stable) 1.16.12 from Michael Hudson-Doyle (mwhudson) installed [2022-01-06T19:19:23.643Z] Downloading snap 'edgex-app-service-configurable' [2022-01-06T19:19:26.187Z] Pulling app-service-configurable [2022-01-06T19:19:26.187Z] + snapcraftctl pull [2022-01-06T19:19:28.099Z] Pulling config-common [2022-01-06T19:19:28.099Z] + snapcraftctl pull [2022-01-06T19:19:29.042Z] Pulling go-build-helper [2022-01-06T19:19:29.042Z] + snapcraftctl pull [2022-01-06T19:19:30.474Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2022-01-06T19:19:30.474Z] Skipping pull go-build-helper (already ran) [2022-01-06T19:19:30.474Z] Building go-build-helper [2022-01-06T19:19:30.474Z] + snapcraftctl build [2022-01-06T19:19:33.895Z] Staging go-build-helper [2022-01-06T19:19:33.895Z] + snapcraftctl stage [2022-01-06T19:19:39.181Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2022-01-06T19:19:39.182Z] Fetched 224 kB in 0s (0 B/s) [2022-01-06T19:19:39.182Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2022-01-06T19:19:39.182Z] Fetched 157 kB in 0s (0 B/s) [2022-01-06T19:19:39.182Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2022-01-06T19:19:39.182Z] Fetched 221 kB in 0s (0 B/s) [2022-01-06T19:19:39.182Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2022-01-06T19:19:39.182Z] Fetched 143 kB in 0s (0 B/s) [2022-01-06T19:19:39.182Z] Pulling edgex-go [2022-01-06T19:19:39.182Z] + snapcraftctl pull [2022-01-06T19:19:40.122Z] Pulling hooks [2022-01-06T19:19:40.122Z] + snapcraftctl pull [2022-01-06T19:19:53.373Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-06T19:19:53.373Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-06T19:19:53.373Z] ---> 8c5f6933f2a6 [2022-01-06T19:19:53.373Z] Step 3/22 : WORKDIR /edgex-go [2022-01-06T19:19:53.373Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-06T19:19:53.373Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-06T19:19:53.373Z] ---> 8c5f6933f2a6 [2022-01-06T19:19:53.373Z] Step 3/22 : WORKDIR /edgex-go [2022-01-06T19:19:53.373Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-06T19:19:53.373Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-06T19:19:53.373Z] ---> 8c5f6933f2a6 [2022-01-06T19:19:53.373Z] Step 3/22 : WORKDIR /edgex-go [2022-01-06T19:19:53.373Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-06T19:19:53.373Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-01-06T19:19:53.373Z] ---> 8c5f6933f2a6 [2022-01-06T19:19:53.373Z] Step 3/20 : WORKDIR /edgex-go [2022-01-06T19:19:53.373Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-06T19:19:53.373Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-01-06T19:19:53.373Z] ---> 8c5f6933f2a6 [2022-01-06T19:19:53.373Z] Step 3/21 : WORKDIR /edgex-go [2022-01-06T19:19:53.373Z] ---> Running in 33b677d9baec [2022-01-06T19:19:53.373Z] ---> Running in 6fb842488b5d [2022-01-06T19:19:53.373Z] ---> Running in 30182649358e [2022-01-06T19:19:53.373Z] ---> Running in 508d62847485 [2022-01-06T19:19:53.373Z] ---> Running in 7a7b9d413db8 [2022-01-06T19:19:53.373Z] Removing intermediate container 508d62847485 [2022-01-06T19:19:53.373Z] ---> 456e724699df [2022-01-06T19:19:53.373Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-06T19:19:53.373Z] Removing intermediate container 6fb842488b5d [2022-01-06T19:19:53.373Z] ---> 9ee8c99a94e0 [2022-01-06T19:19:53.373Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-06T19:19:53.373Z] Removing intermediate container 33b677d9baec [2022-01-06T19:19:53.373Z] ---> 4fa70b2e8ad3 [2022-01-06T19:19:53.373Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-06T19:19:53.648Z] Removing intermediate container 7a7b9d413db8 [2022-01-06T19:19:53.648Z] ---> d39ff9f8d7b2 [2022-01-06T19:19:53.648Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-06T19:19:53.648Z] ---> Running in 2e2f5462b9e8 [2022-01-06T19:19:53.648Z] Removing intermediate container 30182649358e [2022-01-06T19:19:53.648Z] ---> dc69688acf23 [2022-01-06T19:19:53.648Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-06T19:19:53.648Z] ---> Running in 12189170b749 [2022-01-06T19:19:53.648Z] ---> Running in 278392cf20c3 [2022-01-06T19:19:53.648Z] ---> Running in 0581bcbe29a4 [2022-01-06T19:19:53.929Z] ---> Running in c440583ffaa2 [2022-01-06T19:19:56.573Z] Removing intermediate container 2e2f5462b9e8 [2022-01-06T19:19:56.573Z] ---> d15bdb236a59 [2022-01-06T19:19:56.573Z] Step 5/20 : RUN apk add --update --no-cache make git [2022-01-06T19:19:56.573Z] ---> Running in 25563e308226 [2022-01-06T19:19:56.848Z] Removing intermediate container 12189170b749 [2022-01-06T19:19:56.848Z] ---> c793341403dd [2022-01-06T19:19:56.848Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-01-06T19:19:56.849Z] Removing intermediate container 278392cf20c3 [2022-01-06T19:19:56.849Z] ---> ebf19a1984cc [2022-01-06T19:19:56.849Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2022-01-06T19:19:56.849Z] ---> Running in 5a060946d579 [2022-01-06T19:19:57.123Z] ---> Running in 3b9bd701dc35 [2022-01-06T19:19:57.123Z] Removing intermediate container 0581bcbe29a4 [2022-01-06T19:19:57.123Z] ---> ae2640e08d2a [2022-01-06T19:19:57.123Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-01-06T19:19:57.123Z] ---> Running in 4832b184479e [2022-01-06T19:19:57.403Z] Removing intermediate container c440583ffaa2 [2022-01-06T19:19:57.403Z] ---> a30d6f418dcf [2022-01-06T19:19:57.403Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2022-01-06T19:19:57.403Z] ---> Running in 5693c3355cec [2022-01-06T19:19:58.387Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-06T19:19:58.984Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-06T19:19:59.257Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-06T19:19:59.257Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-06T19:19:59.257Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-06T19:19:59.257Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-06T19:19:59.856Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-06T19:20:00.133Z] OK: 219 MiB in 52 packages [2022-01-06T19:20:00.133Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-06T19:20:00.133Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-06T19:20:00.133Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-06T19:20:00.750Z] OK: 219 MiB in 52 packages [2022-01-06T19:20:01.358Z] OK: 219 MiB in 52 packages [2022-01-06T19:20:01.358Z] OK: 219 MiB in 52 packages [2022-01-06T19:20:01.358Z] Removing intermediate container 25563e308226 [2022-01-06T19:20:01.358Z] ---> 32bad965bbef [2022-01-06T19:20:01.358Z] Step 6/20 : COPY . . [2022-01-06T19:20:01.358Z] OK: 219 MiB in 52 packages [2022-01-06T19:20:02.088Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2022-01-06T19:20:02.088Z] Fetched 96.5 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2022-01-06T19:20:02.088Z] Fetched 279 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2022-01-06T19:20:02.088Z] Fetched 122 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2022-01-06T19:20:02.088Z] Fetched 77.8 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2022-01-06T19:20:02.088Z] Fetched 8848 B in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2022-01-06T19:20:02.088Z] Fetched 47.8 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2022-01-06T19:20:02.088Z] Fetched 45.6 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2022-01-06T19:20:02.088Z] Fetched 15.0 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libcurl4_7.58.0-2ubuntu3.16_amd64.deb [220 kB] [2022-01-06T19:20:02.088Z] Fetched 220 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2022-01-06T19:20:02.088Z] Fetched 154 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2022-01-06T19:20:02.088Z] Fetched 50.6 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2022-01-06T19:20:02.088Z] Fetched 14.8 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2022-01-06T19:20:02.088Z] Fetched 41.8 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2022-01-06T19:20:02.088Z] Fetched 499 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2022-01-06T19:20:02.088Z] Fetched 111 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2022-01-06T19:20:02.088Z] Fetched 240 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2022-01-06T19:20:02.088Z] Fetched 29.3 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2022-01-06T19:20:02.088Z] Fetched 85.5 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2022-01-06T19:20:02.088Z] Fetched 24.5 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2022-01-06T19:20:02.088Z] Fetched 49.2 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2022-01-06T19:20:02.088Z] Fetched 54.2 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2022-01-06T19:20:02.088Z] Fetched 30.8 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2022-01-06T19:20:02.088Z] Fetched 15.8 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2022-01-06T19:20:02.088Z] Fetched 85.9 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2022-01-06T19:20:02.088Z] Fetched 8720 B in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] [2022-01-06T19:20:02.088Z] Fetched 140 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2022-01-06T19:20:02.088Z] Fetched 119 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] [2022-01-06T19:20:02.088Z] Fetched 111 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2022-01-06T19:20:02.088Z] Fetched 11.1 kB in 0s (0 B/s) [2022-01-06T19:20:02.088Z] Get:1 libgnutls30_3.5.18-1ubuntu1.5_amd64.deb [646 kB] [2022-01-06T19:20:02.088Z] Fetched 646 kB in 0s (0 B/s) [2022-01-06T19:20:02.089Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2022-01-06T19:20:02.089Z] Fetched 41.3 kB in 0s (0 B/s) [2022-01-06T19:20:02.089Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2022-01-06T19:20:02.089Z] Fetched 17.9 kB in 0s (0 B/s) [2022-01-06T19:20:02.089Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2022-01-06T19:20:02.089Z] Fetched 368 kB in 0s (0 B/s) [2022-01-06T19:20:02.089Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2022-01-06T19:20:02.089Z] Fetched 187 kB in 0s (0 B/s) [2022-01-06T19:20:02.089Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2022-01-06T19:20:02.089Z] Fetched 175 kB in 0s (0 B/s) [2022-01-06T19:20:02.089Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2022-01-06T19:20:02.089Z] Fetched 206 kB in 0s (0 B/s) [2022-01-06T19:20:02.089Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.14_amd64.deb [1302 kB] [2022-01-06T19:20:02.089Z] Fetched 1302 kB in 0s (0 B/s) [2022-01-06T19:20:02.089Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2022-01-06T19:20:02.089Z] Fetched 36.2 kB in 0s (0 B/s) [2022-01-06T19:20:02.089Z] Get:1 curl_7.58.0-2ubuntu3.16_amd64.deb [159 kB] [2022-01-06T19:20:02.089Z] Fetched 159 kB in 0s (0 B/s) [2022-01-06T19:20:02.089Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2022-01-06T19:20:02.089Z] Fetched 107 kB in 0s (0 B/s) [2022-01-06T19:20:02.089Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2022-01-06T19:20:02.089Z] Fetched 48.7 kB in 0s (0 B/s) [2022-01-06T19:20:02.089Z] Pulling static-packages [2022-01-06T19:20:02.089Z] + snapcraftctl pull [2022-01-06T19:20:02.089Z] Pulling version [2022-01-06T19:20:02.089Z] + cd /root/project [2022-01-06T19:20:02.089Z] + git describe --tags --abbrev=0 [2022-01-06T19:20:02.089Z] + sed s/v// [2022-01-06T19:20:02.089Z] + GIT_VERSION=2.2.0-dev.16 [2022-01-06T19:20:02.089Z] + [ -z 2.2.0-dev.16 ] [2022-01-06T19:20:02.089Z] + snapcraftctl set-version 2.2.0-dev.16 [2022-01-06T19:20:02.089Z] Building app-service-configurable [2022-01-06T19:20:02.089Z] + snapcraftctl build [2022-01-06T19:20:02.343Z] Removing intermediate container 5a060946d579 [2022-01-06T19:20:02.343Z] ---> 5c91749cf1cd [2022-01-06T19:20:02.343Z] Step 6/22 : COPY . . [2022-01-06T19:20:02.623Z] Removing intermediate container 3b9bd701dc35 [2022-01-06T19:20:02.623Z] ---> 6d6a1e61cad9 [2022-01-06T19:20:02.623Z] Step 6/22 : COPY . . [2022-01-06T19:20:02.623Z] Removing intermediate container 5693c3355cec [2022-01-06T19:20:02.623Z] ---> ceb14bc9e9c7 [2022-01-06T19:20:02.623Z] Step 6/21 : COPY . . [2022-01-06T19:20:02.893Z] Removing intermediate container 4832b184479e [2022-01-06T19:20:02.893Z] ---> d30c573784f1 [2022-01-06T19:20:02.893Z] Step 6/22 : COPY . . [2022-01-06T19:20:04.010Z] Building config-common [2022-01-06T19:20:04.010Z] + snapcraftctl build [2022-01-06T19:20:05.922Z] Skipping build go-build-helper (already ran) [2022-01-06T19:20:06.182Z] Building edgex-go [2022-01-06T19:20:06.182Z] + cd /root/parts/edgex-go/src [2022-01-06T19:20:06.182Z] + git describe --tags --abbrev=0 [2022-01-06T19:20:06.182Z] + sed s/v// [2022-01-06T19:20:06.182Z] + GIT_VERSION=2.2.0-dev.16 [2022-01-06T19:20:06.182Z] + [ -z 2.2.0-dev.16 ] [2022-01-06T19:20:06.182Z] + echo 2.2.0-dev.16 [2022-01-06T19:20:06.182Z] + [ ! -d vendor ] [2022-01-06T19:20:06.182Z] + go mod download all [2022-01-06T19:20:16.191Z] + make build [2022-01-06T19:20:16.191Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.16" -o cmd/core-data/core-data ./cmd/core-data [2022-01-06T19:20:25.104Z] ---> 2d8e212b21c9 [2022-01-06T19:20:25.104Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-06T19:20:25.104Z] ---> 3a682afc1673 [2022-01-06T19:20:25.104Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-06T19:20:25.104Z] ---> Running in d99de6e5f587 [2022-01-06T19:20:25.104Z] ---> Running in 77b4ae26be80 [2022-01-06T19:20:25.105Z] ---> 87dc05f4ba96 [2022-01-06T19:20:25.105Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-06T19:20:25.105Z] ---> 92e341b0b869 [2022-01-06T19:20:25.105Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-06T19:20:25.105Z] ---> Running in 6bf50160b3c6 [2022-01-06T19:20:25.105Z] ---> Running in 4d6eb83f286c [2022-01-06T19:20:25.105Z] ---> bc33ed8f6f57 [2022-01-06T19:20:25.105Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-06T19:20:25.105Z] ---> Running in f402df0ea455 [2022-01-06T19:20:26.192Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.16" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-01-06T19:20:29.423Z] Removing intermediate container 77b4ae26be80 [2022-01-06T19:20:29.423Z] ---> e04afd591702 [2022-01-06T19:20:29.423Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-01-06T19:20:29.423Z] ---> Running in 78c70d0160fd [2022-01-06T19:20:29.700Z] Removing intermediate container d99de6e5f587 [2022-01-06T19:20:29.700Z] ---> 3814ce90f639 [2022-01-06T19:20:29.700Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2022-01-06T19:20:29.700Z] ---> Running in 40966e1a17b1 [2022-01-06T19:20:29.975Z] Removing intermediate container 6bf50160b3c6 [2022-01-06T19:20:29.975Z] ---> 636750de5caf [2022-01-06T19:20:29.975Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-01-06T19:20:30.256Z] ---> Running in 60a6e179214c [2022-01-06T19:20:30.389Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.16" -o cmd/core-command/core-command ./cmd/core-command [2022-01-06T19:20:30.539Z] Removing intermediate container 4d6eb83f286c [2022-01-06T19:20:30.539Z] ---> 1ee05b8b88eb [2022-01-06T19:20:30.539Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2022-01-06T19:20:30.539Z] Removing intermediate container f402df0ea455 [2022-01-06T19:20:30.539Z] ---> 8332bbf3915b [2022-01-06T19:20:30.539Z] Step 8/22 : RUN make cmd/core-command/core-command [2022-01-06T19:20:30.812Z] ---> Running in 1b92007ab6ea [2022-01-06T19:20:30.812Z] ---> Running in 2a6df07ea397 [2022-01-06T19:20:31.089Z] 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-01-06T19:20:31.690Z] 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-01-06T19:20:31.773Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.16" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-01-06T19:20:32.291Z] 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-01-06T19:20:32.890Z] 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-01-06T19:20:32.890Z] 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-01-06T19:20:33.157Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.16" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-01-06T19:20:33.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.16" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-01-06T19:20:35.109Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.16" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-01-06T19:20:36.051Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.16" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-01-06T19:20:37.434Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.16" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-01-06T19:20:38.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.16" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-01-06T19:20:40.199Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.16" -o ./cmd/secrets-config ./cmd/secrets-config [2022-01-06T19:20:41.142Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.16" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-01-06T19:20:43.128Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2022-01-06T19:20:43.128Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2022-01-06T19:20:43.128Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2022-01-06T19:20:43.128Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2022-01-06T19:20:43.128Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2022-01-06T19:20:43.128Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2022-01-06T19:20:43.128Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2022-01-06T19:20:43.128Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2022-01-06T19:20:43.128Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2022-01-06T19:20:43.128Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2022-01-06T19:20:43.128Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2022-01-06T19:20:43.128Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2022-01-06T19:20:43.128Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2022-01-06T19:20:43.128Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2022-01-06T19:20:43.128Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2022-01-06T19:20:43.128Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2022-01-06T19:20:43.128Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2022-01-06T19:20:43.128Z] + 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-01-06T19:20:43.128Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2022-01-06T19:20:43.128Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2022-01-06T19:20:43.128Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2022-01-06T19:20:43.128Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2022-01-06T19:20:43.128Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2022-01-06T19:20:43.128Z] + 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-01-06T19:20:43.128Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2022-01-06T19:20:43.128Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2022-01-06T19:20:43.128Z] + 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-01-06T19:20:43.700Z] Building hooks [2022-01-06T19:20:43.700Z] + cd /root/parts/hooks/src [2022-01-06T19:20:43.700Z] + make build [2022-01-06T19:20:43.700Z] go mod tidy [2022-01-06T19:20:44.281Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.1.1 [2022-01-06T19:20:44.551Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2022-01-06T19:20:44.551Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2022-01-06T19:20:44.551Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2022-01-06T19:20:45.492Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2022-01-06T19:20:46.064Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2022-01-06T19:20:46.065Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2022-01-06T19:20:48.556Z] Building static-packages [2022-01-06T19:20:48.556Z] + snapcraftctl build [2022-01-06T19:20:50.469Z] Building version [2022-01-06T19:20:50.469Z] + snapcraftctl build [2022-01-06T19:20:52.379Z] Staging app-service-configurable [2022-01-06T19:20:52.379Z] + snapcraftctl stage [2022-01-06T19:20:54.293Z] Staging config-common [2022-01-06T19:20:54.293Z] + snapcraftctl stage [2022-01-06T19:20:55.228Z] Skipping stage go-build-helper (already ran) [2022-01-06T19:20:55.228Z] Staging edgex-go [2022-01-06T19:20:55.228Z] + snapcraftctl stage [2022-01-06T19:20:56.609Z] Staging hooks [2022-01-06T19:20:56.609Z] + snapcraftctl stage [2022-01-06T19:20:57.987Z] Staging static-packages [2022-01-06T19:20:57.987Z] + snapcraftctl stage [2022-01-06T19:20:59.368Z] Staging version [2022-01-06T19:20:59.369Z] + snapcraftctl stage [2022-01-06T19:21:00.748Z] Priming app-service-configurable [2022-01-06T19:21:00.748Z] + snapcraftctl prime [2022-01-06T19:21:03.289Z] 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-01-06T19:21:03.289Z] stage-packages: [2022-01-06T19:21:03.289Z] - libnorm1 [2022-01-06T19:21:03.289Z] - libpgm-5.2-0 [2022-01-06T19:21:03.289Z] - libsodium23 [2022-01-06T19:21:03.289Z] - libzmq5 [2022-01-06T19:21:03.289Z] Priming config-common [2022-01-06T19:21:03.289Z] + snapcraftctl prime [2022-01-06T19:21:04.671Z] Priming go-build-helper [2022-01-06T19:21:04.671Z] + snapcraftctl prime [2022-01-06T19:21:06.055Z] Priming edgex-go [2022-01-06T19:21:06.055Z] + snapcraftctl prime [2022-01-06T19:21:07.439Z] Priming hooks [2022-01-06T19:21:07.439Z] + snapcraftctl prime [2022-01-06T19:21:08.823Z] Priming static-packages [2022-01-06T19:21:08.823Z] + snapcraftctl prime [2022-01-06T19:21:12.123Z] Priming version [2022-01-06T19:21:12.123Z] + snapcraftctl prime [2022-01-06T19:21:13.066Z] 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-01-06T19:22:25.320Z] 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-01-06T19:22:25.320Z] Removing intermediate container 60a6e179214c [2022-01-06T19:22:25.320Z] ---> 64784da89f1e [2022-01-06T19:22:25.320Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-01-06T19:22:25.320Z] ---> Running in 70f874eaa904 [2022-01-06T19:22:27.324Z] 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-01-06T19:22:28.316Z] Removing intermediate container 2a6df07ea397 [2022-01-06T19:22:28.316Z] ---> e19c9f05d038 [2022-01-06T19:22:28.316Z] [2022-01-06T19:22:28.316Z] Step 9/22 : FROM alpine:3.14 [2022-01-06T19:22:28.599Z] 3.14: Pulling from library/alpine [2022-01-06T19:22:30.583Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-01-06T19:22:30.583Z] Status: Downloaded newer image for alpine:3.14 [2022-01-06T19:22:30.583Z] ---> 5b8b7b635229 [2022-01-06T19:22:30.583Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-01-06T19:22:30.861Z] ---> Running in 79e989f09a1b [2022-01-06T19:22:31.140Z] Removing intermediate container 78c70d0160fd [2022-01-06T19:22:31.140Z] ---> baa936367a93 [2022-01-06T19:22:31.140Z] [2022-01-06T19:22:31.140Z] Step 9/20 : FROM alpine:3.14 [2022-01-06T19:22:31.140Z] ---> 5b8b7b635229 [2022-01-06T19:22:31.140Z] Step 10/20 : RUN apk add --update --no-cache curl [2022-01-06T19:22:31.420Z] ---> Running in d62d318471df [2022-01-06T19:22:32.416Z] Removing intermediate container 70f874eaa904 [2022-01-06T19:22:32.416Z] ---> a7dc59637825 [2022-01-06T19:22:32.416Z] [2022-01-06T19:22:32.416Z] Step 10/22 : FROM docker:20.10.10 [2022-01-06T19:22:32.416Z] 20.10.10: Pulling from library/docker [2022-01-06T19:22:33.022Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-06T19:22:33.022Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-06T19:22:33.300Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-06T19:22:33.575Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-06T19:22:34.189Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-01-06T19:22:34.189Z] Executing busybox-1.33.1-r6.trigger [2022-01-06T19:22:34.189Z] OK: 6 MiB in 15 packages [2022-01-06T19:22:34.462Z] (1/5) Installing ca-certificates (20191127-r5) [2022-01-06T19:22:34.462Z] (2/5) Installing brotli-libs (1.0.9-r5) [2022-01-06T19:22:34.462Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2022-01-06T19:22:34.462Z] (4/5) Installing libcurl (7.79.1-r0) [2022-01-06T19:22:34.462Z] (5/5) Installing curl (7.79.1-r0) [2022-01-06T19:22:34.462Z] Executing busybox-1.33.1-r6.trigger [2022-01-06T19:22:34.753Z] Executing ca-certificates-20191127-r5.trigger [2022-01-06T19:22:34.753Z] OK: 8 MiB in 19 packages [2022-01-06T19:22:36.195Z] Removing intermediate container 79e989f09a1b [2022-01-06T19:22:36.195Z] ---> 08b7e3f05f27 [2022-01-06T19:22:36.195Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-06T19:22:36.195Z] ---> Running in d6f213da131d [2022-01-06T19:22:36.793Z] Removing intermediate container d6f213da131d [2022-01-06T19:22:36.793Z] ---> ddf787c9a3de [2022-01-06T19:22:36.793Z] Step 12/22 : ENV APP_PORT=59882 [2022-01-06T19:22:37.078Z] ---> Running in 60fabe0bce6e [2022-01-06T19:22:37.078Z] Removing intermediate container d62d318471df [2022-01-06T19:22:37.078Z] ---> e02320ffa05c [2022-01-06T19:22:37.078Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-01-06T19:22:37.350Z] ---> Running in f48b9bb626d1 [2022-01-06T19:22:37.946Z] Removing intermediate container 60fabe0bce6e [2022-01-06T19:22:37.946Z] ---> b6e72cac18f0 [2022-01-06T19:22:37.946Z] Step 13/22 : EXPOSE $APP_PORT [2022-01-06T19:22:37.946Z] Removing intermediate container f48b9bb626d1 [2022-01-06T19:22:37.946Z] ---> 973ce92c870e [2022-01-06T19:22:37.946Z] Step 12/20 : WORKDIR /edgex [2022-01-06T19:22:37.946Z] ---> Running in 7c12fe031b1e [2022-01-06T19:22:38.222Z] ---> Running in 55f88cdcfd48 [2022-01-06T19:22:38.495Z] Removing intermediate container 1b92007ab6ea [2022-01-06T19:22:38.495Z] ---> 958b0ad32a67 [2022-01-06T19:22:38.495Z] [2022-01-06T19:22:38.495Z] Step 9/21 : FROM alpine:3.14 [2022-01-06T19:22:38.495Z] ---> 5b8b7b635229 [2022-01-06T19:22:38.495Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-01-06T19:22:38.769Z] ---> Running in 2fb819b54052 [2022-01-06T19:22:38.769Z] Removing intermediate container 7c12fe031b1e [2022-01-06T19:22:38.769Z] ---> 5a6f8c6bd8b5 [2022-01-06T19:22:38.769Z] Step 14/22 : WORKDIR / [2022-01-06T19:22:38.769Z] Removing intermediate container 55f88cdcfd48 [2022-01-06T19:22:38.769Z] ---> 22c244dc7f9c [2022-01-06T19:22:38.769Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-01-06T19:22:39.040Z] ---> Running in a43b155b9624 [2022-01-06T19:22:39.314Z] Removing intermediate container 40966e1a17b1 [2022-01-06T19:22:39.314Z] ---> 3be60c5dce4c [2022-01-06T19:22:39.314Z] [2022-01-06T19:22:39.314Z] Step 9/22 : FROM alpine:3.14 [2022-01-06T19:22:39.314Z] ---> 5b8b7b635229 [2022-01-06T19:22:39.314Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-01-06T19:22:39.314Z] ---> Using cache [2022-01-06T19:22:39.314Z] ---> 08b7e3f05f27 [2022-01-06T19:22:39.314Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-06T19:22:39.314Z] ---> Using cache [2022-01-06T19:22:39.314Z] ---> ddf787c9a3de [2022-01-06T19:22:39.314Z] Step 12/22 : ENV APP_PORT=59881 [2022-01-06T19:22:39.587Z] ---> Running in 42a285468a76 [2022-01-06T19:22:39.587Z] Removing intermediate container a43b155b9624 [2022-01-06T19:22:39.587Z] ---> ab5766e8526e [2022-01-06T19:22:39.587Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-06T19:22:40.185Z] ---> ba5ca0dc5b11 [2022-01-06T19:22:40.185Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-01-06T19:22:40.185Z] Removing intermediate container 42a285468a76 [2022-01-06T19:22:40.185Z] ---> 87ee059c4abe [2022-01-06T19:22:40.185Z] Step 13/22 : EXPOSE $APP_PORT [2022-01-06T19:22:40.185Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-06T19:22:40.459Z] ---> Running in ec5fb2e0d633 [2022-01-06T19:22:40.459Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-06T19:22:41.066Z] Removing intermediate container ec5fb2e0d633 [2022-01-06T19:22:41.066Z] ---> cfefdff1a231 [2022-01-06T19:22:41.066Z] Step 14/22 : WORKDIR / [2022-01-06T19:22:41.347Z] ---> Running in c45c19d5662a [2022-01-06T19:22:41.347Z] ---> e1ac1cce9edd [2022-01-06T19:22:41.347Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-01-06T19:22:41.347Z] (1/2) Installing ca-certificates (20191127-r5) [2022-01-06T19:22:41.347Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-01-06T19:22:41.347Z] Executing busybox-1.33.1-r6.trigger [2022-01-06T19:22:41.347Z] Executing ca-certificates-20191127-r5.trigger [2022-01-06T19:22:41.621Z] OK: 6 MiB in 16 packages [2022-01-06T19:22:42.226Z] Removing intermediate container c45c19d5662a [2022-01-06T19:22:42.226Z] ---> 4326ea22b918 [2022-01-06T19:22:42.226Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-06T19:22:42.226Z] ---> 3b5625978808 [2022-01-06T19:22:42.226Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-01-06T19:22:43.662Z] ---> 267743890687 [2022-01-06T19:22:43.662Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-01-06T19:22:43.662Z] ---> cb4413911d83 [2022-01-06T19:22:43.662Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-01-06T19:22:43.662Z] Removing intermediate container 2fb819b54052 [2022-01-06T19:22:43.662Z] ---> cc85ca9eadc4 [2022-01-06T19:22:43.662Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-06T19:22:43.938Z] ---> Running in 0ecb1e6ac3d4 [2022-01-06T19:22:44.541Z] ---> 4b43f3741b77 [2022-01-06T19:22:44.541Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2022-01-06T19:22:44.541Z] Removing intermediate container 0ecb1e6ac3d4 [2022-01-06T19:22:44.541Z] ---> 6726d8c6ca92 [2022-01-06T19:22:44.541Z] Step 12/21 : ENV APP_PORT=59860 [2022-01-06T19:22:44.541Z] ---> be4745ff170e [2022-01-06T19:22:44.541Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2022-01-06T19:22:44.541Z] ---> Running in 90ae61bbc0dd [2022-01-06T19:22:44.815Z] ---> Running in a8c19490f966 [2022-01-06T19:22:44.815Z] ---> Running in 02a13a3cd7e3 [2022-01-06T19:22:45.092Z] Removing intermediate container 90ae61bbc0dd [2022-01-06T19:22:45.092Z] ---> ce0c89a36f13 [2022-01-06T19:22:45.092Z] Step 17/20 : CMD ["--init=true"] [2022-01-06T19:22:45.367Z] ---> Running in ae8ae02da8b7 [2022-01-06T19:22:45.367Z] Removing intermediate container 02a13a3cd7e3 [2022-01-06T19:22:45.367Z] ---> 676163190ba1 [2022-01-06T19:22:45.367Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-06T19:22:45.367Z] Removing intermediate container a8c19490f966 [2022-01-06T19:22:45.367Z] ---> 39aced225730 [2022-01-06T19:22:45.367Z] Step 13/21 : EXPOSE $APP_PORT [2022-01-06T19:22:45.640Z] ---> 8db547e593e8 [2022-01-06T19:22:45.640Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-01-06T19:22:45.640Z] ---> Running in 119ba0c37817 [2022-01-06T19:22:45.640Z] ---> Running in 412789b7403d [2022-01-06T19:22:45.920Z] Removing intermediate container ae8ae02da8b7 [2022-01-06T19:22:45.920Z] ---> 22b3827368c2 [2022-01-06T19:22:45.920Z] Step 18/20 : LABEL arch=arm64 [2022-01-06T19:22:46.193Z] ---> Running in 92043bcdc23b [2022-01-06T19:22:46.193Z] Removing intermediate container 119ba0c37817 [2022-01-06T19:22:46.193Z] ---> b31cf512d8c4 [2022-01-06T19:22:46.193Z] Step 20/22 : LABEL arch=arm64 [2022-01-06T19:22:46.491Z] Removing intermediate container 412789b7403d [2022-01-06T19:22:46.491Z] ---> ac19b35c0360 [2022-01-06T19:22:46.491Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-06T19:22:46.491Z] ---> Running in 56ba975bc6f6 [2022-01-06T19:22:46.767Z] ---> bb4d9013892c [2022-01-06T19:22:46.767Z] Removing intermediate container 92043bcdc23b [2022-01-06T19:22:46.767Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2022-01-06T19:22:46.767Z] ---> 8ab491cd84ae [2022-01-06T19:22:46.767Z] Step 19/20 : LABEL git_sha=7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [2022-01-06T19:22:46.767Z] ---> Running in c048980091d1 [2022-01-06T19:22:46.767Z] ---> Running in 9cefb2fc1292 [2022-01-06T19:22:47.046Z] Removing intermediate container 56ba975bc6f6 [2022-01-06T19:22:47.046Z] ---> 9f8f7c780103 [2022-01-06T19:22:47.046Z] Step 21/22 : LABEL git_sha=7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [2022-01-06T19:22:47.323Z] ---> Running in 7e9a2bb58b1a [2022-01-06T19:22:47.323Z] ---> b6bf43960fa1 [2022-01-06T19:22:47.323Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-01-06T19:22:47.599Z] Removing intermediate container c048980091d1 [2022-01-06T19:22:47.599Z] ---> ee4192054299 [2022-01-06T19:22:47.599Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-06T19:22:47.599Z] Removing intermediate container 9cefb2fc1292 [2022-01-06T19:22:47.599Z] ---> 051fe30dc2ee [2022-01-06T19:22:47.599Z] Step 20/20 : LABEL version=0.0.0 [2022-01-06T19:22:47.599Z] ---> Running in 71fea2e95eb0 [2022-01-06T19:22:47.599Z] ---> Running in 64e2e16b349b [2022-01-06T19:22:47.872Z] Removing intermediate container 7e9a2bb58b1a [2022-01-06T19:22:47.872Z] ---> 161c38438d8c [2022-01-06T19:22:47.872Z] Step 22/22 : LABEL version=0.0.0 [2022-01-06T19:22:47.872Z] ---> Running in 18e8e79809af [2022-01-06T19:22:48.147Z] Removing intermediate container 64e2e16b349b [2022-01-06T19:22:48.147Z] ---> 28458316713a [2022-01-06T19:22:48.147Z] [2022-01-06T19:22:48.147Z] Removing intermediate container 71fea2e95eb0 [2022-01-06T19:22:48.147Z] ---> faaad77b60dc [2022-01-06T19:22:48.147Z] Step 20/22 : LABEL arch=arm64 [2022-01-06T19:22:48.418Z] ---> Running in 85c13efe340c [2022-01-06T19:22:48.418Z] Removing intermediate container 18e8e79809af [2022-01-06T19:22:48.418Z] ---> 4ab80c8da2a5 [2022-01-06T19:22:48.418Z] [2022-01-06T19:22:48.688Z] Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 [2022-01-06T19:22:48.688Z] Status: Downloaded newer image for docker:20.10.10 [2022-01-06T19:22:48.688Z] ---> 520e9a0a30f7 [2022-01-06T19:22:48.688Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-01-06T19:22:48.688Z] Successfully built 28458316713a [2022-01-06T19:22:48.968Z] Successfully tagged security-proxy-setup-arm64:latest [2022-01-06T19:22:48.968Z]  Building security-proxy-setup ... done Building core-data [2022-01-06T19:22:48.968Z] ---> Running in 6a4620cbed3b [2022-01-06T19:22:48.968Z] Removing intermediate container 85c13efe340c [2022-01-06T19:22:48.968Z] ---> 6ad04d94f48c [2022-01-06T19:22:48.968Z] Step 21/22 : LABEL git_sha=7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [2022-01-06T19:22:48.968Z] Successfully built 4ab80c8da2a5 [2022-01-06T19:22:48.968Z] Successfully tagged core-command-arm64:latest [2022-01-06T19:22:48.968Z] ---> 64059070b49d [2022-01-06T19:22:49.240Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-01-06T19:22:49.240Z]  Building core-command ... done Building security-secretstore-setup [2022-01-06T19:22:49.240Z] ---> Running in 52b5b149c942 [2022-01-06T19:22:49.513Z] Removing intermediate container 6a4620cbed3b [2022-01-06T19:22:49.513Z] ---> 1827d2ecc948 [2022-01-06T19:22:49.513Z] Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-01-06T19:22:49.785Z] ---> Running in e5c5390a3a9d [2022-01-06T19:22:49.785Z] Removing intermediate container 52b5b149c942 [2022-01-06T19:22:49.785Z] ---> 6621c5ec4996 [2022-01-06T19:22:49.785Z] Step 22/22 : LABEL version=0.0.0 [2022-01-06T19:22:49.785Z] ---> Running in 09adc251df79 [2022-01-06T19:22:50.064Z] ---> 0fc463afcbcc [2022-01-06T19:22:50.064Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2022-01-06T19:22:50.064Z] ---> Running in a2bb7d4199e7 [2022-01-06T19:22:50.336Z] Removing intermediate container 09adc251df79 [2022-01-06T19:22:50.336Z] ---> 41c8f837bcdd [2022-01-06T19:22:50.336Z] [2022-01-06T19:22:50.607Z] Removing intermediate container a2bb7d4199e7 [2022-01-06T19:22:50.607Z] ---> 2978497e5013 [2022-01-06T19:22:50.607Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-06T19:22:50.883Z] Successfully built 41c8f837bcdd [2022-01-06T19:22:50.883Z] Successfully tagged core-metadata-arm64:latest [2022-01-06T19:22:50.883Z]  Building core-metadata ... done Building security-bootstrapper [2022-01-06T19:22:50.883Z] ---> Running in 8d3e6e9d3718 [2022-01-06T19:22:50.883Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-06T19:22:51.163Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-06T19:22:51.441Z] Removing intermediate container 8d3e6e9d3718 [2022-01-06T19:22:51.441Z] ---> 48c45c81fc96 [2022-01-06T19:22:51.441Z] Step 19/21 : LABEL arch=arm64 [2022-01-06T19:22:51.441Z] ---> Running in 0a388f4c4fd9 [2022-01-06T19:22:52.040Z] Removing intermediate container 0a388f4c4fd9 [2022-01-06T19:22:52.040Z] ---> 2d7b4749e45d [2022-01-06T19:22:52.040Z] Step 20/21 : LABEL git_sha=7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [2022-01-06T19:22:52.040Z] (1/42) Installing readline (8.1.0-r0) [2022-01-06T19:22:52.040Z] (2/42) Installing bash (5.1.4-r0) [2022-01-06T19:22:52.040Z] ---> Running in 9afb00c4380c [2022-01-06T19:22:52.040Z] Executing bash-5.1.4-r0.post-install [2022-01-06T19:22:52.040Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-01-06T19:22:52.040Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-01-06T19:22:52.040Z] (5/42) Installing libcurl (7.79.1-r0) [2022-01-06T19:22:52.040Z] (6/42) Installing curl (7.79.1-r0) [2022-01-06T19:22:52.040Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-01-06T19:22:52.040Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-01-06T19:22:52.040Z] (9/42) Installing expat (2.4.1-r0) [2022-01-06T19:22:52.040Z] (10/42) Installing libffi (3.3-r2) [2022-01-06T19:22:52.040Z] (11/42) Installing gdbm (1.19-r0) [2022-01-06T19:22:52.040Z] (12/42) Installing xz-libs (5.2.5-r0) [2022-01-06T19:22:52.040Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-01-06T19:22:52.312Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-01-06T19:22:52.312Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-01-06T19:22:52.312Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-01-06T19:22:52.312Z] (17/42) Installing python3 (3.9.5-r2) [2022-01-06T19:22:52.585Z] Removing intermediate container 9afb00c4380c [2022-01-06T19:22:52.585Z] ---> 0c966d0b529f [2022-01-06T19:22:52.585Z] Step 21/21 : LABEL version=0.0.0 [2022-01-06T19:22:52.859Z] ---> Running in c0c0024649d9 [2022-01-06T19:22:53.455Z] Removing intermediate container c0c0024649d9 [2022-01-06T19:22:53.455Z] ---> 958e1b06a116 [2022-01-06T19:22:53.455Z] [2022-01-06T19:22:53.726Z] Successfully built 958e1b06a116 [2022-01-06T19:22:53.726Z] Successfully tagged support-notifications-arm64:latest [2022-01-06T19:22:53.726Z]  Building support-notifications ... done Building support-scheduler [2022-01-06T19:22:54.319Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2022-01-06T19:22:54.319Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-01-06T19:22:54.319Z] (20/42) Installing py3-idna (3.2-r0) [2022-01-06T19:22:54.319Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-01-06T19:22:54.319Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-01-06T19:22:54.319Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-01-06T19:22:54.319Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-01-06T19:22:54.319Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-01-06T19:22:54.589Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-01-06T19:22:54.589Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-01-06T19:22:54.589Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-01-06T19:22:54.589Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-01-06T19:22:54.589Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-01-06T19:22:54.589Z] (31/42) Installing py3-six (1.15.0-r1) [2022-01-06T19:22:54.589Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-01-06T19:22:54.589Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-01-06T19:22:54.589Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-01-06T19:22:54.589Z] (35/42) Installing py3-packaging (20.9-r1) [2022-01-06T19:22:54.589Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-01-06T19:22:54.589Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-01-06T19:22:54.589Z] (38/42) Installing py3-progress (1.5-r2) [2022-01-06T19:22:54.589Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-01-06T19:22:54.589Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-01-06T19:22:54.589Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-01-06T19:22:54.860Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-01-06T19:22:55.459Z] Executing busybox-1.33.1-r6.trigger [2022-01-06T19:22:55.459Z] OK: 84 MiB in 64 packages [2022-01-06T19:22:59.876Z] Collecting docker-compose==1.23.2 [2022-01-06T19:22:59.876Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-01-06T19:22:59.876Z] Collecting docopt<0.7,>=0.6.1 [2022-01-06T19:22:59.876Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-01-06T19:23:02.592Z] Collecting PyYAML<4,>=3.10 [2022-01-06T19:23:02.592Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-01-06T19:23:05.971Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-01-06T19:23:05.971Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-01-06T19:23:06.240Z] Collecting jsonschema<3,>=2.5.1 [2022-01-06T19:23:06.240Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-01-06T19:23:06.831Z] Collecting docker<4.0,>=3.6.0 [2022-01-06T19:23:06.831Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-01-06T19:23:06.831Z] Collecting texttable<0.10,>=0.9.0 [2022-01-06T19:23:06.831Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-01-06T19:23:08.805Z] Collecting cached-property<2,>=1.2.0 [2022-01-06T19:23:08.805Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-01-06T19:23:08.805Z] 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-01-06T19:23:08.805Z] Collecting dockerpty<0.5,>=0.4.1 [2022-01-06T19:23:08.805Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-01-06T19:23:10.774Z] Collecting websocket-client<1.0,>=0.32.0 [2022-01-06T19:23:10.775Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-01-06T19:23:11.368Z] Collecting docker-pycreds>=0.4.0 [2022-01-06T19:23:11.961Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-01-06T19:23:12.232Z] 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-01-06T19:23:12.504Z] Collecting idna<2.8,>=2.5 [2022-01-06T19:23:12.504Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-01-06T19:23:12.504Z] Collecting chardet<3.1.0,>=3.0.2 [2022-01-06T19:23:12.504Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-01-06T19:23:13.098Z] Collecting urllib3<1.25,>=1.21.1 [2022-01-06T19:23:13.098Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-01-06T19:23:13.694Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-01-06T19:23:13.694Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-01-06T19:23:13.694Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-01-06T19:23:13.694Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-01-06T19:23:14.297Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-01-06T19:23:14.297Z] Attempting uninstall: urllib3 [2022-01-06T19:23:14.297Z] Found existing installation: urllib3 1.26.5 [2022-01-06T19:23:14.297Z] Uninstalling urllib3-1.26.5: [2022-01-06T19:23:14.574Z] Successfully uninstalled urllib3-1.26.5 [2022-01-06T19:23:15.167Z] Attempting uninstall: idna [2022-01-06T19:23:15.167Z] Found existing installation: idna 3.2 [2022-01-06T19:23:15.167Z] Uninstalling idna-3.2: [2022-01-06T19:23:15.167Z] Successfully uninstalled idna-3.2 [2022-01-06T19:23:16.147Z] Attempting uninstall: chardet [2022-01-06T19:23:16.147Z] Found existing installation: chardet 4.0.0 [2022-01-06T19:23:16.147Z] Uninstalling chardet-4.0.0: [2022-01-06T19:23:16.147Z] Successfully uninstalled chardet-4.0.0 [2022-01-06T19:23:18.123Z] Attempting uninstall: requests [2022-01-06T19:23:18.123Z] Found existing installation: requests 2.25.1 [2022-01-06T19:23:18.123Z] Uninstalling requests-2.25.1: [2022-01-06T19:23:18.123Z] Successfully uninstalled requests-2.25.1 [2022-01-06T19:23:18.394Z] Running setup.py install for texttable: started [2022-01-06T19:23:20.373Z] Running setup.py install for texttable: finished with status 'done' [2022-01-06T19:23:20.373Z] Running setup.py install for PyYAML: started [2022-01-06T19:23:22.998Z] Running setup.py install for PyYAML: finished with status 'done' [2022-01-06T19:23:23.273Z] Running setup.py install for docopt: started [2022-01-06T19:23:25.250Z] Running setup.py install for docopt: finished with status 'done' [2022-01-06T19:23:25.250Z] Running setup.py install for dockerpty: started [2022-01-06T19:23:27.222Z] Running setup.py install for dockerpty: finished with status 'done' [2022-01-06T19:23:29.196Z] 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-01-06T19:23:35.916Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-06T19:23:35.916Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-06T19:23:35.916Z] ---> 8c5f6933f2a6 [2022-01-06T19:23:35.916Z] Step 3/22 : WORKDIR /edgex-go [2022-01-06T19:23:35.916Z] ---> Using cache [2022-01-06T19:23:35.916Z] ---> dc69688acf23 [2022-01-06T19:23:35.916Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-06T19:23:35.916Z] ---> Using cache [2022-01-06T19:23:35.916Z] ---> a30d6f418dcf [2022-01-06T19:23:35.916Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-01-06T19:23:35.916Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-06T19:23:35.916Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-01-06T19:23:35.916Z] ---> 8c5f6933f2a6 [2022-01-06T19:23:35.916Z] Step 3/24 : WORKDIR /edgex-go [2022-01-06T19:23:35.916Z] ---> Using cache [2022-01-06T19:23:35.916Z] ---> dc69688acf23 [2022-01-06T19:23:35.916Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-06T19:23:35.916Z] ---> Using cache [2022-01-06T19:23:35.916Z] ---> a30d6f418dcf [2022-01-06T19:23:35.916Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-01-06T19:23:35.916Z] ---> Running in e0b94d5209fb [2022-01-06T19:23:35.916Z] ---> Running in c00a2c0a291f [2022-01-06T19:23:36.196Z] Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-06T19:23:36.196Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2022-01-06T19:23:36.196Z] ---> 8c5f6933f2a6 [2022-01-06T19:23:36.196Z] Step 3/30 : WORKDIR /edgex-go [2022-01-06T19:23:36.196Z] ---> Using cache [2022-01-06T19:23:36.196Z] ---> dc69688acf23 [2022-01-06T19:23:36.196Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-06T19:23:36.196Z] ---> Using cache [2022-01-06T19:23:36.196Z] ---> a30d6f418dcf [2022-01-06T19:23:36.196Z] Step 5/30 : RUN apk add --update --no-cache make git [2022-01-06T19:23:36.196Z] ---> Running in 83d8c7cccf92 [2022-01-06T19:23:37.633Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-06T19:23:37.633Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-06T19:23:37.916Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-06T19:23:37.916Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-01-06T19:23:37.916Z] ---> 8c5f6933f2a6 [2022-01-06T19:23:37.916Z] Step 3/23 : WORKDIR /edgex-go [2022-01-06T19:23:37.916Z] ---> Using cache [2022-01-06T19:23:37.916Z] ---> dc69688acf23 [2022-01-06T19:23:37.916Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-06T19:23:37.916Z] ---> Using cache [2022-01-06T19:23:37.916Z] ---> a30d6f418dcf [2022-01-06T19:23:37.916Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-01-06T19:23:37.916Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-06T19:23:38.189Z] ---> Running in 80470191e298 [2022-01-06T19:23:38.466Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-06T19:23:38.466Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-06T19:23:39.068Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-06T19:23:39.671Z] OK: 219 MiB in 52 packages [2022-01-06T19:23:39.671Z] OK: 219 MiB in 52 packages [2022-01-06T19:23:39.954Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-06T19:23:39.954Z] OK: 219 MiB in 52 packages [2022-01-06T19:23:40.936Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-06T19:23:41.219Z] Removing intermediate container c00a2c0a291f [2022-01-06T19:23:41.219Z] ---> e63d6e01ed3a [2022-01-06T19:23:41.219Z] Step 6/24 : COPY . . [2022-01-06T19:23:41.219Z] Removing intermediate container e0b94d5209fb [2022-01-06T19:23:41.219Z] ---> 062f79784070 [2022-01-06T19:23:41.219Z] Step 6/22 : COPY . . [2022-01-06T19:23:41.493Z] Removing intermediate container 83d8c7cccf92 [2022-01-06T19:23:41.493Z] ---> 98a500f636a9 [2022-01-06T19:23:41.493Z] Step 6/30 : COPY . . [2022-01-06T19:23:41.767Z] OK: 219 MiB in 52 packages [2022-01-06T19:23:43.210Z] Removing intermediate container 80470191e298 [2022-01-06T19:23:43.210Z] ---> dfbcedb5de00 [2022-01-06T19:23:43.210Z] Step 6/23 : COPY go.mod . [2022-01-06T19:23:43.807Z] Removing intermediate container e5c5390a3a9d [2022-01-06T19:23:43.807Z] ---> 73f5bd0a4f77 [2022-01-06T19:23:43.807Z] Step 13/22 : ENV APP_PORT=58890 [2022-01-06T19:23:44.398Z] ---> 2bfb62bf1ebf [2022-01-06T19:23:44.398Z] Step 7/23 : RUN go mod download [2022-01-06T19:23:44.398Z] ---> Running in 746a85a8a01b [2022-01-06T19:23:44.669Z] ---> Running in aaaed428eb51 [2022-01-06T19:23:45.270Z] Removing intermediate container 746a85a8a01b [2022-01-06T19:23:45.270Z] ---> 0dba13723645 [2022-01-06T19:23:45.270Z] Step 14/22 : EXPOSE $APP_PORT [2022-01-06T19:23:45.270Z] ---> Running in 93eced3e2a7a [2022-01-06T19:23:46.245Z] Removing intermediate container 93eced3e2a7a [2022-01-06T19:23:46.245Z] ---> 9283e25cf494 [2022-01-06T19:23:46.245Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-01-06T19:23:48.859Z] ---> 92145d465896 [2022-01-06T19:23:48.859Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-01-06T19:23:48.859Z] Removing intermediate container aaaed428eb51 [2022-01-06T19:23:48.859Z] ---> 5da788b7e1a9 [2022-01-06T19:23:48.859Z] Step 8/23 : COPY . . [2022-01-06T19:23:49.833Z] ---> ec7c04e2ef1f [2022-01-06T19:23:49.834Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-01-06T19:23:51.276Z] ---> 1e2053604b07 [2022-01-06T19:23:51.276Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-01-06T19:23:51.557Z] ---> Running in fb1e3bc705ed [2022-01-06T19:23:52.153Z] Removing intermediate container fb1e3bc705ed [2022-01-06T19:23:52.153Z] ---> 9a9b3575d428 [2022-01-06T19:23:52.153Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-06T19:23:52.425Z] ---> Running in e6a218d4189c [2022-01-06T19:23:53.024Z] Removing intermediate container e6a218d4189c [2022-01-06T19:23:53.024Z] ---> aeaeab131398 [2022-01-06T19:23:53.024Z] Step 20/22 : LABEL arch=arm64 [2022-01-06T19:23:53.024Z] ---> Running in ebc79c9728cc [2022-01-06T19:23:53.621Z] Removing intermediate container ebc79c9728cc [2022-01-06T19:23:53.621Z] ---> d4130f6754dd [2022-01-06T19:23:53.621Z] Step 21/22 : LABEL git_sha=7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [2022-01-06T19:23:53.894Z] ---> Running in 904939c84e80 [2022-01-06T19:23:54.874Z] Removing intermediate container 904939c84e80 [2022-01-06T19:23:54.874Z] ---> bead04450ae7 [2022-01-06T19:23:54.874Z] Step 22/22 : LABEL version=0.0.0 [2022-01-06T19:23:54.874Z] ---> Running in c29c3a08c5f7 [2022-01-06T19:23:55.468Z] Removing intermediate container c29c3a08c5f7 [2022-01-06T19:23:55.468Z] ---> dea573e1819d [2022-01-06T19:23:55.468Z] [2022-01-06T19:23:56.064Z] Successfully built dea573e1819d [2022-01-06T19:23:56.064Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-01-06T19:24:02.778Z]  Building sys-mgmt-agent ... done  ---> c9e1157a0ff0 [2022-01-06T19:24:02.778Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-06T19:24:02.778Z] ---> 349ecbc9b0f3 [2022-01-06T19:24:02.778Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-06T19:24:02.778Z] ---> 42c5f9792950 [2022-01-06T19:24:02.778Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-06T19:24:03.048Z] ---> Running in 60141fe0a4d1 [2022-01-06T19:24:03.048Z] ---> Running in 8a89a09e55f5 [2022-01-06T19:24:03.048Z] ---> Running in 4b0bfba34da2 [2022-01-06T19:24:08.444Z] Removing intermediate container 8a89a09e55f5 [2022-01-06T19:24:08.444Z] ---> 41b9cf54e53f [2022-01-06T19:24:08.444Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-01-06T19:24:08.444Z] Removing intermediate container 60141fe0a4d1 [2022-01-06T19:24:08.444Z] ---> 27834ebce27d [2022-01-06T19:24:08.444Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-01-06T19:24:08.444Z] Removing intermediate container 4b0bfba34da2 [2022-01-06T19:24:08.444Z] ---> f4472a401a5d [2022-01-06T19:24:08.444Z] Step 8/22 : RUN make cmd/core-data/core-data [2022-01-06T19:24:08.444Z] ---> Running in 51fcc15d077a [2022-01-06T19:24:08.444Z] ---> Running in 83c66c862f16 [2022-01-06T19:24:08.444Z] ---> Running in fc55b1b25b3d [2022-01-06T19:24:08.724Z] ---> 9a61ed1fd2b2 [2022-01-06T19:24:08.724Z] Step 9/23 : RUN go mod tidy [2022-01-06T19:24:08.724Z] ---> Running in d1ad4f17e44c [2022-01-06T19:24:09.702Z] 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-01-06T19:24:09.702Z] 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-01-06T19:24:09.976Z] 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-01-06T19:24:14.282Z] Removing intermediate container d1ad4f17e44c [2022-01-06T19:24:14.282Z] ---> dfc5b3b94bb4 [2022-01-06T19:24:14.282Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-01-06T19:24:14.282Z] ---> Running in 7aa3f57a0d93 [2022-01-06T19:24:16.272Z] 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-01-06T19:25:38.088Z] 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-01-06T19:25:46.386Z] Removing intermediate container 51fcc15d077a [2022-01-06T19:25:46.386Z] ---> e08e931f0a87 [2022-01-06T19:25:46.386Z] [2022-01-06T19:25:46.386Z] Step 9/30 : FROM alpine:3.14 [2022-01-06T19:25:46.386Z] ---> 5b8b7b635229 [2022-01-06T19:25:46.386Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-01-06T19:25:46.386Z] ---> Running in 0e096363d8f4 [2022-01-06T19:25:46.993Z] Removing intermediate container 0e096363d8f4 [2022-01-06T19:25:46.993Z] ---> 0696a5529ad7 [2022-01-06T19:25:46.993Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2022-01-06T19:25:46.993Z] ---> Running in d0b17ac800dd [2022-01-06T19:25:48.974Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-06T19:25:49.248Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-06T19:25:50.238Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-01-06T19:25:50.238Z] (2/2) Installing su-exec (0.2-r1) [2022-01-06T19:25:50.238Z] Executing busybox-1.33.1-r6.trigger [2022-01-06T19:25:50.238Z] OK: 6 MiB in 16 packages [2022-01-06T19:25:50.839Z] Removing intermediate container 83c66c862f16 [2022-01-06T19:25:50.839Z] ---> 585e28e82955 [2022-01-06T19:25:50.839Z] [2022-01-06T19:25:50.839Z] Step 9/24 : FROM alpine:3.14 [2022-01-06T19:25:50.839Z] ---> 5b8b7b635229 [2022-01-06T19:25:50.839Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-01-06T19:25:51.112Z] ---> Running in fe46da06f83f [2022-01-06T19:25:51.708Z] Removing intermediate container d0b17ac800dd [2022-01-06T19:25:51.708Z] ---> 90a06839fc38 [2022-01-06T19:25:51.708Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2022-01-06T19:25:51.708Z] ---> Running in e39603636b21 [2022-01-06T19:25:52.309Z] Removing intermediate container e39603636b21 [2022-01-06T19:25:52.309Z] ---> 3794388cd6ce [2022-01-06T19:25:52.309Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-01-06T19:25:52.309Z] ---> Running in e30512129a61 [2022-01-06T19:25:52.584Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-06T19:25:52.866Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-06T19:25:53.142Z] Removing intermediate container e30512129a61 [2022-01-06T19:25:53.142Z] ---> 2f4a60d2c779 [2022-01-06T19:25:53.142Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-01-06T19:25:53.142Z] ---> Running in 4fe3fe02541d [2022-01-06T19:25:53.742Z] (1/3) Installing ca-certificates (20191127-r5) [2022-01-06T19:25:53.742Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-01-06T19:25:53.742Z] (3/3) Installing su-exec (0.2-r1) [2022-01-06T19:25:53.742Z] Executing busybox-1.33.1-r6.trigger [2022-01-06T19:25:53.742Z] Executing ca-certificates-20191127-r5.trigger [2022-01-06T19:25:54.020Z] OK: 6 MiB in 17 packages [2022-01-06T19:25:56.005Z] Removing intermediate container fe46da06f83f [2022-01-06T19:25:56.005Z] ---> cefba633e065 [2022-01-06T19:25:56.005Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-01-06T19:25:56.005Z] Removing intermediate container 7aa3f57a0d93 [2022-01-06T19:25:56.005Z] ---> 9b47729d97c7 [2022-01-06T19:25:56.005Z] [2022-01-06T19:25:56.005Z] Step 11/23 : FROM alpine:3.14 [2022-01-06T19:25:56.005Z] ---> 5b8b7b635229 [2022-01-06T19:25:56.005Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-01-06T19:25:56.005Z] ---> Using cache [2022-01-06T19:25:56.005Z] ---> 08b7e3f05f27 [2022-01-06T19:25:56.005Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-06T19:25:56.005Z] ---> Using cache [2022-01-06T19:25:56.005Z] ---> ddf787c9a3de [2022-01-06T19:25:56.005Z] Step 14/23 : ENV APP_PORT=59861 [2022-01-06T19:25:56.005Z] ---> Running in 84a16d37114d [2022-01-06T19:25:56.286Z] ---> Running in 4d518f39e851 [2022-01-06T19:25:56.286Z] Removing intermediate container 4fe3fe02541d [2022-01-06T19:25:56.286Z] ---> 6b7616525d62 [2022-01-06T19:25:56.286Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2022-01-06T19:25:56.563Z] ---> Running in 4401327730ee [2022-01-06T19:25:56.563Z] Removing intermediate container 84a16d37114d [2022-01-06T19:25:56.563Z] ---> 4b21aa477e49 [2022-01-06T19:25:56.563Z] Step 12/24 : WORKDIR / [2022-01-06T19:25:56.563Z] Removing intermediate container 4d518f39e851 [2022-01-06T19:25:56.563Z] ---> 3e1971d801ed [2022-01-06T19:25:56.563Z] Step 15/23 : EXPOSE $APP_PORT [2022-01-06T19:25:56.836Z] ---> Running in e6858f3e0df0 [2022-01-06T19:25:56.836Z] ---> Running in a171ceaf04df [2022-01-06T19:25:57.108Z] Removing intermediate container 4401327730ee [2022-01-06T19:25:57.108Z] ---> c4ff3d9e64bc [2022-01-06T19:25:57.108Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-01-06T19:25:57.108Z] Removing intermediate container e6858f3e0df0 [2022-01-06T19:25:57.108Z] ---> c0e9e42ddcfa [2022-01-06T19:25:57.108Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-06T19:25:57.391Z] Removing intermediate container a171ceaf04df [2022-01-06T19:25:57.391Z] ---> 89dd96cdb728 [2022-01-06T19:25:57.391Z] Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-01-06T19:25:57.998Z] ---> 7e6a05be2268 [2022-01-06T19:25:57.999Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-01-06T19:25:57.999Z] ---> Running in e86aedf08daa [2022-01-06T19:25:57.999Z] ---> ed8dd056581c [2022-01-06T19:25:57.999Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-01-06T19:25:58.281Z] ---> adc9c3ed3d03 [2022-01-06T19:25:58.282Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-01-06T19:25:59.260Z] ---> 4243286d98aa [2022-01-06T19:25:59.260Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-01-06T19:25:59.548Z] ---> 75b67611fb33 [2022-01-06T19:25:59.548Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-01-06T19:26:00.164Z] ---> 17abcc44f43d [2022-01-06T19:26:00.164Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-01-06T19:26:00.438Z] ---> bcb54ec928e2 [2022-01-06T19:26:00.438Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-01-06T19:26:00.710Z] ---> Running in f631006770d2 [2022-01-06T19:26:00.986Z] Removing intermediate container e86aedf08daa [2022-01-06T19:26:00.986Z] ---> 18faa2f4fe73 [2022-01-06T19:26:00.986Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-06T19:26:00.986Z] ---> f6cd9f02f289 [2022-01-06T19:26:00.986Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-01-06T19:26:01.264Z] Removing intermediate container f631006770d2 [2022-01-06T19:26:01.264Z] ---> bbc9f76f571d [2022-01-06T19:26:01.264Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-06T19:26:01.540Z] ---> Running in 8d0043f2a95a [2022-01-06T19:26:02.138Z] ---> e8b30717052f [2022-01-06T19:26:02.138Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-01-06T19:26:02.138Z] Removing intermediate container 8d0043f2a95a [2022-01-06T19:26:02.138Z] ---> bab4e267648a [2022-01-06T19:26:02.138Z] Step 21/23 : LABEL arch=arm64 [2022-01-06T19:26:02.138Z] ---> Running in 2df431d1c2dd [2022-01-06T19:26:02.730Z] ---> b36d42550c03 [2022-01-06T19:26:02.730Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-01-06T19:26:02.730Z] Removing intermediate container 2df431d1c2dd [2022-01-06T19:26:02.730Z] ---> 852668be5423 [2022-01-06T19:26:02.730Z] Step 22/23 : LABEL git_sha=7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [2022-01-06T19:26:03.003Z] ---> Running in 9909f8e888a8 [2022-01-06T19:26:03.003Z] Removing intermediate container fc55b1b25b3d [2022-01-06T19:26:03.003Z] ---> d0534144d39a [2022-01-06T19:26:03.003Z] [2022-01-06T19:26:03.003Z] Step 9/22 : FROM alpine:3.14 [2022-01-06T19:26:03.003Z] ---> 5b8b7b635229 [2022-01-06T19:26:03.003Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-01-06T19:26:03.277Z] ---> Running in c10186884a89 [2022-01-06T19:26:03.550Z] Removing intermediate container 9909f8e888a8 [2022-01-06T19:26:03.550Z] ---> 9c5bb6726e9b [2022-01-06T19:26:03.550Z] Step 23/23 : LABEL version=0.0.0 [2022-01-06T19:26:03.550Z] ---> 64216d5ed16a [2022-01-06T19:26:03.550Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-01-06T19:26:03.550Z] ---> Running in 7c90784d9cc4 [2022-01-06T19:26:03.822Z] Removing intermediate container c10186884a89 [2022-01-06T19:26:03.822Z] ---> 204998b1be7c [2022-01-06T19:26:03.822Z] Step 11/22 : ENV APP_PORT=59880 [2022-01-06T19:26:03.822Z] ---> Running in d070f3420fa6 [2022-01-06T19:26:04.099Z] Removing intermediate container 7c90784d9cc4 [2022-01-06T19:26:04.099Z] ---> ffc6fa856e77 [2022-01-06T19:26:04.099Z] [2022-01-06T19:26:04.371Z] ---> 42578357fbde [2022-01-06T19:26:04.371Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-01-06T19:26:04.371Z] Removing intermediate container d070f3420fa6 [2022-01-06T19:26:04.371Z] ---> d01e5a927df3 [2022-01-06T19:26:04.371Z] Step 12/22 : EXPOSE $APP_PORT [2022-01-06T19:26:04.645Z] ---> e61eaf02a971 [2022-01-06T19:26:04.645Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-01-06T19:26:04.645Z] ---> Running in 60b02535a68a [2022-01-06T19:26:04.645Z] Successfully built ffc6fa856e77 [2022-01-06T19:26:04.645Z] Successfully tagged support-scheduler-arm64:latest [2022-01-06T19:26:04.917Z]  Building support-scheduler ... done  ---> 326b8280bdc8 [2022-01-06T19:26:04.917Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-01-06T19:26:05.188Z] Removing intermediate container 60b02535a68a [2022-01-06T19:26:05.188Z] ---> 5ccd9190b7ba [2022-01-06T19:26:05.188Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-06T19:26:05.188Z] ---> Running in bdc67adad697 [2022-01-06T19:26:05.188Z] ---> Running in 89dfa3909022 [2022-01-06T19:26:05.466Z] ---> 44e68ee5eac5 [2022-01-06T19:26:05.466Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-01-06T19:26:06.064Z] ---> 005d06e322a6 [2022-01-06T19:26:06.064Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2022-01-06T19:26:06.336Z] ---> Running in 94aed6d82ce4 [2022-01-06T19:26:06.936Z] Removing intermediate container 94aed6d82ce4 [2022-01-06T19:26:06.936Z] ---> abd451d0ce30 [2022-01-06T19:26:06.936Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-01-06T19:26:07.530Z] Removing intermediate container bdc67adad697 [2022-01-06T19:26:07.530Z] ---> caf2d3071be2 [2022-01-06T19:26:07.530Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2022-01-06T19:26:07.530Z] ---> Running in b6e7f8dba821 [2022-01-06T19:26:07.530Z] Removing intermediate container 89dfa3909022 [2022-01-06T19:26:07.531Z] ---> 7bbf5ad59659 [2022-01-06T19:26:07.531Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2022-01-06T19:26:07.531Z] ---> f15d0f28ddef [2022-01-06T19:26:07.531Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2022-01-06T19:26:07.808Z] ---> Running in 272aee64c065 [2022-01-06T19:26:07.808Z] ---> Running in 63f4f4ca6c70 [2022-01-06T19:26:08.088Z] Removing intermediate container b6e7f8dba821 [2022-01-06T19:26:08.088Z] ---> c0bfd51aad83 [2022-01-06T19:26:08.088Z] Step 22/24 : LABEL arch=arm64 [2022-01-06T19:26:08.088Z] ---> Running in 735ec06a22e3 [2022-01-06T19:26:08.688Z] Removing intermediate container 735ec06a22e3 [2022-01-06T19:26:08.688Z] ---> 05908342c050 [2022-01-06T19:26:08.688Z] Step 23/24 : LABEL git_sha=7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [2022-01-06T19:26:08.688Z] ---> Running in 74d184a5b6b9 [2022-01-06T19:26:08.965Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-06T19:26:09.238Z] Removing intermediate container 74d184a5b6b9 [2022-01-06T19:26:09.238Z] ---> a8dff1ab1df1 [2022-01-06T19:26:09.238Z] Step 24/24 : LABEL version=0.0.0 [2022-01-06T19:26:09.238Z] ---> Running in 30f0372f3443 [2022-01-06T19:26:09.840Z] Removing intermediate container 30f0372f3443 [2022-01-06T19:26:09.840Z] ---> 4c7d39f9b239 [2022-01-06T19:26:09.840Z] [2022-01-06T19:26:09.840Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-06T19:26:10.113Z] Removing intermediate container 63f4f4ca6c70 [2022-01-06T19:26:10.113Z] ---> 4c142629434e [2022-01-06T19:26:10.113Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2022-01-06T19:26:10.113Z] Successfully built 4c7d39f9b239 [2022-01-06T19:26:10.113Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-01-06T19:26:10.385Z]  Building security-secretstore-setup ... done  ---> Running in fc9771e66e3c [2022-01-06T19:26:10.658Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-01-06T19:26:10.658Z] Removing intermediate container fc9771e66e3c [2022-01-06T19:26:10.658Z] ---> 27c71756159c [2022-01-06T19:26:10.658Z] Step 27/30 : CMD ["gate"] [2022-01-06T19:26:10.658Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-01-06T19:26:10.931Z] (3/6) Installing libsodium (1.0.18-r0) [2022-01-06T19:26:10.931Z] ---> Running in a0dd8a7c2b97 [2022-01-06T19:26:10.931Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-01-06T19:26:10.931Z] (5/6) Installing libzmq (4.3.4-r0) [2022-01-06T19:26:11.201Z] (6/6) Installing zeromq (4.3.4-r0) [2022-01-06T19:26:11.201Z] Executing busybox-1.33.1-r6.trigger [2022-01-06T19:26:11.201Z] Removing intermediate container a0dd8a7c2b97 [2022-01-06T19:26:11.201Z] ---> 731fd0666658 [2022-01-06T19:26:11.201Z] Step 28/30 : LABEL arch=arm64 [2022-01-06T19:26:11.201Z] OK: 8 MiB in 20 packages [2022-01-06T19:26:11.474Z] ---> Running in 3c0081cdb46c [2022-01-06T19:26:12.072Z] Removing intermediate container 3c0081cdb46c [2022-01-06T19:26:12.072Z] ---> 65b41968f7e0 [2022-01-06T19:26:12.072Z] Step 29/30 : LABEL git_sha=7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [2022-01-06T19:26:12.072Z] ---> Running in 03f0f52942f9 [2022-01-06T19:26:12.346Z] Removing intermediate container 272aee64c065 [2022-01-06T19:26:12.346Z] ---> 9236e9ea3d31 [2022-01-06T19:26:12.346Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-06T19:26:12.639Z] Removing intermediate container 03f0f52942f9 [2022-01-06T19:26:12.639Z] ---> b468102aa1b9 [2022-01-06T19:26:12.639Z] Step 30/30 : LABEL version=0.0.0 [2022-01-06T19:26:12.639Z] ---> Running in ea41c325cba1 [2022-01-06T19:26:12.912Z] ---> 4e2a00b0aa41 [2022-01-06T19:26:12.912Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-01-06T19:26:13.189Z] Removing intermediate container ea41c325cba1 [2022-01-06T19:26:13.189Z] ---> cb5841cae6b9 [2022-01-06T19:26:13.189Z] [2022-01-06T19:26:13.462Z] Successfully built cb5841cae6b9 [2022-01-06T19:26:13.462Z] Successfully tagged security-bootstrapper-arm64:latest [2022-01-06T19:26:14.054Z]  Building security-bootstrapper ... done  ---> 1c31a7e7519f [2022-01-06T19:26:14.054Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-01-06T19:26:14.650Z] ---> cbdd4a0094a6 [2022-01-06T19:26:14.650Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2022-01-06T19:26:14.920Z] ---> Running in 188b7149952d [2022-01-06T19:26:15.192Z] Removing intermediate container 188b7149952d [2022-01-06T19:26:15.192Z] ---> b8aece4683f2 [2022-01-06T19:26:15.193Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-06T19:26:15.193Z] ---> Running in 74b0ab076df9 [2022-01-06T19:26:15.465Z] Removing intermediate container 74b0ab076df9 [2022-01-06T19:26:15.465Z] ---> 142a32dc50ca [2022-01-06T19:26:15.465Z] Step 20/22 : LABEL arch=arm64 [2022-01-06T19:26:15.737Z] ---> Running in 7e4297a153a4 [2022-01-06T19:26:16.010Z] Removing intermediate container 7e4297a153a4 [2022-01-06T19:26:16.010Z] ---> e37ef952f8ba [2022-01-06T19:26:16.010Z] Step 21/22 : LABEL git_sha=7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [2022-01-06T19:26:16.010Z] ---> Running in 94c757361e04 [2022-01-06T19:26:16.603Z] Removing intermediate container 94c757361e04 [2022-01-06T19:26:16.603Z] ---> db19c7cd81ca [2022-01-06T19:26:16.603Z] Step 22/22 : LABEL version=0.0.0 [2022-01-06T19:26:16.603Z] ---> Running in 887cbe5ef1be [2022-01-06T19:26:16.872Z] Removing intermediate container 887cbe5ef1be [2022-01-06T19:26:16.872Z] ---> d424510b3b4d [2022-01-06T19:26:16.872Z] [2022-01-06T19:26:17.142Z] Successfully built d424510b3b4d [2022-01-06T19:26:17.142Z] Successfully tagged core-data-arm64:latest [2022-01-06T19:26:17.427Z]  Building core-data ... done  [Pipeline] } [2022-01-06T19:26:17.436Z] $ docker stop --time=1 79b70d244755fe1218e6a60e9c32048893e71c47f97a6ebe7c565f5edd6f2560 [2022-01-06T19:26:19.122Z] $ docker rm -f 79b70d244755fe1218e6a60e9c32048893e71c47f97a6ebe7c565f5edd6f2560 [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-06T19:26:19.735Z] + docker images [2022-01-06T19:26:20.006Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-01-06T19:26:20.006Z] core-data-arm64 latest d424510b3b4d 3 seconds ago 19.6MB [2022-01-06T19:26:20.006Z] security-bootstrapper-arm64 latest cb5841cae6b9 7 seconds ago 17.8MB [2022-01-06T19:26:20.006Z] security-secretstore-setup-arm64 latest 4c7d39f9b239 10 seconds ago 26.8MB [2022-01-06T19:26:20.006Z] support-scheduler-arm64 latest ffc6fa856e77 16 seconds ago 15.3MB [2022-01-06T19:26:20.006Z] d0534144d39a 17 seconds ago 1.58GB [2022-01-06T19:26:20.006Z] 9b47729d97c7 24 seconds ago 1.57GB [2022-01-06T19:26:20.006Z] 585e28e82955 29 seconds ago 1.58GB [2022-01-06T19:26:20.006Z] e08e931f0a87 34 seconds ago 1.57GB [2022-01-06T19:26:20.006Z] sys-mgmt-agent-arm64 latest dea573e1819d 2 minutes ago 280MB [2022-01-06T19:26:20.006Z] support-notifications-arm64 latest 958e1b06a116 3 minutes ago 16.1MB [2022-01-06T19:26:20.006Z] core-metadata-arm64 latest 41c8f837bcdd 3 minutes ago 15.9MB [2022-01-06T19:26:20.006Z] core-command-arm64 latest 4ab80c8da2a5 3 minutes ago 15.2MB [2022-01-06T19:26:20.006Z] security-proxy-setup-arm64 latest 28458316713a 3 minutes ago 25.5MB [2022-01-06T19:26:20.006Z] 3be60c5dce4c 3 minutes ago 1.58GB [2022-01-06T19:26:20.006Z] 958b0ad32a67 3 minutes ago 1.57GB [2022-01-06T19:26:20.006Z] a7dc59637825 3 minutes ago 1.57GB [2022-01-06T19:26:20.006Z] baa936367a93 3 minutes ago 1.58GB [2022-01-06T19:26:20.006Z] e19c9f05d038 3 minutes ago 1.57GB [2022-01-06T19:26:20.006Z] ci-base-image-arm64 latest 8c5f6933f2a6 13 minutes ago 1.24GB [2022-01-06T19:26:20.006Z] docker 20.10.10 520e9a0a30f7 7 weeks ago 200MB [2022-01-06T19:26:20.006Z] alpine 3.14 5b8b7b635229 7 weeks ago 5.35MB [2022-01-06T19:26:20.006Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 8b459fc5aaf0 2 months ago 534MB [2022-01-06T19:26:20.006Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 18 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-01-06T19:26:20.749Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-06T19:26:20.749Z] [2022-01-06T19:26:20.749Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-01-06T19:26:21.123Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-06T19:26:21.395Z] arm64: Pulling from edgex-lftools-log-publisher [2022-01-06T19:26:21.395Z] 448f6bf000e3: Pulling fs layer [2022-01-06T19:26:21.395Z] f757da607395: Pulling fs layer [2022-01-06T19:26:21.395Z] 05883995daec: Pulling fs layer [2022-01-06T19:26:21.395Z] 8603b9c90790: Pulling fs layer [2022-01-06T19:26:21.395Z] 1560dd03e051: Pulling fs layer [2022-01-06T19:26:21.395Z] 27f5ce0e4adf: Pulling fs layer [2022-01-06T19:26:21.395Z] c2d8d7efcc4b: Pulling fs layer [2022-01-06T19:26:21.395Z] 8603b9c90790: Waiting [2022-01-06T19:26:21.395Z] 1560dd03e051: Waiting [2022-01-06T19:26:21.395Z] 27f5ce0e4adf: Waiting [2022-01-06T19:26:21.395Z] c2d8d7efcc4b: Waiting [2022-01-06T19:26:21.395Z] f757da607395: Verifying Checksum [2022-01-06T19:26:21.395Z] f757da607395: Download complete [2022-01-06T19:26:21.395Z] 8603b9c90790: Verifying Checksum [2022-01-06T19:26:21.395Z] 8603b9c90790: Download complete [2022-01-06T19:26:21.395Z] 1560dd03e051: Verifying Checksum [2022-01-06T19:26:21.395Z] 1560dd03e051: Download complete [2022-01-06T19:26:21.395Z] 27f5ce0e4adf: Verifying Checksum [2022-01-06T19:26:21.395Z] 27f5ce0e4adf: Download complete [2022-01-06T19:26:21.667Z] 05883995daec: Verifying Checksum [2022-01-06T19:26:21.667Z] 05883995daec: Download complete [2022-01-06T19:26:21.939Z] 448f6bf000e3: Verifying Checksum [2022-01-06T19:26:21.939Z] 448f6bf000e3: Download complete [2022-01-06T19:26:24.555Z] c2d8d7efcc4b: Verifying Checksum [2022-01-06T19:26:24.555Z] c2d8d7efcc4b: Download complete [2022-01-06T19:26:25.525Z] 448f6bf000e3: Pull complete [2022-01-06T19:26:26.114Z] f757da607395: Pull complete [2022-01-06T19:26:27.547Z] 05883995daec: Pull complete [2022-01-06T19:26:27.823Z] 8603b9c90790: Pull complete [2022-01-06T19:26:28.810Z] 1560dd03e051: Pull complete [2022-01-06T19:26:29.090Z] 27f5ce0e4adf: Pull complete [2022-01-06T19:26:44.164Z] c2d8d7efcc4b: Pull complete [2022-01-06T19:26:44.164Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2022-01-06T19:26:44.164Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-06T19:26:44.164Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-01-06T19:26:44.384Z] prd-ubuntu18.04-docker-arm64-4c-16g-910 does not seem to be running inside a container [2022-01-06T19:26:44.456Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-01-06T19:26:47.019Z] $ docker top 3530e3c2071a27a22b6f1de408558878b3ac5a62b67e603f78132d9e628b4162 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-06T19:26:48.095Z] ---> job-cost.sh [2022-01-06T19:26:48.095Z] lf-activate-venv: SKIPPING [2022-01-06T19:26:48.095Z] INFO: No Stack... [2022-01-06T19:26:48.364Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-01-06T19:26:48.953Z] INFO: Archiving Costs [Pipeline] sh [2022-01-06T19:26:49.632Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2022-01-06T19:26:49.632Z] + cut -d, -f6 [Pipeline] lock [2022-01-06T19:26:49.693Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3855-1-stack-cost] [2022-01-06T19:26:49.712Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3855-1-stack-cost] did not exist. Created. [2022-01-06T19:26:49.712Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3855-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-01-06T19:26:50.466Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-01-06T19:26:50.652Z] Stashed 1 file(s) [Pipeline] } [2022-01-06T19:26:50.674Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3855-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-01-06T19:26:50.761Z] $ docker stop --time=1 3530e3c2071a27a22b6f1de408558878b3ac5a62b67e603f78132d9e628b4162 [2022-01-06T19:26:52.275Z] $ docker rm -f 3530e3c2071a27a22b6f1de408558878b3ac5a62b67e603f78132d9e628b4162 [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-01-06T19:26:53.429Z] provisioning config files... [2022-01-06T19:26:53.439Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config329638113970578777tmp [Pipeline] { [Pipeline] sh [2022-01-06T19:26:53.772Z] + set +x [2022-01-06T19:26:53.772Z] + curl -s https://codecov.io/bash [2022-01-06T19:26:53.772Z] + bash -s -- [2022-01-06T19:26:53.772Z] [2022-01-06T19:26:53.772Z] _____ _ [2022-01-06T19:26:53.772Z] / ____| | | [2022-01-06T19:26:53.772Z] | | ___ __| | ___ ___ _____ __ [2022-01-06T19:26:53.772Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-01-06T19:26:53.772Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-01-06T19:26:53.772Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-01-06T19:26:53.772Z] Bash-1.0.6 [2022-01-06T19:26:53.772Z] [2022-01-06T19:26:53.772Z] [2022-01-06T19:26:53.772Z] ==> git version 2.24.4 found [2022-01-06T19:26:53.772Z] ==> 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-01-06T19:26:53.772Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2022-01-06T19:26:53.772Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2022-01-06T19:26:53.772Z] ==> Jenkins CI detected. [2022-01-06T19:26:53.772Z] current dir:  /w/workspace/edgex-go/1 [2022-01-06T19:26:53.772Z] project root: . [2022-01-06T19:26:53.772Z] --> token set from env [2022-01-06T19:26:54.034Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-01-06T19:26:54.034Z] ==> Running gcov in . (disable via -X gcov) [2022-01-06T19:26:54.034Z] ==> Python coveragepy not found [2022-01-06T19:26:54.034Z] ==> Searching for coverage reports in: [2022-01-06T19:26:54.034Z] + . [2022-01-06T19:26:54.034Z] -> Found 1 reports [2022-01-06T19:26:54.034Z] ==> Detecting git/mercurial file structure [2022-01-06T19:26:54.034Z] ==> Reading reports [2022-01-06T19:26:54.034Z] + ./coverage.out bytes=428381 [2022-01-06T19:26:54.034Z] ==> Appending adjustments [2022-01-06T19:26:54.034Z] https://docs.codecov.io/docs/fixing-reports [2022-01-06T19:26:54.980Z] + Found adjustments [2022-01-06T19:26:54.980Z] ==> Gzipping contents [2022-01-06T19:26:55.242Z] 60K /tmp/codecov.owJ0gm.gz [2022-01-06T19:26:55.242Z] ==> Uploading reports [2022-01-06T19:26:55.242Z] url: https://codecov.io [2022-01-06T19:26:55.242Z] query: branch=PR-3855&commit=7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3855%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3855&job=&cmd_args= [2022-01-06T19:26:55.242Z] -> Pinging Codecov [2022-01-06T19:26:55.242Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3855&commit=7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3855%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3855&job=&cmd_args= [2022-01-06T19:26:55.503Z] -> Uploading to [2022-01-06T19:26:55.503Z] https://storage.googleapis.com/codecov/v4/raw/2022-01-06/00271124DB129430A58F1EEE437C3FCB/7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe/60b3ab42-631d-44b3-aa2b-27ab56b6ba25.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220106%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220106T192655Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2053d5409487cb171a9a7311c2f02af3e9461e8fe41f685e030097fceb5c95c3 [2022-01-06T19:26:55.503Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-01-06T19:26:55.503Z] Dload Upload Total Spent Left Speed [2022-01-06T19:26:55.764Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57935 0 0 100 57935 0 155k --:--:-- --:--:-- --:--:-- 155k [2022-01-06T19:26:55.764Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/7baa8cc3c5ef7c8f7feeec7f436d04a3e7983dfe [Pipeline] } [2022-01-06T19:26:55.789Z] 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-01-06T19:26:57.176Z] + '[' -d /w/workspace/edgex-go/1/archives ']' [Pipeline] libraryResource [Pipeline] sh [2022-01-06T19:26:57.514Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-06T19:26:58.093Z] ---> package-listing.sh [2022-01-06T19:26:58.093Z] ++ facter osfamily [2022-01-06T19:26:58.093Z] ++ tr '[:upper:]' '[:lower:]' [2022-01-06T19:26:58.354Z] + OS_FAMILY=redhat [2022-01-06T19:26:58.354Z] + workspace=/w/workspace/edgex-go/1 [2022-01-06T19:26:58.354Z] + START_PACKAGES=/tmp/packages_start.txt [2022-01-06T19:26:58.354Z] + END_PACKAGES=/tmp/packages_end.txt [2022-01-06T19:26:58.354Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-01-06T19:26:58.354Z] + PACKAGES=/tmp/packages_start.txt [2022-01-06T19:26:58.354Z] + '[' /w/workspace/edgex-go/1 ']' [2022-01-06T19:26:58.354Z] + PACKAGES=/tmp/packages_end.txt [2022-01-06T19:26:58.354Z] + case "${OS_FAMILY}" in [2022-01-06T19:26:58.354Z] + sort [2022-01-06T19:26:58.354Z] + rpm -qa [2022-01-06T19:27:02.561Z] + '[' -f /tmp/packages_start.txt ']' [2022-01-06T19:27:02.561Z] + '[' -f /tmp/packages_end.txt ']' [2022-01-06T19:27:02.561Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-01-06T19:27:02.561Z] + '[' /w/workspace/edgex-go/1 ']' [2022-01-06T19:27:02.561Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-01-06T19:27:02.561Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-01-06T19:27:02.605Z] 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-01-06T19:27:02.905Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-01-06T19:27:03.513Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-06T19:27:03.513Z] [2022-01-06T19:27:03.513Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-01-06T19:27:03.849Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-06T19:27:03.849Z] latest: Pulling from edgex-lftools-log-publisher [2022-01-06T19:27:03.849Z] b4d181a07f80: Pulling fs layer [2022-01-06T19:27:03.849Z] a1111a8f2ec3: Pulling fs layer [2022-01-06T19:27:03.849Z] ed53099fbce6: Pulling fs layer [2022-01-06T19:27:03.849Z] dc539afda2c1: Pulling fs layer [2022-01-06T19:27:03.849Z] 77bc0d833cb6: Pulling fs layer [2022-01-06T19:27:03.849Z] 9065ff56babe: Pulling fs layer [2022-01-06T19:27:03.849Z] d287ab97295c: Pulling fs layer [2022-01-06T19:27:03.849Z] 77bc0d833cb6: Waiting [2022-01-06T19:27:03.849Z] 9065ff56babe: Waiting [2022-01-06T19:27:03.849Z] d287ab97295c: Waiting [2022-01-06T19:27:03.849Z] dc539afda2c1: Waiting [2022-01-06T19:27:03.849Z] a1111a8f2ec3: Verifying Checksum [2022-01-06T19:27:03.849Z] a1111a8f2ec3: Download complete [2022-01-06T19:27:03.849Z] dc539afda2c1: Verifying Checksum [2022-01-06T19:27:03.849Z] dc539afda2c1: Download complete [2022-01-06T19:27:03.849Z] ed53099fbce6: Verifying Checksum [2022-01-06T19:27:03.849Z] ed53099fbce6: Download complete [2022-01-06T19:27:03.849Z] 9065ff56babe: Verifying Checksum [2022-01-06T19:27:03.849Z] 9065ff56babe: Download complete [2022-01-06T19:27:03.849Z] 77bc0d833cb6: Verifying Checksum [2022-01-06T19:27:03.849Z] 77bc0d833cb6: Download complete [2022-01-06T19:27:04.112Z] b4d181a07f80: Verifying Checksum [2022-01-06T19:27:04.112Z] b4d181a07f80: Download complete [2022-01-06T19:27:04.689Z] d287ab97295c: Verifying Checksum [2022-01-06T19:27:04.689Z] d287ab97295c: Download complete [2022-01-06T19:27:05.644Z] b4d181a07f80: Pull complete [2022-01-06T19:27:05.644Z] a1111a8f2ec3: Pull complete [2022-01-06T19:27:06.228Z] ed53099fbce6: Pull complete [2022-01-06T19:27:06.228Z] dc539afda2c1: Pull complete [2022-01-06T19:27:06.488Z] 77bc0d833cb6: Pull complete [2022-01-06T19:27:06.488Z] 9065ff56babe: Pull complete [2022-01-06T19:27:11.862Z] d287ab97295c: Pull complete [2022-01-06T19:27:11.862Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2022-01-06T19:27:11.862Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-06T19:27:11.862Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-01-06T19:27:11.956Z] prd-centos7-docker-4c-2g-909 does not seem to be running inside a container [2022-01-06T19:27:11.988Z] $ 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-01-06T19:27:15.401Z] $ docker top e05dc914a71ea7a4d02841c14bcd48d1f816c3cdaeba4b693adeb074600f0197 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-06T19:27:15.847Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-01-06T19:27:16.166Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-01-06T19:27:16.485Z] + ls /var/log/sa-host [2022-01-06T19:27:16.485Z] + sadf -c /var/log/sa-host/sa06 [2022-01-06T19:27:16.485Z] file_magic: OK [2022-01-06T19:27:16.485Z] HZ: Using current value: 100 [2022-01-06T19:27:16.485Z] file_header: OK [2022-01-06T19:27:16.485Z] 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-01-06T19:27:16.485Z] Statistics: [2022-01-06T19:27:16.485Z] 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-01-06T19:27:16.485Z] File successfully converted to sysstat format version 12.0.3 [2022-01-06T19:27:16.485Z] + sadf -c /var/log/sa-host/sa17 [2022-01-06T19:27:16.485Z] file_magic: OK [2022-01-06T19:27:16.485Z] HZ: Using current value: 100 [2022-01-06T19:27:16.485Z] file_header: OK [2022-01-06T19:27:16.485Z] 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-01-06T19:27:16.485Z] Statistics: [2022-01-06T19:27:16.485Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-01-06T19:27:16.485Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-06T19:27:16.773Z] provisioning config files... [2022-01-06T19:27:16.786Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3605356195168395838tmp [Pipeline] { [Pipeline] echo [2022-01-06T19:27:16.834Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-06T19:27:17.156Z] ---> create-netrc.sh [Pipeline] } [2022-01-06T19:27:17.183Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-01-06T19:27:17.600Z] ---> python-tools-install.sh [Pipeline] echo [2022-01-06T19:27:17.632Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-06T19:27:17.950Z] ---> sudo-logs.sh [2022-01-06T19:27:17.950Z] Archiving 'sudo' log.. [2022-01-06T19:27:17.950Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-909.novalocal: Name or service not known [2022-01-06T19:27:17.950Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-909.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2022-01-06T19:27:18.025Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-06T19:27:18.346Z] ---> job-cost.sh [2022-01-06T19:27:18.346Z] lf-activate-venv: SKIPPING [2022-01-06T19:27:18.346Z] DEBUG: total: 0.10999999940395355 [2022-01-06T19:27:18.346Z] INFO: Retrieving Stack Cost... [2022-01-06T19:27:18.918Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2022-01-06T19:27:19.179Z] INFO: Archiving Costs [Pipeline] echo [2022-01-06T19:27:19.214Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-06T19:27:19.526Z] ---> logs-deploy.sh [2022-01-06T19:27:19.526Z] lf-activate-venv: SKIPPING [2022-01-06T19:27:19.526Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3855/1 [2022-01-06T19:27:19.526Z] INFO: archiving workspace using pattern(s): [2022-01-06T19:27:20.098Z] Archives upload complete. [2022-01-06T19:27:20.359Z] INFO: archiving logs to Nexus