Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of siggiskulason for edgexfoundry/edgex-go Obtained Jenkinsfile from dd593491210a36411325267f9a36c518a4519b50+3acce916edd26c48cc534c43f5f6a7ed858771e5 (21e5734ce4f31a54eb639c5d275f6ca7bc4b57a4) 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-ssh5910553437273387400.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision dae07dc806156effb2cae02074e2f5f64a063e83 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-ssh7219902857708998534.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 dae07dc806156effb2cae02074e2f5f64a063e83 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3848/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3848/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1170787163400857657.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision dae07dc806156effb2cae02074e2f5f64a063e83 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f dae07dc806156effb2cae02074e2f5f64a063e83 # timeout=10 Commit message: "Merge pull request #375 from ernestojeda/golang-1-17-updates" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh9268608848704288976.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3848/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3848/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh139806233660435828.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1577 in /w/workspace/edgexfoundry_edgex-go_PR-3848 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [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/12 # 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/12@tmp/jenkins-gitclient-ssh2086816147316576916.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 3acce916edd26c48cc534c43f5f6a7ed858771e5 into PR head commit dd593491210a36411325267f9a36c518a4519b50 > 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/12@tmp/jenkins-gitclient-ssh3715847776852948362.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3848/head:refs/remotes/origin/PR-3848 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merge succeeded, producing 90fab29171a5ecec30d6896e20976802c05bec5f Checking out Revision 90fab29171a5ecec30d6896e20976802c05bec5f (PR-3848) > git config core.sparsecheckout # timeout=10 > git checkout -f dd593491210a36411325267f9a36c518a4519b50 # 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/12@tmp/jenkins-gitclient-ssh1754236933442970752.key > git merge 3acce916edd26c48cc534c43f5f6a7ed858771e5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 90fab29171a5ecec30d6896e20976802c05bec5f # timeout=10 Commit message: "Merge commit '3acce916edd26c48cc534c43f5f6a7ed858771e5' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-01-15T20:29:43.898Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-01-15T20:29:43.946Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-01-15T20:29:43.960Z] ========================================================= [2022-01-15T20:29:43.960Z] EdgeX Global Pipelines Version Info [2022-01-15T20:29:43.960Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b19f63670286389f3a63a70ea5bcbbfaedb5d4fc # timeout=10 [2022-01-15T20:29:45.093Z] ------------------- [2022-01-15T20:29:45.093Z] stable info: [2022-01-15T20:29:45.093Z] ------------------- [2022-01-15T20:29:45.093Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-01-15T20:29:45.093Z] Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 [2022-01-15T20:29:45.093Z] Message: update stable to v1.0.219 [2022-01-15T20:29:45.665Z] ------------------- [2022-01-15T20:29:45.665Z] experimental info: [2022-01-15T20:29:45.665Z] ------------------- [2022-01-15T20:29:45.665Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-01-15T20:29:45.665Z] Commit SHA: dae07dc806156effb2cae02074e2f5f64a063e83 [2022-01-15T20:29:45.665Z] Message: update experimental to v1.0.219 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-01-15T20:29:45.788Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-01-15T20:29:45.800Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-01-15T20:29:45.810Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-01-15T20:29:45.821Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-01-15T20:29:45.835Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-01-15T20:29:45.846Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-01-15T20:29:45.858Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-01-15T20:29:45.871Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-01-15T20:29:45.883Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-01-15T20:29:45.894Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-01-15T20:29:45.908Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-01-15T20:29:45.923Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-01-15T20:29:45.938Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-01-15T20:29:45.949Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-01-15T20:29:45.960Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-01-15T20:29:45.971Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-01-15T20:29:45.982Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-01-15T20:29:45.995Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-01-15T20:29:46.012Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-01-15T20:29:46.027Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-01-15T20:29:46.042Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2022-01-15T20:29:46.052Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-01-15T20:29:46.064Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3848 [Pipeline] echo [2022-01-15T20:29:46.078Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3848 [Pipeline] echo [2022-01-15T20:29:46.088Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3848 [Pipeline] echo [2022-01-15T20:29:46.100Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 90fab29171a5ecec30d6896e20976802c05bec5f [Pipeline] echo [2022-01-15T20:29:46.111Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 90fab29 [Pipeline] echo [2022-01-15T20:29:46.122Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-15T20:29:46.166Z] provisioning config files... [2022-01-15T20:29:46.182Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config1694237619445682580tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-15T20:29:46.485Z] ---> docker-login.sh [2022-01-15T20:29:46.485Z] nexus3.edgexfoundry.org:10001 [2022-01-15T20:29:46.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-15T20:29:46.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-15T20:29:46.485Z] Configure a credential helper to remove this warning. See [2022-01-15T20:29:46.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-15T20:29:46.485Z] [2022-01-15T20:29:46.485Z] Login Succeeded [2022-01-15T20:29:46.485Z] nexus3.edgexfoundry.org:10002 [2022-01-15T20:29:46.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-15T20:29:46.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-15T20:29:46.751Z] Configure a credential helper to remove this warning. See [2022-01-15T20:29:46.751Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-15T20:29:46.751Z] [2022-01-15T20:29:46.751Z] Login Succeeded [2022-01-15T20:29:46.751Z] nexus3.edgexfoundry.org:10003 [2022-01-15T20:29:46.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-15T20:29:46.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-15T20:29:46.752Z] Configure a credential helper to remove this warning. See [2022-01-15T20:29:46.752Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-15T20:29:46.752Z] [2022-01-15T20:29:46.752Z] Login Succeeded [2022-01-15T20:29:46.752Z] nexus3.edgexfoundry.org:10004 [2022-01-15T20:29:46.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-15T20:29:47.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-15T20:29:47.013Z] Configure a credential helper to remove this warning. See [2022-01-15T20:29:47.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-15T20:29:47.013Z] [2022-01-15T20:29:47.013Z] Login Succeeded [2022-01-15T20:29:47.013Z] docker.io [2022-01-15T20:29:47.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-15T20:29:47.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-15T20:29:47.272Z] Configure a credential helper to remove this warning. See [2022-01-15T20:29:47.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-15T20:29:47.272Z] [2022-01-15T20:29:47.272Z] Login Succeeded [2022-01-15T20:29:47.272Z] ---> docker-login.sh ends [Pipeline] } [2022-01-15T20:29:47.280Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-01-15T20:29:47.593Z] ++ 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-15T20:29:47.593Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-15T20:29:47.593Z] ++ dirname cmd/core-command/Dockerfile [2022-01-15T20:29:47.593Z] ++ cut -d/ -f2 [2022-01-15T20:29:47.593Z] + echo core-command,cmd/core-command/Dockerfile [2022-01-15T20:29:47.593Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-15T20:29:47.593Z] ++ dirname cmd/core-data/Dockerfile [2022-01-15T20:29:47.593Z] ++ cut -d/ -f2 [2022-01-15T20:29:47.593Z] + echo core-data,cmd/core-data/Dockerfile [2022-01-15T20:29:47.593Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-15T20:29:47.593Z] ++ dirname cmd/core-metadata/Dockerfile [2022-01-15T20:29:47.593Z] ++ cut -d/ -f2 [2022-01-15T20:29:47.593Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-01-15T20:29:47.593Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-15T20:29:47.593Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2022-01-15T20:29:47.593Z] ++ cut -d/ -f2 [2022-01-15T20:29:47.593Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-01-15T20:29:47.593Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-15T20:29:47.593Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2022-01-15T20:29:47.593Z] ++ cut -d/ -f2 [2022-01-15T20:29:47.593Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-01-15T20:29:47.593Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-15T20:29:47.593Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2022-01-15T20:29:47.593Z] ++ cut -d/ -f2 [2022-01-15T20:29:47.593Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-01-15T20:29:47.593Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-15T20:29:47.593Z] ++ dirname cmd/support-notifications/Dockerfile [2022-01-15T20:29:47.593Z] ++ cut -d/ -f2 [2022-01-15T20:29:47.593Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-01-15T20:29:47.593Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-15T20:29:47.593Z] ++ dirname cmd/support-scheduler/Dockerfile [2022-01-15T20:29:47.593Z] ++ cut -d/ -f2 [2022-01-15T20:29:47.593Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-01-15T20:29:47.593Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-15T20:29:47.593Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2022-01-15T20:29:47.593Z] ++ cut -d/ -f2 [2022-01-15T20:29:47.593Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-01-15T20:29:47.627Z] 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-15T20:29:47.983Z] + git rev-list -1 --merges 90fab29171a5ecec30d6896e20976802c05bec5f~1..90fab29171a5ecec30d6896e20976802c05bec5f [Pipeline] echo [2022-01-15T20:29:47.993Z] -----------> git rev-list -1 --merges 90fab29171a5ecec30d6896e20976802c05bec5f~1..90fab29171a5ecec30d6896e20976802c05bec5f 90fab29171a5ecec30d6896e20976802c05bec5f [2022-01-15T20:29:47.993Z] 90fab29171a5ecec30d6896e20976802c05bec5f [false] [Pipeline] sh [2022-01-15T20:29:48.287Z] + git log --format=format:%s -1 90fab29171a5ecec30d6896e20976802c05bec5f [Pipeline] echo [2022-01-15T20:29:48.305Z] ========================================================= [2022-01-15T20:29:48.305Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-01-15T20:29:48.305Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-01-15T20:29:48.737Z] + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts [2022-01-15T20:29:48.737Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-01-15T20:29:48.737Z] + '[' -e /tmp/ssh_known_hosts ']' [2022-01-15T20:29:48.737Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-01-15T20:29:48.737Z] + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' [2022-01-15T20:29:48.737Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-01-15T20:29:48.737Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-01-15T20:29:49.078Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-15T20:29:49.078Z] [2022-01-15T20:29:49.078Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-01-15T20:29:49.380Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-15T20:29:49.381Z] latest: Pulling from edgex-devops/git-semver [2022-01-15T20:29:49.381Z] a0d0a0d46f8b: Pulling fs layer [2022-01-15T20:29:49.381Z] 3e5f54012d9b: Pulling fs layer [2022-01-15T20:29:49.381Z] 4c7163046ea9: Pulling fs layer [2022-01-15T20:29:49.381Z] 0c2d73faf560: Pulling fs layer [2022-01-15T20:29:49.381Z] 0c2d73faf560: Waiting [2022-01-15T20:29:49.381Z] 3e5f54012d9b: Verifying Checksum [2022-01-15T20:29:49.381Z] 3e5f54012d9b: Download complete [2022-01-15T20:29:49.381Z] a0d0a0d46f8b: Verifying Checksum [2022-01-15T20:29:49.381Z] a0d0a0d46f8b: Download complete [2022-01-15T20:29:49.381Z] 0c2d73faf560: Verifying Checksum [2022-01-15T20:29:49.381Z] 0c2d73faf560: Download complete [2022-01-15T20:29:49.381Z] 4c7163046ea9: Verifying Checksum [2022-01-15T20:29:49.381Z] 4c7163046ea9: Download complete [2022-01-15T20:29:49.648Z] a0d0a0d46f8b: Pull complete [2022-01-15T20:29:49.648Z] 3e5f54012d9b: Pull complete [2022-01-15T20:29:49.917Z] 4c7163046ea9: Pull complete [2022-01-15T20:29:50.178Z] 0c2d73faf560: Pull complete [2022-01-15T20:29:50.178Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-01-15T20:29:50.178Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-15T20:29:50.178Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-01-15T20:29:50.239Z] prd-centos7-docker-4c-2g-1577 does not seem to be running inside a container [2022-01-15T20:29:49.896Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-01-15T20:29:50.498Z] $ docker top 0df931bdda5ab69b7c7db8285c0886d9f21bf5179b937d3a1134501af2bb5286 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-01-15T20:29:50.921Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-01-15T20:29:50.921Z] [ssh-agent] Looking for ssh-agent implementation... [2022-01-15T20:29:51.026Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-01-15T20:29:50.709Z] $ docker exec 0df931bdda5ab69b7c7db8285c0886d9f21bf5179b937d3a1134501af2bb5286 ssh-agent [2022-01-15T20:29:51.126Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXmlcOlA/agent.15 [2022-01-15T20:29:51.126Z] SSH_AGENT_PID=21 [2022-01-15T20:29:51.135Z] Running ssh-add (command line suppressed) [2022-01-15T20:29:50.930Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_5280509394752127942.key (/w/workspace/edgex-go/12@tmp/private_key_5280509394752127942.key) [2022-01-15T20:29:51.246Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-01-15T20:29:51.542Z] + git tag --points-at HEAD [Pipeline] } [2022-01-15T20:29:51.286Z] $ docker exec --env ******** --env ******** 0df931bdda5ab69b7c7db8285c0886d9f21bf5179b937d3a1134501af2bb5286 ssh-agent -k [2022-01-15T20:29:51.389Z] unset SSH_AUTH_SOCK; [2022-01-15T20:29:51.389Z] unset SSH_AGENT_PID; [2022-01-15T20:29:51.389Z] echo Agent pid 21 killed; [2022-01-15T20:29:51.667Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-01-15T20:29:51.692Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-01-15T20:29:51.692Z] [ssh-agent] Looking for ssh-agent implementation... [2022-01-15T20:29:51.805Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-01-15T20:29:51.554Z] $ docker exec 0df931bdda5ab69b7c7db8285c0886d9f21bf5179b937d3a1134501af2bb5286 ssh-agent [2022-01-15T20:29:51.923Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXphjceA/agent.54 [2022-01-15T20:29:51.923Z] SSH_AGENT_PID=60 [2022-01-15T20:29:51.927Z] Running ssh-add (command line suppressed) [2022-01-15T20:29:51.810Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_6535543275021022270.key (/w/workspace/edgex-go/12@tmp/private_key_6535543275021022270.key) [2022-01-15T20:29:52.055Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-01-15T20:29:52.344Z] + git semver init [2022-01-15T20:29:52.344Z] # -> Open(): unable to determine branch for HEAD [2022-01-15T20:29:52.344Z] # $GIT_DIR = /w/workspace/edgex-go/12/.git [2022-01-15T20:29:52.344Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/12 [2022-01-15T20:29:52.344Z] # $SEMVER_REMOTE_NAME = origin [2022-01-15T20:29:52.344Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-01-15T20:29:52.344Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-01-15T20:29:52.344Z] # $SEMVER_BRANCH = PR-3848 [2022-01-15T20:29:52.344Z] # $SEMVER_TEMP = /tmp/semver-258837175 [2022-01-15T20:29:52.344Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-01-15T20:30:04.607Z] # '/tmp/semver-258837175' -> '/w/workspace/edgex-go/12/.semver' [2022-01-15T20:30:04.868Z] # -> Force: false [2022-01-15T20:30:04.868Z] # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } [2022-01-15T20:30:04.880Z] $ docker exec --env ******** --env ******** 0df931bdda5ab69b7c7db8285c0886d9f21bf5179b937d3a1134501af2bb5286 ssh-agent -k [2022-01-15T20:30:04.976Z] unset SSH_AUTH_SOCK; [2022-01-15T20:30:04.977Z] unset SSH_AGENT_PID; [2022-01-15T20:30:04.977Z] echo Agent pid 60 killed; [2022-01-15T20:30:04.988Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-01-15T20:30:05.297Z] + git semver [Pipeline] } [2022-01-15T20:30:05.310Z] $ docker stop --time=1 0df931bdda5ab69b7c7db8285c0886d9f21bf5179b937d3a1134501af2bb5286 [2022-01-15T20:30:07.396Z] $ docker rm -f 0df931bdda5ab69b7c7db8285c0886d9f21bf5179b937d3a1134501af2bb5286 [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-15T20:30:07.769Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-01-15T20:30:07.977Z] Stashed 1 file(s) [Pipeline] echo [2022-01-15T20:30:07.981Z] [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-15T20:30:08.110Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-01-15T20:30:08.118Z] ========================================================= [2022-01-15T20:30:08.118Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-01-15T20:30:08.118Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-01-15T20:30:08.412Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-01-15T20:30:08.412Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-01-15T20:30:08.412Z] 59bf1c3509f3: Pulling fs layer [2022-01-15T20:30:08.412Z] 666ba61612fd: Pulling fs layer [2022-01-15T20:30:08.412Z] 8ed8ca486205: Pulling fs layer [2022-01-15T20:30:08.412Z] 4fe6c5a15a65: Pulling fs layer [2022-01-15T20:30:08.412Z] 22a0e8bec74d: Pulling fs layer [2022-01-15T20:30:08.412Z] f965cba54748: Pulling fs layer [2022-01-15T20:30:08.412Z] 861ffc35075e: Pulling fs layer [2022-01-15T20:30:08.412Z] 4b385c91608e: Pulling fs layer [2022-01-15T20:30:08.412Z] 560528eb2ebb: Pulling fs layer [2022-01-15T20:30:08.412Z] f965cba54748: Waiting [2022-01-15T20:30:08.412Z] 861ffc35075e: Waiting [2022-01-15T20:30:08.412Z] 4b385c91608e: Waiting [2022-01-15T20:30:08.412Z] 560528eb2ebb: Waiting [2022-01-15T20:30:08.412Z] 4fe6c5a15a65: Waiting [2022-01-15T20:30:08.412Z] 22a0e8bec74d: Waiting [2022-01-15T20:30:08.412Z] 8ed8ca486205: Verifying Checksum [2022-01-15T20:30:08.412Z] 8ed8ca486205: Download complete [2022-01-15T20:30:08.412Z] 666ba61612fd: Verifying Checksum [2022-01-15T20:30:08.412Z] 666ba61612fd: Download complete [2022-01-15T20:30:08.412Z] 22a0e8bec74d: Verifying Checksum [2022-01-15T20:30:08.412Z] 22a0e8bec74d: Download complete [2022-01-15T20:30:08.412Z] f965cba54748: Verifying Checksum [2022-01-15T20:30:08.412Z] f965cba54748: Download complete [2022-01-15T20:30:08.412Z] 59bf1c3509f3: Verifying Checksum [2022-01-15T20:30:08.412Z] 59bf1c3509f3: Download complete [2022-01-15T20:30:08.412Z] 861ffc35075e: Verifying Checksum [2022-01-15T20:30:08.412Z] 861ffc35075e: Download complete [2022-01-15T20:30:08.676Z] 4b385c91608e: Verifying Checksum [2022-01-15T20:30:08.676Z] 4b385c91608e: Download complete [2022-01-15T20:30:08.676Z] 59bf1c3509f3: Pull complete [2022-01-15T20:30:08.937Z] 666ba61612fd: Pull complete [2022-01-15T20:30:08.937Z] 4fe6c5a15a65: Verifying Checksum [2022-01-15T20:30:08.937Z] 4fe6c5a15a65: Download complete [2022-01-15T20:30:08.937Z] 8ed8ca486205: Pull complete [2022-01-15T20:30:09.205Z] 560528eb2ebb: Verifying Checksum [2022-01-15T20:30:09.205Z] 560528eb2ebb: Download complete [2022-01-15T20:30:13.451Z] 4fe6c5a15a65: Pull complete [2022-01-15T20:30:13.451Z] 22a0e8bec74d: Pull complete [2022-01-15T20:30:13.451Z] f965cba54748: Pull complete [2022-01-15T20:30:13.451Z] 861ffc35075e: Pull complete [2022-01-15T20:30:13.451Z] 4b385c91608e: Pull complete [2022-01-15T20:30:15.384Z] 560528eb2ebb: Pull complete [2022-01-15T20:30:15.384Z] Digest: sha256:95a4686c8495b6f6bb7c4a5166a7528182518169a5847072e9a4515f5458b02f [2022-01-15T20:30:15.384Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-01-15T20:30:15.384Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-01-15T20:30:15.686Z] + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-01-15T20:30:15.687Z] WORKDIR /edgex [2022-01-15T20:30:15.687Z] COPY go.mod . [2022-01-15T20:30:15.687Z] RUN go mod download' [2022-01-15T20:30:15.687Z] + docker build -t ci-base-image-x86_64 -f - . [2022-01-15T20:30:17.092Z] Sending build context to Docker daemon 333.8MB [2022-01-15T20:30:17.092Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-01-15T20:30:17.092Z] ---> dd4a08f94e63 [2022-01-15T20:30:17.092Z] Step 2/4 : WORKDIR /edgex [2022-01-15T20:30:19.018Z] ---> Running in a059ac971e44 [2022-01-15T20:30:19.018Z] Removing intermediate container a059ac971e44 [2022-01-15T20:30:19.018Z] ---> fbcffa642313 [2022-01-15T20:30:19.018Z] Step 3/4 : COPY go.mod . [2022-01-15T20:30:19.280Z] ---> d37af7c7da56 [2022-01-15T20:30:19.280Z] Step 4/4 : RUN go mod download [2022-01-15T20:30:19.280Z] ---> Running in af86cfe96a22 [2022-01-15T20:30:23.065Z] Still waiting to schedule task [2022-01-15T20:30:23.065Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2022-01-15T20:30:45.961Z] Removing intermediate container af86cfe96a22 [2022-01-15T20:30:45.961Z] ---> 74238e6cbe0a [2022-01-15T20:30:45.961Z] Successfully built 74238e6cbe0a [2022-01-15T20:30:45.961Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-01-15T20:30:46.268Z] + docker inspect -f . ci-base-image-x86_64 [2022-01-15T20:30:46.268Z] . [Pipeline] withDockerContainer [2022-01-15T20:30:46.327Z] prd-centos7-docker-4c-2g-1577 does not seem to be running inside a container [2022-01-15T20:30:46.361Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-01-15T20:30:46.686Z] $ docker top 66e8a3a0e866c58873bb41e5f431c2e5da5f73039fa77f6c575b96fd700cfd1b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-15T20:30:47.033Z] + go version [2022-01-15T20:30:47.033Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-01-15T20:30:47.042Z] $ docker stop --time=1 66e8a3a0e866c58873bb41e5f431c2e5da5f73039fa77f6c575b96fd700cfd1b [2022-01-15T20:30:48.209Z] $ docker rm -f 66e8a3a0e866c58873bb41e5f431c2e5da5f73039fa77f6c575b96fd700cfd1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-15T20:30:48.602Z] + docker inspect -f . ci-base-image-x86_64 [2022-01-15T20:30:48.602Z] . [Pipeline] withDockerContainer [2022-01-15T20:30:48.659Z] prd-centos7-docker-4c-2g-1577 does not seem to be running inside a container [2022-01-15T20:30:48.688Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-01-15T20:30:48.993Z] $ docker top 70468a08153df98b4d6338821acb111776d7184e4f7f2281cf468ebeb7eb0253 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-01-15T20:30:49.065Z] ========================================================= [2022-01-15T20:30:49.065Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-01-15T20:30:49.065Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-01-15T20:30:49.358Z] + make test [2022-01-15T20:30:49.358Z] go mod tidy [2022-01-15T20:30:49.358Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-01-15T20:30:56.011Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-01-15T20:31:10.999Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-01-15T20:31:15.275Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-01-15T20:31:15.275Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-01-15T20:31:15.275Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-01-15T20:31:17.228Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-01-15T20:31:17.824Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-01-15T20:31:17.824Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-01-15T20:31:17.824Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-01-15T20:31:18.395Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-01-15T20:31:18.657Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-01-15T20:31:18.657Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-01-15T20:31:18.657Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-01-15T20:31:18.657Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-01-15T20:31:18.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-01-15T20:31:20.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.048s coverage: 28.7% of statements [2022-01-15T20:31:20.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-01-15T20:31:20.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-01-15T20:31:21.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.079s coverage: 98.5% of statements [2022-01-15T20:31:21.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-01-15T20:31:21.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.048s coverage: 44.7% of statements [2022-01-15T20:31:21.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-01-15T20:31:21.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-01-15T20:31:22.070Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.105s coverage: 89.5% of statements [2022-01-15T20:31:22.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-01-15T20:31:22.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-01-15T20:31:23.462Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.043s coverage: 84.4% of statements [2022-01-15T20:31:23.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-01-15T20:31:23.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-01-15T20:31:23.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-01-15T20:31:23.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-01-15T20:31:23.462Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-01-15T20:31:23.731Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.276s coverage: 94.2% of statements [2022-01-15T20:31:23.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-01-15T20:31:23.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-01-15T20:31:23.731Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.045s coverage: 59.1% of statements [2022-01-15T20:31:23.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-01-15T20:31:23.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-01-15T20:31:23.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-01-15T20:31:23.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-01-15T20:31:23.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-01-15T20:31:24.307Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.069s coverage: 60.0% of statements [2022-01-15T20:31:24.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-01-15T20:31:24.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-01-15T20:31:24.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-01-15T20:31:25.266Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.066s coverage: 0.9% of statements [2022-01-15T20:31:25.266Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-01-15T20:31:25.266Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements [2022-01-15T20:31:25.266Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.068s coverage: 21.7% of statements [2022-01-15T20:31:25.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-01-15T20:31:25.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.044s coverage: 47.1% of statements [2022-01-15T20:31:26.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.050s coverage: 79.5% of statements [2022-01-15T20:31:26.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.040s coverage: 94.1% of statements [2022-01-15T20:31:26.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements [2022-01-15T20:31:26.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements [2022-01-15T20:31:38.723Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.054s coverage: 94.4% of statements [2022-01-15T20:31:38.723Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.042s coverage: 44.8% of statements [2022-01-15T20:31:42.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.186s coverage: 82.5% of statements [2022-01-15T20:31:42.933Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-01-15T20:32:04.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.072s coverage: 92.9% of statements [2022-01-15T20:32:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-01-15T20:32:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-01-15T20:32:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-01-15T20:32:04.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 65.1% of statements [2022-01-15T20:32:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-01-15T20:32:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-01-15T20:32:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-01-15T20:32:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-01-15T20:32:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-01-15T20:32:04.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.060s coverage: 87.2% of statements [2022-01-15T20:32:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-01-15T20:32:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-01-15T20:32:04.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2022-01-15T20:32:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-01-15T20:32:04.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 58.8% of statements [2022-01-15T20:32:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-01-15T20:32:04.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.0% of statements [2022-01-15T20:32:04.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.052s coverage: 87.2% of statements [2022-01-15T20:32:04.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.051s coverage: 85.4% of statements [2022-01-15T20:32:04.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.132s coverage: 91.2% of statements [2022-01-15T20:32:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-01-15T20:32:04.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.128s coverage: 64.4% of statements [2022-01-15T20:32:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-01-15T20:32:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-01-15T20:32:04.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements [2022-01-15T20:32:04.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.029s coverage: 89.4% of statements [2022-01-15T20:32:04.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements [2022-01-15T20:32:04.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.024s coverage: 73.7% of statements [2022-01-15T20:32:04.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.021s coverage: 100.0% of statements [2022-01-15T20:32:04.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.255s coverage: 65.4% of statements [2022-01-15T20:32:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-01-15T20:32:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-01-15T20:32:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-01-15T20:32:04.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.131s coverage: 43.8% of statements [2022-01-15T20:32:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-01-15T20:32:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-01-15T20:32:04.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.056s coverage: 89.5% of statements [2022-01-15T20:32:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-01-15T20:32:04.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.065s coverage: 84.8% of statements [2022-01-15T20:32:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-01-15T20:32:09.122Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.057s coverage: 17.7% of statements [2022-01-15T20:32:09.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-01-15T20:32:09.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-01-15T20:32:09.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-01-15T20:32:09.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-01-15T20:32:09.122Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.128s coverage: 92.3% of statements [2022-01-15T20:32:09.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-01-15T20:32:09.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-01-15T20:32:09.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-01-15T20:32:09.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-01-15T20:32:09.122Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.051s coverage: 63.2% of statements [2022-01-15T20:32:09.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-01-15T20:32:09.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-01-15T20:32:09.122Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.086s coverage: 97.7% of statements [2022-01-15T20:32:09.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-01-15T20:32:09.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-01-15T20:32:09.122Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-01-15T20:32:09.122Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-01-15T20:32:09.122Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.043s coverage: 28.9% of statements [2022-01-15T20:32:09.122Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-01-15T20:32:09.122Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-01-15T20:32:09.122Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-01-15T20:32:09.122Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-01-15T20:32:09.122Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-01-15T20:32:09.122Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-01-15T20:32:09.122Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2022-01-15T20:32:09.122Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 96.9% of statements [2022-01-15T20:32:09.122Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-01-15T20:32:41.389Z] GO111MODULE=on go vet ./... [2022-01-15T20:32:48.012Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-01-15T20:32:48.012Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-01-15T20:32:48.271Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-01-15T20:32:48.853Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-01-15T20:32:49.153Z] + ls -al . [2022-01-15T20:32:49.153Z] total 644 [2022-01-15T20:32:49.153Z] drwxrwxr-x 10 1001 1001 4096 Jan 15 20:32 . [2022-01-15T20:32:49.153Z] drwxr-xr-x 4 root root 30 Jan 15 20:30 .. [2022-01-15T20:32:49.153Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 20:29 .dockerignore [2022-01-15T20:32:49.153Z] drwxrwxr-x 8 1001 1001 179 Jan 15 20:29 .git [2022-01-15T20:32:49.153Z] drwxrwxr-x 4 1001 1001 142 Jan 15 20:29 .github [2022-01-15T20:32:49.153Z] -rw-rw-r-- 1 1001 1001 804 Jan 15 20:29 .gitignore [2022-01-15T20:32:49.153Z] -rw-rw-r-- 1 1001 1001 42 Jan 15 20:29 .golangci.yml [2022-01-15T20:32:49.153Z] -rw-rw-r-- 1 1001 1001 76 Jan 15 20:29 .hadolint.yml [2022-01-15T20:32:49.153Z] drwx------ 3 1001 1001 73 Jan 15 20:30 .semver [2022-01-15T20:32:49.153Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 20:29 .sonarcloud.properties [2022-01-15T20:32:49.153Z] -rw-rw-r-- 1 1001 1001 1171 Jan 15 20:29 ADOPTERS.md [2022-01-15T20:32:49.153Z] -rw-rw-r-- 1 1001 1001 8910 Jan 15 20:29 Attribution.txt [2022-01-15T20:32:49.153Z] -rw-rw-r-- 1 1001 1001 51732 Jan 15 20:29 CHANGELOG.md [2022-01-15T20:32:49.153Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 20:29 CONTRIBUTING.md [2022-01-15T20:32:49.153Z] -rw-rw-r-- 1 1001 1001 677 Jan 15 20:29 GOVERNANCE.md [2022-01-15T20:32:49.153Z] -rw-rw-r-- 1 1001 1001 849 Jan 15 20:29 Jenkinsfile [2022-01-15T20:32:49.153Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 20:29 LICENSE [2022-01-15T20:32:49.153Z] -rw-rw-r-- 1 1001 1001 6508 Jan 15 20:29 Makefile [2022-01-15T20:32:49.153Z] -rw-rw-r-- 1 1001 1001 582 Jan 15 20:29 OWNERS.md [2022-01-15T20:32:49.153Z] -rw-rw-r-- 1 1001 1001 8207 Jan 15 20:29 README.md [2022-01-15T20:32:49.153Z] -rw-rw-r-- 1 1001 1001 6912 Jan 15 20:29 SECURITY.md [2022-01-15T20:32:49.153Z] -rw-rw-r-- 1 1001 1001 5 Jan 15 20:30 VERSION [2022-01-15T20:32:49.153Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 20:29 ZMQWindows.md [2022-01-15T20:32:49.153Z] drwxrwxr-x 2 1001 1001 37 Jan 15 20:29 bin [2022-01-15T20:32:49.153Z] drwxrwxr-x 14 1001 1001 4096 Jan 15 20:29 cmd [2022-01-15T20:32:49.154Z] -rw-r--r-- 1 root root 428381 Jan 15 20:32 coverage.out [2022-01-15T20:32:49.154Z] -rw-rw-r-- 1 1001 1001 828 Jan 15 20:29 go.mod [2022-01-15T20:32:49.154Z] -rw-rw-r-- 1 1001 1001 49574 Jan 15 20:29 go.sum [2022-01-15T20:32:49.154Z] drwxrwxr-x 8 1001 1001 124 Jan 15 20:29 internal [2022-01-15T20:32:49.154Z] drwxrwxr-x 3 1001 1001 16 Jan 15 20:29 openapi [2022-01-15T20:32:49.154Z] drwxrwxr-x 4 1001 1001 71 Jan 15 20:29 snap [2022-01-15T20:32:49.154Z] -rw-rw-r-- 1 1001 1001 204 Jan 15 20:29 version.go [Pipeline] sh [2022-01-15T20:32:49.447Z] + '[' -e coverage.out ] [2022-01-15T20:32:49.447Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-01-15T20:32:49.562Z] Stashed 1 file(s) [Pipeline] sh [2022-01-15T20:32:49.850Z] + make build [2022-01-15T20:32:49.850Z] 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-15T20:32:51.236Z] 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-15T20:32:54.354Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1580 in /w/workspace/edgexfoundry_edgex-go_PR-3848 [Pipeline] { [Pipeline] ws [2022-01-15T20:32:54.364Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout [2022-01-15T20:32:54.556Z] The recommended git tool is: git [2022-01-15T20:32:57.947Z] 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-15T20:32:58.533Z] 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-15T20:32:59.620Z] 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-15T20:32:59.620Z] 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-15T20:32:59.919Z] using credential edgex-jenkins-ssh [2022-01-15T20:32:59.936Z] Cloning the remote Git repository [2022-01-15T20:33:00.780Z] 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-15T20:32:59.995Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-01-15T20:33:00.074Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2022-01-15T20:33:00.174Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-01-15T20:33:00.176Z] > git --version # timeout=10 [2022-01-15T20:33:00.196Z] > git --version # 'git version 2.17.1' [2022-01-15T20:33:00.198Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-15T20:33:00.253Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-15T20:33:01.486Z] 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-15T20:33:02.468Z] 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-15T20:33:03.423Z] 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-15T20:33:03.999Z] 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-15T20:33:04.948Z] 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-15T20:33:06.356Z] $ docker stop --time=1 70468a08153df98b4d6338821acb111776d7184e4f7f2281cf468ebeb7eb0253 [2022-01-15T20:33:08.127Z] $ docker rm -f 70468a08153df98b4d6338821acb111776d7184e4f7f2281cf468ebeb7eb0253 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-15T20:33:09.548Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-01-15T20:33:09.548Z] [2022-01-15T20:33:09.548Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-01-15T20:33:09.845Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-01-15T20:33:09.845Z] latest: Pulling from edgex-devops/edgex-compose [2022-01-15T20:33:09.845Z] cbdbe7a5bc2a: Pulling fs layer [2022-01-15T20:33:09.845Z] ca9280d653b3: Pulling fs layer [2022-01-15T20:33:09.845Z] 7e9c9ca2126c: Pulling fs layer [2022-01-15T20:33:09.845Z] cbdbe7a5bc2a: Verifying Checksum [2022-01-15T20:33:09.845Z] cbdbe7a5bc2a: Download complete [2022-01-15T20:33:10.106Z] ca9280d653b3: Verifying Checksum [2022-01-15T20:33:10.106Z] ca9280d653b3: Download complete [2022-01-15T20:33:10.106Z] cbdbe7a5bc2a: Pull complete [2022-01-15T20:33:10.370Z] 7e9c9ca2126c: Verifying Checksum [2022-01-15T20:33:10.370Z] 7e9c9ca2126c: Download complete [2022-01-15T20:33:10.633Z] ca9280d653b3: Pull complete [2022-01-15T20:33:14.856Z] 7e9c9ca2126c: Pull complete [2022-01-15T20:33:14.856Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-01-15T20:33:14.856Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-01-15T20:33:14.856Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-01-15T20:33:14.924Z] prd-centos7-docker-4c-2g-1577 does not seem to be running inside a container [2022-01-15T20:33:14.964Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-01-15T20:33:16.923Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-01-15T20:33:16.944Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-15T20:33:16.976Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-01-15T20:33:17.027Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-01-15T20:33:17.028Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-15T20:33:17.430Z] $ docker top 2ad2315bfe3a687ce969a1558f8ec6ebf6b6d5911923615c30d6f2e3d09fb8c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-15T20:33:17.782Z] + docker-compose build --help [2022-01-15T20:33:17.782Z] + grep parallel [2022-01-15T20:33:17.942Z] Merging remotes/origin/main commit 3acce916edd26c48cc534c43f5f6a7ed858771e5 into PR head commit dd593491210a36411325267f9a36c518a4519b50 [2022-01-15T20:33:18.351Z] --parallel Build images in parallel. [Pipeline] } [2022-01-15T20:33:18.362Z] $ docker stop --time=1 2ad2315bfe3a687ce969a1558f8ec6ebf6b6d5911923615c30d6f2e3d09fb8c3 [2022-01-15T20:33:18.582Z] Merge succeeded, producing 3144db63cf6ba42199b3e54756f5a01fbfc8b7cf [2022-01-15T20:33:18.583Z] Checking out Revision 3144db63cf6ba42199b3e54756f5a01fbfc8b7cf (PR-3848) [2022-01-15T20:33:17.046Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3848/head:refs/remotes/origin/PR-3848 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-01-15T20:33:17.963Z] > git config core.sparsecheckout # timeout=10 [2022-01-15T20:33:17.979Z] > git checkout -f dd593491210a36411325267f9a36c518a4519b50 # timeout=10 [2022-01-15T20:33:18.224Z] > git remote # timeout=10 [2022-01-15T20:33:18.246Z] > git config --get remote.origin.url # timeout=10 [2022-01-15T20:33:18.261Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-15T20:33:18.274Z] > git merge 3acce916edd26c48cc534c43f5f6a7ed858771e5 # timeout=10 [2022-01-15T20:33:18.567Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-15T20:33:18.591Z] > git config core.sparsecheckout # timeout=10 [2022-01-15T20:33:18.605Z] > git checkout -f 3144db63cf6ba42199b3e54756f5a01fbfc8b7cf # timeout=10 [2022-01-15T20:33:19.532Z] $ docker rm -f 2ad2315bfe3a687ce969a1558f8ec6ebf6b6d5911923615c30d6f2e3d09fb8c3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-15T20:33:19.924Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-01-15T20:33:19.924Z] . [Pipeline] withDockerContainer [2022-01-15T20:33:19.985Z] prd-centos7-docker-4c-2g-1577 does not seem to be running inside a container [2022-01-15T20:33:20.018Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-01-15T20:33:20.314Z] $ docker top 392d6227bd923ad0cf0514ba4b54ffe941ae5f1717e5a5b7e90c2b4297de749b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-15T20:33:20.667Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-01-15T20:33:21.237Z] Building core-command ... [2022-01-15T20:33:21.237Z] Building core-data ... [2022-01-15T20:33:21.237Z] Building core-metadata ... [2022-01-15T20:33:21.237Z] Building security-bootstrapper ... [2022-01-15T20:33:21.237Z] Building security-proxy-setup ... [2022-01-15T20:33:21.237Z] Building security-secretstore-setup ... [2022-01-15T20:33:21.237Z] Building support-notifications ... [2022-01-15T20:33:21.237Z] Building support-scheduler ... [2022-01-15T20:33:21.237Z] Building sys-mgmt-agent ... [2022-01-15T20:33:21.237Z] Building support-notifications [2022-01-15T20:33:21.237Z] Building core-command [2022-01-15T20:33:21.237Z] Building core-data [2022-01-15T20:33:21.237Z] Building support-scheduler [2022-01-15T20:33:21.238Z] Building sys-mgmt-agent [2022-01-15T20:33:22.992Z] Commit message: "Merge commit '3acce916edd26c48cc534c43f5f6a7ed858771e5' into HEAD" [2022-01-15T20:33:23.016Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-01-15T20:33:23.001Z] > git rev-list --no-walk b19f63670286389f3a63a70ea5bcbbfaedb5d4fc # timeout=10 [2022-01-15T20:33:23.901Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-01-15T20:33:23.901Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-01-15T20:33:23.901Z] Dload Upload Total Spent Left Speed [2022-01-15T20:33:23.901Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 196k 0 --:--:-- --:--:-- --:--:-- 199k [Pipeline] sh [2022-01-15T20:33:24.397Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-01-15T20:33:24.736Z] + sudo tee /etc/docker/daemon.new [2022-01-15T20:33:24.736Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-01-15T20:33:24.736Z] { [2022-01-15T20:33:24.736Z] "registry-mirrors": [ [2022-01-15T20:33:24.736Z] "https://nexus3.edgexfoundry.org:10001" [2022-01-15T20:33:24.736Z] ], [2022-01-15T20:33:24.736Z] "bip": "10.250.0.254/24", [2022-01-15T20:33:24.736Z] "hosts": [ [2022-01-15T20:33:24.736Z] "tcp://0.0.0.0:5555", [2022-01-15T20:33:24.736Z] "unix:///var/run/docker.sock" [2022-01-15T20:33:24.736Z] ], [2022-01-15T20:33:24.736Z] "mtu": 1458, [2022-01-15T20:33:24.736Z] "selinux-enabled": true, [2022-01-15T20:33:24.736Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-01-15T20:33:24.736Z] } [Pipeline] sh [2022-01-15T20:33:25.083Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-01-15T20:33:25.423Z] + sudo service docker restart [2022-01-15T20:33:31.237Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-15T20:33:31.237Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-01-15T20:33:31.237Z] ---> 74238e6cbe0a [2022-01-15T20:33:31.237Z] Step 3/23 : WORKDIR /edgex-go [2022-01-15T20:33:31.237Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-15T20:33:31.237Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-15T20:33:31.237Z] ---> 74238e6cbe0a [2022-01-15T20:33:31.237Z] Step 3/22 : WORKDIR /edgex-go [2022-01-15T20:33:35.450Z] ---> Running in aaac784dac18 [2022-01-15T20:33:35.450Z] ---> Running in 98632b8b5db1 [2022-01-15T20:33:39.649Z] Removing intermediate container 98632b8b5db1 [2022-01-15T20:33:39.649Z] ---> 4e8f008d3235 [2022-01-15T20:33:39.649Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-15T20:33:39.649Z] Removing intermediate container aaac784dac18 [2022-01-15T20:33:39.649Z] ---> f4019613c988 [2022-01-15T20:33:39.649Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-15T20:33:39.649Z] ---> Running in 92d7b4f7108e [2022-01-15T20:33:39.649Z] ---> Running in b8941a03c043 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-15T20:33:43.821Z] provisioning config files... [2022-01-15T20:33:43.868Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config8142287651166015602tmp [2022-01-15T20:33:43.886Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-15T20:33:43.886Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-15T20:33:43.886Z] ---> 74238e6cbe0a [2022-01-15T20:33:43.886Z] Step 3/22 : WORKDIR /edgex-go [2022-01-15T20:33:43.886Z] ---> Using cache [2022-01-15T20:33:43.886Z] ---> f4019613c988 [2022-01-15T20:33:43.886Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-15T20:33:43.886Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-15T20:33:43.886Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-15T20:33:43.886Z] ---> 74238e6cbe0a [2022-01-15T20:33:43.886Z] Step 3/22 : WORKDIR /edgex-go [2022-01-15T20:33:43.886Z] ---> Using cache [2022-01-15T20:33:43.886Z] ---> f4019613c988 [2022-01-15T20:33:43.886Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-15T20:33:43.886Z] ---> Running in 9e6794009520 [2022-01-15T20:33:43.886Z] ---> Running in abf22501ab5c [2022-01-15T20:33:43.886Z] Removing intermediate container 92d7b4f7108e [2022-01-15T20:33:43.886Z] ---> bc341606b788 [2022-01-15T20:33:43.886Z] Step 5/22 : RUN apk add --update --no-cache make git [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-15T20:33:44.151Z] Removing intermediate container b8941a03c043 [2022-01-15T20:33:44.151Z] ---> 519c8a400262 [2022-01-15T20:33:44.151Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-01-15T20:33:44.151Z] ---> Running in e65573d14f9f [2022-01-15T20:33:44.151Z] ---> Running in d5fa77045a88 [2022-01-15T20:33:44.287Z] ---> docker-login.sh [2022-01-15T20:33:44.287Z] nexus3.edgexfoundry.org:10001 [2022-01-15T20:33:44.729Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-15T20:33:44.729Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-01-15T20:33:44.729Z] ---> 74238e6cbe0a [2022-01-15T20:33:44.729Z] Step 3/21 : WORKDIR /edgex-go [2022-01-15T20:33:44.729Z] ---> Using cache [2022-01-15T20:33:44.729Z] ---> f4019613c988 [2022-01-15T20:33:44.729Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-15T20:33:44.729Z] ---> Using cache [2022-01-15T20:33:44.729Z] ---> 519c8a400262 [2022-01-15T20:33:44.729Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2022-01-15T20:33:44.729Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-01-15T20:33:44.729Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-01-15T20:33:44.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-15T20:33:44.990Z] ---> Running in 86386cb3b459 [2022-01-15T20:33:44.990Z] Removing intermediate container 9e6794009520 [2022-01-15T20:33:44.990Z] ---> 30f951923d8d [2022-01-15T20:33:44.990Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2022-01-15T20:33:44.990Z] ---> Running in 89ce83ea979c [2022-01-15T20:33:44.990Z] Removing intermediate container abf22501ab5c [2022-01-15T20:33:44.990Z] ---> 626781c9151d [2022-01-15T20:33:44.990Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-01-15T20:33:44.990Z] ---> Running in a49fc9358514 [2022-01-15T20:33:45.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-15T20:33:45.158Z] Configure a credential helper to remove this warning. See [2022-01-15T20:33:45.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-15T20:33:45.158Z] [2022-01-15T20:33:45.158Z] Login Succeeded [2022-01-15T20:33:45.158Z] nexus3.edgexfoundry.org:10002 [2022-01-15T20:33:45.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-15T20:33:45.573Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-01-15T20:33:45.573Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-01-15T20:33:45.573Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-01-15T20:33:45.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-15T20:33:45.710Z] Configure a credential helper to remove this warning. See [2022-01-15T20:33:45.710Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-15T20:33:45.710Z] [2022-01-15T20:33:45.710Z] Login Succeeded [2022-01-15T20:33:45.710Z] nexus3.edgexfoundry.org:10003 [2022-01-15T20:33:45.854Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-01-15T20:33:45.854Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-01-15T20:33:45.981Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-15T20:33:46.118Z] OK: 221 MiB in 52 packages [2022-01-15T20:33:46.118Z] OK: 221 MiB in 52 packages [2022-01-15T20:33:46.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-15T20:33:46.258Z] Configure a credential helper to remove this warning. See [2022-01-15T20:33:46.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-15T20:33:46.258Z] [2022-01-15T20:33:46.258Z] Login Succeeded [2022-01-15T20:33:46.258Z] nexus3.edgexfoundry.org:10004 [2022-01-15T20:33:46.405Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-01-15T20:33:46.405Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-01-15T20:33:46.405Z] Removing intermediate container d5fa77045a88 [2022-01-15T20:33:46.405Z] ---> 31889ab8b852 [2022-01-15T20:33:46.405Z] Step 6/23 : COPY go.mod . [2022-01-15T20:33:46.405Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-01-15T20:33:46.405Z] Removing intermediate container e65573d14f9f [2022-01-15T20:33:46.405Z] ---> 4dfdc0552a85 [2022-01-15T20:33:46.405Z] Step 6/22 : COPY . . [2022-01-15T20:33:46.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-15T20:33:46.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-15T20:33:46.532Z] Configure a credential helper to remove this warning. See [2022-01-15T20:33:46.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-15T20:33:46.532Z] [2022-01-15T20:33:46.532Z] Login Succeeded [2022-01-15T20:33:46.532Z] docker.io [2022-01-15T20:33:46.696Z] ---> fabc55fd23b7 [2022-01-15T20:33:46.696Z] Step 7/23 : RUN go mod download [2022-01-15T20:33:46.696Z] OK: 221 MiB in 52 packages [2022-01-15T20:33:46.696Z] OK: 221 MiB in 52 packages [2022-01-15T20:33:46.696Z] ---> Running in 42305475c4d7 [2022-01-15T20:33:46.964Z] OK: 221 MiB in 52 packages [2022-01-15T20:33:47.127Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-15T20:33:47.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-15T20:33:47.406Z] Configure a credential helper to remove this warning. See [2022-01-15T20:33:47.406Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-15T20:33:47.406Z] [2022-01-15T20:33:47.406Z] Login Succeeded [2022-01-15T20:33:47.406Z] ---> docker-login.sh ends [Pipeline] } [2022-01-15T20:33:47.424Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-01-15T20:33:47.894Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-01-15T20:33:47.908Z] ========================================================= [2022-01-15T20:33:47.908Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-01-15T20:33:47.908Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-01-15T20:33:48.247Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-01-15T20:33:48.522Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-01-15T20:33:48.522Z] 9b3977197b4f: Pulling fs layer [2022-01-15T20:33:48.522Z] 1a89e8eeedd5: Pulling fs layer [2022-01-15T20:33:48.522Z] 94645a83ff95: Pulling fs layer [2022-01-15T20:33:48.522Z] 3f3a8bcf1eab: Pulling fs layer [2022-01-15T20:33:48.522Z] 0c92f367c5e7: Pulling fs layer [2022-01-15T20:33:48.522Z] 4b8299f9d1f4: Pulling fs layer [2022-01-15T20:33:48.522Z] 9a6b49a46696: Pulling fs layer [2022-01-15T20:33:48.522Z] cf05db05a679: Pulling fs layer [2022-01-15T20:33:48.522Z] 3f3a8bcf1eab: Waiting [2022-01-15T20:33:48.522Z] 0c92f367c5e7: Waiting [2022-01-15T20:33:48.522Z] 4b8299f9d1f4: Waiting [2022-01-15T20:33:48.522Z] cf05db05a679: Waiting [2022-01-15T20:33:48.522Z] 9a6b49a46696: Waiting [2022-01-15T20:33:48.522Z] 94645a83ff95: Verifying Checksum [2022-01-15T20:33:48.522Z] 94645a83ff95: Download complete [2022-01-15T20:33:48.522Z] 1a89e8eeedd5: Verifying Checksum [2022-01-15T20:33:48.522Z] 1a89e8eeedd5: Download complete [2022-01-15T20:33:48.522Z] 0c92f367c5e7: Download complete [2022-01-15T20:33:48.522Z] 4b8299f9d1f4: Verifying Checksum [2022-01-15T20:33:48.522Z] 4b8299f9d1f4: Download complete [2022-01-15T20:33:48.522Z] 9b3977197b4f: Verifying Checksum [2022-01-15T20:33:48.522Z] 9b3977197b4f: Download complete [2022-01-15T20:33:48.522Z] 9a6b49a46696: Verifying Checksum [2022-01-15T20:33:48.522Z] 9a6b49a46696: Download complete [2022-01-15T20:33:49.512Z] 9b3977197b4f: Pull complete [2022-01-15T20:33:49.787Z] 1a89e8eeedd5: Pull complete [2022-01-15T20:33:50.310Z] Removing intermediate container 86386cb3b459 [2022-01-15T20:33:50.310Z] ---> 25173c4be887 [2022-01-15T20:33:50.310Z] Step 6/21 : COPY . . [2022-01-15T20:33:50.310Z] Removing intermediate container a49fc9358514 [2022-01-15T20:33:50.310Z] ---> 1146b4af6906 [2022-01-15T20:33:50.310Z] Step 6/22 : COPY . . [2022-01-15T20:33:50.310Z] Removing intermediate container 89ce83ea979c [2022-01-15T20:33:50.310Z] ---> de8633890a79 [2022-01-15T20:33:50.310Z] Step 6/22 : COPY . . [2022-01-15T20:33:50.310Z] ---> 7b8b5a34e709 [2022-01-15T20:33:50.310Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-15T20:33:50.392Z] 94645a83ff95: Pull complete [2022-01-15T20:33:50.675Z] cf05db05a679: Verifying Checksum [2022-01-15T20:33:50.675Z] cf05db05a679: Download complete [2022-01-15T20:33:50.891Z] ---> Running in 78e9a50c6206 [2022-01-15T20:33:50.959Z] 3f3a8bcf1eab: Verifying Checksum [2022-01-15T20:33:50.959Z] 3f3a8bcf1eab: Download complete [2022-01-15T20:33:53.459Z] Removing intermediate container 42305475c4d7 [2022-01-15T20:33:53.459Z] ---> 2e0007938bf4 [2022-01-15T20:33:53.459Z] Step 8/23 : COPY . . [2022-01-15T20:34:00.060Z] ---> 49aff4219182 [2022-01-15T20:34:00.060Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-15T20:34:00.060Z] Removing intermediate container 78e9a50c6206 [2022-01-15T20:34:00.060Z] ---> 64e96d3c311f [2022-01-15T20:34:00.060Z] Step 8/22 : RUN make cmd/core-command/core-command [2022-01-15T20:34:00.060Z] ---> Running in 7ef61a2d80e9 [2022-01-15T20:34:00.060Z] ---> Running in a7f74a44df47 [2022-01-15T20:34:00.636Z] 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-15T20:34:01.590Z] Removing intermediate container 7ef61a2d80e9 [2022-01-15T20:34:01.590Z] ---> 301cd364d4f0 [2022-01-15T20:34:01.590Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2022-01-15T20:34:01.590Z] ---> Running in 70ec5396efa0 [2022-01-15T20:34:02.190Z] 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-15T20:34:03.363Z] 3f3a8bcf1eab: Pull complete [2022-01-15T20:34:03.363Z] 0c92f367c5e7: Pull complete [2022-01-15T20:34:03.363Z] 4b8299f9d1f4: Pull complete [2022-01-15T20:34:03.637Z] 9a6b49a46696: Pull complete [2022-01-15T20:34:07.571Z] ---> 6507f5c6530a [2022-01-15T20:34:07.571Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-15T20:34:07.571Z] ---> Running in 0ae8445018ef [2022-01-15T20:34:07.571Z] ---> 4283fc4dc69c [2022-01-15T20:34:07.571Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-15T20:34:07.571Z] ---> Running in daa7a4c42e1b [2022-01-15T20:34:09.561Z] Removing intermediate container daa7a4c42e1b [2022-01-15T20:34:09.562Z] ---> dc8b102bdac9 [2022-01-15T20:34:09.562Z] Step 8/22 : RUN make cmd/core-data/core-data [2022-01-15T20:34:09.562Z] ---> Running in aafc370f9887 [2022-01-15T20:34:09.832Z] Removing intermediate container 0ae8445018ef [2022-01-15T20:34:09.833Z] ---> 16273c9855be [2022-01-15T20:34:09.833Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-01-15T20:34:10.103Z] ---> Running in 89acb9f083bf [2022-01-15T20:34:10.346Z] cf05db05a679: Pull complete [2022-01-15T20:34:10.346Z] Digest: sha256:412614556fb143d068119134f73b4a6d2e86ac7be33fa5b1c0cdba920e4bb5c6 [2022-01-15T20:34:10.346Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-01-15T20:34:10.346Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-01-15T20:34:10.383Z] 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-15T20:34:10.672Z] 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-15T20:34:10.696Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-01-15T20:34:10.696Z] WORKDIR /edgex [2022-01-15T20:34:10.696Z] COPY go.mod . [2022-01-15T20:34:10.696Z] RUN go mod download [2022-01-15T20:34:10.696Z] + docker build -t ci-base-image-arm64 -f - . [2022-01-15T20:34:12.663Z] ---> 3d512075cac6 [2022-01-15T20:34:12.663Z] Step 9/23 : RUN go mod tidy [2022-01-15T20:34:12.929Z] ---> Running in 2a4e88e8f0a3 [2022-01-15T20:34:13.340Z] Sending build context to Docker daemon 168.6MB [2022-01-15T20:34:13.340Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-01-15T20:34:13.340Z] ---> 0ccda1f7e2ee [2022-01-15T20:34:13.340Z] Step 2/4 : WORKDIR /edgex [2022-01-15T20:34:14.312Z] Removing intermediate container 2a4e88e8f0a3 [2022-01-15T20:34:14.312Z] ---> dec79dd0cc9c [2022-01-15T20:34:14.312Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-01-15T20:34:14.312Z] ---> Running in a32de5063a06 [2022-01-15T20:34:14.887Z] 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-15T20:34:15.314Z] ---> Running in fbc20e368eac [2022-01-15T20:34:15.588Z] Removing intermediate container fbc20e368eac [2022-01-15T20:34:15.588Z] ---> 6129ee5b9ed3 [2022-01-15T20:34:15.588Z] Step 3/4 : COPY go.mod . [2022-01-15T20:34:16.186Z] ---> c2c47bc3b09b [2022-01-15T20:34:16.186Z] Step 4/4 : RUN go mod download [2022-01-15T20:34:16.460Z] ---> Running in 863c9801c84d [2022-01-15T20:34:33.014Z] Removing intermediate container a7f74a44df47 [2022-01-15T20:34:33.014Z] ---> 47360117f2d2 [2022-01-15T20:34:33.014Z] [2022-01-15T20:34:33.014Z] Step 9/22 : FROM alpine:3.14 [2022-01-15T20:34:33.014Z] 3.14: Pulling from library/alpine [2022-01-15T20:34:33.014Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-01-15T20:34:33.014Z] Status: Downloaded newer image for alpine:3.14 [2022-01-15T20:34:33.014Z] ---> 0a97eee8041e [2022-01-15T20:34:33.014Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-01-15T20:34:33.014Z] ---> Running in 73daed3437ba [2022-01-15T20:34:33.014Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-15T20:34:33.014Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-15T20:34:33.277Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-01-15T20:34:33.277Z] Executing busybox-1.33.1-r6.trigger [2022-01-15T20:34:33.277Z] OK: 6 MiB in 15 packages [2022-01-15T20:34:33.849Z] Removing intermediate container 73daed3437ba [2022-01-15T20:34:33.849Z] ---> f89606f26604 [2022-01-15T20:34:33.849Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-15T20:34:33.849Z] ---> Running in 990345d4866e [2022-01-15T20:34:34.110Z] Removing intermediate container 990345d4866e [2022-01-15T20:34:34.110Z] ---> be7d4cbb4d9c [2022-01-15T20:34:34.110Z] Step 12/22 : ENV APP_PORT=59882 [2022-01-15T20:34:34.110Z] ---> Running in fca9dff7b1ba [2022-01-15T20:34:34.110Z] Removing intermediate container fca9dff7b1ba [2022-01-15T20:34:34.110Z] ---> 699a7c9ec229 [2022-01-15T20:34:34.110Z] Step 13/22 : EXPOSE $APP_PORT [2022-01-15T20:34:34.371Z] ---> Running in 38faae397d41 [2022-01-15T20:34:34.371Z] Removing intermediate container 38faae397d41 [2022-01-15T20:34:34.371Z] ---> 3902aec69bf5 [2022-01-15T20:34:34.371Z] Step 14/22 : WORKDIR / [2022-01-15T20:34:34.371Z] ---> Running in 59e1524ee641 [2022-01-15T20:34:34.640Z] Removing intermediate container 59e1524ee641 [2022-01-15T20:34:34.640Z] ---> 6e31294f2ecd [2022-01-15T20:34:34.640Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-15T20:34:34.904Z] ---> 18454dd12321 [2022-01-15T20:34:34.904Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-01-15T20:34:35.487Z] ---> 3320043c620e [2022-01-15T20:34:35.487Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-01-15T20:34:35.487Z] ---> c6a278c45208 [2022-01-15T20:34:35.487Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2022-01-15T20:34:35.751Z] ---> Running in 23160bdbe394 [2022-01-15T20:34:35.751Z] Removing intermediate container 23160bdbe394 [2022-01-15T20:34:35.751Z] ---> 557b90a95888 [2022-01-15T20:34:35.751Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-15T20:34:35.751Z] ---> Running in 6e5ea405a9e8 [2022-01-15T20:34:36.023Z] Removing intermediate container 6e5ea405a9e8 [2022-01-15T20:34:36.023Z] ---> 8d74c76f4a09 [2022-01-15T20:34:36.023Z] Step 20/22 : LABEL arch=x86_64 [2022-01-15T20:34:36.023Z] ---> Running in 1b373c897f3c [2022-01-15T20:34:36.023Z] Removing intermediate container 1b373c897f3c [2022-01-15T20:34:36.023Z] ---> 17cbe81e9fe0 [2022-01-15T20:34:36.023Z] Step 21/22 : LABEL git_sha=90fab29171a5ecec30d6896e20976802c05bec5f [2022-01-15T20:34:36.306Z] ---> Running in a22c693b91f4 [2022-01-15T20:34:36.306Z] Removing intermediate container a22c693b91f4 [2022-01-15T20:34:36.306Z] ---> 3ec4d340db0a [2022-01-15T20:34:36.306Z] Step 22/22 : LABEL version=0.0.0 [2022-01-15T20:34:36.306Z] ---> Running in fd774ce3d314 [2022-01-15T20:34:36.581Z] Removing intermediate container fd774ce3d314 [2022-01-15T20:34:36.581Z] ---> 1a63e13cf531 [2022-01-15T20:34:36.581Z] [2022-01-15T20:34:36.581Z] Successfully built 1a63e13cf531 [2022-01-15T20:34:36.581Z] Successfully tagged core-command:latest [2022-01-15T20:34:36.581Z] Building security-bootstrapper [2022-01-15T20:34:40.828Z]  Building core-command ... done Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-15T20:34:40.828Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2022-01-15T20:34:40.828Z] ---> 74238e6cbe0a [2022-01-15T20:34:40.828Z] Step 3/30 : WORKDIR /edgex-go [2022-01-15T20:34:40.828Z] ---> Using cache [2022-01-15T20:34:40.828Z] ---> f4019613c988 [2022-01-15T20:34:40.828Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-15T20:34:40.828Z] ---> Using cache [2022-01-15T20:34:40.828Z] ---> 626781c9151d [2022-01-15T20:34:40.828Z] Step 5/30 : RUN apk add --update --no-cache make git [2022-01-15T20:34:40.828Z] ---> Running in 7f062e5e5d0d [2022-01-15T20:34:41.813Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-01-15T20:34:42.081Z] Removing intermediate container 70ec5396efa0 [2022-01-15T20:34:42.081Z] ---> 24d4b6d83db6 [2022-01-15T20:34:42.081Z] [2022-01-15T20:34:42.081Z] Step 9/21 : FROM alpine:3.14 [2022-01-15T20:34:42.081Z] ---> 0a97eee8041e [2022-01-15T20:34:42.081Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-01-15T20:34:42.081Z] ---> Running in 4eff4185cfeb [2022-01-15T20:34:42.683Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-01-15T20:34:42.683Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-15T20:34:42.953Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-15T20:34:43.217Z] OK: 221 MiB in 52 packages [2022-01-15T20:34:43.217Z] (1/2) Installing ca-certificates (20191127-r5) [2022-01-15T20:34:43.217Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-01-15T20:34:43.217Z] Executing busybox-1.33.1-r6.trigger [2022-01-15T20:34:43.217Z] Executing ca-certificates-20191127-r5.trigger [2022-01-15T20:34:43.478Z] OK: 6 MiB in 16 packages [2022-01-15T20:34:43.737Z] Removing intermediate container 7f062e5e5d0d [2022-01-15T20:34:43.738Z] ---> c2f3f3ce6c39 [2022-01-15T20:34:43.738Z] Step 6/30 : COPY . . [2022-01-15T20:34:46.294Z] Removing intermediate container 4eff4185cfeb [2022-01-15T20:34:46.294Z] ---> d4fcad171eaf [2022-01-15T20:34:46.294Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-15T20:34:46.880Z] ---> Running in 1f1bcd0e4ff3 [2022-01-15T20:34:47.459Z] Removing intermediate container 1f1bcd0e4ff3 [2022-01-15T20:34:47.459Z] ---> 84b1ec28dbe3 [2022-01-15T20:34:47.459Z] Step 12/21 : ENV APP_PORT=59860 [2022-01-15T20:34:47.459Z] ---> Running in 1b0be07dd7dd [2022-01-15T20:34:48.037Z] Removing intermediate container 1b0be07dd7dd [2022-01-15T20:34:48.037Z] ---> 0e98068871d4 [2022-01-15T20:34:48.037Z] Step 13/21 : EXPOSE $APP_PORT [2022-01-15T20:34:48.037Z] ---> Running in 0dcbe43c0a5d [2022-01-15T20:34:48.300Z] ---> a01b3bae94cf [2022-01-15T20:34:48.300Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-15T20:34:48.300Z] Removing intermediate container 0dcbe43c0a5d [2022-01-15T20:34:48.300Z] ---> c563af1edf14 [2022-01-15T20:34:48.300Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-15T20:34:48.300Z] ---> Running in ef5fab8780dc [2022-01-15T20:34:48.885Z] ---> 6d1f6422ee23 [2022-01-15T20:34:48.885Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-01-15T20:34:49.467Z] ---> 948f517848b3 [2022-01-15T20:34:49.467Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-01-15T20:34:49.467Z] ---> f62375ebc83c [2022-01-15T20:34:49.467Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2022-01-15T20:34:49.467Z] ---> Running in 4692576a646b [2022-01-15T20:34:49.729Z] Removing intermediate container 4692576a646b [2022-01-15T20:34:49.729Z] ---> 1e342ca19767 [2022-01-15T20:34:49.729Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-15T20:34:49.729Z] ---> Running in 9dc7207ddd34 [2022-01-15T20:34:49.992Z] Removing intermediate container 9dc7207ddd34 [2022-01-15T20:34:49.992Z] ---> 3a5b28eb15b1 [2022-01-15T20:34:49.992Z] Step 19/21 : LABEL arch=x86_64 [2022-01-15T20:34:49.992Z] ---> Running in 805f22347021 [2022-01-15T20:34:50.254Z] Removing intermediate container ef5fab8780dc [2022-01-15T20:34:50.254Z] ---> eccc6c9c9a9b [2022-01-15T20:34:50.254Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-01-15T20:34:50.254Z] ---> Running in d1beb46496f5 [2022-01-15T20:34:50.254Z] Removing intermediate container 805f22347021 [2022-01-15T20:34:50.254Z] ---> 1d316892e5d3 [2022-01-15T20:34:50.254Z] Step 20/21 : LABEL git_sha=90fab29171a5ecec30d6896e20976802c05bec5f [2022-01-15T20:34:50.254Z] ---> Running in 211566c8c932 [2022-01-15T20:34:50.518Z] Removing intermediate container 211566c8c932 [2022-01-15T20:34:50.518Z] ---> 227b4636b623 [2022-01-15T20:34:50.518Z] Step 21/21 : LABEL version=0.0.0 [2022-01-15T20:34:50.518Z] ---> Running in a784eca8438a [2022-01-15T20:34:50.777Z] Removing intermediate container a784eca8438a [2022-01-15T20:34:50.777Z] ---> cf6ff9a9e082 [2022-01-15T20:34:50.777Z] [2022-01-15T20:34:50.777Z] 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-15T20:34:50.777Z] Successfully built cf6ff9a9e082 [2022-01-15T20:34:50.777Z] Successfully tagged support-notifications:latest [2022-01-15T20:34:50.777Z] Building security-proxy-setup [2022-01-15T20:34:53.609Z]  Building support-notifications ... done Removing intermediate container 89acb9f083bf [2022-01-15T20:34:53.609Z] ---> eea58cee0b36 [2022-01-15T20:34:53.609Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-01-15T20:34:54.210Z] ---> Running in 21444482479a [2022-01-15T20:34:54.483Z] 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-15T20:34:56.431Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-15T20:34:56.431Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-01-15T20:34:56.431Z] ---> 74238e6cbe0a [2022-01-15T20:34:56.431Z] Step 3/20 : WORKDIR /edgex-go [2022-01-15T20:34:56.431Z] ---> Using cache [2022-01-15T20:34:56.431Z] ---> f4019613c988 [2022-01-15T20:34:56.431Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-15T20:34:56.431Z] ---> Using cache [2022-01-15T20:34:56.431Z] ---> 626781c9151d [2022-01-15T20:34:56.432Z] Step 5/20 : RUN apk add --update --no-cache make git [2022-01-15T20:34:56.432Z] ---> Using cache [2022-01-15T20:34:56.432Z] ---> c2f3f3ce6c39 [2022-01-15T20:34:56.432Z] Step 6/20 : COPY . . [2022-01-15T20:34:56.432Z] ---> Using cache [2022-01-15T20:34:56.432Z] ---> a01b3bae94cf [2022-01-15T20:34:56.432Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-15T20:34:56.432Z] ---> Using cache [2022-01-15T20:34:56.432Z] ---> eccc6c9c9a9b [2022-01-15T20:34:56.432Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-01-15T20:34:56.703Z] ---> Running in eb14d281ba6a [2022-01-15T20:34:56.704Z] Removing intermediate container 21444482479a [2022-01-15T20:34:56.704Z] ---> beafd05e4992 [2022-01-15T20:34:56.704Z] [2022-01-15T20:34:56.704Z] Step 10/22 : FROM docker:20.10.10 [2022-01-15T20:34:56.704Z] 20.10.10: Pulling from library/docker [2022-01-15T20:34:57.685Z] 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-15T20:34:59.093Z] Removing intermediate container a32de5063a06 [2022-01-15T20:34:59.093Z] ---> 56c4c06d6b46 [2022-01-15T20:34:59.093Z] [2022-01-15T20:34:59.093Z] Step 11/23 : FROM alpine:3.14 [2022-01-15T20:34:59.093Z] ---> 0a97eee8041e [2022-01-15T20:34:59.093Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-01-15T20:34:59.093Z] ---> Using cache [2022-01-15T20:34:59.093Z] ---> f89606f26604 [2022-01-15T20:34:59.093Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-15T20:34:59.093Z] ---> Using cache [2022-01-15T20:34:59.093Z] ---> be7d4cbb4d9c [2022-01-15T20:34:59.093Z] Step 14/23 : ENV APP_PORT=59861 [2022-01-15T20:34:59.366Z] ---> Running in ed5ab14161af [2022-01-15T20:34:59.630Z] Removing intermediate container ed5ab14161af [2022-01-15T20:34:59.630Z] ---> f7df455ad069 [2022-01-15T20:34:59.630Z] Step 15/23 : EXPOSE $APP_PORT [2022-01-15T20:34:59.630Z] ---> Running in 1fefbfa11cab [2022-01-15T20:35:00.211Z] Removing intermediate container 1fefbfa11cab [2022-01-15T20:35:00.211Z] ---> 1c1b3346320b [2022-01-15T20:35:00.211Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-15T20:35:00.785Z] ---> a16094a8d250 [2022-01-15T20:35:00.785Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-01-15T20:35:01.753Z] Removing intermediate container aafc370f9887 [2022-01-15T20:35:01.753Z] ---> 336a4c4ba1c7 [2022-01-15T20:35:01.753Z] [2022-01-15T20:35:01.753Z] Step 9/22 : FROM alpine:3.14 [2022-01-15T20:35:01.753Z] ---> 0a97eee8041e [2022-01-15T20:35:01.753Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-01-15T20:35:01.753Z] ---> 4befe7283e4b [2022-01-15T20:35:01.753Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-01-15T20:35:01.753Z] ---> Running in f637dfa30438 [2022-01-15T20:35:02.015Z] Removing intermediate container f637dfa30438 [2022-01-15T20:35:02.016Z] ---> 5957bf931c83 [2022-01-15T20:35:02.016Z] Step 11/22 : ENV APP_PORT=59880 [2022-01-15T20:35:02.274Z] ---> 1f0e26952d98 [2022-01-15T20:35:02.274Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-01-15T20:35:02.274Z] ---> Running in ebddb271c10e [2022-01-15T20:35:02.274Z] ---> Running in cfc57e9cfef7 [2022-01-15T20:35:02.274Z] Removing intermediate container ebddb271c10e [2022-01-15T20:35:02.274Z] ---> 53baaeafb3b3 [2022-01-15T20:35:02.274Z] Step 12/22 : EXPOSE $APP_PORT [2022-01-15T20:35:02.274Z] ---> Running in 6d1736a7e8f4 [2022-01-15T20:35:02.533Z] Removing intermediate container cfc57e9cfef7 [2022-01-15T20:35:02.533Z] ---> 32c06338d86c [2022-01-15T20:35:02.533Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-15T20:35:02.533Z] Removing intermediate container 6d1736a7e8f4 [2022-01-15T20:35:02.533Z] ---> f809b9e80059 [2022-01-15T20:35:02.533Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-15T20:35:02.533Z] ---> Running in d2b01c53b969 [2022-01-15T20:35:02.533Z] ---> Running in a0c1fa861ba9 [2022-01-15T20:35:02.795Z] Removing intermediate container d2b01c53b969 [2022-01-15T20:35:02.795Z] ---> c430b9007324 [2022-01-15T20:35:02.795Z] Step 21/23 : LABEL arch=x86_64 [2022-01-15T20:35:02.795Z] ---> Running in 6f5bdc9e9b55 [2022-01-15T20:35:03.058Z] Removing intermediate container 6f5bdc9e9b55 [2022-01-15T20:35:03.058Z] ---> a0c796d1d939 [2022-01-15T20:35:03.058Z] Step 22/23 : LABEL git_sha=90fab29171a5ecec30d6896e20976802c05bec5f [2022-01-15T20:35:03.058Z] ---> Running in 35fb617d82ce [2022-01-15T20:35:03.319Z] Removing intermediate container 35fb617d82ce [2022-01-15T20:35:03.319Z] ---> c52e66742fbf [2022-01-15T20:35:03.319Z] Step 23/23 : LABEL version=0.0.0 [2022-01-15T20:35:03.319Z] ---> Running in 69ac3dc742b7 [2022-01-15T20:35:03.579Z] Removing intermediate container 69ac3dc742b7 [2022-01-15T20:35:03.579Z] ---> d1600865e8fe [2022-01-15T20:35:03.579Z] [2022-01-15T20:35:03.839Z] Removing intermediate container a0c1fa861ba9 [2022-01-15T20:35:03.839Z] ---> f5924aaf0cfd [2022-01-15T20:35:03.839Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2022-01-15T20:35:03.839Z] Successfully built d1600865e8fe [2022-01-15T20:35:03.839Z] Successfully tagged support-scheduler:latest [2022-01-15T20:35:03.839Z] Building core-metadata [2022-01-15T20:35:03.839Z] ---> Running in 19fe696d034b [2022-01-15T20:35:04.783Z]  Building support-scheduler ... done fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-15T20:35:05.361Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-15T20:35:05.942Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-01-15T20:35:06.208Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-01-15T20:35:06.208Z] Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 [2022-01-15T20:35:06.208Z] Status: Downloaded newer image for docker:20.10.10 [2022-01-15T20:35:06.208Z] ---> b706a049f56e [2022-01-15T20:35:06.208Z] 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-15T20:35:06.208Z] (3/6) Installing libsodium (1.0.18-r0) [2022-01-15T20:35:06.208Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-01-15T20:35:06.473Z] (5/6) Installing libzmq (4.3.4-r0) [2022-01-15T20:35:06.734Z] (6/6) Installing zeromq (4.3.4-r0) [2022-01-15T20:35:06.734Z] Executing busybox-1.33.1-r6.trigger [2022-01-15T20:35:07.305Z] OK: 8 MiB in 20 packages [2022-01-15T20:35:08.699Z] ---> Running in a8e4b12c4cc8 [2022-01-15T20:35:08.699Z] Removing intermediate container a8e4b12c4cc8 [2022-01-15T20:35:08.699Z] ---> 4979998cd893 [2022-01-15T20:35:08.699Z] 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-15T20:35:08.699Z] ---> Running in fb45291d8c6d [2022-01-15T20:35:08.699Z] Removing intermediate container 19fe696d034b [2022-01-15T20:35:08.699Z] ---> 327e0b709162 [2022-01-15T20:35:08.699Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-15T20:35:09.269Z] ---> 1ec31916e916 [2022-01-15T20:35:09.269Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-01-15T20:35:09.269Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-15T20:35:09.269Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-15T20:35:09.269Z] ---> 74238e6cbe0a [2022-01-15T20:35:09.269Z] Step 3/22 : WORKDIR /edgex-go [2022-01-15T20:35:09.269Z] ---> Using cache [2022-01-15T20:35:09.269Z] ---> f4019613c988 [2022-01-15T20:35:09.269Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-15T20:35:09.269Z] ---> Using cache [2022-01-15T20:35:09.269Z] ---> 626781c9151d [2022-01-15T20:35:09.269Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-01-15T20:35:09.269Z] ---> Using cache [2022-01-15T20:35:09.269Z] ---> c2f3f3ce6c39 [2022-01-15T20:35:09.269Z] Step 6/22 : COPY . . [2022-01-15T20:35:09.269Z] ---> Using cache [2022-01-15T20:35:09.269Z] ---> a01b3bae94cf [2022-01-15T20:35:09.269Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-15T20:35:09.269Z] ---> Using cache [2022-01-15T20:35:09.269Z] ---> eccc6c9c9a9b [2022-01-15T20:35:09.269Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2022-01-15T20:35:09.531Z] ---> Running in d9540f269c8e [2022-01-15T20:35:09.531Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-15T20:35:09.531Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-15T20:35:10.108Z] ---> eb54eb4025ea [2022-01-15T20:35:10.108Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-01-15T20:35:10.108Z] 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-15T20:35:10.108Z] (1/42) Installing readline (8.1.0-r0) [2022-01-15T20:35:10.108Z] (2/42) Installing bash (5.1.4-r0) [2022-01-15T20:35:10.108Z] Executing bash-5.1.4-r0.post-install [2022-01-15T20:35:10.369Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-01-15T20:35:10.369Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-01-15T20:35:10.369Z] (5/42) Installing libcurl (7.79.1-r0) [2022-01-15T20:35:10.369Z] (6/42) Installing curl (7.79.1-r0) [2022-01-15T20:35:10.369Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-01-15T20:35:10.369Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-01-15T20:35:10.369Z] (9/42) Installing expat (2.4.1-r0) [2022-01-15T20:35:10.369Z] (10/42) Installing libffi (3.3-r2) [2022-01-15T20:35:10.369Z] (11/42) Installing gdbm (1.19-r0) [2022-01-15T20:35:10.369Z] (12/42) Installing xz-libs (5.2.5-r0) [2022-01-15T20:35:10.369Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-01-15T20:35:10.369Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-01-15T20:35:10.369Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-01-15T20:35:10.369Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-01-15T20:35:10.369Z] (17/42) Installing python3 (3.9.5-r2) [2022-01-15T20:35:10.369Z] ---> c133303e4985 [2022-01-15T20:35:10.369Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2022-01-15T20:35:10.369Z] ---> Running in ee13f321b1d9 [2022-01-15T20:35:10.629Z] Removing intermediate container ee13f321b1d9 [2022-01-15T20:35:10.629Z] ---> f0ec8249e138 [2022-01-15T20:35:10.629Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-15T20:35:10.629Z] ---> Running in ff8ba3a8d2d3 [2022-01-15T20:35:11.204Z] Removing intermediate container ff8ba3a8d2d3 [2022-01-15T20:35:11.204Z] ---> e7a7561c45f3 [2022-01-15T20:35:11.204Z] Step 20/22 : LABEL arch=x86_64 [2022-01-15T20:35:11.464Z] ---> Running in 46015e45079d [2022-01-15T20:35:11.464Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2022-01-15T20:35:11.464Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-01-15T20:35:11.464Z] (20/42) Installing py3-idna (3.2-r0) [2022-01-15T20:35:11.464Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-01-15T20:35:11.464Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-01-15T20:35:11.464Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-01-15T20:35:11.464Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-01-15T20:35:11.464Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-01-15T20:35:11.464Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-01-15T20:35:11.727Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-01-15T20:35:11.727Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-01-15T20:35:11.727Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-01-15T20:35:11.727Z] Removing intermediate container 46015e45079d [2022-01-15T20:35:11.727Z] ---> b7717f0ad16b [2022-01-15T20:35:11.727Z] Step 21/22 : LABEL git_sha=90fab29171a5ecec30d6896e20976802c05bec5f [2022-01-15T20:35:11.727Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-01-15T20:35:11.727Z] (31/42) Installing py3-six (1.15.0-r1) [2022-01-15T20:35:11.727Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-01-15T20:35:11.727Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-01-15T20:35:11.727Z] ---> Running in 470f7ed8d6dd [2022-01-15T20:35:11.727Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-01-15T20:35:11.727Z] (35/42) Installing py3-packaging (20.9-r1) [2022-01-15T20:35:11.727Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-01-15T20:35:11.727Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-01-15T20:35:11.727Z] (38/42) Installing py3-progress (1.5-r2) [2022-01-15T20:35:11.727Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-01-15T20:35:11.987Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-01-15T20:35:11.987Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-01-15T20:35:11.987Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-01-15T20:35:11.987Z] Removing intermediate container 470f7ed8d6dd [2022-01-15T20:35:11.987Z] ---> 6487815e8aca [2022-01-15T20:35:11.987Z] Step 22/22 : LABEL version=0.0.0 [2022-01-15T20:35:11.987Z] ---> Running in 5e7432e874ac [2022-01-15T20:35:12.252Z] Removing intermediate container 5e7432e874ac [2022-01-15T20:35:12.252Z] ---> 924bef770328 [2022-01-15T20:35:12.252Z] [2022-01-15T20:35:12.252Z] Successfully built 924bef770328 [2022-01-15T20:35:12.252Z] Executing busybox-1.33.1-r6.trigger [2022-01-15T20:35:12.252Z] Successfully tagged core-data:latest [2022-01-15T20:35:12.252Z] Building security-secretstore-setup [2022-01-15T20:35:12.252Z] OK: 84 MiB in 64 packages [2022-01-15T20:35:13.642Z]  Building core-data ... done Collecting docker-compose==1.23.2 [2022-01-15T20:35:13.642Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-01-15T20:35:13.642Z] Collecting docopt<0.7,>=0.6.1 [2022-01-15T20:35:13.642Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-01-15T20:35:14.584Z] Collecting websocket-client<1.0,>=0.32.0 [2022-01-15T20:35:14.584Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-01-15T20:35:14.584Z] Collecting cached-property<2,>=1.2.0 [2022-01-15T20:35:14.584Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-01-15T20:35:15.156Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-01-15T20:35:15.156Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-01-15T20:35:15.156Z] Collecting texttable<0.10,>=0.9.0 [2022-01-15T20:35:15.156Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-01-15T20:35:15.727Z] Collecting PyYAML<4,>=3.10 [2022-01-15T20:35:15.727Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-01-15T20:35:17.648Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-15T20:35:17.648Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-01-15T20:35:17.648Z] ---> 74238e6cbe0a [2022-01-15T20:35:17.648Z] Step 3/24 : WORKDIR /edgex-go [2022-01-15T20:35:17.648Z] ---> Using cache [2022-01-15T20:35:17.648Z] ---> f4019613c988 [2022-01-15T20:35:17.648Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-15T20:35:17.648Z] ---> Using cache [2022-01-15T20:35:17.648Z] ---> 626781c9151d [2022-01-15T20:35:17.648Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-01-15T20:35:17.648Z] ---> Using cache [2022-01-15T20:35:17.648Z] ---> c2f3f3ce6c39 [2022-01-15T20:35:17.648Z] Step 6/24 : COPY . . [2022-01-15T20:35:17.648Z] ---> Using cache [2022-01-15T20:35:17.648Z] ---> a01b3bae94cf [2022-01-15T20:35:17.648Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-15T20:35:17.648Z] ---> Using cache [2022-01-15T20:35:17.648Z] ---> eccc6c9c9a9b [2022-01-15T20:35:17.648Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-01-15T20:35:17.648Z] Collecting jsonschema<3,>=2.5.1 [2022-01-15T20:35:17.648Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-01-15T20:35:17.648Z] Collecting dockerpty<0.5,>=0.4.1 [2022-01-15T20:35:17.648Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-01-15T20:35:18.591Z] ---> Running in 58602ac87aa0 [2022-01-15T20:35:18.591Z] 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-15T20:35:18.591Z] Collecting docker<4.0,>=3.6.0 [2022-01-15T20:35:18.591Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-01-15T20:35:18.591Z] Collecting docker-pycreds>=0.4.0 [2022-01-15T20:35:18.591Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-01-15T20:35:18.856Z] 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-15T20:35:18.856Z] Collecting idna<2.8,>=2.5 [2022-01-15T20:35:18.856Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-01-15T20:35:18.856Z] Collecting chardet<3.1.0,>=3.0.2 [2022-01-15T20:35:18.856Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-01-15T20:35:19.120Z] Collecting urllib3<1.25,>=1.21.1 [2022-01-15T20:35:19.120Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-01-15T20:35:19.120Z] 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-15T20:35:19.381Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-01-15T20:35:19.381Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-01-15T20:35:19.381Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-01-15T20:35:19.381Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-01-15T20:35:19.381Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-01-15T20:35:19.381Z] Attempting uninstall: urllib3 [2022-01-15T20:35:19.381Z] Found existing installation: urllib3 1.26.5 [2022-01-15T20:35:19.381Z] Uninstalling urllib3-1.26.5: [2022-01-15T20:35:19.381Z] Successfully uninstalled urllib3-1.26.5 [2022-01-15T20:35:19.641Z] Attempting uninstall: idna [2022-01-15T20:35:19.641Z] Found existing installation: idna 3.2 [2022-01-15T20:35:19.641Z] Uninstalling idna-3.2: [2022-01-15T20:35:19.903Z] Successfully uninstalled idna-3.2 [2022-01-15T20:35:20.164Z] Attempting uninstall: chardet [2022-01-15T20:35:20.164Z] Found existing installation: chardet 4.0.0 [2022-01-15T20:35:20.164Z] Uninstalling chardet-4.0.0: [2022-01-15T20:35:20.164Z] Successfully uninstalled chardet-4.0.0 [2022-01-15T20:35:20.739Z] Attempting uninstall: requests [2022-01-15T20:35:20.739Z] Found existing installation: requests 2.25.1 [2022-01-15T20:35:20.739Z] Uninstalling requests-2.25.1: [2022-01-15T20:35:20.739Z] Successfully uninstalled requests-2.25.1 [2022-01-15T20:35:21.005Z] Running setup.py install for texttable: started [2022-01-15T20:35:21.586Z] Running setup.py install for texttable: finished with status 'done' [2022-01-15T20:35:21.586Z] Running setup.py install for PyYAML: started [2022-01-15T20:35:22.537Z] Running setup.py install for PyYAML: finished with status 'done' [2022-01-15T20:35:22.798Z] Running setup.py install for docopt: started [2022-01-15T20:35:23.741Z] Running setup.py install for docopt: finished with status 'done' [2022-01-15T20:35:23.741Z] Running setup.py install for dockerpty: started [2022-01-15T20:35:24.321Z] Running setup.py install for dockerpty: finished with status 'done' [2022-01-15T20:35:24.899Z] Removing intermediate container d1beb46496f5 [2022-01-15T20:35:24.899Z] ---> 3b27230b3a3a [2022-01-15T20:35:24.899Z] [2022-01-15T20:35:24.899Z] Step 9/30 : FROM alpine:3.14 [2022-01-15T20:35:24.899Z] ---> 0a97eee8041e [2022-01-15T20:35:24.899Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-01-15T20:35:25.161Z] ---> Running in da08d05723bb [2022-01-15T20:35:25.161Z] 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-15T20:35:25.430Z] Removing intermediate container da08d05723bb [2022-01-15T20:35:25.430Z] ---> 8dbf319b32e6 [2022-01-15T20:35:25.430Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2022-01-15T20:35:25.430Z] ---> Running in ca0a78d2209c [2022-01-15T20:35:26.016Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-15T20:35:26.016Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-15T20:35:26.604Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-01-15T20:35:26.604Z] (2/2) Installing su-exec (0.2-r1) [2022-01-15T20:35:26.604Z] Executing busybox-1.33.1-r6.trigger [2022-01-15T20:35:26.604Z] OK: 6 MiB in 16 packages [2022-01-15T20:35:28.033Z] Removing intermediate container ca0a78d2209c [2022-01-15T20:35:28.033Z] ---> b299fb046548 [2022-01-15T20:35:28.033Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2022-01-15T20:35:28.299Z] ---> Running in d1960e6b0083 [2022-01-15T20:35:28.566Z] Removing intermediate container d1960e6b0083 [2022-01-15T20:35:28.566Z] ---> c1df92e44b3e [2022-01-15T20:35:28.566Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-01-15T20:35:28.837Z] ---> Running in 24eab1f70782 [2022-01-15T20:35:29.417Z] Removing intermediate container 24eab1f70782 [2022-01-15T20:35:29.417Z] ---> 957785ee0ba0 [2022-01-15T20:35:29.417Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-01-15T20:35:29.417Z] ---> Running in e46798855f33 [2022-01-15T20:35:29.679Z] Removing intermediate container fb45291d8c6d [2022-01-15T20:35:29.679Z] ---> 65d63f006de8 [2022-01-15T20:35:29.679Z] Step 13/22 : ENV APP_PORT=58890 [2022-01-15T20:35:29.679Z] ---> Running in b09182de1fa2 [2022-01-15T20:35:29.939Z] Removing intermediate container b09182de1fa2 [2022-01-15T20:35:29.939Z] ---> 88dd063cceb7 [2022-01-15T20:35:29.939Z] Step 14/22 : EXPOSE $APP_PORT [2022-01-15T20:35:29.939Z] ---> Running in f84dbf441909 [2022-01-15T20:35:30.200Z] 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-15T20:35:30.200Z] Removing intermediate container f84dbf441909 [2022-01-15T20:35:30.200Z] ---> 90692570fc6b [2022-01-15T20:35:30.200Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-01-15T20:35:30.459Z] Removing intermediate container e46798855f33 [2022-01-15T20:35:30.459Z] ---> ffa041ec0fa5 [2022-01-15T20:35:30.459Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2022-01-15T20:35:30.459Z] ---> Running in 1faf0f4de7cd [2022-01-15T20:35:30.719Z] Removing intermediate container 1faf0f4de7cd [2022-01-15T20:35:30.719Z] ---> e27a24e2b16b [2022-01-15T20:35:30.719Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-01-15T20:35:30.719Z] ---> 52ce02744b6a [2022-01-15T20:35:30.719Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-01-15T20:35:30.979Z] ---> 9dcb94e8df87 [2022-01-15T20:35:30.979Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-01-15T20:35:30.979Z] ---> Running in 578019f326a6 [2022-01-15T20:35:30.979Z] ---> b7d8fa573ebe [2022-01-15T20:35:30.979Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-01-15T20:35:31.551Z] ---> fe12f697d947 [2022-01-15T20:35:31.551Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-01-15T20:35:31.551Z] ---> Running in 72859089eb60 [2022-01-15T20:35:31.813Z] Removing intermediate container 72859089eb60 [2022-01-15T20:35:31.813Z] ---> b2bf95e781ff [2022-01-15T20:35:31.813Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-15T20:35:31.813Z] ---> Running in 8bb5bcf2e731 [2022-01-15T20:35:32.073Z] Removing intermediate container 8bb5bcf2e731 [2022-01-15T20:35:32.073Z] ---> ec4743ce4a50 [2022-01-15T20:35:32.073Z] Step 20/22 : LABEL arch=x86_64 [2022-01-15T20:35:32.073Z] ---> Running in 0eaf6f7ca3c0 [2022-01-15T20:35:32.073Z] Removing intermediate container 578019f326a6 [2022-01-15T20:35:32.073Z] ---> 310bbe05a575 [2022-01-15T20:35:32.073Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-15T20:35:32.073Z] Removing intermediate container 0eaf6f7ca3c0 [2022-01-15T20:35:32.073Z] ---> 63139cf79c28 [2022-01-15T20:35:32.073Z] Step 21/22 : LABEL git_sha=90fab29171a5ecec30d6896e20976802c05bec5f [2022-01-15T20:35:32.073Z] ---> Running in 526f101d833a [2022-01-15T20:35:32.645Z] Removing intermediate container 526f101d833a [2022-01-15T20:35:32.645Z] ---> 1820b7d7e71a [2022-01-15T20:35:32.645Z] Step 22/22 : LABEL version=0.0.0 [2022-01-15T20:35:32.645Z] ---> 64b823e174d2 [2022-01-15T20:35:32.645Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-01-15T20:35:32.645Z] ---> Running in a4a4fe0d369b [2022-01-15T20:35:32.645Z] Removing intermediate container a4a4fe0d369b [2022-01-15T20:35:32.645Z] ---> 875623e56284 [2022-01-15T20:35:32.645Z] [2022-01-15T20:35:32.909Z] Successfully built 875623e56284 [2022-01-15T20:35:32.909Z] Successfully tagged sys-mgmt-agent:latest [2022-01-15T20:35:32.909Z]  Building sys-mgmt-agent ... done  ---> d46e5773ded9 [2022-01-15T20:35:32.909Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-01-15T20:35:33.171Z] ---> a4cdd9db3f25 [2022-01-15T20:35:33.171Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-01-15T20:35:33.434Z] ---> aeecc62820bb [2022-01-15T20:35:33.434Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-01-15T20:35:33.698Z] ---> 8688c5415b80 [2022-01-15T20:35:33.698Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2022-01-15T20:35:33.698Z] ---> Running in 8490d970159c [2022-01-15T20:35:33.959Z] Removing intermediate container 8490d970159c [2022-01-15T20:35:33.959Z] ---> d14641632599 [2022-01-15T20:35:33.959Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-01-15T20:35:34.528Z] ---> e053075d0d2d [2022-01-15T20:35:34.528Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2022-01-15T20:35:34.795Z] ---> Running in 4a75e2817a49 [2022-01-15T20:35:35.756Z] Removing intermediate container eb14d281ba6a [2022-01-15T20:35:35.756Z] ---> 1ff693282ef9 [2022-01-15T20:35:35.756Z] [2022-01-15T20:35:35.756Z] Step 9/20 : FROM alpine:3.14 [2022-01-15T20:35:35.756Z] ---> 0a97eee8041e [2022-01-15T20:35:35.756Z] Step 10/20 : RUN apk add --update --no-cache curl [2022-01-15T20:35:35.756Z] ---> Running in 7c4df6f633c4 [2022-01-15T20:35:36.332Z] Removing intermediate container 4a75e2817a49 [2022-01-15T20:35:36.332Z] ---> 948bb7876ae2 [2022-01-15T20:35:36.332Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2022-01-15T20:35:36.332Z] ---> Running in 12914134f1f9 [2022-01-15T20:35:36.593Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-15T20:35:36.593Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-15T20:35:36.593Z] Removing intermediate container 12914134f1f9 [2022-01-15T20:35:36.593Z] ---> 283332094f66 [2022-01-15T20:35:36.593Z] Step 27/30 : CMD ["gate"] [2022-01-15T20:35:36.593Z] ---> Running in e491c548a813 [2022-01-15T20:35:36.854Z] Removing intermediate container e491c548a813 [2022-01-15T20:35:36.854Z] ---> c112b46aafd3 [2022-01-15T20:35:36.854Z] Step 28/30 : LABEL arch=x86_64 [2022-01-15T20:35:36.854Z] ---> Running in fad2d63c63e1 [2022-01-15T20:35:37.115Z] (1/5) Installing ca-certificates (20191127-r5) [2022-01-15T20:35:37.115Z] Removing intermediate container fad2d63c63e1 [2022-01-15T20:35:37.115Z] ---> a859c6788db8 [2022-01-15T20:35:37.115Z] Step 29/30 : LABEL git_sha=90fab29171a5ecec30d6896e20976802c05bec5f [2022-01-15T20:35:37.115Z] (2/5) Installing brotli-libs (1.0.9-r5) [2022-01-15T20:35:37.115Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2022-01-15T20:35:37.115Z] (4/5) Installing libcurl (7.79.1-r0) [2022-01-15T20:35:37.115Z] (5/5) Installing curl (7.79.1-r0) [2022-01-15T20:35:37.115Z] Executing busybox-1.33.1-r6.trigger [2022-01-15T20:35:37.115Z] Executing ca-certificates-20191127-r5.trigger [2022-01-15T20:35:37.115Z] ---> Running in f85b3b6c6aa9 [2022-01-15T20:35:37.378Z] OK: 8 MiB in 19 packages [2022-01-15T20:35:37.378Z] Removing intermediate container f85b3b6c6aa9 [2022-01-15T20:35:37.378Z] ---> a01f76edcae0 [2022-01-15T20:35:37.378Z] Step 30/30 : LABEL version=0.0.0 [2022-01-15T20:35:37.378Z] ---> Running in 836e25f2aabc [2022-01-15T20:35:37.650Z] Removing intermediate container 836e25f2aabc [2022-01-15T20:35:37.650Z] ---> b7a5a9b1947e [2022-01-15T20:35:37.650Z] [2022-01-15T20:35:37.916Z] Removing intermediate container 7c4df6f633c4 [2022-01-15T20:35:37.916Z] ---> 9b1f33168ba9 [2022-01-15T20:35:37.916Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-01-15T20:35:37.916Z] Successfully built b7a5a9b1947e [2022-01-15T20:35:37.916Z] Successfully tagged security-bootstrapper:latest [2022-01-15T20:35:37.916Z]  Building security-bootstrapper ... done  ---> Running in f1a9f90337be [2022-01-15T20:35:38.179Z] Removing intermediate container f1a9f90337be [2022-01-15T20:35:38.179Z] ---> 4aa17cdab1e4 [2022-01-15T20:35:38.179Z] Step 12/20 : WORKDIR /edgex [2022-01-15T20:35:38.179Z] ---> Running in c14154d3f5be [2022-01-15T20:35:38.179Z] Removing intermediate container c14154d3f5be [2022-01-15T20:35:38.179Z] ---> 0c42d8e3e1d7 [2022-01-15T20:35:38.179Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-01-15T20:35:38.254Z] Removing intermediate container 863c9801c84d [2022-01-15T20:35:38.254Z] ---> 9759b6ba5a0f [2022-01-15T20:35:38.254Z] Successfully built 9759b6ba5a0f [2022-01-15T20:35:38.254Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-01-15T20:35:38.446Z] ---> 3e24531077d9 [2022-01-15T20:35:38.446Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-01-15T20:35:38.595Z] + docker inspect -f . ci-base-image-arm64 [2022-01-15T20:35:38.595Z] . [Pipeline] withDockerContainer [2022-01-15T20:35:38.809Z] prd-ubuntu18.04-docker-arm64-4c-16g-1580 does not seem to be running inside a container [2022-01-15T20:35:38.900Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-01-15T20:35:39.197Z] ---> 951da99963e4 [2022-01-15T20:35:39.197Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-01-15T20:35:40.064Z] ---> dfa83e7d601b [2022-01-15T20:35:40.064Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2022-01-15T20:35:40.064Z] ---> Running in 5edf6b6e981a [2022-01-15T20:35:40.064Z] Removing intermediate container 5edf6b6e981a [2022-01-15T20:35:40.064Z] ---> feff756c3853 [2022-01-15T20:35:40.064Z] Step 17/20 : CMD ["--init=true"] [2022-01-15T20:35:40.064Z] ---> Running in e0752f054d17 [2022-01-15T20:35:40.287Z] $ docker top da92d0be45c348eeb1e285adf7d529dbf17076db3da408ca67566c280159315c -eo pid,comm [2022-01-15T20:35:40.395Z] Removing intermediate container e0752f054d17 [2022-01-15T20:35:40.395Z] ---> 45414931f42d [2022-01-15T20:35:40.395Z] Step 18/20 : LABEL arch=x86_64 [2022-01-15T20:35:40.395Z] ---> Running in 4c645171cc95 [2022-01-15T20:35:40.395Z] Removing intermediate container 4c645171cc95 [2022-01-15T20:35:40.395Z] ---> 3fc0aafc41ff [2022-01-15T20:35:40.395Z] Step 19/20 : LABEL git_sha=90fab29171a5ecec30d6896e20976802c05bec5f [2022-01-15T20:35:40.395Z] ---> Running in 0bc6790a083f [Pipeline] { [Pipeline] sh [2022-01-15T20:35:40.720Z] Removing intermediate container 0bc6790a083f [2022-01-15T20:35:40.720Z] ---> 5a5b1b5f7897 [2022-01-15T20:35:40.720Z] Step 20/20 : LABEL version=0.0.0 [2022-01-15T20:35:40.720Z] ---> Running in fab5bca56835 [2022-01-15T20:35:40.720Z] Removing intermediate container fab5bca56835 [2022-01-15T20:35:40.720Z] ---> c325bda4198e [2022-01-15T20:35:40.720Z] [2022-01-15T20:35:41.042Z] Successfully built c325bda4198e [2022-01-15T20:35:41.042Z] Successfully tagged security-proxy-setup:latest [2022-01-15T20:35:41.210Z] + go version [2022-01-15T20:35:41.210Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-01-15T20:35:41.234Z] $ docker stop --time=1 da92d0be45c348eeb1e285adf7d529dbf17076db3da408ca67566c280159315c [2022-01-15T20:35:42.879Z] $ docker rm -f da92d0be45c348eeb1e285adf7d529dbf17076db3da408ca67566c280159315c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-15T20:35:43.488Z] + docker inspect -f . ci-base-image-arm64 [2022-01-15T20:35:43.489Z] . [Pipeline] withDockerContainer [2022-01-15T20:35:43.768Z]  Building security-proxy-setup ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-01-15T20:35:43.904Z] prd-ubuntu18.04-docker-arm64-4c-16g-1580 does not seem to be running inside a container [2022-01-15T20:35:43.992Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-01-15T20:35:44.359Z] Removing intermediate container d9540f269c8e [2022-01-15T20:35:44.359Z] ---> ffc68280875a [2022-01-15T20:35:44.359Z] [2022-01-15T20:35:44.359Z] Step 9/22 : FROM alpine:3.14 [2022-01-15T20:35:44.359Z] ---> 0a97eee8041e [2022-01-15T20:35:44.359Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-01-15T20:35:44.359Z] ---> Using cache [2022-01-15T20:35:44.359Z] ---> f89606f26604 [2022-01-15T20:35:44.359Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-15T20:35:44.359Z] ---> Using cache [2022-01-15T20:35:44.359Z] ---> be7d4cbb4d9c [2022-01-15T20:35:44.359Z] Step 12/22 : ENV APP_PORT=59881 [2022-01-15T20:35:44.359Z] ---> Running in 1888e2c2c018 [2022-01-15T20:35:44.620Z] Removing intermediate container 1888e2c2c018 [2022-01-15T20:35:44.620Z] ---> 0a7cd9bfad14 [2022-01-15T20:35:44.620Z] Step 13/22 : EXPOSE $APP_PORT [2022-01-15T20:35:44.620Z] ---> Running in dfe62cd47bb1 [2022-01-15T20:35:44.620Z] Removing intermediate container dfe62cd47bb1 [2022-01-15T20:35:44.620Z] ---> 90bc32a7886f [2022-01-15T20:35:44.620Z] Step 14/22 : WORKDIR / [2022-01-15T20:35:44.885Z] ---> Running in 154cf085dc70 [2022-01-15T20:35:44.885Z] Removing intermediate container 154cf085dc70 [2022-01-15T20:35:44.885Z] ---> e47ea2a594cb [2022-01-15T20:35:44.885Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-15T20:35:45.151Z] ---> 285afa30bc5d [2022-01-15T20:35:45.151Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-01-15T20:35:45.309Z] $ docker top cd805a261aa22be5cc90f1c1f499495d26df21578d31b21ea9a3fa3672f1bcba -eo pid,comm [2022-01-15T20:35:45.418Z] Removing intermediate container 58602ac87aa0 [2022-01-15T20:35:45.418Z] ---> b1d871d8b0c9 [2022-01-15T20:35:45.418Z] [2022-01-15T20:35:45.418Z] Step 9/24 : FROM alpine:3.14 [2022-01-15T20:35:45.418Z] ---> 0a97eee8041e [2022-01-15T20:35:45.418Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-01-15T20:35:45.418Z] ---> Running in 7b2e91b77830 [Pipeline] { [Pipeline] echo [2022-01-15T20:35:45.562Z] ========================================================= [2022-01-15T20:35:45.562Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-01-15T20:35:45.562Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-01-15T20:35:45.677Z] ---> 0c7d3e924fdf [2022-01-15T20:35:45.677Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-01-15T20:35:45.677Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-15T20:35:45.677Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-15T20:35:45.677Z] ---> e20304bdd63e [2022-01-15T20:35:45.677Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2022-01-15T20:35:45.677Z] ---> Running in 41a010c3ce5c [2022-01-15T20:35:45.937Z] Removing intermediate container 41a010c3ce5c [2022-01-15T20:35:45.937Z] ---> 724210fcec85 [2022-01-15T20:35:45.937Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-15T20:35:45.937Z] ---> Running in 916a1a865a3f [2022-01-15T20:35:45.937Z] (1/3) Installing ca-certificates (20191127-r5) [2022-01-15T20:35:45.937Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-01-15T20:35:45.937Z] (3/3) Installing su-exec (0.2-r1) [2022-01-15T20:35:45.937Z] Executing busybox-1.33.1-r6.trigger [2022-01-15T20:35:45.937Z] Executing ca-certificates-20191127-r5.trigger [2022-01-15T20:35:45.937Z] OK: 6 MiB in 17 packages [2022-01-15T20:35:45.937Z] Removing intermediate container 916a1a865a3f [2022-01-15T20:35:45.937Z] ---> 4e78fe6f3414 [2022-01-15T20:35:45.937Z] Step 20/22 : LABEL arch=x86_64 [2022-01-15T20:35:45.937Z] ---> Running in cd85fb6472d8 [2022-01-15T20:35:46.197Z] Removing intermediate container cd85fb6472d8 [2022-01-15T20:35:46.197Z] ---> bce835363472 [2022-01-15T20:35:46.197Z] Step 21/22 : LABEL git_sha=90fab29171a5ecec30d6896e20976802c05bec5f [2022-01-15T20:35:46.197Z] ---> Running in eb3e64f65d19 [2022-01-15T20:35:46.197Z] Removing intermediate container eb3e64f65d19 [2022-01-15T20:35:46.197Z] ---> f2cc1781ee83 [2022-01-15T20:35:46.197Z] Step 22/22 : LABEL version=0.0.0 [2022-01-15T20:35:46.197Z] ---> Running in 757bfef4f0b3 [2022-01-15T20:35:46.197Z] Removing intermediate container 7b2e91b77830 [2022-01-15T20:35:46.197Z] ---> 33a891efb483 [2022-01-15T20:35:46.197Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-01-15T20:35:46.212Z] + make test [2022-01-15T20:35:46.212Z] go mod tidy [2022-01-15T20:35:46.459Z] ---> Running in 105c762a8739 [2022-01-15T20:35:46.459Z] Removing intermediate container 757bfef4f0b3 [2022-01-15T20:35:46.459Z] ---> 84e7306b05fb [2022-01-15T20:35:46.459Z] [2022-01-15T20:35:46.459Z] Removing intermediate container 105c762a8739 [2022-01-15T20:35:46.459Z] ---> 42230e67db54 [2022-01-15T20:35:46.459Z] Step 12/24 : WORKDIR / [2022-01-15T20:35:46.459Z] Successfully built 84e7306b05fb [2022-01-15T20:35:46.459Z] Successfully tagged core-metadata:latest [2022-01-15T20:35:46.459Z]  Building core-metadata ... done  ---> Running in 15e21923e5a0 [2022-01-15T20:35:46.719Z] Removing intermediate container 15e21923e5a0 [2022-01-15T20:35:46.719Z] ---> 9274e4b4e93c [2022-01-15T20:35:46.719Z] 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-15T20:35:46.719Z] ---> e1c5327ddfd4 [2022-01-15T20:35:46.719Z] 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-15T20:35:46.811Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-01-15T20:35:46.978Z] ---> 0d4d4cf0e9c9 [2022-01-15T20:35:46.978Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-01-15T20:35:46.978Z] ---> 689ee11ea264 [2022-01-15T20:35:46.978Z] 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-15T20:35:47.239Z] ---> ee8a8c9fb3ba [2022-01-15T20:35:47.239Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-01-15T20:35:47.503Z] ---> 43a6e00e217b [2022-01-15T20:35:47.503Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-01-15T20:35:47.764Z] ---> 0c8963080436 [2022-01-15T20:35:47.764Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-01-15T20:35:48.026Z] ---> a48cd26a7527 [2022-01-15T20:35:48.026Z] 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-15T20:35:48.026Z] ---> Running in 2bdea62e3d29 [2022-01-15T20:35:48.287Z] Removing intermediate container 2bdea62e3d29 [2022-01-15T20:35:48.287Z] ---> 455fc6d391fb [2022-01-15T20:35:48.287Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2022-01-15T20:35:48.287Z] ---> Running in f5b02dcd59ba [2022-01-15T20:35:48.548Z] Removing intermediate container f5b02dcd59ba [2022-01-15T20:35:48.548Z] ---> 6395cbfc7caf [2022-01-15T20:35:48.548Z] Step 22/24 : LABEL arch=x86_64 [2022-01-15T20:35:48.548Z] ---> Running in f4b51cd9e5dd [2022-01-15T20:35:48.548Z] Removing intermediate container f4b51cd9e5dd [2022-01-15T20:35:48.548Z] ---> ebf5978f4e4f [2022-01-15T20:35:48.548Z] Step 23/24 : LABEL git_sha=90fab29171a5ecec30d6896e20976802c05bec5f [2022-01-15T20:35:48.548Z] ---> Running in 6b5b86338047 [2022-01-15T20:35:48.808Z] Removing intermediate container 6b5b86338047 [2022-01-15T20:35:48.808Z] ---> f6fdc56151a7 [2022-01-15T20:35:48.808Z] Step 24/24 : LABEL version=0.0.0 [2022-01-15T20:35:48.808Z] ---> Running in 048890178e52 [2022-01-15T20:35:48.808Z] Removing intermediate container 048890178e52 [2022-01-15T20:35:48.808Z] ---> 604c70971b7e [2022-01-15T20:35:48.808Z] [2022-01-15T20:35:48.808Z] Successfully built 604c70971b7e [2022-01-15T20:35:48.808Z] Successfully tagged security-secretstore-setup:latest [2022-01-15T20:35:48.815Z]  Building security-secretstore-setup ... done  [Pipeline] } [2022-01-15T20:35:48.819Z] $ docker stop --time=1 392d6227bd923ad0cf0514ba4b54ffe941ae5f1717e5a5b7e90c2b4297de749b [2022-01-15T20:35:50.095Z] $ docker rm -f 392d6227bd923ad0cf0514ba4b54ffe941ae5f1717e5a5b7e90c2b4297de749b [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-15T20:35:50.451Z] + docker images [2022-01-15T20:35:50.451Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-01-15T20:35:50.451Z] security-secretstore-setup latest 604c70971b7e 2 seconds ago 27.8MB [2022-01-15T20:35:50.451Z] core-metadata latest 84e7306b05fb 4 seconds ago 16.5MB [2022-01-15T20:35:50.451Z] b1d871d8b0c9 6 seconds ago 1.78GB [2022-01-15T20:35:50.451Z] ffc68280875a 7 seconds ago 1.78GB [2022-01-15T20:35:50.451Z] security-proxy-setup latest c325bda4198e 10 seconds ago 26.1MB [2022-01-15T20:35:50.451Z] security-bootstrapper latest b7a5a9b1947e 13 seconds ago 18.7MB [2022-01-15T20:35:50.451Z] 1ff693282ef9 15 seconds ago 1.78GB [2022-01-15T20:35:50.451Z] sys-mgmt-agent latest 875623e56284 18 seconds ago 296MB [2022-01-15T20:35:50.451Z] 3b27230b3a3a 26 seconds ago 1.77GB [2022-01-15T20:35:50.451Z] core-data latest 924bef770328 39 seconds ago 19.9MB [2022-01-15T20:35:50.451Z] support-scheduler latest d1600865e8fe 47 seconds ago 15.9MB [2022-01-15T20:35:50.451Z] 336a4c4ba1c7 49 seconds ago 1.78GB [2022-01-15T20:35:50.451Z] 56c4c06d6b46 52 seconds ago 1.77GB [2022-01-15T20:35:50.451Z] beafd05e4992 54 seconds ago 1.77GB [2022-01-15T20:35:50.451Z] support-notifications latest cf6ff9a9e082 About a minute ago 16.6MB [2022-01-15T20:35:50.451Z] 24d4b6d83db6 About a minute ago 1.77GB [2022-01-15T20:35:50.451Z] core-command latest 1a63e13cf531 About a minute ago 15.7MB [2022-01-15T20:35:50.451Z] 47360117f2d2 About a minute ago 1.77GB [2022-01-15T20:35:50.451Z] ci-base-image-x86_64 latest 74238e6cbe0a 5 minutes ago 1.27GB [2022-01-15T20:35:50.451Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine dd4a08f94e63 4 days ago 562MB [2022-01-15T20:35:50.451Z] docker 20.10.10 b706a049f56e 2 months ago 216MB [2022-01-15T20:35:50.451Z] alpine 3.14 0a97eee8041e 2 months ago 5.61MB [2022-01-15T20:35:50.451Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 3 months ago 34.5MB [2022-01-15T20:35:50.451Z] 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-15T20:36:05.616Z] Still waiting to schedule task [2022-01-15T20:36:05.616Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2022-01-15T20:36:19.161Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-01-15T20:37:15.766Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-01-15T20:37:17.421Z] Running on prd-ubuntu18.04-docker-8c-8g-1582 in /w/workspace/edgexfoundry_edgex-go_PR-3848 [Pipeline] { [Pipeline] ws [2022-01-15T20:37:17.435Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout [2022-01-15T20:37:17.523Z] The recommended git tool is: git [2022-01-15T20:37:19.133Z] using credential edgex-jenkins-ssh [2022-01-15T20:37:19.147Z] Cloning the remote Git repository [2022-01-15T20:37:19.175Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-01-15T20:37:19.214Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2022-01-15T20:37:19.249Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-01-15T20:37:19.250Z] > git --version # timeout=10 [2022-01-15T20:37:19.256Z] > git --version # 'git version 2.17.1' [2022-01-15T20:37:19.256Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-15T20:37:19.288Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-15T20:37:22.502Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-01-15T20:37:23.110Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-01-15T20:37:24.090Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-01-15T20:37:24.093Z] Merging remotes/origin/main commit 3acce916edd26c48cc534c43f5f6a7ed858771e5 into PR head commit dd593491210a36411325267f9a36c518a4519b50 [2022-01-15T20:37:24.268Z] Merge succeeded, producing e6216521e0b27e1dca93953dd6e6a1a3b11f65ee [2022-01-15T20:37:24.268Z] Checking out Revision e6216521e0b27e1dca93953dd6e6a1a3b11f65ee (PR-3848) [2022-01-15T20:37:23.402Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-01-15T20:37:23.410Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-15T20:37:23.423Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-01-15T20:37:23.439Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-01-15T20:37:23.440Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-15T20:37:23.452Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3848/head:refs/remotes/origin/PR-3848 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-01-15T20:37:24.104Z] > git config core.sparsecheckout # timeout=10 [2022-01-15T20:37:24.111Z] > git checkout -f dd593491210a36411325267f9a36c518a4519b50 # timeout=10 [2022-01-15T20:37:24.176Z] > git remote # timeout=10 [2022-01-15T20:37:24.185Z] > git config --get remote.origin.url # timeout=10 [2022-01-15T20:37:24.190Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-15T20:37:24.195Z] > git merge 3acce916edd26c48cc534c43f5f6a7ed858771e5 # timeout=10 [2022-01-15T20:37:24.263Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-15T20:37:24.274Z] > git config core.sparsecheckout # timeout=10 [2022-01-15T20:37:24.280Z] > git checkout -f e6216521e0b27e1dca93953dd6e6a1a3b11f65ee # timeout=10 [2022-01-15T20:37:27.786Z] Commit message: "Merge commit '3acce916edd26c48cc534c43f5f6a7ed858771e5' into HEAD" [2022-01-15T20:37:27.796Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-15T20:37:28.593Z] + echo snap-build.sh [2022-01-15T20:37:28.593Z] snap-build.sh [2022-01-15T20:37:28.593Z] + SNAP_BASE_DIR=. [2022-01-15T20:37:28.593Z] + '[' '!' -z /w/workspace/edgex-go/12 ']' [2022-01-15T20:37:28.593Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/12 [2022-01-15T20:37:28.593Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/12]' [2022-01-15T20:37:28.593Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/12] [2022-01-15T20:37:28.593Z] + cd /w/workspace/edgex-go/12 [2022-01-15T20:37:28.593Z] + sudo apt-get remove -qy --purge lxd lxd-client [2022-01-15T20:37:28.593Z] Reading package lists... [2022-01-15T20:37:28.593Z] Building dependency tree... [2022-01-15T20:37:28.593Z] Reading state information... [2022-01-15T20:37:28.593Z] The following packages were automatically installed and are no longer required: [2022-01-15T20:37:28.593Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2022-01-15T20:37:28.593Z] uidmap xdelta3 [2022-01-15T20:37:28.593Z] Use 'sudo apt autoremove' to remove them. [2022-01-15T20:37:28.593Z] The following packages will be REMOVED: [2022-01-15T20:37:28.593Z] lxd* lxd-client* [2022-01-15T20:37:28.593Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2022-01-15T20:37:27.792Z] > git rev-list --no-walk b19f63670286389f3a63a70ea5bcbbfaedb5d4fc # timeout=10 [2022-01-15T20:37:29.172Z] After this operation, 31.7 MB disk space will be freed. [2022-01-15T20:37:29.690Z] (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-15T20:37:29.690Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-01-15T20:37:30.262Z] Removing lxd dnsmasq configuration [2022-01-15T20:37:30.262Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2022-01-15T20:37:30.525Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2022-01-15T20:37:31.102Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2022-01-15T20:37:31.364Z] (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-15T20:37:31.364Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-01-15T20:37:32.756Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2022-01-15T20:37:33.019Z] Processing triggers for ureadahead (0.100.0-21) ... [2022-01-15T20:37:33.595Z] + sudo snap remove --purge lxd [2022-01-15T20:37:33.595Z] snap "lxd" is not installed [2022-01-15T20:37:33.595Z] + sudo groupadd --force --system lxd [2022-01-15T20:37:33.595Z] ++ whoami [2022-01-15T20:37:33.595Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2022-01-15T20:37:33.595Z] + newgrp - lxd [2022-01-15T20:37:33.595Z] + sudo snap install lxd [2022-01-15T20:37:36.495Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-01-15T20:37:36.495Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-01-15T20:37:36.495Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-01-15T20:37:36.495Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-01-15T20:37:36.495Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-01-15T20:37:36.495Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-01-15T20:37:36.495Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-01-15T20:37:36.495Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-01-15T20:37:36.495Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-01-15T20:37:36.495Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-01-15T20:37:43.609Z] 2022-01-15T20:37:40Z INFO Waiting for automatic snapd restart... [2022-01-15T20:37:44.794Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.173s coverage: 28.7% of statements [2022-01-15T20:37:44.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-01-15T20:37:44.794Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-01-15T20:37:49.123Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.326s coverage: 98.5% of statements [2022-01-15T20:37:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-01-15T20:37:49.123Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.404s coverage: 44.7% of statements [2022-01-15T20:37:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-01-15T20:37:49.123Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-01-15T20:37:51.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.622s coverage: 89.5% of statements [2022-01-15T20:37:51.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-01-15T20:37:51.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-01-15T20:37:51.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.293s coverage: 84.4% of statements [2022-01-15T20:37:51.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-01-15T20:37:51.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-01-15T20:37:51.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-01-15T20:37:51.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-01-15T20:37:51.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-01-15T20:38:03.657Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.699s coverage: 94.2% of statements [2022-01-15T20:38:03.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-01-15T20:38:03.657Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-01-15T20:38:03.657Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.242s coverage: 59.1% of statements [2022-01-15T20:38:03.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-01-15T20:38:03.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-01-15T20:38:03.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-01-15T20:38:03.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-01-15T20:38:03.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-01-15T20:38:03.657Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.195s coverage: 60.0% of statements [2022-01-15T20:38:03.657Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-01-15T20:38:03.658Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-01-15T20:38:03.658Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-01-15T20:38:03.658Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.384s coverage: 0.9% of statements [2022-01-15T20:38:03.658Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-01-15T20:38:03.658Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.183s coverage: 58.8% of statements [2022-01-15T20:38:03.658Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.185s coverage: 21.7% of statements [2022-01-15T20:38:03.658Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-01-15T20:38:03.658Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.355s coverage: 47.1% of statements [2022-01-15T20:38:03.658Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.415s coverage: 79.5% of statements [2022-01-15T20:38:03.658Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.262s coverage: 94.1% of statements [2022-01-15T20:38:03.658Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.209s coverage: 96.3% of statements [2022-01-15T20:38:03.658Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.207s coverage: 87.5% of statements [2022-01-15T20:38:05.599Z] lxd 4.21 from Canonical* installed [2022-01-15T20:38:05.599Z] + sudo lxd init --auto [2022-01-15T20:38:13.755Z] + sudo snap install --classic snapcraft [2022-01-15T20:38:16.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.247s coverage: 94.4% of statements [2022-01-15T20:38:16.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.182s coverage: 44.8% of statements [2022-01-15T20:38:20.374Z] snapcraft 6.0.2 from Canonical* installed [2022-01-15T20:38:20.374Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2022-01-15T20:38:20.374Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2022-01-15T20:38:20.374Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-01-15T20:38:20.374Z] Dload Upload Total Spent Left Speed [2022-01-15T20:38:20.374Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 658 100 658 0 0 4386 0 --:--:-- --:--:-- --:--:-- 4386 [2022-01-15T20:38:20.374Z] 100 3325k 100 3325k 0 0 8271k 0 --:--:-- --:--:-- --:--:-- 8271k [2022-01-15T20:38:20.374Z] ./yq_linux_amd64 [2022-01-15T20:38:20.374Z] + sudo snapcraft prime --use-lxd [2022-01-15T20:38:21.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.641s coverage: 82.5% of statements [2022-01-15T20:38:21.481Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-01-15T20:38:21.771Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2022-01-15T20:38:21.771Z] 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-15T20:38:21.771Z] - README.md [2022-01-15T20:38:21.771Z] [2022-01-15T20:38:21.771Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-01-15T20:38:22.345Z] Launching a container. [2022-01-15T20:38:28.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.262s coverage: 92.9% of statements [2022-01-15T20:38:28.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-01-15T20:38:28.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-01-15T20:38:28.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-01-15T20:38:28.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.074s coverage: 65.1% of statements [2022-01-15T20:38:28.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-01-15T20:38:28.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-01-15T20:38:28.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-01-15T20:38:28.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-01-15T20:38:28.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-01-15T20:38:28.214Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.191s coverage: 87.2% of statements [2022-01-15T20:38:28.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-01-15T20:38:28.214Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-01-15T20:38:28.215Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.170s coverage: 100.0% of statements [2022-01-15T20:38:28.215Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-01-15T20:38:28.215Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.271s coverage: 58.8% of statements [2022-01-15T20:38:28.215Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-01-15T20:38:28.215Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.283s coverage: 80.0% of statements [2022-01-15T20:38:28.215Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.209s coverage: 87.2% of statements [2022-01-15T20:38:28.215Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.286s coverage: 85.4% of statements [2022-01-15T20:38:28.215Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.781s coverage: 91.2% of statements [2022-01-15T20:38:28.215Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-01-15T20:38:28.215Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.789s coverage: 64.4% of statements [2022-01-15T20:38:28.215Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-01-15T20:38:28.215Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-01-15T20:38:28.215Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.195s coverage: 100.0% of statements [2022-01-15T20:38:28.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.116s coverage: 89.4% of statements [2022-01-15T20:38:28.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.115s coverage: 100.0% of statements [2022-01-15T20:38:29.487Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.106s coverage: 73.7% of statements [2022-01-15T20:38:30.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.087s coverage: 100.0% of statements [2022-01-15T20:38:32.374Z] Waiting for container to be ready [2022-01-15T20:38:32.945Z] To start your first container, try: lxc launch ubuntu:20.04 [2022-01-15T20:38:32.945Z] Or for a virtual machine: lxc launch ubuntu:20.04 --vm [2022-01-15T20:38:32.945Z] [2022-01-15T20:38:35.545Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.321s coverage: 65.4% of statements [2022-01-15T20:38:35.545Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-01-15T20:38:35.545Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-01-15T20:38:35.545Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-01-15T20:38:36.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.746s coverage: 43.8% of statements [2022-01-15T20:38:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-01-15T20:38:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-01-15T20:38:36.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.241s coverage: 89.5% of statements [2022-01-15T20:38:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-01-15T20:38:36.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.223s coverage: 84.8% of statements [2022-01-15T20:38:36.989Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-01-15T20:38:37.151Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2022-01-15T20:38:38.093Z] Waiting for network to be ready... [2022-01-15T20:38:38.667Z] Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] [2022-01-15T20:38:38.667Z] Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] [2022-01-15T20:38:38.928Z] Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] [2022-01-15T20:38:39.189Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1135 kB] [2022-01-15T20:38:39.189Z] Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [970 kB] [2022-01-15T20:38:39.450Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [205 kB] [2022-01-15T20:38:39.450Z] Get:7 http://archive.ubuntu.com/ubuntu focal/main Translation-en [506 kB] [2022-01-15T20:38:39.450Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [21.8 kB] [2022-01-15T20:38:39.450Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [4948 B] [2022-01-15T20:38:39.450Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [643 kB] [2022-01-15T20:38:39.450Z] Get:11 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [144 kB] [2022-01-15T20:38:39.450Z] Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [91.7 kB] [2022-01-15T20:38:39.450Z] Get:13 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [675 kB] [2022-01-15T20:38:39.450Z] Get:14 http://archive.ubuntu.com/ubuntu focal/multiverse Translation-en [104 kB] [2022-01-15T20:38:39.450Z] Get:15 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [22.0 kB] [2022-01-15T20:38:39.450Z] Get:16 http://archive.ubuntu.com/ubuntu focal/restricted Translation-en [6212 B] [2022-01-15T20:38:39.450Z] Get:17 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [8628 kB] [2022-01-15T20:38:39.711Z] Get:18 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [115 kB] [2022-01-15T20:38:39.972Z] Get:19 http://archive.ubuntu.com/ubuntu focal/universe Translation-en [5124 kB] [2022-01-15T20:38:39.972Z] Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1469 kB] [2022-01-15T20:38:39.972Z] Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [291 kB] [2022-01-15T20:38:39.972Z] Get:22 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [24.8 kB] [2022-01-15T20:38:39.972Z] Get:23 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [6928 B] [2022-01-15T20:38:39.972Z] Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [694 kB] [2022-01-15T20:38:39.972Z] Get:25 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [99.0 kB] [2022-01-15T20:38:39.972Z] Get:26 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [892 kB] [2022-01-15T20:38:40.234Z] Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [196 kB] [2022-01-15T20:38:42.148Z] Fetched 22.6 MB in 4s (5861 kB/s) [2022-01-15T20:38:43.090Z] Reading package lists... [2022-01-15T20:38:43.090Z] Reading package lists... [2022-01-15T20:38:43.352Z] Building dependency tree... [2022-01-15T20:38:43.352Z] Reading state information... [2022-01-15T20:38:43.613Z] The following additional packages will be installed: [2022-01-15T20:38:43.613Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-01-15T20:38:43.613Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-01-15T20:38:43.613Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-01-15T20:38:43.613Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2022-01-15T20:38:43.613Z] Suggested packages: [2022-01-15T20:38:43.613Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2022-01-15T20:38:43.613Z] Recommended packages: [2022-01-15T20:38:43.613Z] gnupg libsasl2-modules [2022-01-15T20:38:43.613Z] The following NEW packages will be installed: [2022-01-15T20:38:43.613Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-01-15T20:38:43.613Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-01-15T20:38:43.613Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-01-15T20:38:43.613Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2022-01-15T20:38:43.613Z] The following packages will be upgraded: [2022-01-15T20:38:43.613Z] gpg gpg-agent gpgconf libudev1 [2022-01-15T20:38:43.613Z] 4 upgraded, 18 newly installed, 0 to remove and 81 not upgraded. [2022-01-15T20:38:43.613Z] Need to get 3859 kB of archives. [2022-01-15T20:38:43.613Z] After this operation, 14.9 MB of additional disk space will be used. [2022-01-15T20:38:43.613Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libudev1 amd64 245.4-4ubuntu3.15 [77.2 kB] [2022-01-15T20:38:43.613Z] Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 udev amd64 245.4-4ubuntu3.15 [1364 kB] [2022-01-15T20:38:43.613Z] Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuse2 amd64 2.9.9-3 [82.0 kB] [2022-01-15T20:38:44.186Z] Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 fuse amd64 2.9.9-3 [26.0 kB] [2022-01-15T20:38:44.186Z] Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB] [2022-01-15T20:38:44.445Z] Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB] [2022-01-15T20:38:44.445Z] Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB] [2022-01-15T20:38:44.445Z] Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2022-01-15T20:38:44.445Z] Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB] [2022-01-15T20:38:44.445Z] Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB] [2022-01-15T20:38:44.445Z] Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB] [2022-01-15T20:38:44.445Z] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB] [2022-01-15T20:38:44.445Z] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB] [2022-01-15T20:38:44.445Z] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB] [2022-01-15T20:38:44.445Z] Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB] [2022-01-15T20:38:44.445Z] Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB] [2022-01-15T20:38:44.445Z] Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB] [2022-01-15T20:38:44.446Z] Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2 [14.9 kB] [2022-01-15T20:38:44.446Z] Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2 [49.3 kB] [2022-01-15T20:38:44.707Z] Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB] [2022-01-15T20:38:44.707Z] Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] [2022-01-15T20:38:44.707Z] Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB] [2022-01-15T20:38:44.707Z] debconf: delaying package configuration, since apt-utils is not installed [2022-01-15T20:38:44.707Z] Fetched 3859 kB in 1s (3544 kB/s) [2022-01-15T20:38:44.707Z] (Reading database ... 12816 files and directories currently installed.) [2022-01-15T20:38:44.707Z] Preparing to unpack .../libudev1_245.4-4ubuntu3.15_amd64.deb ... [2022-01-15T20:38:44.707Z] Unpacking libudev1:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-01-15T20:38:44.968Z] Setting up libudev1:amd64 (245.4-4ubuntu3.15) ... [2022-01-15T20:38:44.968Z] Selecting previously unselected package udev. [2022-01-15T20:38:44.968Z] (Reading database ... 12816 files and directories currently installed.) [2022-01-15T20:38:44.968Z] Preparing to unpack .../00-udev_245.4-4ubuntu3.15_amd64.deb ... [2022-01-15T20:38:44.968Z] Unpacking udev (245.4-4ubuntu3.15) ... [2022-01-15T20:38:45.231Z] Selecting previously unselected package libfuse2:amd64. [2022-01-15T20:38:45.231Z] Preparing to unpack .../01-libfuse2_2.9.9-3_amd64.deb ... [2022-01-15T20:38:45.231Z] Unpacking libfuse2:amd64 (2.9.9-3) ... [2022-01-15T20:38:45.231Z] Selecting previously unselected package fuse. [2022-01-15T20:38:45.231Z] Preparing to unpack .../02-fuse_2.9.9-3_amd64.deb ... [2022-01-15T20:38:45.231Z] Unpacking fuse (2.9.9-3) ... [2022-01-15T20:38:45.231Z] Preparing to unpack .../03-gpg_2.2.19-3ubuntu2.1_amd64.deb ... [2022-01-15T20:38:45.231Z] Unpacking gpg (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-01-15T20:38:45.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.244s coverage: 17.7% of statements [2022-01-15T20:38:45.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-01-15T20:38:45.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-01-15T20:38:45.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-01-15T20:38:45.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-01-15T20:38:45.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.651s coverage: 92.3% of statements [2022-01-15T20:38:45.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-01-15T20:38:45.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-01-15T20:38:45.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-01-15T20:38:45.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-01-15T20:38:45.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.215s coverage: 63.2% of statements [2022-01-15T20:38:45.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-01-15T20:38:45.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-01-15T20:38:45.269Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.390s coverage: 97.7% of statements [2022-01-15T20:38:45.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-01-15T20:38:45.269Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-01-15T20:38:45.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-01-15T20:38:45.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-01-15T20:38:45.269Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.178s coverage: 28.9% of statements [2022-01-15T20:38:45.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-01-15T20:38:45.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-01-15T20:38:45.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-01-15T20:38:45.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-01-15T20:38:45.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-01-15T20:38:45.269Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-01-15T20:38:45.269Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.180s coverage: 100.0% of statements [2022-01-15T20:38:45.269Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 96.9% of statements [2022-01-15T20:38:45.269Z] 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-15T20:38:45.269Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-01-15T20:38:45.269Z] GO111MODULE=on go vet ./... [2022-01-15T20:38:45.492Z] Preparing to unpack .../04-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ... [2022-01-15T20:38:45.492Z] Unpacking gpgconf (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-01-15T20:38:45.492Z] Preparing to unpack .../05-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ... [2022-01-15T20:38:45.492Z] Unpacking gpg-agent (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-01-15T20:38:45.492Z] Selecting previously unselected package libksba8:amd64. [2022-01-15T20:38:45.492Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2022-01-15T20:38:45.492Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2022-01-15T20:38:45.492Z] Selecting previously unselected package libroken18-heimdal:amd64. [2022-01-15T20:38:45.492Z] Preparing to unpack .../07-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-01-15T20:38:45.492Z] Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-01-15T20:38:45.754Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2022-01-15T20:38:45.754Z] Preparing to unpack .../08-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-01-15T20:38:45.754Z] Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-01-15T20:38:45.754Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2022-01-15T20:38:45.754Z] Preparing to unpack .../09-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-01-15T20:38:45.754Z] Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-01-15T20:38:45.754Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2022-01-15T20:38:45.754Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-01-15T20:38:45.754Z] Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-01-15T20:38:45.754Z] Selecting previously unselected package libwind0-heimdal:amd64. [2022-01-15T20:38:45.754Z] Preparing to unpack .../11-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-01-15T20:38:45.754Z] Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-01-15T20:38:46.015Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2022-01-15T20:38:46.015Z] Preparing to unpack .../12-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-01-15T20:38:46.015Z] Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-01-15T20:38:46.015Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2022-01-15T20:38:46.015Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-01-15T20:38:46.015Z] Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-01-15T20:38:46.015Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2022-01-15T20:38:46.015Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-01-15T20:38:46.015Z] Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-01-15T20:38:46.015Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2022-01-15T20:38:46.015Z] Preparing to unpack .../15-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... [2022-01-15T20:38:46.015Z] Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-01-15T20:38:46.276Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2022-01-15T20:38:46.276Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27+dfsg-2_amd64.deb ... [2022-01-15T20:38:46.276Z] Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ... [2022-01-15T20:38:46.276Z] Selecting previously unselected package libsasl2-2:amd64. [2022-01-15T20:38:46.276Z] Preparing to unpack .../17-libsasl2-2_2.1.27+dfsg-2_amd64.deb ... [2022-01-15T20:38:46.276Z] Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2) ... [2022-01-15T20:38:46.276Z] Selecting previously unselected package libldap-common. [2022-01-15T20:38:46.276Z] Preparing to unpack .../18-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ... [2022-01-15T20:38:46.276Z] Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ... [2022-01-15T20:38:46.276Z] Selecting previously unselected package libldap-2.4-2:amd64. [2022-01-15T20:38:46.276Z] Preparing to unpack .../19-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... [2022-01-15T20:38:46.276Z] Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... [2022-01-15T20:38:46.537Z] Selecting previously unselected package dirmngr. [2022-01-15T20:38:46.537Z] Preparing to unpack .../20-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ... [2022-01-15T20:38:46.537Z] Unpacking dirmngr (2.2.19-3ubuntu2.1) ... [2022-01-15T20:38:46.537Z] Setting up libksba8:amd64 (1.3.5-2) ... [2022-01-15T20:38:46.537Z] Setting up libfuse2:amd64 (2.9.9-3) ... [2022-01-15T20:38:46.537Z] Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ... [2022-01-15T20:38:46.537Z] Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ... [2022-01-15T20:38:46.537Z] Setting up udev (245.4-4ubuntu3.15) ... [2022-01-15T20:38:47.111Z] invoke-rc.d: policy-rc.d denied execution of start. [2022-01-15T20:38:47.379Z] Setting up libsasl2-2:amd64 (2.1.27+dfsg-2) ... [2022-01-15T20:38:47.379Z] Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-01-15T20:38:47.379Z] Setting up gpgconf (2.2.19-3ubuntu2.1) ... [2022-01-15T20:38:47.379Z] Setting up gpg (2.2.19-3ubuntu2.1) ... [2022-01-15T20:38:47.379Z] Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-01-15T20:38:47.379Z] Setting up fuse (2.9.9-3) ... [2022-01-15T20:38:47.379Z] Setting up gpg-agent (2.2.19-3ubuntu2.1) ... [2022-01-15T20:38:47.961Z] Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-01-15T20:38:47.961Z] Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-01-15T20:38:47.961Z] Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-01-15T20:38:47.961Z] Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-01-15T20:38:47.961Z] Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-01-15T20:38:47.961Z] Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-01-15T20:38:47.961Z] Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... [2022-01-15T20:38:47.961Z] Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... [2022-01-15T20:38:47.961Z] Setting up dirmngr (2.2.19-3ubuntu2.1) ... [2022-01-15T20:38:47.961Z] Created symlink /etc/systemd/user/sockets.target.wants/dirmngr.socket → /usr/lib/systemd/user/dirmngr.socket. [2022-01-15T20:38:48.224Z] Processing triggers for systemd (245.4-4ubuntu3) ... [2022-01-15T20:38:48.224Z] Processing triggers for libc-bin (2.31-0ubuntu9) ... [2022-01-15T20:38:48.797Z] The unit files have no installation config (WantedBy=, RequiredBy=, Also=, [2022-01-15T20:38:48.797Z] Alias= settings in the [Install] section, and DefaultInstance= for template [2022-01-15T20:38:48.797Z] units). This means they are not meant to be enabled using systemctl. [2022-01-15T20:38:48.797Z] [2022-01-15T20:38:48.797Z] Possible reasons for having this kind of units are: [2022-01-15T20:38:48.797Z] • A unit may be statically enabled by being symlinked from another unit's [2022-01-15T20:38:48.797Z] .wants/ or .requires/ directory. [2022-01-15T20:38:48.797Z] • A unit's purpose may be to act as a helper for some other unit which has [2022-01-15T20:38:48.797Z] a requirement dependency on it. [2022-01-15T20:38:48.797Z] • A unit may be started when needed via activation (socket, path, timer, [2022-01-15T20:38:48.797Z] D-Bus, udev, scripted systemctl call, ...). [2022-01-15T20:38:48.797Z] • In case of template units, the unit is meant to be enabled with some [2022-01-15T20:38:48.797Z] instance name specified. [2022-01-15T20:38:49.058Z] Reading package lists... [2022-01-15T20:38:49.320Z] Building dependency tree... [2022-01-15T20:38:49.320Z] Reading state information... [2022-01-15T20:38:49.320Z] The following additional packages will be installed: [2022-01-15T20:38:49.320Z] apparmor libbsd0 libcbor0.6 libedit2 libexpat1 libfido2-1 libgssapi-krb5-2 [2022-01-15T20:38:49.320Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2022-01-15T20:38:49.320Z] libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib mime-support [2022-01-15T20:38:49.320Z] openssh-client python3 python3-minimal python3.8 python3.8-minimal [2022-01-15T20:38:49.320Z] squashfs-tools [2022-01-15T20:38:49.320Z] Suggested packages: [2022-01-15T20:38:49.320Z] apparmor-profiles-extra apparmor-utils krb5-doc krb5-user keychain [2022-01-15T20:38:49.320Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2022-01-15T20:38:49.320Z] python3.8-venv python3.8-doc binfmt-support zenity | kdialog [2022-01-15T20:38:49.320Z] Recommended packages: [2022-01-15T20:38:49.320Z] krb5-locales file xauth gnupg [2022-01-15T20:38:49.320Z] The following NEW packages will be installed: [2022-01-15T20:38:49.320Z] apparmor libbsd0 libcbor0.6 libedit2 libexpat1 libfido2-1 libgssapi-krb5-2 [2022-01-15T20:38:49.320Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2022-01-15T20:38:49.320Z] libpython3-stdlib libpython3.8-minimal libpython3.8-stdlib mime-support [2022-01-15T20:38:49.320Z] openssh-client python3 python3-minimal python3.8 python3.8-minimal snapd [2022-01-15T20:38:49.320Z] squashfs-tools sudo [2022-01-15T20:38:49.581Z] 0 upgraded, 25 newly installed, 0 to remove and 81 not upgraded. [2022-01-15T20:38:49.581Z] Need to get 38.0 MB of archives. [2022-01-15T20:38:49.581Z] After this operation, 166 MB of additional disk space will be used. [2022-01-15T20:38:49.581Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.2 [717 kB] [2022-01-15T20:38:49.581Z] Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libexpat1 amd64 2.2.9-1build1 [73.3 kB] [2022-01-15T20:38:49.844Z] Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB] [2022-01-15T20:38:49.844Z] Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] [2022-01-15T20:38:49.844Z] Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB] [2022-01-15T20:38:50.105Z] Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B] [2022-01-15T20:38:50.105Z] Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB] [2022-01-15T20:38:50.105Z] Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB] [2022-01-15T20:38:50.105Z] Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apparmor amd64 2.13.3-7ubuntu5.1 [494 kB] [2022-01-15T20:38:50.105Z] Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB] [2022-01-15T20:38:50.105Z] Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB] [2022-01-15T20:38:50.105Z] Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB] [2022-01-15T20:38:50.105Z] Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.2 [1900 kB] [2022-01-15T20:38:50.365Z] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libkeyutils1 amd64 1.6-6ubuntu1 [10.2 kB] [2022-01-15T20:38:50.365Z] Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.4 [671 kB] [2022-01-15T20:38:50.365Z] Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 liblzo2-2 amd64 2.10-2 [50.8 kB] [2022-01-15T20:38:50.365Z] Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 snapd amd64 2.51.1+20.04ubuntu2 [30.4 MB] [2022-01-15T20:38:50.365Z] Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.2 [1675 kB] [2022-01-15T20:38:50.365Z] Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.2 [387 kB] [2022-01-15T20:38:50.625Z] Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 sudo amd64 1.8.31-1ubuntu1.2 [514 kB] [2022-01-15T20:38:50.625Z] Get:21 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB] [2022-01-15T20:38:50.625Z] Get:22 http://security.ubuntu.com/ubuntu focal-security/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB] [2022-01-15T20:38:50.625Z] Get:23 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB] [2022-01-15T20:38:50.625Z] Get:24 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB] [2022-01-15T20:38:50.625Z] Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 squashfs-tools amd64 1:4.4-1ubuntu0.3 [117 kB] [2022-01-15T20:38:51.569Z] debconf: delaying package configuration, since apt-utils is not installed [2022-01-15T20:38:51.569Z] Fetched 38.0 MB in 2s (20.3 MB/s) [2022-01-15T20:38:51.569Z] Selecting previously unselected package libpython3.8-minimal:amd64. [2022-01-15T20:38:51.569Z] (Reading database ... 13067 files and directories currently installed.) [2022-01-15T20:38:51.569Z] Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.2_amd64.deb ... [2022-01-15T20:38:51.569Z] Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.2) ... [2022-01-15T20:38:51.569Z] Selecting previously unselected package libexpat1:amd64. [2022-01-15T20:38:51.569Z] Preparing to unpack .../libexpat1_2.2.9-1build1_amd64.deb ... [2022-01-15T20:38:51.569Z] Unpacking libexpat1:amd64 (2.2.9-1build1) ... [2022-01-15T20:38:51.569Z] Selecting previously unselected package python3.8-minimal. [2022-01-15T20:38:51.569Z] Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.2_amd64.deb ... [2022-01-15T20:38:51.569Z] Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.2) ... [2022-01-15T20:38:51.831Z] Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.2) ... [2022-01-15T20:38:51.831Z] Setting up libexpat1:amd64 (2.2.9-1build1) ... [2022-01-15T20:38:51.831Z] Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.2) ... [2022-01-15T20:38:52.407Z] Selecting previously unselected package python3-minimal. [2022-01-15T20:38:52.407Z] (Reading database ... 13358 files and directories currently installed.) [2022-01-15T20:38:52.407Z] Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ... [2022-01-15T20:38:52.407Z] Unpacking python3-minimal (3.8.2-0ubuntu2) ... [2022-01-15T20:38:52.407Z] Selecting previously unselected package mime-support. [2022-01-15T20:38:52.407Z] Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... [2022-01-15T20:38:52.407Z] Unpacking mime-support (3.64ubuntu1) ... [2022-01-15T20:38:52.670Z] Selecting previously unselected package libmpdec2:amd64. [2022-01-15T20:38:52.670Z] Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ... [2022-01-15T20:38:52.670Z] Unpacking libmpdec2:amd64 (2.4.2-3) ... [2022-01-15T20:38:52.670Z] Selecting previously unselected package libpython3.8-stdlib:amd64. [2022-01-15T20:38:52.670Z] Preparing to unpack .../3-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.2_amd64.deb ... [2022-01-15T20:38:52.670Z] Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.2) ... [2022-01-15T20:38:52.931Z] Selecting previously unselected package python3.8. [2022-01-15T20:38:52.931Z] Preparing to unpack .../4-python3.8_3.8.10-0ubuntu1~20.04.2_amd64.deb ... [2022-01-15T20:38:52.931Z] Unpacking python3.8 (3.8.10-0ubuntu1~20.04.2) ... [2022-01-15T20:38:52.931Z] Selecting previously unselected package libpython3-stdlib:amd64. [2022-01-15T20:38:52.931Z] Preparing to unpack .../5-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ... [2022-01-15T20:38:52.931Z] Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... [2022-01-15T20:38:52.931Z] Setting up python3-minimal (3.8.2-0ubuntu2) ... [2022-01-15T20:38:53.193Z] Selecting previously unselected package python3. [2022-01-15T20:38:53.193Z] (Reading database ... 13760 files and directories currently installed.) [2022-01-15T20:38:53.193Z] Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ... [2022-01-15T20:38:53.193Z] Unpacking python3 (3.8.2-0ubuntu2) ... [2022-01-15T20:38:53.193Z] Selecting previously unselected package libbsd0:amd64. [2022-01-15T20:38:53.193Z] Preparing to unpack .../01-libbsd0_0.10.0-1_amd64.deb ... [2022-01-15T20:38:53.193Z] Unpacking libbsd0:amd64 (0.10.0-1) ... [2022-01-15T20:38:53.193Z] Selecting previously unselected package sudo. [2022-01-15T20:38:53.457Z] Preparing to unpack .../02-sudo_1.8.31-1ubuntu1.2_amd64.deb ... [2022-01-15T20:38:53.457Z] Unpacking sudo (1.8.31-1ubuntu1.2) ... [2022-01-15T20:38:53.457Z] Selecting previously unselected package apparmor. [2022-01-15T20:38:53.457Z] Preparing to unpack .../03-apparmor_2.13.3-7ubuntu5.1_amd64.deb ... [2022-01-15T20:38:53.457Z] Unpacking apparmor (2.13.3-7ubuntu5.1) ... [2022-01-15T20:38:53.717Z] Selecting previously unselected package libcbor0.6:amd64. [2022-01-15T20:38:53.717Z] Preparing to unpack .../04-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ... [2022-01-15T20:38:53.717Z] Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ... [2022-01-15T20:38:53.717Z] Selecting previously unselected package libedit2:amd64. [2022-01-15T20:38:53.717Z] Preparing to unpack .../05-libedit2_3.1-20191231-1_amd64.deb ... [2022-01-15T20:38:53.717Z] Unpacking libedit2:amd64 (3.1-20191231-1) ... [2022-01-15T20:38:53.717Z] Selecting previously unselected package libfido2-1:amd64. [2022-01-15T20:38:53.717Z] Preparing to unpack .../06-libfido2-1_1.3.1-1ubuntu2_amd64.deb ... [2022-01-15T20:38:53.717Z] Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ... [2022-01-15T20:38:53.717Z] Selecting previously unselected package libkrb5support0:amd64. [2022-01-15T20:38:53.717Z] Preparing to unpack .../07-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ... [2022-01-15T20:38:53.717Z] Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ... [2022-01-15T20:38:54.007Z] Selecting previously unselected package libk5crypto3:amd64. [2022-01-15T20:38:54.007Z] Preparing to unpack .../08-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ... [2022-01-15T20:38:54.007Z] Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ... [2022-01-15T20:38:54.285Z] Selecting previously unselected package libkeyutils1:amd64. [2022-01-15T20:38:54.285Z] Preparing to unpack .../09-libkeyutils1_1.6-6ubuntu1_amd64.deb ... [2022-01-15T20:38:54.285Z] Unpacking libkeyutils1:amd64 (1.6-6ubuntu1) ... [2022-01-15T20:38:54.285Z] Selecting previously unselected package libkrb5-3:amd64. [2022-01-15T20:38:54.285Z] Preparing to unpack .../10-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ... [2022-01-15T20:38:54.285Z] Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ... [2022-01-15T20:38:54.285Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2022-01-15T20:38:54.285Z] Preparing to unpack .../11-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ... [2022-01-15T20:38:54.285Z] Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... [2022-01-15T20:38:54.549Z] Selecting previously unselected package openssh-client. [2022-01-15T20:38:54.549Z] Preparing to unpack .../12-openssh-client_1%3a8.2p1-4ubuntu0.4_amd64.deb ... [2022-01-15T20:38:54.549Z] Unpacking openssh-client (1:8.2p1-4ubuntu0.4) ... [2022-01-15T20:38:54.549Z] Selecting previously unselected package liblzo2-2:amd64. [2022-01-15T20:38:54.549Z] Preparing to unpack .../13-liblzo2-2_2.10-2_amd64.deb ... [2022-01-15T20:38:54.549Z] Unpacking liblzo2-2:amd64 (2.10-2) ... [2022-01-15T20:38:54.549Z] Selecting previously unselected package squashfs-tools. [2022-01-15T20:38:54.549Z] Preparing to unpack .../14-squashfs-tools_1%3a4.4-1ubuntu0.3_amd64.deb ... [2022-01-15T20:38:54.549Z] Unpacking squashfs-tools (1:4.4-1ubuntu0.3) ... [2022-01-15T20:38:54.855Z] Selecting previously unselected package snapd. [2022-01-15T20:38:54.855Z] Preparing to unpack .../15-snapd_2.51.1+20.04ubuntu2_amd64.deb ... [2022-01-15T20:38:54.855Z] Unpacking snapd (2.51.1+20.04ubuntu2) ... [2022-01-15T20:38:57.400Z] Setting up libkeyutils1:amd64 (1.6-6ubuntu1) ... [2022-01-15T20:38:57.400Z] Setting up mime-support (3.64ubuntu1) ... [2022-01-15T20:38:57.400Z] Setting up liblzo2-2:amd64 (2.10-2) ... [2022-01-15T20:38:57.400Z] Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ... [2022-01-15T20:38:57.400Z] Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ... [2022-01-15T20:38:57.400Z] Setting up sudo (1.8.31-1ubuntu1.2) ... [2022-01-15T20:38:57.661Z] Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ... [2022-01-15T20:38:57.661Z] Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ... [2022-01-15T20:38:57.661Z] Setting up libmpdec2:amd64 (2.4.2-3) ... [2022-01-15T20:38:57.661Z] Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.2) ... [2022-01-15T20:38:57.661Z] Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ... [2022-01-15T20:38:57.661Z] Setting up python3.8 (3.8.10-0ubuntu1~20.04.2) ... [2022-01-15T20:38:58.232Z] Setting up libbsd0:amd64 (0.10.0-1) ... [2022-01-15T20:38:58.232Z] Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... [2022-01-15T20:38:58.232Z] Setting up squashfs-tools (1:4.4-1ubuntu0.3) ... [2022-01-15T20:38:58.232Z] Setting up libedit2:amd64 (3.1-20191231-1) ... [2022-01-15T20:38:58.232Z] Setting up python3 (3.8.2-0ubuntu2) ... [2022-01-15T20:38:58.232Z] running python rtupdate hooks for python3.8... [2022-01-15T20:38:58.232Z] running python post-rtupdate hooks for python3.8... [2022-01-15T20:38:58.232Z] Setting up apparmor (2.13.3-7ubuntu5.1) ... [2022-01-15T20:38:59.176Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2022-01-15T20:38:59.436Z] Reloading AppArmor profiles [2022-01-15T20:39:00.011Z] Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ... [2022-01-15T20:39:00.274Z] Setting up openssh-client (1:8.2p1-4ubuntu0.4) ... [2022-01-15T20:39:00.537Z] Setting up snapd (2.51.1+20.04ubuntu2) ... [2022-01-15T20:39:00.798Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2022-01-15T20:39:01.058Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2022-01-15T20:39:01.318Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2022-01-15T20:39:01.577Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2022-01-15T20:39:01.836Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-01-15T20:39:01.836Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-01-15T20:39:02.097Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2022-01-15T20:39:02.357Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2022-01-15T20:39:02.618Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2022-01-15T20:39:02.880Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2022-01-15T20:39:03.141Z] /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-15T20:39:03.141Z] Processing triggers for systemd (245.4-4ubuntu3) ... [2022-01-15T20:39:03.141Z] Processing triggers for libc-bin (2.31-0ubuntu9) ... [2022-01-15T20:39:04.082Z] Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease [2022-01-15T20:39:04.082Z] Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease [2022-01-15T20:39:04.082Z] Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [2022-01-15T20:39:04.917Z] Reading package lists... [2022-01-15T20:39:05.177Z] Reading package lists... [2022-01-15T20:39:05.440Z] Building dependency tree... [2022-01-15T20:39:05.440Z] Reading state information... [2022-01-15T20:39:05.440Z] Calculating upgrade... [2022-01-15T20:39:05.701Z] The following packages will be upgraded: [2022-01-15T20:39:05.701Z] apt base-files bash binutils binutils-common binutils-x86-64-linux-gnu [2022-01-15T20:39:05.701Z] bsdutils build-essential ca-certificates cpp-9 fdisk g++-9 gcc-10-base gcc-9 [2022-01-15T20:39:05.701Z] gcc-9-base gpgv libapparmor1 libapt-pkg6.0 libasan5 libatomic1 libbinutils [2022-01-15T20:39:05.701Z] libblkid1 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcryptsetup12 [2022-01-15T20:39:05.701Z] libctf-nobfd0 libctf0 libfdisk1 libgcc-9-dev libgcc-s1 libgcrypt20 [2022-01-15T20:39:05.701Z] libgnutls30 libgomp1 libhogweed5 libitm1 libjson-c4 liblsan0 liblz4-1 [2022-01-15T20:39:05.701Z] liblzma5 libmount1 libnettle7 libp11-kit0 libpam-modules libpam-modules-bin [2022-01-15T20:39:05.701Z] libpam-runtime libpam0g libperl5.30 libprocps8 libquadmath0 libseccomp2 [2022-01-15T20:39:05.701Z] libsmartcols1 libsqlite3-0 libssl1.1 libstdc++-9-dev libstdc++6 libsystemd0 [2022-01-15T20:39:05.701Z] libtsan0 libubsan1 libuuid1 libzstd1 linux-libc-dev login mount openssl [2022-01-15T20:39:05.701Z] passwd perl perl-base perl-modules-5.30 procps systemd systemd-sysv [2022-01-15T20:39:05.701Z] systemd-timesyncd tar tzdata ubuntu-keyring util-linux xz-utils zlib1g [2022-01-15T20:39:05.701Z] 81 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2022-01-15T20:39:05.701Z] Need to get 67.5 MB of archives. [2022-01-15T20:39:05.701Z] After this operation, 14.1 MB of additional disk space will be used. [2022-01-15T20:39:05.701Z] Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.2 [2520 kB] [2022-01-15T20:39:05.701Z] Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 linux-libc-dev amd64 5.4.0-94.106 [1114 kB] [2022-01-15T20:39:06.646Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB] [2022-01-15T20:39:06.646Z] Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB] [2022-01-15T20:39:06.646Z] Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.2 [71.8 kB] [2022-01-15T20:39:06.646Z] Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6 amd64 2.31-0ubuntu9.2 [2715 kB] [2022-01-15T20:39:06.646Z] Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB] [2022-01-15T20:39:06.646Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB] [2022-01-15T20:39:06.646Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB] [2022-01-15T20:39:06.646Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB] [2022-01-15T20:39:06.646Z] Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-10-base amd64 10.3.0-1ubuntu1~20.04 [20.2 kB] [2022-01-15T20:39:06.646Z] Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-s1 amd64 10.3.0-1ubuntu1~20.04 [41.8 kB] [2022-01-15T20:39:06.646Z] Get:13 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB] [2022-01-15T20:39:06.646Z] Get:14 http://security.ubuntu.com/ubuntu focal-security/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B] [2022-01-15T20:39:06.646Z] Get:15 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++6 amd64 10.3.0-1ubuntu1~20.04 [501 kB] [2022-01-15T20:39:06.646Z] Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 base-files amd64 11ubuntu5.4 [60.6 kB] [2022-01-15T20:39:06.646Z] Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 bash amd64 5.0-6ubuntu1.1 [638 kB] [2022-01-15T20:39:06.646Z] Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 bsdutils amd64 1:2.34-0.1ubuntu9.1 [63.1 kB] [2022-01-15T20:39:06.646Z] Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 login amd64 1:4.8.1-1ubuntu5.20.04.1 [220 kB] [2022-01-15T20:39:06.646Z] Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 zlib1g amd64 1:1.2.11.dfsg-2ubuntu1.2 [53.6 kB] [2022-01-15T20:39:06.646Z] Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libblkid1 amd64 2.34-0.1ubuntu9.1 [137 kB] [2022-01-15T20:39:06.646Z] Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libuuid1 amd64 2.34-0.1ubuntu9.1 [20.0 kB] [2022-01-15T20:39:06.646Z] Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libfdisk1 amd64 2.34-0.1ubuntu9.1 [175 kB] [2022-01-15T20:39:06.646Z] Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libmount1 amd64 2.34-0.1ubuntu9.1 [149 kB] [2022-01-15T20:39:06.646Z] Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB] [2022-01-15T20:39:06.646Z] Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsmartcols1 amd64 2.34-0.1ubuntu9.1 [100 kB] [2022-01-15T20:39:06.906Z] Get:27 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB] [2022-01-15T20:39:06.906Z] Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-base amd64 5.30.0-9ubuntu0.2 [1513 kB] [2022-01-15T20:39:06.906Z] Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 fdisk amd64 2.34-0.1ubuntu9.1 [119 kB] [2022-01-15T20:39:06.906Z] Get:30 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 util-linux amd64 2.34-0.1ubuntu9.1 [1021 kB] [2022-01-15T20:39:06.906Z] Get:31 http://security.ubuntu.com/ubuntu focal-security/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB] [2022-01-15T20:39:06.906Z] Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-bin amd64 2.31-0ubuntu9.2 [639 kB] [2022-01-15T20:39:06.906Z] Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblzma5 amd64 5.2.4-1ubuntu1 [91.7 kB] [2022-01-15T20:39:06.906Z] Get:34 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.1 [34.1 kB] [2022-01-15T20:39:06.906Z] Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.10 [1322 kB] [2022-01-15T20:39:06.906Z] Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.3 [183 kB] [2022-01-15T20:39:06.906Z] Get:37 http://security.ubuntu.com/ubuntu focal-security/main amd64 tar amd64 1.30+dfsg-7ubuntu0.20.04.1 [240 kB] [2022-01-15T20:39:06.906Z] Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam0g amd64 1.3.1-5ubuntu4.3 [55.4 kB] [2022-01-15T20:39:06.906Z] Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 mount amd64 2.34-0.1ubuntu9.1 [115 kB] [2022-01-15T20:39:06.906Z] Get:40 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapt-pkg6.0 amd64 2.0.6 [835 kB] [2022-01-15T20:39:06.906Z] Get:41 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcrypt20 amd64 1.8.5-5ubuntu1.1 [420 kB] [2022-01-15T20:39:06.906Z] Get:42 http://security.ubuntu.com/ubuntu focal-security/main amd64 liblz4-1 amd64 1.9.2-2ubuntu0.20.04.1 [56.1 kB] [2022-01-15T20:39:06.906Z] Get:43 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.15 [28.1 kB] [2022-01-15T20:39:06.906Z] Get:44 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd-sysv amd64 245.4-4ubuntu3.15 [10.3 kB] [2022-01-15T20:39:06.906Z] Get:45 http://security.ubuntu.com/ubuntu focal-security/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB] [2022-01-15T20:39:06.906Z] Get:46 http://security.ubuntu.com/ubuntu focal-security/main amd64 libnettle7 amd64 3.5.1+really3.5.1-2ubuntu0.2 [115 kB] [2022-01-15T20:39:06.906Z] Get:47 http://security.ubuntu.com/ubuntu focal-security/main amd64 libhogweed5 amd64 3.5.1+really3.5.1-2ubuntu0.2 [138 kB] [2022-01-15T20:39:06.906Z] Get:48 http://security.ubuntu.com/ubuntu focal-security/main amd64 libp11-kit0 amd64 0.23.20-1ubuntu0.1 [188 kB] [2022-01-15T20:39:06.906Z] Get:49 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgv amd64 2.2.19-3ubuntu2.1 [199 kB] [2022-01-15T20:39:06.906Z] Get:50 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ubuntu-keyring all 2020.02.11.4 [22.1 kB] [2022-01-15T20:39:06.906Z] Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 apt amd64 2.0.6 [1296 kB] [2022-01-15T20:39:06.906Z] Get:52 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules-bin amd64 1.3.1-5ubuntu4.3 [41.2 kB] [2022-01-15T20:39:06.906Z] Get:53 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-modules amd64 1.3.1-5ubuntu4.3 [260 kB] [2022-01-15T20:39:07.169Z] Get:54 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgnutls30 amd64 3.6.13-2ubuntu1.6 [828 kB] [2022-01-15T20:39:07.169Z] Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-runtime all 1.3.1-5ubuntu4.3 [37.3 kB] [2022-01-15T20:39:07.169Z] Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 passwd amd64 1:4.8.1-1ubuntu5.20.04.1 [799 kB] [2022-01-15T20:39:07.169Z] Get:57 http://security.ubuntu.com/ubuntu focal-security/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~20.04.2 [42.5 kB] [2022-01-15T20:39:07.169Z] Get:58 http://security.ubuntu.com/ubuntu focal-security/main amd64 systemd amd64 245.4-4ubuntu3.15 [3811 kB] [2022-01-15T20:39:07.169Z] Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libprocps8 amd64 2:3.3.16-1ubuntu2.3 [33.0 kB] [2022-01-15T20:39:07.169Z] Get:60 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 procps amd64 2:3.3.16-1ubuntu2.3 [233 kB] [2022-01-15T20:39:07.169Z] Get:61 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.10 [620 kB] [2022-01-15T20:39:07.169Z] Get:62 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1 [82.5 kB] [2022-01-15T20:39:07.169Z] Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] [2022-01-15T20:39:07.169Z] Get:64 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsystemd0 amd64 245.4-4ubuntu3.15 [270 kB] [2022-01-15T20:39:07.169Z] Get:65 http://security.ubuntu.com/ubuntu focal-security/main amd64 libzstd1 amd64 1.4.4+dfsg-3ubuntu0.1 [237 kB] [2022-01-15T20:39:07.169Z] Get:66 http://security.ubuntu.com/ubuntu focal-security/main amd64 ca-certificates all 20210119~20.04.2 [145 kB] [2022-01-15T20:39:07.169Z] Get:67 http://security.ubuntu.com/ubuntu focal-security/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB] [2022-01-15T20:39:07.169Z] Get:68 http://security.ubuntu.com/ubuntu focal-security/main amd64 tzdata all 2021e-0ubuntu0.20.04 [295 kB] [2022-01-15T20:39:07.169Z] Get:69 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf0 amd64 2.34-6ubuntu1.3 [46.6 kB] [2022-01-15T20:39:07.169Z] Get:70 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.3 [1613 kB] [2022-01-15T20:39:07.169Z] Get:71 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbinutils amd64 2.34-6ubuntu1.3 [474 kB] [2022-01-15T20:39:07.169Z] Get:72 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils amd64 2.34-6ubuntu1.3 [3380 B] [2022-01-15T20:39:07.430Z] Get:73 http://security.ubuntu.com/ubuntu focal-security/main amd64 binutils-common amd64 2.34-6ubuntu1.3 [207 kB] [2022-01-15T20:39:07.430Z] Get:74 http://security.ubuntu.com/ubuntu focal-security/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.3 [47.4 kB] [2022-01-15T20:39:07.430Z] Get:75 http://security.ubuntu.com/ubuntu focal-security/main amd64 libasan5 amd64 9.3.0-17ubuntu1~20.04 [394 kB] [2022-01-15T20:39:07.430Z] Get:76 http://security.ubuntu.com/ubuntu focal-security/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8405 kB] [2022-01-15T20:39:07.691Z] Get:77 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9 amd64 9.3.0-17ubuntu1~20.04 [8241 kB] [2022-01-15T20:39:07.952Z] Get:78 http://security.ubuntu.com/ubuntu focal-security/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1714 kB] [2022-01-15T20:39:07.952Z] Get:79 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgcc-9-dev amd64 9.3.0-17ubuntu1~20.04 [2360 kB] [2022-01-15T20:39:07.952Z] Get:80 http://security.ubuntu.com/ubuntu focal-security/main amd64 cpp-9 amd64 9.3.0-17ubuntu1~20.04 [7494 kB] [2022-01-15T20:39:08.223Z] Get:81 http://security.ubuntu.com/ubuntu focal-security/main amd64 gcc-9-base amd64 9.3.0-17ubuntu1~20.04 [19.1 kB] [2022-01-15T20:39:08.223Z] debconf: delaying package configuration, since apt-utils is not installed [2022-01-15T20:39:08.223Z] Fetched 67.5 MB in 3s (25.9 MB/s) [2022-01-15T20:39:08.484Z] (Reading database ... 14243 files and directories currently installed.) [2022-01-15T20:39:08.484Z] Preparing to unpack .../0-libc6-dev_2.31-0ubuntu9.2_amd64.deb ... [2022-01-15T20:39:08.484Z] Unpacking libc6-dev:amd64 (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... [2022-01-15T20:39:08.749Z] Preparing to unpack .../1-libc-dev-bin_2.31-0ubuntu9.2_amd64.deb ... [2022-01-15T20:39:08.750Z] Unpacking libc-dev-bin (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... [2022-01-15T20:39:08.750Z] Preparing to unpack .../2-linux-libc-dev_5.4.0-94.106_amd64.deb ... [2022-01-15T20:39:08.750Z] Unpacking linux-libc-dev:amd64 (5.4.0-94.106) over (5.4.0-26.30) ... [2022-01-15T20:39:09.011Z] Preparing to unpack .../3-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-01-15T20:39:09.012Z] Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-01-15T20:39:09.273Z] Preparing to unpack .../4-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-01-15T20:39:09.273Z] Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-01-15T20:39:09.533Z] Preparing to unpack .../5-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-01-15T20:39:09.533Z] Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-01-15T20:39:09.533Z] Preparing to unpack .../6-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-01-15T20:39:09.533Z] Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-01-15T20:39:09.795Z] Preparing to unpack .../7-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-01-15T20:39:09.795Z] Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-01-15T20:39:09.795Z] Preparing to unpack .../8-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-01-15T20:39:09.795Z] Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-01-15T20:39:09.795Z] Preparing to unpack .../9-gcc-10-base_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-01-15T20:39:09.795Z] Unpacking gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-01-15T20:39:09.795Z] Setting up gcc-10-base:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-01-15T20:39:10.056Z] (Reading database ... 14242 files and directories currently installed.) [2022-01-15T20:39:10.056Z] Preparing to unpack .../libgcc-s1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-01-15T20:39:10.056Z] Unpacking libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-01-15T20:39:10.056Z] Setting up libgcc-s1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-01-15T20:39:10.056Z] (Reading database ... 14242 files and directories currently installed.) [2022-01-15T20:39:10.056Z] Preparing to unpack .../libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-01-15T20:39:10.056Z] Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-01-15T20:39:10.056Z] Preparing to unpack .../libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-01-15T20:39:10.056Z] Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-01-15T20:39:10.316Z] Preparing to unpack .../libstdc++6_10.3.0-1ubuntu1~20.04_amd64.deb ... [2022-01-15T20:39:10.316Z] Unpacking libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) over (10-20200411-0ubuntu1) ... [2022-01-15T20:39:10.316Z] Setting up libstdc++6:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-01-15T20:39:10.577Z] (Reading database ... 14242 files and directories currently installed.) [2022-01-15T20:39:10.577Z] Preparing to unpack .../libc6_2.31-0ubuntu9.2_amd64.deb ... [2022-01-15T20:39:10.577Z] Unpacking libc6:amd64 (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... [2022-01-15T20:39:11.149Z] Setting up libc6:amd64 (2.31-0ubuntu9.2) ... [2022-01-15T20:39:11.407Z] (Reading database ... 14242 files and directories currently installed.) [2022-01-15T20:39:11.408Z] Preparing to unpack .../base-files_11ubuntu5.4_amd64.deb ... [2022-01-15T20:39:11.408Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2022-01-15T20:39:11.408Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2022-01-15T20:39:11.408Z] Unpacking base-files (11ubuntu5.4) over (11ubuntu5) ... [2022-01-15T20:39:11.668Z] Setting up base-files (11ubuntu5.4) ... [2022-01-15T20:39:11.668Z] Installing new version of config file /etc/issue ... [2022-01-15T20:39:11.668Z] Installing new version of config file /etc/issue.net ... [2022-01-15T20:39:11.668Z] Installing new version of config file /etc/lsb-release ... [2022-01-15T20:39:11.668Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2022-01-15T20:39:11.928Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2022-01-15T20:39:12.189Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2022-01-15T20:39:12.189Z] Removing obsolete conffile /etc/default/motd-news ... [2022-01-15T20:39:12.189Z] (Reading database ... 14241 files and directories currently installed.) [2022-01-15T20:39:12.189Z] Preparing to unpack .../bash_5.0-6ubuntu1.1_amd64.deb ... [2022-01-15T20:39:12.189Z] Unpacking bash (5.0-6ubuntu1.1) over (5.0-6ubuntu1) ... [2022-01-15T20:39:12.449Z] Setting up bash (5.0-6ubuntu1.1) ... [2022-01-15T20:39:12.449Z] 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-15T20:39:12.449Z] (Reading database ... 14241 files and directories currently installed.) [2022-01-15T20:39:12.449Z] Preparing to unpack .../bsdutils_1%3a2.34-0.1ubuntu9.1_amd64.deb ... [2022-01-15T20:39:12.449Z] Unpacking bsdutils (1:2.34-0.1ubuntu9.1) over (1:2.34-0.1ubuntu9) ... [2022-01-15T20:39:12.449Z] Setting up bsdutils (1:2.34-0.1ubuntu9.1) ... [2022-01-15T20:39:12.709Z] (Reading database ... 14241 files and directories currently installed.) [2022-01-15T20:39:12.709Z] Preparing to unpack .../login_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... [2022-01-15T20:39:12.709Z] Unpacking login (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... [2022-01-15T20:39:12.709Z] Setting up login (1:4.8.1-1ubuntu5.20.04.1) ... [2022-01-15T20:39:12.709Z] (Reading database ... 14241 files and directories currently installed.) [2022-01-15T20:39:12.709Z] Preparing to unpack .../libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ... [2022-01-15T20:39:12.709Z] Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-01-15T20:39:13.279Z] Preparing to unpack .../perl_5.30.0-9ubuntu0.2_amd64.deb ... [2022-01-15T20:39:13.279Z] Unpacking perl (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-01-15T20:39:13.279Z] Preparing to unpack .../perl-base_5.30.0-9ubuntu0.2_amd64.deb ... [2022-01-15T20:39:13.543Z] Unpacking perl-base (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-01-15T20:39:13.802Z] Setting up perl-base (5.30.0-9ubuntu0.2) ... [2022-01-15T20:39:13.802Z] (Reading database ... 14241 files and directories currently installed.) [2022-01-15T20:39:13.802Z] Preparing to unpack .../perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ... [2022-01-15T20:39:13.802Z] Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) over (5.30.0-9build1) ... [2022-01-15T20:39:14.372Z] Preparing to unpack .../zlib1g_1%3a1.2.11.dfsg-2ubuntu1.2_amd64.deb ... [2022-01-15T20:39:14.372Z] Unpacking zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.2) over (1:1.2.11.dfsg-2ubuntu1) ... [2022-01-15T20:39:14.372Z] Setting up zlib1g:amd64 (1:1.2.11.dfsg-2ubuntu1.2) ... [2022-01-15T20:39:14.372Z] (Reading database ... 14241 files and directories currently installed.) [2022-01-15T20:39:14.372Z] Preparing to unpack .../tar_1.30+dfsg-7ubuntu0.20.04.1_amd64.deb ... [2022-01-15T20:39:14.372Z] Unpacking tar (1.30+dfsg-7ubuntu0.20.04.1) over (1.30+dfsg-7) ... [2022-01-15T20:39:14.634Z] Setting up tar (1.30+dfsg-7ubuntu0.20.04.1) ... [2022-01-15T20:39:14.634Z] (Reading database ... 14241 files and directories currently installed.) [2022-01-15T20:39:14.634Z] Preparing to unpack .../libblkid1_2.34-0.1ubuntu9.1_amd64.deb ... [2022-01-15T20:39:14.634Z] Unpacking libblkid1:amd64 (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... [2022-01-15T20:39:14.634Z] Setting up libblkid1:amd64 (2.34-0.1ubuntu9.1) ... [2022-01-15T20:39:14.634Z] (Reading database ... 14241 files and directories currently installed.) [2022-01-15T20:39:14.634Z] Preparing to unpack .../libuuid1_2.34-0.1ubuntu9.1_amd64.deb ... [2022-01-15T20:39:14.896Z] Unpacking libuuid1:amd64 (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... [2022-01-15T20:39:14.896Z] Setting up libuuid1:amd64 (2.34-0.1ubuntu9.1) ... [2022-01-15T20:39:14.896Z] (Reading database ... 14241 files and directories currently installed.) [2022-01-15T20:39:14.896Z] Preparing to unpack .../libfdisk1_2.34-0.1ubuntu9.1_amd64.deb ... [2022-01-15T20:39:14.896Z] Unpacking libfdisk1:amd64 (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... [2022-01-15T20:39:14.896Z] Preparing to unpack .../libmount1_2.34-0.1ubuntu9.1_amd64.deb ... [2022-01-15T20:39:14.896Z] Unpacking libmount1:amd64 (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... [2022-01-15T20:39:15.158Z] Setting up libmount1:amd64 (2.34-0.1ubuntu9.1) ... [2022-01-15T20:39:15.158Z] (Reading database ... 14241 files and directories currently installed.) [2022-01-15T20:39:15.158Z] Preparing to unpack .../libsmartcols1_2.34-0.1ubuntu9.1_amd64.deb ... [2022-01-15T20:39:15.158Z] Unpacking libsmartcols1:amd64 (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... [2022-01-15T20:39:15.158Z] Setting up libsmartcols1:amd64 (2.34-0.1ubuntu9.1) ... [2022-01-15T20:39:15.419Z] (Reading database ... 14241 files and directories currently installed.) [2022-01-15T20:39:15.420Z] Preparing to unpack .../fdisk_2.34-0.1ubuntu9.1_amd64.deb ... [2022-01-15T20:39:15.420Z] Unpacking fdisk (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... [2022-01-15T20:39:15.420Z] Preparing to unpack .../util-linux_2.34-0.1ubuntu9.1_amd64.deb ... [2022-01-15T20:39:15.420Z] Unpacking util-linux (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... [2022-01-15T20:39:15.992Z] Setting up util-linux (2.34-0.1ubuntu9.1) ... [2022-01-15T20:39:15.992Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2022-01-15T20:39:16.564Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2022-01-15T20:39:16.564Z] (Reading database ... 14241 files and directories currently installed.) [2022-01-15T20:39:16.564Z] Preparing to unpack .../libc-bin_2.31-0ubuntu9.2_amd64.deb ... [2022-01-15T20:39:16.564Z] Unpacking libc-bin (2.31-0ubuntu9.2) over (2.31-0ubuntu9) ... [2022-01-15T20:39:16.825Z] Setting up libc-bin (2.31-0ubuntu9.2) ... [2022-01-15T20:39:16.825Z] (Reading database ... 14241 files and directories currently installed.) [2022-01-15T20:39:16.825Z] Preparing to unpack .../libgcrypt20_1.8.5-5ubuntu1.1_amd64.deb ... [2022-01-15T20:39:16.825Z] Unpacking libgcrypt20:amd64 (1.8.5-5ubuntu1.1) over (1.8.5-5ubuntu1) ... [2022-01-15T20:39:17.086Z] Setting up libgcrypt20:amd64 (1.8.5-5ubuntu1.1) ... [2022-01-15T20:39:17.086Z] (Reading database ... 14241 files and directories currently installed.) [2022-01-15T20:39:17.086Z] Preparing to unpack .../liblz4-1_1.9.2-2ubuntu0.20.04.1_amd64.deb ... [2022-01-15T20:39:17.086Z] Unpacking liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) over (1.9.2-2) ... [2022-01-15T20:39:17.086Z] Setting up liblz4-1:amd64 (1.9.2-2ubuntu0.20.04.1) ... [2022-01-15T20:39:17.347Z] (Reading database ... 14241 files and directories currently installed.) [2022-01-15T20:39:17.347Z] Preparing to unpack .../liblzma5_5.2.4-1ubuntu1_amd64.deb ... [2022-01-15T20:39:17.347Z] Unpacking liblzma5:amd64 (5.2.4-1ubuntu1) over (5.2.4-1) ... [2022-01-15T20:39:17.347Z] Setting up liblzma5:amd64 (5.2.4-1ubuntu1) ... [2022-01-15T20:39:17.347Z] (Reading database ... 14241 files and directories currently installed.) [2022-01-15T20:39:17.347Z] Preparing to unpack .../0-systemd-timesyncd_245.4-4ubuntu3.15_amd64.deb ... [2022-01-15T20:39:17.347Z] Unpacking systemd-timesyncd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-01-15T20:39:17.608Z] Preparing to unpack .../1-systemd-sysv_245.4-4ubuntu3.15_amd64.deb ... [2022-01-15T20:39:17.608Z] Unpacking systemd-sysv (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-01-15T20:39:17.608Z] Preparing to unpack .../2-libapparmor1_2.13.3-7ubuntu5.1_amd64.deb ... [2022-01-15T20:39:17.608Z] Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.1) over (2.13.3-7ubuntu5) ... [2022-01-15T20:39:17.608Z] Preparing to unpack .../3-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ... [2022-01-15T20:39:17.608Z] Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) over (0.13.1+dfsg-7) ... [2022-01-15T20:39:17.868Z] Preparing to unpack .../4-libssl1.1_1.1.1f-1ubuntu2.10_amd64.deb ... [2022-01-15T20:39:17.868Z] Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2) ... [2022-01-15T20:39:17.868Z] Preparing to unpack .../5-libcryptsetup12_2%3a2.2.2-3ubuntu2.3_amd64.deb ... [2022-01-15T20:39:17.868Z] Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.3) over (2:2.2.2-3ubuntu2) ... [2022-01-15T20:39:18.129Z] Preparing to unpack .../6-libnettle7_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... [2022-01-15T20:39:18.129Z] Unpacking libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... [2022-01-15T20:39:18.129Z] Setting up libnettle7:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... [2022-01-15T20:39:18.129Z] (Reading database ... 14241 files and directories currently installed.) [2022-01-15T20:39:18.129Z] Preparing to unpack .../libhogweed5_3.5.1+really3.5.1-2ubuntu0.2_amd64.deb ... [2022-01-15T20:39:18.129Z] Unpacking libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) over (3.5.1+really3.5.1-2) ... [2022-01-15T20:39:18.391Z] Setting up libhogweed5:amd64 (3.5.1+really3.5.1-2ubuntu0.2) ... [2022-01-15T20:39:18.391Z] (Reading database ... 14241 files and directories currently installed.) [2022-01-15T20:39:18.391Z] Preparing to unpack .../libp11-kit0_0.23.20-1ubuntu0.1_amd64.deb ... [2022-01-15T20:39:18.391Z] Unpacking libp11-kit0:amd64 (0.23.20-1ubuntu0.1) over (0.23.20-1build1) ... [2022-01-15T20:39:18.391Z] Setting up libp11-kit0:amd64 (0.23.20-1ubuntu0.1) ... [2022-01-15T20:39:18.651Z] (Reading database ... 14241 files and directories currently installed.) [2022-01-15T20:39:18.651Z] Preparing to unpack .../libgnutls30_3.6.13-2ubuntu1.6_amd64.deb ... [2022-01-15T20:39:18.651Z] Unpacking libgnutls30:amd64 (3.6.13-2ubuntu1.6) over (3.6.13-2ubuntu1) ... [2022-01-15T20:39:18.651Z] Setting up libgnutls30:amd64 (3.6.13-2ubuntu1.6) ... [2022-01-15T20:39:18.651Z] (Reading database ... 14241 files and directories currently installed.) [2022-01-15T20:39:18.651Z] Preparing to unpack .../libpam0g_1.3.1-5ubuntu4.3_amd64.deb ... [2022-01-15T20:39:18.651Z] Unpacking libpam0g:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-01-15T20:39:18.912Z] Setting up libpam0g:amd64 (1.3.1-5ubuntu4.3) ... [2022-01-15T20:39:18.912Z] (Reading database ... 14241 files and directories currently installed.) [2022-01-15T20:39:18.912Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~20.04.2_amd64.deb ... [2022-01-15T20:39:18.912Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) over (2.4.3-1ubuntu1) ... [2022-01-15T20:39:18.912Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~20.04.2) ... [2022-01-15T20:39:19.175Z] (Reading database ... 14241 files and directories currently installed.) [2022-01-15T20:39:19.175Z] Preparing to unpack .../mount_2.34-0.1ubuntu9.1_amd64.deb ... [2022-01-15T20:39:19.175Z] Unpacking mount (2.34-0.1ubuntu9.1) over (2.34-0.1ubuntu9) ... [2022-01-15T20:39:19.175Z] Preparing to unpack .../systemd_245.4-4ubuntu3.15_amd64.deb ... [2022-01-15T20:39:19.436Z] Unpacking systemd (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-01-15T20:39:20.011Z] Preparing to unpack .../libsystemd0_245.4-4ubuntu3.15_amd64.deb ... [2022-01-15T20:39:20.011Z] Unpacking libsystemd0:amd64 (245.4-4ubuntu3.15) over (245.4-4ubuntu3) ... [2022-01-15T20:39:20.011Z] Setting up libsystemd0:amd64 (245.4-4ubuntu3.15) ... [2022-01-15T20:39:20.011Z] (Reading database ... 14242 files and directories currently installed.) [2022-01-15T20:39:20.011Z] Preparing to unpack .../libzstd1_1.4.4+dfsg-3ubuntu0.1_amd64.deb ... [2022-01-15T20:39:20.011Z] Unpacking libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) over (1.4.4+dfsg-3) ... [2022-01-15T20:39:20.274Z] Setting up libzstd1:amd64 (1.4.4+dfsg-3ubuntu0.1) ... [2022-01-15T20:39:20.274Z] (Reading database ... 14242 files and directories currently installed.) [2022-01-15T20:39:20.274Z] Preparing to unpack .../libapt-pkg6.0_2.0.6_amd64.deb ... [2022-01-15T20:39:20.274Z] Unpacking libapt-pkg6.0:amd64 (2.0.6) over (2.0.2) ... [2022-01-15T20:39:20.274Z] Setting up libapt-pkg6.0:amd64 (2.0.6) ... [2022-01-15T20:39:20.534Z] (Reading database ... 14242 files and directories currently installed.) [2022-01-15T20:39:20.534Z] Preparing to unpack .../gpgv_2.2.19-3ubuntu2.1_amd64.deb ... [2022-01-15T20:39:20.534Z] Unpacking gpgv (2.2.19-3ubuntu2.1) over (2.2.19-3ubuntu2) ... [2022-01-15T20:39:20.534Z] Setting up gpgv (2.2.19-3ubuntu2.1) ... [2022-01-15T20:39:20.534Z] (Reading database ... 14242 files and directories currently installed.) [2022-01-15T20:39:20.534Z] Preparing to unpack .../ubuntu-keyring_2020.02.11.4_all.deb ... [2022-01-15T20:39:20.534Z] Unpacking ubuntu-keyring (2020.02.11.4) over (2020.02.11.2) ... [2022-01-15T20:39:20.534Z] Setting up ubuntu-keyring (2020.02.11.4) ... [2022-01-15T20:39:20.795Z] (Reading database ... 14242 files and directories currently installed.) [2022-01-15T20:39:20.795Z] Preparing to unpack .../archives/apt_2.0.6_amd64.deb ... [2022-01-15T20:39:20.795Z] Unpacking apt (2.0.6) over (2.0.2) ... [2022-01-15T20:39:21.062Z] Setting up apt (2.0.6) ... [2022-01-15T20:39:21.634Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2022-01-15T20:39:21.634Z] (Reading database ... 14242 files and directories currently installed.) [2022-01-15T20:39:21.634Z] Preparing to unpack .../libpam-modules-bin_1.3.1-5ubuntu4.3_amd64.deb ... [2022-01-15T20:39:21.634Z] Unpacking libpam-modules-bin (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-01-15T20:39:21.896Z] Setting up libpam-modules-bin (1.3.1-5ubuntu4.3) ... [2022-01-15T20:39:21.896Z] (Reading database ... 14244 files and directories currently installed.) [2022-01-15T20:39:21.896Z] Preparing to unpack .../libpam-modules_1.3.1-5ubuntu4.3_amd64.deb ... [2022-01-15T20:39:21.896Z] Unpacking libpam-modules:amd64 (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-01-15T20:39:21.896Z] Setting up libpam-modules:amd64 (1.3.1-5ubuntu4.3) ... [2022-01-15T20:39:22.158Z] (Reading database ... 14248 files and directories currently installed.) [2022-01-15T20:39:22.158Z] Preparing to unpack .../libpam-runtime_1.3.1-5ubuntu4.3_all.deb ... [2022-01-15T20:39:22.158Z] Unpacking libpam-runtime (1.3.1-5ubuntu4.3) over (1.3.1-5ubuntu4) ... [2022-01-15T20:39:22.158Z] Setting up libpam-runtime (1.3.1-5ubuntu4.3) ... [2022-01-15T20:39:22.420Z] (Reading database ... 14248 files and directories currently installed.) [2022-01-15T20:39:22.420Z] Preparing to unpack .../passwd_1%3a4.8.1-1ubuntu5.20.04.1_amd64.deb ... [2022-01-15T20:39:22.420Z] Unpacking passwd (1:4.8.1-1ubuntu5.20.04.1) over (1:4.8.1-1ubuntu5) ... [2022-01-15T20:39:22.683Z] Setting up passwd (1:4.8.1-1ubuntu5.20.04.1) ... [2022-01-15T20:39:22.683Z] (Reading database ... 14248 files and directories currently installed.) [2022-01-15T20:39:22.683Z] Preparing to unpack .../00-libprocps8_2%3a3.3.16-1ubuntu2.3_amd64.deb ... [2022-01-15T20:39:22.683Z] Unpacking libprocps8:amd64 (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... [2022-01-15T20:39:22.946Z] Preparing to unpack .../01-procps_2%3a3.3.16-1ubuntu2.3_amd64.deb ... [2022-01-15T20:39:22.946Z] Unpacking procps (2:3.3.16-1ubuntu2.3) over (2:3.3.16-1ubuntu2) ... [2022-01-15T20:39:22.946Z] Preparing to unpack .../02-openssl_1.1.1f-1ubuntu2.10_amd64.deb ... [2022-01-15T20:39:22.946Z] Unpacking openssl (1.1.1f-1ubuntu2.10) over (1.1.1f-1ubuntu2) ... [2022-01-15T20:39:23.208Z] Preparing to unpack .../03-ca-certificates_20210119~20.04.2_all.deb ... [2022-01-15T20:39:23.208Z] Unpacking ca-certificates (20210119~20.04.2) over (20190110ubuntu1) ... [2022-01-15T20:39:23.208Z] Preparing to unpack .../04-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ... [2022-01-15T20:39:23.208Z] Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) over (3.31.1-4) ... [2022-01-15T20:39:23.470Z] Preparing to unpack .../05-tzdata_2021e-0ubuntu0.20.04_all.deb ... [2022-01-15T20:39:23.470Z] Unpacking tzdata (2021e-0ubuntu0.20.04) over (2019c-3ubuntu1) ... [2022-01-15T20:39:23.732Z] Preparing to unpack .../06-xz-utils_5.2.4-1ubuntu1_amd64.deb ... [2022-01-15T20:39:23.732Z] Unpacking xz-utils (5.2.4-1ubuntu1) over (5.2.4-1) ... [2022-01-15T20:39:23.732Z] Preparing to unpack .../07-libctf0_2.34-6ubuntu1.3_amd64.deb ... [2022-01-15T20:39:23.994Z] Unpacking libctf0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-01-15T20:39:23.994Z] Preparing to unpack .../08-binutils-x86-64-linux-gnu_2.34-6ubuntu1.3_amd64.deb ... [2022-01-15T20:39:23.994Z] Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-01-15T20:39:24.256Z] Preparing to unpack .../09-libbinutils_2.34-6ubuntu1.3_amd64.deb ... [2022-01-15T20:39:24.256Z] Unpacking libbinutils:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-01-15T20:39:24.256Z] Preparing to unpack .../10-binutils_2.34-6ubuntu1.3_amd64.deb ... [2022-01-15T20:39:24.256Z] Unpacking binutils (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-01-15T20:39:24.256Z] Preparing to unpack .../11-binutils-common_2.34-6ubuntu1.3_amd64.deb ... [2022-01-15T20:39:24.256Z] Unpacking binutils-common:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-01-15T20:39:24.518Z] Preparing to unpack .../12-libctf-nobfd0_2.34-6ubuntu1.3_amd64.deb ... [2022-01-15T20:39:24.518Z] Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.3) over (2.34-6ubuntu1) ... [2022-01-15T20:39:24.518Z] Preparing to unpack .../13-build-essential_12.8ubuntu1.1_amd64.deb ... [2022-01-15T20:39:24.518Z] Unpacking build-essential (12.8ubuntu1.1) over (12.8ubuntu1) ... [2022-01-15T20:39:24.518Z] Preparing to unpack .../14-libasan5_9.3.0-17ubuntu1~20.04_amd64.deb ... [2022-01-15T20:39:24.518Z] Unpacking libasan5:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-01-15T20:39:24.518Z] Preparing to unpack .../15-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ... [2022-01-15T20:39:24.518Z] Unpacking g++-9 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-01-15T20:39:25.461Z] Preparing to unpack .../16-gcc-9_9.3.0-17ubuntu1~20.04_amd64.deb ... [2022-01-15T20:39:25.461Z] Unpacking gcc-9 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-01-15T20:39:26.032Z] Preparing to unpack .../17-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... [2022-01-15T20:39:26.032Z] Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-01-15T20:39:26.294Z] Preparing to unpack .../18-libgcc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ... [2022-01-15T20:39:26.294Z] Unpacking libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-01-15T20:39:26.554Z] Preparing to unpack .../19-cpp-9_9.3.0-17ubuntu1~20.04_amd64.deb ... [2022-01-15T20:39:26.816Z] Unpacking cpp-9 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-01-15T20:39:27.390Z] Preparing to unpack .../20-gcc-9-base_9.3.0-17ubuntu1~20.04_amd64.deb ... [2022-01-15T20:39:27.390Z] Unpacking gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) over (9.3.0-10ubuntu2) ... [2022-01-15T20:39:27.390Z] Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.1) ... [2022-01-15T20:39:27.390Z] Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ... [2022-01-15T20:39:27.390Z] Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.10) ... [2022-01-15T20:39:27.654Z] Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ... [2022-01-15T20:39:27.654Z] Setting up binutils-common:amd64 (2.34-6ubuntu1.3) ... [2022-01-15T20:39:27.654Z] Setting up linux-libc-dev:amd64 (5.4.0-94.106) ... [2022-01-15T20:39:27.654Z] Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ... [2022-01-15T20:39:27.654Z] Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-01-15T20:39:27.654Z] Setting up tzdata (2021e-0ubuntu0.20.04) ... [2022-01-15T20:39:27.916Z] [2022-01-15T20:39:27.916Z] Current default time zone: 'Etc/UTC' [2022-01-15T20:39:27.916Z] Local time is now: Sat Jan 15 20:39:27 UTC 2022. [2022-01-15T20:39:27.916Z] Universal Time is now: Sat Jan 15 20:39:27 UTC 2022. [2022-01-15T20:39:27.916Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2022-01-15T20:39:27.916Z] [2022-01-15T20:39:27.916Z] Setting up xz-utils (5.2.4-1ubuntu1) ... [2022-01-15T20:39:27.916Z] Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-01-15T20:39:27.916Z] Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-01-15T20:39:27.916Z] Setting up libfdisk1:amd64 (2.34-0.1ubuntu9.1) ... [2022-01-15T20:39:27.916Z] Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-01-15T20:39:27.916Z] Setting up mount (2.34-0.1ubuntu9.1) ... [2022-01-15T20:39:27.916Z] Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ... [2022-01-15T20:39:27.916Z] Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ... [2022-01-15T20:39:27.916Z] Setting up libbinutils:amd64 (2.34-6ubuntu1.3) ... [2022-01-15T20:39:27.916Z] Setting up libc-dev-bin (2.31-0ubuntu9.2) ... [2022-01-15T20:39:27.916Z] Setting up openssl (1.1.1f-1ubuntu2.10) ... [2022-01-15T20:39:27.916Z] Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-01-15T20:39:27.916Z] Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-01-15T20:39:27.916Z] Setting up libprocps8:amd64 (2:3.3.16-1ubuntu2.3) ... [2022-01-15T20:39:27.916Z] Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-01-15T20:39:27.916Z] Setting up gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) ... [2022-01-15T20:39:27.916Z] Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... [2022-01-15T20:39:27.916Z] Setting up libctf0:amd64 (2.34-6ubuntu1.3) ... [2022-01-15T20:39:27.916Z] Setting up fdisk (2.34-0.1ubuntu9.1) ... [2022-01-15T20:39:27.916Z] Setting up ca-certificates (20210119~20.04.2) ... [2022-01-15T20:39:29.833Z] Updating certificates in /etc/ssl/certs... [2022-01-15T20:39:30.777Z] 21 added, 21 removed; done. [2022-01-15T20:39:30.777Z] Setting up libasan5:amd64 (9.3.0-17ubuntu1~20.04) ... [2022-01-15T20:39:30.777Z] Setting up perl (5.30.0-9ubuntu0.2) ... [2022-01-15T20:39:30.777Z] Setting up procps (2:3.3.16-1ubuntu2.3) ... [2022-01-15T20:39:31.037Z] Setting up cpp-9 (9.3.0-17ubuntu1~20.04) ... [2022-01-15T20:39:31.037Z] Setting up libc6-dev:amd64 (2.31-0ubuntu9.2) ... [2022-01-15T20:39:31.037Z] Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.3) ... [2022-01-15T20:39:31.037Z] Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ... [2022-01-15T20:39:31.037Z] Setting up binutils (2.34-6ubuntu1.3) ... [2022-01-15T20:39:31.037Z] Setting up libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... [2022-01-15T20:39:31.037Z] Setting up build-essential (12.8ubuntu1.1) ... [2022-01-15T20:39:31.037Z] Setting up gcc-9 (9.3.0-17ubuntu1~20.04) ... [2022-01-15T20:39:31.037Z] Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ... [2022-01-15T20:39:31.037Z] Setting up g++-9 (9.3.0-17ubuntu1~20.04) ... [2022-01-15T20:39:31.037Z] Setting up systemd-timesyncd (245.4-4ubuntu3.15) ... [2022-01-15T20:39:31.298Z] /usr/sbin/policy-rc.d returned 101, not running 'restart systemd-timesyncd.service' [2022-01-15T20:39:31.298Z] Setting up systemd (245.4-4ubuntu3.15) ... [2022-01-15T20:39:31.298Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2022-01-15T20:39:31.560Z] Installing new version of config file /etc/systemd/resolved.conf ... [2022-01-15T20:39:32.499Z] Setting up systemd-sysv (245.4-4ubuntu3.15) ... [2022-01-15T20:39:32.499Z] Processing triggers for mime-support (3.64ubuntu1) ... [2022-01-15T20:39:32.499Z] Processing triggers for libc-bin (2.31-0ubuntu9.2) ... [2022-01-15T20:39:32.499Z] Processing triggers for ca-certificates (20210119~20.04.2) ... [2022-01-15T20:39:32.499Z] Updating certificates in /etc/ssl/certs... [2022-01-15T20:39:33.069Z] 0 added, 0 removed; done. [2022-01-15T20:39:33.069Z] Running hooks in /etc/ca-certificates/update.d... [2022-01-15T20:39:33.069Z] done. [2022-01-15T20:39:34.270Z] Reading package lists... [2022-01-15T20:39:34.270Z] Building dependency tree... [2022-01-15T20:39:34.270Z] Reading state information... [2022-01-15T20:39:34.531Z] The following NEW packages will be installed: [2022-01-15T20:39:34.531Z] apt-transport-https [2022-01-15T20:39:34.531Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2022-01-15T20:39:34.792Z] Need to get 4680 B of archives. [2022-01-15T20:39:34.792Z] After this operation, 162 kB of additional disk space will be used. [2022-01-15T20:39:34.792Z] Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4680 B] [2022-01-15T20:39:34.792Z] debconf: delaying package configuration, since apt-utils is not installed [2022-01-15T20:39:34.792Z] Fetched 4680 B in 0s (24.8 kB/s) [2022-01-15T20:39:34.792Z] Selecting previously unselected package apt-transport-https. [2022-01-15T20:39:35.052Z] (Reading database ... 14251 files and directories currently installed.) [2022-01-15T20:39:35.052Z] Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... [2022-01-15T20:39:35.052Z] Unpacking apt-transport-https (2.0.6) ... [2022-01-15T20:39:35.052Z] Setting up apt-transport-https (2.0.6) ... [2022-01-15T20:39:35.052Z] Waiting for network to be ready... [2022-01-15T20:39:40.336Z] 2022-01-15T20:39:38Z INFO Waiting for automatic snapd restart... [2022-01-15T20:39:40.907Z] snapd 2.53.4 from Canonical* installed [2022-01-15T20:39:41.853Z] "snapd" switched to the "latest/stable" channel [2022-01-15T20:39:41.853Z] [2022-01-15T20:39:44.394Z] core20 20211129 from Canonical* installed [2022-01-15T20:39:44.394Z] "core20" switched to the "latest/stable" channel [2022-01-15T20:39:44.394Z] [2022-01-15T20:39:46.956Z] snapcraft 6.0.2 from Canonical* installed [2022-01-15T20:39:46.956Z] "snapcraft" switched to the "latest/stable" channel [2022-01-15T20:39:46.956Z] [2022-01-15T20:39:51.156Z] 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-15T20:39:51.156Z] - README.md [2022-01-15T20:39:51.156Z] [2022-01-15T20:39:51.156Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-01-15T20:39:51.725Z] Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease [2022-01-15T20:39:51.725Z] Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease [2022-01-15T20:39:51.984Z] Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [2022-01-15T20:39:52.814Z] Reading package lists... [2022-01-15T20:39:53.076Z] Installing build dependencies: comerr-dev=2.1-1.45.5-2ubuntu1 git=1:2.25.1-1ubuntu3.2 git-man=1:2.25.1-1ubuntu3.2 krb5-multidev=1.17-6ubuntu4.1 libbrotli1=1.0.7-6ubuntu0.1 libcurl3-gnutls=7.68.0-1ubuntu2.7 liberror-perl=0.17029-1 libglib2.0-0=2.64.6-1~ubuntu20.04.4 libgssrpc4=1.17-6ubuntu4.1 libkadm5clnt-mit11=1.17-6ubuntu4.1 libkadm5srv-mit11=1.17-6ubuntu4.1 libkdb5-9=1.17-6ubuntu4.1 libkrb5-dev=1.17-6ubuntu4.1 libnghttp2-14=1.40.0-1build1 libnorm-dev=1.5.8+dfsg2-2build1 libnorm1=1.5.8+dfsg2-2build1 libpgm-5.2-0=5.2.122~dfsg-3ubuntu1 libpgm-dev=5.2.122~dfsg-3ubuntu1 libpsl5=0.21.0-1ubuntu1 librtmp1=2.4+20151223.gitfa8646d.1-2build1 libsodium-dev=1.0.18-1 libsodium23=1.0.18-1 libssh-4=0.9.3-2ubuntu2.2 libzmq3-dev=4.3.2-2ubuntu1 libzmq5=4.3.2-2ubuntu1 pkg-config=0.29.1-0ubuntu4 zip=3.0-11build1 [2022-01-15T20:39:53.336Z] Reading package lists... [2022-01-15T20:39:53.336Z] Building dependency tree... [2022-01-15T20:39:53.336Z] Reading state information... [2022-01-15T20:39:53.598Z] Suggested packages: [2022-01-15T20:39:53.598Z] doc-base gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el [2022-01-15T20:39:53.598Z] git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn krb5-doc [2022-01-15T20:39:53.598Z] krb5-user libnorm-doc [2022-01-15T20:39:53.598Z] Recommended packages: [2022-01-15T20:39:53.598Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2022-01-15T20:39:53.598Z] The following NEW packages will be installed: [2022-01-15T20:39:53.598Z] comerr-dev git git-man krb5-multidev libbrotli1 libcurl3-gnutls [2022-01-15T20:39:53.598Z] liberror-perl libglib2.0-0 libgssrpc4 libkadm5clnt-mit11 libkadm5srv-mit11 [2022-01-15T20:39:53.598Z] libkdb5-9 libkrb5-dev libnghttp2-14 libnorm-dev libnorm1 libpgm-5.2-0 [2022-01-15T20:39:53.598Z] libpgm-dev libpsl5 librtmp1 libsodium-dev libsodium23 libssh-4 libzmq3-dev [2022-01-15T20:39:53.598Z] libzmq5 pkg-config zip [2022-01-15T20:39:53.598Z] 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. [2022-01-15T20:39:53.598Z] Need to get 10.3 MB of archives. [2022-01-15T20:39:53.598Z] After this operation, 56.5 MB of additional disk space will be used. [2022-01-15T20:39:53.598Z] Get:1 http://security.ubuntu.com/ubuntu focal-security/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] [2022-01-15T20:39:53.858Z] Get:2 http://security.ubuntu.com/ubuntu focal-security/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB] [2022-01-15T20:39:53.858Z] Get:3 http://security.ubuntu.com/ubuntu focal-security/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.7 [232 kB] [2022-01-15T20:39:53.858Z] Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB] [2022-01-15T20:39:53.858Z] Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 git-man all 1:2.25.1-1ubuntu3.2 [884 kB] [2022-01-15T20:39:53.858Z] Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 git amd64 1:2.25.1-1ubuntu3.2 [4554 kB] [2022-01-15T20:39:53.858Z] Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 libgssrpc4 amd64 1.17-6ubuntu4.1 [55.4 kB] [2022-01-15T20:39:53.858Z] Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkdb5-9 amd64 1.17-6ubuntu4.1 [37.3 kB] [2022-01-15T20:39:53.858Z] Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5srv-mit11 amd64 1.17-6ubuntu4.1 [49.5 kB] [2022-01-15T20:39:53.858Z] Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkadm5clnt-mit11 amd64 1.17-6ubuntu4.1 [37.6 kB] [2022-01-15T20:39:53.858Z] Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 krb5-multidev amd64 1.17-6ubuntu4.1 [120 kB] [2022-01-15T20:39:53.858Z] Get:12 http://security.ubuntu.com/ubuntu focal-security/main amd64 libkrb5-dev amd64 1.17-6ubuntu4.1 [11.7 kB] [2022-01-15T20:39:54.429Z] Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium23 amd64 1.0.18-1 [150 kB] [2022-01-15T20:39:54.429Z] Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] [2022-01-15T20:39:54.429Z] Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB] [2022-01-15T20:39:54.429Z] Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] [2022-01-15T20:39:54.429Z] Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB] [2022-01-15T20:39:54.429Z] Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 comerr-dev amd64 2.1-1.45.5-2ubuntu1 [39.9 kB] [2022-01-15T20:39:54.429Z] Get:19 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm1 amd64 1.5.8+dfsg2-2build1 [290 kB] [2022-01-15T20:39:54.429Z] Get:20 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnorm-dev amd64 1.5.8+dfsg2-2build1 [463 kB] [2022-01-15T20:39:54.691Z] Get:21 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-3ubuntu1 [158 kB] [2022-01-15T20:39:54.691Z] Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpgm-dev amd64 5.2.122~dfsg-3ubuntu1 [189 kB] [2022-01-15T20:39:54.691Z] Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 libsodium-dev amd64 1.0.18-1 [169 kB] [2022-01-15T20:39:54.691Z] Get:24 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq5 amd64 4.3.2-2ubuntu1 [242 kB] [2022-01-15T20:39:54.691Z] Get:25 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzmq3-dev amd64 4.3.2-2ubuntu1 [455 kB] [2022-01-15T20:39:54.691Z] Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] [2022-01-15T20:39:54.691Z] Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 zip amd64 3.0-11build1 [167 kB] [2022-01-15T20:39:54.691Z] debconf: delaying package configuration, since apt-utils is not installed [2022-01-15T20:39:54.951Z] Fetched 10.3 MB in 1s (9630 kB/s) [2022-01-15T20:39:54.951Z] Selecting previously unselected package libglib2.0-0:amd64. [2022-01-15T20:39:54.951Z] (Reading database ... 14255 files and directories currently installed.) [2022-01-15T20:39:54.951Z] Preparing to unpack .../00-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ... [2022-01-15T20:39:54.951Z] Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... [2022-01-15T20:39:54.951Z] Selecting previously unselected package libsodium23:amd64. [2022-01-15T20:39:54.951Z] Preparing to unpack .../01-libsodium23_1.0.18-1_amd64.deb ... [2022-01-15T20:39:54.951Z] Unpacking libsodium23:amd64 (1.0.18-1) ... [2022-01-15T20:39:55.212Z] Selecting previously unselected package libpsl5:amd64. [2022-01-15T20:39:55.212Z] Preparing to unpack .../02-libpsl5_0.21.0-1ubuntu1_amd64.deb ... [2022-01-15T20:39:55.212Z] Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... [2022-01-15T20:39:55.212Z] Selecting previously unselected package libbrotli1:amd64. [2022-01-15T20:39:55.212Z] Preparing to unpack .../03-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... [2022-01-15T20:39:55.212Z] Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... [2022-01-15T20:39:55.212Z] Selecting previously unselected package libnghttp2-14:amd64. [2022-01-15T20:39:55.212Z] Preparing to unpack .../04-libnghttp2-14_1.40.0-1build1_amd64.deb ... [2022-01-15T20:39:55.212Z] Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ... [2022-01-15T20:39:55.212Z] Selecting previously unselected package librtmp1:amd64. [2022-01-15T20:39:55.212Z] Preparing to unpack .../05-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... [2022-01-15T20:39:55.212Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... [2022-01-15T20:39:55.471Z] Selecting previously unselected package libssh-4:amd64. [2022-01-15T20:39:55.471Z] Preparing to unpack .../06-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ... [2022-01-15T20:39:55.471Z] Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ... [2022-01-15T20:39:55.471Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2022-01-15T20:39:55.471Z] Preparing to unpack .../07-libcurl3-gnutls_7.68.0-1ubuntu2.7_amd64.deb ... [2022-01-15T20:39:55.471Z] Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... [2022-01-15T20:39:55.471Z] Selecting previously unselected package liberror-perl. [2022-01-15T20:39:55.471Z] Preparing to unpack .../08-liberror-perl_0.17029-1_all.deb ... [2022-01-15T20:39:55.471Z] Unpacking liberror-perl (0.17029-1) ... [2022-01-15T20:39:55.471Z] Selecting previously unselected package git-man. [2022-01-15T20:39:55.471Z] Preparing to unpack .../09-git-man_1%3a2.25.1-1ubuntu3.2_all.deb ... [2022-01-15T20:39:55.471Z] Unpacking git-man (1:2.25.1-1ubuntu3.2) ... [2022-01-15T20:39:55.731Z] Selecting previously unselected package git. [2022-01-15T20:39:55.731Z] Preparing to unpack .../10-git_1%3a2.25.1-1ubuntu3.2_amd64.deb ... [2022-01-15T20:39:55.731Z] Unpacking git (1:2.25.1-1ubuntu3.2) ... [2022-01-15T20:39:56.299Z] Selecting previously unselected package libgssrpc4:amd64. [2022-01-15T20:39:56.299Z] Preparing to unpack .../11-libgssrpc4_1.17-6ubuntu4.1_amd64.deb ... [2022-01-15T20:39:56.299Z] Unpacking libgssrpc4:amd64 (1.17-6ubuntu4.1) ... [2022-01-15T20:39:56.299Z] Selecting previously unselected package libkdb5-9:amd64. [2022-01-15T20:39:56.299Z] Preparing to unpack .../12-libkdb5-9_1.17-6ubuntu4.1_amd64.deb ... [2022-01-15T20:39:56.299Z] Unpacking libkdb5-9:amd64 (1.17-6ubuntu4.1) ... [2022-01-15T20:39:56.299Z] Selecting previously unselected package libkadm5srv-mit11:amd64. [2022-01-15T20:39:56.299Z] Preparing to unpack .../13-libkadm5srv-mit11_1.17-6ubuntu4.1_amd64.deb ... [2022-01-15T20:39:56.299Z] Unpacking libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-01-15T20:39:56.299Z] Selecting previously unselected package libkadm5clnt-mit11:amd64. [2022-01-15T20:39:56.299Z] Preparing to unpack .../14-libkadm5clnt-mit11_1.17-6ubuntu4.1_amd64.deb ... [2022-01-15T20:39:56.299Z] Unpacking libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-01-15T20:39:56.559Z] Selecting previously unselected package comerr-dev:amd64. [2022-01-15T20:39:56.559Z] Preparing to unpack .../15-comerr-dev_2.1-1.45.5-2ubuntu1_amd64.deb ... [2022-01-15T20:39:56.559Z] Unpacking comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... [2022-01-15T20:39:56.559Z] Selecting previously unselected package krb5-multidev:amd64. [2022-01-15T20:39:56.559Z] Preparing to unpack .../16-krb5-multidev_1.17-6ubuntu4.1_amd64.deb ... [2022-01-15T20:39:56.559Z] Unpacking krb5-multidev:amd64 (1.17-6ubuntu4.1) ... [2022-01-15T20:39:56.559Z] Selecting previously unselected package libnorm1:amd64. [2022-01-15T20:39:56.559Z] Preparing to unpack .../17-libnorm1_1.5.8+dfsg2-2build1_amd64.deb ... [2022-01-15T20:39:56.559Z] Unpacking libnorm1:amd64 (1.5.8+dfsg2-2build1) ... [2022-01-15T20:39:56.559Z] Selecting previously unselected package libnorm-dev:amd64. [2022-01-15T20:39:56.559Z] Preparing to unpack .../18-libnorm-dev_1.5.8+dfsg2-2build1_amd64.deb ... [2022-01-15T20:39:56.818Z] Unpacking libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... [2022-01-15T20:39:56.818Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2022-01-15T20:39:56.818Z] Preparing to unpack .../19-libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb ... [2022-01-15T20:39:56.818Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-01-15T20:39:56.818Z] Selecting previously unselected package libpgm-dev:amd64. [2022-01-15T20:39:56.818Z] Preparing to unpack .../20-libpgm-dev_5.2.122~dfsg-3ubuntu1_amd64.deb ... [2022-01-15T20:39:56.818Z] Unpacking libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-01-15T20:39:56.818Z] Selecting previously unselected package libsodium-dev:amd64. [2022-01-15T20:39:56.818Z] Preparing to unpack .../21-libsodium-dev_1.0.18-1_amd64.deb ... [2022-01-15T20:39:56.818Z] Unpacking libsodium-dev:amd64 (1.0.18-1) ... [2022-01-15T20:39:57.091Z] Selecting previously unselected package libzmq5:amd64. [2022-01-15T20:39:57.091Z] Preparing to unpack .../22-libzmq5_4.3.2-2ubuntu1_amd64.deb ... [2022-01-15T20:39:57.091Z] Unpacking libzmq5:amd64 (4.3.2-2ubuntu1) ... [2022-01-15T20:39:57.091Z] Selecting previously unselected package libkrb5-dev:amd64. [2022-01-15T20:39:57.091Z] Preparing to unpack .../23-libkrb5-dev_1.17-6ubuntu4.1_amd64.deb ... [2022-01-15T20:39:57.091Z] Unpacking libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... [2022-01-15T20:39:57.091Z] Selecting previously unselected package libzmq3-dev:amd64. [2022-01-15T20:39:57.091Z] Preparing to unpack .../24-libzmq3-dev_4.3.2-2ubuntu1_amd64.deb ... [2022-01-15T20:39:57.091Z] Unpacking libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... [2022-01-15T20:39:57.091Z] Selecting previously unselected package pkg-config. [2022-01-15T20:39:57.352Z] Preparing to unpack .../25-pkg-config_0.29.1-0ubuntu4_amd64.deb ... [2022-01-15T20:39:57.352Z] Unpacking pkg-config (0.29.1-0ubuntu4) ... [2022-01-15T20:39:57.352Z] Selecting previously unselected package zip. [2022-01-15T20:39:57.352Z] Preparing to unpack .../26-zip_3.0-11build1_amd64.deb ... [2022-01-15T20:39:57.352Z] Unpacking zip (3.0-11build1) ... [2022-01-15T20:39:57.352Z] Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... [2022-01-15T20:39:57.352Z] Setting up libsodium23:amd64 (1.0.18-1) ... [2022-01-15T20:39:57.352Z] Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ... [2022-01-15T20:39:57.352Z] No schema files found: doing nothing. [2022-01-15T20:39:57.352Z] Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... [2022-01-15T20:39:57.352Z] Setting up libnorm1:amd64 (1.5.8+dfsg2-2build1) ... [2022-01-15T20:39:57.352Z] Setting up libnghttp2-14:amd64 (1.40.0-1build1) ... [2022-01-15T20:39:57.352Z] Setting up libnorm-dev:amd64 (1.5.8+dfsg2-2build1) ... [2022-01-15T20:39:57.352Z] Setting up liberror-perl (0.17029-1) ... [2022-01-15T20:39:57.352Z] Setting up libgssrpc4:amd64 (1.17-6ubuntu4.1) ... [2022-01-15T20:39:57.352Z] Setting up zip (3.0-11build1) ... [2022-01-15T20:39:57.352Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... [2022-01-15T20:39:57.352Z] Setting up comerr-dev:amd64 (2.1-1.45.5-2ubuntu1) ... [2022-01-15T20:39:57.612Z] Setting up pkg-config (0.29.1-0ubuntu4) ... [2022-01-15T20:39:57.612Z] Setting up libsodium-dev:amd64 (1.0.18-1) ... [2022-01-15T20:39:57.612Z] Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ... [2022-01-15T20:39:57.612Z] Setting up libkdb5-9:amd64 (1.17-6ubuntu4.1) ... [2022-01-15T20:39:57.612Z] Setting up git-man (1:2.25.1-1ubuntu3.2) ... [2022-01-15T20:39:57.612Z] Setting up libkadm5srv-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-01-15T20:39:57.612Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-01-15T20:39:57.612Z] Setting up libkadm5clnt-mit11:amd64 (1.17-6ubuntu4.1) ... [2022-01-15T20:39:57.612Z] Setting up libzmq5:amd64 (4.3.2-2ubuntu1) ... [2022-01-15T20:39:57.612Z] Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ... [2022-01-15T20:39:57.612Z] Setting up libpgm-dev:amd64 (5.2.122~dfsg-3ubuntu1) ... [2022-01-15T20:39:57.612Z] Setting up git (1:2.25.1-1ubuntu3.2) ... [2022-01-15T20:39:57.612Z] Setting up krb5-multidev:amd64 (1.17-6ubuntu4.1) ... [2022-01-15T20:39:57.612Z] Setting up libkrb5-dev:amd64 (1.17-6ubuntu4.1) ... [2022-01-15T20:39:57.612Z] Setting up libzmq3-dev:amd64 (4.3.2-2ubuntu1) ... [2022-01-15T20:39:57.612Z] Processing triggers for libc-bin (2.31-0ubuntu9.2) ... [2022-01-15T20:39:58.184Z] comerr-dev set to automatically installed. [2022-01-15T20:39:58.184Z] git set to automatically installed. [2022-01-15T20:39:58.184Z] git-man set to automatically installed. [2022-01-15T20:39:58.184Z] krb5-multidev set to automatically installed. [2022-01-15T20:39:58.184Z] libbrotli1 set to automatically installed. [2022-01-15T20:39:58.184Z] libcurl3-gnutls set to automatically installed. [2022-01-15T20:39:58.184Z] liberror-perl set to automatically installed. [2022-01-15T20:39:58.184Z] libglib2.0-0 set to automatically installed. [2022-01-15T20:39:58.184Z] libgssrpc4 set to automatically installed. [2022-01-15T20:39:58.184Z] libkadm5clnt-mit11 set to automatically installed. [2022-01-15T20:39:58.184Z] libkadm5srv-mit11 set to automatically installed. [2022-01-15T20:39:58.184Z] libkdb5-9 set to automatically installed. [2022-01-15T20:39:58.184Z] libkrb5-dev set to automatically installed. [2022-01-15T20:39:58.184Z] libnghttp2-14 set to automatically installed. [2022-01-15T20:39:58.184Z] libnorm-dev set to automatically installed. [2022-01-15T20:39:58.184Z] libnorm1 set to automatically installed. [2022-01-15T20:39:58.184Z] libpgm-5.2-0 set to automatically installed. [2022-01-15T20:39:58.184Z] libpgm-dev set to automatically installed. [2022-01-15T20:39:58.184Z] libpsl5 set to automatically installed. [2022-01-15T20:39:58.184Z] librtmp1 set to automatically installed. [2022-01-15T20:39:58.184Z] libsodium-dev set to automatically installed. [2022-01-15T20:39:58.184Z] libsodium23 set to automatically installed. [2022-01-15T20:39:58.184Z] libssh-4 set to automatically installed. [2022-01-15T20:39:58.184Z] libzmq3-dev set to automatically installed. [2022-01-15T20:39:58.184Z] libzmq5 set to automatically installed. [2022-01-15T20:39:58.184Z] pkg-config set to automatically installed. [2022-01-15T20:39:58.184Z] zip set to automatically installed. [2022-01-15T20:39:59.565Z] snapd is not logged in, snap install commands will use sudo [2022-01-15T20:40:07.111Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-01-15T20:40:07.111Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-01-15T20:40:07.111Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-01-15T20:40:07.135Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-01-15T20:40:07.784Z] + ls -al . [2022-01-15T20:40:07.784Z] total 672 [2022-01-15T20:40:07.784Z] drwxrwxr-x 9 1001 1001 4096 Jan 15 20:40 . [2022-01-15T20:40:07.784Z] drwxr-xr-x 4 root root 4096 Jan 15 20:35 .. [2022-01-15T20:40:07.784Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 20:33 .dockerignore [2022-01-15T20:40:07.784Z] drwxrwxr-x 8 1001 1001 4096 Jan 15 20:33 .git [2022-01-15T20:40:07.784Z] drwxrwxr-x 4 1001 1001 4096 Jan 15 20:33 .github [2022-01-15T20:40:07.784Z] -rw-rw-r-- 1 1001 1001 804 Jan 15 20:33 .gitignore [2022-01-15T20:40:07.784Z] -rw-rw-r-- 1 1001 1001 42 Jan 15 20:33 .golangci.yml [2022-01-15T20:40:07.784Z] -rw-rw-r-- 1 1001 1001 76 Jan 15 20:33 .hadolint.yml [2022-01-15T20:40:07.784Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 20:33 .sonarcloud.properties [2022-01-15T20:40:07.784Z] -rw-rw-r-- 1 1001 1001 1171 Jan 15 20:33 ADOPTERS.md [2022-01-15T20:40:07.784Z] -rw-rw-r-- 1 1001 1001 8910 Jan 15 20:33 Attribution.txt [2022-01-15T20:40:07.784Z] -rw-rw-r-- 1 1001 1001 51732 Jan 15 20:33 CHANGELOG.md [2022-01-15T20:40:07.784Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 20:33 CONTRIBUTING.md [2022-01-15T20:40:07.784Z] -rw-rw-r-- 1 1001 1001 677 Jan 15 20:33 GOVERNANCE.md [2022-01-15T20:40:07.784Z] -rw-rw-r-- 1 1001 1001 849 Jan 15 20:33 Jenkinsfile [2022-01-15T20:40:07.784Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 20:33 LICENSE [2022-01-15T20:40:07.784Z] -rw-rw-r-- 1 1001 1001 6508 Jan 15 20:33 Makefile [2022-01-15T20:40:07.784Z] -rw-rw-r-- 1 1001 1001 582 Jan 15 20:33 OWNERS.md [2022-01-15T20:40:07.784Z] -rw-rw-r-- 1 1001 1001 8207 Jan 15 20:33 README.md [2022-01-15T20:40:07.784Z] -rw-rw-r-- 1 1001 1001 6912 Jan 15 20:33 SECURITY.md [2022-01-15T20:40:07.784Z] -rw-rw-r-- 1 1001 1001 5 Jan 15 20:30 VERSION [2022-01-15T20:40:07.784Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 20:33 ZMQWindows.md [2022-01-15T20:40:07.784Z] drwxrwxr-x 2 1001 1001 4096 Jan 15 20:33 bin [2022-01-15T20:40:07.784Z] drwxrwxr-x 14 1001 1001 4096 Jan 15 20:33 cmd [2022-01-15T20:40:07.784Z] -rw-r--r-- 1 root root 428381 Jan 15 20:38 coverage.out [2022-01-15T20:40:07.784Z] -rw-rw-r-- 1 1001 1001 828 Jan 15 20:33 go.mod [2022-01-15T20:40:07.784Z] -rw-rw-r-- 1 1001 1001 49574 Jan 15 20:33 go.sum [2022-01-15T20:40:07.784Z] drwxrwxr-x 8 1001 1001 4096 Jan 15 20:33 internal [2022-01-15T20:40:07.784Z] drwxrwxr-x 3 1001 1001 4096 Jan 15 20:33 openapi [2022-01-15T20:40:07.784Z] drwxrwxr-x 4 1001 1001 4096 Jan 15 20:33 snap [2022-01-15T20:40:07.784Z] -rw-rw-r-- 1 1001 1001 204 Jan 15 20:33 version.go [Pipeline] sh [2022-01-15T20:40:08.443Z] + '[' -e coverage.out ] [2022-01-15T20:40:08.443Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-01-15T20:40:08.462Z] Warning: overwriting stash ‘coverage-report’ [2022-01-15T20:40:09.332Z] Stashed 1 file(s) [Pipeline] sh [2022-01-15T20:40:09.982Z] + make build [2022-01-15T20:40:09.982Z] 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-15T20:40:14.466Z] go (1.16/stable) 1.16.13 from Michael Hudson-Doyle (mwhudson) installed [2022-01-15T20:40:14.466Z] Downloading snap 'edgex-app-service-configurable' [2022-01-15T20:40:16.691Z] 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-15T20:40:17.008Z] Pulling app-service-configurable [2022-01-15T20:40:17.008Z] + snapcraftctl pull [2022-01-15T20:40:18.384Z] Pulling config-common [2022-01-15T20:40:18.384Z] + snapcraftctl pull [2022-01-15T20:40:20.298Z] Pulling go-build-helper [2022-01-15T20:40:20.298Z] + snapcraftctl pull [2022-01-15T20:40:21.273Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2022-01-15T20:40:21.273Z] Skipping pull go-build-helper (already ran) [2022-01-15T20:40:21.273Z] Building go-build-helper [2022-01-15T20:40:21.273Z] + snapcraftctl build [2022-01-15T20:40:22.753Z] + cp --archive --link --no-dereference . /root/parts/go-build-helper/install [2022-01-15T20:40:23.376Z] Staging go-build-helper [2022-01-15T20:40:23.376Z] + snapcraftctl stage [2022-01-15T20:40:28.686Z] Get:1 libnorm1_1.5.8+dfsg2-2build1_amd64.deb [290 kB] [2022-01-15T20:40:28.686Z] Fetched 290 kB in 0s (0 B/s) [2022-01-15T20:40:28.686Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-3ubuntu1_amd64.deb [158 kB] [2022-01-15T20:40:28.686Z] Fetched 158 kB in 0s (0 B/s) [2022-01-15T20:40:28.686Z] Get:1 libzmq5_4.3.2-2ubuntu1_amd64.deb [242 kB] [2022-01-15T20:40:28.686Z] Fetched 242 kB in 0s (0 B/s) [2022-01-15T20:40:28.686Z] Get:1 libsodium23_1.0.18-1_amd64.deb [150 kB] [2022-01-15T20:40:28.686Z] Fetched 150 kB in 0s (0 B/s) [2022-01-15T20:40:28.686Z] Pulling edgex-go [2022-01-15T20:40:28.686Z] + snapcraftctl pull [2022-01-15T20:40:30.070Z] Pulling hooks [2022-01-15T20:40:30.070Z] + snapcraftctl pull [2022-01-15T20:40:44.977Z] Removing suid/guid from /root/parts/static-packages/install/bin/su [2022-01-15T20:40:44.977Z] Get:1 libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [96.1 kB] [2022-01-15T20:40:44.977Z] Fetched 96.1 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 libnghttp2-14_1.40.0-1build1_amd64.deb [78.7 kB] [2022-01-15T20:40:44.977Z] Fetched 78.7 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [48.0 kB] [2022-01-15T20:40:44.977Z] Fetched 48.0 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 jq_1.6-1ubuntu0.20.04.1_amd64.deb [50.2 kB] [2022-01-15T20:40:44.977Z] Fetched 50.2 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 libsasl2-modules-db_2.1.27+dfsg-2_amd64.deb [14.9 kB] [2022-01-15T20:40:44.977Z] Fetched 14.9 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 libcurl4_7.68.0-1ubuntu2.7_amd64.deb [234 kB] [2022-01-15T20:40:44.977Z] Fetched 234 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb [155 kB] [2022-01-15T20:40:44.977Z] Fetched 155 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 libssh-4_0.9.3-2ubuntu2.2_amd64.deb [170 kB] [2022-01-15T20:40:44.977Z] Fetched 170 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 libbrotli1_1.0.7-6ubuntu0.1_amd64.deb [267 kB] [2022-01-15T20:40:44.977Z] Fetched 267 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2022-01-15T20:40:44.977Z] Fetched 50.6 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [15.1 kB] [2022-01-15T20:40:44.977Z] Fetched 15.1 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 libpsl5_0.21.0-1ubuntu1_amd64.deb [51.5 kB] [2022-01-15T20:40:44.977Z] Fetched 51.5 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 libjq1_1.6-1ubuntu0.20.04.1_amd64.deb [121 kB] [2022-01-15T20:40:44.977Z] Fetched 121 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [29.7 kB] [2022-01-15T20:40:44.977Z] Fetched 29.7 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 util-linux_2.34-0.1ubuntu9.1_amd64.deb [1021 kB] [2022-01-15T20:40:44.977Z] Fetched 1021 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 libsasl2-2_2.1.27+dfsg-2_amd64.deb [49.3 kB] [2022-01-15T20:40:44.977Z] Fetched 49.3 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb [54.9 kB] [2022-01-15T20:40:44.977Z] Fetched 54.9 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb [16.6 kB] [2022-01-15T20:40:44.977Z] Fetched 16.6 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [87.9 kB] [2022-01-15T20:40:44.977Z] Fetched 87.9 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 libonig5_6.9.4-1_amd64.deb [142 kB] [2022-01-15T20:40:44.977Z] Fetched 142 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [41.8 kB] [2022-01-15T20:40:44.977Z] Fetched 41.8 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [181 kB] [2022-01-15T20:40:44.977Z] Fetched 181 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [208 kB] [2022-01-15T20:40:44.977Z] Fetched 208 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 curl_7.68.0-1ubuntu2.7_amd64.deb [161 kB] [2022-01-15T20:40:44.977Z] Fetched 161 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Get:1 libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb [107 kB] [2022-01-15T20:40:44.977Z] Fetched 107 kB in 0s (0 B/s) [2022-01-15T20:40:44.977Z] Pulling static-packages [2022-01-15T20:40:44.977Z] + snapcraftctl pull [2022-01-15T20:40:45.549Z] Pulling version [2022-01-15T20:40:45.549Z] + cd /root/project [2022-01-15T20:40:45.549Z] ++ git describe --tags --abbrev=0 [2022-01-15T20:40:45.549Z] ++ sed s/v// [2022-01-15T20:40:45.549Z] + GIT_VERSION=2.2.0-dev.20 [2022-01-15T20:40:45.549Z] + '[' -z 2.2.0-dev.20 ']' [2022-01-15T20:40:45.549Z] + snapcraftctl set-version 2.2.0-dev.20 [2022-01-15T20:40:46.931Z] Building app-service-configurable [2022-01-15T20:40:46.931Z] + snapcraftctl build [2022-01-15T20:40:49.038Z] 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-15T20:40:49.470Z] Building config-common [2022-01-15T20:40:49.470Z] + snapcraftctl build [2022-01-15T20:40:50.408Z] + cp --archive --link --no-dereference . /root/parts/config-common/install [2022-01-15T20:40:50.471Z] 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-15T20:40:50.976Z] Skipping build go-build-helper (already ran) [2022-01-15T20:40:51.236Z] Building edgex-go [2022-01-15T20:40:51.496Z] + cd /root/parts/edgex-go/src [2022-01-15T20:40:51.496Z] ++ git describe --tags --abbrev=0 [2022-01-15T20:40:51.496Z] ++ sed s/v// [2022-01-15T20:40:51.496Z] + GIT_VERSION=2.2.0-dev.20 [2022-01-15T20:40:51.496Z] + '[' -z 2.2.0-dev.20 ']' [2022-01-15T20:40:51.496Z] + echo 2.2.0-dev.20 [2022-01-15T20:40:51.496Z] + '[' '!' -d vendor ']' [2022-01-15T20:40:51.496Z] + go mod download all [2022-01-15T20:40:55.865Z] 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-15T20:40:56.464Z] 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-15T20:41:00.763Z] 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-15T20:41:01.491Z] + make build [2022-01-15T20:41:01.491Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o cmd/core-data/core-data ./cmd/core-data [2022-01-15T20:41:06.168Z] 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-15T20:41:10.662Z] 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-15T20:41:11.475Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-01-15T20:41:15.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o cmd/core-command/core-command ./cmd/core-command [2022-01-15T20:41:16.067Z] 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-15T20:41:16.604Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-01-15T20:41:17.982Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-01-15T20:41:18.241Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-01-15T20:41:19.621Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-01-15T20:41:20.375Z] 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-15T20:41:20.560Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-01-15T20:41:21.496Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-01-15T20:41:22.877Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-01-15T20:41:23.762Z] 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-15T20:41:23.813Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o ./cmd/secrets-config ./cmd/secrets-config [2022-01-15T20:41:24.750Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.20" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-01-15T20:41:26.660Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-01-15T20:41:26.660Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2022-01-15T20:41:26.660Z] + case "$service" in [2022-01-15T20:41:26.660Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2022-01-15T20:41:26.660Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-01-15T20:41:26.660Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2022-01-15T20:41:26.660Z] + case "$service" in [2022-01-15T20:41:26.660Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2022-01-15T20:41:26.660Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-01-15T20:41:26.660Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2022-01-15T20:41:26.660Z] + case "$service" in [2022-01-15T20:41:26.660Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2022-01-15T20:41:26.660Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-01-15T20:41:26.660Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2022-01-15T20:41:26.660Z] + case "$service" in [2022-01-15T20:41:26.660Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2022-01-15T20:41:26.660Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-01-15T20:41:26.660Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2022-01-15T20:41:26.660Z] + case "$service" in [2022-01-15T20:41:26.660Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2022-01-15T20:41:26.660Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-01-15T20:41:26.660Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2022-01-15T20:41:26.660Z] + case "$service" in [2022-01-15T20:41:26.660Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2022-01-15T20:41:26.660Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-01-15T20:41:26.660Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2022-01-15T20:41:26.660Z] + case "$service" in [2022-01-15T20:41:26.660Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2022-01-15T20:41:26.660Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-01-15T20:41:26.660Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2022-01-15T20:41:26.660Z] + case "$service" in [2022-01-15T20:41:26.660Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2022-01-15T20:41:26.660Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-01-15T20:41:26.660Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2022-01-15T20:41:26.660Z] + case "$service" in [2022-01-15T20:41:26.660Z] + 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-15T20:41:26.660Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-01-15T20:41:26.660Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2022-01-15T20:41:26.660Z] + case "$service" in [2022-01-15T20:41:26.660Z] + 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-15T20:41:26.660Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2022-01-15T20:41:26.660Z] + for service in core-command core-data core-metadata support-notifications support-scheduler sys-mgmt-agent security-proxy-setup security-secretstore-setup security-file-token-provider security-bootstrapper secrets-config [2022-01-15T20:41:26.660Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2022-01-15T20:41:26.660Z] + case "$service" in [2022-01-15T20:41:26.660Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2022-01-15T20:41:26.660Z] + 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-15T20:41:26.660Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2022-01-15T20:41:26.660Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2022-01-15T20:41:26.660Z] + 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-15T20:41:27.230Z] Building hooks [2022-01-15T20:41:27.230Z] + cd /root/parts/hooks/src [2022-01-15T20:41:27.230Z] + make build [2022-01-15T20:41:27.230Z] go mod tidy [2022-01-15T20:41:27.490Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.1.1 [2022-01-15T20:41:27.749Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2022-01-15T20:41:27.749Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2022-01-15T20:41:28.008Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2022-01-15T20:41:28.947Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2022-01-15T20:41:29.206Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2022-01-15T20:41:29.206Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2022-01-15T20:41:31.119Z] Removing suid/guid from /root/parts/static-packages/install/bin/su [2022-01-15T20:41:31.119Z] Building static-packages [2022-01-15T20:41:31.119Z] + snapcraftctl build [Pipeline] } [2022-01-15T20:41:32.050Z] $ docker stop --time=1 cd805a261aa22be5cc90f1c1f499495d26df21578d31b21ea9a3fa3672f1bcba [2022-01-15T20:41:33.029Z] Building version [2022-01-15T20:41:33.029Z] + snapcraftctl build [2022-01-15T20:41:34.118Z] $ docker rm -f cd805a261aa22be5cc90f1c1f499495d26df21578d31b21ea9a3fa3672f1bcba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-15T20:41:35.569Z] Staging app-service-configurable [2022-01-15T20:41:35.569Z] + snapcraftctl stage [2022-01-15T20:41:35.726Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-01-15T20:41:35.727Z] [2022-01-15T20:41:35.727Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-01-15T20:41:36.077Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-01-15T20:41:36.350Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-01-15T20:41:36.350Z] 29e5d40040c1: Pulling fs layer [2022-01-15T20:41:36.350Z] 1ce36da41761: Pulling fs layer [2022-01-15T20:41:36.350Z] 25b303627fd3: Pulling fs layer [2022-01-15T20:41:36.350Z] 29e5d40040c1: Verifying Checksum [2022-01-15T20:41:36.350Z] 29e5d40040c1: Download complete [2022-01-15T20:41:36.505Z] Staging config-common [2022-01-15T20:41:36.505Z] + snapcraftctl stage [2022-01-15T20:41:36.622Z] 1ce36da41761: Verifying Checksum [2022-01-15T20:41:36.622Z] 1ce36da41761: Download complete [2022-01-15T20:41:36.892Z] 29e5d40040c1: Pull complete [2022-01-15T20:41:38.327Z] 25b303627fd3: Verifying Checksum [2022-01-15T20:41:38.327Z] 25b303627fd3: Download complete [2022-01-15T20:41:38.327Z] 1ce36da41761: Pull complete [2022-01-15T20:41:38.413Z] Skipping stage go-build-helper (already ran) [2022-01-15T20:41:38.413Z] Staging edgex-go [2022-01-15T20:41:38.413Z] + snapcraftctl stage [2022-01-15T20:41:39.794Z] Staging hooks [2022-01-15T20:41:39.794Z] + snapcraftctl stage [2022-01-15T20:41:41.176Z] Staging static-packages [2022-01-15T20:41:41.176Z] + snapcraftctl stage [2022-01-15T20:41:42.560Z] Staging version [2022-01-15T20:41:42.560Z] + snapcraftctl stage [2022-01-15T20:41:43.947Z] Priming app-service-configurable [2022-01-15T20:41:43.947Z] + snapcraftctl prime [2022-01-15T20:41:47.244Z] 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-15T20:41:47.244Z] stage-packages: [2022-01-15T20:41:47.244Z] - libnorm1 [2022-01-15T20:41:47.244Z] - libpgm-5.2-0 [2022-01-15T20:41:47.244Z] - libsodium23 [2022-01-15T20:41:47.244Z] - libzmq5 [2022-01-15T20:41:47.244Z] Priming config-common [2022-01-15T20:41:47.244Z] + snapcraftctl prime [2022-01-15T20:41:48.457Z] 25b303627fd3: Pull complete [2022-01-15T20:41:48.457Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-01-15T20:41:48.457Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-01-15T20:41:48.457Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-01-15T20:41:48.675Z] prd-ubuntu18.04-docker-arm64-4c-16g-1580 does not seem to be running inside a container [2022-01-15T20:41:48.755Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-01-15T20:41:49.154Z] Priming go-build-helper [2022-01-15T20:41:49.154Z] + snapcraftctl prime [2022-01-15T20:41:50.539Z] Priming edgex-go [2022-01-15T20:41:50.539Z] + snapcraftctl prime [2022-01-15T20:41:51.173Z] $ docker top 31deacb7001fd9cc7e92a691d592b05d1c43588d922d342023203cf060d844f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-15T20:41:51.913Z] Priming hooks [2022-01-15T20:41:51.913Z] + snapcraftctl prime [2022-01-15T20:41:52.037Z] + grep parallel [2022-01-15T20:41:52.037Z] + docker-compose build --help [2022-01-15T20:41:53.824Z] Priming static-packages [2022-01-15T20:41:53.824Z] + snapcraftctl prime [2022-01-15T20:41:57.408Z] --parallel Build images in parallel. [Pipeline] } [2022-01-15T20:41:57.422Z] $ docker stop --time=1 31deacb7001fd9cc7e92a691d592b05d1c43588d922d342023203cf060d844f4 [2022-01-15T20:41:59.049Z] $ docker rm -f 31deacb7001fd9cc7e92a691d592b05d1c43588d922d342023203cf060d844f4 [2022-01-15T20:41:59.179Z] Priming version [2022-01-15T20:41:59.179Z] + snapcraftctl prime [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-15T20:41:59.613Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-01-15T20:41:59.613Z] . [Pipeline] withDockerContainer [2022-01-15T20:41:59.824Z] prd-ubuntu18.04-docker-arm64-4c-16g-1580 does not seem to be running inside a container [2022-01-15T20:41:59.892Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-01-15T20:42:00.179Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2022-01-15T20:42:01.083Z] $ docker top b27b54b92dfe3c9e72813943e78d2383ecaf63cb3451d80cfdacd97ccfb40cb1 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-01-15T20:42:01.972Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-01-15T20:42:08.646Z] Building core-command ... [2022-01-15T20:42:08.646Z] Building core-data ... [2022-01-15T20:42:08.646Z] Building core-metadata ... [2022-01-15T20:42:08.646Z] Building security-bootstrapper ... [2022-01-15T20:42:08.646Z] Building security-proxy-setup ... [2022-01-15T20:42:08.646Z] Building security-secretstore-setup ... [2022-01-15T20:42:08.646Z] Building support-notifications ... [2022-01-15T20:42:08.646Z] Building support-scheduler ... [2022-01-15T20:42:08.646Z] Building sys-mgmt-agent ... [2022-01-15T20:42:08.646Z] Building core-metadata [2022-01-15T20:42:08.646Z] Building security-proxy-setup [2022-01-15T20:42:08.646Z] Building security-secretstore-setup [2022-01-15T20:42:08.646Z] Building support-scheduler [2022-01-15T20:42:08.646Z] Building core-command [2022-01-15T20:43:16.638Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-15T20:43:16.638Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-01-15T20:43:16.638Z] ---> 9759b6ba5a0f [2022-01-15T20:43:16.638Z] Step 3/23 : WORKDIR /edgex-go [2022-01-15T20:43:16.638Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-15T20:43:16.638Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-15T20:43:16.638Z] ---> 9759b6ba5a0f [2022-01-15T20:43:16.638Z] Step 3/22 : WORKDIR /edgex-go [2022-01-15T20:43:17.234Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-15T20:43:17.234Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-01-15T20:43:17.234Z] ---> 9759b6ba5a0f [2022-01-15T20:43:17.234Z] Step 3/20 : WORKDIR /edgex-go [2022-01-15T20:43:17.234Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-15T20:43:17.234Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-01-15T20:43:17.234Z] ---> 9759b6ba5a0f [2022-01-15T20:43:17.234Z] Step 3/24 : WORKDIR /edgex-go [2022-01-15T20:43:17.234Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-15T20:43:17.234Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-15T20:43:17.234Z] ---> 9759b6ba5a0f [2022-01-15T20:43:17.234Z] Step 3/22 : WORKDIR /edgex-go [2022-01-15T20:43:17.834Z] ---> Running in 21ca14f39be1 [2022-01-15T20:43:17.834Z] ---> Running in 3bce4c54448f [2022-01-15T20:43:17.834Z] ---> Running in 65dc66e08afb [2022-01-15T20:43:17.834Z] ---> Running in c1a291503076 [2022-01-15T20:43:17.834Z] ---> Running in 842742e846fc [2022-01-15T20:43:18.431Z] Removing intermediate container 842742e846fc [2022-01-15T20:43:18.431Z] ---> cb6e8099e4aa [2022-01-15T20:43:18.431Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-15T20:43:18.703Z] Removing intermediate container c1a291503076 [2022-01-15T20:43:18.703Z] ---> a7002427b719 [2022-01-15T20:43:18.703Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-15T20:43:18.703Z] Removing intermediate container 21ca14f39be1 [2022-01-15T20:43:18.703Z] ---> 888a404544d7 [2022-01-15T20:43:18.703Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-15T20:43:18.703Z] ---> Running in c649dbb41330 [2022-01-15T20:43:18.703Z] Removing intermediate container 3bce4c54448f [2022-01-15T20:43:18.703Z] ---> 848d9ffb7ad1 [2022-01-15T20:43:18.703Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-15T20:43:18.703Z] Removing intermediate container 65dc66e08afb [2022-01-15T20:43:18.703Z] ---> ec80dab79233 [2022-01-15T20:43:18.703Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-15T20:43:18.703Z] ---> Running in 9620a7da5095 [2022-01-15T20:43:18.703Z] ---> Running in 8217ba18767f [2022-01-15T20:43:18.979Z] ---> Running in 6b5e4cca7f72 [2022-01-15T20:43:18.979Z] ---> Running in bd05953f0ccf [2022-01-15T20:43:21.605Z] Removing intermediate container c649dbb41330 [2022-01-15T20:43:21.605Z] ---> da9a604ed83a [2022-01-15T20:43:21.605Z] Step 5/20 : RUN apk add --update --no-cache make git [2022-01-15T20:43:21.605Z] ---> Running in 3f98d501ed9d [2022-01-15T20:43:21.881Z] Removing intermediate container 9620a7da5095 [2022-01-15T20:43:21.881Z] ---> 235b0f7d6b0e [2022-01-15T20:43:21.881Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-01-15T20:43:22.152Z] ---> Running in b98993e06eb7 [2022-01-15T20:43:22.592Z] Removing intermediate container 6b5e4cca7f72 [2022-01-15T20:43:22.592Z] ---> cb3acdc6c2d8 [2022-01-15T20:43:22.592Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-01-15T20:43:22.592Z] ---> Running in 7c0a4f3bfed7 [2022-01-15T20:43:22.878Z] Removing intermediate container 8217ba18767f [2022-01-15T20:43:22.878Z] ---> 9df40b28a73d [2022-01-15T20:43:22.878Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-01-15T20:43:22.878Z] Removing intermediate container bd05953f0ccf [2022-01-15T20:43:22.878Z] ---> 5957e03c2341 [2022-01-15T20:43:22.878Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-01-15T20:43:23.176Z] ---> Running in cb7c2745173e [2022-01-15T20:43:23.176Z] ---> Running in c65585a7c2b6 [2022-01-15T20:43:24.274Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-01-15T20:43:24.871Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-01-15T20:43:25.147Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-01-15T20:43:25.148Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-01-15T20:43:25.442Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-01-15T20:43:25.442Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-01-15T20:43:25.732Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-01-15T20:43:26.013Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-01-15T20:43:26.013Z] OK: 220 MiB in 52 packages [2022-01-15T20:43:26.304Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-01-15T20:43:26.304Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-01-15T20:43:26.920Z] OK: 220 MiB in 52 packages [2022-01-15T20:43:27.205Z] OK: 220 MiB in 52 packages [2022-01-15T20:43:27.496Z] Removing intermediate container 3f98d501ed9d [2022-01-15T20:43:27.496Z] ---> 3ffb34b3824c [2022-01-15T20:43:27.496Z] Step 6/20 : COPY . . [2022-01-15T20:43:27.496Z] OK: 220 MiB in 52 packages [2022-01-15T20:43:27.772Z] OK: 220 MiB in 52 packages [2022-01-15T20:43:28.368Z] Removing intermediate container b98993e06eb7 [2022-01-15T20:43:28.368Z] ---> 85a529c8029f [2022-01-15T20:43:28.368Z] Step 6/23 : COPY go.mod . [2022-01-15T20:43:28.980Z] Removing intermediate container 7c0a4f3bfed7 [2022-01-15T20:43:28.980Z] ---> 7f074aee7995 [2022-01-15T20:43:28.980Z] Step 6/22 : COPY . . [2022-01-15T20:43:29.262Z] Removing intermediate container cb7c2745173e [2022-01-15T20:43:29.262Z] ---> 735b2d564fa1 [2022-01-15T20:43:29.262Z] Step 6/22 : COPY . . [2022-01-15T20:43:29.262Z] Removing intermediate container c65585a7c2b6 [2022-01-15T20:43:29.262Z] ---> 58034af85c8f [2022-01-15T20:43:29.262Z] Step 6/24 : COPY . . [2022-01-15T20:43:29.537Z] ---> 1a7813db08e8 [2022-01-15T20:43:29.537Z] Step 7/23 : RUN go mod download [2022-01-15T20:43:29.537Z] ---> Running in 63a697f3cf49 [2022-01-15T20:43:34.935Z] Removing intermediate container 63a697f3cf49 [2022-01-15T20:43:34.935Z] ---> 69e4c5bc1494 [2022-01-15T20:43:34.935Z] Step 8/23 : COPY . . [2022-01-15T20:43:53.235Z] ---> b5c32789d95d [2022-01-15T20:43:53.235Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-15T20:43:53.235Z] ---> b725df247539 [2022-01-15T20:43:53.235Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-15T20:43:53.235Z] ---> Running in d515d8ea7a0b [2022-01-15T20:43:53.235Z] ---> 5559ddfdf496 [2022-01-15T20:43:53.235Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-15T20:43:53.235Z] ---> b8764c2c8cb7 [2022-01-15T20:43:53.235Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-15T20:43:53.235Z] ---> Running in 4b1c7dc24ba3 [2022-01-15T20:43:53.235Z] ---> Running in 146ff9918f48 [2022-01-15T20:43:53.235Z] ---> Running in ebd6b4ad9552 [2022-01-15T20:43:56.637Z] ---> 6f293ea54e9e [2022-01-15T20:43:56.637Z] Step 9/23 : RUN go mod tidy [2022-01-15T20:43:56.910Z] ---> Running in 033daedb680b [2022-01-15T20:43:57.188Z] Removing intermediate container d515d8ea7a0b [2022-01-15T20:43:57.188Z] ---> f2d2670027cd [2022-01-15T20:43:57.188Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-01-15T20:43:57.462Z] ---> Running in 4aeeb3392183 [2022-01-15T20:43:57.737Z] Removing intermediate container ebd6b4ad9552 [2022-01-15T20:43:57.737Z] ---> 96f6c3da29c7 [2022-01-15T20:43:57.737Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2022-01-15T20:43:57.737Z] Removing intermediate container 146ff9918f48 [2022-01-15T20:43:57.737Z] ---> 402e053d5d29 [2022-01-15T20:43:57.737Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-01-15T20:43:58.008Z] ---> Running in 9ceb32897cf8 [2022-01-15T20:43:58.008Z] ---> Running in f94c7992756b [2022-01-15T20:43:58.008Z] Removing intermediate container 4b1c7dc24ba3 [2022-01-15T20:43:58.008Z] ---> aea1d272a38f [2022-01-15T20:43:58.008Z] Step 8/22 : RUN make cmd/core-command/core-command [2022-01-15T20:43:58.284Z] ---> Running in 369013fcfd84 [2022-01-15T20:43:59.272Z] 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-15T20:44:00.255Z] 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-15T20:44:00.255Z] 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-15T20:44:00.255Z] 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-15T20:44:02.893Z] Removing intermediate container 033daedb680b [2022-01-15T20:44:02.893Z] ---> 24e2439e8879 [2022-01-15T20:44:02.893Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-01-15T20:44:03.166Z] ---> Running in f37ffc41dda2 [2022-01-15T20:44:04.610Z] 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-15T20:46:11.481Z] 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-15T20:46:12.468Z] 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-15T20:46:24.907Z] Removing intermediate container 369013fcfd84 [2022-01-15T20:46:24.907Z] ---> 5c57dde788b9 [2022-01-15T20:46:24.907Z] [2022-01-15T20:46:24.907Z] Step 9/22 : FROM alpine:3.14 [2022-01-15T20:46:24.907Z] 3.14: Pulling from library/alpine [2022-01-15T20:46:25.505Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-01-15T20:46:25.505Z] Status: Downloaded newer image for alpine:3.14 [2022-01-15T20:46:25.505Z] ---> 5b8b7b635229 [2022-01-15T20:46:25.505Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-01-15T20:46:26.107Z] ---> Running in a4d8827a3083 [2022-01-15T20:46:28.735Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-15T20:46:28.735Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-15T20:46:29.009Z] Removing intermediate container 4aeeb3392183 [2022-01-15T20:46:29.009Z] ---> 83e60cd0d6fe [2022-01-15T20:46:29.009Z] [2022-01-15T20:46:29.009Z] Step 9/24 : FROM alpine:3.14 [2022-01-15T20:46:29.009Z] ---> 5b8b7b635229 [2022-01-15T20:46:29.009Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-01-15T20:46:29.284Z] ---> Running in 75fe4021f53a [2022-01-15T20:46:29.559Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-01-15T20:46:29.559Z] Executing busybox-1.33.1-r6.trigger [2022-01-15T20:46:29.559Z] OK: 6 MiB in 15 packages [2022-01-15T20:46:31.539Z] Removing intermediate container a4d8827a3083 [2022-01-15T20:46:31.539Z] ---> ceb7c941d7d5 [2022-01-15T20:46:31.539Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-15T20:46:31.539Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-15T20:46:31.539Z] ---> Running in b9df26e3ee0f [2022-01-15T20:46:31.539Z] Removing intermediate container 9ceb32897cf8 [2022-01-15T20:46:31.539Z] ---> 4c591c5149cc [2022-01-15T20:46:31.539Z] [2022-01-15T20:46:31.539Z] Step 9/20 : FROM alpine:3.14 [2022-01-15T20:46:31.539Z] ---> 5b8b7b635229 [2022-01-15T20:46:31.539Z] Step 10/20 : RUN apk add --update --no-cache curl [2022-01-15T20:46:31.815Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-15T20:46:31.815Z] ---> Running in 6ec42498a80d [2022-01-15T20:46:32.090Z] Removing intermediate container b9df26e3ee0f [2022-01-15T20:46:32.090Z] ---> 98d727bf6280 [2022-01-15T20:46:32.090Z] Step 12/22 : ENV APP_PORT=59882 [2022-01-15T20:46:32.366Z] ---> Running in aba220c692c6 [2022-01-15T20:46:32.971Z] (1/3) Installing ca-certificates (20191127-r5) [2022-01-15T20:46:32.971Z] Removing intermediate container aba220c692c6 [2022-01-15T20:46:32.971Z] ---> 330da99dc775 [2022-01-15T20:46:32.971Z] Step 13/22 : EXPOSE $APP_PORT [2022-01-15T20:46:32.971Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-01-15T20:46:32.971Z] (3/3) Installing su-exec (0.2-r1) [2022-01-15T20:46:32.972Z] Executing busybox-1.33.1-r6.trigger [2022-01-15T20:46:32.972Z] Executing ca-certificates-20191127-r5.trigger [2022-01-15T20:46:32.972Z] ---> Running in dbf08b233ab5 [2022-01-15T20:46:33.248Z] OK: 6 MiB in 17 packages [2022-01-15T20:46:33.532Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-15T20:46:33.808Z] Removing intermediate container dbf08b233ab5 [2022-01-15T20:46:33.808Z] ---> c659cb8a9030 [2022-01-15T20:46:33.808Z] Step 14/22 : WORKDIR / [2022-01-15T20:46:34.083Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-15T20:46:34.083Z] ---> Running in cddc4d0c7fa7 [2022-01-15T20:46:35.056Z] Removing intermediate container cddc4d0c7fa7 [2022-01-15T20:46:35.056Z] ---> 2321ea8c563c [2022-01-15T20:46:35.056Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-15T20:46:35.056Z] (1/5) Installing ca-certificates (20191127-r5) [2022-01-15T20:46:35.057Z] (2/5) Installing brotli-libs (1.0.9-r5) [2022-01-15T20:46:35.057Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2022-01-15T20:46:35.057Z] (4/5) Installing libcurl (7.79.1-r0) [2022-01-15T20:46:35.057Z] (5/5) Installing curl (7.79.1-r0) [2022-01-15T20:46:35.057Z] Executing busybox-1.33.1-r6.trigger [2022-01-15T20:46:35.057Z] Executing ca-certificates-20191127-r5.trigger [2022-01-15T20:46:35.332Z] OK: 8 MiB in 19 packages [2022-01-15T20:46:35.604Z] Removing intermediate container 75fe4021f53a [2022-01-15T20:46:35.604Z] ---> e2840799171d [2022-01-15T20:46:35.604Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-01-15T20:46:35.604Z] ---> Running in aa2020ebc446 [2022-01-15T20:46:36.202Z] ---> ae6b65fa3c39 [2022-01-15T20:46:36.202Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-01-15T20:46:36.476Z] Removing intermediate container aa2020ebc446 [2022-01-15T20:46:36.476Z] ---> 74b272831e5f [2022-01-15T20:46:36.476Z] Step 12/24 : WORKDIR / [2022-01-15T20:46:36.476Z] ---> Running in 46b650862a02 [2022-01-15T20:46:37.465Z] Removing intermediate container 46b650862a02 [2022-01-15T20:46:37.465Z] ---> 61edc0cb6a24 [2022-01-15T20:46:37.465Z] 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-15T20:46:37.465Z] Removing intermediate container 6ec42498a80d [2022-01-15T20:46:37.465Z] ---> 3499531565a3 [2022-01-15T20:46:37.465Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-01-15T20:46:37.737Z] ---> Running in 992062abbb16 [2022-01-15T20:46:38.010Z] ---> 708b1ad40a0b [2022-01-15T20:46:38.010Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-01-15T20:46:38.285Z] Removing intermediate container 992062abbb16 [2022-01-15T20:46:38.286Z] Removing intermediate container f94c7992756b [2022-01-15T20:46:38.286Z] ---> bca9398fb9bc [2022-01-15T20:46:38.286Z] [2022-01-15T20:46:38.286Z] Step 9/22 : FROM alpine:3.14 [2022-01-15T20:46:38.286Z] ---> 5b8b7b635229 [2022-01-15T20:46:38.286Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-01-15T20:46:38.286Z] ---> Using cache [2022-01-15T20:46:38.286Z] ---> ceb7c941d7d5 [2022-01-15T20:46:38.286Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-15T20:46:38.286Z] ---> Using cache [2022-01-15T20:46:38.286Z] ---> 98d727bf6280 [2022-01-15T20:46:38.286Z] Step 12/22 : ENV APP_PORT=59881 [2022-01-15T20:46:38.286Z] ---> c916740e8f69 [2022-01-15T20:46:38.286Z] Step 12/20 : WORKDIR /edgex [2022-01-15T20:46:38.286Z] Removing intermediate container f37ffc41dda2 [2022-01-15T20:46:38.286Z] ---> 7b9fa5d574fe [2022-01-15T20:46:38.286Z] [2022-01-15T20:46:38.286Z] Step 11/23 : FROM alpine:3.14 [2022-01-15T20:46:38.286Z] ---> 5b8b7b635229 [2022-01-15T20:46:38.286Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-01-15T20:46:38.286Z] ---> Using cache [2022-01-15T20:46:38.286Z] ---> ceb7c941d7d5 [2022-01-15T20:46:38.286Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-15T20:46:38.286Z] ---> Using cache [2022-01-15T20:46:38.286Z] ---> 98d727bf6280 [2022-01-15T20:46:38.286Z] Step 14/23 : ENV APP_PORT=59861 ---> 0ce297a78edf [2022-01-15T20:46:38.286Z] [2022-01-15T20:46:38.286Z] 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-15T20:46:38.559Z] ---> Running in a48f8837f5fb [2022-01-15T20:46:38.559Z] ---> Running in b7dee04d265a [2022-01-15T20:46:38.559Z] ---> Running in a226287b236a [2022-01-15T20:46:38.839Z] ---> f34d4e58f86e [2022-01-15T20:46:38.839Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2022-01-15T20:46:39.116Z] ---> Running in d269cfec1455 [2022-01-15T20:46:39.116Z] Removing intermediate container a48f8837f5fb [2022-01-15T20:46:39.116Z] ---> fbcbf5c0192d [2022-01-15T20:46:39.116Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-01-15T20:46:39.116Z] Removing intermediate container b7dee04d265a [2022-01-15T20:46:39.116Z] ---> 54d818cc972a [2022-01-15T20:46:39.116Z] Step 13/22 : EXPOSE $APP_PORT [2022-01-15T20:46:39.116Z] Removing intermediate container a226287b236a [2022-01-15T20:46:39.116Z] ---> 6b9389b0ecc4 [2022-01-15T20:46:39.116Z] Step 15/23 : EXPOSE $APP_PORT [2022-01-15T20:46:39.389Z] ---> Running in 711a55e40454 [2022-01-15T20:46:39.389Z] ---> Running in 629b90f063ce [2022-01-15T20:46:39.389Z] ---> ece67c6b8e9e [2022-01-15T20:46:39.389Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-01-15T20:46:39.661Z] Removing intermediate container d269cfec1455 [2022-01-15T20:46:39.661Z] ---> 5001c0ce3e9f [2022-01-15T20:46:39.661Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-15T20:46:39.941Z] Removing intermediate container 629b90f063ce [2022-01-15T20:46:39.941Z] ---> 8debf640a89f [2022-01-15T20:46:39.941Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-15T20:46:39.941Z] ---> Running in d258e1f1253e [2022-01-15T20:46:39.941Z] Removing intermediate container 711a55e40454 [2022-01-15T20:46:39.941Z] ---> 491afdf45dfc [2022-01-15T20:46:39.941Z] Step 14/22 : WORKDIR / [2022-01-15T20:46:39.941Z] ---> Running in 2cb34ee6fe50 [2022-01-15T20:46:40.217Z] ---> a5e5b4493bdd [2022-01-15T20:46:40.217Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-01-15T20:46:40.492Z] Removing intermediate container d258e1f1253e [2022-01-15T20:46:40.492Z] ---> 542566f1207e [2022-01-15T20:46:40.492Z] Step 20/22 : LABEL arch=arm64 [2022-01-15T20:46:40.492Z] ---> bc324b1bea9b [2022-01-15T20:46:40.492Z] 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-15T20:46:40.492Z] ---> Running in 3f3f5e5ec9b8 [2022-01-15T20:46:40.492Z] Removing intermediate container 2cb34ee6fe50 [2022-01-15T20:46:40.492Z] ---> 0bade7dee0b5 [2022-01-15T20:46:40.492Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-15T20:46:40.767Z] ---> a27fda1bc7b1 [2022-01-15T20:46:40.767Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-01-15T20:46:41.038Z] Removing intermediate container 3f3f5e5ec9b8 [2022-01-15T20:46:41.038Z] ---> 6455fe7509e8 [2022-01-15T20:46:41.038Z] Step 21/22 : LABEL git_sha=3144db63cf6ba42199b3e54756f5a01fbfc8b7cf [2022-01-15T20:46:41.324Z] ---> Running in f83a08a6ed5d [2022-01-15T20:46:41.597Z] ---> b5f043a4b2bf [2022-01-15T20:46:41.597Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-01-15T20:46:41.597Z] ---> 2fecc6aa3433 [2022-01-15T20:46:41.597Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-01-15T20:46:41.878Z] ---> 912b684bcdba [2022-01-15T20:46:41.878Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-01-15T20:46:41.878Z] Removing intermediate container f83a08a6ed5d [2022-01-15T20:46:41.878Z] ---> bbd031d8fb72 [2022-01-15T20:46:41.878Z] Step 22/22 : LABEL version=0.0.0 [2022-01-15T20:46:41.878Z] ---> Running in 627158a814e4 [2022-01-15T20:46:42.477Z] ---> 0373d2933e19 [2022-01-15T20:46:42.477Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-01-15T20:46:42.751Z] Removing intermediate container 627158a814e4 [2022-01-15T20:46:42.751Z] ---> 5b7952f233b7 [2022-01-15T20:46:42.751Z] [2022-01-15T20:46:43.026Z] ---> 09f8f37615c3 [2022-01-15T20:46:43.026Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-01-15T20:46:43.297Z] Successfully built 5b7952f233b7 [2022-01-15T20:46:43.297Z] ---> f3d3e751890a [2022-01-15T20:46:43.297Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2022-01-15T20:46:43.297Z] Successfully tagged core-command-arm64:latest [2022-01-15T20:46:43.297Z]  Building core-command ... done Building security-bootstrapper [2022-01-15T20:46:43.297Z] ---> Running in 0e8cb9e090ab [2022-01-15T20:46:43.579Z] ---> c3b2db005f0e [2022-01-15T20:46:43.579Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-01-15T20:46:43.579Z] ---> Running in c2d06817f18d [2022-01-15T20:46:43.859Z] ---> b12a12e5f9ce [2022-01-15T20:46:43.859Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-01-15T20:46:44.136Z] Removing intermediate container 0e8cb9e090ab [2022-01-15T20:46:44.136Z] ---> e5ad328f8122 [2022-01-15T20:46:44.137Z] Step 17/20 : CMD ["--init=true"] [2022-01-15T20:46:44.420Z] Removing intermediate container c2d06817f18d [2022-01-15T20:46:44.420Z] ---> d629fe60761a [2022-01-15T20:46:44.420Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-15T20:46:44.420Z] ---> Running in e6da47139f07 [2022-01-15T20:46:44.420Z] ---> Running in edda5602fcab [2022-01-15T20:46:45.026Z] ---> 846fd32b96c0 [2022-01-15T20:46:45.026Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2022-01-15T20:46:45.026Z] Removing intermediate container e6da47139f07 [2022-01-15T20:46:45.026Z] ---> 759bbe793d91 [2022-01-15T20:46:45.026Z] Step 18/20 : LABEL arch=arm64 [2022-01-15T20:46:45.026Z] ---> eb14d61a674c [2022-01-15T20:46:45.026Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-01-15T20:46:45.026Z] ---> Running in b9892c81cae5 [2022-01-15T20:46:45.297Z] Removing intermediate container edda5602fcab [2022-01-15T20:46:45.297Z] ---> 6e40de6e315c [2022-01-15T20:46:45.297Z] Step 21/23 : LABEL arch=arm64 [2022-01-15T20:46:45.297Z] ---> Running in d1d352467957 [2022-01-15T20:46:45.570Z] ---> Running in ba0d3aa4d9b1 [2022-01-15T20:46:45.846Z] Removing intermediate container b9892c81cae5 [2022-01-15T20:46:45.846Z] ---> ac2f61455fef [2022-01-15T20:46:45.846Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-15T20:46:45.846Z] ---> Running in eae95892a2dd [2022-01-15T20:46:46.120Z] Removing intermediate container d1d352467957 [2022-01-15T20:46:46.120Z] ---> 64a2bd84834a [2022-01-15T20:46:46.120Z] Step 19/20 : LABEL git_sha=3144db63cf6ba42199b3e54756f5a01fbfc8b7cf [2022-01-15T20:46:46.120Z] Removing intermediate container ba0d3aa4d9b1 [2022-01-15T20:46:46.120Z] ---> f40fa16ebd51 [2022-01-15T20:46:46.120Z] Step 22/23 : LABEL git_sha=3144db63cf6ba42199b3e54756f5a01fbfc8b7cf [2022-01-15T20:46:46.120Z] ---> cd1339f08960 [2022-01-15T20:46:46.120Z] 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-15T20:46:46.405Z] ---> Running in 59178a650919 [2022-01-15T20:46:46.405Z] ---> Running in 76b21f87f51b [2022-01-15T20:46:46.405Z] ---> Running in 4d3d5d9368ac [2022-01-15T20:46:46.405Z] Removing intermediate container eae95892a2dd [2022-01-15T20:46:46.405Z] ---> 44ace134be46 [2022-01-15T20:46:46.405Z] Step 20/22 : LABEL arch=arm64 [2022-01-15T20:46:46.681Z] ---> Running in 3bae3fd19390 [2022-01-15T20:46:46.960Z] Removing intermediate container 76b21f87f51b [2022-01-15T20:46:46.960Z] ---> f7a29a939917 [2022-01-15T20:46:46.960Z] Step 23/23 : LABEL version=0.0.0 [2022-01-15T20:46:46.960Z] Removing intermediate container 59178a650919 [2022-01-15T20:46:46.960Z] ---> 720ca6931fec [2022-01-15T20:46:46.960Z] Step 20/20 : LABEL version=0.0.0 [2022-01-15T20:46:46.960Z] ---> Running in fa712976df44 [2022-01-15T20:46:47.240Z] ---> Running in 317171db1357 [2022-01-15T20:46:47.517Z] Removing intermediate container 3bae3fd19390 [2022-01-15T20:46:47.517Z] ---> 8b61b910f32f [2022-01-15T20:46:47.517Z] Step 21/22 : LABEL git_sha=3144db63cf6ba42199b3e54756f5a01fbfc8b7cf [2022-01-15T20:46:47.517Z] ---> Running in ad3132642b25 [2022-01-15T20:46:47.791Z] Removing intermediate container fa712976df44 [2022-01-15T20:46:47.791Z] ---> 8b15bc2d62c8 [2022-01-15T20:46:47.791Z] [2022-01-15T20:46:47.791Z] Removing intermediate container 317171db1357 [2022-01-15T20:46:47.791Z] ---> 44eb54f0db65 [2022-01-15T20:46:47.791Z] [2022-01-15T20:46:48.064Z] Removing intermediate container ad3132642b25 [2022-01-15T20:46:48.064Z] ---> 4cd85ef2ff44 [2022-01-15T20:46:48.064Z] Step 22/22 : LABEL version=0.0.0 [2022-01-15T20:46:48.337Z] Successfully built 8b15bc2d62c8 [2022-01-15T20:46:48.337Z] Successfully tagged support-scheduler-arm64:latest [2022-01-15T20:46:48.337Z]  Building support-scheduler ... done  ---> Running in 68b20b507c7f [2022-01-15T20:46:48.337Z] Building sys-mgmt-agent [2022-01-15T20:46:48.337Z] Successfully built 44eb54f0db65 [2022-01-15T20:46:48.337Z] Successfully tagged security-proxy-setup-arm64:latest [2022-01-15T20:46:48.337Z]  Building security-proxy-setup ... done Building support-notifications [2022-01-15T20:46:48.932Z] Removing intermediate container 68b20b507c7f [2022-01-15T20:46:48.932Z] ---> 8c26d8c88d59 [2022-01-15T20:46:48.932Z] [2022-01-15T20:46:49.205Z] Successfully built 8c26d8c88d59 [2022-01-15T20:46:49.205Z] Successfully tagged core-metadata-arm64:latest [2022-01-15T20:46:49.205Z]  Building core-metadata ... done Building core-data [2022-01-15T20:46:49.205Z] Removing intermediate container 4d3d5d9368ac [2022-01-15T20:46:49.205Z] ---> bd2122f07028 [2022-01-15T20:46:49.205Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2022-01-15T20:46:49.475Z] ---> Running in 180bc63f4a53 [2022-01-15T20:46:49.749Z] Removing intermediate container 180bc63f4a53 [2022-01-15T20:46:49.749Z] ---> d6107bc77d7e [2022-01-15T20:46:49.749Z] Step 22/24 : LABEL arch=arm64 [2022-01-15T20:46:49.749Z] ---> Running in 257317e1541e [2022-01-15T20:46:50.023Z] Removing intermediate container 257317e1541e [2022-01-15T20:46:50.023Z] ---> 8f9f1d0f5308 [2022-01-15T20:46:50.023Z] Step 23/24 : LABEL git_sha=3144db63cf6ba42199b3e54756f5a01fbfc8b7cf [2022-01-15T20:46:50.296Z] ---> Running in 4c8c8dbc7fe6 [2022-01-15T20:46:50.568Z] Removing intermediate container 4c8c8dbc7fe6 [2022-01-15T20:46:50.568Z] ---> ce3fbc88da83 [2022-01-15T20:46:50.568Z] Step 24/24 : LABEL version=0.0.0 [2022-01-15T20:46:50.568Z] ---> Running in 32b99a7102dd [2022-01-15T20:46:51.168Z] Removing intermediate container 32b99a7102dd [2022-01-15T20:46:51.168Z] ---> 29b6cc82b249 [2022-01-15T20:46:51.168Z] [2022-01-15T20:46:51.438Z] Successfully built 29b6cc82b249 [2022-01-15T20:46:51.438Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-01-15T20:47:30.486Z]  Building security-secretstore-setup ... done Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-15T20:47:30.486Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2022-01-15T20:47:30.486Z] ---> 9759b6ba5a0f [2022-01-15T20:47:30.486Z] Step 3/30 : WORKDIR /edgex-go [2022-01-15T20:47:30.486Z] ---> Using cache [2022-01-15T20:47:30.486Z] ---> 848d9ffb7ad1 [2022-01-15T20:47:30.486Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-15T20:47:30.486Z] ---> Using cache [2022-01-15T20:47:30.486Z] ---> cb3acdc6c2d8 [2022-01-15T20:47:30.486Z] Step 5/30 : RUN apk add --update --no-cache make git [2022-01-15T20:47:30.486Z] ---> Using cache [2022-01-15T20:47:30.486Z] ---> 7f074aee7995 [2022-01-15T20:47:30.486Z] Step 6/30 : COPY . . [2022-01-15T20:47:30.486Z] ---> Using cache [2022-01-15T20:47:30.486Z] ---> b725df247539 [2022-01-15T20:47:30.486Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-15T20:47:30.486Z] ---> Using cache [2022-01-15T20:47:30.486Z] ---> aea1d272a38f [2022-01-15T20:47:30.486Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-01-15T20:47:30.764Z] ---> Running in 09b487753e31 [2022-01-15T20:47:32.209Z] 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-15T20:47:36.524Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-15T20:47:36.524Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-01-15T20:47:36.524Z] ---> 9759b6ba5a0f [2022-01-15T20:47:36.524Z] Step 3/21 : WORKDIR /edgex-go [2022-01-15T20:47:36.524Z] ---> Using cache [2022-01-15T20:47:36.524Z] ---> 848d9ffb7ad1 [2022-01-15T20:47:36.524Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-15T20:47:36.524Z] ---> Using cache [2022-01-15T20:47:36.524Z] ---> cb3acdc6c2d8 [2022-01-15T20:47:36.524Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2022-01-15T20:47:36.524Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-15T20:47:36.524Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-15T20:47:36.524Z] ---> 9759b6ba5a0f [2022-01-15T20:47:36.524Z] Step 3/22 : WORKDIR /edgex-go [2022-01-15T20:47:36.524Z] ---> Using cache [2022-01-15T20:47:36.524Z] ---> 848d9ffb7ad1 [2022-01-15T20:47:36.524Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-15T20:47:36.524Z] ---> Using cache [2022-01-15T20:47:36.524Z] ---> cb3acdc6c2d8 [2022-01-15T20:47:36.524Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2022-01-15T20:47:36.524Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-15T20:47:36.524Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-15T20:47:36.524Z] ---> 9759b6ba5a0f [2022-01-15T20:47:36.524Z] Step 3/22 : WORKDIR /edgex-go [2022-01-15T20:47:36.524Z] ---> Using cache [2022-01-15T20:47:36.524Z] ---> 848d9ffb7ad1 [2022-01-15T20:47:36.524Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-15T20:47:36.524Z] ---> Using cache [2022-01-15T20:47:36.524Z] ---> cb3acdc6c2d8 [2022-01-15T20:47:36.524Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-01-15T20:47:36.524Z] ---> Running in 7015bcfc3523 [2022-01-15T20:47:36.524Z] ---> Running in ebfab27a4255 [2022-01-15T20:47:36.524Z] ---> Running in 99338621ac54 [2022-01-15T20:47:38.505Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-01-15T20:47:39.109Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-01-15T20:47:39.109Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-01-15T20:47:39.389Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-01-15T20:47:40.011Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-01-15T20:47:40.011Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-01-15T20:47:40.613Z] OK: 220 MiB in 52 packages [2022-01-15T20:47:41.212Z] OK: 220 MiB in 52 packages [2022-01-15T20:47:41.212Z] OK: 220 MiB in 52 packages [2022-01-15T20:47:41.812Z] Removing intermediate container 7015bcfc3523 [2022-01-15T20:47:41.812Z] ---> 1ab878921af3 [2022-01-15T20:47:41.812Z] Step 6/22 : COPY . . [2022-01-15T20:47:42.782Z] Removing intermediate container 99338621ac54 [2022-01-15T20:47:42.782Z] ---> 3a310c8c6278 [2022-01-15T20:47:42.782Z] Step 6/21 : COPY . . [2022-01-15T20:47:43.056Z] Removing intermediate container ebfab27a4255 [2022-01-15T20:47:43.057Z] ---> cefe0061165a [2022-01-15T20:47:43.057Z] Step 6/22 : COPY . . [2022-01-15T20:48:15.401Z] ---> b49345c175b6 [2022-01-15T20:48:15.401Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-15T20:48:15.401Z] ---> Running in fbad332782bd [2022-01-15T20:48:15.401Z] ---> 637941345fac [2022-01-15T20:48:15.401Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-15T20:48:15.401Z] ---> Running in 9db0d1826c91 [2022-01-15T20:48:15.401Z] ---> 182a309cdee6 [2022-01-15T20:48:15.401Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-15T20:48:15.401Z] ---> Running in 96d62f389506 [2022-01-15T20:48:18.027Z] Removing intermediate container fbad332782bd [2022-01-15T20:48:18.027Z] ---> 0c283883eeef [2022-01-15T20:48:18.027Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-01-15T20:48:18.027Z] ---> Running in d5b4141b281a [2022-01-15T20:48:18.302Z] Removing intermediate container 9db0d1826c91 [2022-01-15T20:48:18.302Z] ---> fed14bf6d3ee [2022-01-15T20:48:18.302Z] Step 8/22 : RUN make cmd/core-data/core-data [2022-01-15T20:48:18.579Z] ---> Running in f6afa4d3ec24 [2022-01-15T20:48:18.579Z] Removing intermediate container 96d62f389506 [2022-01-15T20:48:18.579Z] ---> 00a7a6a17000 [2022-01-15T20:48:18.579Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2022-01-15T20:48:18.853Z] ---> Running in 8e97019bf540 [2022-01-15T20:48:20.277Z] 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-15T20:48:20.548Z] 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-15T20:48:20.549Z] 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-15T20:48:35.617Z] Removing intermediate container 09b487753e31 [2022-01-15T20:48:35.617Z] ---> 943ae90bec4e [2022-01-15T20:48:35.617Z] [2022-01-15T20:48:35.617Z] Step 9/30 : FROM alpine:3.14 [2022-01-15T20:48:35.617Z] ---> 5b8b7b635229 [2022-01-15T20:48:35.617Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-01-15T20:48:35.617Z] ---> Running in 2ce8b15081f9 [2022-01-15T20:48:35.617Z] Removing intermediate container 2ce8b15081f9 [2022-01-15T20:48:35.617Z] ---> 75124194c7d6 [2022-01-15T20:48:35.617Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2022-01-15T20:48:35.617Z] ---> Running in 8c0f70c61a0a [2022-01-15T20:48:37.590Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-15T20:48:37.590Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-15T20:48:38.574Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-01-15T20:48:38.574Z] (2/2) Installing su-exec (0.2-r1) [2022-01-15T20:48:38.574Z] Executing busybox-1.33.1-r6.trigger [2022-01-15T20:48:38.574Z] OK: 6 MiB in 16 packages [2022-01-15T20:48:40.015Z] Removing intermediate container 8c0f70c61a0a [2022-01-15T20:48:40.015Z] ---> 2d2eb55819b2 [2022-01-15T20:48:40.015Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2022-01-15T20:48:40.015Z] ---> Running in e5bb4bed2f2f [2022-01-15T20:48:40.289Z] Removing intermediate container e5bb4bed2f2f [2022-01-15T20:48:40.562Z] ---> 2717b487d947 [2022-01-15T20:48:40.562Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-01-15T20:48:40.562Z] ---> Running in b846aab21ade [2022-01-15T20:48:41.153Z] Removing intermediate container b846aab21ade [2022-01-15T20:48:41.153Z] ---> e55fb40ec6f8 [2022-01-15T20:48:41.153Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-01-15T20:48:41.153Z] ---> Running in 92cd6b66fcb9 [2022-01-15T20:48:44.547Z] Removing intermediate container 92cd6b66fcb9 [2022-01-15T20:48:44.548Z] ---> 989d7e62110a [2022-01-15T20:48:44.548Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2022-01-15T20:48:44.548Z] ---> Running in 20764bc1b370 [2022-01-15T20:48:44.548Z] Removing intermediate container 20764bc1b370 [2022-01-15T20:48:44.548Z] ---> a64bf6a2e7dc [2022-01-15T20:48:44.548Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-01-15T20:48:45.534Z] ---> 51e9f78358ab [2022-01-15T20:48:45.534Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-01-15T20:48:45.807Z] ---> Running in 157012b12be7 [2022-01-15T20:48:48.418Z] Removing intermediate container 157012b12be7 [2022-01-15T20:48:48.418Z] ---> 1981427b5ac4 [2022-01-15T20:48:48.418Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-15T20:48:49.400Z] ---> 29d80702ab93 [2022-01-15T20:48:49.401Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-01-15T20:48:50.832Z] ---> 3435c19959d2 [2022-01-15T20:48:50.832Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-01-15T20:48:52.278Z] ---> 26266d601ef2 [2022-01-15T20:48:52.278Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-01-15T20:48:53.266Z] ---> 9ded1e4a3cc4 [2022-01-15T20:48:53.266Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-01-15T20:48:54.244Z] ---> 789f650b6827 [2022-01-15T20:48:54.244Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2022-01-15T20:48:54.521Z] ---> Running in 8834ad6ca69e [2022-01-15T20:48:54.799Z] Removing intermediate container 8834ad6ca69e [2022-01-15T20:48:54.799Z] ---> 0f65e14d446b [2022-01-15T20:48:54.799Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-01-15T20:48:55.782Z] ---> 8dccb97a867b [2022-01-15T20:48:55.782Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2022-01-15T20:48:56.060Z] ---> Running in 37794476bb5d [2022-01-15T20:48:59.452Z] Removing intermediate container 37794476bb5d [2022-01-15T20:48:59.452Z] ---> 5056e092edfb [2022-01-15T20:48:59.452Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2022-01-15T20:48:59.452Z] ---> Running in bd10c10fd2ea [2022-01-15T20:48:59.725Z] Removing intermediate container bd10c10fd2ea [2022-01-15T20:48:59.725Z] ---> bc138ed0f866 [2022-01-15T20:48:59.725Z] Step 27/30 : CMD ["gate"] [2022-01-15T20:49:00.001Z] ---> Running in 7484ee5b6f42 [2022-01-15T20:49:00.295Z] Removing intermediate container 7484ee5b6f42 [2022-01-15T20:49:00.295Z] ---> 269c9ffcf768 [2022-01-15T20:49:00.295Z] Step 28/30 : LABEL arch=arm64 [2022-01-15T20:49:00.580Z] ---> Running in 374d15f8e189 [2022-01-15T20:49:01.181Z] Removing intermediate container 374d15f8e189 [2022-01-15T20:49:01.181Z] ---> 719d0c7188ae [2022-01-15T20:49:01.181Z] Step 29/30 : LABEL git_sha=3144db63cf6ba42199b3e54756f5a01fbfc8b7cf [2022-01-15T20:49:01.463Z] ---> Running in 16354abb9583 [2022-01-15T20:49:02.064Z] Removing intermediate container 16354abb9583 [2022-01-15T20:49:02.064Z] ---> fa3766d98997 [2022-01-15T20:49:02.064Z] Step 30/30 : LABEL version=0.0.0 [2022-01-15T20:49:02.346Z] ---> Running in 66c7e97f40a8 [2022-01-15T20:49:02.942Z] Removing intermediate container 66c7e97f40a8 [2022-01-15T20:49:02.942Z] ---> 9c79c9977b84 [2022-01-15T20:49:02.942Z] [2022-01-15T20:49:03.217Z] Successfully built 9c79c9977b84 [2022-01-15T20:49:03.217Z] Successfully tagged security-bootstrapper-arm64:latest [2022-01-15T20:49:59.862Z]  Building security-bootstrapper ... done Removing intermediate container d5b4141b281a [2022-01-15T20:49:59.862Z] ---> fa105743d5b0 [2022-01-15T20:49:59.862Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-01-15T20:49:59.862Z] ---> Running in 8493fc8b09d4 [2022-01-15T20:49:59.862Z] 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-15T20:49:59.862Z] Removing intermediate container 8493fc8b09d4 [2022-01-15T20:49:59.862Z] ---> cf509551f61e [2022-01-15T20:49:59.862Z] [2022-01-15T20:49:59.862Z] Step 10/22 : FROM docker:20.10.10 [2022-01-15T20:49:59.862Z] 20.10.10: Pulling from library/docker [2022-01-15T20:49:59.862Z] Removing intermediate container 8e97019bf540 [2022-01-15T20:49:59.862Z] ---> eb71ef1f9af0 [2022-01-15T20:49:59.862Z] [2022-01-15T20:49:59.862Z] Step 9/21 : FROM alpine:3.14 [2022-01-15T20:49:59.862Z] ---> 5b8b7b635229 [2022-01-15T20:49:59.862Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-01-15T20:49:59.862Z] ---> Running in 83e5d040e45d [2022-01-15T20:49:59.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-15T20:49:59.862Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-15T20:50:00.851Z] (1/2) Installing ca-certificates (20191127-r5) [2022-01-15T20:50:00.851Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-01-15T20:50:00.851Z] Executing busybox-1.33.1-r6.trigger [2022-01-15T20:50:00.851Z] Executing ca-certificates-20191127-r5.trigger [2022-01-15T20:50:00.851Z] OK: 6 MiB in 16 packages [2022-01-15T20:50:02.834Z] Removing intermediate container 83e5d040e45d [2022-01-15T20:50:02.834Z] ---> 274781b874f8 [2022-01-15T20:50:02.834Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-15T20:50:03.107Z] ---> Running in ea5491ef7f50 [2022-01-15T20:50:03.702Z] Removing intermediate container ea5491ef7f50 [2022-01-15T20:50:03.702Z] ---> 4a298d2351b6 [2022-01-15T20:50:03.702Z] Step 12/21 : ENV APP_PORT=59860 [2022-01-15T20:50:03.702Z] ---> Running in 428f31c4dd36 [2022-01-15T20:50:04.297Z] Removing intermediate container 428f31c4dd36 [2022-01-15T20:50:04.298Z] ---> 8bebfb63810b [2022-01-15T20:50:04.298Z] Step 13/21 : EXPOSE $APP_PORT [2022-01-15T20:50:04.570Z] ---> Running in 8d48e70b1e0a [2022-01-15T20:50:05.166Z] Removing intermediate container 8d48e70b1e0a [2022-01-15T20:50:05.166Z] ---> 1ca1453a9e3d [2022-01-15T20:50:05.166Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-15T20:50:05.764Z] Removing intermediate container f6afa4d3ec24 [2022-01-15T20:50:05.764Z] ---> 44c0be43d37d [2022-01-15T20:50:05.764Z] [2022-01-15T20:50:05.764Z] Step 9/22 : FROM alpine:3.14 [2022-01-15T20:50:05.764Z] ---> 5b8b7b635229 [2022-01-15T20:50:05.764Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-01-15T20:50:06.036Z] ---> Running in 118e333c6a4c [2022-01-15T20:50:06.037Z] ---> f8df03227db1 [2022-01-15T20:50:06.037Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-01-15T20:50:06.314Z] Removing intermediate container 118e333c6a4c [2022-01-15T20:50:06.314Z] ---> 9471485cae02 [2022-01-15T20:50:06.314Z] Step 11/22 : ENV APP_PORT=59880 [2022-01-15T20:50:06.587Z] ---> Running in 88e6af12e65d [2022-01-15T20:50:06.863Z] Removing intermediate container 88e6af12e65d [2022-01-15T20:50:06.863Z] ---> 7a00ffb37d89 [2022-01-15T20:50:06.863Z] Step 12/22 : EXPOSE $APP_PORT [2022-01-15T20:50:07.144Z] ---> Running in 822745a66d1f [2022-01-15T20:50:07.144Z] ---> b8d501663dbd [2022-01-15T20:50:07.144Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-01-15T20:50:07.413Z] Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 [2022-01-15T20:50:07.413Z] Removing intermediate container 822745a66d1f [2022-01-15T20:50:07.413Z] Status: Downloaded newer image for docker:20.10.10 [2022-01-15T20:50:07.413Z] ---> 08b4290d35fd [2022-01-15T20:50:07.413Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-15T20:50:07.413Z] ---> 520e9a0a30f7 [2022-01-15T20:50:07.413Z] 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-15T20:50:07.684Z] ---> Running in 2b25cc2d8143 [2022-01-15T20:50:07.684Z] ---> Running in 47511b90dbbf [2022-01-15T20:50:07.955Z] ---> c27fe4087fd5 [2022-01-15T20:50:07.955Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2022-01-15T20:50:08.233Z] ---> Running in b50c644360ae [2022-01-15T20:50:08.233Z] Removing intermediate container 47511b90dbbf [2022-01-15T20:50:08.233Z] ---> a04598e004cf [2022-01-15T20:50:08.233Z] 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-15T20:50:08.233Z] ---> Running in 6cb6d2664119 [2022-01-15T20:50:08.829Z] Removing intermediate container b50c644360ae [2022-01-15T20:50:08.829Z] ---> 88643e9cf920 [2022-01-15T20:50:08.829Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-15T20:50:08.829Z] ---> Running in 333e641f45ed [2022-01-15T20:50:09.107Z] Removing intermediate container 333e641f45ed [2022-01-15T20:50:09.107Z] ---> c86d36bf6aa3 [2022-01-15T20:50:09.107Z] Step 19/21 : LABEL arch=arm64 [2022-01-15T20:50:09.380Z] ---> Running in 41083634b8d5 [2022-01-15T20:50:09.662Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-15T20:50:09.662Z] Removing intermediate container 2b25cc2d8143 [2022-01-15T20:50:09.662Z] ---> 5bf2d6e4883f [2022-01-15T20:50:09.662Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2022-01-15T20:50:09.662Z] Removing intermediate container 41083634b8d5 [2022-01-15T20:50:09.662Z] ---> ba5df5a32131 [2022-01-15T20:50:09.662Z] Step 20/21 : LABEL git_sha=3144db63cf6ba42199b3e54756f5a01fbfc8b7cf [2022-01-15T20:50:09.662Z] ---> Running in 1a9bb962ba1c [2022-01-15T20:50:09.942Z] ---> Running in ac3099c1e005 [2022-01-15T20:50:09.942Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-15T20:50:10.216Z] Removing intermediate container ac3099c1e005 [2022-01-15T20:50:10.216Z] ---> 430d7f29b7be [2022-01-15T20:50:10.216Z] Step 21/21 : LABEL version=0.0.0 [2022-01-15T20:50:10.485Z] ---> Running in 873b2418b9fd [2022-01-15T20:50:10.756Z] (1/42) Installing readline (8.1.0-r0) [2022-01-15T20:50:10.756Z] (2/42) Installing bash (5.1.4-r0) [2022-01-15T20:50:10.756Z] Executing bash-5.1.4-r0.post-install [2022-01-15T20:50:10.756Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-01-15T20:50:10.756Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-01-15T20:50:10.756Z] (5/42) Installing libcurl (7.79.1-r0) [2022-01-15T20:50:10.756Z] (6/42) Installing curl (7.79.1-r0) [2022-01-15T20:50:10.756Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-01-15T20:50:11.032Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-01-15T20:50:11.032Z] (9/42) Installing expat (2.4.1-r0) [2022-01-15T20:50:11.032Z] (10/42) Installing libffi (3.3-r2) [2022-01-15T20:50:11.032Z] Removing intermediate container 873b2418b9fd [2022-01-15T20:50:11.032Z] ---> 279f9b9c2b57 [2022-01-15T20:50:11.032Z] [2022-01-15T20:50:11.032Z] (11/42) Installing gdbm (1.19-r0) [2022-01-15T20:50:11.032Z] (12/42) Installing xz-libs (5.2.5-r0) [2022-01-15T20:50:11.032Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-01-15T20:50:11.032Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-01-15T20:50:11.032Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-01-15T20:50:11.032Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-01-15T20:50:11.032Z] (17/42) Installing python3 (3.9.5-r2) [2022-01-15T20:50:11.032Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-15T20:50:11.306Z] Successfully built 279f9b9c2b57 [2022-01-15T20:50:11.306Z] Successfully tagged support-notifications-arm64:latest [2022-01-15T20:50:11.903Z]  Building support-notifications ... done fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-15T20:50:12.884Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-01-15T20:50:12.884Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2022-01-15T20:50:12.884Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-01-15T20:50:12.884Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-01-15T20:50:12.884Z] (20/42) Installing py3-idna (3.2-r0) [2022-01-15T20:50:12.884Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-01-15T20:50:12.884Z] (3/6) Installing libsodium (1.0.18-r0) [2022-01-15T20:50:12.884Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-01-15T20:50:12.884Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-01-15T20:50:12.884Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-01-15T20:50:12.884Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-01-15T20:50:12.884Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-01-15T20:50:12.884Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-01-15T20:50:12.884Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-01-15T20:50:12.884Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-01-15T20:50:12.884Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-01-15T20:50:13.154Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-01-15T20:50:13.154Z] (31/42) Installing py3-six (1.15.0-r1) [2022-01-15T20:50:13.154Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-01-15T20:50:13.154Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-01-15T20:50:13.154Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-01-15T20:50:13.154Z] (35/42) Installing py3-packaging (20.9-r1) [2022-01-15T20:50:13.154Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-01-15T20:50:13.154Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-01-15T20:50:13.154Z] (5/6) Installing libzmq (4.3.4-r0) [2022-01-15T20:50:13.154Z] (38/42) Installing py3-progress (1.5-r2) [2022-01-15T20:50:13.154Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-01-15T20:50:13.154Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-01-15T20:50:13.154Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-01-15T20:50:13.154Z] (6/6) Installing zeromq (4.3.4-r0) [2022-01-15T20:50:13.425Z] Executing busybox-1.33.1-r6.trigger [2022-01-15T20:50:13.425Z] OK: 8 MiB in 20 packages [2022-01-15T20:50:13.425Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-01-15T20:50:14.018Z] Executing busybox-1.33.1-r6.trigger [2022-01-15T20:50:14.018Z] OK: 84 MiB in 64 packages [2022-01-15T20:50:14.994Z] Removing intermediate container 1a9bb962ba1c [2022-01-15T20:50:14.994Z] ---> b89df91ebb7c [2022-01-15T20:50:14.994Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-15T20:50:15.592Z] ---> db929c1e6b4a [2022-01-15T20:50:15.592Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-01-15T20:50:16.572Z] ---> 739ec96a1daf [2022-01-15T20:50:16.572Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-01-15T20:50:17.168Z] ---> 39a47337bef9 [2022-01-15T20:50:17.168Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2022-01-15T20:50:17.168Z] ---> Running in 78e6e5aca401 [2022-01-15T20:50:17.765Z] Removing intermediate container 78e6e5aca401 [2022-01-15T20:50:17.765Z] ---> 345c89a7d27c [2022-01-15T20:50:17.765Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-15T20:50:17.765Z] ---> Running in 85353219c1f5 [2022-01-15T20:50:17.765Z] Collecting docker-compose==1.23.2 [2022-01-15T20:50:18.045Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-01-15T20:50:18.045Z] Removing intermediate container 85353219c1f5 [2022-01-15T20:50:18.045Z] ---> 9dc23286c9b4 [2022-01-15T20:50:18.045Z] Step 20/22 : LABEL arch=arm64 [2022-01-15T20:50:18.045Z] ---> Running in 8d349ba618f7 [2022-01-15T20:50:18.318Z] 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-15T20:50:18.592Z] Removing intermediate container 8d349ba618f7 [2022-01-15T20:50:18.592Z] ---> af712d620ab5 [2022-01-15T20:50:18.592Z] Step 21/22 : LABEL git_sha=3144db63cf6ba42199b3e54756f5a01fbfc8b7cf [2022-01-15T20:50:18.592Z] Collecting jsonschema<3,>=2.5.1 [2022-01-15T20:50:18.592Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-01-15T20:50:18.592Z] ---> Running in 4f7015ece652 [2022-01-15T20:50:18.592Z] Collecting texttable<0.10,>=0.9.0 [2022-01-15T20:50:18.864Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-01-15T20:50:18.864Z] Removing intermediate container 4f7015ece652 [2022-01-15T20:50:18.864Z] ---> e980614803c0 [2022-01-15T20:50:18.864Z] Step 22/22 : LABEL version=0.0.0 [2022-01-15T20:50:19.136Z] ---> Running in 90117260bfc6 [2022-01-15T20:50:19.407Z] Removing intermediate container 90117260bfc6 [2022-01-15T20:50:19.407Z] ---> 304a824b25c6 [2022-01-15T20:50:19.407Z] [2022-01-15T20:50:19.679Z] Successfully built 304a824b25c6 [2022-01-15T20:50:19.679Z] Successfully tagged core-data-arm64:latest [2022-01-15T20:50:20.650Z]  Building core-data ... done Collecting docker<4.0,>=3.6.0 [2022-01-15T20:50:20.650Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-01-15T20:50:20.921Z] Collecting websocket-client<1.0,>=0.32.0 [2022-01-15T20:50:21.191Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-01-15T20:50:21.191Z] Collecting dockerpty<0.5,>=0.4.1 [2022-01-15T20:50:21.191Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-01-15T20:50:23.152Z] Collecting PyYAML<4,>=3.10 [2022-01-15T20:50:23.152Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-01-15T20:50:25.754Z] Collecting docopt<0.7,>=0.6.1 [2022-01-15T20:50:25.754Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-01-15T20:50:27.714Z] Collecting cached-property<2,>=1.2.0 [2022-01-15T20:50:27.714Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-01-15T20:50:28.301Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-01-15T20:50:28.301Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-01-15T20:50:28.570Z] Collecting docker-pycreds>=0.4.0 [2022-01-15T20:50:28.570Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-01-15T20:50:28.837Z] 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-15T20:50:29.105Z] Collecting idna<2.8,>=2.5 [2022-01-15T20:50:29.105Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-01-15T20:50:29.693Z] Collecting urllib3<1.25,>=1.21.1 [2022-01-15T20:50:29.693Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-01-15T20:50:29.693Z] Collecting chardet<3.1.0,>=3.0.2 [2022-01-15T20:50:29.693Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-01-15T20:50:29.963Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-01-15T20:50:29.963Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-01-15T20:50:29.963Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-01-15T20:50:29.963Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-01-15T20:50:30.553Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-01-15T20:50:30.553Z] Attempting uninstall: urllib3 [2022-01-15T20:50:30.553Z] Found existing installation: urllib3 1.26.5 [2022-01-15T20:50:30.553Z] Uninstalling urllib3-1.26.5: [2022-01-15T20:50:30.824Z] Successfully uninstalled urllib3-1.26.5 [2022-01-15T20:50:31.412Z] Attempting uninstall: idna [2022-01-15T20:50:31.412Z] Found existing installation: idna 3.2 [2022-01-15T20:50:31.412Z] Uninstalling idna-3.2: [2022-01-15T20:50:31.412Z] Successfully uninstalled idna-3.2 [2022-01-15T20:50:32.003Z] Attempting uninstall: chardet [2022-01-15T20:50:32.003Z] Found existing installation: chardet 4.0.0 [2022-01-15T20:50:32.003Z] Uninstalling chardet-4.0.0: [2022-01-15T20:50:32.274Z] Successfully uninstalled chardet-4.0.0 [2022-01-15T20:50:33.697Z] Attempting uninstall: requests [2022-01-15T20:50:33.697Z] Found existing installation: requests 2.25.1 [2022-01-15T20:50:33.697Z] Uninstalling requests-2.25.1: [2022-01-15T20:50:33.697Z] Successfully uninstalled requests-2.25.1 [2022-01-15T20:50:33.968Z] Running setup.py install for texttable: started [2022-01-15T20:50:35.929Z] Running setup.py install for texttable: finished with status 'done' [2022-01-15T20:50:35.929Z] Running setup.py install for PyYAML: started [2022-01-15T20:50:37.358Z] Running setup.py install for PyYAML: finished with status 'done' [2022-01-15T20:50:37.632Z] Running setup.py install for docopt: started [2022-01-15T20:50:39.586Z] Running setup.py install for docopt: finished with status 'done' [2022-01-15T20:50:39.586Z] Running setup.py install for dockerpty: started [2022-01-15T20:50:41.007Z] Running setup.py install for dockerpty: finished with status 'done' [2022-01-15T20:50:42.434Z] 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-15T20:50:50.681Z] Removing intermediate container 6cb6d2664119 [2022-01-15T20:50:50.681Z] ---> 57ce105861c4 [2022-01-15T20:50:50.681Z] Step 13/22 : ENV APP_PORT=58890 [2022-01-15T20:50:50.681Z] ---> Running in e3d1bba390b3 [2022-01-15T20:50:50.681Z] Removing intermediate container e3d1bba390b3 [2022-01-15T20:50:50.681Z] ---> fc4386291ffe [2022-01-15T20:50:50.681Z] Step 14/22 : EXPOSE $APP_PORT [2022-01-15T20:50:50.681Z] ---> Running in e47e3aa40775 [2022-01-15T20:50:50.960Z] Removing intermediate container e47e3aa40775 [2022-01-15T20:50:50.960Z] ---> 88370575fcaf [2022-01-15T20:50:50.960Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-01-15T20:50:51.935Z] ---> da706123c4b1 [2022-01-15T20:50:51.935Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-01-15T20:50:52.527Z] ---> 6e66187b882e [2022-01-15T20:50:52.527Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-01-15T20:50:53.503Z] ---> 427cfc3ba9c3 [2022-01-15T20:50:53.503Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-01-15T20:50:53.503Z] ---> Running in 223a7e2e17fe [2022-01-15T20:50:53.773Z] Removing intermediate container 223a7e2e17fe [2022-01-15T20:50:53.773Z] ---> 8e00ba891b79 [2022-01-15T20:50:53.773Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-15T20:50:53.773Z] ---> Running in 7675540db06b [2022-01-15T20:50:54.042Z] Removing intermediate container 7675540db06b [2022-01-15T20:50:54.042Z] ---> 60fcbcf849e8 [2022-01-15T20:50:54.042Z] Step 20/22 : LABEL arch=arm64 [2022-01-15T20:50:54.313Z] ---> Running in e27b649b7dad [2022-01-15T20:50:54.584Z] Removing intermediate container e27b649b7dad [2022-01-15T20:50:54.584Z] ---> 15acc5f1a7ea [2022-01-15T20:50:54.584Z] Step 21/22 : LABEL git_sha=3144db63cf6ba42199b3e54756f5a01fbfc8b7cf [2022-01-15T20:50:54.584Z] ---> Running in bc1eb6b7920b [2022-01-15T20:50:54.855Z] Removing intermediate container bc1eb6b7920b [2022-01-15T20:50:54.855Z] ---> c54933562cb1 [2022-01-15T20:50:54.855Z] Step 22/22 : LABEL version=0.0.0 [2022-01-15T20:50:55.126Z] ---> Running in 94caff58e377 [2022-01-15T20:50:55.396Z] Removing intermediate container 94caff58e377 [2022-01-15T20:50:55.396Z] ---> 80dd250f01cb [2022-01-15T20:50:55.396Z] [2022-01-15T20:50:55.666Z] Successfully built 80dd250f01cb [2022-01-15T20:50:55.666Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-01-15T20:50:56.270Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2022-01-15T20:50:56.264Z] $ docker stop --time=1 b27b54b92dfe3c9e72813943e78d2383ecaf63cb3451d80cfdacd97ccfb40cb1 [2022-01-15T20:50:57.888Z] $ docker rm -f b27b54b92dfe3c9e72813943e78d2383ecaf63cb3451d80cfdacd97ccfb40cb1 [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-15T20:50:58.492Z] + docker images [2022-01-15T20:50:58.767Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-01-15T20:50:58.767Z] sys-mgmt-agent-arm64 latest 80dd250f01cb 3 seconds ago 280MB [2022-01-15T20:50:58.767Z] core-data-arm64 latest 304a824b25c6 39 seconds ago 19.2MB [2022-01-15T20:50:58.767Z] support-notifications-arm64 latest 279f9b9c2b57 48 seconds ago 16MB [2022-01-15T20:50:58.767Z] 44c0be43d37d 53 seconds ago 1.6GB [2022-01-15T20:50:58.767Z] eb71ef1f9af0 About a minute ago 1.59GB [2022-01-15T20:50:58.767Z] cf509551f61e About a minute ago 1.59GB [2022-01-15T20:50:58.767Z] security-bootstrapper-arm64 latest 9c79c9977b84 About a minute ago 18MB [2022-01-15T20:50:58.767Z] 943ae90bec4e 2 minutes ago 1.59GB [2022-01-15T20:50:58.767Z] security-secretstore-setup-arm64 latest 29b6cc82b249 4 minutes ago 26.8MB [2022-01-15T20:50:58.767Z] core-metadata-arm64 latest 8c26d8c88d59 4 minutes ago 15.9MB [2022-01-15T20:50:58.767Z] security-proxy-setup-arm64 latest 44eb54f0db65 4 minutes ago 25.3MB [2022-01-15T20:50:58.767Z] support-scheduler-arm64 latest 8b15bc2d62c8 4 minutes ago 15.3MB [2022-01-15T20:50:58.767Z] core-command-arm64 latest 5b7952f233b7 4 minutes ago 15.1MB [2022-01-15T20:50:58.767Z] 7b9fa5d574fe 4 minutes ago 1.59GB [2022-01-15T20:50:58.767Z] bca9398fb9bc 4 minutes ago 1.6GB [2022-01-15T20:50:58.767Z] 4c591c5149cc 4 minutes ago 1.6GB [2022-01-15T20:50:58.767Z] 83e60cd0d6fe 4 minutes ago 1.6GB [2022-01-15T20:50:58.767Z] 5c57dde788b9 4 minutes ago 1.59GB [2022-01-15T20:50:58.767Z] ci-base-image-arm64 latest 9759b6ba5a0f 15 minutes ago 1.26GB [2022-01-15T20:50:58.768Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine 0ccda1f7e2ee 4 days ago 551MB [2022-01-15T20:50:58.768Z] docker 20.10.10 520e9a0a30f7 2 months ago 200MB [2022-01-15T20:50:58.768Z] alpine 3.14 5b8b7b635229 2 months ago 5.35MB [2022-01-15T20:50:58.768Z] 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-15T20:50:59.236Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-15T20:50:59.236Z] [2022-01-15T20:50:59.236Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-01-15T20:50:59.613Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-15T20:50:59.613Z] arm64: Pulling from edgex-lftools-log-publisher [2022-01-15T20:50:59.613Z] 448f6bf000e3: Pulling fs layer [2022-01-15T20:50:59.613Z] f757da607395: Pulling fs layer [2022-01-15T20:50:59.613Z] 05883995daec: Pulling fs layer [2022-01-15T20:50:59.613Z] 8603b9c90790: Pulling fs layer [2022-01-15T20:50:59.613Z] 1560dd03e051: Pulling fs layer [2022-01-15T20:50:59.613Z] 27f5ce0e4adf: Pulling fs layer [2022-01-15T20:50:59.613Z] c2d8d7efcc4b: Pulling fs layer [2022-01-15T20:50:59.613Z] 8603b9c90790: Waiting [2022-01-15T20:50:59.613Z] 1560dd03e051: Waiting [2022-01-15T20:50:59.613Z] 27f5ce0e4adf: Waiting [2022-01-15T20:50:59.613Z] c2d8d7efcc4b: Waiting [2022-01-15T20:50:59.886Z] f757da607395: Verifying Checksum [2022-01-15T20:50:59.886Z] f757da607395: Download complete [2022-01-15T20:50:59.886Z] 8603b9c90790: Download complete [2022-01-15T20:51:00.173Z] 1560dd03e051: Verifying Checksum [2022-01-15T20:51:00.173Z] 1560dd03e051: Download complete [2022-01-15T20:51:00.173Z] 05883995daec: Verifying Checksum [2022-01-15T20:51:00.173Z] 05883995daec: Download complete [2022-01-15T20:51:00.173Z] 27f5ce0e4adf: Verifying Checksum [2022-01-15T20:51:00.173Z] 27f5ce0e4adf: Download complete [2022-01-15T20:51:00.453Z] 448f6bf000e3: Verifying Checksum [2022-01-15T20:51:00.453Z] 448f6bf000e3: Download complete [2022-01-15T20:51:03.066Z] c2d8d7efcc4b: Verifying Checksum [2022-01-15T20:51:03.066Z] c2d8d7efcc4b: Download complete [2022-01-15T20:51:04.042Z] 448f6bf000e3: Pull complete [2022-01-15T20:51:04.637Z] f757da607395: Pull complete [2022-01-15T20:51:06.063Z] 05883995daec: Pull complete [2022-01-15T20:51:06.334Z] 8603b9c90790: Pull complete [2022-01-15T20:51:07.311Z] 1560dd03e051: Pull complete [2022-01-15T20:51:07.589Z] 27f5ce0e4adf: Pull complete [2022-01-15T20:51:22.646Z] c2d8d7efcc4b: Pull complete [2022-01-15T20:51:22.646Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2022-01-15T20:51:22.646Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-15T20:51:22.646Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-01-15T20:51:22.870Z] prd-ubuntu18.04-docker-arm64-4c-16g-1580 does not seem to be running inside a container [2022-01-15T20:51:22.934Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-01-15T20:51:25.511Z] $ docker top 6dada49588d834695d2d6c865408f74c1848f01dd7b44bcb40036f009d1124dc -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-15T20:51:26.412Z] ---> job-cost.sh [2022-01-15T20:51:26.412Z] lf-activate-venv: SKIPPING [2022-01-15T20:51:26.412Z] INFO: No Stack... [2022-01-15T20:51:26.682Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-01-15T20:51:26.951Z] INFO: Archiving Costs [Pipeline] sh [2022-01-15T20:51:27.604Z] + cat /w/workspace/edgex-go/12/archives/cost.csv [2022-01-15T20:51:27.604Z] + cut -d, -f6 [Pipeline] lock [2022-01-15T20:51:27.663Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3848-12-stack-cost] [2022-01-15T20:51:27.675Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3848-12-stack-cost] did not exist. Created. [2022-01-15T20:51:27.675Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3848-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-01-15T20:51:28.333Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-01-15T20:51:28.495Z] Stashed 1 file(s) [Pipeline] } [2022-01-15T20:51:28.503Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3848-12-stack-cost] [Pipeline] // lock [Pipeline] } [2022-01-15T20:51:28.511Z] $ docker stop --time=1 6dada49588d834695d2d6c865408f74c1848f01dd7b44bcb40036f009d1124dc [2022-01-15T20:51:30.018Z] $ docker rm -f 6dada49588d834695d2d6c865408f74c1848f01dd7b44bcb40036f009d1124dc [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-15T20:51:30.462Z] provisioning config files... [2022-01-15T20:51:30.471Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/12@tmp/config1796819182993029915tmp [Pipeline] { [Pipeline] sh [2022-01-15T20:51:30.774Z] + set +x [2022-01-15T20:51:30.774Z] + curl -s https://codecov.io/bash [2022-01-15T20:51:30.774Z] + bash -s -- [2022-01-15T20:51:30.774Z] [2022-01-15T20:51:30.774Z] _____ _ [2022-01-15T20:51:30.774Z] / ____| | | [2022-01-15T20:51:30.774Z] | | ___ __| | ___ ___ _____ __ [2022-01-15T20:51:30.774Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-01-15T20:51:30.774Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-01-15T20:51:30.774Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-01-15T20:51:30.774Z] Bash-1.0.6 [2022-01-15T20:51:30.774Z] [2022-01-15T20:51:30.774Z] [2022-01-15T20:51:30.774Z] ==> git version 2.24.4 found [2022-01-15T20:51:30.774Z] ==> 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-15T20:51:30.774Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2022-01-15T20:51:30.774Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2022-01-15T20:51:30.774Z] ==> Jenkins CI detected. [2022-01-15T20:51:30.774Z] current dir:  /w/workspace/edgex-go/12 [2022-01-15T20:51:30.774Z] project root: . [2022-01-15T20:51:30.774Z] --> token set from env [2022-01-15T20:51:30.774Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-01-15T20:51:30.774Z] ==> Running gcov in . (disable via -X gcov) [2022-01-15T20:51:30.775Z] ==> Python coveragepy not found [2022-01-15T20:51:30.775Z] ==> Searching for coverage reports in: [2022-01-15T20:51:30.775Z] + . [2022-01-15T20:51:30.775Z] -> Found 1 reports [2022-01-15T20:51:30.775Z] ==> Detecting git/mercurial file structure [2022-01-15T20:51:30.775Z] ==> Reading reports [2022-01-15T20:51:31.035Z] + ./coverage.out bytes=428381 [2022-01-15T20:51:31.035Z] ==> Appending adjustments [2022-01-15T20:51:31.035Z] https://docs.codecov.io/docs/fixing-reports [2022-01-15T20:51:31.980Z] + Found adjustments [2022-01-15T20:51:31.980Z] ==> Gzipping contents [2022-01-15T20:51:31.980Z] 60K /tmp/codecov.31NDvp.gz [2022-01-15T20:51:31.980Z] ==> Uploading reports [2022-01-15T20:51:31.980Z] url: https://codecov.io [2022-01-15T20:51:31.980Z] query: branch=PR-3848&commit=90fab29171a5ecec30d6896e20976802c05bec5f&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3848%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3848&job=&cmd_args= [2022-01-15T20:51:31.980Z] -> Pinging Codecov [2022-01-15T20:51:31.980Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3848&commit=90fab29171a5ecec30d6896e20976802c05bec5f&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3848%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3848&job=&cmd_args= [2022-01-15T20:51:32.553Z] -> Uploading to [2022-01-15T20:51:32.553Z] https://storage.googleapis.com/codecov/v4/raw/2022-01-15/00271124DB129430A58F1EEE437C3FCB/90fab29171a5ecec30d6896e20976802c05bec5f/1a19f8b4-eee6-4ddd-b1a1-2a64cb10f465.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220115T205132Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ef9abe3e80a9bc1d351121c1691d95244b75c5797200639a6b9fc25964f4c12d [2022-01-15T20:51:32.553Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-01-15T20:51:32.553Z] Dload Upload Total Spent Left Speed [2022-01-15T20:51:32.816Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57972 0 0 100 57972 0 190k --:--:-- --:--:-- --:--:-- 189k 100 57972 0 0 100 57972 0 190k --:--:-- --:--:-- --:--:-- 189k [2022-01-15T20:51:32.816Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/90fab29171a5ecec30d6896e20976802c05bec5f [Pipeline] } [2022-01-15T20:51:32.824Z] 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-15T20:51:33.411Z] + '[' -d /w/workspace/edgex-go/12/archives ']' [Pipeline] libraryResource [Pipeline] sh [2022-01-15T20:51:33.714Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-15T20:51:34.282Z] ---> package-listing.sh [2022-01-15T20:51:34.282Z] ++ facter osfamily [2022-01-15T20:51:34.282Z] ++ tr '[:upper:]' '[:lower:]' [2022-01-15T20:51:34.543Z] + OS_FAMILY=redhat [2022-01-15T20:51:34.543Z] + workspace=/w/workspace/edgex-go/12 [2022-01-15T20:51:34.543Z] + START_PACKAGES=/tmp/packages_start.txt [2022-01-15T20:51:34.543Z] + END_PACKAGES=/tmp/packages_end.txt [2022-01-15T20:51:34.543Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-01-15T20:51:34.543Z] + PACKAGES=/tmp/packages_start.txt [2022-01-15T20:51:34.543Z] + '[' /w/workspace/edgex-go/12 ']' [2022-01-15T20:51:34.543Z] + PACKAGES=/tmp/packages_end.txt [2022-01-15T20:51:34.543Z] + case "${OS_FAMILY}" in [2022-01-15T20:51:34.543Z] + rpm -qa [2022-01-15T20:51:34.543Z] + sort [2022-01-15T20:51:38.754Z] + '[' -f /tmp/packages_start.txt ']' [2022-01-15T20:51:38.754Z] + '[' -f /tmp/packages_end.txt ']' [2022-01-15T20:51:38.754Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-01-15T20:51:38.754Z] + '[' /w/workspace/edgex-go/12 ']' [2022-01-15T20:51:38.754Z] + mkdir -p /w/workspace/edgex-go/12/archives/ [2022-01-15T20:51:38.754Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] echo [2022-01-15T20:51:38.764Z] 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/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-01-15T20:51:39.048Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-01-15T20:51:39.612Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-15T20:51:39.612Z] [2022-01-15T20:51:39.612Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-01-15T20:51:39.925Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-15T20:51:39.925Z] latest: Pulling from edgex-lftools-log-publisher [2022-01-15T20:51:39.925Z] b4d181a07f80: Pulling fs layer [2022-01-15T20:51:39.925Z] a1111a8f2ec3: Pulling fs layer [2022-01-15T20:51:39.925Z] ed53099fbce6: Pulling fs layer [2022-01-15T20:51:39.925Z] dc539afda2c1: Pulling fs layer [2022-01-15T20:51:39.925Z] 77bc0d833cb6: Pulling fs layer [2022-01-15T20:51:39.925Z] 9065ff56babe: Pulling fs layer [2022-01-15T20:51:39.925Z] d287ab97295c: Pulling fs layer [2022-01-15T20:51:39.925Z] 77bc0d833cb6: Waiting [2022-01-15T20:51:39.925Z] 9065ff56babe: Waiting [2022-01-15T20:51:39.925Z] d287ab97295c: Waiting [2022-01-15T20:51:39.925Z] dc539afda2c1: Waiting [2022-01-15T20:51:39.925Z] a1111a8f2ec3: Verifying Checksum [2022-01-15T20:51:39.925Z] a1111a8f2ec3: Download complete [2022-01-15T20:51:39.925Z] dc539afda2c1: Verifying Checksum [2022-01-15T20:51:39.925Z] dc539afda2c1: Download complete [2022-01-15T20:51:40.201Z] ed53099fbce6: Verifying Checksum [2022-01-15T20:51:40.201Z] ed53099fbce6: Download complete [2022-01-15T20:51:40.201Z] 9065ff56babe: Verifying Checksum [2022-01-15T20:51:40.201Z] 9065ff56babe: Download complete [2022-01-15T20:51:40.201Z] 77bc0d833cb6: Verifying Checksum [2022-01-15T20:51:40.201Z] 77bc0d833cb6: Download complete [2022-01-15T20:51:40.201Z] b4d181a07f80: Verifying Checksum [2022-01-15T20:51:40.201Z] b4d181a07f80: Download complete [2022-01-15T20:51:40.779Z] d287ab97295c: Verifying Checksum [2022-01-15T20:51:40.779Z] d287ab97295c: Download complete [2022-01-15T20:51:41.734Z] b4d181a07f80: Pull complete [2022-01-15T20:51:42.000Z] a1111a8f2ec3: Pull complete [2022-01-15T20:51:42.611Z] ed53099fbce6: Pull complete [2022-01-15T20:51:42.611Z] dc539afda2c1: Pull complete [2022-01-15T20:51:42.885Z] 77bc0d833cb6: Pull complete [2022-01-15T20:51:43.154Z] 9065ff56babe: Pull complete [2022-01-15T20:51:49.791Z] d287ab97295c: Pull complete [2022-01-15T20:51:49.791Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2022-01-15T20:51:49.791Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-15T20:51:49.791Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-01-15T20:51:49.857Z] prd-centos7-docker-4c-2g-1577 does not seem to be running inside a container [2022-01-15T20:51:49.892Z] $ 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/12/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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-01-15T20:51:53.576Z] $ docker top a884236ec688f84dabc0e0064986634b3fae03398f50c7978a3ef830201e9291 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-15T20:51:53.934Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-01-15T20:51:54.222Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-01-15T20:51:54.510Z] + ls /var/log/sa-host [2022-01-15T20:51:54.510Z] + sadf -c /var/log/sa-host/sa15 [2022-01-15T20:51:54.510Z] file_magic: OK [2022-01-15T20:51:54.510Z] HZ: Using current value: 100 [2022-01-15T20:51:54.510Z] file_header: OK [2022-01-15T20:51:54.510Z] 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-15T20:51:54.510Z] Statistics: [2022-01-15T20:51:54.510Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-01-15T20:51:54.510Z] File successfully converted to sysstat format version 12.0.3 [2022-01-15T20:51:54.510Z] + sadf -c /var/log/sa-host/sa17 [2022-01-15T20:51:54.510Z] file_magic: OK [2022-01-15T20:51:54.510Z] HZ: Using current value: 100 [2022-01-15T20:51:54.510Z] file_header: OK [2022-01-15T20:51:54.510Z] 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-15T20:51:54.510Z] Statistics: [2022-01-15T20:51:54.510Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-01-15T20:51:54.510Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-15T20:51:54.591Z] provisioning config files... [2022-01-15T20:51:54.599Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config2762005452490561432tmp [Pipeline] { [Pipeline] echo [2022-01-15T20:51:54.615Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-15T20:51:54.910Z] ---> create-netrc.sh [Pipeline] } [2022-01-15T20:51:54.927Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-01-15T20:51:55.262Z] ---> python-tools-install.sh [Pipeline] echo [2022-01-15T20:51:55.273Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-15T20:51:55.565Z] ---> sudo-logs.sh [2022-01-15T20:51:55.565Z] Archiving 'sudo' log.. [2022-01-15T20:51:55.565Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1577.novalocal: Name or service not known [2022-01-15T20:51:55.565Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1577.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2022-01-15T20:51:55.589Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-15T20:51:55.879Z] ---> job-cost.sh [2022-01-15T20:51:55.879Z] lf-activate-venv: SKIPPING [2022-01-15T20:51:55.879Z] DEBUG: total: 0.10999999940395355 [2022-01-15T20:51:55.879Z] INFO: Retrieving Stack Cost... [2022-01-15T20:51:56.139Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2022-01-15T20:51:56.400Z] INFO: Archiving Costs [Pipeline] echo [2022-01-15T20:51:56.414Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-15T20:51:56.700Z] ---> logs-deploy.sh [2022-01-15T20:51:56.700Z] lf-activate-venv: SKIPPING [2022-01-15T20:51:56.700Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3848/12 [2022-01-15T20:51:56.700Z] INFO: archiving workspace using pattern(s): [2022-01-15T20:51:57.271Z] Archives upload complete. [2022-01-15T20:51:57.531Z] INFO: archiving logs to Nexus