Pull request #3854 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 201ff094c2c7d9fc9eb2dea7155476d2ac124551+ee88a972759040e6140652d87407ee01239b86d0 (5264d504f4eda39144d9951c91e394245375f99e) 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-ssh10379400484701989705.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 32edd24ee733e309d05e35b1f887f14b07bde6d0 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh7285877125570085762.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 32edd24ee733e309d05e35b1f887f14b07bde6d0 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3854/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3854/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh16758408116099244072.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3854/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh7684101670048278926.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 32edd24ee733e309d05e35b1f887f14b07bde6d0 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 32edd24ee733e309d05e35b1f887f14b07bde6d0 # timeout=10 Commit message: "Merge pull request #369 from ernestojeda/revert-script-move" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh16531276818411616919.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3854/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3854/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh17982987227313146601.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 32edd24ee733e309d05e35b1f887f14b07bde6d0 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-705 in /w/workspace/edgexfoundry_edgex-go_PR-3854 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh8287824425346937699.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh6576309191171087686.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3854/head:refs/remotes/origin/PR-3854 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit ee88a972759040e6140652d87407ee01239b86d0 into PR head commit 201ff094c2c7d9fc9eb2dea7155476d2ac124551 Merge succeeded, producing 201ff094c2c7d9fc9eb2dea7155476d2ac124551 Checking out Revision 201ff094c2c7d9fc9eb2dea7155476d2ac124551 (PR-3854) > git config core.sparsecheckout # timeout=10 > git checkout -f 201ff094c2c7d9fc9eb2dea7155476d2ac124551 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/1@tmp/jenkins-gitclient-ssh1142736676880642600.key > git merge ee88a972759040e6140652d87407ee01239b86d0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 201ff094c2c7d9fc9eb2dea7155476d2ac124551 # timeout=10 Commit message: "build(deps): Bump github.com/fxamacker/cbor/v2 from 2.3.1 to 2.4.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 32edd24ee733e309d05e35b1f887f14b07bde6d0 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-01-04T19:08:05.493Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-01-04T19:08:05.672Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-01-04T19:08:05.769Z] ========================================================= [2022-01-04T19:08:05.769Z] EdgeX Global Pipelines Version Info [2022-01-04T19:08:05.769Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-01-04T19:08:06.938Z] ------------------- [2022-01-04T19:08:06.939Z] stable info: [2022-01-04T19:08:06.939Z] ------------------- [2022-01-04T19:08:06.939Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-01-04T19:08:06.939Z] Commit SHA: 32edd24ee733e309d05e35b1f887f14b07bde6d0 [2022-01-04T19:08:06.939Z] Message: update stable to v1.0.217 [2022-01-04T19:08:07.513Z] ------------------- [2022-01-04T19:08:07.513Z] experimental info: [2022-01-04T19:08:07.513Z] ------------------- [2022-01-04T19:08:07.513Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-01-04T19:08:07.513Z] Commit SHA: 7a502be46133bd83b74f613648f1d59e9d9e8641 [2022-01-04T19:08:07.513Z] Message: update experimental to v1.0.218 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-01-04T19:08:07.766Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-01-04T19:08:07.807Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-01-04T19:08:07.847Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-01-04T19:08:07.888Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-01-04T19:08:07.933Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-01-04T19:08:07.975Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2022-01-04T19:08:08.017Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-01-04T19:08:08.067Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-01-04T19:08:08.109Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-01-04T19:08:08.145Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-01-04T19:08:08.186Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-01-04T19:08:08.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-01-04T19:08:08.267Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-01-04T19:08:08.306Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-01-04T19:08:08.347Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-01-04T19:08:08.389Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-01-04T19:08:08.429Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-01-04T19:08:08.470Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-01-04T19:08:08.515Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-01-04T19:08:08.565Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-01-04T19:08:08.606Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2022-01-04T19:08:08.656Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-01-04T19:08:08.692Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3854 [Pipeline] echo [2022-01-04T19:08:08.729Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3854 [Pipeline] echo [2022-01-04T19:08:08.766Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3854 [Pipeline] echo [2022-01-04T19:08:08.807Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 201ff094c2c7d9fc9eb2dea7155476d2ac124551 [Pipeline] echo [2022-01-04T19:08:08.842Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 201ff09 [Pipeline] echo [2022-01-04T19:08:08.882Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-04T19:08:09.011Z] provisioning config files... [2022-01-04T19:08:09.023Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2582924431192853030tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-04T19:08:09.371Z] ---> docker-login.sh [2022-01-04T19:08:09.371Z] nexus3.edgexfoundry.org:10001 [2022-01-04T19:08:09.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-04T19:08:09.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-04T19:08:09.642Z] Configure a credential helper to remove this warning. See [2022-01-04T19:08:09.642Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-04T19:08:09.642Z] [2022-01-04T19:08:09.642Z] Login Succeeded [2022-01-04T19:08:09.642Z] nexus3.edgexfoundry.org:10002 [2022-01-04T19:08:09.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-04T19:08:09.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-04T19:08:09.642Z] Configure a credential helper to remove this warning. See [2022-01-04T19:08:09.642Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-04T19:08:09.642Z] [2022-01-04T19:08:09.642Z] Login Succeeded [2022-01-04T19:08:09.642Z] nexus3.edgexfoundry.org:10003 [2022-01-04T19:08:09.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-04T19:08:09.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-04T19:08:09.904Z] Configure a credential helper to remove this warning. See [2022-01-04T19:08:09.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-04T19:08:09.904Z] [2022-01-04T19:08:09.904Z] Login Succeeded [2022-01-04T19:08:09.904Z] nexus3.edgexfoundry.org:10004 [2022-01-04T19:08:09.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-04T19:08:09.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-04T19:08:09.904Z] Configure a credential helper to remove this warning. See [2022-01-04T19:08:09.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-04T19:08:09.904Z] [2022-01-04T19:08:09.904Z] Login Succeeded [2022-01-04T19:08:09.904Z] docker.io [2022-01-04T19:08:09.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-04T19:08:10.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-04T19:08:10.478Z] Configure a credential helper to remove this warning. See [2022-01-04T19:08:10.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-04T19:08:10.478Z] [2022-01-04T19:08:10.478Z] Login Succeeded [2022-01-04T19:08:10.478Z] ---> docker-login.sh ends [Pipeline] } [2022-01-04T19:08:10.509Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-01-04T19:08:10.936Z] ++ 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-04T19:08:10.937Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-04T19:08:10.937Z] ++ dirname cmd/core-command/Dockerfile [2022-01-04T19:08:10.937Z] ++ cut -d/ -f2 [2022-01-04T19:08:10.937Z] + echo core-command,cmd/core-command/Dockerfile [2022-01-04T19:08:10.937Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-04T19:08:10.937Z] ++ dirname cmd/core-data/Dockerfile [2022-01-04T19:08:10.937Z] ++ cut -d/ -f2 [2022-01-04T19:08:10.937Z] + echo core-data,cmd/core-data/Dockerfile [2022-01-04T19:08:10.937Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-04T19:08:10.937Z] ++ dirname cmd/core-metadata/Dockerfile [2022-01-04T19:08:10.937Z] ++ cut -d/ -f2 [2022-01-04T19:08:10.937Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-01-04T19:08:10.937Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-04T19:08:10.937Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2022-01-04T19:08:10.937Z] ++ cut -d/ -f2 [2022-01-04T19:08:10.937Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-01-04T19:08:10.937Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-04T19:08:10.937Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2022-01-04T19:08:10.937Z] ++ cut -d/ -f2 [2022-01-04T19:08:10.937Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-01-04T19:08:10.937Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-04T19:08:10.937Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2022-01-04T19:08:10.937Z] ++ cut -d/ -f2 [2022-01-04T19:08:10.937Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-01-04T19:08:10.937Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-04T19:08:10.937Z] ++ dirname cmd/support-notifications/Dockerfile [2022-01-04T19:08:10.937Z] ++ cut -d/ -f2 [2022-01-04T19:08:10.937Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-01-04T19:08:10.937Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-04T19:08:10.937Z] ++ dirname cmd/support-scheduler/Dockerfile [2022-01-04T19:08:10.937Z] ++ cut -d/ -f2 [2022-01-04T19:08:10.937Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-01-04T19:08:10.937Z] + for file in '`ls cmd/**/Dockerfile`' [2022-01-04T19:08:10.937Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2022-01-04T19:08:10.937Z] ++ cut -d/ -f2 [2022-01-04T19:08:10.937Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-01-04T19:08:10.987Z] 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-04T19:08:11.497Z] + git rev-list -1 --merges 201ff094c2c7d9fc9eb2dea7155476d2ac124551~1..201ff094c2c7d9fc9eb2dea7155476d2ac124551 [Pipeline] echo [2022-01-04T19:08:11.538Z] -----------> git rev-list -1 --merges 201ff094c2c7d9fc9eb2dea7155476d2ac124551~1..201ff094c2c7d9fc9eb2dea7155476d2ac124551 201ff094c2c7d9fc9eb2dea7155476d2ac124551 [false] [Pipeline] sh [2022-01-04T19:08:11.849Z] + git log --format=format:%s -1 201ff094c2c7d9fc9eb2dea7155476d2ac124551 [Pipeline] echo [2022-01-04T19:08:11.884Z] ========================================================= [2022-01-04T19:08:11.884Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-01-04T19:08:11.884Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-01-04T19:08:12.503Z] + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts [2022-01-04T19:08:12.503Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-01-04T19:08:12.503Z] + '[' -e /tmp/ssh_known_hosts ']' [2022-01-04T19:08:12.503Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-01-04T19:08:12.503Z] + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' [2022-01-04T19:08:12.503Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-01-04T19:08:12.503Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-01-04T19:08:12.975Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-04T19:08:12.975Z] [2022-01-04T19:08:12.975Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-01-04T19:08:13.327Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-04T19:08:13.327Z] latest: Pulling from edgex-devops/git-semver [2022-01-04T19:08:13.327Z] a0d0a0d46f8b: Pulling fs layer [2022-01-04T19:08:13.327Z] 3e5f54012d9b: Pulling fs layer [2022-01-04T19:08:13.327Z] 4c7163046ea9: Pulling fs layer [2022-01-04T19:08:13.327Z] 0c2d73faf560: Pulling fs layer [2022-01-04T19:08:13.327Z] 0c2d73faf560: Waiting [2022-01-04T19:08:13.327Z] 3e5f54012d9b: Verifying Checksum [2022-01-04T19:08:13.327Z] 3e5f54012d9b: Download complete [2022-01-04T19:08:13.327Z] a0d0a0d46f8b: Download complete [2022-01-04T19:08:13.327Z] 0c2d73faf560: Verifying Checksum [2022-01-04T19:08:13.327Z] 0c2d73faf560: Download complete [2022-01-04T19:08:13.327Z] 4c7163046ea9: Verifying Checksum [2022-01-04T19:08:13.327Z] 4c7163046ea9: Download complete [2022-01-04T19:08:13.605Z] a0d0a0d46f8b: Pull complete [2022-01-04T19:08:13.605Z] 3e5f54012d9b: Pull complete [2022-01-04T19:08:13.875Z] 4c7163046ea9: Pull complete [2022-01-04T19:08:14.136Z] 0c2d73faf560: Pull complete [2022-01-04T19:08:14.136Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-01-04T19:08:14.136Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-01-04T19:08:14.136Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-01-04T19:08:14.233Z] prd-centos7-docker-4c-2g-705 does not seem to be running inside a container [2022-01-04T19:08:14.275Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-01-04T19:08:14.966Z] $ docker top 3167e6db5eacd0e77d4785eb7f50837619fde3a105746fcf946b29f82a73f383 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-01-04T19:08:15.143Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-01-04T19:08:15.143Z] [ssh-agent] Looking for ssh-agent implementation... [2022-01-04T19:08:15.239Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-01-04T19:08:15.242Z] $ docker exec 3167e6db5eacd0e77d4785eb7f50837619fde3a105746fcf946b29f82a73f383 ssh-agent [2022-01-04T19:08:15.336Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXdKdPFp/agent.14 [2022-01-04T19:08:15.336Z] SSH_AGENT_PID=21 [2022-01-04T19:08:15.345Z] Running ssh-add (command line suppressed) [2022-01-04T19:08:15.430Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8097444666252507683.key (/w/workspace/edgex-go/1@tmp/private_key_8097444666252507683.key) [2022-01-04T19:08:15.440Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-01-04T19:08:15.788Z] + git tag --points-at HEAD [Pipeline] } [2022-01-04T19:08:15.814Z] $ docker exec --env ******** --env ******** 3167e6db5eacd0e77d4785eb7f50837619fde3a105746fcf946b29f82a73f383 ssh-agent -k [2022-01-04T19:08:15.928Z] unset SSH_AUTH_SOCK; [2022-01-04T19:08:15.929Z] unset SSH_AGENT_PID; [2022-01-04T19:08:15.929Z] echo Agent pid 21 killed; [2022-01-04T19:08:15.940Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-01-04T19:08:16.028Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-01-04T19:08:16.028Z] [ssh-agent] Looking for ssh-agent implementation... [2022-01-04T19:08:16.124Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-01-04T19:08:16.127Z] $ docker exec 3167e6db5eacd0e77d4785eb7f50837619fde3a105746fcf946b29f82a73f383 ssh-agent [2022-01-04T19:08:16.237Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXOJBHOn/agent.54 [2022-01-04T19:08:16.237Z] SSH_AGENT_PID=60 [2022-01-04T19:08:16.242Z] Running ssh-add (command line suppressed) [2022-01-04T19:08:16.321Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_1237320028901294192.key (/w/workspace/edgex-go/1@tmp/private_key_1237320028901294192.key) [2022-01-04T19:08:16.332Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-01-04T19:08:16.674Z] + git semver init [2022-01-04T19:08:16.674Z] # -> Open(): unable to determine branch for HEAD [2022-01-04T19:08:16.674Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2022-01-04T19:08:16.674Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2022-01-04T19:08:16.674Z] # $SEMVER_REMOTE_NAME = origin [2022-01-04T19:08:16.674Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-01-04T19:08:16.674Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-01-04T19:08:16.674Z] # $SEMVER_BRANCH = PR-3854 [2022-01-04T19:08:16.674Z] # $SEMVER_TEMP = /tmp/semver-662974978 [2022-01-04T19:08:16.674Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-01-04T19:08:28.979Z] # '/tmp/semver-662974978' -> '/w/workspace/edgex-go/1/.semver' [2022-01-04T19:08:28.979Z] # -> Force: false [2022-01-04T19:08:28.979Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2022-01-04T19:08:29.006Z] $ docker exec --env ******** --env ******** 3167e6db5eacd0e77d4785eb7f50837619fde3a105746fcf946b29f82a73f383 ssh-agent -k [2022-01-04T19:08:29.095Z] unset SSH_AUTH_SOCK; [2022-01-04T19:08:29.095Z] unset SSH_AGENT_PID; [2022-01-04T19:08:29.095Z] echo Agent pid 60 killed; [2022-01-04T19:08:29.110Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-01-04T19:08:29.536Z] + git semver [Pipeline] } [2022-01-04T19:08:29.565Z] $ docker stop --time=1 3167e6db5eacd0e77d4785eb7f50837619fde3a105746fcf946b29f82a73f383 [2022-01-04T19:08:31.621Z] $ docker rm -f 3167e6db5eacd0e77d4785eb7f50837619fde3a105746fcf946b29f82a73f383 [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-04T19:08:32.048Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-01-04T19:08:32.330Z] Stashed 1 file(s) [Pipeline] echo [2022-01-04T19:08:32.346Z] [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-04T19:08:32.873Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-01-04T19:08:32.908Z] ========================================================= [2022-01-04T19:08:32.908Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2022-01-04T19:08:32.908Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-01-04T19:08:33.250Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2022-01-04T19:08:33.250Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2022-01-04T19:08:33.250Z] a0d0a0d46f8b: Already exists [2022-01-04T19:08:33.250Z] 31adcdaf11c8: Pulling fs layer [2022-01-04T19:08:33.250Z] b8b176561691: Pulling fs layer [2022-01-04T19:08:33.250Z] 4527c011a84f: Pulling fs layer [2022-01-04T19:08:33.250Z] 5d74067f8e1e: Pulling fs layer [2022-01-04T19:08:33.250Z] e0aca202a116: Pulling fs layer [2022-01-04T19:08:33.250Z] 3a43be97a3b4: Pulling fs layer [2022-01-04T19:08:33.250Z] 34cad66bf833: Pulling fs layer [2022-01-04T19:08:33.250Z] b4e3c513aaa6: Pulling fs layer [2022-01-04T19:08:33.250Z] 5d74067f8e1e: Waiting [2022-01-04T19:08:33.250Z] e0aca202a116: Waiting [2022-01-04T19:08:33.250Z] 3a43be97a3b4: Waiting [2022-01-04T19:08:33.250Z] 34cad66bf833: Waiting [2022-01-04T19:08:33.250Z] b4e3c513aaa6: Waiting [2022-01-04T19:08:33.250Z] b8b176561691: Verifying Checksum [2022-01-04T19:08:33.250Z] b8b176561691: Download complete [2022-01-04T19:08:33.250Z] 31adcdaf11c8: Verifying Checksum [2022-01-04T19:08:33.250Z] 31adcdaf11c8: Download complete [2022-01-04T19:08:33.250Z] 5d74067f8e1e: Verifying Checksum [2022-01-04T19:08:33.250Z] 5d74067f8e1e: Download complete [2022-01-04T19:08:33.250Z] e0aca202a116: Verifying Checksum [2022-01-04T19:08:33.250Z] e0aca202a116: Download complete [2022-01-04T19:08:33.250Z] 3a43be97a3b4: Verifying Checksum [2022-01-04T19:08:33.250Z] 3a43be97a3b4: Download complete [2022-01-04T19:08:33.515Z] 34cad66bf833: Verifying Checksum [2022-01-04T19:08:33.515Z] 34cad66bf833: Download complete [2022-01-04T19:08:33.515Z] 31adcdaf11c8: Pull complete [2022-01-04T19:08:33.515Z] b8b176561691: Pull complete [2022-01-04T19:08:33.776Z] b4e3c513aaa6: Verifying Checksum [2022-01-04T19:08:33.776Z] b4e3c513aaa6: Download complete [2022-01-04T19:08:34.045Z] 4527c011a84f: Download complete [2022-01-04T19:08:38.295Z] 4527c011a84f: Pull complete [2022-01-04T19:08:38.295Z] 5d74067f8e1e: Pull complete [2022-01-04T19:08:38.295Z] e0aca202a116: Pull complete [2022-01-04T19:08:38.295Z] 3a43be97a3b4: Pull complete [2022-01-04T19:08:38.295Z] 34cad66bf833: Pull complete [2022-01-04T19:08:40.875Z] b4e3c513aaa6: Pull complete [2022-01-04T19:08:40.875Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2022-01-04T19:08:40.875Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2022-01-04T19:08:40.875Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2022-01-04T19:08:41.246Z] + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2022-01-04T19:08:41.246Z] WORKDIR /edgex [2022-01-04T19:08:41.246Z] COPY go.mod . [2022-01-04T19:08:41.246Z] RUN go mod download' [2022-01-04T19:08:41.246Z] + docker build -t ci-base-image-x86_64 -f - . [2022-01-04T19:08:42.641Z] Sending build context to Docker daemon 333.7MB [2022-01-04T19:08:42.951Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2022-01-04T19:08:42.951Z] ---> 9f6097aaca64 [2022-01-04T19:08:42.951Z] Step 2/4 : WORKDIR /edgex [2022-01-04T19:08:44.867Z] ---> Running in bf888e885392 [2022-01-04T19:08:44.867Z] Removing intermediate container bf888e885392 [2022-01-04T19:08:44.867Z] ---> 53e6668b26f0 [2022-01-04T19:08:44.867Z] Step 3/4 : COPY go.mod . [2022-01-04T19:08:44.867Z] ---> 9dcee5835c5a [2022-01-04T19:08:44.867Z] Step 4/4 : RUN go mod download [2022-01-04T19:08:45.131Z] ---> Running in 3fd48cd03fd5 [2022-01-04T19:08:47.661Z] Still waiting to schedule task [2022-01-04T19:08:47.662Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-599’ is offline [2022-01-04T19:09:17.311Z] Removing intermediate container 3fd48cd03fd5 [2022-01-04T19:09:17.311Z] ---> ca4448d7314d [2022-01-04T19:09:17.311Z] Successfully built ca4448d7314d [2022-01-04T19:09:17.311Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-01-04T19:09:17.643Z] + docker inspect -f . ci-base-image-x86_64 [2022-01-04T19:09:17.643Z] . [Pipeline] withDockerContainer [2022-01-04T19:09:17.740Z] prd-centos7-docker-4c-2g-705 does not seem to be running inside a container [2022-01-04T19:09:17.771Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-01-04T19:09:18.198Z] $ docker top 783829821aba13445edb0f9530640765fa4a524d446a11fcf9bb8e15c7adc007 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-04T19:09:18.629Z] + go version [2022-01-04T19:09:18.629Z] go version go1.16.8 linux/amd64 [Pipeline] } [2022-01-04T19:09:18.655Z] $ docker stop --time=1 783829821aba13445edb0f9530640765fa4a524d446a11fcf9bb8e15c7adc007 [2022-01-04T19:09:19.852Z] $ docker rm -f 783829821aba13445edb0f9530640765fa4a524d446a11fcf9bb8e15c7adc007 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-04T19:09:20.506Z] + docker inspect -f . ci-base-image-x86_64 [2022-01-04T19:09:20.506Z] . [Pipeline] withDockerContainer [2022-01-04T19:09:20.605Z] prd-centos7-docker-4c-2g-705 does not seem to be running inside a container [2022-01-04T19:09:20.639Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-01-04T19:09:20.971Z] $ docker top 3ae707878e11b552251a0f7008f732039aa850ded8000ae6c45e44411c4a7a93 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-01-04T19:09:21.096Z] ========================================================= [2022-01-04T19:09:21.096Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-01-04T19:09:21.096Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-01-04T19:09:21.439Z] + make test [2022-01-04T19:09:21.439Z] go mod tidy [2022-01-04T19:09:21.439Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-01-04T19:09:26.762Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-01-04T19:09:44.963Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-01-04T19:09:49.283Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-01-04T19:09:49.549Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-01-04T19:09:50.130Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-01-04T19:09:52.721Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-01-04T19:09:53.314Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-01-04T19:09:53.314Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-01-04T19:09:53.314Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-01-04T19:09:53.915Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-01-04T19:09:53.915Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-01-04T19:09:54.496Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-01-04T19:09:54.496Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-01-04T19:09:54.496Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-01-04T19:09:54.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-01-04T19:09:56.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.038s coverage: 28.7% of statements [2022-01-04T19:09:56.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-01-04T19:09:56.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-01-04T19:09:57.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.049s coverage: 98.5% of statements [2022-01-04T19:09:57.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-01-04T19:09:57.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.052s coverage: 44.7% of statements [2022-01-04T19:09:57.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-01-04T19:09:57.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-01-04T19:09:58.534Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.121s coverage: 89.5% of statements [2022-01-04T19:09:58.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-01-04T19:09:58.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-01-04T19:09:59.497Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.051s coverage: 84.4% of statements [2022-01-04T19:09:59.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-01-04T19:09:59.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-01-04T19:09:59.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-01-04T19:09:59.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-01-04T19:09:59.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-01-04T19:10:00.467Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.279s coverage: 94.2% of statements [2022-01-04T19:10:00.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-01-04T19:10:00.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-01-04T19:10:00.467Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.049s coverage: 59.1% of statements [2022-01-04T19:10:00.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-01-04T19:10:00.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-01-04T19:10:00.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-01-04T19:10:00.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-01-04T19:10:00.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-01-04T19:10:00.467Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.050s coverage: 60.0% of statements [2022-01-04T19:10:00.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-01-04T19:10:00.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-01-04T19:10:00.467Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-01-04T19:10:01.875Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.055s coverage: 0.9% of statements [2022-01-04T19:10:01.875Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-01-04T19:10:01.875Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2022-01-04T19:10:01.875Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.051s coverage: 21.7% of statements [2022-01-04T19:10:01.875Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-01-04T19:10:02.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 47.1% of statements [2022-01-04T19:10:03.408Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.064s coverage: 79.5% of statements [2022-01-04T19:10:03.408Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2022-01-04T19:10:03.408Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.066s coverage: 96.3% of statements [2022-01-04T19:10:03.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2022-01-04T19:10:15.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.059s coverage: 94.4% of statements [2022-01-04T19:10:15.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements [2022-01-04T19:10:18.253Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-706 in /w/workspace/edgexfoundry_edgex-go_PR-3854 [Pipeline] { [Pipeline] ws [2022-01-04T19:10:18.293Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-01-04T19:10:18.499Z] The recommended git tool is: git [2022-01-04T19:10:21.280Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.184s coverage: 82.5% of statements [2022-01-04T19:10:21.280Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-01-04T19:10:23.234Z] using credential edgex-jenkins-ssh [2022-01-04T19:10:23.250Z] Cloning the remote Git repository [2022-01-04T19:10:23.301Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-01-04T19:10:23.381Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-01-04T19:10:23.464Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-01-04T19:10:23.465Z] > git --version # timeout=10 [2022-01-04T19:10:23.481Z] > git --version # 'git version 2.17.1' [2022-01-04T19:10:23.482Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-04T19:10:23.537Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-04T19:10:39.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.076s coverage: 92.9% of statements [2022-01-04T19:10:39.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-01-04T19:10:39.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-01-04T19:10:39.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-01-04T19:10:39.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.021s coverage: 65.1% of statements [2022-01-04T19:10:39.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-01-04T19:10:39.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-01-04T19:10:39.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-01-04T19:10:39.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-01-04T19:10:39.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-01-04T19:10:39.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.062s coverage: 87.2% of statements [2022-01-04T19:10:39.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-01-04T19:10:39.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-01-04T19:10:39.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements [2022-01-04T19:10:39.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-01-04T19:10:39.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.062s coverage: 58.8% of statements [2022-01-04T19:10:39.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-01-04T19:10:39.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.063s coverage: 80.0% of statements [2022-01-04T19:10:39.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.075s coverage: 87.2% of statements [2022-01-04T19:10:39.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.061s coverage: 85.4% of statements [2022-01-04T19:10:39.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.136s coverage: 91.2% of statements [2022-01-04T19:10:39.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-01-04T19:10:39.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.141s coverage: 64.4% of statements [2022-01-04T19:10:39.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-01-04T19:10:39.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-01-04T19:10:39.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2022-01-04T19:10:39.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.031s coverage: 89.4% of statements [2022-01-04T19:10:39.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.020s coverage: 100.0% of statements [2022-01-04T19:10:39.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2022-01-04T19:10:39.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements [2022-01-04T19:10:39.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.212s coverage: 65.4% of statements [2022-01-04T19:10:39.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-01-04T19:10:39.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-01-04T19:10:39.678Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-01-04T19:10:39.807Z] Merging remotes/origin/main commit ee88a972759040e6140652d87407ee01239b86d0 into PR head commit 201ff094c2c7d9fc9eb2dea7155476d2ac124551 [2022-01-04T19:10:39.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.124s coverage: 43.8% of statements [2022-01-04T19:10:39.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-01-04T19:10:39.947Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-01-04T19:10:40.153Z] Merge succeeded, producing 201ff094c2c7d9fc9eb2dea7155476d2ac124551 [2022-01-04T19:10:40.154Z] Checking out Revision 201ff094c2c7d9fc9eb2dea7155476d2ac124551 (PR-3854) [2022-01-04T19:10:40.206Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.050s coverage: 89.5% of statements [2022-01-04T19:10:40.206Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-01-04T19:10:40.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.050s coverage: 84.8% of statements [2022-01-04T19:10:40.469Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-01-04T19:10:38.983Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-01-04T19:10:39.000Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-04T19:10:39.034Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-01-04T19:10:39.078Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-01-04T19:10:39.078Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-04T19:10:39.102Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3854/head:refs/remotes/origin/PR-3854 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-01-04T19:10:39.826Z] > git config core.sparsecheckout # timeout=10 [2022-01-04T19:10:39.846Z] > git checkout -f 201ff094c2c7d9fc9eb2dea7155476d2ac124551 # timeout=10 [2022-01-04T19:10:40.062Z] > git remote # timeout=10 [2022-01-04T19:10:40.084Z] > git config --get remote.origin.url # timeout=10 [2022-01-04T19:10:40.101Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-04T19:10:40.113Z] > git merge ee88a972759040e6140652d87407ee01239b86d0 # timeout=10 [2022-01-04T19:10:40.139Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-04T19:10:40.162Z] > git config core.sparsecheckout # timeout=10 [2022-01-04T19:10:40.181Z] > git checkout -f 201ff094c2c7d9fc9eb2dea7155476d2ac124551 # timeout=10 [2022-01-04T19:10:44.452Z] Commit message: "build(deps): Bump github.com/fxamacker/cbor/v2 from 2.3.1 to 2.4.0" [2022-01-04T19:10:44.503Z] > git --version # timeout=10 [2022-01-04T19:10:44.522Z] > git --version # 'git version 2.17.1' [2022-01-04T19:10:44.538Z] fatal: bad object 32edd24ee733e309d05e35b1f887f14b07bde6d0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-01-04T19:10:45.687Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-01-04T19:10:45.687Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-01-04T19:10:45.687Z] Dload Upload Total Spent Left Speed [2022-01-04T19:10:45.687Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 87585 0 --:--:-- --:--:-- --:--:-- 87585 [Pipeline] sh [2022-01-04T19:10:46.293Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-01-04T19:10:46.654Z] + sudo tee /etc/docker/daemon.new [2022-01-04T19:10:46.655Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-01-04T19:10:46.655Z] { [2022-01-04T19:10:46.655Z] "registry-mirrors": [ [2022-01-04T19:10:46.655Z] "https://nexus3.edgexfoundry.org:10001" [2022-01-04T19:10:46.655Z] ], [2022-01-04T19:10:46.655Z] "bip": "10.250.0.254/24", [2022-01-04T19:10:46.655Z] "hosts": [ [2022-01-04T19:10:46.655Z] "tcp://0.0.0.0:5555", [2022-01-04T19:10:46.655Z] "unix:///var/run/docker.sock" [2022-01-04T19:10:46.655Z] ], [2022-01-04T19:10:46.655Z] "mtu": 1458, [2022-01-04T19:10:46.655Z] "selinux-enabled": true, [2022-01-04T19:10:46.655Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-01-04T19:10:46.655Z] } [Pipeline] sh [2022-01-04T19:10:47.024Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-01-04T19:10:47.385Z] + sudo service docker restart [2022-01-04T19:10:48.629Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.064s coverage: 17.7% of statements [2022-01-04T19:10:48.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-01-04T19:10:48.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-01-04T19:10:48.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-01-04T19:10:48.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-01-04T19:10:48.629Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.126s coverage: 92.3% of statements [2022-01-04T19:10:48.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-01-04T19:10:48.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-01-04T19:10:48.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-01-04T19:10:48.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-01-04T19:10:48.629Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements [2022-01-04T19:10:48.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-01-04T19:10:48.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-01-04T19:10:48.629Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.086s coverage: 97.7% of statements [2022-01-04T19:10:48.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-01-04T19:10:48.629Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-01-04T19:10:48.629Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-01-04T19:10:48.629Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-01-04T19:10:48.629Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.053s coverage: 28.9% of statements [2022-01-04T19:10:48.629Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-01-04T19:10:48.629Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-01-04T19:10:48.629Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-01-04T19:10:48.629Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-01-04T19:10:48.629Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-01-04T19:10:48.629Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-01-04T19:10:48.629Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2022-01-04T19:10:48.629Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 96.9% of statements [2022-01-04T19:10:48.629Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-04T19:11:05.757Z] provisioning config files... [2022-01-04T19:11:05.783Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3580350887027434035tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-04T19:11:06.170Z] ---> docker-login.sh [2022-01-04T19:11:06.170Z] nexus3.edgexfoundry.org:10001 [2022-01-04T19:11:06.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-04T19:11:07.041Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-04T19:11:07.041Z] Configure a credential helper to remove this warning. See [2022-01-04T19:11:07.041Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-04T19:11:07.041Z] [2022-01-04T19:11:07.041Z] Login Succeeded [2022-01-04T19:11:07.041Z] nexus3.edgexfoundry.org:10002 [2022-01-04T19:11:07.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-04T19:11:07.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-04T19:11:07.323Z] Configure a credential helper to remove this warning. See [2022-01-04T19:11:07.323Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-04T19:11:07.323Z] [2022-01-04T19:11:07.323Z] Login Succeeded [2022-01-04T19:11:07.323Z] nexus3.edgexfoundry.org:10003 [2022-01-04T19:11:07.923Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-04T19:11:07.923Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-04T19:11:07.923Z] Configure a credential helper to remove this warning. See [2022-01-04T19:11:07.923Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-04T19:11:07.923Z] [2022-01-04T19:11:07.923Z] Login Succeeded [2022-01-04T19:11:07.923Z] nexus3.edgexfoundry.org:10004 [2022-01-04T19:11:08.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-04T19:11:08.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-04T19:11:08.195Z] Configure a credential helper to remove this warning. See [2022-01-04T19:11:08.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-04T19:11:08.195Z] [2022-01-04T19:11:08.195Z] Login Succeeded [2022-01-04T19:11:08.467Z] docker.io [2022-01-04T19:11:08.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-01-04T19:11:09.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-01-04T19:11:09.013Z] Configure a credential helper to remove this warning. See [2022-01-04T19:11:09.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-01-04T19:11:09.013Z] [2022-01-04T19:11:09.013Z] Login Succeeded [2022-01-04T19:11:09.013Z] ---> docker-login.sh ends [Pipeline] } [2022-01-04T19:11:09.046Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-01-04T19:11:09.682Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-01-04T19:11:09.712Z] ========================================================= [2022-01-04T19:11:09.712Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2022-01-04T19:11:09.712Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-01-04T19:11:10.087Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2022-01-04T19:11:10.362Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-01-04T19:11:10.362Z] 552d1f2373af: Pulling fs layer [2022-01-04T19:11:10.362Z] ea3f2d53f512: Pulling fs layer [2022-01-04T19:11:10.362Z] 9e70ebbbe112: Pulling fs layer [2022-01-04T19:11:10.362Z] 7a9cfe048b4a: Pulling fs layer [2022-01-04T19:11:10.362Z] 72dc09318566: Pulling fs layer [2022-01-04T19:11:10.362Z] f4f7b4309257: Pulling fs layer [2022-01-04T19:11:10.362Z] 0ac9a79272e3: Pulling fs layer [2022-01-04T19:11:10.362Z] b78e95d17946: Pulling fs layer [2022-01-04T19:11:10.362Z] b78e95d17946: Waiting [2022-01-04T19:11:10.362Z] f4f7b4309257: Waiting [2022-01-04T19:11:10.362Z] 0ac9a79272e3: Waiting [2022-01-04T19:11:10.362Z] 7a9cfe048b4a: Waiting [2022-01-04T19:11:10.362Z] 72dc09318566: Waiting [2022-01-04T19:11:10.362Z] 9e70ebbbe112: Download complete [2022-01-04T19:11:10.362Z] ea3f2d53f512: Verifying Checksum [2022-01-04T19:11:10.362Z] ea3f2d53f512: Download complete [2022-01-04T19:11:10.362Z] 72dc09318566: Verifying Checksum [2022-01-04T19:11:10.362Z] 72dc09318566: Download complete [2022-01-04T19:11:10.362Z] f4f7b4309257: Verifying Checksum [2022-01-04T19:11:10.362Z] f4f7b4309257: Download complete [2022-01-04T19:11:10.362Z] 552d1f2373af: Verifying Checksum [2022-01-04T19:11:10.362Z] 552d1f2373af: Download complete [2022-01-04T19:11:10.362Z] 0ac9a79272e3: Verifying Checksum [2022-01-04T19:11:10.362Z] 0ac9a79272e3: Download complete [2022-01-04T19:11:11.364Z] 552d1f2373af: Pull complete [2022-01-04T19:11:11.639Z] ea3f2d53f512: Pull complete [2022-01-04T19:11:11.914Z] 9e70ebbbe112: Pull complete [2022-01-04T19:11:12.190Z] b78e95d17946: Verifying Checksum [2022-01-04T19:11:12.190Z] b78e95d17946: Download complete [2022-01-04T19:11:12.785Z] 7a9cfe048b4a: Verifying Checksum [2022-01-04T19:11:12.785Z] 7a9cfe048b4a: Download complete [2022-01-04T19:11:25.170Z] 7a9cfe048b4a: Pull complete [2022-01-04T19:11:25.170Z] 72dc09318566: Pull complete [2022-01-04T19:11:25.170Z] f4f7b4309257: Pull complete [2022-01-04T19:11:25.170Z] 0ac9a79272e3: Pull complete [2022-01-04T19:11:27.564Z] GO111MODULE=on go vet ./... [2022-01-04T19:11:30.570Z] b78e95d17946: Pull complete [2022-01-04T19:11:30.571Z] Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 [2022-01-04T19:11:30.571Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2022-01-04T19:11:30.571Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2022-01-04T19:11:30.983Z] + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2022-01-04T19:11:30.983Z] WORKDIR /edgex [2022-01-04T19:11:30.983Z] COPY go.mod . [2022-01-04T19:11:30.983Z] RUN go mod download build [2022-01-04T19:11:30.983Z] -t ci-base-image-arm64 -f - . [2022-01-04T19:11:31.848Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-01-04T19:11:31.848Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-01-04T19:11:32.116Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-01-04T19:11:32.718Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-01-04T19:11:33.039Z] + ls -al . [2022-01-04T19:11:33.039Z] total 644 [2022-01-04T19:11:33.039Z] drwxrwxr-x 10 1001 1001 4096 Jan 4 19:11 . [2022-01-04T19:11:33.039Z] drwxr-xr-x 4 root root 28 Jan 4 19:09 .. [2022-01-04T19:11:33.039Z] -rw-rw-r-- 1 1001 1001 11 Jan 4 19:08 .dockerignore [2022-01-04T19:11:33.039Z] drwxrwxr-x 8 1001 1001 179 Jan 4 19:08 .git [2022-01-04T19:11:33.039Z] drwxrwxr-x 4 1001 1001 142 Jan 4 19:08 .github [2022-01-04T19:11:33.039Z] -rw-rw-r-- 1 1001 1001 804 Jan 4 19:08 .gitignore [2022-01-04T19:11:33.039Z] -rw-rw-r-- 1 1001 1001 42 Jan 4 19:08 .golangci.yml [2022-01-04T19:11:33.039Z] -rw-rw-r-- 1 1001 1001 76 Jan 4 19:08 .hadolint.yml [2022-01-04T19:11:33.039Z] drwx------ 3 1001 1001 73 Jan 4 19:08 .semver [2022-01-04T19:11:33.039Z] -rw-rw-r-- 1 1001 1001 166 Jan 4 19:08 .sonarcloud.properties [2022-01-04T19:11:33.039Z] -rw-rw-r-- 1 1001 1001 1171 Jan 4 19:08 ADOPTERS.md [2022-01-04T19:11:33.039Z] -rw-rw-r-- 1 1001 1001 8910 Jan 4 19:08 Attribution.txt [2022-01-04T19:11:33.039Z] -rw-rw-r-- 1 1001 1001 51732 Jan 4 19:08 CHANGELOG.md [2022-01-04T19:11:33.039Z] -rw-rw-r-- 1 1001 1001 3804 Jan 4 19:08 CONTRIBUTING.md [2022-01-04T19:11:33.039Z] -rw-rw-r-- 1 1001 1001 677 Jan 4 19:08 GOVERNANCE.md [2022-01-04T19:11:33.039Z] -rw-rw-r-- 1 1001 1001 849 Jan 4 19:08 Jenkinsfile [2022-01-04T19:11:33.039Z] -rw-rw-r-- 1 1001 1001 10775 Jan 4 19:08 LICENSE [2022-01-04T19:11:33.039Z] -rw-rw-r-- 1 1001 1001 6508 Jan 4 19:08 Makefile [2022-01-04T19:11:33.039Z] -rw-rw-r-- 1 1001 1001 582 Jan 4 19:08 OWNERS.md [2022-01-04T19:11:33.040Z] -rw-rw-r-- 1 1001 1001 8207 Jan 4 19:08 README.md [2022-01-04T19:11:33.040Z] -rw-rw-r-- 1 1001 1001 6912 Jan 4 19:08 SECURITY.md [2022-01-04T19:11:33.040Z] -rw-rw-r-- 1 1001 1001 5 Jan 4 19:08 VERSION [2022-01-04T19:11:33.040Z] -rw-rw-r-- 1 1001 1001 4131 Jan 4 19:08 ZMQWindows.md [2022-01-04T19:11:33.040Z] drwxrwxr-x 2 1001 1001 37 Jan 4 19:08 bin [2022-01-04T19:11:33.040Z] drwxrwxr-x 14 1001 1001 4096 Jan 4 19:08 cmd [2022-01-04T19:11:33.040Z] -rw-r--r-- 1 root root 428381 Jan 4 19:10 coverage.out [2022-01-04T19:11:33.040Z] -rw-rw-r-- 1 1001 1001 828 Jan 4 19:08 go.mod [2022-01-04T19:11:33.040Z] -rw-rw-r-- 1 1001 1001 49574 Jan 4 19:09 go.sum [2022-01-04T19:11:33.040Z] drwxrwxr-x 8 1001 1001 124 Jan 4 19:08 internal [2022-01-04T19:11:33.040Z] drwxrwxr-x 3 1001 1001 16 Jan 4 19:08 openapi [2022-01-04T19:11:33.040Z] drwxrwxr-x 4 1001 1001 71 Jan 4 19:08 snap [2022-01-04T19:11:33.040Z] -rw-rw-r-- 1 1001 1001 204 Jan 4 19:08 version.go [Pipeline] sh [2022-01-04T19:11:33.357Z] + '[' -e coverage.out ] [2022-01-04T19:11:33.357Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-01-04T19:11:33.492Z] Stashed 1 file(s) [Pipeline] sh [2022-01-04T19:11:33.612Z] Sending build context to Docker daemon 168.5MB [2022-01-04T19:11:33.612Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2022-01-04T19:11:33.612Z] ---> 8b459fc5aaf0 [2022-01-04T19:11:33.612Z] Step 2/4 : WORKDIR /edgex [2022-01-04T19:11:33.790Z] + make build [2022-01-04T19:11:33.790Z] 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-04T19:11:35.047Z] ---> Running in 6794c3dec52f [2022-01-04T19:11:35.174Z] 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-04T19:11:35.649Z] Removing intermediate container 6794c3dec52f [2022-01-04T19:11:35.649Z] ---> 70f8fcaab334 [2022-01-04T19:11:35.649Z] Step 3/4 : COPY go.mod . [2022-01-04T19:11:35.922Z] ---> efe4ec33b3f9 [2022-01-04T19:11:35.922Z] Step 4/4 : RUN go mod download [2022-01-04T19:11:36.196Z] ---> Running in bdc3a6bdc3f6 [2022-01-04T19:11:41.892Z] 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-04T19:11:42.864Z] 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-04T19:11:43.818Z] 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-04T19:11:44.088Z] 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-04T19:11:45.039Z] 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-04T19:11:45.988Z] 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-04T19:11:47.044Z] 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-04T19:11:47.881Z] 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-04T19:11:48.655Z] 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-04T19:11:49.711Z] 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-04T19:11:51.131Z] $ docker stop --time=1 3ae707878e11b552251a0f7008f732039aa850ded8000ae6c45e44411c4a7a93 [2022-01-04T19:11:52.873Z] $ docker rm -f 3ae707878e11b552251a0f7008f732039aa850ded8000ae6c45e44411c4a7a93 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-04T19:11:54.531Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-01-04T19:11:54.531Z] [2022-01-04T19:11:54.531Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-01-04T19:11:54.868Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-01-04T19:11:54.868Z] latest: Pulling from edgex-devops/edgex-compose [2022-01-04T19:11:54.868Z] cbdbe7a5bc2a: Pulling fs layer [2022-01-04T19:11:54.868Z] ca9280d653b3: Pulling fs layer [2022-01-04T19:11:54.868Z] 7e9c9ca2126c: Pulling fs layer [2022-01-04T19:11:54.868Z] cbdbe7a5bc2a: Verifying Checksum [2022-01-04T19:11:54.868Z] cbdbe7a5bc2a: Download complete [2022-01-04T19:11:55.132Z] ca9280d653b3: Verifying Checksum [2022-01-04T19:11:55.132Z] ca9280d653b3: Download complete [2022-01-04T19:11:55.132Z] cbdbe7a5bc2a: Pull complete [2022-01-04T19:11:55.393Z] 7e9c9ca2126c: Download complete [2022-01-04T19:11:55.661Z] ca9280d653b3: Pull complete [2022-01-04T19:11:59.915Z] 7e9c9ca2126c: Pull complete [2022-01-04T19:11:59.915Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-01-04T19:11:59.915Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-01-04T19:11:59.915Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-01-04T19:12:00.009Z] prd-centos7-docker-4c-2g-705 does not seem to be running inside a container [2022-01-04T19:12:00.046Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-01-04T19:12:01.649Z] $ docker top 3f237728a1b1d27354170af43f7302b42881b0c440650ab2534a6cfdae25fa00 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-04T19:12:02.098Z] + + docker-composegrep build parallel --help [2022-01-04T19:12:02.098Z] [2022-01-04T19:12:02.669Z] --parallel Build images in parallel. [Pipeline] } [2022-01-04T19:12:02.703Z] $ docker stop --time=1 3f237728a1b1d27354170af43f7302b42881b0c440650ab2534a6cfdae25fa00 [2022-01-04T19:12:03.879Z] $ docker rm -f 3f237728a1b1d27354170af43f7302b42881b0c440650ab2534a6cfdae25fa00 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-04T19:12:04.402Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-01-04T19:12:04.402Z] . [Pipeline] withDockerContainer [2022-01-04T19:12:04.501Z] prd-centos7-docker-4c-2g-705 does not seem to be running inside a container [2022-01-04T19:12:04.535Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-01-04T19:12:04.907Z] $ docker top eca707caf29fee23103389cc899d58bd4c52ed9645ce5ca1ae54f19bc658ee8b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-04T19:12:05.322Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-01-04T19:12:05.897Z] Building core-command ... [2022-01-04T19:12:05.897Z] Building core-data ... [2022-01-04T19:12:05.897Z] Building core-metadata ... [2022-01-04T19:12:05.897Z] Building security-bootstrapper ... [2022-01-04T19:12:05.897Z] Building security-proxy-setup ... [2022-01-04T19:12:05.897Z] Building security-secretstore-setup ... [2022-01-04T19:12:05.897Z] Building support-notifications ... [2022-01-04T19:12:05.897Z] Building support-scheduler ... [2022-01-04T19:12:05.897Z] Building sys-mgmt-agent ... [2022-01-04T19:12:05.897Z] Building security-proxy-setup [2022-01-04T19:12:05.897Z] Building security-secretstore-setup [2022-01-04T19:12:05.897Z] Building sys-mgmt-agent [2022-01-04T19:12:05.897Z] Building support-scheduler [2022-01-04T19:12:05.897Z] Building core-command [2022-01-04T19:12:18.130Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-04T19:12:18.130Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-01-04T19:12:18.130Z] ---> ca4448d7314d [2022-01-04T19:12:18.130Z] Step 3/20 : WORKDIR /edgex-go [2022-01-04T19:12:18.130Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-04T19:12:18.130Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-01-04T19:12:18.130Z] ---> ca4448d7314d [2022-01-04T19:12:18.130Z] Step 3/24 : WORKDIR /edgex-go [2022-01-04T19:12:18.130Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-04T19:12:18.130Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-04T19:12:18.130Z] ---> ca4448d7314d [2022-01-04T19:12:18.130Z] Step 3/22 : WORKDIR /edgex-go [2022-01-04T19:12:21.419Z] ---> Running in 61350762ca1d [2022-01-04T19:12:21.419Z] ---> Running in 2c4f5a0a4c8e [2022-01-04T19:12:21.419Z] ---> Running in c1e03ca58c45 [2022-01-04T19:12:28.005Z] Removing intermediate container 61350762ca1d [2022-01-04T19:12:28.005Z] ---> 4c8d6cb8b9ad [2022-01-04T19:12:28.005Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-04T19:12:28.005Z] Removing intermediate container 2c4f5a0a4c8e [2022-01-04T19:12:28.005Z] ---> 5c78510a78fd [2022-01-04T19:12:28.005Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-04T19:12:28.005Z] Removing intermediate container c1e03ca58c45 [2022-01-04T19:12:28.005Z] ---> 0d961877434f [2022-01-04T19:12:28.005Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-04T19:12:28.265Z] ---> Running in 3684bd4f9d22 [2022-01-04T19:12:28.265Z] ---> Running in 2715f70e8c3a [2022-01-04T19:12:28.265Z] ---> Running in 83b0a11686d6 [2022-01-04T19:12:30.810Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-04T19:12:30.810Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-04T19:12:30.810Z] ---> ca4448d7314d [2022-01-04T19:12:30.810Z] Step 3/22 : WORKDIR /edgex-go [2022-01-04T19:12:30.810Z] ---> Using cache [2022-01-04T19:12:30.810Z] ---> 4c8d6cb8b9ad [2022-01-04T19:12:30.810Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-04T19:12:31.755Z] ---> Running in fc27a3afd167 [2022-01-04T19:12:32.696Z] Removing intermediate container 3684bd4f9d22 [2022-01-04T19:12:32.696Z] ---> b5f71b0f7bb8 [2022-01-04T19:12:32.696Z] Step 5/20 : RUN apk add --update --no-cache make git [2022-01-04T19:12:32.696Z] Removing intermediate container 2715f70e8c3a [2022-01-04T19:12:32.696Z] ---> 48251e7f26c2 [2022-01-04T19:12:32.696Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2022-01-04T19:12:32.696Z] ---> Running in 0f2d3a408f8f [2022-01-04T19:12:32.696Z] ---> Running in a8e7ead18515 [2022-01-04T19:12:32.959Z] Removing intermediate container 83b0a11686d6 [2022-01-04T19:12:32.959Z] ---> e4b35d3c4a37 [2022-01-04T19:12:32.959Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-01-04T19:12:33.227Z] ---> Running in 7f9f40e73839 [2022-01-04T19:12:33.227Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-04T19:12:33.227Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-04T19:12:33.227Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-01-04T19:12:33.227Z] ---> ca4448d7314d [2022-01-04T19:12:33.227Z] Step 3/23 : WORKDIR /edgex-go [2022-01-04T19:12:33.227Z] ---> Using cache [2022-01-04T19:12:33.227Z] ---> 4c8d6cb8b9ad [2022-01-04T19:12:33.227Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-04T19:12:33.227Z] ---> Using cache [2022-01-04T19:12:33.227Z] ---> 48251e7f26c2 [2022-01-04T19:12:33.227Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-01-04T19:12:33.227Z] ---> Running in 98f5780cb778 [2022-01-04T19:12:33.227Z] Removing intermediate container fc27a3afd167 [2022-01-04T19:12:33.227Z] ---> fe23ff22ee8b [2022-01-04T19:12:33.227Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-01-04T19:12:33.494Z] ---> Running in aa86efc06ced [2022-01-04T19:12:33.757Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-04T19:12:33.757Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-04T19:12:33.757Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-04T19:12:33.757Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-04T19:12:34.329Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-04T19:12:34.329Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-04T19:12:34.590Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-04T19:12:34.590Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-04T19:12:34.590Z] OK: 220 MiB in 52 packages [2022-01-04T19:12:34.590Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-04T19:12:34.863Z] OK: 220 MiB in 52 packages [2022-01-04T19:12:34.863Z] Removing intermediate container 0f2d3a408f8f [2022-01-04T19:12:34.863Z] ---> 82a0d8808ebe [2022-01-04T19:12:34.863Z] Step 6/20 : COPY . . [2022-01-04T19:12:35.133Z] OK: 220 MiB in 52 packages [2022-01-04T19:12:35.133Z] OK: 220 MiB in 52 packages [2022-01-04T19:12:35.133Z] OK: 220 MiB in 52 packages [2022-01-04T19:12:36.525Z] Removing intermediate container a8e7ead18515 [2022-01-04T19:12:36.525Z] ---> 260d2d76eb06 [2022-01-04T19:12:36.525Z] Step 6/22 : COPY . . [2022-01-04T19:12:39.076Z] Removing intermediate container aa86efc06ced [2022-01-04T19:12:39.076Z] ---> 2f1a8199855e [2022-01-04T19:12:39.076Z] Step 6/22 : COPY . . [2022-01-04T19:12:39.339Z] Removing intermediate container 98f5780cb778 [2022-01-04T19:12:39.339Z] ---> 9e51e4363a27 [2022-01-04T19:12:39.339Z] Step 6/23 : COPY go.mod . [2022-01-04T19:12:39.599Z] ---> c26f58c349c8 [2022-01-04T19:12:39.599Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-04T19:12:39.860Z] Removing intermediate container 7f9f40e73839 [2022-01-04T19:12:39.860Z] ---> 277a738eeefe [2022-01-04T19:12:39.860Z] Step 6/24 : COPY . . [2022-01-04T19:12:41.815Z] ---> Running in ba25c79c1c42 [2022-01-04T19:12:41.815Z] ---> 5626c0225e3a [2022-01-04T19:12:41.815Z] Step 7/23 : RUN go mod download [2022-01-04T19:12:43.213Z] ---> Running in 897947c3ac65 [2022-01-04T19:12:43.479Z] ---> 1cd50463d3c2 [2022-01-04T19:12:43.479Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-04T19:12:43.746Z] ---> Running in 580fec071ab1 [2022-01-04T19:12:46.313Z] Removing intermediate container ba25c79c1c42 [2022-01-04T19:12:46.313Z] ---> 96e3550642ce [2022-01-04T19:12:46.313Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-01-04T19:12:46.313Z] ---> 9f898c65c3aa [2022-01-04T19:12:46.313Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-04T19:12:46.313Z] ---> 55b5570ed2b0 [2022-01-04T19:12:46.313Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-04T19:12:46.313Z] ---> Running in c1968bd5dc2d [2022-01-04T19:12:46.313Z] ---> Running in 98a5657b5e7a [2022-01-04T19:12:46.313Z] Removing intermediate container 580fec071ab1 [2022-01-04T19:12:46.313Z] ---> ff882fe96fc6 [2022-01-04T19:12:46.313Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-01-04T19:12:46.574Z] ---> Running in 6a9762d6c233 [2022-01-04T19:12:46.574Z] ---> Running in 52dcaca02400 [2022-01-04T19:12:46.574Z] Removing intermediate container 897947c3ac65 [2022-01-04T19:12:46.574Z] ---> de50df49bbfb [2022-01-04T19:12:46.574Z] Step 8/23 : COPY . . [2022-01-04T19:12:47.169Z] 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-04T19:12:47.453Z] 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-04T19:12:50.087Z] Removing intermediate container 98a5657b5e7a [2022-01-04T19:12:50.087Z] ---> e6a6ef5de847 [2022-01-04T19:12:50.087Z] Step 8/22 : RUN make cmd/core-command/core-command [2022-01-04T19:12:50.087Z] Removing intermediate container 6a9762d6c233 [2022-01-04T19:12:50.087Z] ---> 91268d52cb50 [2022-01-04T19:12:50.087Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-01-04T19:12:50.349Z] ---> Running in 8c66ee2fc7ed [2022-01-04T19:12:50.615Z] ---> Running in c5ac1d122fab [2022-01-04T19:12:51.561Z] 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-04T19:12:51.822Z] 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-04T19:12:54.396Z] ---> 1638dbe75bd2 [2022-01-04T19:12:54.396Z] Step 9/23 : RUN go mod tidy [2022-01-04T19:12:54.396Z] ---> Running in c2f82dff2553 [2022-01-04T19:12:56.313Z] Removing intermediate container c2f82dff2553 [2022-01-04T19:12:56.313Z] ---> f13327b33f17 [2022-01-04T19:12:56.313Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-01-04T19:12:56.313Z] ---> Running in ab55ab4c01a8 [2022-01-04T19:12:56.886Z] 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-04T19:12:57.957Z] Removing intermediate container bdc3a6bdc3f6 [2022-01-04T19:12:57.957Z] ---> de52fc4f968c [2022-01-04T19:12:57.957Z] Successfully built de52fc4f968c [2022-01-04T19:12:57.957Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-01-04T19:12:58.321Z] + docker inspect -f . ci-base-image-arm64 [2022-01-04T19:12:58.321Z] . [Pipeline] withDockerContainer [2022-01-04T19:12:58.558Z] prd-ubuntu18.04-docker-arm64-4c-16g-706 does not seem to be running inside a container [2022-01-04T19:12:58.632Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-01-04T19:12:59.976Z] $ docker top 236806222fd4de0246a87c73f40f33b03faf7098b2e716647fe81a1cb27b9274 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-04T19:13:00.942Z] + go version [2022-01-04T19:13:00.943Z] go version go1.16.8 linux/arm64 [Pipeline] } [2022-01-04T19:13:00.977Z] $ docker stop --time=1 236806222fd4de0246a87c73f40f33b03faf7098b2e716647fe81a1cb27b9274 [2022-01-04T19:13:02.631Z] $ docker rm -f 236806222fd4de0246a87c73f40f33b03faf7098b2e716647fe81a1cb27b9274 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-04T19:13:03.481Z] + docker inspect -f . ci-base-image-arm64 [2022-01-04T19:13:03.481Z] . [Pipeline] withDockerContainer [2022-01-04T19:13:03.725Z] prd-ubuntu18.04-docker-arm64-4c-16g-706 does not seem to be running inside a container [2022-01-04T19:13:03.801Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-01-04T19:13:05.022Z] $ docker top c6d65fdacbe9c0dc8fc6b57da57ffed1d304b7610960fcfc70a02cf223044709 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-01-04T19:13:05.340Z] ========================================================= [2022-01-04T19:13:05.340Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-01-04T19:13:05.340Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-01-04T19:13:06.047Z] + make test [2022-01-04T19:13:06.047Z] go mod tidy [2022-01-04T19:13:06.646Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-01-04T19:13:23.485Z] 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-04T19:13:23.756Z] Removing intermediate container 52dcaca02400 [2022-01-04T19:13:23.756Z] ---> 37227a8926c8 [2022-01-04T19:13:23.756Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-01-04T19:13:23.756Z] ---> Running in fe00ab2a76ec [2022-01-04T19:13:24.355Z] 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-04T19:13:26.318Z] Removing intermediate container c1968bd5dc2d [2022-01-04T19:13:26.318Z] ---> 1abda68a2763 [2022-01-04T19:13:26.318Z] [2022-01-04T19:13:26.318Z] Step 9/20 : FROM alpine:3.14 [2022-01-04T19:13:26.318Z] Removing intermediate container fe00ab2a76ec [2022-01-04T19:13:26.318Z] ---> 3b83af51e84a [2022-01-04T19:13:26.318Z] [2022-01-04T19:13:26.318Z] Step 10/22 : FROM docker:20.10.10 [2022-01-04T19:13:26.589Z] 3.14: Pulling from library/alpine [2022-01-04T19:13:26.589Z] 20.10.10: Pulling from library/docker [2022-01-04T19:13:27.539Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-01-04T19:13:27.539Z] Status: Downloaded newer image for alpine:3.14 [2022-01-04T19:13:27.539Z] ---> 0a97eee8041e [2022-01-04T19:13:27.539Z] Step 10/20 : RUN apk add --update --no-cache curl [2022-01-04T19:13:27.801Z] ---> Running in 5275c5317757 [2022-01-04T19:13:28.374Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-04T19:13:28.637Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-04T19:13:29.214Z] (1/5) Installing ca-certificates (20191127-r5) [2022-01-04T19:13:29.214Z] (2/5) Installing brotli-libs (1.0.9-r5) [2022-01-04T19:13:29.214Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2022-01-04T19:13:29.214Z] (4/5) Installing libcurl (7.79.1-r0) [2022-01-04T19:13:29.214Z] (5/5) Installing curl (7.79.1-r0) [2022-01-04T19:13:29.214Z] Executing busybox-1.33.1-r6.trigger [2022-01-04T19:13:29.214Z] Executing ca-certificates-20191127-r5.trigger [2022-01-04T19:13:29.214Z] OK: 8 MiB in 19 packages [2022-01-04T19:13:29.487Z] 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-04T19:13:30.895Z] Removing intermediate container 5275c5317757 [2022-01-04T19:13:30.895Z] ---> 79edf6d753f9 [2022-01-04T19:13:30.895Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-01-04T19:13:30.895Z] ---> Running in b839f830929c [2022-01-04T19:13:31.850Z] Removing intermediate container b839f830929c [2022-01-04T19:13:31.851Z] ---> 0574a0cf5980 [2022-01-04T19:13:31.851Z] Step 12/20 : WORKDIR /edgex [2022-01-04T19:13:31.851Z] Removing intermediate container 8c66ee2fc7ed [2022-01-04T19:13:31.851Z] ---> 38fffb794e93 [2022-01-04T19:13:31.851Z] [2022-01-04T19:13:31.851Z] Step 9/22 : FROM alpine:3.14 [2022-01-04T19:13:31.851Z] ---> 0a97eee8041e [2022-01-04T19:13:31.851Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-01-04T19:13:31.851Z] ---> Running in 3500618e3c60 [2022-01-04T19:13:31.851Z] ---> Running in e0d2ca3b2705 [2022-01-04T19:13:32.139Z] Removing intermediate container 3500618e3c60 [2022-01-04T19:13:32.139Z] ---> 5f96aab31e17 [2022-01-04T19:13:32.139Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-01-04T19:13:32.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-04T19:13:32.703Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-04T19:13:32.703Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-01-04T19:13:32.703Z] Executing busybox-1.33.1-r6.trigger [2022-01-04T19:13:32.971Z] OK: 6 MiB in 15 packages [2022-01-04T19:13:32.971Z] ---> 47ceb657d8ac [2022-01-04T19:13:32.971Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-01-04T19:13:33.470Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-01-04T19:13:33.555Z] ---> cee3b41003a2 [2022-01-04T19:13:33.555Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-01-04T19:13:33.833Z] Removing intermediate container c5ac1d122fab [2022-01-04T19:13:33.833Z] ---> 6dec8c7bd378 [2022-01-04T19:13:33.833Z] [2022-01-04T19:13:33.833Z] Step 9/24 : FROM alpine:3.14 [2022-01-04T19:13:33.833Z] ---> 0a97eee8041e [2022-01-04T19:13:33.833Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-01-04T19:13:33.833Z] ---> Running in abff96309937 [2022-01-04T19:13:33.833Z] Removing intermediate container e0d2ca3b2705 [2022-01-04T19:13:33.833Z] ---> 00e7e0c96328 [2022-01-04T19:13:33.833Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-04T19:13:33.833Z] ---> Running in 139ff29b56f5 [2022-01-04T19:13:34.095Z] ---> aaee6c64683e [2022-01-04T19:13:34.095Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2022-01-04T19:13:34.095Z] Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 [2022-01-04T19:13:34.095Z] Status: Downloaded newer image for docker:20.10.10 [2022-01-04T19:13:34.095Z] Removing intermediate container 139ff29b56f5 [2022-01-04T19:13:34.095Z] ---> 3c7ae108d1ca [2022-01-04T19:13:34.095Z] Step 12/22 : ENV APP_PORT=59882 [2022-01-04T19:13:34.095Z] ---> b706a049f56e [2022-01-04T19:13:34.095Z] 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-04T19:13:34.095Z] ---> Running in f1a49308a59d [2022-01-04T19:13:34.095Z] ---> Running in aa8d29f257fc [2022-01-04T19:13:34.095Z] ---> Running in 0662f683587e [2022-01-04T19:13:34.358Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-04T19:13:34.358Z] Removing intermediate container aa8d29f257fc [2022-01-04T19:13:34.358Z] ---> d99ab946ffb5 [2022-01-04T19:13:34.358Z] Step 13/22 : EXPOSE $APP_PORT [2022-01-04T19:13:34.358Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-04T19:13:34.626Z] ---> Running in c159944eeebf [2022-01-04T19:13:34.626Z] Removing intermediate container f1a49308a59d [2022-01-04T19:13:34.626Z] ---> d656a7cee186 [2022-01-04T19:13:34.626Z] Step 17/20 : CMD ["--init=true"] [2022-01-04T19:13:34.626Z] Removing intermediate container 0662f683587e [2022-01-04T19:13:34.626Z] ---> 1a7b67fc14d0 [2022-01-04T19:13:34.626Z] 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-04T19:13:34.626Z] (1/3) Installing ca-certificates (20191127-r5) [2022-01-04T19:13:34.626Z] ---> Running in 92089282d0fa [2022-01-04T19:13:34.626Z] ---> Running in 50faf9694d36 [2022-01-04T19:13:34.626Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-01-04T19:13:34.626Z] (3/3) Installing su-exec (0.2-r1) [2022-01-04T19:13:34.626Z] Executing busybox-1.33.1-r6.trigger [2022-01-04T19:13:34.626Z] Executing ca-certificates-20191127-r5.trigger [2022-01-04T19:13:34.626Z] Removing intermediate container c159944eeebf [2022-01-04T19:13:34.626Z] ---> c447ff80de17 [2022-01-04T19:13:34.626Z] Step 14/22 : WORKDIR / [2022-01-04T19:13:34.626Z] OK: 6 MiB in 17 packages [2022-01-04T19:13:34.626Z] Removing intermediate container 92089282d0fa [2022-01-04T19:13:34.626Z] ---> 674e83582b72 [2022-01-04T19:13:34.626Z] Step 18/20 : LABEL arch=x86_64 [2022-01-04T19:13:34.626Z] ---> Running in d4b9ee1dd99c [2022-01-04T19:13:34.892Z] ---> Running in a172fed50b42 [2022-01-04T19:13:34.892Z] Removing intermediate container d4b9ee1dd99c [2022-01-04T19:13:34.892Z] ---> d40714eb9aa6 [2022-01-04T19:13:34.892Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-04T19:13:34.892Z] Removing intermediate container a172fed50b42 [2022-01-04T19:13:34.892Z] ---> 78645a060384 [2022-01-04T19:13:34.892Z] Step 19/20 : LABEL git_sha=201ff094c2c7d9fc9eb2dea7155476d2ac124551 [2022-01-04T19:13:35.217Z] ---> Running in 224474bd9563 [2022-01-04T19:13:35.217Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-04T19:13:35.217Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-04T19:13:35.495Z] (1/42) Installing readline (8.1.0-r0) [2022-01-04T19:13:35.495Z] (2/42) Installing bash (5.1.4-r0) [2022-01-04T19:13:35.495Z] Executing bash-5.1.4-r0.post-install [2022-01-04T19:13:35.495Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-01-04T19:13:35.495Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-01-04T19:13:35.495Z] (5/42) Installing libcurl (7.79.1-r0) [2022-01-04T19:13:35.495Z] (6/42) Installing curl (7.79.1-r0) [2022-01-04T19:13:35.495Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-01-04T19:13:35.495Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-01-04T19:13:35.495Z] (9/42) Installing expat (2.4.1-r0) [2022-01-04T19:13:35.495Z] (10/42) Installing libffi (3.3-r2) [2022-01-04T19:13:35.495Z] (11/42) Installing gdbm (1.19-r0) [2022-01-04T19:13:35.495Z] (12/42) Installing xz-libs (5.2.5-r0) [2022-01-04T19:13:35.495Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-01-04T19:13:35.495Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-01-04T19:13:35.495Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-01-04T19:13:35.495Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-01-04T19:13:35.495Z] (17/42) Installing python3 (3.9.5-r2) [2022-01-04T19:13:35.758Z] ---> 9a2e97c02512 [2022-01-04T19:13:35.758Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-01-04T19:13:35.758Z] Removing intermediate container 224474bd9563 [2022-01-04T19:13:35.758Z] ---> 8ec5ac35a168 [2022-01-04T19:13:35.758Z] Step 20/20 : LABEL version=0.0.0 [2022-01-04T19:13:36.020Z] Removing intermediate container abff96309937 [2022-01-04T19:13:36.020Z] ---> 058823d2e0ef [2022-01-04T19:13:36.020Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-01-04T19:13:36.020Z] Removing intermediate container ab55ab4c01a8 [2022-01-04T19:13:36.020Z] ---> cd2f10fbe520 [2022-01-04T19:13:36.020Z] [2022-01-04T19:13:36.020Z] Step 11/23 : FROM alpine:3.14 [2022-01-04T19:13:36.020Z] ---> 0a97eee8041e [2022-01-04T19:13:36.020Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-01-04T19:13:36.020Z] ---> Using cache [2022-01-04T19:13:36.020Z] ---> 00e7e0c96328 [2022-01-04T19:13:36.020Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-04T19:13:36.020Z] ---> Using cache [2022-01-04T19:13:36.020Z] ---> 3c7ae108d1ca [2022-01-04T19:13:36.020Z] Step 14/23 : ENV APP_PORT=59861 [2022-01-04T19:13:36.591Z] ---> Running in ce8cc27552d7 [2022-01-04T19:13:36.592Z] ---> Running in 1d77b4fb3d38 [2022-01-04T19:13:36.857Z] ---> Running in 9895989439d5 [2022-01-04T19:13:36.857Z] ---> 9237d0c0758e [2022-01-04T19:13:36.857Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-01-04T19:13:36.857Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2022-01-04T19:13:36.857Z] Removing intermediate container 1d77b4fb3d38 [2022-01-04T19:13:36.857Z] ---> 84b19b1462f7 [2022-01-04T19:13:36.857Z] Step 12/24 : WORKDIR / [2022-01-04T19:13:36.857Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-01-04T19:13:36.857Z] (20/42) Installing py3-idna (3.2-r0) [2022-01-04T19:13:36.857Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-01-04T19:13:37.133Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-01-04T19:13:37.133Z] Removing intermediate container ce8cc27552d7 [2022-01-04T19:13:37.133Z] ---> 8a6f7430623a [2022-01-04T19:13:37.133Z] [2022-01-04T19:13:37.133Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-01-04T19:13:37.133Z] ---> Running in 2dcfc98bccc9 [2022-01-04T19:13:37.133Z] Successfully built 8a6f7430623a [2022-01-04T19:13:37.133Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-01-04T19:13:37.133Z] Successfully tagged security-proxy-setup:latest [2022-01-04T19:13:37.133Z]  Building security-proxy-setup ... done Building core-metadata [2022-01-04T19:13:37.133Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-01-04T19:13:37.133Z] Removing intermediate container 9895989439d5 [2022-01-04T19:13:37.133Z] ---> 7852e1bb3a01 [2022-01-04T19:13:37.133Z] Step 15/23 : EXPOSE $APP_PORT [2022-01-04T19:13:37.133Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-01-04T19:13:37.133Z] ---> 4be73a1ac204 [2022-01-04T19:13:37.133Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2022-01-04T19:13:37.133Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-01-04T19:13:37.133Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-01-04T19:13:37.133Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-01-04T19:13:37.133Z] ---> Running in dca654599864 [2022-01-04T19:13:37.133Z] Removing intermediate container 2dcfc98bccc9 [2022-01-04T19:13:37.133Z] ---> 83f347e6acbf [2022-01-04T19:13:37.133Z] 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-04T19:13:37.394Z] ---> Running in 2cba8da72188 [2022-01-04T19:13:37.394Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-01-04T19:13:37.394Z] (31/42) Installing py3-six (1.15.0-r1) [2022-01-04T19:13:37.394Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-01-04T19:13:37.394Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-01-04T19:13:37.964Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-01-04T19:13:37.964Z] Removing intermediate container dca654599864 [2022-01-04T19:13:37.964Z] ---> 296417d5a648 [2022-01-04T19:13:37.964Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-04T19:13:37.964Z] (35/42) Installing py3-packaging (20.9-r1) [2022-01-04T19:13:37.964Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-01-04T19:13:38.227Z] ---> 6f5a2f941f4b [2022-01-04T19:13:38.227Z] 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-04T19:13:38.227Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-01-04T19:13:38.227Z] (38/42) Installing py3-progress (1.5-r2) [2022-01-04T19:13:38.227Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-01-04T19:13:38.227Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-01-04T19:13:38.227Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-01-04T19:13:38.227Z] Removing intermediate container 2cba8da72188 [2022-01-04T19:13:38.227Z] ---> 75c8d189a5dc [2022-01-04T19:13:38.227Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-04T19:13:38.493Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-01-04T19:13:38.755Z] ---> Running in c8ba1595b3a2 [2022-01-04T19:13:38.756Z] ---> f84345c99179 [2022-01-04T19:13:38.756Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-01-04T19:13:39.048Z] Executing busybox-1.33.1-r6.trigger [2022-01-04T19:13:39.048Z] OK: 84 MiB in 64 packages [2022-01-04T19:13:39.048Z] ---> 14e080067fba [2022-01-04T19:13:39.048Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-01-04T19:13:39.341Z] Removing intermediate container c8ba1595b3a2 [2022-01-04T19:13:39.341Z] ---> 5c49f1b89826 [2022-01-04T19:13:39.341Z] Step 20/22 : LABEL arch=x86_64 [2022-01-04T19:13:39.341Z] ---> Running in 50c7376b4067 [2022-01-04T19:13:39.341Z] ---> d20142529594 [2022-01-04T19:13:39.341Z] 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-04T19:13:39.341Z] ---> 15f55fe56556 [2022-01-04T19:13:39.341Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-01-04T19:13:39.657Z] Removing intermediate container 50c7376b4067 [2022-01-04T19:13:39.657Z] ---> 757461a9536e [2022-01-04T19:13:39.657Z] Step 21/22 : LABEL git_sha=201ff094c2c7d9fc9eb2dea7155476d2ac124551 [2022-01-04T19:13:39.657Z] ---> Running in 6cf8014fde0a [2022-01-04T19:13:39.657Z] Removing intermediate container 6cf8014fde0a [2022-01-04T19:13:39.657Z] ---> 629bd1b9a1fb [2022-01-04T19:13:39.657Z] Step 22/22 : LABEL version=0.0.0 [2022-01-04T19:13:39.657Z] ---> Running in 0aede7a0ce9f [2022-01-04T19:13:39.966Z] ---> d8749fb6854f [2022-01-04T19:13:39.966Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-01-04T19:13:39.966Z] Collecting docker-compose==1.23.2 [2022-01-04T19:13:39.966Z] ---> f6d9a6713d67 [2022-01-04T19:13:39.966Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-01-04T19:13:39.966Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-01-04T19:13:39.966Z] ---> Running in 8a1cf0ebac67 [2022-01-04T19:13:39.966Z] 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-04T19:13:39.966Z] Removing intermediate container 0aede7a0ce9f [2022-01-04T19:13:39.966Z] ---> 22b773743a38 [2022-01-04T19:13:39.966Z] [2022-01-04T19:13:39.966Z] Collecting jsonschema<3,>=2.5.1 [2022-01-04T19:13:39.966Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-01-04T19:13:39.966Z] Successfully built 22b773743a38 [2022-01-04T19:13:39.966Z] Successfully tagged core-command:latest [2022-01-04T19:13:39.966Z] Building security-bootstrapper [2022-01-04T19:13:40.273Z]  Building core-command ... done Collecting PyYAML<4,>=3.10 [2022-01-04T19:13:40.273Z] Removing intermediate container 8a1cf0ebac67 [2022-01-04T19:13:40.273Z] ---> 961115c7ddfd [2022-01-04T19:13:40.273Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-04T19:13:40.273Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-01-04T19:13:40.849Z] ---> Running in 361e2e899224 [2022-01-04T19:13:40.849Z] Collecting websocket-client<1.0,>=0.32.0 [2022-01-04T19:13:41.419Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-01-04T19:13:41.419Z] Collecting docker<4.0,>=3.6.0 [2022-01-04T19:13:41.419Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-01-04T19:13:41.419Z] Collecting dockerpty<0.5,>=0.4.1 [2022-01-04T19:13:41.419Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-01-04T19:13:41.986Z] Collecting cached-property<2,>=1.2.0 [2022-01-04T19:13:41.986Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-01-04T19:13:41.986Z] Collecting docopt<0.7,>=0.6.1 [2022-01-04T19:13:41.986Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-01-04T19:13:41.986Z] ---> 2b795816c8de [2022-01-04T19:13:41.986Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-01-04T19:13:42.574Z] Collecting texttable<0.10,>=0.9.0 [2022-01-04T19:13:42.574Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-01-04T19:13:42.574Z] Removing intermediate container 361e2e899224 [2022-01-04T19:13:42.574Z] ---> 5683513ba8cf [2022-01-04T19:13:42.574Z] Step 21/23 : LABEL arch=x86_64 [2022-01-04T19:13:43.172Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-01-04T19:13:43.172Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-01-04T19:13:43.172Z] Collecting docker-pycreds>=0.4.0 [2022-01-04T19:13:43.172Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-01-04T19:13:43.435Z] Collecting urllib3<1.25,>=1.21.1 [2022-01-04T19:13:43.695Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-01-04T19:13:43.959Z] Collecting chardet<3.1.0,>=3.0.2 [2022-01-04T19:13:43.959Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-01-04T19:13:43.959Z] 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-04T19:13:43.959Z] Collecting idna<2.8,>=2.5 [2022-01-04T19:13:43.959Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-01-04T19:13:44.533Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-01-04T19:13:44.533Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-01-04T19:13:44.533Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-01-04T19:13:44.533Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-01-04T19:13:44.533Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-01-04T19:13:44.533Z] Attempting uninstall: urllib3 [2022-01-04T19:13:44.533Z] Found existing installation: urllib3 1.26.5 [2022-01-04T19:13:44.533Z] Uninstalling urllib3-1.26.5: [2022-01-04T19:13:44.794Z] ---> Running in 9237d338bfc3 [2022-01-04T19:13:45.054Z] Successfully uninstalled urllib3-1.26.5 [2022-01-04T19:13:45.317Z] ---> 055f10b36b4e [2022-01-04T19:13:45.317Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-01-04T19:13:45.577Z] Attempting uninstall: idna [2022-01-04T19:13:45.577Z] Found existing installation: idna 3.2 [2022-01-04T19:13:45.577Z] Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-04T19:13:45.577Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2022-01-04T19:13:45.577Z] ---> ca4448d7314d [2022-01-04T19:13:45.577Z] Step 3/30 : WORKDIR /edgex-go [2022-01-04T19:13:45.577Z] ---> Using cache [2022-01-04T19:13:45.577Z] ---> 4c8d6cb8b9ad [2022-01-04T19:13:45.577Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-04T19:13:45.577Z] ---> Using cache [2022-01-04T19:13:45.577Z] ---> fe23ff22ee8b [2022-01-04T19:13:45.577Z] Step 5/30 : RUN apk add --update --no-cache make git [2022-01-04T19:13:45.577Z] ---> Using cache [2022-01-04T19:13:45.577Z] ---> 2f1a8199855e [2022-01-04T19:13:45.577Z] Step 6/30 : COPY . . [2022-01-04T19:13:45.577Z] Uninstalling idna-3.2: [2022-01-04T19:13:45.577Z] Successfully uninstalled idna-3.2 [2022-01-04T19:13:45.577Z] ---> Using cache [2022-01-04T19:13:45.577Z] ---> 9f898c65c3aa [2022-01-04T19:13:45.577Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-04T19:13:45.577Z] ---> Using cache [2022-01-04T19:13:45.577Z] ---> e6a6ef5de847 [2022-01-04T19:13:45.577Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-01-04T19:13:46.149Z] Attempting uninstall: chardet [2022-01-04T19:13:46.149Z] Found existing installation: chardet 4.0.0 [2022-01-04T19:13:46.149Z] Uninstalling chardet-4.0.0: [2022-01-04T19:13:46.149Z] Successfully uninstalled chardet-4.0.0 [2022-01-04T19:13:46.149Z] Removing intermediate container 9237d338bfc3 [2022-01-04T19:13:46.149Z] ---> 6d123c2aa7aa [2022-01-04T19:13:46.149Z] Step 22/23 : LABEL git_sha=201ff094c2c7d9fc9eb2dea7155476d2ac124551 [2022-01-04T19:13:46.149Z] ---> Running in 239c6efc9b32 [2022-01-04T19:13:46.149Z] ---> 1f82848e8c98 [2022-01-04T19:13:46.149Z] 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-04T19:13:46.408Z] ---> Running in 97aa43817e9e [2022-01-04T19:13:46.408Z] ---> Running in 379d3937a630 [2022-01-04T19:13:46.681Z] Attempting uninstall: requests [2022-01-04T19:13:46.681Z] Found existing installation: requests 2.25.1 [2022-01-04T19:13:46.681Z] Uninstalling requests-2.25.1: [2022-01-04T19:13:46.681Z] Successfully uninstalled requests-2.25.1 [2022-01-04T19:13:46.681Z] Removing intermediate container 97aa43817e9e [2022-01-04T19:13:46.681Z] ---> 9476bae6ae19 [2022-01-04T19:13:46.681Z] Step 23/23 : LABEL version=0.0.0 [2022-01-04T19:13:46.681Z] 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-04T19:13:46.681Z] Running setup.py install for texttable: started [2022-01-04T19:13:47.258Z] ---> Running in b180974a8d82 [2022-01-04T19:13:47.258Z] Removing intermediate container b180974a8d82 [2022-01-04T19:13:47.258Z] ---> 98db3219620a [2022-01-04T19:13:47.258Z] [2022-01-04T19:13:47.258Z] Removing intermediate container 379d3937a630 [2022-01-04T19:13:47.258Z] ---> 135aab7fe9d7 [2022-01-04T19:13:47.258Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2022-01-04T19:13:47.258Z] Successfully built 98db3219620a [2022-01-04T19:13:47.258Z] Successfully tagged support-scheduler:latest [2022-01-04T19:13:47.258Z]  Building support-scheduler ... done Building support-notifications [2022-01-04T19:13:47.522Z] ---> Running in 2426f87d2da1 [2022-01-04T19:13:47.522Z] Running setup.py install for texttable: finished with status 'done' [2022-01-04T19:13:47.522Z] Running setup.py install for PyYAML: started [2022-01-04T19:13:47.522Z] Removing intermediate container 2426f87d2da1 [2022-01-04T19:13:47.522Z] ---> 8896018ea2b0 [2022-01-04T19:13:47.522Z] Step 22/24 : LABEL arch=x86_64 [2022-01-04T19:13:48.474Z] ---> Running in 00a7e002c631 [2022-01-04T19:13:48.474Z] Running setup.py install for PyYAML: finished with status 'done' [2022-01-04T19:13:49.436Z] Running setup.py install for docopt: started [2022-01-04T19:13:49.436Z] Removing intermediate container 00a7e002c631 [2022-01-04T19:13:49.436Z] ---> e01baac77cb0 [2022-01-04T19:13:49.436Z] Step 23/24 : LABEL git_sha=201ff094c2c7d9fc9eb2dea7155476d2ac124551 [2022-01-04T19:13:49.717Z] ---> Running in c482ddd8e0dd [2022-01-04T19:13:49.988Z] Running setup.py install for docopt: finished with status 'done' [2022-01-04T19:13:49.988Z] Running setup.py install for dockerpty: started [2022-01-04T19:13:49.988Z] Removing intermediate container c482ddd8e0dd [2022-01-04T19:13:49.988Z] ---> 974e3fb9d224 [2022-01-04T19:13:49.988Z] Step 24/24 : LABEL version=0.0.0 [2022-01-04T19:13:49.988Z] ---> Running in 4118328cb960 [2022-01-04T19:13:50.561Z] Running setup.py install for dockerpty: finished with status 'done' [2022-01-04T19:13:50.561Z] Removing intermediate container 4118328cb960 [2022-01-04T19:13:50.561Z] ---> a1fde5528065 [2022-01-04T19:13:50.561Z] [2022-01-04T19:13:50.825Z] Successfully built a1fde5528065 [2022-01-04T19:13:50.825Z] Successfully tagged security-secretstore-setup:latest [2022-01-04T19:13:50.825Z] Building core-data [2022-01-04T19:13:51.089Z]  Building security-secretstore-setup ... done 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-04T19:13:53.637Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-04T19:13:53.637Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-04T19:13:53.637Z] ---> ca4448d7314d [2022-01-04T19:13:53.637Z] Step 3/22 : WORKDIR /edgex-go [2022-01-04T19:13:53.637Z] ---> Using cache [2022-01-04T19:13:53.637Z] ---> 4c8d6cb8b9ad [2022-01-04T19:13:53.637Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-04T19:13:53.637Z] ---> Using cache [2022-01-04T19:13:53.637Z] ---> fe23ff22ee8b [2022-01-04T19:13:53.637Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-01-04T19:13:53.637Z] ---> Using cache [2022-01-04T19:13:53.637Z] ---> 2f1a8199855e [2022-01-04T19:13:53.637Z] Step 6/22 : COPY . . [2022-01-04T19:13:53.637Z] ---> Using cache [2022-01-04T19:13:53.637Z] ---> 9f898c65c3aa [2022-01-04T19:13:53.637Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-04T19:13:53.637Z] ---> Using cache [2022-01-04T19:13:53.637Z] ---> e6a6ef5de847 [2022-01-04T19:13:53.637Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2022-01-04T19:13:54.212Z] ---> Running in 76f66fafddd6 [2022-01-04T19:13:54.788Z] 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-04T19:13:58.105Z] Removing intermediate container 50faf9694d36 [2022-01-04T19:13:58.105Z] ---> 7c392b4391fc [2022-01-04T19:13:58.105Z] Step 13/22 : ENV APP_PORT=58890 [2022-01-04T19:13:58.105Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-04T19:13:58.105Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-01-04T19:13:58.105Z] ---> ca4448d7314d [2022-01-04T19:13:58.105Z] Step 3/21 : WORKDIR /edgex-go [2022-01-04T19:13:58.105Z] ---> Using cache [2022-01-04T19:13:58.105Z] ---> 4c8d6cb8b9ad [2022-01-04T19:13:58.105Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-04T19:13:58.105Z] ---> Using cache [2022-01-04T19:13:58.105Z] ---> fe23ff22ee8b [2022-01-04T19:13:58.105Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2022-01-04T19:13:58.365Z] ---> Running in 4f12ed460b92 [2022-01-04T19:13:58.365Z] ---> Running in 5ccbf6a2b386 [2022-01-04T19:13:58.626Z] Removing intermediate container 4f12ed460b92 [2022-01-04T19:13:58.626Z] ---> 9c144593d243 [2022-01-04T19:13:58.626Z] Step 14/22 : EXPOSE $APP_PORT [2022-01-04T19:13:58.626Z] ---> Running in 51dff5a4a816 [2022-01-04T19:13:58.893Z] Removing intermediate container 51dff5a4a816 [2022-01-04T19:13:58.893Z] ---> aad9b1295599 [2022-01-04T19:13:58.893Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-01-04T19:13:59.156Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-04T19:13:59.762Z] ---> 9d6a2eaad5c5 [2022-01-04T19:13:59.762Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-01-04T19:14:00.029Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-04T19:14:00.298Z] ---> dcc41653e1e9 [2022-01-04T19:14:00.298Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-01-04T19:14:00.298Z] OK: 220 MiB in 52 packages [2022-01-04T19:14:00.871Z] ---> 0fb47331fd0e [2022-01-04T19:14:00.871Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-01-04T19:14:00.871Z] ---> Running in 45bfd7588118 [2022-01-04T19:14:00.871Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-04T19:14:00.871Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-04T19:14:00.871Z] ---> ca4448d7314d [2022-01-04T19:14:00.871Z] Step 3/22 : WORKDIR /edgex-go [2022-01-04T19:14:00.871Z] ---> Using cache [2022-01-04T19:14:00.871Z] ---> 4c8d6cb8b9ad [2022-01-04T19:14:00.871Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-04T19:14:00.871Z] ---> Using cache [2022-01-04T19:14:00.871Z] ---> fe23ff22ee8b [2022-01-04T19:14:00.871Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-01-04T19:14:00.871Z] ---> Running in 66d265480255 [2022-01-04T19:14:01.134Z] Removing intermediate container 5ccbf6a2b386 [2022-01-04T19:14:01.134Z] ---> 2c429b121b9c [2022-01-04T19:14:01.134Z] Step 6/21 : COPY . . [2022-01-04T19:14:01.134Z] Removing intermediate container 45bfd7588118 [2022-01-04T19:14:01.134Z] ---> 6250abcfbf9d [2022-01-04T19:14:01.134Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-04T19:14:01.134Z] ---> Running in 5ab4f325c3bf [2022-01-04T19:14:01.709Z] Removing intermediate container 5ab4f325c3bf [2022-01-04T19:14:01.709Z] ---> 03249b1ed2ea [2022-01-04T19:14:01.709Z] Step 20/22 : LABEL arch=x86_64 [2022-01-04T19:14:01.970Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-04T19:14:02.235Z] ---> Running in ef30cfed6c7a [2022-01-04T19:14:02.833Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-04T19:14:03.098Z] OK: 220 MiB in 52 packages [2022-01-04T19:14:03.362Z] Removing intermediate container ef30cfed6c7a [2022-01-04T19:14:03.362Z] ---> cc0dd66e795a [2022-01-04T19:14:03.362Z] Step 21/22 : LABEL git_sha=201ff094c2c7d9fc9eb2dea7155476d2ac124551 [2022-01-04T19:14:03.621Z] ---> Running in a143a646bf32 [2022-01-04T19:14:04.196Z] Removing intermediate container 66d265480255 [2022-01-04T19:14:04.196Z] ---> d62adb915507 [2022-01-04T19:14:04.196Z] Step 6/22 : COPY . . [2022-01-04T19:14:04.196Z] Removing intermediate container a143a646bf32 [2022-01-04T19:14:04.196Z] ---> 84e285cebeae [2022-01-04T19:14:04.196Z] Step 22/22 : LABEL version=0.0.0 [2022-01-04T19:14:04.458Z] ---> Running in 1ebd0779a519 [2022-01-04T19:14:04.724Z] Removing intermediate container 1ebd0779a519 [2022-01-04T19:14:04.724Z] ---> fb2ba2ee78ea [2022-01-04T19:14:04.724Z] [2022-01-04T19:14:04.992Z] Successfully built fb2ba2ee78ea [2022-01-04T19:14:04.992Z] Successfully tagged sys-mgmt-agent:latest [2022-01-04T19:14:11.596Z]  Building sys-mgmt-agent ... done  ---> 37a85da31dcf [2022-01-04T19:14:11.596Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-04T19:14:11.596Z] ---> Running in 69068c175a84 [2022-01-04T19:14:11.596Z] ---> 711f6530b845 [2022-01-04T19:14:11.596Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-04T19:14:11.596Z] ---> Running in 159083d2c276 [2022-01-04T19:14:12.557Z] Removing intermediate container 69068c175a84 [2022-01-04T19:14:12.557Z] ---> 36fe1db573a5 [2022-01-04T19:14:12.557Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2022-01-04T19:14:12.821Z] ---> Running in dd6f20058c1c [2022-01-04T19:14:12.821Z] Removing intermediate container 159083d2c276 [2022-01-04T19:14:12.821Z] ---> 51919fac484b [2022-01-04T19:14:12.821Z] Step 8/22 : RUN make cmd/core-data/core-data [2022-01-04T19:14:13.086Z] ---> Running in 4376a8f257e4 [2022-01-04T19:14:13.352Z] 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-04T19:14:13.927Z] 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-04T19:14:14.189Z] Removing intermediate container 239c6efc9b32 [2022-01-04T19:14:14.189Z] ---> 180dfb565cd2 [2022-01-04T19:14:14.189Z] [2022-01-04T19:14:14.189Z] Step 9/30 : FROM alpine:3.14 [2022-01-04T19:14:14.189Z] ---> 0a97eee8041e [2022-01-04T19:14:14.189Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-01-04T19:14:14.189Z] ---> Running in 3dd95772ba12 [2022-01-04T19:14:14.189Z] Removing intermediate container 3dd95772ba12 [2022-01-04T19:14:14.189Z] ---> 2266fd1d6c49 [2022-01-04T19:14:14.189Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2022-01-04T19:14:14.189Z] ---> Running in 64f080d205af [2022-01-04T19:14:14.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-04T19:14:14.770Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-04T19:14:15.030Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-01-04T19:14:15.030Z] (2/2) Installing su-exec (0.2-r1) [2022-01-04T19:14:15.030Z] Executing busybox-1.33.1-r6.trigger [2022-01-04T19:14:15.030Z] OK: 6 MiB in 16 packages [2022-01-04T19:14:15.605Z] Removing intermediate container 64f080d205af [2022-01-04T19:14:15.605Z] ---> 9be93d6c71d9 [2022-01-04T19:14:15.605Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2022-01-04T19:14:15.605Z] ---> Running in 7025d868f8d5 [2022-01-04T19:14:15.870Z] Removing intermediate container 7025d868f8d5 [2022-01-04T19:14:15.870Z] ---> 1bf005c36be8 [2022-01-04T19:14:15.870Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-01-04T19:14:15.870Z] ---> Running in b0d5d01c188b [2022-01-04T19:14:15.870Z] Removing intermediate container b0d5d01c188b [2022-01-04T19:14:15.870Z] ---> 906f028e6bc9 [2022-01-04T19:14:15.870Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-01-04T19:14:15.870Z] ---> Running in e2e1bc58441c [2022-01-04T19:14:16.861Z] Removing intermediate container e2e1bc58441c [2022-01-04T19:14:16.861Z] ---> de93696344fb [2022-01-04T19:14:16.861Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2022-01-04T19:14:16.861Z] ---> Running in e761e300bdec [2022-01-04T19:14:17.127Z] Removing intermediate container e761e300bdec [2022-01-04T19:14:17.127Z] ---> f3b6998af7f6 [2022-01-04T19:14:17.127Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-01-04T19:14:17.391Z] ---> 56b476849827 [2022-01-04T19:14:17.391Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-01-04T19:14:17.391Z] ---> Running in 73256dadd937 [2022-01-04T19:14:18.337Z] Removing intermediate container 73256dadd937 [2022-01-04T19:14:18.337Z] ---> 7f5195a9f023 [2022-01-04T19:14:18.337Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-04T19:14:18.599Z] ---> 731f1dd63e55 [2022-01-04T19:14:18.599Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-01-04T19:14:19.562Z] ---> e601ee3ec541 [2022-01-04T19:14:19.562Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-01-04T19:14:19.842Z] ---> a4e49ee93b61 [2022-01-04T19:14:19.843Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-01-04T19:14:20.115Z] ---> 23913a5eaa50 [2022-01-04T19:14:20.115Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-01-04T19:14:20.388Z] ---> 6a46456d3bfb [2022-01-04T19:14:20.388Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2022-01-04T19:14:20.660Z] ---> Running in e4816233dd85 [2022-01-04T19:14:20.660Z] Removing intermediate container e4816233dd85 [2022-01-04T19:14:20.660Z] ---> fedf9f5c6106 [2022-01-04T19:14:20.660Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-01-04T19:14:20.935Z] ---> 976ab1f33241 [2022-01-04T19:14:20.935Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2022-01-04T19:14:21.208Z] ---> Running in 1518d52a118c [2022-01-04T19:14:22.178Z] Removing intermediate container 1518d52a118c [2022-01-04T19:14:22.179Z] ---> c6fc035cbd28 [2022-01-04T19:14:22.179Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2022-01-04T19:14:22.179Z] ---> Running in ec36aaf32bdc [2022-01-04T19:14:22.458Z] Removing intermediate container ec36aaf32bdc [2022-01-04T19:14:22.458Z] ---> 34673d964540 [2022-01-04T19:14:22.458Z] Step 27/30 : CMD ["gate"] [2022-01-04T19:14:22.458Z] ---> Running in a5e99e59348a [2022-01-04T19:14:22.728Z] Removing intermediate container a5e99e59348a [2022-01-04T19:14:22.728Z] ---> 4f56139df570 [2022-01-04T19:14:22.728Z] Step 28/30 : LABEL arch=x86_64 [2022-01-04T19:14:22.728Z] ---> Running in 0d03839506d2 [2022-01-04T19:14:23.012Z] Removing intermediate container 0d03839506d2 [2022-01-04T19:14:23.012Z] ---> e5ef063f2104 [2022-01-04T19:14:23.012Z] Step 29/30 : LABEL git_sha=201ff094c2c7d9fc9eb2dea7155476d2ac124551 [2022-01-04T19:14:23.012Z] ---> Running in 9dfd80925c75 [2022-01-04T19:14:23.291Z] Removing intermediate container 9dfd80925c75 [2022-01-04T19:14:23.291Z] ---> 15ad6db00794 [2022-01-04T19:14:23.291Z] Step 30/30 : LABEL version=0.0.0 [2022-01-04T19:14:23.291Z] ---> Running in 88304cfcfe2a [2022-01-04T19:14:23.567Z] Removing intermediate container 88304cfcfe2a [2022-01-04T19:14:23.567Z] ---> 198501fbfe95 [2022-01-04T19:14:23.567Z] [2022-01-04T19:14:23.841Z] Successfully built 198501fbfe95 [2022-01-04T19:14:23.841Z] Successfully tagged security-bootstrapper:latest [2022-01-04T19:14:26.460Z]  Building security-bootstrapper ... done Removing intermediate container 76f66fafddd6 [2022-01-04T19:14:26.461Z] ---> 5e383f9b7dd1 [2022-01-04T19:14:26.461Z] [2022-01-04T19:14:26.461Z] Step 9/22 : FROM alpine:3.14 [2022-01-04T19:14:26.461Z] ---> 0a97eee8041e [2022-01-04T19:14:26.461Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-01-04T19:14:26.461Z] ---> Using cache [2022-01-04T19:14:26.461Z] ---> 00e7e0c96328 [2022-01-04T19:14:26.461Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-04T19:14:26.461Z] ---> Using cache [2022-01-04T19:14:26.461Z] ---> 3c7ae108d1ca [2022-01-04T19:14:26.461Z] Step 12/22 : ENV APP_PORT=59881 [2022-01-04T19:14:26.735Z] ---> Running in bf73e6ccdbe8 [2022-01-04T19:14:26.735Z] Removing intermediate container bf73e6ccdbe8 [2022-01-04T19:14:26.735Z] ---> f76e725808d0 [2022-01-04T19:14:26.735Z] Step 13/22 : EXPOSE $APP_PORT [2022-01-04T19:14:26.735Z] ---> Running in f27f2a92e1eb [2022-01-04T19:14:26.997Z] Removing intermediate container f27f2a92e1eb [2022-01-04T19:14:26.997Z] ---> 9e9c1a40afe3 [2022-01-04T19:14:26.997Z] Step 14/22 : WORKDIR / [2022-01-04T19:14:26.997Z] ---> Running in 8c6bf7077487 [2022-01-04T19:14:26.997Z] Removing intermediate container 8c6bf7077487 [2022-01-04T19:14:26.997Z] ---> 33b12faa44cd [2022-01-04T19:14:26.997Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-04T19:14:27.258Z] ---> 88345b7acfc3 [2022-01-04T19:14:27.258Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-01-04T19:14:28.205Z] ---> 45872453a197 [2022-01-04T19:14:28.205Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-01-04T19:14:28.205Z] ---> 148187b54e0a [2022-01-04T19:14:28.205Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2022-01-04T19:14:28.471Z] ---> Running in 8f3150d6a9f0 [2022-01-04T19:14:28.471Z] Removing intermediate container 8f3150d6a9f0 [2022-01-04T19:14:28.471Z] ---> ce83b66dc913 [2022-01-04T19:14:28.471Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-04T19:14:28.471Z] ---> Running in ca253177fced [2022-01-04T19:14:28.736Z] Removing intermediate container ca253177fced [2022-01-04T19:14:28.736Z] ---> 004561736496 [2022-01-04T19:14:28.736Z] Step 20/22 : LABEL arch=x86_64 [2022-01-04T19:14:28.736Z] ---> Running in 32b6a0a51b9a [2022-01-04T19:14:28.736Z] Removing intermediate container 32b6a0a51b9a [2022-01-04T19:14:28.736Z] ---> 8d19f3b2eda8 [2022-01-04T19:14:28.736Z] Step 21/22 : LABEL git_sha=201ff094c2c7d9fc9eb2dea7155476d2ac124551 [2022-01-04T19:14:28.998Z] ---> Running in 28dc61c159cb [2022-01-04T19:14:28.998Z] Removing intermediate container 28dc61c159cb [2022-01-04T19:14:28.998Z] ---> 2ddb21ad035f [2022-01-04T19:14:28.998Z] Step 22/22 : LABEL version=0.0.0 [2022-01-04T19:14:29.260Z] ---> Running in 08b5c57f334b [2022-01-04T19:14:29.523Z] Removing intermediate container 08b5c57f334b [2022-01-04T19:14:29.523Z] ---> 1329c3aa96fc [2022-01-04T19:14:29.523Z] [2022-01-04T19:14:29.523Z] Successfully built 1329c3aa96fc [2022-01-04T19:14:29.523Z] Successfully tagged core-metadata:latest [2022-01-04T19:14:30.060Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-01-04T19:14:31.534Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-01-04T19:14:33.531Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-01-04T19:14:33.811Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-01-04T19:14:38.600Z]  Building core-metadata ... done Removing intermediate container dd6f20058c1c [2022-01-04T19:14:38.600Z] ---> f5b2f5a1703f [2022-01-04T19:14:38.600Z] [2022-01-04T19:14:38.600Z] Step 9/21 : FROM alpine:3.14 [2022-01-04T19:14:38.600Z] ---> 0a97eee8041e [2022-01-04T19:14:38.600Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-01-04T19:14:38.600Z] ---> Running in 98d9411527d9 [2022-01-04T19:14:38.600Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-04T19:14:38.600Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-04T19:14:38.949Z] (1/2) Installing ca-certificates (20191127-r5) [2022-01-04T19:14:38.949Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-01-04T19:14:38.949Z] Executing busybox-1.33.1-r6.trigger [2022-01-04T19:14:38.949Z] Executing ca-certificates-20191127-r5.trigger [2022-01-04T19:14:38.949Z] OK: 6 MiB in 16 packages [2022-01-04T19:14:39.531Z] Removing intermediate container 4376a8f257e4 [2022-01-04T19:14:39.531Z] ---> e17a0b42f664 [2022-01-04T19:14:39.531Z] [2022-01-04T19:14:39.531Z] Step 9/22 : FROM alpine:3.14 [2022-01-04T19:14:39.531Z] ---> 0a97eee8041e [2022-01-04T19:14:39.531Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-01-04T19:14:39.531Z] ---> Running in 87f8af890d87 [2022-01-04T19:14:39.531Z] Removing intermediate container 98d9411527d9 [2022-01-04T19:14:39.531Z] ---> 318ec3015d00 [2022-01-04T19:14:39.531Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-04T19:14:39.531Z] ---> Running in ecc37530e1ab [2022-01-04T19:14:39.531Z] Removing intermediate container 87f8af890d87 [2022-01-04T19:14:39.531Z] ---> 8138a021d37d [2022-01-04T19:14:39.531Z] Step 11/22 : ENV APP_PORT=59880 [2022-01-04T19:14:39.792Z] ---> Running in bcc274623f7e [2022-01-04T19:14:39.792Z] Removing intermediate container ecc37530e1ab [2022-01-04T19:14:39.792Z] ---> 002b58afe449 [2022-01-04T19:14:39.792Z] Step 12/21 : ENV APP_PORT=59860 [2022-01-04T19:14:39.792Z] ---> Running in ec90f47ce833 [2022-01-04T19:14:39.792Z] Removing intermediate container bcc274623f7e [2022-01-04T19:14:39.792Z] ---> 2d2a6e70187f [2022-01-04T19:14:39.792Z] Step 12/22 : EXPOSE $APP_PORT [2022-01-04T19:14:39.792Z] ---> Running in 4db87a275ffa [2022-01-04T19:14:39.792Z] Removing intermediate container ec90f47ce833 [2022-01-04T19:14:39.792Z] ---> 26d49d9aa5df [2022-01-04T19:14:39.792Z] Step 13/21 : EXPOSE $APP_PORT [2022-01-04T19:14:39.792Z] ---> Running in 36d1822fe149 [2022-01-04T19:14:39.792Z] Removing intermediate container 4db87a275ffa [2022-01-04T19:14:39.792Z] ---> ac80cb9aafff [2022-01-04T19:14:39.792Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-04T19:14:39.792Z] ---> Running in 8084e175b113 [2022-01-04T19:14:40.058Z] Removing intermediate container 36d1822fe149 [2022-01-04T19:14:40.058Z] ---> 36234343ffac [2022-01-04T19:14:40.058Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-04T19:14:40.058Z] ---> 17d3d26e7eb6 [2022-01-04T19:14:40.058Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-01-04T19:14:40.324Z] ---> ca20e8f12573 [2022-01-04T19:14:40.324Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-01-04T19:14:40.583Z] Removing intermediate container 8084e175b113 [2022-01-04T19:14:40.583Z] ---> 5259698bc009 [2022-01-04T19:14:40.583Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2022-01-04T19:14:40.583Z] ---> Running in f37a1a54de5b [2022-01-04T19:14:40.583Z] ---> 6b53b7cf5ad5 [2022-01-04T19:14:40.583Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2022-01-04T19:14:40.583Z] ---> Running in 3d82147db8ff [2022-01-04T19:14:40.844Z] Removing intermediate container 3d82147db8ff [2022-01-04T19:14:40.845Z] ---> f999a5f94e1a [2022-01-04T19:14:40.845Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-04T19:14:40.845Z] ---> Running in 066a6bf3f278 [2022-01-04T19:14:40.845Z] Removing intermediate container 066a6bf3f278 [2022-01-04T19:14:40.845Z] ---> 8f6ff9263df6 [2022-01-04T19:14:40.845Z] Step 19/21 : LABEL arch=x86_64 [2022-01-04T19:14:40.845Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-01-04T19:14:40.845Z] ---> Running in d883cd225d64 [2022-01-04T19:14:41.111Z] Removing intermediate container d883cd225d64 [2022-01-04T19:14:41.111Z] ---> 51cb6ac32cc8 [2022-01-04T19:14:41.111Z] Step 20/21 : LABEL git_sha=201ff094c2c7d9fc9eb2dea7155476d2ac124551 [2022-01-04T19:14:41.111Z] ---> Running in 8c3ce099fcc4 [2022-01-04T19:14:41.111Z] Removing intermediate container 8c3ce099fcc4 [2022-01-04T19:14:41.111Z] ---> 35dd631db04f [2022-01-04T19:14:41.111Z] Step 21/21 : LABEL version=0.0.0 [2022-01-04T19:14:41.111Z] ---> Running in 8f33547d9560 [2022-01-04T19:14:41.111Z] Removing intermediate container 8f33547d9560 [2022-01-04T19:14:41.111Z] ---> 00209583cf40 [2022-01-04T19:14:41.111Z] [2022-01-04T19:14:41.372Z] Successfully built 00209583cf40 [2022-01-04T19:14:41.372Z] Successfully tagged support-notifications:latest [2022-01-04T19:14:41.632Z]  Building support-notifications ... done fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-01-04T19:14:42.203Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-01-04T19:14:42.203Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-01-04T19:14:42.203Z] (3/6) Installing libsodium (1.0.18-r0) [2022-01-04T19:14:42.203Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-01-04T19:14:42.464Z] (5/6) Installing libzmq (4.3.4-r0) [2022-01-04T19:14:42.464Z] (6/6) Installing zeromq (4.3.4-r0) [2022-01-04T19:14:42.726Z] Executing busybox-1.33.1-r6.trigger [2022-01-04T19:14:42.727Z] OK: 8 MiB in 20 packages [2022-01-04T19:14:42.988Z] Removing intermediate container f37a1a54de5b [2022-01-04T19:14:42.988Z] ---> f60179fb8dd6 [2022-01-04T19:14:42.988Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-04T19:14:42.988Z] ---> 9a0c9aaba725 [2022-01-04T19:14:42.988Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-01-04T19:14:43.248Z] ---> 5bab05a86938 [2022-01-04T19:14:43.248Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-01-04T19:14:43.507Z] ---> 8a9a97ed8a78 [2022-01-04T19:14:43.507Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2022-01-04T19:14:43.507Z] ---> Running in be2adc934a26 [2022-01-04T19:14:43.507Z] Removing intermediate container be2adc934a26 [2022-01-04T19:14:43.507Z] ---> e339f2e8e4cf [2022-01-04T19:14:43.507Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-04T19:14:43.507Z] ---> Running in ef6aa8d26af2 [2022-01-04T19:14:43.765Z] Removing intermediate container ef6aa8d26af2 [2022-01-04T19:14:43.765Z] ---> c7e76810dc8b [2022-01-04T19:14:43.765Z] Step 20/22 : LABEL arch=x86_64 [2022-01-04T19:14:43.765Z] ---> Running in e5fd4a6ea300 [2022-01-04T19:14:43.765Z] Removing intermediate container e5fd4a6ea300 [2022-01-04T19:14:43.765Z] ---> 4d8cbd7143ac [2022-01-04T19:14:43.765Z] Step 21/22 : LABEL git_sha=201ff094c2c7d9fc9eb2dea7155476d2ac124551 [2022-01-04T19:14:43.765Z] ---> Running in 6691963d49f2 [2022-01-04T19:14:44.024Z] Removing intermediate container 6691963d49f2 [2022-01-04T19:14:44.024Z] ---> e948d5679ff3 [2022-01-04T19:14:44.024Z] Step 22/22 : LABEL version=0.0.0 [2022-01-04T19:14:44.024Z] ---> Running in 79564ba929b0 [2022-01-04T19:14:44.024Z] Removing intermediate container 79564ba929b0 [2022-01-04T19:14:44.024Z] ---> 2c951acc6f4f [2022-01-04T19:14:44.024Z] [2022-01-04T19:14:44.024Z] Successfully built 2c951acc6f4f [2022-01-04T19:14:44.284Z] Successfully tagged core-data:latest [2022-01-04T19:14:44.294Z]  Building core-data ... done  [Pipeline] } [2022-01-04T19:14:44.318Z] $ docker stop --time=1 eca707caf29fee23103389cc899d58bd4c52ed9645ce5ca1ae54f19bc658ee8b [2022-01-04T19:14:45.571Z] $ docker rm -f eca707caf29fee23103389cc899d58bd4c52ed9645ce5ca1ae54f19bc658ee8b [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-04T19:14:45.992Z] + docker images [2022-01-04T19:14:45.992Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-01-04T19:14:45.992Z] core-data latest 2c951acc6f4f 2 seconds ago 20.7MB [2022-01-04T19:14:45.992Z] support-notifications latest 00209583cf40 4 seconds ago 17MB [2022-01-04T19:14:45.992Z] e17a0b42f664 6 seconds ago 1.77GB [2022-01-04T19:14:45.992Z] f5b2f5a1703f 8 seconds ago 1.76GB [2022-01-04T19:14:45.992Z] core-metadata latest 1329c3aa96fc 16 seconds ago 16.9MB [2022-01-04T19:14:45.992Z] 5e383f9b7dd1 19 seconds ago 1.76GB [2022-01-04T19:14:45.992Z] security-bootstrapper latest 198501fbfe95 22 seconds ago 18.9MB [2022-01-04T19:14:45.992Z] 180dfb565cd2 32 seconds ago 1.76GB [2022-01-04T19:14:45.992Z] sys-mgmt-agent latest fb2ba2ee78ea 41 seconds ago 297MB [2022-01-04T19:14:45.992Z] security-secretstore-setup latest a1fde5528065 55 seconds ago 28.4MB [2022-01-04T19:14:45.992Z] support-scheduler latest 98db3219620a 58 seconds ago 16.2MB [2022-01-04T19:14:45.992Z] core-command latest 22b773743a38 About a minute ago 16.1MB [2022-01-04T19:14:45.992Z] security-proxy-setup latest 8a6f7430623a About a minute ago 26.9MB [2022-01-04T19:14:45.992Z] cd2f10fbe520 About a minute ago 1.76GB [2022-01-04T19:14:45.992Z] 6dec8c7bd378 About a minute ago 1.77GB [2022-01-04T19:14:45.992Z] 38fffb794e93 About a minute ago 1.76GB [2022-01-04T19:14:45.992Z] 3b83af51e84a About a minute ago 1.76GB [2022-01-04T19:14:45.992Z] 1abda68a2763 About a minute ago 1.76GB [2022-01-04T19:14:45.992Z] ci-base-image-x86_64 latest ca4448d7314d 5 minutes ago 1.25GB [2022-01-04T19:14:45.992Z] docker 20.10.10 b706a049f56e 7 weeks ago 216MB [2022-01-04T19:14:45.992Z] alpine 3.14 0a97eee8041e 7 weeks ago 5.61MB [2022-01-04T19:14:45.992Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 9f6097aaca64 2 months ago 548MB [2022-01-04T19:14:45.992Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 2 months ago 34.5MB [2022-01-04T19:14:45.992Z] 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) [2022-01-04T19:14:46.238Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-01-04T19:14:46.238Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-01-04T19:14:46.239Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-01-04T19:14:46.239Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-01-04T19:14:46.239Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-01-04T19:14:46.239Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2022-01-04T19:14:47.231Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-01-04T19:14:47.231Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-01-04T19:14:47.231Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-01-04T19:14:47.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-01-04T19:14:53.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.179s coverage: 28.7% of statements [2022-01-04T19:14:53.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-01-04T19:14:53.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-01-04T19:14:58.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.363s coverage: 98.5% of statements [2022-01-04T19:14:58.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-01-04T19:14:59.703Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.352s coverage: 44.7% of statements [2022-01-04T19:14:59.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-01-04T19:14:59.703Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-01-04T19:15:01.512Z] Still waiting to schedule task [2022-01-04T19:15:01.512Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2022-01-04T19:15:02.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.642s coverage: 89.5% of statements [2022-01-04T19:15:02.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-01-04T19:15:02.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-01-04T19:15:02.328Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.254s coverage: 84.4% of statements [2022-01-04T19:15:02.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-01-04T19:15:02.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-01-04T19:15:02.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-01-04T19:15:02.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-01-04T19:15:02.328Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-01-04T19:15:10.602Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.400s coverage: 94.2% of statements [2022-01-04T19:15:10.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-01-04T19:15:10.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-01-04T19:15:10.602Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.234s coverage: 59.1% of statements [2022-01-04T19:15:10.602Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-01-04T19:15:10.602Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-01-04T19:15:10.602Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-01-04T19:15:10.602Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-01-04T19:15:10.602Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-01-04T19:15:10.602Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.283s coverage: 60.0% of statements [2022-01-04T19:15:10.602Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-01-04T19:15:10.602Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-01-04T19:15:10.602Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-01-04T19:15:10.602Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.290s coverage: 0.9% of statements [2022-01-04T19:15:10.602Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-01-04T19:15:10.603Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.188s coverage: 58.8% of statements [2022-01-04T19:15:10.603Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.202s coverage: 21.7% of statements [2022-01-04T19:15:10.603Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-01-04T19:15:10.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.233s coverage: 47.1% of statements [2022-01-04T19:15:10.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.196s coverage: 79.5% of statements [2022-01-04T19:15:10.603Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.237s coverage: 94.1% of statements [2022-01-04T19:15:11.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.192s coverage: 96.3% of statements [2022-01-04T19:15:11.587Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.181s coverage: 87.5% of statements [2022-01-04T19:15:26.668Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.192s coverage: 94.4% of statements [2022-01-04T19:15:26.668Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.170s coverage: 44.8% of statements [2022-01-04T19:15:30.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.592s coverage: 82.5% of statements [2022-01-04T19:15:30.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-01-04T19:15:36.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.245s coverage: 92.9% of statements [2022-01-04T19:15:36.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-01-04T19:15:36.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-01-04T19:15:36.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-01-04T19:15:36.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2022-01-04T19:15:36.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-01-04T19:15:36.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-01-04T19:15:36.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-01-04T19:15:36.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-01-04T19:15:36.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-01-04T19:15:36.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.190s coverage: 87.2% of statements [2022-01-04T19:15:36.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-01-04T19:15:36.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-01-04T19:15:36.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.149s coverage: 100.0% of statements [2022-01-04T19:15:36.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-01-04T19:15:36.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.285s coverage: 58.8% of statements [2022-01-04T19:15:36.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-01-04T19:15:36.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.260s coverage: 80.0% of statements [2022-01-04T19:15:36.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.235s coverage: 87.2% of statements [2022-01-04T19:15:36.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.253s coverage: 85.4% of statements [2022-01-04T19:15:36.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.771s coverage: 91.2% of statements [2022-01-04T19:15:36.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-01-04T19:15:38.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.905s coverage: 64.4% of statements [2022-01-04T19:15:38.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-01-04T19:15:38.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-01-04T19:15:38.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.164s coverage: 100.0% of statements [2022-01-04T19:15:38.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.108s coverage: 89.4% of statements [2022-01-04T19:15:38.880Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2022-01-04T19:15:38.880Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.093s coverage: 73.7% of statements [2022-01-04T19:15:39.153Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements [2022-01-04T19:15:41.321Z] Running on prd-ubuntu18.04-docker-8c-8g-707 in /w/workspace/edgexfoundry_edgex-go_PR-3854 [Pipeline] { [Pipeline] ws [2022-01-04T19:15:41.368Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2022-01-04T19:15:41.507Z] The recommended git tool is: git [2022-01-04T19:15:43.171Z] using credential edgex-jenkins-ssh [2022-01-04T19:15:43.185Z] Cloning the remote Git repository [2022-01-04T19:15:43.203Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-01-04T19:15:43.243Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2022-01-04T19:15:43.272Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-01-04T19:15:43.272Z] > git --version # timeout=10 [2022-01-04T19:15:43.278Z] > git --version # 'git version 2.17.1' [2022-01-04T19:15:43.278Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-04T19:15:43.323Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-04T19:15:44.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.326s coverage: 65.4% of statements [2022-01-04T19:15:44.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-01-04T19:15:44.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-01-04T19:15:44.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-01-04T19:15:46.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.798s coverage: 43.8% of statements [2022-01-04T19:15:46.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-01-04T19:15:46.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-01-04T19:15:46.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.234s coverage: 89.5% of statements [2022-01-04T19:15:46.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-01-04T19:15:46.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.268s coverage: 84.8% of statements [2022-01-04T19:15:46.558Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-01-04T19:15:54.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.242s coverage: 17.7% of statements [2022-01-04T19:15:54.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-01-04T19:15:54.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-01-04T19:15:54.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-01-04T19:15:54.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-01-04T19:15:54.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.524s coverage: 92.3% of statements [2022-01-04T19:15:54.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-01-04T19:15:54.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-01-04T19:15:54.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-01-04T19:15:54.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-01-04T19:15:54.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.306s coverage: 63.2% of statements [2022-01-04T19:15:54.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-01-04T19:15:54.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-01-04T19:15:54.846Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.378s coverage: 97.7% of statements [2022-01-04T19:15:54.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-01-04T19:15:54.846Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-01-04T19:15:54.846Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-01-04T19:15:54.846Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-01-04T19:15:54.846Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.186s coverage: 28.9% of statements [2022-01-04T19:15:54.846Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-01-04T19:15:54.846Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-01-04T19:15:54.846Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-01-04T19:15:54.846Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-01-04T19:15:54.846Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-01-04T19:15:54.846Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-01-04T19:15:54.846Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.174s coverage: 100.0% of statements [2022-01-04T19:15:54.846Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 96.9% of statements [2022-01-04T19:15:54.846Z] 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-04T19:15:54.846Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-01-04T19:15:54.846Z] GO111MODULE=on go vet ./... [2022-01-04T19:17:16.611Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-01-04T19:17:16.611Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-01-04T19:17:16.611Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-01-04T19:17:16.648Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-01-04T19:17:17.325Z] + ls -al . [2022-01-04T19:17:17.325Z] total 672 [2022-01-04T19:17:17.325Z] drwxrwxr-x 9 1001 1001 4096 Jan 4 19:17 . [2022-01-04T19:17:17.325Z] drwxr-xr-x 4 root root 4096 Jan 4 19:13 .. [2022-01-04T19:17:17.325Z] -rw-rw-r-- 1 1001 1001 11 Jan 4 19:10 .dockerignore [2022-01-04T19:17:17.325Z] drwxrwxr-x 8 1001 1001 4096 Jan 4 19:10 .git [2022-01-04T19:17:17.325Z] drwxrwxr-x 4 1001 1001 4096 Jan 4 19:10 .github [2022-01-04T19:17:17.325Z] -rw-rw-r-- 1 1001 1001 804 Jan 4 19:10 .gitignore [2022-01-04T19:17:17.325Z] -rw-rw-r-- 1 1001 1001 42 Jan 4 19:10 .golangci.yml [2022-01-04T19:17:17.325Z] -rw-rw-r-- 1 1001 1001 76 Jan 4 19:10 .hadolint.yml [2022-01-04T19:17:17.325Z] -rw-rw-r-- 1 1001 1001 166 Jan 4 19:10 .sonarcloud.properties [2022-01-04T19:17:17.325Z] -rw-rw-r-- 1 1001 1001 1171 Jan 4 19:10 ADOPTERS.md [2022-01-04T19:17:17.325Z] -rw-rw-r-- 1 1001 1001 8910 Jan 4 19:10 Attribution.txt [2022-01-04T19:17:17.325Z] -rw-rw-r-- 1 1001 1001 51732 Jan 4 19:10 CHANGELOG.md [2022-01-04T19:17:17.325Z] -rw-rw-r-- 1 1001 1001 3804 Jan 4 19:10 CONTRIBUTING.md [2022-01-04T19:17:17.325Z] -rw-rw-r-- 1 1001 1001 677 Jan 4 19:10 GOVERNANCE.md [2022-01-04T19:17:17.325Z] -rw-rw-r-- 1 1001 1001 849 Jan 4 19:10 Jenkinsfile [2022-01-04T19:17:17.325Z] -rw-rw-r-- 1 1001 1001 10775 Jan 4 19:10 LICENSE [2022-01-04T19:17:17.325Z] -rw-rw-r-- 1 1001 1001 6508 Jan 4 19:10 Makefile [2022-01-04T19:17:17.325Z] -rw-rw-r-- 1 1001 1001 582 Jan 4 19:10 OWNERS.md [2022-01-04T19:17:17.325Z] -rw-rw-r-- 1 1001 1001 8207 Jan 4 19:10 README.md [2022-01-04T19:17:17.325Z] -rw-rw-r-- 1 1001 1001 6912 Jan 4 19:10 SECURITY.md [2022-01-04T19:17:17.325Z] -rw-rw-r-- 1 1001 1001 5 Jan 4 19:08 VERSION [2022-01-04T19:17:17.325Z] -rw-rw-r-- 1 1001 1001 4131 Jan 4 19:10 ZMQWindows.md [2022-01-04T19:17:17.325Z] drwxrwxr-x 2 1001 1001 4096 Jan 4 19:10 bin [2022-01-04T19:17:17.325Z] drwxrwxr-x 14 1001 1001 4096 Jan 4 19:10 cmd [2022-01-04T19:17:17.325Z] -rw-r--r-- 1 root root 428381 Jan 4 19:15 coverage.out [2022-01-04T19:17:17.325Z] -rw-rw-r-- 1 1001 1001 828 Jan 4 19:10 go.mod [2022-01-04T19:17:17.325Z] -rw-rw-r-- 1 1001 1001 49574 Jan 4 19:13 go.sum [2022-01-04T19:17:17.325Z] drwxrwxr-x 8 1001 1001 4096 Jan 4 19:10 internal [2022-01-04T19:17:17.325Z] drwxrwxr-x 3 1001 1001 4096 Jan 4 19:10 openapi [2022-01-04T19:17:17.325Z] drwxrwxr-x 4 1001 1001 4096 Jan 4 19:10 snap [2022-01-04T19:17:17.325Z] -rw-rw-r-- 1 1001 1001 204 Jan 4 19:10 version.go [Pipeline] sh [2022-01-04T19:17:17.994Z] + '[' -e coverage.out ] [2022-01-04T19:17:17.994Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-01-04T19:17:18.029Z] Warning: overwriting stash ‘coverage-report’ [2022-01-04T19:17:18.994Z] Stashed 1 file(s) [Pipeline] sh [2022-01-04T19:17:19.686Z] + make build [2022-01-04T19:17:19.686Z] 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-04T19:17:26.378Z] 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-04T19:17:48.545Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2022-01-04T19:17:49.978Z] 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-04T19:17:53.365Z] 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-04T19:17:54.798Z] 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-04T19:17:58.180Z] 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-04T19:18:01.555Z] 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-04T19:18:04.168Z] 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-04T19:18:08.464Z] 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-04T19:18:11.076Z] 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-04T19:18:14.380Z] Merging remotes/origin/main commit ee88a972759040e6140652d87407ee01239b86d0 into PR head commit 201ff094c2c7d9fc9eb2dea7155476d2ac124551 [2022-01-04T19:18:14.460Z] 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-04T19:18:14.489Z] Merge succeeded, producing 201ff094c2c7d9fc9eb2dea7155476d2ac124551 [2022-01-04T19:18:14.490Z] Checking out Revision 201ff094c2c7d9fc9eb2dea7155476d2ac124551 (PR-3854) [2022-01-04T19:18:18.085Z] Commit message: "build(deps): Bump github.com/fxamacker/cbor/v2 from 2.3.1 to 2.4.0" [2022-01-04T19:18:18.108Z] > git --version # timeout=10 [2022-01-04T19:18:18.111Z] > git --version # 'git version 2.17.1' [2022-01-04T19:18:18.114Z] fatal: bad object 32edd24ee733e309d05e35b1f887f14b07bde6d0 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-04T19:18:19.063Z] + echo snap-build.sh [2022-01-04T19:18:19.063Z] snap-build.sh [2022-01-04T19:18:19.063Z] + SNAP_BASE_DIR=. [2022-01-04T19:18:19.063Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2022-01-04T19:18:19.063Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2022-01-04T19:18:19.063Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2022-01-04T19:18:19.063Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2022-01-04T19:18:19.063Z] + cd /w/workspace/edgex-go/1 [2022-01-04T19:18:19.063Z] + sudo apt-get remove -qy --purge lxd lxd-client [2022-01-04T19:18:19.063Z] Reading package lists... [2022-01-04T19:18:19.063Z] Building dependency tree... [2022-01-04T19:18:19.063Z] Reading state information... [2022-01-04T19:18:19.063Z] The following packages were automatically installed and are no longer required: [2022-01-04T19:18:19.063Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2022-01-04T19:18:19.063Z] uidmap xdelta3 [2022-01-04T19:18:19.063Z] Use 'sudo apt autoremove' to remove them. [2022-01-04T19:18:19.063Z] The following packages will be REMOVED: [2022-01-04T19:18:19.063Z] lxd* lxd-client* [2022-01-04T19:18:19.063Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2022-01-04T19:18:19.326Z] After this operation, 31.7 MB disk space will be freed. [2022-01-04T19:18:19.854Z] (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-04T19:18:19.854Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-01-04T19:18:13.751Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-01-04T19:18:13.771Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-01-04T19:18:13.781Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-01-04T19:18:13.793Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-01-04T19:18:13.793Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-04T19:18:13.798Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3854/head:refs/remotes/origin/PR-3854 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-01-04T19:18:14.387Z] > git config core.sparsecheckout # timeout=10 [2022-01-04T19:18:14.392Z] > git checkout -f 201ff094c2c7d9fc9eb2dea7155476d2ac124551 # timeout=10 [2022-01-04T19:18:14.455Z] > git remote # timeout=10 [2022-01-04T19:18:14.461Z] > git config --get remote.origin.url # timeout=10 [2022-01-04T19:18:14.470Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-01-04T19:18:14.474Z] > git merge ee88a972759040e6140652d87407ee01239b86d0 # timeout=10 [2022-01-04T19:18:14.483Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-01-04T19:18:14.490Z] > git config core.sparsecheckout # timeout=10 [2022-01-04T19:18:14.495Z] > git checkout -f 201ff094c2c7d9fc9eb2dea7155476d2ac124551 # timeout=10 [2022-01-04T19:18:20.804Z] Removing lxd dnsmasq configuration [2022-01-04T19:18:20.804Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2022-01-04T19:18:20.804Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [Pipeline] } [2022-01-04T19:18:21.213Z] $ docker stop --time=1 c6d65fdacbe9c0dc8fc6b57da57ffed1d304b7610960fcfc70a02cf223044709 [2022-01-04T19:18:21.380Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2022-01-04T19:18:21.641Z] (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-04T19:18:21.642Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2022-01-04T19:18:23.036Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2022-01-04T19:18:23.036Z] Processing triggers for ureadahead (0.100.0-21) ... [2022-01-04T19:18:23.183Z] $ docker rm -f c6d65fdacbe9c0dc8fc6b57da57ffed1d304b7610960fcfc70a02cf223044709 [2022-01-04T19:18:23.615Z] + sudo snap remove --purge lxd [2022-01-04T19:18:23.878Z] snap "lxd" is not installed [2022-01-04T19:18:23.878Z] + sudo groupadd --force --system lxd [2022-01-04T19:18:23.878Z] ++ whoami [2022-01-04T19:18:23.878Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2022-01-04T19:18:23.878Z] + newgrp - lxd [2022-01-04T19:18:23.878Z] + sudo snap install lxd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-04T19:18:24.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-01-04T19:18:24.919Z] [2022-01-04T19:18:24.919Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-01-04T19:18:25.291Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-01-04T19:18:25.566Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-01-04T19:18:25.566Z] 29e5d40040c1: Pulling fs layer [2022-01-04T19:18:25.566Z] 1ce36da41761: Pulling fs layer [2022-01-04T19:18:25.566Z] 25b303627fd3: Pulling fs layer [2022-01-04T19:18:25.566Z] 29e5d40040c1: Verifying Checksum [2022-01-04T19:18:25.566Z] 29e5d40040c1: Download complete [2022-01-04T19:18:25.839Z] 1ce36da41761: Verifying Checksum [2022-01-04T19:18:25.839Z] 1ce36da41761: Download complete [2022-01-04T19:18:26.112Z] 29e5d40040c1: Pull complete [2022-01-04T19:18:27.084Z] 25b303627fd3: Verifying Checksum [2022-01-04T19:18:27.084Z] 25b303627fd3: Download complete [2022-01-04T19:18:27.364Z] 1ce36da41761: Pull complete [2022-01-04T19:18:32.023Z] 2022-01-04T19:18:29Z INFO Waiting for automatic snapd restart... [2022-01-04T19:18:37.496Z] 25b303627fd3: Pull complete [2022-01-04T19:18:37.496Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-01-04T19:18:37.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-01-04T19:18:37.496Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-01-04T19:18:37.718Z] prd-ubuntu18.04-docker-arm64-4c-16g-706 does not seem to be running inside a container [2022-01-04T19:18:37.785Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-01-04T19:18:40.072Z] $ docker top 83b7a97e8c6e46ec4da8e5cec81ae5f8c685da11c6d0afb8ea9f65d3bddb6ba4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-04T19:18:40.990Z] + grep parallel [2022-01-04T19:18:40.990Z] + docker-compose build --help [2022-01-04T19:18:44.279Z] lxd 4.21 from Canonical* installed [2022-01-04T19:18:44.279Z] + sudo lxd init --auto [2022-01-04T19:18:44.350Z] --parallel Build images in parallel. [Pipeline] } [2022-01-04T19:18:44.368Z] $ docker stop --time=1 83b7a97e8c6e46ec4da8e5cec81ae5f8c685da11c6d0afb8ea9f65d3bddb6ba4 [2022-01-04T19:18:45.935Z] $ docker rm -f 83b7a97e8c6e46ec4da8e5cec81ae5f8c685da11c6d0afb8ea9f65d3bddb6ba4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-01-04T19:18:46.656Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-01-04T19:18:46.656Z] . [Pipeline] withDockerContainer [2022-01-04T19:18:46.861Z] prd-ubuntu18.04-docker-arm64-4c-16g-706 does not seem to be running inside a container [2022-01-04T19:18:46.918Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-01-04T19:18:47.982Z] $ docker top 73edf6aaed38680a761933b1eb130c5882c2011989b8f3f3ba0cc1281a9c7dd1 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-04T19:18:48.562Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-01-04T19:18:52.838Z] Building core-command ... [2022-01-04T19:18:52.838Z] Building core-data ... [2022-01-04T19:18:52.838Z] Building core-metadata ... [2022-01-04T19:18:52.838Z] Building security-bootstrapper ... [2022-01-04T19:18:52.838Z] Building security-proxy-setup ... [2022-01-04T19:18:52.838Z] Building security-secretstore-setup ... [2022-01-04T19:18:52.838Z] Building support-notifications ... [2022-01-04T19:18:52.838Z] Building support-scheduler ... [2022-01-04T19:18:52.838Z] Building sys-mgmt-agent ... [2022-01-04T19:18:52.838Z] Building security-secretstore-setup [2022-01-04T19:18:52.838Z] Building core-command [2022-01-04T19:18:52.838Z] Building core-metadata [2022-01-04T19:18:52.838Z] Building support-notifications [2022-01-04T19:18:52.838Z] Building support-scheduler [2022-01-04T19:18:54.299Z] + sudo snap install --classic snapcraft [2022-01-04T19:18:59.588Z] snapcraft 6.0 from Canonical* installed [2022-01-04T19:18:59.588Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2022-01-04T19:18:59.588Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2022-01-04T19:18:59.588Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-01-04T19:18:59.588Z] Dload Upload Total Spent Left Speed [2022-01-04T19:18:59.588Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 658 100 658 0 0 3178 0 --:--:-- --:--:-- --:--:-- 3178 [2022-01-04T19:18:59.588Z] 100 3325k 100 3325k 0 0 8962k 0 --:--:-- --:--:-- --:--:-- 8962k [2022-01-04T19:18:59.588Z] ./yq_linux_amd64 [2022-01-04T19:18:59.588Z] + sudo snapcraft prime --use-lxd [2022-01-04T19:19:01.502Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2022-01-04T19:19:01.502Z] 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-04T19:19:01.502Z] - README.md [2022-01-04T19:19:01.502Z] [2022-01-04T19:19:01.502Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-01-04T19:19:01.502Z] Launching a container. [2022-01-04T19:19:11.518Z] Waiting for container to be ready [2022-01-04T19:19:11.518Z] To start your first container, try: lxc launch ubuntu:20.04 [2022-01-04T19:19:11.518Z] Or for a virtual machine: lxc launch ubuntu:20.04 --vm [2022-01-04T19:19:11.518Z] [2022-01-04T19:19:15.730Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2022-01-04T19:19:15.730Z] Waiting for network to be ready... [2022-01-04T19:19:15.993Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2022-01-04T19:19:16.565Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2022-01-04T19:19:16.565Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2022-01-04T19:19:16.565Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2022-01-04T19:19:16.826Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1983 kB] [2022-01-04T19:19:16.826Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2022-01-04T19:19:17.085Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2022-01-04T19:19:17.085Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2022-01-04T19:19:17.085Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2022-01-04T19:19:17.085Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2022-01-04T19:19:17.085Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2022-01-04T19:19:17.348Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2022-01-04T19:19:17.348Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [355 kB] [2022-01-04T19:19:17.348Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [20.9 kB] [2022-01-04T19:19:17.348Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4732 B] [2022-01-04T19:19:17.348Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [535 kB] [2022-01-04T19:19:17.608Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [72.4 kB] [2022-01-04T19:19:17.608Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2364 kB] [2022-01-04T19:19:17.608Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1158 kB] [2022-01-04T19:19:17.608Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [266 kB] [2022-01-04T19:19:17.608Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [451 kB] [2022-01-04T19:19:17.608Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.2 kB] [2022-01-04T19:19:17.608Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6808 B] [2022-01-04T19:19:17.608Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [576 kB] [2022-01-04T19:19:17.608Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [78.6 kB] [2022-01-04T19:19:17.608Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1778 kB] [2022-01-04T19:19:17.608Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [385 kB] [2022-01-04T19:19:20.914Z] Fetched 25.8 MB in 5s (5281 kB/s) [2022-01-04T19:19:21.867Z] Reading package lists... [2022-01-04T19:19:21.867Z] Reading package lists... [2022-01-04T19:19:22.128Z] Building dependency tree... [2022-01-04T19:19:22.128Z] Reading state information... [2022-01-04T19:19:22.390Z] The following additional packages will be installed: [2022-01-04T19:19:22.390Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-01-04T19:19:22.390Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-01-04T19:19:22.390Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-01-04T19:19:22.390Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2022-01-04T19:19:22.390Z] Suggested packages: [2022-01-04T19:19:22.390Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2022-01-04T19:19:22.390Z] Recommended packages: [2022-01-04T19:19:22.390Z] gnupg libsasl2-modules [2022-01-04T19:19:22.390Z] The following NEW packages will be installed: [2022-01-04T19:19:22.390Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2022-01-04T19:19:22.390Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2022-01-04T19:19:22.390Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2022-01-04T19:19:22.390Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2022-01-04T19:19:22.390Z] The following packages will be upgraded: [2022-01-04T19:19:22.390Z] gpg gpg-agent gpgconf libudev1 [2022-01-04T19:19:22.390Z] 4 upgraded, 18 newly installed, 0 to remove and 108 not upgraded. [2022-01-04T19:19:22.390Z] Need to get 3527 kB of archives. [2022-01-04T19:19:22.390Z] After this operation, 13.3 MB of additional disk space will be used. [2022-01-04T19:19:22.390Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2022-01-04T19:19:22.650Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2022-01-04T19:19:22.650Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2022-01-04T19:19:22.650Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2022-01-04T19:19:22.650Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.52 [55.8 kB] [2022-01-04T19:19:22.910Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.52 [1102 kB] [2022-01-04T19:19:23.479Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2022-01-04T19:19:23.479Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2022-01-04T19:19:23.479Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2022-01-04T19:19:23.479Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2022-01-04T19:19:23.479Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2022-01-04T19:19:23.479Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2022-01-04T19:19:23.479Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2022-01-04T19:19:23.479Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2022-01-04T19:19:23.479Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2022-01-04T19:19:23.479Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2022-01-04T19:19:23.479Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2022-01-04T19:19:23.479Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2022-01-04T19:19:23.479Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2022-01-04T19:19:23.479Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2022-01-04T19:19:23.479Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2022-01-04T19:19:23.479Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2022-01-04T19:19:23.748Z] debconf: delaying package configuration, since apt-utils is not installed [2022-01-04T19:19:23.748Z] Fetched 3527 kB in 1s (3120 kB/s) [2022-01-04T19:19:23.748Z] (Reading database ... 12511 files and directories currently installed.) [2022-01-04T19:19:23.748Z] Preparing to unpack .../libudev1_237-3ubuntu10.52_amd64.deb ... [2022-01-04T19:19:23.748Z] Unpacking libudev1:amd64 (237-3ubuntu10.52) over (237-3ubuntu10) ... [2022-01-04T19:19:23.748Z] Setting up libudev1:amd64 (237-3ubuntu10.52) ... [2022-01-04T19:19:23.748Z] Selecting previously unselected package udev. [2022-01-04T19:19:24.010Z] (Reading database ... 12511 files and directories currently installed.) [2022-01-04T19:19:24.010Z] Preparing to unpack .../00-udev_237-3ubuntu10.52_amd64.deb ... [2022-01-04T19:19:24.010Z] Unpacking udev (237-3ubuntu10.52) ... [2022-01-04T19:19:24.010Z] Selecting previously unselected package libfuse2:amd64. [2022-01-04T19:19:24.010Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2022-01-04T19:19:24.010Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2022-01-04T19:19:24.274Z] Selecting previously unselected package fuse. [2022-01-04T19:19:24.274Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2022-01-04T19:19:24.274Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2022-01-04T19:19:24.274Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2022-01-04T19:19:24.274Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2022-01-04T19:19:24.274Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2022-01-04T19:19:24.274Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2022-01-04T19:19:24.274Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2022-01-04T19:19:24.274Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2022-01-04T19:19:24.535Z] Selecting previously unselected package libksba8:amd64. [2022-01-04T19:19:24.535Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2022-01-04T19:19:24.535Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2022-01-04T19:19:24.535Z] Selecting previously unselected package libroken18-heimdal:amd64. [2022-01-04T19:19:24.535Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-01-04T19:19:24.535Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-04T19:19:24.535Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2022-01-04T19:19:24.535Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-01-04T19:19:24.535Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-04T19:19:24.797Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2022-01-04T19:19:24.797Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-01-04T19:19:24.797Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-04T19:19:24.797Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2022-01-04T19:19:24.797Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-01-04T19:19:24.797Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-04T19:19:24.797Z] Selecting previously unselected package libwind0-heimdal:amd64. [2022-01-04T19:19:24.797Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-01-04T19:19:24.797Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-04T19:19:24.797Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2022-01-04T19:19:24.797Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-01-04T19:19:24.797Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-04T19:19:24.797Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2022-01-04T19:19:24.797Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-01-04T19:19:24.797Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-04T19:19:25.057Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2022-01-04T19:19:25.057Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-01-04T19:19:25.057Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-04T19:19:25.057Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2022-01-04T19:19:25.057Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2022-01-04T19:19:25.057Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-04T19:19:25.057Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2022-01-04T19:19:25.057Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2022-01-04T19:19:25.057Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2022-01-04T19:19:25.057Z] Selecting previously unselected package libsasl2-2:amd64. [2022-01-04T19:19:25.057Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2022-01-04T19:19:25.057Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2022-01-04T19:19:25.323Z] Selecting previously unselected package libldap-common. [2022-01-04T19:19:25.323Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2022-01-04T19:19:25.323Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2022-01-04T19:19:25.323Z] Selecting previously unselected package libldap-2.4-2:amd64. [2022-01-04T19:19:25.323Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2022-01-04T19:19:25.323Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2022-01-04T19:19:25.323Z] Selecting previously unselected package dirmngr. [2022-01-04T19:19:25.323Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2022-01-04T19:19:25.323Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2022-01-04T19:19:25.323Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2022-01-04T19:19:25.323Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2022-01-04T19:19:25.323Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2022-01-04T19:19:25.323Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2022-01-04T19:19:25.323Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2022-01-04T19:19:25.585Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2022-01-04T19:19:25.585Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-04T19:19:25.585Z] Setting up libksba8:amd64 (1.3.5-2) ... [2022-01-04T19:19:25.585Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2022-01-04T19:19:25.585Z] Setting up udev (237-3ubuntu10.52) ... [2022-01-04T19:19:25.847Z] invoke-rc.d: policy-rc.d denied execution of start. [2022-01-04T19:19:25.847Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-04T19:19:25.847Z] Processing triggers for systemd (237-3ubuntu10) ... [2022-01-04T19:19:26.109Z] Setting up fuse (2.9.7-1ubuntu1) ... [2022-01-04T19:19:26.109Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2022-01-04T19:19:26.109Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-04T19:19:26.109Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-04T19:19:26.109Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-04T19:19:26.109Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-04T19:19:26.109Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-04T19:19:26.109Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-04T19:19:26.109Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2022-01-04T19:19:26.109Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2022-01-04T19:19:26.109Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2022-01-04T19:19:26.109Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2022-01-04T19:19:26.681Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2022-01-04T19:19:26.681Z] settings in the [Install] section, and DefaultInstance for template units). [2022-01-04T19:19:26.681Z] This means they are not meant to be enabled using systemctl. [2022-01-04T19:19:26.681Z] Possible reasons for having this kind of units are: [2022-01-04T19:19:26.681Z] 1) A unit may be statically enabled by being symlinked from another unit's [2022-01-04T19:19:26.681Z] .wants/ or .requires/ directory. [2022-01-04T19:19:26.681Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2022-01-04T19:19:26.681Z] a requirement dependency on it. [2022-01-04T19:19:26.681Z] 3) A unit may be started when needed via activation (socket, path, timer, [2022-01-04T19:19:26.681Z] D-Bus, udev, scripted systemctl call, ...). [2022-01-04T19:19:26.681Z] 4) In case of template units, the unit is meant to be enabled with some [2022-01-04T19:19:26.681Z] instance name specified. [2022-01-04T19:19:26.942Z] Reading package lists... [2022-01-04T19:19:27.203Z] Building dependency tree... [2022-01-04T19:19:27.203Z] Reading state information... [2022-01-04T19:19:27.203Z] The following additional packages will be installed: [2022-01-04T19:19:27.203Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2022-01-04T19:19:27.203Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2022-01-04T19:19:27.204Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2022-01-04T19:19:27.204Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2022-01-04T19:19:27.204Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2022-01-04T19:19:27.204Z] Suggested packages: [2022-01-04T19:19:27.204Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2022-01-04T19:19:27.204Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2022-01-04T19:19:27.204Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2022-01-04T19:19:27.204Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2022-01-04T19:19:27.204Z] systemd-container policykit-1 [2022-01-04T19:19:27.204Z] Recommended packages: [2022-01-04T19:19:27.204Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2022-01-04T19:19:27.465Z] The following NEW packages will be installed: [2022-01-04T19:19:27.465Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2022-01-04T19:19:27.465Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2022-01-04T19:19:27.465Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2022-01-04T19:19:27.465Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2022-01-04T19:19:27.465Z] python3.6-minimal snapd squashfs-tools sudo [2022-01-04T19:19:27.465Z] The following packages will be upgraded: [2022-01-04T19:19:27.465Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2022-01-04T19:19:27.465Z] 5 upgraded, 25 newly installed, 0 to remove and 103 not upgraded. [2022-01-04T19:19:27.465Z] Need to get 36.8 MB of archives. [2022-01-04T19:19:27.465Z] After this operation, 147 MB of additional disk space will be used. [2022-01-04T19:19:27.465Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.52 [2913 kB] [2022-01-04T19:19:27.729Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.6 [534 kB] [2022-01-04T19:19:28.302Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2022-01-04T19:19:28.302Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.6 [1609 kB] [2022-01-04T19:19:28.302Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.52 [206 kB] [2022-01-04T19:19:28.302Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.14 [809 kB] [2022-01-04T19:19:28.302Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.14 [1207 kB] [2022-01-04T19:19:28.302Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.14 [1302 kB] [2022-01-04T19:19:28.302Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.6 [1712 kB] [2022-01-04T19:19:28.564Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2022-01-04T19:19:28.564Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2022-01-04T19:19:28.564Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2022-01-04T19:19:28.564Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2022-01-04T19:19:28.564Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2022-01-04T19:19:28.564Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2022-01-04T19:19:28.564Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.6 [203 kB] [2022-01-04T19:19:28.564Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2022-01-04T19:19:28.564Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2022-01-04T19:19:28.564Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2022-01-04T19:19:28.564Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2022-01-04T19:19:28.564Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2022-01-04T19:19:28.564Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2022-01-04T19:19:28.564Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2022-01-04T19:19:28.564Z] Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2022-01-04T19:19:28.564Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2022-01-04T19:19:28.564Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2022-01-04T19:19:28.564Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.7 [1089 kB] [2022-01-04T19:19:28.564Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB] [2022-01-04T19:19:28.564Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.4 [111 kB] [2022-01-04T19:19:28.564Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.51.1+18.04 [22.6 MB] [2022-01-04T19:19:29.510Z] debconf: delaying package configuration, since apt-utils is not installed [2022-01-04T19:19:29.510Z] Fetched 36.8 MB in 2s (18.8 MB/s) [2022-01-04T19:19:29.510Z] (Reading database ... 12757 files and directories currently installed.) [2022-01-04T19:19:29.510Z] Preparing to unpack .../systemd_237-3ubuntu10.52_amd64.deb ... [2022-01-04T19:19:29.774Z] Unpacking systemd (237-3ubuntu10.52) over (237-3ubuntu10) ... [2022-01-04T19:19:30.039Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.52_amd64.deb ... [2022-01-04T19:19:30.039Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.52) over (237-3ubuntu10) ... [2022-01-04T19:19:30.300Z] Setting up libsystemd0:amd64 (237-3ubuntu10.52) ... [2022-01-04T19:19:30.300Z] (Reading database ... 12757 files and directories currently installed.) [2022-01-04T19:19:30.300Z] Preparing to unpack .../libapt-pkg5.0_1.6.14_amd64.deb ... [2022-01-04T19:19:30.300Z] Unpacking libapt-pkg5.0:amd64 (1.6.14) over (1.6.1) ... [2022-01-04T19:19:30.300Z] Setting up libapt-pkg5.0:amd64 (1.6.14) ... [2022-01-04T19:19:30.563Z] (Reading database ... 12757 files and directories currently installed.) [2022-01-04T19:19:30.563Z] Preparing to unpack .../archives/apt_1.6.14_amd64.deb ... [2022-01-04T19:19:30.563Z] Unpacking apt (1.6.14) over (1.6.1) ... [2022-01-04T19:19:30.823Z] Setting up apt (1.6.14) ... [2022-01-04T19:19:30.823Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2022-01-04T19:19:31.086Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2022-01-04T19:19:31.086Z] (Reading database ... 12764 files and directories currently installed.) [2022-01-04T19:19:31.086Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.14_amd64.deb ... [2022-01-04T19:19:31.086Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.14) over (1.1.0g-2ubuntu4) ... [2022-01-04T19:19:31.347Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2022-01-04T19:19:31.347Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.6_amd64.deb ... [2022-01-04T19:19:31.347Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.6) ... [2022-01-04T19:19:31.347Z] Selecting previously unselected package libexpat1:amd64. [2022-01-04T19:19:31.347Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2022-01-04T19:19:31.347Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2022-01-04T19:19:31.608Z] Selecting previously unselected package python3.6-minimal. [2022-01-04T19:19:31.608Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.6_amd64.deb ... [2022-01-04T19:19:31.608Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.6) ... [2022-01-04T19:19:31.870Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.14) ... [2022-01-04T19:19:31.870Z] Checking for services that may need to be restarted...done. [2022-01-04T19:19:31.870Z] Checking for services that may need to be restarted...done. [2022-01-04T19:19:31.870Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.6) ... [2022-01-04T19:19:31.870Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2022-01-04T19:19:31.870Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.6) ... [2022-01-04T19:19:32.443Z] Selecting previously unselected package python3-minimal. [2022-01-04T19:19:32.443Z] (Reading database ... 13012 files and directories currently installed.) [2022-01-04T19:19:32.443Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2022-01-04T19:19:32.443Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2022-01-04T19:19:32.443Z] Selecting previously unselected package mime-support. [2022-01-04T19:19:32.443Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2022-01-04T19:19:32.443Z] Unpacking mime-support (3.60ubuntu1) ... [2022-01-04T19:19:32.443Z] Selecting previously unselected package libmpdec2:amd64. [2022-01-04T19:19:32.443Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2022-01-04T19:19:32.443Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2022-01-04T19:19:32.443Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2022-01-04T19:19:32.443Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.6_amd64.deb ... [2022-01-04T19:19:32.443Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.6) ... [2022-01-04T19:19:32.703Z] Selecting previously unselected package python3.6. [2022-01-04T19:19:32.703Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.6_amd64.deb ... [2022-01-04T19:19:32.703Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.6) ... [2022-01-04T19:19:32.703Z] Selecting previously unselected package libpython3-stdlib:amd64. [2022-01-04T19:19:32.703Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2022-01-04T19:19:32.703Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2022-01-04T19:19:32.963Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2022-01-04T19:19:32.963Z] Selecting previously unselected package python3. [2022-01-04T19:19:32.963Z] (Reading database ... 13442 files and directories currently installed.) [2022-01-04T19:19:32.963Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2022-01-04T19:19:32.963Z] Unpacking python3 (3.6.7-1~18.04) ... [2022-01-04T19:19:33.225Z] Selecting previously unselected package multiarch-support. [2022-01-04T19:19:33.225Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2022-01-04T19:19:33.225Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2022-01-04T19:19:33.225Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2022-01-04T19:19:33.225Z] Selecting previously unselected package liblzo2-2:amd64. [2022-01-04T19:19:33.225Z] (Reading database ... 13479 files and directories currently installed.) [2022-01-04T19:19:33.225Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2022-01-04T19:19:33.225Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2022-01-04T19:19:33.225Z] Selecting previously unselected package libbsd0:amd64. [2022-01-04T19:19:33.225Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2022-01-04T19:19:33.225Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2022-01-04T19:19:33.225Z] Selecting previously unselected package sudo. [2022-01-04T19:19:33.225Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2022-01-04T19:19:33.225Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2022-01-04T19:19:33.489Z] Selecting previously unselected package apparmor. [2022-01-04T19:19:33.489Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2022-01-04T19:19:33.489Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2022-01-04T19:19:33.489Z] Selecting previously unselected package libedit2:amd64. [2022-01-04T19:19:33.489Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2022-01-04T19:19:33.489Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2022-01-04T19:19:33.750Z] Selecting previously unselected package libkrb5support0:amd64. [2022-01-04T19:19:33.750Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2022-01-04T19:19:33.750Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2022-01-04T19:19:33.750Z] Selecting previously unselected package libk5crypto3:amd64. [2022-01-04T19:19:33.750Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2022-01-04T19:19:33.750Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2022-01-04T19:19:33.750Z] Selecting previously unselected package libkeyutils1:amd64. [2022-01-04T19:19:33.750Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2022-01-04T19:19:33.750Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2022-01-04T19:19:33.751Z] Selecting previously unselected package libkrb5-3:amd64. [2022-01-04T19:19:33.751Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2022-01-04T19:19:33.751Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2022-01-04T19:19:33.751Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2022-01-04T19:19:34.015Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2022-01-04T19:19:34.015Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2022-01-04T19:19:34.015Z] Selecting previously unselected package libssl1.0.0:amd64. [2022-01-04T19:19:34.015Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb ... [2022-01-04T19:19:34.015Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... [2022-01-04T19:19:34.015Z] Selecting previously unselected package openssh-client. [2022-01-04T19:19:34.015Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ... [2022-01-04T19:19:34.015Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.5) ... [2022-01-04T19:19:34.276Z] Selecting previously unselected package squashfs-tools. [2022-01-04T19:19:34.276Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.4_amd64.deb ... [2022-01-04T19:19:34.276Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... [2022-01-04T19:19:34.276Z] Selecting previously unselected package snapd. [2022-01-04T19:19:34.276Z] Preparing to unpack .../13-snapd_2.51.1+18.04_amd64.deb ... [2022-01-04T19:19:34.276Z] Unpacking snapd (2.51.1+18.04) ... [2022-01-04T19:19:36.190Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2022-01-04T19:19:36.190Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ... [2022-01-04T19:19:36.453Z] Setting up mime-support (3.60ubuntu1) ... [2022-01-04T19:19:36.719Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2022-01-04T19:19:36.719Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2022-01-04T19:19:36.719Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2022-01-04T19:19:36.719Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2022-01-04T19:19:36.719Z] Setting up systemd (237-3ubuntu10.52) ... [2022-01-04T19:19:36.719Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2022-01-04T19:19:37.292Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2022-01-04T19:19:37.293Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2022-01-04T19:19:37.293Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2022-01-04T19:19:37.293Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.6) ... [2022-01-04T19:19:37.293Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2022-01-04T19:19:37.293Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.6) ... [2022-01-04T19:19:37.865Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.4) ... [2022-01-04T19:19:37.865Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2022-01-04T19:19:37.865Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2022-01-04T19:19:37.865Z] Setting up python3 (3.6.7-1~18.04) ... [2022-01-04T19:19:37.865Z] running python rtupdate hooks for python3.6... [2022-01-04T19:19:37.865Z] running python post-rtupdate hooks for python3.6... [2022-01-04T19:19:38.127Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2022-01-04T19:19:38.702Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2022-01-04T19:19:38.962Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2022-01-04T19:19:38.962Z] Setting up openssh-client (1:7.6p1-4ubuntu0.5) ... [2022-01-04T19:19:38.962Z] Setting up snapd (2.51.1+18.04) ... [2022-01-04T19:19:39.222Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2022-01-04T19:19:39.483Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2022-01-04T19:19:39.747Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2022-01-04T19:19:40.010Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2022-01-04T19:19:40.010Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-01-04T19:19:40.010Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2022-01-04T19:19:40.271Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2022-01-04T19:19:40.532Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2022-01-04T19:19:40.532Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2022-01-04T19:19:40.793Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2022-01-04T19:19:40.793Z] /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-04T19:19:41.054Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2022-01-04T19:19:41.054Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2022-01-04T19:19:41.999Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2022-01-04T19:19:41.999Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2022-01-04T19:19:41.999Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2022-01-04T19:19:43.209Z] Reading package lists... [2022-01-04T19:19:43.471Z] Reading package lists... [2022-01-04T19:19:43.734Z] Building dependency tree... [2022-01-04T19:19:43.734Z] Reading state information... [2022-01-04T19:19:43.997Z] Calculating upgrade... [2022-01-04T19:19:44.260Z] The following packages will be upgraded: [2022-01-04T19:19:44.260Z] advancecomp base-files bash binutils binutils-common [2022-01-04T19:19:44.260Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2022-01-04T19:19:44.260Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2022-01-04T19:19:44.260Z] grep gzip libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 [2022-01-04T19:19:44.260Z] libbinutils libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev [2022-01-04T19:19:44.260Z] libcc1-0 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2022-01-04T19:19:44.260Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2022-01-04T19:19:44.260Z] libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 [2022-01-04T19:19:44.260Z] libkmod2 liblsan0 liblz4-1 libmount1 libmpx2 libncurses5 libncursesw5 [2022-01-04T19:19:44.260Z] libnettle6 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2022-01-04T19:19:44.260Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2022-01-04T19:19:44.260Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2022-01-04T19:19:44.260Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2022-01-04T19:19:44.260Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2022-01-04T19:19:44.260Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2022-01-04T19:19:44.260Z] ubuntu-keyring util-linux [2022-01-04T19:19:44.260Z] 103 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2022-01-04T19:19:44.260Z] Need to get 64.1 MB of archives. [2022-01-04T19:19:44.260Z] After this operation, 5157 kB of additional disk space will be used. [2022-01-04T19:19:44.260Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2022-01-04T19:19:44.260Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2022-01-04T19:19:44.260Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2022-01-04T19:19:44.260Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2022-01-04T19:19:44.260Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2022-01-04T19:19:44.260Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2022-01-04T19:19:44.260Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2022-01-04T19:19:44.260Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2022-01-04T19:19:44.260Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2022-01-04T19:19:44.260Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2022-01-04T19:19:44.260Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2022-01-04T19:19:44.260Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2022-01-04T19:19:44.523Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2022-01-04T19:19:44.523Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2022-01-04T19:19:44.523Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2022-01-04T19:19:44.523Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2022-01-04T19:19:44.523Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2022-01-04T19:19:44.523Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2022-01-04T19:19:44.523Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2022-01-04T19:19:44.523Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2022-01-04T19:19:44.523Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2022-01-04T19:19:44.523Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2022-01-04T19:19:44.523Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2022-01-04T19:19:44.523Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2022-01-04T19:19:44.523Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2022-01-04T19:19:44.523Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2022-01-04T19:19:44.523Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2022-01-04T19:19:44.523Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2022-01-04T19:19:44.523Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2022-01-04T19:19:44.523Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2022-01-04T19:19:44.523Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2022-01-04T19:19:44.523Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2022-01-04T19:19:44.523Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.3 [418 kB] [2022-01-04T19:19:44.523Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblz4-1 amd64 0.0~r131-2ubuntu3.1 [48.5 kB] [2022-01-04T19:19:44.523Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2022-01-04T19:19:44.523Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2022-01-04T19:19:44.523Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4.1-0ubuntu0.18.04.1 [111 kB] [2022-01-04T19:19:44.523Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4.1-0ubuntu0.18.04.1 [140 kB] [2022-01-04T19:19:44.523Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2022-01-04T19:19:44.523Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2022-01-04T19:19:44.523Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.2 [43.0 kB] [2022-01-04T19:19:44.523Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.2 [145 kB] [2022-01-04T19:19:44.523Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2022-01-04T19:19:44.523Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2022-01-04T19:19:44.523Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2022-01-04T19:19:44.523Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021e-0ubuntu0.18.04 [189 kB] [2022-01-04T19:19:44.523Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2022-01-04T19:19:44.523Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2022-01-04T19:19:44.523Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.7 [1839 kB] [2022-01-04T19:19:44.523Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.7 [489 kB] [2022-01-04T19:19:44.523Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.7 [3388 B] [2022-01-04T19:19:44.523Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.7 [197 kB] [2022-01-04T19:19:44.785Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2022-01-04T19:19:44.785Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2022-01-04T19:19:44.785Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2022-01-04T19:19:44.785Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2022-01-04T19:19:44.785Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2022-01-04T19:19:44.785Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2022-01-04T19:19:44.785Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2022-01-04T19:19:45.047Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2022-01-04T19:19:45.047Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2022-01-04T19:19:45.047Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2022-01-04T19:19:45.047Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2022-01-04T19:19:45.047Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2022-01-04T19:19:45.047Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2022-01-04T19:19:45.047Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2022-01-04T19:19:45.047Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-166.174 [984 kB] [2022-01-04T19:19:45.310Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2022-01-04T19:19:45.310Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.11 [60.4 kB] [2022-01-04T19:19:45.310Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2022-01-04T19:19:45.310Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2022-01-04T19:19:45.310Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2022-01-04T19:19:45.310Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gzip amd64 1.6-5ubuntu1.1 [89.8 kB] [2022-01-04T19:19:45.310Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2022-01-04T19:19:45.310Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2022-01-04T19:19:45.310Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2022-01-04T19:19:45.310Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2022-01-04T19:19:45.310Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2022-01-04T19:19:45.310Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2022-01-04T19:19:45.576Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2022-01-04T19:19:45.576Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2022-01-04T19:19:45.576Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2022-01-04T19:19:45.576Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2022-01-04T19:19:45.576Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.3 [55.0 kB] [2022-01-04T19:19:45.576Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.3 [40.3 kB] [2022-01-04T19:19:45.576Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.3 [252 kB] [2022-01-04T19:19:45.576Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.52 [13.6 kB] [2022-01-04T19:19:45.576Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.3 [37.1 kB] [2022-01-04T19:19:45.576Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2022-01-04T19:19:45.576Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2022-01-04T19:19:45.576Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2022-01-04T19:19:45.843Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.5 [646 kB] [2022-01-04T19:19:45.843Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] [2022-01-04T19:19:45.843Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2022-01-04T19:19:45.843Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2022-01-04T19:19:45.843Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.14 [613 kB] [2022-01-04T19:19:45.843Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2022-01-04T19:19:45.843Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2022-01-04T19:19:45.843Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2022-01-04T19:19:45.843Z] Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2022-01-04T19:19:45.843Z] Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2022-01-04T19:19:45.843Z] Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2022-01-04T19:19:45.843Z] Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2022-01-04T19:19:46.104Z] debconf: delaying package configuration, since apt-utils is not installed [2022-01-04T19:19:46.104Z] Fetched 64.1 MB in 2s (37.5 MB/s) [2022-01-04T19:19:46.104Z] (Reading database ... 13914 files and directories currently installed.) [2022-01-04T19:19:46.104Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2022-01-04T19:19:46.104Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2022-01-04T19:19:46.378Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2022-01-04T19:19:46.378Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2022-01-04T19:19:46.640Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-166.174_amd64.deb ... [2022-01-04T19:19:46.640Z] Unpacking linux-libc-dev:amd64 (4.15.0-166.174) over (4.15.0-20.21) ... [2022-01-04T19:19:46.901Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-01-04T19:19:46.901Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-01-04T19:19:46.901Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-01-04T19:19:46.901Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-01-04T19:19:46.901Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-01-04T19:19:46.901Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-01-04T19:19:47.161Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-01-04T19:19:47.161Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-01-04T19:19:47.161Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-01-04T19:19:47.161Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-01-04T19:19:47.161Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-01-04T19:19:47.161Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-01-04T19:19:47.161Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-01-04T19:19:47.161Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-01-04T19:19:47.422Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-01-04T19:19:47.422Z] (Reading database ... 13914 files and directories currently installed.) [2022-01-04T19:19:47.422Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-01-04T19:19:47.422Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2022-01-04T19:19:47.422Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2022-01-04T19:19:47.422Z] (Reading database ... 13914 files and directories currently installed.) [2022-01-04T19:19:47.422Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-01-04T19:19:47.422Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-01-04T19:19:47.684Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-01-04T19:19:47.684Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-01-04T19:19:47.684Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2022-01-04T19:19:47.684Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2022-01-04T19:19:47.684Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-01-04T19:19:47.947Z] (Reading database ... 13914 files and directories currently installed.) [2022-01-04T19:19:47.947Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2022-01-04T19:19:48.209Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2022-01-04T19:19:48.471Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2022-01-04T19:19:48.735Z] (Reading database ... 13914 files and directories currently installed.) [2022-01-04T19:19:48.735Z] Preparing to unpack .../base-files_10.1ubuntu2.11_amd64.deb ... [2022-01-04T19:19:48.735Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2022-01-04T19:19:48.735Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2022-01-04T19:19:48.735Z] Unpacking base-files (10.1ubuntu2.11) over (10.1ubuntu2) ... [2022-01-04T19:19:48.998Z] Setting up base-files (10.1ubuntu2.11) ... [2022-01-04T19:19:48.998Z] Installing new version of config file /etc/issue ... [2022-01-04T19:19:48.998Z] Installing new version of config file /etc/issue.net ... [2022-01-04T19:19:48.998Z] Installing new version of config file /etc/lsb-release ... [2022-01-04T19:19:48.998Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2022-01-04T19:19:49.258Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2022-01-04T19:19:49.258Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2022-01-04T19:19:49.258Z] Removing obsolete conffile /etc/default/motd-news ... [2022-01-04T19:19:49.258Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:49.258Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2022-01-04T19:19:49.258Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2022-01-04T19:19:49.520Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2022-01-04T19:19:49.520Z] 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-04T19:19:49.520Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:49.520Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-01-04T19:19:49.520Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2022-01-04T19:19:49.782Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2022-01-04T19:19:49.782Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:49.782Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2022-01-04T19:19:49.782Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2022-01-04T19:19:49.782Z] Setting up tar (1.29b-2ubuntu0.2) ... [2022-01-04T19:19:49.782Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:49.782Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2022-01-04T19:19:49.782Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2022-01-04T19:19:50.045Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2022-01-04T19:19:50.045Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:50.045Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2022-01-04T19:19:50.045Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2022-01-04T19:19:50.307Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2022-01-04T19:19:50.307Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:50.307Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2022-01-04T19:19:50.307Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2022-01-04T19:19:50.307Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2022-01-04T19:19:50.307Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:50.307Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2022-01-04T19:19:50.307Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2022-01-04T19:19:50.569Z] Setting up grep (3.1-2build1) ... [2022-01-04T19:19:50.569Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:50.569Z] Preparing to unpack .../gzip_1.6-5ubuntu1.1_amd64.deb ... [2022-01-04T19:19:50.569Z] Unpacking gzip (1.6-5ubuntu1.1) over (1.6-5ubuntu1) ... [2022-01-04T19:19:50.569Z] Setting up gzip (1.6-5ubuntu1.1) ... [2022-01-04T19:19:50.569Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:50.569Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2022-01-04T19:19:50.569Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2022-01-04T19:19:50.845Z] Setting up login (1:4.5-1ubuntu2) ... [2022-01-04T19:19:50.845Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:50.845Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2022-01-04T19:19:50.845Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-01-04T19:19:50.845Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2022-01-04T19:19:51.127Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:51.127Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2022-01-04T19:19:51.127Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2022-01-04T19:19:51.403Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2022-01-04T19:19:51.403Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2022-01-04T19:19:51.678Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2022-01-04T19:19:51.678Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2022-01-04T19:19:51.940Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2022-01-04T19:19:51.940Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:51.940Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2022-01-04T19:19:51.940Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2022-01-04T19:19:52.219Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2022-01-04T19:19:52.498Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2022-01-04T19:19:52.498Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2022-01-04T19:19:52.498Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2022-01-04T19:19:52.498Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2022-01-04T19:19:52.498Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:52.498Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2022-01-04T19:19:52.498Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2022-01-04T19:19:52.790Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2022-01-04T19:19:52.790Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:52.790Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-01-04T19:19:52.790Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-01-04T19:19:52.790Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-01-04T19:19:52.790Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:52.790Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-01-04T19:19:52.790Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-01-04T19:19:52.790Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-01-04T19:19:53.051Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:53.051Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-01-04T19:19:53.051Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-01-04T19:19:53.051Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-01-04T19:19:53.051Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:53.051Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-01-04T19:19:53.051Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-01-04T19:19:53.051Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-01-04T19:19:53.313Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:53.313Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2022-01-04T19:19:53.313Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-01-04T19:19:53.574Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2022-01-04T19:19:53.574Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-01-04T19:19:53.574Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2022-01-04T19:19:53.574Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:53.574Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2022-01-04T19:19:53.574Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-01-04T19:19:53.574Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2022-01-04T19:19:53.574Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:53.574Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-01-04T19:19:53.838Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-01-04T19:19:53.838Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2022-01-04T19:19:53.838Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:53.838Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-01-04T19:19:53.838Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-01-04T19:19:53.838Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2022-01-04T19:19:53.838Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:53.838Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-01-04T19:19:54.101Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-01-04T19:19:54.361Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2022-01-04T19:19:54.621Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2022-01-04T19:19:54.888Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2022-01-04T19:19:54.888Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:54.888Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2022-01-04T19:19:54.888Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2022-01-04T19:19:55.149Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2022-01-04T19:19:55.149Z] (Reading database ... 13915 files and directories currently installed.) [2022-01-04T19:19:55.149Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2022-01-04T19:19:55.149Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2022-01-04T19:19:55.149Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2022-01-04T19:19:55.149Z] (Reading database ... 13917 files and directories currently installed.) [2022-01-04T19:19:55.149Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2022-01-04T19:19:55.409Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2022-01-04T19:19:55.409Z] Setting up debconf (1.5.66ubuntu1) ... [2022-01-04T19:19:55.669Z] (Reading database ... 13917 files and directories currently installed.) [2022-01-04T19:19:55.669Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2022-01-04T19:19:55.669Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2022-01-04T19:19:55.669Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2022-01-04T19:19:55.669Z] (Reading database ... 13917 files and directories currently installed.) [2022-01-04T19:19:55.669Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2022-01-04T19:19:55.669Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2022-01-04T19:19:55.669Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2022-01-04T19:19:55.669Z] (Reading database ... 13917 files and directories currently installed.) [2022-01-04T19:19:55.669Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2022-01-04T19:19:55.669Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2022-01-04T19:19:55.930Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2022-01-04T19:19:55.930Z] (Reading database ... 13917 files and directories currently installed.) [2022-01-04T19:19:55.930Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2022-01-04T19:19:55.930Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2022-01-04T19:19:55.930Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.3) ... [2022-01-04T19:19:56.190Z] (Reading database ... 13919 files and directories currently installed.) [2022-01-04T19:19:56.190Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.3_amd64.deb ... [2022-01-04T19:19:56.190Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2022-01-04T19:19:56.190Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.3) ... [2022-01-04T19:19:56.450Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-04T19:19:56.450Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2022-01-04T19:19:56.450Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2022-01-04T19:19:56.450Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.52_amd64.deb ... [2022-01-04T19:19:56.450Z] Unpacking systemd-sysv (237-3ubuntu10.52) over (237-3ubuntu10) ... [2022-01-04T19:19:56.450Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2022-01-04T19:19:56.450Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2022-01-04T19:19:56.450Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2022-01-04T19:19:56.712Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-04T19:19:56.712Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.3_amd64.deb ... [2022-01-04T19:19:56.712Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.3) over (1.8.1-4ubuntu1) ... [2022-01-04T19:19:56.712Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.3) ... [2022-01-04T19:19:56.712Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-04T19:19:56.712Z] Preparing to unpack .../liblz4-1_0.0~r131-2ubuntu3.1_amd64.deb ... [2022-01-04T19:19:56.712Z] Unpacking liblz4-1:amd64 (0.0~r131-2ubuntu3.1) over (0.0~r131-2ubuntu3) ... [2022-01-04T19:19:56.712Z] Setting up liblz4-1:amd64 (0.0~r131-2ubuntu3.1) ... [2022-01-04T19:19:56.973Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-04T19:19:56.973Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.3_all.deb ... [2022-01-04T19:19:56.973Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) over (1.1.8-3.6ubuntu2) ... [2022-01-04T19:19:56.973Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.3) ... [2022-01-04T19:19:57.234Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-04T19:19:57.234Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2022-01-04T19:19:57.234Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2022-01-04T19:19:57.234Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2022-01-04T19:19:57.234Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-04T19:19:57.234Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2022-01-04T19:19:57.234Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2022-01-04T19:19:57.234Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2022-01-04T19:19:57.498Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-04T19:19:57.498Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2022-01-04T19:19:57.498Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2022-01-04T19:19:57.498Z] Setting up passwd (1:4.5-1ubuntu2) ... [2022-01-04T19:19:57.759Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-04T19:19:57.759Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2022-01-04T19:19:57.759Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2022-01-04T19:19:57.759Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2022-01-04T19:19:57.759Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-04T19:19:57.759Z] Preparing to unpack .../libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2022-01-04T19:19:57.759Z] Unpacking libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2022-01-04T19:19:57.759Z] Setting up libnettle6:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2022-01-04T19:19:58.019Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-04T19:19:58.019Z] Preparing to unpack .../libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb ... [2022-01-04T19:19:58.019Z] Unpacking libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) over (3.4-1) ... [2022-01-04T19:19:58.019Z] Setting up libhogweed4:amd64 (3.4.1-0ubuntu0.18.04.1) ... [2022-01-04T19:19:58.019Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-04T19:19:58.019Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2022-01-04T19:19:58.019Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2022-01-04T19:19:58.019Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2022-01-04T19:19:58.282Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-04T19:19:58.282Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2022-01-04T19:19:58.282Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2022-01-04T19:19:58.282Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2022-01-04T19:19:58.282Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-04T19:19:58.282Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2022-01-04T19:19:58.282Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2022-01-04T19:19:58.282Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2022-01-04T19:19:58.544Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-04T19:19:58.544Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.5_amd64.deb ... [2022-01-04T19:19:58.544Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.5) over (3.5.18-1ubuntu1) ... [2022-01-04T19:19:58.544Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.5) ... [2022-01-04T19:19:58.544Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-04T19:19:58.544Z] Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.2_amd64.deb ... [2022-01-04T19:19:58.544Z] Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.2) over (2.3.1-2.1ubuntu4) ... [2022-01-04T19:19:58.806Z] Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.2) ... [2022-01-04T19:19:58.806Z] (Reading database ... 13923 files and directories currently installed.) [2022-01-04T19:19:58.806Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... [2022-01-04T19:19:58.806Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... [2022-01-04T19:19:58.806Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... [2022-01-04T19:19:58.806Z] (Reading database ... 13924 files and directories currently installed.) [2022-01-04T19:19:58.806Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2022-01-04T19:19:58.806Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2022-01-04T19:19:59.067Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2022-01-04T19:19:59.067Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2022-01-04T19:19:59.067Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.14_amd64.deb ... [2022-01-04T19:19:59.067Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.14) over (1.1.0g-2ubuntu4) ... [2022-01-04T19:19:59.332Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.2_all.deb ... [2022-01-04T19:19:59.332Z] Unpacking ca-certificates (20210119~18.04.2) over (20180409) ... [2022-01-04T19:19:59.332Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2022-01-04T19:19:59.332Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2022-01-04T19:19:59.332Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2022-01-04T19:19:59.332Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2022-01-04T19:19:59.593Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2022-01-04T19:19:59.593Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2022-01-04T19:19:59.593Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2022-01-04T19:19:59.593Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2022-01-04T19:19:59.593Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2022-01-04T19:19:59.593Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2022-01-04T19:19:59.593Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2022-01-04T19:19:59.853Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2022-01-04T19:19:59.853Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2022-01-04T19:19:59.853Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2022-01-04T19:19:59.853Z] Preparing to unpack .../11-tzdata_2021e-0ubuntu0.18.04_all.deb ... [2022-01-04T19:19:59.853Z] Unpacking tzdata (2021e-0ubuntu0.18.04) over (2018d-1) ... [2022-01-04T19:20:00.114Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2022-01-04T19:20:00.114Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2022-01-04T19:20:00.374Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2022-01-04T19:20:00.374Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2022-01-04T19:20:00.374Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.7_amd64.deb ... [2022-01-04T19:20:00.374Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2022-01-04T19:20:00.635Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.7_amd64.deb ... [2022-01-04T19:20:00.635Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2022-01-04T19:20:00.635Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.7_amd64.deb ... [2022-01-04T19:20:00.635Z] Unpacking binutils (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2022-01-04T19:20:00.635Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.7_amd64.deb ... [2022-01-04T19:20:00.635Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.7) over (2.30-15ubuntu1) ... [2022-01-04T19:20:00.860Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-04T19:20:00.860Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-04T19:20:00.860Z] ---> de52fc4f968c [2022-01-04T19:20:00.860Z] Step 3/22 : WORKDIR /edgex-go [2022-01-04T19:20:00.860Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-04T19:20:00.860Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2022-01-04T19:20:00.860Z] ---> de52fc4f968c [2022-01-04T19:20:00.860Z] Step 3/21 : WORKDIR /edgex-go [2022-01-04T19:20:00.860Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-04T19:20:00.860Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-01-04T19:20:00.860Z] ---> de52fc4f968c [2022-01-04T19:20:00.860Z] Step 3/23 : WORKDIR /edgex-go [2022-01-04T19:20:00.860Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-04T19:20:00.860Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-04T19:20:00.860Z] ---> de52fc4f968c [2022-01-04T19:20:00.860Z] Step 3/22 : WORKDIR /edgex-go [2022-01-04T19:20:00.860Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-04T19:20:00.860Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2022-01-04T19:20:00.860Z] ---> de52fc4f968c [2022-01-04T19:20:00.860Z] Step 3/24 : WORKDIR /edgex-go [2022-01-04T19:20:00.860Z] ---> Running in 7ccdb729c48a [2022-01-04T19:20:00.860Z] ---> Running in 9ca2afc1c257 [2022-01-04T19:20:00.860Z] ---> Running in d57f3aac0f78 [2022-01-04T19:20:00.860Z] ---> Running in b2076bd2fcb5 [2022-01-04T19:20:00.860Z] ---> Running in b5c83e44b41e [2022-01-04T19:20:00.860Z] Removing intermediate container b2076bd2fcb5 [2022-01-04T19:20:00.860Z] ---> 1189e22d6c3e [2022-01-04T19:20:00.860Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-04T19:20:00.860Z] Removing intermediate container 7ccdb729c48a [2022-01-04T19:20:00.860Z] ---> 9ff6b5c31d44 [2022-01-04T19:20:00.860Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-04T19:20:00.860Z] Removing intermediate container 9ca2afc1c257 [2022-01-04T19:20:00.860Z] ---> 70625be97d08 [2022-01-04T19:20:00.860Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-04T19:20:00.860Z] Removing intermediate container d57f3aac0f78 [2022-01-04T19:20:00.860Z] ---> bd85e46d5635 [2022-01-04T19:20:00.860Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-04T19:20:00.860Z] Removing intermediate container b5c83e44b41e [2022-01-04T19:20:00.860Z] ---> 0aff5d798124 [2022-01-04T19:20:00.860Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-04T19:20:00.860Z] ---> Running in 214e2c009799 [2022-01-04T19:20:00.860Z] ---> Running in c436a60a53b8 [2022-01-04T19:20:00.860Z] ---> Running in 3e6d9cff09ca [2022-01-04T19:20:00.860Z] ---> Running in e92be9e67f4b [2022-01-04T19:20:00.860Z] ---> Running in a10b6302d0b6 [2022-01-04T19:20:00.895Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-01-04T19:20:00.895Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-01-04T19:20:00.895Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-01-04T19:20:00.895Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-01-04T19:20:00.895Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-01-04T19:20:00.895Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-01-04T19:20:01.154Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-01-04T19:20:01.154Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-01-04T19:20:02.099Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-01-04T19:20:02.099Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-01-04T19:20:02.671Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-01-04T19:20:02.671Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-01-04T19:20:02.933Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-01-04T19:20:03.195Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-01-04T19:20:03.457Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-01-04T19:20:03.457Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-01-04T19:20:03.486Z] Removing intermediate container 214e2c009799 [2022-01-04T19:20:03.486Z] ---> e8e3ea885159 [2022-01-04T19:20:03.486Z] Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates [2022-01-04T19:20:03.784Z] ---> Running in 48de81be95fb [2022-01-04T19:20:03.784Z] Removing intermediate container 3e6d9cff09ca [2022-01-04T19:20:03.784Z] ---> 953799502e96 [2022-01-04T19:20:03.784Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-01-04T19:20:03.784Z] ---> Running in 2118931076a3 [2022-01-04T19:20:04.038Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2022-01-04T19:20:04.039Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2022-01-04T19:20:04.039Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2022-01-04T19:20:04.039Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2022-01-04T19:20:04.302Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2022-01-04T19:20:04.302Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2022-01-04T19:20:04.302Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2022-01-04T19:20:04.302Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2022-01-04T19:20:04.302Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2022-01-04T19:20:04.381Z] Removing intermediate container c436a60a53b8 [2022-01-04T19:20:04.381Z] ---> c09e95c9be23 [2022-01-04T19:20:04.381Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-01-04T19:20:04.381Z] Removing intermediate container a10b6302d0b6 [2022-01-04T19:20:04.381Z] ---> 9307f0fc6443 [2022-01-04T19:20:04.381Z] Step 5/24 : RUN apk add --update --no-cache make git [2022-01-04T19:20:04.381Z] ---> Running in c5e74e75869c [2022-01-04T19:20:04.567Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2022-01-04T19:20:04.567Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2022-01-04T19:20:04.567Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2022-01-04T19:20:04.567Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2022-01-04T19:20:04.567Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2022-01-04T19:20:04.567Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2022-01-04T19:20:04.567Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2022-01-04T19:20:04.674Z] Removing intermediate container e92be9e67f4b [2022-01-04T19:20:04.674Z] ---> e14ca0eb416b [2022-01-04T19:20:04.674Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-01-04T19:20:04.674Z] ---> Running in ae2d26216e2c [2022-01-04T19:20:04.674Z] ---> Running in 935ecbbcbc50 [2022-01-04T19:20:04.830Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-01-04T19:20:04.830Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2022-01-04T19:20:04.830Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-01-04T19:20:04.830Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-01-04T19:20:04.830Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-01-04T19:20:04.830Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2022-01-04T19:20:04.830Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2022-01-04T19:20:04.830Z] Setting up tzdata (2021e-0ubuntu0.18.04) ... [2022-01-04T19:20:04.830Z] [2022-01-04T19:20:04.830Z] Current default time zone: 'Etc/UTC' [2022-01-04T19:20:04.830Z] Local time is now: Tue Jan 4 19:20:04 UTC 2022. [2022-01-04T19:20:04.830Z] Universal Time is now: Tue Jan 4 19:20:04 UTC 2022. [2022-01-04T19:20:04.830Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2022-01-04T19:20:04.830Z] [2022-01-04T19:20:04.830Z] Setting up systemd-sysv (237-3ubuntu10.52) ... [2022-01-04T19:20:05.092Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-01-04T19:20:05.092Z] Setting up linux-libc-dev:amd64 (4.15.0-166.174) ... [2022-01-04T19:20:05.092Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2022-01-04T19:20:05.092Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2022-01-04T19:20:05.092Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2022-01-04T19:20:05.092Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2022-01-04T19:20:05.092Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2022-01-04T19:20:05.092Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2022-01-04T19:20:05.092Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2022-01-04T19:20:05.092Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-01-04T19:20:05.092Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2022-01-04T19:20:05.092Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-01-04T19:20:05.092Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.7) ... [2022-01-04T19:20:05.353Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-01-04T19:20:05.353Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2022-01-04T19:20:05.353Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2022-01-04T19:20:05.353Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2022-01-04T19:20:05.353Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.14) ... [2022-01-04T19:20:05.353Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2022-01-04T19:20:05.353Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2022-01-04T19:20:05.353Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2022-01-04T19:20:05.353Z] Setting up ca-certificates (20210119~18.04.2) ... [2022-01-04T19:20:06.106Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-04T19:20:06.107Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-04T19:20:06.378Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-04T19:20:06.378Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-04T19:20:06.378Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-04T19:20:06.650Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-04T19:20:06.650Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-04T19:20:07.250Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-04T19:20:07.250Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-04T19:20:07.250Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-04T19:20:07.269Z] Updating certificates in /etc/ssl/certs... [2022-01-04T19:20:07.851Z] OK: 219 MiB in 52 packages [2022-01-04T19:20:07.851Z] OK: 219 MiB in 52 packages [2022-01-04T19:20:08.212Z] 23 added, 28 removed; done. [2022-01-04T19:20:08.212Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2022-01-04T19:20:08.212Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2022-01-04T19:20:08.212Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2022-01-04T19:20:08.212Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2022-01-04T19:20:08.212Z] Setting up pkgbinarymangler (138.18.04.1) ... [2022-01-04T19:20:08.212Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-01-04T19:20:08.212Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.7) ... [2022-01-04T19:20:08.212Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-01-04T19:20:08.212Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-01-04T19:20:08.212Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-01-04T19:20:08.212Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2022-01-04T19:20:08.212Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2022-01-04T19:20:08.212Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2022-01-04T19:20:08.457Z] OK: 219 MiB in 52 packages [2022-01-04T19:20:08.458Z] OK: 219 MiB in 52 packages [2022-01-04T19:20:08.458Z] OK: 219 MiB in 52 packages [2022-01-04T19:20:08.477Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) ... [2022-01-04T19:20:08.477Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2022-01-04T19:20:08.477Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2022-01-04T19:20:08.477Z] Setting up binutils (2.30-21ubuntu1~18.04.7) ... [2022-01-04T19:20:08.477Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2022-01-04T19:20:08.477Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2022-01-04T19:20:08.477Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2022-01-04T19:20:08.477Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2022-01-04T19:20:08.477Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2022-01-04T19:20:08.477Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2022-01-04T19:20:08.477Z] Processing triggers for systemd (237-3ubuntu10.52) ... [2022-01-04T19:20:08.477Z] Processing triggers for mime-support (3.60ubuntu1) ... [2022-01-04T19:20:08.737Z] Processing triggers for ca-certificates (20210119~18.04.2) ... [2022-01-04T19:20:08.737Z] Updating certificates in /etc/ssl/certs... [2022-01-04T19:20:09.063Z] Removing intermediate container 2118931076a3 [2022-01-04T19:20:09.063Z] ---> 8ea2c8ea452f [2022-01-04T19:20:09.063Z] Step 6/23 : COPY go.mod . [2022-01-04T19:20:09.309Z] 0 added, 0 removed; done. [2022-01-04T19:20:09.309Z] Running hooks in /etc/ca-certificates/update.d... [2022-01-04T19:20:09.309Z] done. [2022-01-04T19:20:09.337Z] Removing intermediate container 48de81be95fb [2022-01-04T19:20:09.337Z] ---> ba09ae5cac15 [2022-01-04T19:20:09.337Z] Step 6/21 : COPY . . [2022-01-04T19:20:09.569Z] Reading package lists... [2022-01-04T19:20:09.830Z] Building dependency tree... [2022-01-04T19:20:09.830Z] Reading state information... [2022-01-04T19:20:09.939Z] Removing intermediate container ae2d26216e2c [2022-01-04T19:20:09.939Z] ---> c1ecb215e868 [2022-01-04T19:20:09.939Z] Step 6/24 : COPY . . [2022-01-04T19:20:09.939Z] Removing intermediate container c5e74e75869c [2022-01-04T19:20:09.939Z] ---> 19cacfa1350b [2022-01-04T19:20:09.939Z] Step 6/22 : COPY . . [2022-01-04T19:20:09.939Z] Removing intermediate container 935ecbbcbc50 [2022-01-04T19:20:09.939Z] ---> 245ac4b3d404 [2022-01-04T19:20:09.939Z] Step 6/22 : COPY . . [2022-01-04T19:20:09.939Z] ---> 60ab81d409f7 [2022-01-04T19:20:09.939Z] Step 7/23 : RUN go mod download [2022-01-04T19:20:10.091Z] The following NEW packages will be installed: [2022-01-04T19:20:10.091Z] apt-transport-https [2022-01-04T19:20:10.091Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2022-01-04T19:20:10.214Z] ---> Running in fc3b97758b22 [2022-01-04T19:20:10.353Z] Need to get 4348 B of archives. [2022-01-04T19:20:10.353Z] After this operation, 154 kB of additional disk space will be used. [2022-01-04T19:20:10.353Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.14 [4348 B] [2022-01-04T19:20:10.353Z] debconf: delaying package configuration, since apt-utils is not installed [2022-01-04T19:20:10.353Z] Fetched 4348 B in 0s (24.1 kB/s) [2022-01-04T19:20:10.353Z] Selecting previously unselected package apt-transport-https. [2022-01-04T19:20:10.353Z] (Reading database ... 13931 files and directories currently installed.) [2022-01-04T19:20:10.353Z] Preparing to unpack .../apt-transport-https_1.6.14_all.deb ... [2022-01-04T19:20:10.353Z] Unpacking apt-transport-https (1.6.14) ... [2022-01-04T19:20:10.353Z] Setting up apt-transport-https (1.6.14) ... [2022-01-04T19:20:10.617Z] Waiting for network to be ready... [2022-01-04T19:20:15.638Z] Removing intermediate container fc3b97758b22 [2022-01-04T19:20:15.638Z] ---> dad21476de5f [2022-01-04T19:20:15.638Z] Step 8/23 : COPY . . [2022-01-04T19:20:18.751Z] 2022-01-04T19:20:14Z INFO Waiting for automatic snapd restart... [2022-01-04T19:20:19.692Z] snapd 2.53.4 from Canonical* installed [2022-01-04T19:20:20.633Z] "snapd" switched to the "latest/stable" channel [2022-01-04T19:20:20.633Z] [2022-01-04T19:20:27.220Z] core18 20211028 from Canonical* installed [2022-01-04T19:20:29.135Z] core20 20211129 from Canonical* installed [2022-01-04T19:20:29.135Z] "core20" switched to the "latest/stable" channel [2022-01-04T19:20:29.135Z] [2022-01-04T19:20:31.684Z] snapcraft 6.0 from Canonical* installed [2022-01-04T19:20:31.684Z] "snapcraft" switched to the "latest/stable" channel [2022-01-04T19:20:31.684Z] [2022-01-04T19:20:33.945Z] ---> 84c0f8893f99 [2022-01-04T19:20:33.945Z] Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-04T19:20:33.945Z] ---> e150c6812829 [2022-01-04T19:20:33.945Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-04T19:20:33.945Z] ---> c8a44f9accdf [2022-01-04T19:20:33.945Z] Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-04T19:20:33.945Z] ---> Running in 9ac28bef433c [2022-01-04T19:20:33.945Z] ---> Running in be01f3651d4a [2022-01-04T19:20:33.945Z] ---> 0e787cf3e8d8 [2022-01-04T19:20:33.945Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-04T19:20:33.945Z] ---> Running in a27b837e45b1 [2022-01-04T19:20:33.945Z] ---> Running in 94cf8340a6ae [2022-01-04T19:20:34.951Z] ---> c44431d8dffe [2022-01-04T19:20:34.951Z] Step 9/23 : RUN go mod tidy [2022-01-04T19:20:35.229Z] ---> Running in 5bff80fd1e29 [2022-01-04T19:20:35.908Z] 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-04T19:20:35.908Z] - README.md [2022-01-04T19:20:35.908Z] [2022-01-04T19:20:35.908Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2022-01-04T19:20:37.831Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2022-01-04T19:20:37.831Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2022-01-04T19:20:37.831Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2022-01-04T19:20:38.628Z] Removing intermediate container be01f3651d4a [2022-01-04T19:20:38.628Z] ---> a51f66e0ffe2 [2022-01-04T19:20:38.628Z] Step 8/22 : RUN make cmd/core-command/core-command [2022-01-04T19:20:38.628Z] ---> Running in b507c916bce2 [2022-01-04T19:20:38.775Z] Reading package lists... [2022-01-04T19:20:39.227Z] Removing intermediate container 94cf8340a6ae [2022-01-04T19:20:39.227Z] ---> 87177ce9c964 [2022-01-04T19:20:39.227Z] Step 8/22 : RUN make cmd/core-metadata/core-metadata [2022-01-04T19:20:39.227Z] Removing intermediate container a27b837e45b1 [2022-01-04T19:20:39.227Z] ---> 825e162a12c8 [2022-01-04T19:20:39.227Z] Step 8/21 : RUN make cmd/support-notifications/support-notifications [2022-01-04T19:20:39.227Z] ---> Running in 58fb9007dfe1 [2022-01-04T19:20:39.227Z] ---> Running in 19a5a8103479 [2022-01-04T19:20:39.502Z] Removing intermediate container 9ac28bef433c [2022-01-04T19:20:39.502Z] ---> 20d72015e7eb [2022-01-04T19:20:39.502Z] Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-01-04T19:20:39.777Z] ---> Running in b6fc1b8ea72b [2022-01-04T19:20:40.056Z] Removing intermediate container 5bff80fd1e29 [2022-01-04T19:20:40.056Z] ---> 5538f35680ff [2022-01-04T19:20:40.056Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2022-01-04T19:20:40.056Z] ---> Running in f41126c4c5f2 [2022-01-04T19:20:40.158Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.9 git-man=1:2.17.1-1ubuntu0.9 libcurl3-gnutls=7.58.0-2ubuntu3.16 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.9 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2022-01-04T19:20:40.328Z] 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-04T19:20:41.309Z] 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-04T19:20:41.309Z] 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-04T19:20:41.543Z] Reading package lists... [2022-01-04T19:20:41.543Z] Building dependency tree... [2022-01-04T19:20:41.543Z] Reading state information... [2022-01-04T19:20:41.585Z] 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-04T19:20:41.803Z] Suggested packages: [2022-01-04T19:20:41.803Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2022-01-04T19:20:41.803Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2022-01-04T19:20:41.803Z] Recommended packages: [2022-01-04T19:20:41.803Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2022-01-04T19:20:41.803Z] The following NEW packages will be installed: [2022-01-04T19:20:41.803Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2022-01-04T19:20:41.803Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2022-01-04T19:20:41.803Z] pkg-config zip [2022-01-04T19:20:41.803Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-01-04T19:20:41.860Z] 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-04T19:20:42.065Z] Need to get 7668 kB of archives. [2022-01-04T19:20:42.065Z] After this operation, 43.8 MB of additional disk space will be used. [2022-01-04T19:20:42.065Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.9 [1169 kB] [2022-01-04T19:20:42.065Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2022-01-04T19:20:42.065Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.16 [218 kB] [2022-01-04T19:20:42.065Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.9 [803 kB] [2022-01-04T19:20:42.065Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.9 [3923 kB] [2022-01-04T19:20:42.065Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2022-01-04T19:20:42.065Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2022-01-04T19:20:42.325Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2022-01-04T19:20:42.325Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2022-01-04T19:20:42.325Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2022-01-04T19:20:42.325Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2022-01-04T19:20:42.584Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2022-01-04T19:20:42.584Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2022-01-04T19:20:42.584Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2022-01-04T19:20:42.584Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2022-01-04T19:20:42.845Z] debconf: delaying package configuration, since apt-utils is not installed [2022-01-04T19:20:42.845Z] Fetched 7668 kB in 1s (10.3 MB/s) [2022-01-04T19:20:42.845Z] Selecting previously unselected package libglib2.0-0:amd64. [2022-01-04T19:20:42.845Z] (Reading database ... 13935 files and directories currently installed.) [2022-01-04T19:20:42.845Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_amd64.deb ... [2022-01-04T19:20:42.845Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ... [2022-01-04T19:20:42.845Z] Selecting previously unselected package libpsl5:amd64. [2022-01-04T19:20:42.845Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2022-01-04T19:20:43.106Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2022-01-04T19:20:43.106Z] Selecting previously unselected package libnghttp2-14:amd64. [2022-01-04T19:20:43.106Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2022-01-04T19:20:43.106Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2022-01-04T19:20:43.106Z] Selecting previously unselected package librtmp1:amd64. [2022-01-04T19:20:43.106Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2022-01-04T19:20:43.106Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2022-01-04T19:20:43.106Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2022-01-04T19:20:43.106Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.16_amd64.deb ... [2022-01-04T19:20:43.106Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... [2022-01-04T19:20:43.106Z] Selecting previously unselected package liberror-perl. [2022-01-04T19:20:43.106Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2022-01-04T19:20:43.106Z] Unpacking liberror-perl (0.17025-1) ... [2022-01-04T19:20:43.367Z] Selecting previously unselected package git-man. [2022-01-04T19:20:43.367Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.9_all.deb ... [2022-01-04T19:20:43.367Z] Unpacking git-man (1:2.17.1-1ubuntu0.9) ... [2022-01-04T19:20:43.367Z] Selecting previously unselected package git. [2022-01-04T19:20:43.367Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.9_amd64.deb ... [2022-01-04T19:20:43.367Z] Unpacking git (1:2.17.1-1ubuntu0.9) ... [2022-01-04T19:20:43.936Z] Selecting previously unselected package libnorm1:amd64. [2022-01-04T19:20:43.936Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2022-01-04T19:20:43.936Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2022-01-04T19:20:43.936Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2022-01-04T19:20:43.936Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2022-01-04T19:20:43.936Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2022-01-04T19:20:44.197Z] Selecting previously unselected package libsodium23:amd64. [2022-01-04T19:20:44.197Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2022-01-04T19:20:44.197Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2022-01-04T19:20:44.197Z] Selecting previously unselected package libzmq5:amd64. [2022-01-04T19:20:44.197Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2022-01-04T19:20:44.197Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2022-01-04T19:20:44.197Z] Selecting previously unselected package libzmq3-dev:amd64. [2022-01-04T19:20:44.197Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2022-01-04T19:20:44.197Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2022-01-04T19:20:44.459Z] Selecting previously unselected package pkg-config. [2022-01-04T19:20:44.459Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2022-01-04T19:20:44.459Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2022-01-04T19:20:44.459Z] Selecting previously unselected package zip. [2022-01-04T19:20:44.459Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2022-01-04T19:20:44.459Z] Unpacking zip (3.0-11build1) ... [2022-01-04T19:20:44.459Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2022-01-04T19:20:44.459Z] Setting up git-man (1:2.17.1-1ubuntu0.9) ... [2022-01-04T19:20:44.459Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2022-01-04T19:20:44.459Z] Setting up liberror-perl (0.17025-1) ... [2022-01-04T19:20:44.459Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2022-01-04T19:20:44.459Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ... [2022-01-04T19:20:44.459Z] No schema files found: doing nothing. [2022-01-04T19:20:44.459Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2022-01-04T19:20:44.459Z] Setting up zip (3.0-11build1) ... [2022-01-04T19:20:44.721Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2022-01-04T19:20:44.721Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2022-01-04T19:20:44.721Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2022-01-04T19:20:44.721Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2022-01-04T19:20:44.721Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ... [2022-01-04T19:20:44.721Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2022-01-04T19:20:44.721Z] Setting up git (1:2.17.1-1ubuntu0.9) ... [2022-01-04T19:20:44.721Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2022-01-04T19:20:46.519Z] git set to automatically installed. [2022-01-04T19:20:46.519Z] git-man set to automatically installed. [2022-01-04T19:20:46.519Z] libcurl3-gnutls set to automatically installed. [2022-01-04T19:20:46.519Z] liberror-perl set to automatically installed. [2022-01-04T19:20:46.519Z] libglib2.0-0 set to automatically installed. [2022-01-04T19:20:46.519Z] libnghttp2-14 set to automatically installed. [2022-01-04T19:20:46.519Z] libnorm1 set to automatically installed. [2022-01-04T19:20:46.519Z] libpgm-5.2-0 set to automatically installed. [2022-01-04T19:20:46.519Z] libpsl5 set to automatically installed. [2022-01-04T19:20:46.519Z] librtmp1 set to automatically installed. [2022-01-04T19:20:46.519Z] libsodium23 set to automatically installed. [2022-01-04T19:20:46.519Z] libzmq3-dev set to automatically installed. [2022-01-04T19:20:46.519Z] libzmq5 set to automatically installed. [2022-01-04T19:20:46.519Z] pkg-config set to automatically installed. [2022-01-04T19:20:46.519Z] zip set to automatically installed. [2022-01-04T19:20:46.519Z] snapd is not logged in, snap install commands will use sudo [2022-01-04T19:20:54.661Z] go (1.16/stable) 1.16.12 from Michael Hudson-Doyle (mwhudson) installed [2022-01-04T19:20:54.662Z] Downloading snap 'edgex-app-service-configurable' [2022-01-04T19:20:57.211Z] Pulling app-service-configurable [2022-01-04T19:20:57.211Z] + snapcraftctl pull [2022-01-04T19:20:58.595Z] Pulling config-common [2022-01-04T19:20:58.595Z] + snapcraftctl pull [2022-01-04T19:20:59.981Z] Pulling go-build-helper [2022-01-04T19:20:59.981Z] + snapcraftctl pull [2022-01-04T19:21:01.367Z] 'edgex-go' has dependencies that need to be staged: go-build-helper [2022-01-04T19:21:01.367Z] Skipping pull go-build-helper (already ran) [2022-01-04T19:21:01.367Z] Building go-build-helper [2022-01-04T19:21:01.367Z] + snapcraftctl build [2022-01-04T19:21:04.671Z] Staging go-build-helper [2022-01-04T19:21:04.671Z] + snapcraftctl stage [2022-01-04T19:21:09.963Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2022-01-04T19:21:09.963Z] Fetched 224 kB in 0s (0 B/s) [2022-01-04T19:21:09.963Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2022-01-04T19:21:09.963Z] Fetched 157 kB in 0s (0 B/s) [2022-01-04T19:21:09.963Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2022-01-04T19:21:09.963Z] Fetched 221 kB in 0s (0 B/s) [2022-01-04T19:21:09.963Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2022-01-04T19:21:09.963Z] Fetched 143 kB in 0s (0 B/s) [2022-01-04T19:21:09.963Z] Pulling edgex-go [2022-01-04T19:21:09.963Z] + snapcraftctl pull [2022-01-04T19:21:11.994Z] Pulling hooks [2022-01-04T19:21:11.994Z] + snapcraftctl pull [2022-01-04T19:21:33.970Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2022-01-04T19:21:33.970Z] Fetched 96.5 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2022-01-04T19:21:33.970Z] Fetched 279 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2022-01-04T19:21:33.970Z] Fetched 122 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2022-01-04T19:21:33.970Z] Fetched 77.8 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2022-01-04T19:21:33.970Z] Fetched 8848 B in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2022-01-04T19:21:33.970Z] Fetched 47.8 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2022-01-04T19:21:33.970Z] Fetched 45.6 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2022-01-04T19:21:33.970Z] Fetched 15.0 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libcurl4_7.58.0-2ubuntu3.16_amd64.deb [220 kB] [2022-01-04T19:21:33.970Z] Fetched 220 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2022-01-04T19:21:33.970Z] Fetched 154 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2022-01-04T19:21:33.970Z] Fetched 50.6 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2022-01-04T19:21:33.970Z] Fetched 14.8 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2022-01-04T19:21:33.970Z] Fetched 41.8 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2022-01-04T19:21:33.970Z] Fetched 499 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2022-01-04T19:21:33.970Z] Fetched 111 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2022-01-04T19:21:33.970Z] Fetched 240 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2022-01-04T19:21:33.970Z] Fetched 29.3 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2022-01-04T19:21:33.970Z] Fetched 85.5 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2022-01-04T19:21:33.970Z] Fetched 24.5 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2022-01-04T19:21:33.970Z] Fetched 49.2 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2022-01-04T19:21:33.970Z] Fetched 54.2 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2022-01-04T19:21:33.970Z] Fetched 30.8 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2022-01-04T19:21:33.970Z] Fetched 15.8 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2022-01-04T19:21:33.970Z] Fetched 85.9 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2022-01-04T19:21:33.970Z] Fetched 8720 B in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libhogweed4_3.4.1-0ubuntu0.18.04.1_amd64.deb [140 kB] [2022-01-04T19:21:33.970Z] Fetched 140 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2022-01-04T19:21:33.970Z] Fetched 119 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libnettle6_3.4.1-0ubuntu0.18.04.1_amd64.deb [111 kB] [2022-01-04T19:21:33.970Z] Fetched 111 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2022-01-04T19:21:33.970Z] Fetched 11.1 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libgnutls30_3.5.18-1ubuntu1.5_amd64.deb [646 kB] [2022-01-04T19:21:33.970Z] Fetched 646 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2022-01-04T19:21:33.970Z] Fetched 41.3 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2022-01-04T19:21:33.970Z] Fetched 17.9 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2022-01-04T19:21:33.970Z] Fetched 368 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2022-01-04T19:21:33.970Z] Fetched 187 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2022-01-04T19:21:33.970Z] Fetched 175 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2022-01-04T19:21:33.970Z] Fetched 206 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.14_amd64.deb [1302 kB] [2022-01-04T19:21:33.970Z] Fetched 1302 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2022-01-04T19:21:33.970Z] Fetched 36.2 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 curl_7.58.0-2ubuntu3.16_amd64.deb [159 kB] [2022-01-04T19:21:33.970Z] Fetched 159 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2022-01-04T19:21:33.970Z] Fetched 107 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2022-01-04T19:21:33.970Z] Fetched 48.7 kB in 0s (0 B/s) [2022-01-04T19:21:33.970Z] Pulling static-packages [2022-01-04T19:21:33.970Z] + snapcraftctl pull [2022-01-04T19:21:33.970Z] Pulling version [2022-01-04T19:21:33.970Z] + cd /root/project [2022-01-04T19:21:33.970Z] + git describe --tags --abbrev=0 [2022-01-04T19:21:33.970Z] + sed s/v// [2022-01-04T19:21:33.970Z] + GIT_VERSION=2.2.0-dev.15 [2022-01-04T19:21:33.970Z] + [ -z 2.2.0-dev.15 ] [2022-01-04T19:21:33.970Z] + snapcraftctl set-version 2.2.0-dev.15 [2022-01-04T19:21:34.230Z] Building app-service-configurable [2022-01-04T19:21:34.230Z] + snapcraftctl build [2022-01-04T19:21:36.768Z] Building config-common [2022-01-04T19:21:36.768Z] + snapcraftctl build [2022-01-04T19:21:38.152Z] Skipping build go-build-helper (already ran) [2022-01-04T19:21:38.413Z] Building edgex-go [2022-01-04T19:21:38.673Z] + cd /root/parts/edgex-go/src [2022-01-04T19:21:38.673Z] + git describe --tags --abbrev=0 [2022-01-04T19:21:38.673Z] + sed s/v// [2022-01-04T19:21:38.673Z] + GIT_VERSION=2.2.0-dev.15 [2022-01-04T19:21:38.673Z] + [ -z 2.2.0-dev.15 ] [2022-01-04T19:21:38.673Z] + echo 2.2.0-dev.15 [2022-01-04T19:21:38.673Z] + [ ! -d vendor ] [2022-01-04T19:21:38.673Z] + go mod download all [2022-01-04T19:21:46.846Z] + make build [2022-01-04T19:21:46.846Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.15" -o cmd/core-data/core-data ./cmd/core-data [2022-01-04T19:21:59.094Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.15" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-01-04T19:22:03.290Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.15" -o cmd/core-command/core-command ./cmd/core-command [2022-01-04T19:22:04.232Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.15" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-01-04T19:22:05.614Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.15" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-01-04T19:22:06.183Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.15" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-01-04T19:22:07.562Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.15" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-01-04T19:22:08.944Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.15" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-01-04T19:22:09.886Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.15" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-01-04T19:22:11.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.15" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-01-04T19:22:12.652Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.15" -o ./cmd/secrets-config ./cmd/secrets-config [2022-01-04T19:22:13.591Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.0-dev.15" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-01-04T19:22:15.509Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2022-01-04T19:22:15.509Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2022-01-04T19:22:15.509Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2022-01-04T19:22:15.509Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2022-01-04T19:22:15.509Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2022-01-04T19:22:15.509Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2022-01-04T19:22:15.509Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2022-01-04T19:22:15.509Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2022-01-04T19:22:15.509Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2022-01-04T19:22:15.509Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2022-01-04T19:22:15.509Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2022-01-04T19:22:15.509Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2022-01-04T19:22:15.509Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2022-01-04T19:22:15.509Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2022-01-04T19:22:15.509Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2022-01-04T19:22:15.509Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2022-01-04T19:22:15.509Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2022-01-04T19:22:15.509Z] + 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-04T19:22:15.509Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2022-01-04T19:22:15.509Z] + 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-04T19:22:15.509Z] + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml [2022-01-04T19:22:15.509Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2022-01-04T19:22:15.509Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2022-01-04T19:22:15.509Z] + 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-04T19:22:15.509Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2022-01-04T19:22:15.509Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2022-01-04T19:22:15.509Z] + 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-04T19:22:16.450Z] Building hooks [2022-01-04T19:22:16.450Z] + cd /root/parts/hooks/src [2022-01-04T19:22:16.450Z] + make build [2022-01-04T19:22:16.450Z] go mod tidy [2022-01-04T19:22:16.710Z] go: downloading github.com/canonical/edgex-snap-hooks/v2 v2.1.1 [2022-01-04T19:22:16.971Z] go: downloading github.com/davecgh/go-spew v1.1.0 [2022-01-04T19:22:16.971Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2022-01-04T19:22:16.971Z] GO111MODULE=on go build -o cmd/configure/configure ./cmd/configure [2022-01-04T19:22:17.913Z] GO111MODULE=on go build -o cmd/install/install ./cmd/install [2022-01-04T19:22:18.486Z] + install -DT ./cmd/configure/configure /root/parts/hooks/install/snap/hooks/configure [2022-01-04T19:22:18.486Z] + install -DT ./cmd/install/install /root/parts/hooks/install/snap/hooks/install [2022-01-04T19:22:21.036Z] Building static-packages [2022-01-04T19:22:21.036Z] + snapcraftctl build [2022-01-04T19:22:22.944Z] Building version [2022-01-04T19:22:22.944Z] + snapcraftctl build [2022-01-04T19:22:25.490Z] Staging app-service-configurable [2022-01-04T19:22:25.490Z] + snapcraftctl stage [2022-01-04T19:22:26.877Z] Staging config-common [2022-01-04T19:22:26.877Z] + snapcraftctl stage [2022-01-04T19:22:28.259Z] Skipping stage go-build-helper (already ran) [2022-01-04T19:22:28.259Z] Staging edgex-go [2022-01-04T19:22:28.259Z] + snapcraftctl stage [2022-01-04T19:22:30.178Z] Staging hooks [2022-01-04T19:22:30.178Z] + snapcraftctl stage [2022-01-04T19:22:31.122Z] Staging static-packages [2022-01-04T19:22:31.122Z] + snapcraftctl stage [2022-01-04T19:22:33.042Z] Staging version [2022-01-04T19:22:33.042Z] + snapcraftctl stage [2022-01-04T19:22:34.067Z] 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-04T19:22:34.425Z] Priming app-service-configurable [2022-01-04T19:22:34.425Z] + snapcraftctl prime [2022-01-04T19:22:35.062Z] Removing intermediate container b507c916bce2 [2022-01-04T19:22:35.062Z] ---> d1c175cf29dd [2022-01-04T19:22:35.062Z] [2022-01-04T19:22:35.062Z] Step 9/22 : FROM alpine:3.14 [2022-01-04T19:22:35.351Z] 3.14: Pulling from library/alpine [2022-01-04T19:22:36.807Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-01-04T19:22:36.807Z] Status: Downloaded newer image for alpine:3.14 [2022-01-04T19:22:36.807Z] ---> 5b8b7b635229 [2022-01-04T19:22:36.807Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-01-04T19:22:36.961Z] 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-04T19:22:36.961Z] stage-packages: [2022-01-04T19:22:36.961Z] - libnorm1 [2022-01-04T19:22:36.961Z] - libpgm-5.2-0 [2022-01-04T19:22:36.961Z] - libsodium23 [2022-01-04T19:22:36.961Z] - libzmq5 [2022-01-04T19:22:36.961Z] Priming config-common [2022-01-04T19:22:36.961Z] + snapcraftctl prime [2022-01-04T19:22:37.083Z] ---> Running in 0a6f14131f30 [2022-01-04T19:22:38.875Z] Priming go-build-helper [2022-01-04T19:22:38.875Z] + snapcraftctl prime [2022-01-04T19:22:39.074Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-04T19:22:39.352Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-04T19:22:40.258Z] Priming edgex-go [2022-01-04T19:22:40.258Z] + snapcraftctl prime [2022-01-04T19:22:40.343Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-01-04T19:22:40.343Z] Executing busybox-1.33.1-r6.trigger [2022-01-04T19:22:40.627Z] OK: 6 MiB in 15 packages [2022-01-04T19:22:42.170Z] Priming hooks [2022-01-04T19:22:42.170Z] + snapcraftctl prime [2022-01-04T19:22:42.634Z] Removing intermediate container 0a6f14131f30 [2022-01-04T19:22:42.635Z] ---> bea3d9b90a8c [2022-01-04T19:22:42.635Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-04T19:22:42.635Z] ---> Running in 5eb24ba0f8c7 [2022-01-04T19:22:43.556Z] Priming static-packages [2022-01-04T19:22:43.556Z] + snapcraftctl prime [2022-01-04T19:22:43.616Z] Removing intermediate container 5eb24ba0f8c7 [2022-01-04T19:22:43.616Z] ---> d24657ad99f7 [2022-01-04T19:22:43.616Z] Step 12/22 : ENV APP_PORT=59882 [2022-01-04T19:22:43.616Z] ---> Running in b5d01f979021 [2022-01-04T19:22:44.209Z] Removing intermediate container b5d01f979021 [2022-01-04T19:22:44.209Z] ---> 466858f8c32c [2022-01-04T19:22:44.209Z] Step 13/22 : EXPOSE $APP_PORT [2022-01-04T19:22:44.484Z] ---> Running in 11bf6aec4e14 [2022-01-04T19:22:45.095Z] Removing intermediate container 11bf6aec4e14 [2022-01-04T19:22:45.095Z] ---> e2863daf35a3 [2022-01-04T19:22:45.095Z] Step 14/22 : WORKDIR / [2022-01-04T19:22:45.095Z] ---> Running in 0696e5b31e57 [2022-01-04T19:22:45.376Z] Removing intermediate container b6fc1b8ea72b [2022-01-04T19:22:45.376Z] ---> 69e10c08bf75 [2022-01-04T19:22:45.376Z] [2022-01-04T19:22:45.376Z] Step 9/24 : FROM alpine:3.14 [2022-01-04T19:22:45.376Z] ---> 5b8b7b635229 [2022-01-04T19:22:45.376Z] Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-01-04T19:22:45.651Z] ---> Running in be092b02c426 [2022-01-04T19:22:46.251Z] Removing intermediate container 0696e5b31e57 [2022-01-04T19:22:46.251Z] ---> 5ecf9a9701cb [2022-01-04T19:22:46.251Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-04T19:22:46.859Z] Priming version [2022-01-04T19:22:46.859Z] + snapcraftctl prime [2022-01-04T19:22:47.230Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-04T19:22:47.503Z] ---> 11004b765c41 [2022-01-04T19:22:47.503Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-01-04T19:22:47.503Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-04T19:22:47.800Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2022-01-04T19:22:48.101Z] Removing intermediate container 58fb9007dfe1 [2022-01-04T19:22:48.101Z] ---> 9bbdaaaabbac [2022-01-04T19:22:48.101Z] [2022-01-04T19:22:48.101Z] Step 9/21 : FROM alpine:3.14 [2022-01-04T19:22:48.101Z] ---> 5b8b7b635229 [2022-01-04T19:22:48.101Z] Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-01-04T19:22:48.383Z] Removing intermediate container f41126c4c5f2 [2022-01-04T19:22:48.383Z] ---> 11e9f586bd09 [2022-01-04T19:22:48.383Z] [2022-01-04T19:22:48.383Z] Step 11/23 : FROM alpine:3.14 [2022-01-04T19:22:48.383Z] ---> 5b8b7b635229 [2022-01-04T19:22:48.383Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2022-01-04T19:22:48.383Z] ---> Using cache [2022-01-04T19:22:48.383Z] ---> bea3d9b90a8c [2022-01-04T19:22:48.383Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-04T19:22:48.383Z] ---> Using cache [2022-01-04T19:22:48.383Z] ---> d24657ad99f7 [2022-01-04T19:22:48.383Z] Step 14/23 : ENV APP_PORT=59861 [2022-01-04T19:22:48.383Z] ---> Running in baf5fb3216f8 [2022-01-04T19:22:48.383Z] (1/3) Installing ca-certificates (20191127-r5) [2022-01-04T19:22:48.383Z] ---> Running in df982ed58765 [2022-01-04T19:22:48.383Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-01-04T19:22:48.383Z] (3/3) Installing su-exec (0.2-r1) [2022-01-04T19:22:48.383Z] Executing busybox-1.33.1-r6.trigger [2022-01-04T19:22:48.383Z] Executing ca-certificates-20191127-r5.trigger [2022-01-04T19:22:48.664Z] OK: 6 MiB in 17 packages [2022-01-04T19:22:48.940Z] Removing intermediate container 19a5a8103479 [2022-01-04T19:22:48.940Z] ---> 6779bf05a4c5 [2022-01-04T19:22:48.940Z] [2022-01-04T19:22:48.940Z] Step 9/22 : FROM alpine:3.14 [2022-01-04T19:22:48.940Z] ---> 5b8b7b635229 [2022-01-04T19:22:48.940Z] Step 10/22 : RUN apk add --update --no-cache dumb-init [2022-01-04T19:22:48.940Z] ---> Using cache [2022-01-04T19:22:48.940Z] ---> bea3d9b90a8c [2022-01-04T19:22:48.940Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-04T19:22:48.940Z] ---> Using cache [2022-01-04T19:22:48.940Z] ---> d24657ad99f7 [2022-01-04T19:22:48.940Z] Step 12/22 : ENV APP_PORT=59881 [2022-01-04T19:22:49.223Z] ---> Running in a335d49a9fe7 [2022-01-04T19:22:49.223Z] Removing intermediate container df982ed58765 [2022-01-04T19:22:49.223Z] ---> ae82ea67d4ea [2022-01-04T19:22:49.223Z] Step 15/23 : EXPOSE $APP_PORT [2022-01-04T19:22:49.223Z] ---> 97f38836aebf [2022-01-04T19:22:49.223Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-01-04T19:22:49.498Z] ---> Running in 24ec3b4edf5f [2022-01-04T19:22:49.773Z] Removing intermediate container a335d49a9fe7 [2022-01-04T19:22:49.773Z] ---> 726fc5515ef0 [2022-01-04T19:22:49.773Z] Step 13/22 : EXPOSE $APP_PORT [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2022-01-04T19:22:50.048Z] ---> Running in 5fdd059b0275 [2022-01-04T19:22:50.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-01-04T19:22:50.329Z] Removing intermediate container 24ec3b4edf5f [2022-01-04T19:22:50.329Z] ---> a332db198333 [2022-01-04T19:22:50.329Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-04T19:22:50.329Z] ---> b15eb3945c9b [2022-01-04T19:22:50.329Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2022-01-04T19:22:50.329Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-04T19:22:50.602Z] Removing intermediate container be092b02c426 [2022-01-04T19:22:50.602Z] ---> 9656368bfeb9 [2022-01-04T19:22:50.602Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-01-04T19:22:50.602Z] Removing intermediate container 5fdd059b0275 [2022-01-04T19:22:50.602Z] ---> 94f9d01e759c [2022-01-04T19:22:50.602Z] Step 14/22 : WORKDIR / [2022-01-04T19:22:50.602Z] ---> Running in 6c779dc20ec5 [2022-01-04T19:22:50.602Z] ---> Running in 49bbfc00e5db [2022-01-04T19:22:50.602Z] ---> Running in 2cfc2722df21 [2022-01-04T19:22:51.204Z] Removing intermediate container 6c779dc20ec5 [2022-01-04T19:22:51.204Z] ---> ce75c86c4ff7 [2022-01-04T19:22:51.204Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-04T19:22:51.204Z] Removing intermediate container 49bbfc00e5db [2022-01-04T19:22:51.204Z] ---> 63a0e7e36e25 [2022-01-04T19:22:51.204Z] Step 12/24 : WORKDIR / [2022-01-04T19:22:51.204Z] (1/2) Installing ca-certificates (20191127-r5) [2022-01-04T19:22:51.204Z] ---> Running in 8722c3b1111e [2022-01-04T19:22:51.479Z] Removing intermediate container 2cfc2722df21 [2022-01-04T19:22:51.479Z] ---> cae6780a7be1 [2022-01-04T19:22:51.479Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-04T19:22:51.479Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-01-04T19:22:51.479Z] Executing busybox-1.33.1-r6.trigger [2022-01-04T19:22:51.479Z] ---> Running in 542a327d2b11 [2022-01-04T19:22:51.479Z] Executing ca-certificates-20191127-r5.trigger [2022-01-04T19:22:51.479Z] ---> bc6ac70d9adf [2022-01-04T19:22:51.479Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-01-04T19:22:51.752Z] OK: 6 MiB in 16 packages [2022-01-04T19:22:51.752Z] Removing intermediate container 8722c3b1111e [2022-01-04T19:22:51.752Z] ---> a55e8e9649e4 [2022-01-04T19:22:52.027Z] Step 20/22 : LABEL arch=arm64 [2022-01-04T19:22:52.027Z] ---> Running in 53bc8bbe9db7 [2022-01-04T19:22:52.027Z] Removing intermediate container 542a327d2b11 [2022-01-04T19:22:52.027Z] ---> b9711dda7ebb [2022-01-04T19:22:52.027Z] 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-04T19:22:52.622Z] ---> 5b5904efaba4 [2022-01-04T19:22:52.622Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-01-04T19:22:52.622Z] Removing intermediate container 53bc8bbe9db7 [2022-01-04T19:22:52.622Z] ---> 3843cd6a419c [2022-01-04T19:22:52.622Z] Step 21/22 : LABEL git_sha=201ff094c2c7d9fc9eb2dea7155476d2ac124551 [2022-01-04T19:22:52.896Z] ---> Running in 21f946415f3d [2022-01-04T19:22:53.494Z] ---> 4227591f04d2 [2022-01-04T19:22:53.495Z] 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-04T19:22:53.495Z] Removing intermediate container 21f946415f3d [2022-01-04T19:22:53.495Z] ---> 13f9c9b603ce [2022-01-04T19:22:53.495Z] Step 22/22 : LABEL version=0.0.0 [2022-01-04T19:22:53.495Z] ---> b4f860d2f625 [2022-01-04T19:22:53.495Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-01-04T19:22:53.495Z] Removing intermediate container baf5fb3216f8 [2022-01-04T19:22:53.495Z] ---> 33c1ecf1f8e1 [2022-01-04T19:22:53.495Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-01-04T19:22:53.767Z] ---> Running in cbce27c21e57 [2022-01-04T19:22:53.767Z] ---> Running in 701546041a80 [2022-01-04T19:22:54.371Z] ---> 73454fbef510 [2022-01-04T19:22:54.371Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-01-04T19:22:54.371Z] Removing intermediate container 701546041a80 [2022-01-04T19:22:54.371Z] ---> c4a05bb72866 [2022-01-04T19:22:54.371Z] Step 12/21 : ENV APP_PORT=59860 [2022-01-04T19:22:54.371Z] Removing intermediate container cbce27c21e57 [2022-01-04T19:22:54.371Z] ---> 742a46f830f3 [2022-01-04T19:22:54.371Z] [2022-01-04T19:22:54.371Z] ---> Running in c006af2ac9fd [2022-01-04T19:22:54.371Z] ---> 29598b1e5c41 [2022-01-04T19:22:54.371Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-01-04T19:22:54.650Z] ---> c6204d859ab4 [2022-01-04T19:22:54.650Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2022-01-04T19:22:54.650Z] ---> Running in 9e7644b1411c [2022-01-04T19:22:54.929Z] Removing intermediate container c006af2ac9fd [2022-01-04T19:22:54.929Z] ---> 6d4044aad038 [2022-01-04T19:22:54.929Z] Step 13/21 : EXPOSE $APP_PORT [2022-01-04T19:22:54.929Z] Successfully built 742a46f830f3 [2022-01-04T19:22:54.929Z] Successfully tagged core-command-arm64:latest [2022-01-04T19:22:54.929Z] Building security-bootstrapper [2022-01-04T19:22:55.213Z]  Building core-command ... done  ---> Running in 95f72b48680c [2022-01-04T19:22:55.213Z] Removing intermediate container 9e7644b1411c [2022-01-04T19:22:55.213Z] ---> 0cb15a3844ce [2022-01-04T19:22:55.213Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-04T19:22:55.213Z] ---> fc3036c451e1 [2022-01-04T19:22:55.213Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2022-01-04T19:22:55.213Z] ---> 82b35445d87f [2022-01-04T19:22:55.213Z] 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-04T19:22:55.213Z] ---> Running in f506eaa31e90 [2022-01-04T19:22:55.488Z] ---> Running in 136a557f98c2 [2022-01-04T19:22:55.488Z] Removing intermediate container 95f72b48680c [2022-01-04T19:22:55.488Z] ---> 3ecd69b2046f [2022-01-04T19:22:55.488Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-04T19:22:55.772Z] Removing intermediate container 136a557f98c2 [2022-01-04T19:22:55.772Z] ---> 01c8fe0b66c3 [2022-01-04T19:22:55.772Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-04T19:22:56.055Z] ---> Running in ba0cf5557797 [2022-01-04T19:22:56.055Z] Removing intermediate container f506eaa31e90 [2022-01-04T19:22:56.055Z] ---> 190625b17fd5 [2022-01-04T19:22:56.055Z] Step 21/23 : LABEL arch=arm64 [2022-01-04T19:22:56.333Z] ---> 79467999e61b [2022-01-04T19:22:56.333Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-01-04T19:22:56.333Z] ---> Running in a29791eb5576 [2022-01-04T19:22:56.607Z] ---> f75532ebfe34 [2022-01-04T19:22:56.607Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-01-04T19:22:56.607Z] Removing intermediate container ba0cf5557797 [2022-01-04T19:22:56.607Z] ---> ccf991907cc4 [2022-01-04T19:22:56.607Z] Step 20/22 : LABEL arch=arm64 [2022-01-04T19:22:56.878Z] Removing intermediate container a29791eb5576 [2022-01-04T19:22:56.878Z] ---> a88cb49fe43c [2022-01-04T19:22:56.878Z] Step 22/23 : LABEL git_sha=201ff094c2c7d9fc9eb2dea7155476d2ac124551 [2022-01-04T19:22:56.878Z] ---> Running in d387b5db3a5d [2022-01-04T19:22:57.152Z] ---> Running in 821b28bb2eba [2022-01-04T19:22:57.763Z] Removing intermediate container d387b5db3a5d [2022-01-04T19:22:57.763Z] ---> 27f80a4af7f7 [2022-01-04T19:22:57.763Z] Step 21/22 : LABEL git_sha=201ff094c2c7d9fc9eb2dea7155476d2ac124551 [2022-01-04T19:22:57.763Z] ---> Running in 6a1f531f1703 [2022-01-04T19:22:58.045Z] Removing intermediate container 821b28bb2eba [2022-01-04T19:22:58.045Z] ---> d748a41697bc [2022-01-04T19:22:58.045Z] Step 23/23 : LABEL version=0.0.0 [2022-01-04T19:22:58.045Z] ---> 44fa3dd1a2b4 [2022-01-04T19:22:58.045Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-01-04T19:22:58.045Z] ---> Running in 26c1bcb1eda0 [2022-01-04T19:22:58.324Z] ---> 78c5ccaf2061 [2022-01-04T19:22:58.324Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-01-04T19:22:58.598Z] Removing intermediate container 6a1f531f1703 [2022-01-04T19:22:58.598Z] ---> dad650d38746 [2022-01-04T19:22:58.598Z] Step 22/22 : LABEL version=0.0.0 [2022-01-04T19:22:58.930Z] ---> Running in fd02185f13b1 [2022-01-04T19:22:58.930Z] Removing intermediate container 26c1bcb1eda0 [2022-01-04T19:22:58.930Z] ---> 1f779ca3c408 [2022-01-04T19:22:58.930Z] [2022-01-04T19:22:59.746Z] Removing intermediate container fd02185f13b1 [2022-01-04T19:22:59.746Z] ---> a7a32759238a [2022-01-04T19:22:59.746Z] [2022-01-04T19:22:59.746Z] ---> e98f6230690a [2022-01-04T19:22:59.746Z] Step 17/21 : ENTRYPOINT ["/support-notifications"] [2022-01-04T19:22:59.746Z] Successfully built 1f779ca3c408 [2022-01-04T19:22:59.746Z] Successfully tagged support-scheduler-arm64:latest [2022-01-04T19:22:59.746Z] Building sys-mgmt-agent [2022-01-04T19:22:59.746Z]  Building support-scheduler ... done  ---> Running in 4442c42b9d92 [2022-01-04T19:23:00.062Z] ---> 364dcd2f0a2f [2022-01-04T19:23:00.062Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-01-04T19:23:00.340Z] Successfully built a7a32759238a [2022-01-04T19:23:00.340Z] Successfully tagged core-metadata-arm64:latest [2022-01-04T19:23:00.340Z]  Building core-metadata ... done Building security-proxy-setup [2022-01-04T19:23:00.340Z] Removing intermediate container 4442c42b9d92 [2022-01-04T19:23:00.658Z] ---> 2636c4a126b1 [2022-01-04T19:23:00.658Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-04T19:23:00.658Z] ---> Running in 278029433e1e [2022-01-04T19:23:00.937Z] ---> 5e1268eee859 [2022-01-04T19:23:00.937Z] 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-04T19:23:01.234Z] ---> Running in 60c078722cc9 [2022-01-04T19:23:01.234Z] Removing intermediate container 278029433e1e [2022-01-04T19:23:01.234Z] ---> cf57980591c1 [2022-01-04T19:23:01.234Z] Step 19/21 : LABEL arch=arm64 [2022-01-04T19:23:01.234Z] ---> Running in 7b06f17014a1 [2022-01-04T19:23:01.843Z] Removing intermediate container 7b06f17014a1 [2022-01-04T19:23:01.843Z] ---> 0273e19f3681 [2022-01-04T19:23:01.843Z] Step 20/21 : LABEL git_sha=201ff094c2c7d9fc9eb2dea7155476d2ac124551 [2022-01-04T19:23:02.114Z] ---> Running in ae5013f6d81e [2022-01-04T19:23:02.711Z] Removing intermediate container ae5013f6d81e [2022-01-04T19:23:02.711Z] ---> 4732a8b49f0d [2022-01-04T19:23:02.711Z] Step 21/21 : LABEL version=0.0.0 [2022-01-04T19:23:02.711Z] ---> Running in e703fe3c97f0 [2022-01-04T19:23:03.309Z] Removing intermediate container e703fe3c97f0 [2022-01-04T19:23:03.309Z] ---> d750a2f1ccd3 [2022-01-04T19:23:03.309Z] [2022-01-04T19:23:03.581Z] Successfully built d750a2f1ccd3 [2022-01-04T19:23:03.581Z] Successfully tagged support-notifications-arm64:latest [2022-01-04T19:23:03.581Z]  Building support-notifications ... done Building core-data [2022-01-04T19:23:03.856Z] Removing intermediate container 60c078722cc9 [2022-01-04T19:23:03.857Z] ---> 9b81bfcc84ac [2022-01-04T19:23:03.857Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2022-01-04T19:23:03.857Z] ---> Running in 7b9830cdf26e [2022-01-04T19:23:04.127Z] Removing intermediate container 7b9830cdf26e [2022-01-04T19:23:04.127Z] ---> 14531f40dbd2 [2022-01-04T19:23:04.127Z] Step 22/24 : LABEL arch=arm64 [2022-01-04T19:23:04.400Z] ---> Running in ad3f3ccb5b4e [2022-01-04T19:23:04.678Z] Removing intermediate container ad3f3ccb5b4e [2022-01-04T19:23:04.678Z] ---> 90dbfd8c2e35 [2022-01-04T19:23:04.678Z] Step 23/24 : LABEL git_sha=201ff094c2c7d9fc9eb2dea7155476d2ac124551 [2022-01-04T19:23:04.678Z] ---> Running in bf326c069174 [2022-01-04T19:23:05.273Z] Removing intermediate container bf326c069174 [2022-01-04T19:23:05.273Z] ---> 4329596ed18f [2022-01-04T19:23:05.273Z] Step 24/24 : LABEL version=0.0.0 [2022-01-04T19:23:05.273Z] ---> Running in f99f1a7e5622 [2022-01-04T19:23:05.879Z] Removing intermediate container f99f1a7e5622 [2022-01-04T19:23:05.879Z] ---> 0fd90bcd693a [2022-01-04T19:23:05.879Z] [2022-01-04T19:23:06.151Z] Successfully built 0fd90bcd693a [2022-01-04T19:23:06.151Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-01-04T19:23:45.123Z]  Building security-secretstore-setup ... done Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-04T19:23:45.123Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2022-01-04T19:23:45.123Z] ---> de52fc4f968c [2022-01-04T19:23:45.123Z] Step 3/30 : WORKDIR /edgex-go [2022-01-04T19:23:45.123Z] ---> Using cache [2022-01-04T19:23:45.123Z] ---> 0aff5d798124 [2022-01-04T19:23:45.123Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-04T19:23:45.123Z] ---> Using cache [2022-01-04T19:23:45.123Z] ---> 9307f0fc6443 [2022-01-04T19:23:45.123Z] Step 5/30 : RUN apk add --update --no-cache make git [2022-01-04T19:23:45.123Z] ---> Using cache [2022-01-04T19:23:45.123Z] ---> c1ecb215e868 [2022-01-04T19:23:45.123Z] Step 6/30 : COPY . . [2022-01-04T19:23:45.123Z] ---> Using cache [2022-01-04T19:23:45.123Z] ---> 84c0f8893f99 [2022-01-04T19:23:45.123Z] Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-04T19:23:45.123Z] ---> Using cache [2022-01-04T19:23:45.123Z] ---> 20d72015e7eb [2022-01-04T19:23:45.123Z] Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-01-04T19:23:45.123Z] ---> Running in e9f57bd6a0ac [2022-01-04T19:23:45.124Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-01-04T19:23:49.433Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-04T19:23:49.433Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-04T19:23:49.433Z] ---> de52fc4f968c [2022-01-04T19:23:49.433Z] Step 3/22 : WORKDIR /edgex-go [2022-01-04T19:23:49.433Z] ---> Using cache [2022-01-04T19:23:49.433Z] ---> 0aff5d798124 [2022-01-04T19:23:49.433Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-04T19:23:49.433Z] ---> Using cache [2022-01-04T19:23:49.433Z] ---> 9307f0fc6443 [2022-01-04T19:23:49.433Z] Step 5/22 : RUN apk add --update --no-cache make bash git [2022-01-04T19:23:49.433Z] ---> Running in 8ed029f196c8 [2022-01-04T19:23:49.710Z] Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-04T19:23:49.710Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-01-04T19:23:49.710Z] ---> de52fc4f968c [2022-01-04T19:23:49.710Z] Step 3/20 : WORKDIR /edgex-go [2022-01-04T19:23:49.710Z] ---> Using cache [2022-01-04T19:23:49.710Z] ---> 0aff5d798124 [2022-01-04T19:23:49.710Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-04T19:23:49.710Z] ---> Using cache [2022-01-04T19:23:49.710Z] ---> 9307f0fc6443 [2022-01-04T19:23:49.710Z] Step 5/20 : RUN apk add --update --no-cache make git [2022-01-04T19:23:49.710Z] ---> Using cache [2022-01-04T19:23:49.710Z] ---> c1ecb215e868 [2022-01-04T19:23:49.710Z] Step 6/20 : COPY . . [2022-01-04T19:23:49.985Z] ---> Using cache [2022-01-04T19:23:49.985Z] ---> 84c0f8893f99 [2022-01-04T19:23:49.985Z] Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-04T19:23:49.985Z] ---> Using cache [2022-01-04T19:23:49.985Z] ---> 20d72015e7eb [2022-01-04T19:23:49.985Z] Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-01-04T19:23:50.263Z] ---> Running in a1486141bb7b [2022-01-04T19:23:51.241Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 [2022-01-04T19:23:51.241Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-01-04T19:23:51.241Z] ---> de52fc4f968c [2022-01-04T19:23:51.241Z] Step 3/22 : WORKDIR /edgex-go [2022-01-04T19:23:51.241Z] ---> Using cache [2022-01-04T19:23:51.241Z] ---> 0aff5d798124 [2022-01-04T19:23:51.241Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-04T19:23:51.241Z] ---> Using cache [2022-01-04T19:23:51.241Z] ---> 9307f0fc6443 [2022-01-04T19:23:51.241Z] Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-01-04T19:23:51.241Z] ---> Running in 4ee89642ea00 [2022-01-04T19:23:51.517Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-04T19:23:52.505Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-04T19:23:52.505Z] 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-04T19:23:52.778Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-04T19:23:53.375Z] OK: 219 MiB in 52 packages [2022-01-04T19:23:53.973Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-04T19:23:54.252Z] Removing intermediate container 8ed029f196c8 [2022-01-04T19:23:54.252Z] ---> 680847189b32 [2022-01-04T19:23:54.252Z] Step 6/22 : COPY . . [2022-01-04T19:23:55.250Z] OK: 219 MiB in 52 packages [2022-01-04T19:23:56.717Z] Removing intermediate container 4ee89642ea00 [2022-01-04T19:23:56.717Z] ---> db556c574d5b [2022-01-04T19:23:56.717Z] Step 6/22 : COPY . . [2022-01-04T19:24:23.575Z] ---> 14628b5b135c [2022-01-04T19:24:23.575Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-04T19:24:23.575Z] ---> df7ae31cfd88 [2022-01-04T19:24:23.575Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-01-04T19:24:23.575Z] ---> Running in 3d07d1c8066f [2022-01-04T19:24:23.575Z] ---> Running in 146aa257e4c8 [2022-01-04T19:24:25.577Z] Removing intermediate container 3d07d1c8066f [2022-01-04T19:24:25.577Z] ---> 79edae49ed76 [2022-01-04T19:24:25.577Z] Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-01-04T19:24:25.577Z] ---> Running in 830ef6188cfa [2022-01-04T19:24:25.577Z] Removing intermediate container 146aa257e4c8 [2022-01-04T19:24:25.577Z] ---> 4d9cb60a7b42 [2022-01-04T19:24:25.577Z] Step 8/22 : RUN make cmd/core-data/core-data [2022-01-04T19:24:25.577Z] ---> Running in 99c2a4762d1d [2022-01-04T19:24:27.571Z] 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-04T19:24:27.571Z] 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-04T19:25:06.590Z] 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-04T19:25:06.591Z] Removing intermediate container e9f57bd6a0ac [2022-01-04T19:25:06.591Z] ---> b64cd80cbd84 [2022-01-04T19:25:06.591Z] [2022-01-04T19:25:06.591Z] Step 9/30 : FROM alpine:3.14 [2022-01-04T19:25:06.591Z] ---> 5b8b7b635229 [2022-01-04T19:25:06.591Z] Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-01-04T19:25:06.591Z] ---> Running in 2436cc00571f [2022-01-04T19:25:06.591Z] Removing intermediate container 2436cc00571f [2022-01-04T19:25:06.591Z] ---> 6b0ab2fe7690 [2022-01-04T19:25:06.591Z] Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec [2022-01-04T19:25:06.591Z] ---> Running in a912067bee24 [2022-01-04T19:25:08.598Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-04T19:25:08.598Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-04T19:25:09.584Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-01-04T19:25:09.584Z] (2/2) Installing su-exec (0.2-r1) [2022-01-04T19:25:09.584Z] Executing busybox-1.33.1-r6.trigger [2022-01-04T19:25:09.584Z] OK: 6 MiB in 16 packages [2022-01-04T19:25:11.039Z] Removing intermediate container a912067bee24 [2022-01-04T19:25:11.039Z] ---> 8641cb7d522b [2022-01-04T19:25:11.039Z] Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init [2022-01-04T19:25:11.039Z] ---> Running in 39a346052fe1 [2022-01-04T19:25:11.319Z] Removing intermediate container 39a346052fe1 [2022-01-04T19:25:11.319Z] ---> cea63a30c25a [2022-01-04T19:25:11.319Z] Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-01-04T19:25:11.598Z] ---> Running in f7265e904a5e [2022-01-04T19:25:12.217Z] Removing intermediate container f7265e904a5e [2022-01-04T19:25:12.217Z] ---> cf137d2372fc [2022-01-04T19:25:12.217Z] Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-01-04T19:25:12.217Z] ---> Running in 478d0f269996 [2022-01-04T19:25:14.880Z] Removing intermediate container 478d0f269996 [2022-01-04T19:25:14.880Z] ---> d525031f5f92 [2022-01-04T19:25:14.880Z] Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} [2022-01-04T19:25:14.880Z] ---> Running in 181b1d9b42b9 [2022-01-04T19:25:15.480Z] Removing intermediate container 181b1d9b42b9 [2022-01-04T19:25:15.480Z] ---> 1938037b07e7 [2022-01-04T19:25:15.480Z] Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-01-04T19:25:16.477Z] ---> fdc8cc87f6dd [2022-01-04T19:25:16.477Z] Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-01-04T19:25:16.763Z] ---> Running in b44afcc9258c [2022-01-04T19:25:20.161Z] Removing intermediate container b44afcc9258c [2022-01-04T19:25:20.161Z] ---> 05bca83c56b0 [2022-01-04T19:25:20.161Z] Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-04T19:25:21.605Z] ---> 157a3a657393 [2022-01-04T19:25:21.605Z] Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-01-04T19:25:21.883Z] Removing intermediate container a1486141bb7b [2022-01-04T19:25:21.883Z] ---> 9479b4d01822 [2022-01-04T19:25:21.883Z] [2022-01-04T19:25:21.883Z] Step 9/20 : FROM alpine:3.14 [2022-01-04T19:25:21.883Z] ---> 5b8b7b635229 [2022-01-04T19:25:21.883Z] Step 10/20 : RUN apk add --update --no-cache curl [2022-01-04T19:25:21.883Z] ---> Running in 89895af006c9 [2022-01-04T19:25:23.871Z] ---> 1658343eb7d7 [2022-01-04T19:25:23.871Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-01-04T19:25:24.148Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-04T19:25:24.426Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-04T19:25:24.712Z] ---> c030659f6e4b [2022-01-04T19:25:24.712Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-01-04T19:25:25.319Z] (1/5) Installing ca-certificates (20191127-r5) [2022-01-04T19:25:25.319Z] (2/5) Installing brotli-libs (1.0.9-r5) [2022-01-04T19:25:25.319Z] (3/5) Installing nghttp2-libs (1.43.0-r0) [2022-01-04T19:25:25.319Z] (4/5) Installing libcurl (7.79.1-r0) [2022-01-04T19:25:25.319Z] (5/5) Installing curl (7.79.1-r0) [2022-01-04T19:25:25.610Z] Executing busybox-1.33.1-r6.trigger [2022-01-04T19:25:25.610Z] Executing ca-certificates-20191127-r5.trigger [2022-01-04T19:25:25.610Z] ---> 1f33d692d53d [2022-01-04T19:25:25.610Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-01-04T19:25:25.905Z] OK: 8 MiB in 19 packages [2022-01-04T19:25:26.890Z] ---> 9a54f0b6841a [2022-01-04T19:25:26.890Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2022-01-04T19:25:27.490Z] ---> Running in da01b4f824ae [2022-01-04T19:25:28.112Z] Removing intermediate container 89895af006c9 [2022-01-04T19:25:28.112Z] ---> 9948ebdbe6bc [2022-01-04T19:25:28.112Z] Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-01-04T19:25:28.389Z] ---> Running in 32391389ded0 [2022-01-04T19:25:28.389Z] Removing intermediate container da01b4f824ae [2022-01-04T19:25:28.389Z] ---> 401e41308bc7 [2022-01-04T19:25:28.389Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-01-04T19:25:28.992Z] Removing intermediate container 32391389ded0 [2022-01-04T19:25:28.992Z] ---> 0a1616c3003d [2022-01-04T19:25:28.992Z] Step 12/20 : WORKDIR /edgex [2022-01-04T19:25:29.272Z] ---> Running in 68b4bd5fe4a8 [2022-01-04T19:25:29.272Z] ---> 0918d7183eaf [2022-01-04T19:25:29.272Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2022-01-04T19:25:29.673Z] ---> Running in 2f3557353ef1 [2022-01-04T19:25:30.034Z] Removing intermediate container 68b4bd5fe4a8 [2022-01-04T19:25:30.034Z] ---> dc697a84e051 [2022-01-04T19:25:30.034Z] Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-01-04T19:25:31.757Z] ---> 1e5486c8950b [2022-01-04T19:25:31.757Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-01-04T19:25:33.763Z] Removing intermediate container 2f3557353ef1 [2022-01-04T19:25:33.763Z] ---> 3d3d0e45917e [2022-01-04T19:25:33.763Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2022-01-04T19:25:34.048Z] ---> Running in e78980d2ea50 [2022-01-04T19:25:34.048Z] ---> 9df479403cdd [2022-01-04T19:25:34.048Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-01-04T19:25:34.651Z] Removing intermediate container e78980d2ea50 [2022-01-04T19:25:34.651Z] ---> 0e491d4df0bf [2022-01-04T19:25:34.651Z] Step 27/30 : CMD ["gate"] [2022-01-04T19:25:35.256Z] ---> Running in c08edb025000 [2022-01-04T19:25:35.530Z] Removing intermediate container c08edb025000 [2022-01-04T19:25:35.530Z] ---> e0b545fb0708 [2022-01-04T19:25:35.530Z] Step 28/30 : LABEL arch=arm64 [2022-01-04T19:25:36.139Z] ---> Running in 8cf74e87bdc7 [2022-01-04T19:25:36.139Z] ---> 2c054b5e9530 [2022-01-04T19:25:36.139Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2022-01-04T19:25:36.421Z] ---> Running in 713059b33e6b [2022-01-04T19:25:36.702Z] Removing intermediate container 8cf74e87bdc7 [2022-01-04T19:25:36.702Z] ---> bef1f1617792 [2022-01-04T19:25:36.702Z] Step 29/30 : LABEL git_sha=201ff094c2c7d9fc9eb2dea7155476d2ac124551 [2022-01-04T19:25:36.989Z] Removing intermediate container 713059b33e6b [2022-01-04T19:25:36.989Z] ---> a6cf65e79d47 [2022-01-04T19:25:36.989Z] Step 17/20 : CMD ["--init=true"] [2022-01-04T19:25:36.989Z] ---> Running in ab44db5c3d91 [2022-01-04T19:25:37.272Z] ---> Running in 722afb3b0d20 [2022-01-04T19:25:37.909Z] Removing intermediate container ab44db5c3d91 [2022-01-04T19:25:37.909Z] ---> cb4ce00b00f0 [2022-01-04T19:25:37.909Z] Step 30/30 : LABEL version=0.0.0 [2022-01-04T19:25:37.909Z] Removing intermediate container 722afb3b0d20 [2022-01-04T19:25:37.909Z] ---> 24ad561984c6 [2022-01-04T19:25:37.909Z] Step 18/20 : LABEL arch=arm64 [2022-01-04T19:25:38.187Z] ---> Running in 96e49a56d42e [2022-01-04T19:25:38.187Z] ---> Running in 43d40e6941e2 [2022-01-04T19:25:38.788Z] Removing intermediate container 43d40e6941e2 [2022-01-04T19:25:38.788Z] ---> 3aebd9a2b3f8 [2022-01-04T19:25:38.788Z] Step 19/20 : LABEL git_sha=201ff094c2c7d9fc9eb2dea7155476d2ac124551 [2022-01-04T19:25:38.788Z] Removing intermediate container 96e49a56d42e [2022-01-04T19:25:38.788Z] ---> 0ff3a1450fe2 [2022-01-04T19:25:38.788Z] [2022-01-04T19:25:39.063Z] ---> Running in f6136539e547 [2022-01-04T19:25:39.673Z] Removing intermediate container f6136539e547 [2022-01-04T19:25:39.673Z] ---> 8c0813557408 [2022-01-04T19:25:39.673Z] Step 20/20 : LABEL version=0.0.0 [2022-01-04T19:25:39.673Z] Successfully built 0ff3a1450fe2 [2022-01-04T19:25:39.673Z] Successfully tagged security-bootstrapper-arm64:latest [2022-01-04T19:25:39.673Z]  Building security-bootstrapper ... done  ---> Running in 1aa9527d4c1a [2022-01-04T19:25:40.272Z] Removing intermediate container 1aa9527d4c1a [2022-01-04T19:25:40.272Z] ---> 885211f9dc4d [2022-01-04T19:25:40.272Z] [2022-01-04T19:25:40.548Z] Successfully built 885211f9dc4d [2022-01-04T19:25:40.548Z] Successfully tagged security-proxy-setup-arm64:latest [2022-01-04T19:25:50.704Z]  Building security-proxy-setup ... done Removing intermediate container 830ef6188cfa [2022-01-04T19:25:50.704Z] ---> 9b447222f393 [2022-01-04T19:25:50.704Z] Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-01-04T19:25:50.704Z] ---> Running in 4c6d9c68e15b [2022-01-04T19:25:51.303Z] 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-04T19:25:53.922Z] Removing intermediate container 4c6d9c68e15b [2022-01-04T19:25:53.922Z] ---> 7ca62c3baf79 [2022-01-04T19:25:53.922Z] [2022-01-04T19:25:53.922Z] Step 10/22 : FROM docker:20.10.10 [2022-01-04T19:25:53.922Z] 20.10.10: Pulling from library/docker [2022-01-04T19:25:58.219Z] Removing intermediate container 99c2a4762d1d [2022-01-04T19:25:58.219Z] ---> ce4f7c9d44ee [2022-01-04T19:25:58.219Z] [2022-01-04T19:25:58.219Z] Step 9/22 : FROM alpine:3.14 [2022-01-04T19:25:58.219Z] ---> 5b8b7b635229 [2022-01-04T19:25:58.219Z] Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-01-04T19:25:58.219Z] ---> Running in f2afdab55db0 [2022-01-04T19:25:58.219Z] Removing intermediate container f2afdab55db0 [2022-01-04T19:25:58.219Z] ---> 405ce4416d85 [2022-01-04T19:25:58.219Z] Step 11/22 : ENV APP_PORT=59880 [2022-01-04T19:25:58.219Z] ---> Running in 36afcf71cd7e [2022-01-04T19:25:58.492Z] Removing intermediate container 36afcf71cd7e [2022-01-04T19:25:58.492Z] ---> 4e343c51097f [2022-01-04T19:25:58.762Z] Step 12/22 : EXPOSE $APP_PORT [2022-01-04T19:25:58.762Z] ---> Running in 3795a24230f4 [2022-01-04T19:25:59.043Z] Removing intermediate container 3795a24230f4 [2022-01-04T19:25:59.043Z] ---> 24ce36dddcbc [2022-01-04T19:25:59.043Z] Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-01-04T19:25:59.318Z] ---> Running in f8821d3ef26e [2022-01-04T19:26:01.293Z] Removing intermediate container f8821d3ef26e [2022-01-04T19:26:01.293Z] ---> fa2fc3bb328b [2022-01-04T19:26:01.293Z] Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init [2022-01-04T19:26:01.568Z] ---> Running in 87970ee7610b [2022-01-04T19:26:02.553Z] Digest: sha256:ef7bb7fae023a1c895370ace48e3f4d470fe2351752565cdf4b3488ecb4a1fa8 [2022-01-04T19:26:02.553Z] Status: Downloaded newer image for docker:20.10.10 [2022-01-04T19:26:02.553Z] ---> 520e9a0a30f7 [2022-01-04T19:26:02.553Z] 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-04T19:26:02.553Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-04T19:26:02.553Z] ---> Running in 7bf4441f9cb1 [2022-01-04T19:26:03.146Z] Removing intermediate container 7bf4441f9cb1 [2022-01-04T19:26:03.146Z] ---> 6d5b2dbc373b [2022-01-04T19:26:03.146Z] 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-04T19:26:03.146Z] ---> Running in 0f62a0463817 [2022-01-04T19:26:03.418Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-04T19:26:04.007Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-01-04T19:26:04.280Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-01-04T19:26:04.280Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-01-04T19:26:04.550Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-01-04T19:26:04.550Z] (3/6) Installing libsodium (1.0.18-r0) [2022-01-04T19:26:04.550Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-01-04T19:26:04.820Z] (5/6) Installing libzmq (4.3.4-r0) [2022-01-04T19:26:04.820Z] (6/6) Installing zeromq (4.3.4-r0) [2022-01-04T19:26:05.091Z] (1/42) Installing readline (8.1.0-r0) [2022-01-04T19:26:05.091Z] Executing busybox-1.33.1-r6.trigger [2022-01-04T19:26:05.091Z] (2/42) Installing bash (5.1.4-r0) [2022-01-04T19:26:05.091Z] OK: 8 MiB in 20 packages [2022-01-04T19:26:05.091Z] Executing bash-5.1.4-r0.post-install [2022-01-04T19:26:05.091Z] (3/42) Installing brotli-libs (1.0.9-r5) [2022-01-04T19:26:05.091Z] (4/42) Installing nghttp2-libs (1.43.0-r0) [2022-01-04T19:26:05.091Z] (5/42) Installing libcurl (7.79.1-r0) [2022-01-04T19:26:05.091Z] (6/42) Installing curl (7.79.1-r0) [2022-01-04T19:26:05.091Z] (7/42) Installing dumb-init (1.2.5-r1) [2022-01-04T19:26:05.091Z] (8/42) Installing libbz2 (1.0.8-r1) [2022-01-04T19:26:05.091Z] (9/42) Installing expat (2.4.1-r0) [2022-01-04T19:26:05.091Z] (10/42) Installing libffi (3.3-r2) [2022-01-04T19:26:05.091Z] (11/42) Installing gdbm (1.19-r0) [2022-01-04T19:26:05.091Z] (12/42) Installing xz-libs (5.2.5-r0) [2022-01-04T19:26:05.366Z] (13/42) Installing libgcc (10.3.1_git20210424-r2) [2022-01-04T19:26:05.366Z] (14/42) Installing libstdc++ (10.3.1_git20210424-r2) [2022-01-04T19:26:05.366Z] (15/42) Installing mpdecimal (2.5.1-r1) [2022-01-04T19:26:05.366Z] (16/42) Installing sqlite-libs (3.35.5-r0) [2022-01-04T19:26:05.366Z] (17/42) Installing python3 (3.9.5-r2) [2022-01-04T19:26:06.344Z] Removing intermediate container 87970ee7610b [2022-01-04T19:26:06.344Z] ---> 793500d2d134 [2022-01-04T19:26:06.344Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-01-04T19:26:06.945Z] ---> 0b78da78282b [2022-01-04T19:26:06.945Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-01-04T19:26:07.217Z] (18/42) Installing py3-appdirs (1.4.4-r2) [2022-01-04T19:26:07.217Z] (19/42) Installing py3-chardet (4.0.0-r2) [2022-01-04T19:26:07.490Z] (20/42) Installing py3-idna (3.2-r0) [2022-01-04T19:26:07.490Z] (21/42) Installing py3-urllib3 (1.26.5-r0) [2022-01-04T19:26:07.490Z] (22/42) Installing py3-certifi (2020.12.5-r1) [2022-01-04T19:26:07.490Z] (23/42) Installing py3-requests (2.25.1-r4) [2022-01-04T19:26:07.490Z] (24/42) Installing py3-msgpack (1.0.2-r1) [2022-01-04T19:26:07.490Z] (25/42) Installing py3-lockfile (0.12.2-r4) [2022-01-04T19:26:07.490Z] (26/42) Installing py3-cachecontrol (0.12.6-r1) [2022-01-04T19:26:07.490Z] (27/42) Installing py3-colorama (0.4.4-r1) [2022-01-04T19:26:07.490Z] (28/42) Installing py3-contextlib2 (0.6.0-r1) [2022-01-04T19:26:07.490Z] (29/42) Installing py3-distlib (0.3.1-r3) [2022-01-04T19:26:07.763Z] (30/42) Installing py3-distro (1.5.0-r3) [2022-01-04T19:26:07.763Z] (31/42) Installing py3-six (1.15.0-r1) [2022-01-04T19:26:07.763Z] (32/42) Installing py3-webencodings (0.5.1-r4) [2022-01-04T19:26:07.763Z] (33/42) Installing py3-html5lib (1.1-r1) [2022-01-04T19:26:07.763Z] (34/42) Installing py3-parsing (2.4.7-r2) [2022-01-04T19:26:07.763Z] (35/42) Installing py3-packaging (20.9-r1) [2022-01-04T19:26:07.763Z] (36/42) Installing py3-toml (0.10.2-r2) [2022-01-04T19:26:07.763Z] (37/42) Installing py3-pep517 (0.10.0-r2) [2022-01-04T19:26:07.763Z] (38/42) Installing py3-progress (1.5-r2) [2022-01-04T19:26:07.763Z] (39/42) Installing py3-retrying (1.3.3-r1) [2022-01-04T19:26:07.763Z] (40/42) Installing py3-ordered-set (4.0.2-r1) [2022-01-04T19:26:07.763Z] (41/42) Installing py3-setuptools (52.0.0-r3) [2022-01-04T19:26:08.036Z] (42/42) Installing py3-pip (20.3.4-r1) [2022-01-04T19:26:08.310Z] ---> 876946b6d437 [2022-01-04T19:26:08.310Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-01-04T19:26:08.581Z] Executing busybox-1.33.1-r6.trigger [2022-01-04T19:26:08.581Z] OK: 84 MiB in 64 packages [2022-01-04T19:26:08.853Z] ---> 47fca020da78 [2022-01-04T19:26:08.853Z] Step 18/22 : ENTRYPOINT ["/core-data"] [2022-01-04T19:26:09.126Z] ---> Running in de07f102170b [2022-01-04T19:26:09.399Z] Removing intermediate container de07f102170b [2022-01-04T19:26:09.399Z] ---> e9eb63507e51 [2022-01-04T19:26:09.399Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-04T19:26:09.399Z] ---> Running in 65f3e2d1cab3 [2022-01-04T19:26:09.672Z] Removing intermediate container 65f3e2d1cab3 [2022-01-04T19:26:09.672Z] ---> 3a10349cbef4 [2022-01-04T19:26:09.672Z] Step 20/22 : LABEL arch=arm64 [2022-01-04T19:26:09.945Z] ---> Running in df4dec8d87a0 [2022-01-04T19:26:10.217Z] Removing intermediate container df4dec8d87a0 [2022-01-04T19:26:10.217Z] ---> bcf725109a00 [2022-01-04T19:26:10.217Z] Step 21/22 : LABEL git_sha=201ff094c2c7d9fc9eb2dea7155476d2ac124551 [2022-01-04T19:26:10.217Z] ---> Running in c61e88704d98 [2022-01-04T19:26:10.811Z] Removing intermediate container c61e88704d98 [2022-01-04T19:26:10.811Z] ---> 8f98ac0a4b6b [2022-01-04T19:26:10.811Z] Step 22/22 : LABEL version=0.0.0 [2022-01-04T19:26:10.811Z] ---> Running in 3abcecb002d5 [2022-01-04T19:26:11.082Z] Removing intermediate container 3abcecb002d5 [2022-01-04T19:26:11.082Z] ---> d06a212df71e [2022-01-04T19:26:11.082Z] [2022-01-04T19:26:11.355Z] Successfully built d06a212df71e [2022-01-04T19:26:11.629Z] Successfully tagged core-data-arm64:latest [2022-01-04T19:26:12.218Z]  Building core-data ... done Collecting docker-compose==1.23.2 [2022-01-04T19:26:12.218Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-01-04T19:26:12.488Z] Collecting cached-property<2,>=1.2.0 [2022-01-04T19:26:12.488Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-01-04T19:26:13.455Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-01-04T19:26:13.455Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-01-04T19:26:13.726Z] Collecting websocket-client<1.0,>=0.32.0 [2022-01-04T19:26:13.726Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-01-04T19:26:14.315Z] Collecting docker<4.0,>=3.6.0 [2022-01-04T19:26:14.315Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-01-04T19:26:14.905Z] Collecting PyYAML<4,>=3.10 [2022-01-04T19:26:14.905Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-01-04T19:26:17.505Z] Collecting docopt<0.7,>=0.6.1 [2022-01-04T19:26:17.505Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-01-04T19:26:18.925Z] Collecting dockerpty<0.5,>=0.4.1 [2022-01-04T19:26:18.925Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-01-04T19:26:20.886Z] Collecting jsonschema<3,>=2.5.1 [2022-01-04T19:26:20.886Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-01-04T19:26:20.886Z] Collecting texttable<0.10,>=0.9.0 [2022-01-04T19:26:20.886Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-01-04T19:26:22.309Z] 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-04T19:26:22.309Z] Collecting docker-pycreds>=0.4.0 [2022-01-04T19:26:22.309Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-01-04T19:26:23.279Z] Collecting chardet<3.1.0,>=3.0.2 [2022-01-04T19:26:23.279Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-01-04T19:26:23.279Z] Collecting idna<2.8,>=2.5 [2022-01-04T19:26:23.279Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-01-04T19:26:23.279Z] 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-04T19:26:23.869Z] Collecting urllib3<1.25,>=1.21.1 [2022-01-04T19:26:23.869Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-01-04T19:26:23.869Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-01-04T19:26:23.869Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-01-04T19:26:23.869Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-01-04T19:26:23.869Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-01-04T19:26:24.841Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-01-04T19:26:24.841Z] Attempting uninstall: urllib3 [2022-01-04T19:26:24.841Z] Found existing installation: urllib3 1.26.5 [2022-01-04T19:26:24.841Z] Uninstalling urllib3-1.26.5: [2022-01-04T19:26:24.841Z] Successfully uninstalled urllib3-1.26.5 [2022-01-04T19:26:25.432Z] Attempting uninstall: idna [2022-01-04T19:26:25.432Z] Found existing installation: idna 3.2 [2022-01-04T19:26:25.432Z] Uninstalling idna-3.2: [2022-01-04T19:26:25.432Z] Successfully uninstalled idna-3.2 [2022-01-04T19:26:26.024Z] Attempting uninstall: chardet [2022-01-04T19:26:26.024Z] Found existing installation: chardet 4.0.0 [2022-01-04T19:26:26.024Z] Uninstalling chardet-4.0.0: [2022-01-04T19:26:26.296Z] Successfully uninstalled chardet-4.0.0 [2022-01-04T19:26:27.722Z] Attempting uninstall: requests [2022-01-04T19:26:27.722Z] Found existing installation: requests 2.25.1 [2022-01-04T19:26:27.722Z] Uninstalling requests-2.25.1: [2022-01-04T19:26:27.722Z] Successfully uninstalled requests-2.25.1 [2022-01-04T19:26:27.995Z] Running setup.py install for texttable: started [2022-01-04T19:26:29.955Z] Running setup.py install for texttable: finished with status 'done' [2022-01-04T19:26:29.955Z] Running setup.py install for PyYAML: started [2022-01-04T19:26:31.383Z] Running setup.py install for PyYAML: finished with status 'done' [2022-01-04T19:26:31.977Z] Running setup.py install for docopt: started [2022-01-04T19:26:33.415Z] Running setup.py install for docopt: finished with status 'done' [2022-01-04T19:26:33.415Z] Running setup.py install for dockerpty: started [2022-01-04T19:26:35.414Z] Running setup.py install for dockerpty: finished with status 'done' [2022-01-04T19:26:36.849Z] 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-04T19:26:45.099Z] Removing intermediate container 0f62a0463817 [2022-01-04T19:26:45.099Z] ---> 4a135dcd2374 [2022-01-04T19:26:45.099Z] Step 13/22 : ENV APP_PORT=58890 [2022-01-04T19:26:45.099Z] ---> Running in fc4cbaf4a8ec [2022-01-04T19:26:45.099Z] Removing intermediate container fc4cbaf4a8ec [2022-01-04T19:26:45.099Z] ---> 93cb037f61d9 [2022-01-04T19:26:45.099Z] Step 14/22 : EXPOSE $APP_PORT [2022-01-04T19:26:45.370Z] ---> Running in b5710f14f618 [2022-01-04T19:26:45.640Z] Removing intermediate container b5710f14f618 [2022-01-04T19:26:45.640Z] ---> 13cee3552202 [2022-01-04T19:26:45.640Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-01-04T19:26:46.614Z] ---> 3c5528f0b489 [2022-01-04T19:26:46.614Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-01-04T19:26:47.205Z] ---> fad10321beb2 [2022-01-04T19:26:47.205Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-01-04T19:26:47.797Z] ---> a31a684895c2 [2022-01-04T19:26:47.797Z] Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-01-04T19:26:48.067Z] ---> Running in e802a9d07319 [2022-01-04T19:26:48.338Z] Removing intermediate container e802a9d07319 [2022-01-04T19:26:48.338Z] ---> 9866b86fc020 [2022-01-04T19:26:48.338Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-01-04T19:26:48.338Z] ---> Running in 6e5d45bde3b7 [2022-01-04T19:26:48.612Z] Removing intermediate container 6e5d45bde3b7 [2022-01-04T19:26:48.612Z] ---> 72b128973091 [2022-01-04T19:26:48.612Z] Step 20/22 : LABEL arch=arm64 [2022-01-04T19:26:48.883Z] ---> Running in cd4c8a486d36 [2022-01-04T19:26:49.155Z] Removing intermediate container cd4c8a486d36 [2022-01-04T19:26:49.155Z] ---> b9ab21f3d287 [2022-01-04T19:26:49.155Z] Step 21/22 : LABEL git_sha=201ff094c2c7d9fc9eb2dea7155476d2ac124551 [2022-01-04T19:26:49.155Z] ---> Running in 1aa13cf216f1 [2022-01-04T19:26:49.756Z] Removing intermediate container 1aa13cf216f1 [2022-01-04T19:26:49.756Z] ---> 923ad325c737 [2022-01-04T19:26:49.756Z] Step 22/22 : LABEL version=0.0.0 [2022-01-04T19:26:49.756Z] ---> Running in 0f79d15c110f [2022-01-04T19:26:50.027Z] Removing intermediate container 0f79d15c110f [2022-01-04T19:26:50.027Z] ---> 9a47af8012c2 [2022-01-04T19:26:50.027Z] [2022-01-04T19:26:50.299Z] Successfully built 9a47af8012c2 [2022-01-04T19:26:50.299Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-01-04T19:26:50.583Z]  Building sys-mgmt-agent ... done  [Pipeline] } [2022-01-04T19:26:50.577Z] $ docker stop --time=1 73edf6aaed38680a761933b1eb130c5882c2011989b8f3f3ba0cc1281a9c7dd1 [2022-01-04T19:26:52.262Z] $ docker rm -f 73edf6aaed38680a761933b1eb130c5882c2011989b8f3f3ba0cc1281a9c7dd1 [Pipeline] // withDockerContainer [Pipeline] sh [2022-01-04T19:26:52.894Z] + docker images [2022-01-04T19:26:53.166Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-01-04T19:26:53.166Z] sys-mgmt-agent-arm64 latest 9a47af8012c2 3 seconds ago 280MB [2022-01-04T19:26:53.166Z] core-data-arm64 latest d06a212df71e 42 seconds ago 19.6MB [2022-01-04T19:26:53.166Z] ce4f7c9d44ee 56 seconds ago 1.58GB [2022-01-04T19:26:53.166Z] 7ca62c3baf79 59 seconds ago 1.57GB [2022-01-04T19:26:53.166Z] security-proxy-setup-arm64 latest 885211f9dc4d About a minute ago 25.5MB [2022-01-04T19:26:53.166Z] security-bootstrapper-arm64 latest 0ff3a1450fe2 About a minute ago 17.8MB [2022-01-04T19:26:53.166Z] 9479b4d01822 About a minute ago 1.58GB [2022-01-04T19:26:53.166Z] b64cd80cbd84 About a minute ago 1.57GB [2022-01-04T19:26:53.166Z] security-secretstore-setup-arm64 latest 0fd90bcd693a 3 minutes ago 26.8MB [2022-01-04T19:26:53.166Z] support-notifications-arm64 latest d750a2f1ccd3 3 minutes ago 16.1MB [2022-01-04T19:26:53.166Z] core-metadata-arm64 latest a7a32759238a 3 minutes ago 15.9MB [2022-01-04T19:26:53.166Z] support-scheduler-arm64 latest 1f779ca3c408 3 minutes ago 15.3MB [2022-01-04T19:26:53.166Z] core-command-arm64 latest 742a46f830f3 3 minutes ago 15.2MB [2022-01-04T19:26:53.166Z] 6779bf05a4c5 4 minutes ago 1.58GB [2022-01-04T19:26:53.166Z] 11e9f586bd09 4 minutes ago 1.57GB [2022-01-04T19:26:53.166Z] 9bbdaaaabbac 4 minutes ago 1.57GB [2022-01-04T19:26:53.166Z] 69e10c08bf75 4 minutes ago 1.58GB [2022-01-04T19:26:53.166Z] d1c175cf29dd 4 minutes ago 1.57GB [2022-01-04T19:26:53.166Z] ci-base-image-arm64 latest de52fc4f968c 14 minutes ago 1.24GB [2022-01-04T19:26:53.166Z] docker 20.10.10 520e9a0a30f7 7 weeks ago 200MB [2022-01-04T19:26:53.166Z] alpine 3.14 5b8b7b635229 7 weeks ago 5.35MB [2022-01-04T19:26:53.166Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine 8b459fc5aaf0 2 months ago 534MB [2022-01-04T19:26:53.166Z] 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-04T19:26:53.931Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-04T19:26:53.931Z] [2022-01-04T19:26:53.931Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-01-04T19:26:54.303Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-04T19:26:54.578Z] arm64: Pulling from edgex-lftools-log-publisher [2022-01-04T19:26:54.578Z] 448f6bf000e3: Pulling fs layer [2022-01-04T19:26:54.578Z] f757da607395: Pulling fs layer [2022-01-04T19:26:54.578Z] 05883995daec: Pulling fs layer [2022-01-04T19:26:54.578Z] 8603b9c90790: Pulling fs layer [2022-01-04T19:26:54.578Z] 1560dd03e051: Pulling fs layer [2022-01-04T19:26:54.578Z] 27f5ce0e4adf: Pulling fs layer [2022-01-04T19:26:54.578Z] c2d8d7efcc4b: Pulling fs layer [2022-01-04T19:26:54.578Z] 8603b9c90790: Waiting [2022-01-04T19:26:54.578Z] 1560dd03e051: Waiting [2022-01-04T19:26:54.578Z] 27f5ce0e4adf: Waiting [2022-01-04T19:26:54.578Z] c2d8d7efcc4b: Waiting [2022-01-04T19:26:54.578Z] f757da607395: Verifying Checksum [2022-01-04T19:26:54.578Z] f757da607395: Download complete [2022-01-04T19:26:54.578Z] 8603b9c90790: Verifying Checksum [2022-01-04T19:26:54.578Z] 8603b9c90790: Download complete [2022-01-04T19:26:54.578Z] 1560dd03e051: Verifying Checksum [2022-01-04T19:26:54.578Z] 1560dd03e051: Download complete [2022-01-04T19:26:54.857Z] 27f5ce0e4adf: Verifying Checksum [2022-01-04T19:26:54.857Z] 27f5ce0e4adf: Download complete [2022-01-04T19:26:54.857Z] 05883995daec: Verifying Checksum [2022-01-04T19:26:54.857Z] 05883995daec: Download complete [2022-01-04T19:26:54.857Z] 448f6bf000e3: Verifying Checksum [2022-01-04T19:26:54.857Z] 448f6bf000e3: Download complete [2022-01-04T19:26:57.468Z] c2d8d7efcc4b: Verifying Checksum [2022-01-04T19:26:57.468Z] c2d8d7efcc4b: Download complete [2022-01-04T19:26:58.898Z] 448f6bf000e3: Pull complete [2022-01-04T19:26:59.170Z] f757da607395: Pull complete [2022-01-04T19:27:00.595Z] 05883995daec: Pull complete [2022-01-04T19:27:00.867Z] 8603b9c90790: Pull complete [2022-01-04T19:27:01.842Z] 1560dd03e051: Pull complete [2022-01-04T19:27:02.115Z] 27f5ce0e4adf: Pull complete [2022-01-04T19:27:17.185Z] c2d8d7efcc4b: Pull complete [2022-01-04T19:27:17.185Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2022-01-04T19:27:17.185Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-01-04T19:27:17.185Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-01-04T19:27:17.414Z] prd-ubuntu18.04-docker-arm64-4c-16g-706 does not seem to be running inside a container [2022-01-04T19:27:17.471Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-01-04T19:27:20.124Z] $ docker top b2cde30cf420fa4540b40dfdbfaaf9f24eb445ca18f53bc80120d344205da3f6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-01-04T19:27:21.202Z] ---> job-cost.sh [2022-01-04T19:27:21.203Z] lf-activate-venv: SKIPPING [2022-01-04T19:27:21.203Z] INFO: No Stack... [2022-01-04T19:27:21.471Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-01-04T19:27:22.059Z] INFO: Archiving Costs [Pipeline] sh [2022-01-04T19:27:22.731Z] + cut -d, -f6 [2022-01-04T19:27:22.731Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2022-01-04T19:27:22.780Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3854-1-stack-cost] [2022-01-04T19:27:22.785Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3854-1-stack-cost] did not exist. Created. [2022-01-04T19:27:22.785Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3854-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-01-04T19:27:23.520Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-01-04T19:27:23.686Z] Stashed 1 file(s) [Pipeline] } [2022-01-04T19:27:23.702Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3854-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-01-04T19:27:23.762Z] $ docker stop --time=1 b2cde30cf420fa4540b40dfdbfaaf9f24eb445ca18f53bc80120d344205da3f6 [2022-01-04T19:27:25.202Z] $ docker rm -f b2cde30cf420fa4540b40dfdbfaaf9f24eb445ca18f53bc80120d344205da3f6 [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-04T19:27:26.234Z] provisioning config files... [2022-01-04T19:27:26.243Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config7022847212898534436tmp [Pipeline] { [Pipeline] sh [2022-01-04T19:27:26.572Z] + set +x [2022-01-04T19:27:26.572Z] + curl -s https://codecov.io/bash [2022-01-04T19:27:26.572Z] + bash -s -- [2022-01-04T19:27:26.834Z] [2022-01-04T19:27:26.834Z] _____ _ [2022-01-04T19:27:26.834Z] / ____| | | [2022-01-04T19:27:26.834Z] | | ___ __| | ___ ___ _____ __ [2022-01-04T19:27:26.834Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-01-04T19:27:26.834Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-01-04T19:27:26.834Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-01-04T19:27:26.834Z] Bash-1.0.6 [2022-01-04T19:27:26.834Z] [2022-01-04T19:27:26.834Z] [2022-01-04T19:27:26.834Z] ==> git version 2.24.4 found [2022-01-04T19:27:26.834Z] ==> 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-04T19:27:26.834Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2022-01-04T19:27:26.834Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2022-01-04T19:27:26.834Z] ==> Jenkins CI detected. [2022-01-04T19:27:26.834Z] current dir:  /w/workspace/edgex-go/1 [2022-01-04T19:27:26.834Z] project root: . [2022-01-04T19:27:26.834Z] --> token set from env [2022-01-04T19:27:26.834Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-01-04T19:27:26.834Z] ==> Running gcov in . (disable via -X gcov) [2022-01-04T19:27:26.834Z] ==> Python coveragepy not found [2022-01-04T19:27:26.834Z] ==> Searching for coverage reports in: [2022-01-04T19:27:26.834Z] + . [2022-01-04T19:27:26.834Z] -> Found 1 reports [2022-01-04T19:27:26.834Z] ==> Detecting git/mercurial file structure [2022-01-04T19:27:26.834Z] ==> Reading reports [2022-01-04T19:27:26.834Z] + ./coverage.out bytes=428381 [2022-01-04T19:27:26.834Z] ==> Appending adjustments [2022-01-04T19:27:26.834Z] https://docs.codecov.io/docs/fixing-reports [2022-01-04T19:27:28.216Z] + Found adjustments [2022-01-04T19:27:28.216Z] ==> Gzipping contents [2022-01-04T19:27:28.216Z] 60K /tmp/codecov.CJy3n1.gz [2022-01-04T19:27:28.216Z] ==> Uploading reports [2022-01-04T19:27:28.216Z] url: https://codecov.io [2022-01-04T19:27:28.216Z] query: branch=PR-3854&commit=201ff094c2c7d9fc9eb2dea7155476d2ac124551&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3854%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3854&job=&cmd_args= [2022-01-04T19:27:28.216Z] -> Pinging Codecov [2022-01-04T19:27:28.216Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3854&commit=201ff094c2c7d9fc9eb2dea7155476d2ac124551&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3854%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3854&job=&cmd_args= [2022-01-04T19:27:28.477Z] -> Uploading to [2022-01-04T19:27:28.477Z] https://storage.googleapis.com/codecov/v4/raw/2022-01-04/00271124DB129430A58F1EEE437C3FCB/201ff094c2c7d9fc9eb2dea7155476d2ac124551/2a7face2-7e4b-46f9-9f97-f6d1db5dd167.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220104T192728Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=05a8e043dc7bafa30a41193b2379ca9b893237b50f2a42126dcdfc767a141e5d [2022-01-04T19:27:28.477Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-01-04T19:27:28.477Z] Dload Upload Total Spent Left Speed [2022-01-04T19:27:28.736Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58005 0 0 100 58005 0 171k --:--:-- --:--:-- --:--:-- 171k 100 58005 0 0 100 58005 0 171k --:--:-- --:--:-- --:--:-- 171k [2022-01-04T19:27:28.736Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/201ff094c2c7d9fc9eb2dea7155476d2ac124551 [Pipeline] } [2022-01-04T19:27:28.760Z] 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-04T19:27:30.142Z] + '[' -d /w/workspace/edgex-go/1/archives ']' [Pipeline] libraryResource [Pipeline] sh [2022-01-04T19:27:30.474Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-04T19:27:31.063Z] ---> package-listing.sh [2022-01-04T19:27:31.063Z] ++ facter osfamily [2022-01-04T19:27:31.063Z] ++ tr '[:upper:]' '[:lower:]' [2022-01-04T19:27:31.323Z] + OS_FAMILY=redhat [2022-01-04T19:27:31.323Z] + workspace=/w/workspace/edgex-go/1 [2022-01-04T19:27:31.323Z] + START_PACKAGES=/tmp/packages_start.txt [2022-01-04T19:27:31.323Z] + END_PACKAGES=/tmp/packages_end.txt [2022-01-04T19:27:31.323Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-01-04T19:27:31.323Z] + PACKAGES=/tmp/packages_start.txt [2022-01-04T19:27:31.323Z] + '[' /w/workspace/edgex-go/1 ']' [2022-01-04T19:27:31.323Z] + PACKAGES=/tmp/packages_end.txt [2022-01-04T19:27:31.323Z] + case "${OS_FAMILY}" in [2022-01-04T19:27:31.323Z] + rpm -qa [2022-01-04T19:27:31.323Z] + sort [2022-01-04T19:27:35.523Z] + '[' -f /tmp/packages_start.txt ']' [2022-01-04T19:27:35.523Z] + '[' -f /tmp/packages_end.txt ']' [2022-01-04T19:27:35.523Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-01-04T19:27:35.523Z] + '[' /w/workspace/edgex-go/1 ']' [2022-01-04T19:27:35.523Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2022-01-04T19:27:35.523Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2022-01-04T19:27:35.559Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-01-04T19:27:35.856Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-01-04T19:27:36.435Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-04T19:27:36.435Z] [2022-01-04T19:27:36.435Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-01-04T19:27:36.774Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-04T19:27:36.774Z] latest: Pulling from edgex-lftools-log-publisher [2022-01-04T19:27:36.774Z] b4d181a07f80: Pulling fs layer [2022-01-04T19:27:36.774Z] a1111a8f2ec3: Pulling fs layer [2022-01-04T19:27:36.774Z] ed53099fbce6: Pulling fs layer [2022-01-04T19:27:36.774Z] dc539afda2c1: Pulling fs layer [2022-01-04T19:27:36.774Z] 77bc0d833cb6: Pulling fs layer [2022-01-04T19:27:36.774Z] 9065ff56babe: Pulling fs layer [2022-01-04T19:27:36.774Z] d287ab97295c: Pulling fs layer [2022-01-04T19:27:36.774Z] dc539afda2c1: Waiting [2022-01-04T19:27:36.774Z] 77bc0d833cb6: Waiting [2022-01-04T19:27:36.774Z] 9065ff56babe: Waiting [2022-01-04T19:27:36.774Z] d287ab97295c: Waiting [2022-01-04T19:27:36.774Z] a1111a8f2ec3: Verifying Checksum [2022-01-04T19:27:36.774Z] a1111a8f2ec3: Download complete [2022-01-04T19:27:36.774Z] dc539afda2c1: Verifying Checksum [2022-01-04T19:27:36.774Z] dc539afda2c1: Download complete [2022-01-04T19:27:36.774Z] ed53099fbce6: Verifying Checksum [2022-01-04T19:27:36.774Z] ed53099fbce6: Download complete [2022-01-04T19:27:36.774Z] 9065ff56babe: Verifying Checksum [2022-01-04T19:27:36.774Z] 9065ff56babe: Download complete [2022-01-04T19:27:37.067Z] 77bc0d833cb6: Verifying Checksum [2022-01-04T19:27:37.067Z] 77bc0d833cb6: Download complete [2022-01-04T19:27:37.067Z] b4d181a07f80: Verifying Checksum [2022-01-04T19:27:37.067Z] b4d181a07f80: Download complete [2022-01-04T19:27:37.646Z] d287ab97295c: Verifying Checksum [2022-01-04T19:27:37.646Z] d287ab97295c: Download complete [2022-01-04T19:27:38.595Z] b4d181a07f80: Pull complete [2022-01-04T19:27:38.595Z] a1111a8f2ec3: Pull complete [2022-01-04T19:27:39.536Z] ed53099fbce6: Pull complete [2022-01-04T19:27:39.536Z] dc539afda2c1: Pull complete [2022-01-04T19:27:39.803Z] 77bc0d833cb6: Pull complete [2022-01-04T19:27:39.803Z] 9065ff56babe: Pull complete [2022-01-04T19:27:45.111Z] d287ab97295c: Pull complete [2022-01-04T19:27:45.111Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2022-01-04T19:27:45.111Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-01-04T19:27:45.111Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-01-04T19:27:45.205Z] prd-centos7-docker-4c-2g-705 does not seem to be running inside a container [2022-01-04T19:27:45.239Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-01-04T19:27:48.468Z] $ docker top eaefc95c8a12dcaea193c57d298a909b0690192f0d1f910893e7fd159ba3f3cb -eo pid,comm [Pipeline] { [Pipeline] sh [2022-01-04T19:27:48.869Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-01-04T19:27:49.183Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-01-04T19:27:49.502Z] + ls /var/log/sa-host [2022-01-04T19:27:49.502Z] + sadf -c /var/log/sa-host/sa04 [2022-01-04T19:27:49.502Z] file_magic: OK [2022-01-04T19:27:49.502Z] HZ: Using current value: 100 [2022-01-04T19:27:49.502Z] file_header: OK [2022-01-04T19:27:49.502Z] 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-04T19:27:49.502Z] Statistics: [2022-01-04T19:27:49.502Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-01-04T19:27:49.502Z] File successfully converted to sysstat format version 12.0.3 [2022-01-04T19:27:49.502Z] + sadf -c /var/log/sa-host/sa17 [2022-01-04T19:27:49.502Z] file_magic: OK [2022-01-04T19:27:49.502Z] HZ: Using current value: 100 [2022-01-04T19:27:49.502Z] file_header: OK [2022-01-04T19:27:49.502Z] 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-04T19:27:49.502Z] Statistics: [2022-01-04T19:27:49.502Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-01-04T19:27:49.502Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-01-04T19:27:49.814Z] provisioning config files... [2022-01-04T19:27:49.824Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1517190789722489985tmp [Pipeline] { [Pipeline] echo [2022-01-04T19:27:49.870Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-04T19:27:50.189Z] ---> create-netrc.sh [Pipeline] } [2022-01-04T19:27:50.221Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-01-04T19:27:50.630Z] ---> python-tools-install.sh [Pipeline] echo [2022-01-04T19:27:50.662Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-04T19:27:50.973Z] ---> sudo-logs.sh [2022-01-04T19:27:50.973Z] Archiving 'sudo' log.. [2022-01-04T19:27:50.973Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-705.novalocal: Name or service not known [2022-01-04T19:27:50.973Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-705.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2022-01-04T19:27:51.052Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-04T19:27:51.375Z] ---> job-cost.sh [2022-01-04T19:27:51.375Z] lf-activate-venv: SKIPPING [2022-01-04T19:27:51.375Z] DEBUG: total: 0.10999999940395355 [2022-01-04T19:27:51.375Z] INFO: Retrieving Stack Cost... [2022-01-04T19:27:51.944Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2022-01-04T19:27:52.204Z] INFO: Archiving Costs [Pipeline] echo [2022-01-04T19:27:52.242Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-01-04T19:27:52.558Z] ---> logs-deploy.sh [2022-01-04T19:27:52.558Z] lf-activate-venv: SKIPPING [2022-01-04T19:27:52.558Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3854/1 [2022-01-04T19:27:52.558Z] INFO: archiving workspace using pattern(s): [2022-01-04T19:27:53.128Z] Archives upload complete. [2022-01-04T19:27:53.389Z] INFO: archiving logs to Nexus